Skip to content

Commit e8a3060

Browse files
committed
Updated sources
1 parent 9012388 commit e8a3060

157 files changed

Lines changed: 9301 additions & 34730 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.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2003-2018 Aspose Pty Ltd
3+
Copyright (c) 2003-2019 Aspose Pty Ltd
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

composer.json

Lines changed: 4 additions & 5 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": "18.11",
4+
"version": "19.3",
55
"license": "MIT",
66
"type": "library",
77
"keywords": [
@@ -29,20 +29,19 @@
2929
"ext-curl": "*",
3030
"ext-json": "*",
3131
"ext-mbstring": "*",
32-
"guzzlehttp/guzzle": "^6.2"
32+
"guzzlehttp/guzzle": "^6.3"
3333
},
3434
"require-dev": {
35-
"groupdocscloud/storage-sdk-php": "*",
3635
"friendsofphp/php-cs-fixer": "2.10.*",
3736
"squizlabs/php_codesniffer": "3.*",
38-
"phpunit/phpunit": "^4.8"
37+
"phpunit/phpunit": "^5.7"
3938
},
4039
"autoload": {
4140
"classmap": [ "src/" ],
4241
"psr-4": { "GroupDocs\\Viewer\\" : "src/" }
4342
},
4443
"autoload-dev": {
45-
"classmap": [ "src/" ],
44+
"classmap": [ "src/", "tests/" ],
4645
"psr-4": { "GroupDocs\\Viewer\\" : "tests/" }
4746
}
4847
}

0 commit comments

Comments
 (0)