Skip to content

Commit 397f59c

Browse files
committed
Merge branch 'development'
2 parents e030769 + 913a217 commit 397f59c

21 files changed

+2303
-2019
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
vendor/
2+
.idea

composer.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
"type": "library",
66
"license": "MIT",
77
"require": {
8-
"guzzlehttp/guzzle": "^6.3"
8+
"php": "^7.4",
9+
"guzzlehttp/guzzle": "^6.3 || ^7.0"
910
},
1011
"require-dev": {
11-
"phpunit/phpunit": "^7"
12+
"phpunit/phpunit": "^9.6"
1213
},
1314
"authors": [
1415
{

0 commit comments

Comments
 (0)