Skip to content

Commit

Permalink
Merge pull request #3 from 2pd/upgrade-package
Browse files Browse the repository at this point in the history
upgrade depencies
  • Loading branch information
2pd authored Mar 9, 2022
2 parents e3b98c4 + ccf0265 commit 810e52c
Show file tree
Hide file tree
Showing 2 changed files with 819 additions and 491 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
],
"minimum-stability": "dev",
"require": {
"php": ">=5.6.0",
"guzzlehttp/guzzle": "^6.0"
"php": ">=7.1||^8.0",
"guzzlehttp/guzzle": "^7.0"
},
"conflict": {
"aeris/guzzle-http-mock": "*"
Expand All @@ -42,6 +42,6 @@
}
},
"require-dev": {
"phpunit/phpunit": "^6.0"
"phpunit/phpunit": "^9.5"
}
}
Loading

0 comments on commit 810e52c

Please sign in to comment.