Skip to content

Commit 9b9877b

Browse files
committed
Updated Guzzle library to ~7.0
1 parent a8920e3 commit 9b9877b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ composer.phar
33
vendor
44
composer.lock
55
test.php
6+
.idea/

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
}
1414
],
1515
"require": {
16-
"php": ">=5.3.3",
17-
"guzzlehttp/guzzle": "~6.0"
16+
"php": ">=5.4",
17+
"guzzlehttp/guzzle": "~7.0"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "^5.0",

0 commit comments

Comments
 (0)