Skip to content

Commit e388112

Browse files
committed
Support for 24.8 version
1 parent ad43767 commit e388112

File tree

9 files changed

+79
-2300
lines changed

9 files changed

+79
-2300
lines changed

composer.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aspose/diagram-sdk-php",
3-
"version": "20.3",
3+
"version": "24.8",
44
"description": "A PHP library for communicating with the Aspose.Diagram Cloud API",
55
"keywords": ["aspose", "php", "diagram", "aspose cloud" ],
66
"homepage": "https://github.com/aspose-diagram-cloud/aspose-diagram-cloud-php",
@@ -12,17 +12,15 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=5.5",
15+
"php": ">=8.0",
1616
"ext-curl": "*",
1717
"ext-json": "*",
1818
"ext-mbstring": "*",
19-
"guzzlehttp/guzzle": "^6.2",
20-
"friendsofphp/php-cs-fixer": "~1.12"
19+
"guzzlehttp/guzzle": "^7.0"
2120
},
2221
"require-dev": {
23-
"phpunit/phpunit": "^4.8",
24-
"squizlabs/php_codesniffer": "~2.6",
25-
"friendsofphp/php-cs-fixer": "~1.12"
22+
"phpunit/phpunit": "^9.0",
23+
"squizlabs/php_codesniffer": "*"
2624
},
2725
"autoload": {
2826
"psr-4": { "Aspose\\Diagram\\Cloud\\" : "lib/" }

0 commit comments

Comments
 (0)