Skip to content

Commit 8fd5d26

Browse files
committed
Updated sources
1 parent 7e38012 commit 8fd5d26

195 files changed

Lines changed: 448 additions & 272 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.phpcsignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# 3rd party libraries
2+
vendor
3+
composer.phar
4+
5+
# Protocol Buffers
6+
app/protobuff

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"description": "This repository contains GroupDocs.Conversion Cloud SDK for PHP source code.",
33
"name": "groupdocscloud/groupdocs-conversion-cloud",
4-
"version": "22.10",
4+
"version": "23.2",
55
"license": "MIT",
66
"type": "library",
77
"keywords": [

composer.lock

Lines changed: 54 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.phar

560 KB
Binary file not shown.

src/GroupDocs/Conversion/ApiException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* --------------------------------------------------------------------------------------------------------------------
44
* <copyright company="Aspose Pty Ltd" file="ApiException.php">
5-
* Copyright (c) 2003-2022 Aspose Pty Ltd
5+
* Copyright (c) 2003-2023 Aspose Pty Ltd
66
* </copyright>
77
* <summary>
88
* Permission is hereby granted, free of charge, to any person obtaining a copy

0 commit comments

Comments
 (0)