Skip to content

Commit da5c551

Browse files
authored
Merge pull request #28 from pactode/master
chore: add support for L9
2 parents 7a7d9cc + 5ec5d7d commit da5c551

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"require": {
1414
"php": "^7.4|^8.0",
1515
"guzzlehttp/guzzle": "^7.2",
16-
"illuminate/contracts": "^8.0",
17-
"illuminate/http": "^8.0",
18-
"illuminate/routing": "^8.0",
19-
"illuminate/support": "^8.0"
16+
"illuminate/contracts": "^8.0|^9.0",
17+
"illuminate/http": "^8.0|^9.0",
18+
"illuminate/routing": "^8.0|^9.0",
19+
"illuminate/support": "^8.0|^9.0"
2020
},
2121
"require-dev": {
2222
"friendsofphp/php-cs-fixer": "^3.0",
23-
"orchestra/testbench": "^6.0",
23+
"orchestra/testbench": "^6.0|^7.0",
2424
"phpunit/phpunit": "^9.0",
2525
"signifly/php-config": "^1.0"
2626
},

0 commit comments

Comments
 (0)