Skip to content

Commit

Permalink
🔥 update to php 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhowbhz committed Nov 5, 2022
1 parent ed606a9 commit f4d1033
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@
"type": "library",
"license": "MIT",
"require": {
"php": ">=8.0",
"composer/composer": "^2.2.0",
"php": ">=7.4"
"guzzlehttp/guzzle": "^7.3"
},
"require-dev": {
"php": ">=7.4",
"php": ">=8.0",
"phpunit/phpunit": "^9.5",
"guzzlehttp/guzzle": "^7.3",
"orchestra/testbench": "^4.0|^5.0|^6.0",
"phpunit/phpunit": "^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand All @@ -41,7 +43,8 @@
}
},
"suggest": {
"ext-curl": "Required by ApiGratis\\ to requests in services."
"ext-curl": "Required by ApiGratis\\ to requests in services.",
"guzzlehttp/guzzle": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients."
},
"config": {
"sort-packages": true,
Expand Down

0 comments on commit f4d1033

Please sign in to comment.