Skip to content

Commit e34a5a5

Browse files
committed
Updated sources
1 parent 7adca36 commit e34a5a5

81 files changed

Lines changed: 1692 additions & 2280 deletions

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: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"description": "This repository contains GroupDocs.Viewer Cloud SDK for PHP source code.",
33
"name": "groupdocscloud/groupdocs-viewer-cloud",
4-
"version": "21.12",
4+
"version": "23.3",
55
"license": "MIT",
66
"type": "library",
77
"keywords": [
@@ -21,27 +21,25 @@
2121
],
2222
"config": {
2323
"platform": {
24-
"php": "5.6.32"
24+
"php": "8.2"
2525
}
2626
},
2727
"require": {
28-
"php": ">=5.5",
28+
"php": ">=8.2",
2929
"ext-curl": "*",
3030
"ext-json": "*",
3131
"ext-mbstring": "*",
32-
"guzzlehttp/guzzle": "^6.3"
32+
"guzzlehttp/guzzle": "^6.5.8|^7.4.5"
3333
},
3434
"require-dev": {
35-
"friendsofphp/php-cs-fixer": "2.10.*",
36-
"squizlabs/php_codesniffer": "3.*",
37-
"phpunit/phpunit": "^5.7"
35+
"phpunit/phpunit": "^10.0.0"
3836
},
3937
"autoload": {
4038
"classmap": [ "src/" ],
4139
"psr-4": { "GroupDocs\\Viewer\\" : "src/" }
4240
},
4341
"autoload-dev": {
44-
"classmap": [ "src/", "tests/" ],
42+
"classmap": [ "src/", "tests/" ],
4543
"psr-4": { "GroupDocs\\Viewer\\" : "tests/" }
4644
}
4745
}

0 commit comments

Comments
 (0)