Skip to content

Commit

Permalink
Merge pull request #25 from EugenGanshorn/master
Browse files Browse the repository at this point in the history
composer.json cleanup, added php8, upgraded some other packages
  • Loading branch information
gregurco authored Jan 13, 2022
2 parents 33ec3eb + e3ec317 commit f59f00a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@
],

"require": {
"php": ">=7.1",
"php": "^7.1|^8.0",
"guzzlehttp/guzzle": "^6.0",
"eightpoints/guzzle-bundle": "^8.0.1",
"symfony/http-kernel": "~4.0|~5.0",
"symfony/config": "~4.0|~5.0",
"symfony/dependency-injection": "~4.0|~5.0",
"symfony/expression-language": "~4.0|~5.0",
"sainsburys/guzzle-oauth2-plugin": "^3.0.5"
"eightpoints/guzzle-bundle": "^8.0",
"symfony/http-kernel": "^4.0|^5.0|^6.0",
"symfony/config": "^4.0|^5.0|^6.0",
"symfony/dependency-injection": "^4.0|^5.0|^6.0",
"symfony/expression-language": "^4.0|^5.0|^6.0",
"sainsburys/guzzle-oauth2-plugin": "^3.0"
},

"require-dev": {
"phpunit/phpunit": "~7.5",
"php-coveralls/php-coveralls": "~2.2"
"phpunit/phpunit": "^9.5",
"php-coveralls/php-coveralls": "^2.2"
},

"autoload": {
Expand Down

0 comments on commit f59f00a

Please sign in to comment.