Skip to content

Commit a49cde8

Browse files
authored
Merge pull request #28 from laravel-shift/l9-compatibility
Laravel 9.x Compatibility
2 parents f2d0b1f + 5d79013 commit a49cde8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

composer.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
],
1919
"require": {
2020
"php": "^7.2.5|^8.0",
21-
"illuminate/support": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0"
21+
"illuminate/support": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0"
2222
},
2323
"require-dev": {
24-
"orchestra/testbench": "^3.6|^5.0|^6.0",
25-
"phpunit/phpunit": "^7.0|^8.0|9.2.*"
24+
"orchestra/testbench": "^3.6|^5.0|^6.0|^7.0",
25+
"phpunit/phpunit": "^7.0|^8.0|9.2.*|^9.5.10"
2626
},
2727
"autoload": {
2828
"psr-4": {
@@ -37,7 +37,6 @@
3737
"scripts": {
3838
"test": "vendor/bin/phpunit",
3939
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
40-
4140
},
4241
"config": {
4342
"sort-packages": true

0 commit comments

Comments
 (0)