Skip to content

Commit

Permalink
Merge pull request #28 from pactode/master
Browse files Browse the repository at this point in the history
chore: add support for L9
  • Loading branch information
pactode committed Feb 9, 2022
2 parents 7a7d9cc + 5ec5d7d commit da5c551
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"require": {
"php": "^7.4|^8.0",
"guzzlehttp/guzzle": "^7.2",
"illuminate/contracts": "^8.0",
"illuminate/http": "^8.0",
"illuminate/routing": "^8.0",
"illuminate/support": "^8.0"
"illuminate/contracts": "^8.0|^9.0",
"illuminate/http": "^8.0|^9.0",
"illuminate/routing": "^8.0|^9.0",
"illuminate/support": "^8.0|^9.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"orchestra/testbench": "^6.0",
"orchestra/testbench": "^6.0|^7.0",
"phpunit/phpunit": "^9.0",
"signifly/php-config": "^1.0"
},
Expand Down

0 comments on commit da5c551

Please sign in to comment.