Skip to content

Commit 7e38012

Browse files
committed
Updated sources
1 parent 24a870d commit 7e38012

4 files changed

Lines changed: 1040 additions & 2060 deletions

File tree

composer.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,18 @@
2121
],
2222
"config": {
2323
"platform": {
24-
"php": "5.6.32"
24+
"php": "7.4"
2525
}
2626
},
2727
"require": {
28-
"php": ">=5.5",
28+
"php": ">=7.4",
2929
"ext-curl": "*",
3030
"ext-json": "*",
3131
"ext-mbstring": "*",
32-
"guzzlehttp/guzzle": "^6.3|7.*"
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": "^9.5.25"
3836
},
3937
"autoload": {
4038
"classmap": [ "src/" ],

0 commit comments

Comments
 (0)