Skip to content

Commit c66b8bf

Browse files
author
Vladimir Litvinchik
committed
Updated to GroupDocs.Viewer 18.5
1 parent 9ee8e25 commit c66b8bf

32 files changed

Lines changed: 548 additions & 285 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ require_once('/path/to/groupdocs-viewer-cloud-php/vendor/autoload.php');
4646
To run the unit tests set your AppSID and AppKey in [json.config](tests/GroupDocs/Viewer/config.json) and execute following commands:
4747

4848
```
49-
composer install
49+
php composer.phar install
5050
./vendor/bin/phpunit
5151
```
5252

composer.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
22
"description": "This repository contains GroupDocs.Viewer for Cloud SDK for PHP source code.",
33
"name": "groupdocscloud/viewer-sdk-php",
4-
"version": "18.2",
4+
"version": "18.5",
55
"license": "MIT",
66
"type": "library",
77
"keywords": [
88
"groupdocs",
99
"viewer",
10+
"cloud",
11+
"api",
1012
"php",
11-
"groupdocs cloud"
13+
"sdk"
1214
],
1315
"homepage": "https://github.com/groupdocs-viewer-cloud/groupdocs-viewer-cloud-php",
1416
"authors": [
@@ -27,13 +29,13 @@
2729
"ext-curl": "*",
2830
"ext-json": "*",
2931
"ext-mbstring": "*",
30-
"guzzlehttp/guzzle": "^6.2",
31-
"aspose/storage-sdk-php": "1.0.*"
32+
"guzzlehttp/guzzle": "^6.2"
3233
},
3334
"require-dev": {
35+
"groupdocscloud/storage-sdk-php": "*",
3436
"friendsofphp/php-cs-fixer": "2.10.*",
3537
"squizlabs/php_codesniffer": "3.*",
36-
"phpunit/phpunit": "<4.8"
38+
"phpunit/phpunit": "^4.8"
3739
},
3840
"autoload": {
3941
"classmap": [ "src/" ],

0 commit comments

Comments
 (0)