Skip to content

Commit af0b618

Browse files
committed
Updated sources
1 parent 5a1ed34 commit af0b618

55 files changed

Lines changed: 1137 additions & 2259 deletions

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-2021 Aspose Pty Ltd
3+
Copyright (c) 2003-2023 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: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"description": "This repository contains GroupDocs.Annotation Cloud SDK for PHP source code.",
33
"name": "groupdocscloud/groupdocs-annotation-cloud",
4-
"version": "22.2",
4+
"version": "23.4",
55
"license": "MIT",
66
"type": "library",
77
"keywords": [
@@ -21,20 +21,18 @@
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/" ],

0 commit comments

Comments
 (0)