Skip to content

Commit

Permalink
upgrade package requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
iZaL committed Sep 19, 2020
1 parent c675320 commit 30e0ef2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
}
],
"require": {
"guzzlehttp/guzzle": "6.*",
"guzzlehttp/guzzle": ">=6.0",
"php": ">=5.5.9"
},
"require-dev": {
"phpunit/phpunit": "4.*"
"phpunit/phpunit": ">=6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 30e0ef2

Please sign in to comment.