Skip to content

Commit 1253167

Browse files
authored
Laravel 9 compatibility (#162)
* Laravel 9 compatibility This should add compatibility to Laravel 9 * Added test bench ^7.0 Added test bench ^7.0
1 parent c390401 commit 1253167

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@
5353
},
5454
"require": {
5555
"php": "^5.4 || ^7.0 || ^8.0",
56-
"illuminate/config": "^4.2 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
57-
"illuminate/console": "^4.2 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
58-
"illuminate/filesystem": "^4.2 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
56+
"illuminate/config": "^4.2 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
57+
"illuminate/console": "^4.2 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
58+
"illuminate/filesystem": "^4.2 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
5959
"tedivm/jshrink": "~1.0"
6060
},
6161
"require-dev": {
62-
"orchestra/testbench": "^2.2 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
62+
"orchestra/testbench": "^2.2 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
6363
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
6464
},
6565
"autoload": {

0 commit comments

Comments
 (0)