Skip to content

Commit 9449ee9

Browse files
authored
Merge pull request #21 from laravel-shift/l10-compatibility
Laravel 10.x Compatibility
2 parents e314382 + 6a9ceab commit 9449ee9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
],
2020
"require": {
2121
"php": "^7.2||^8.0",
22-
"illuminate/console": "^6|^7|^8|^9",
23-
"illuminate/events": "^6|^7|^8|^9"
22+
"illuminate/console": "^6|^7|^8|^9|^10.0",
23+
"illuminate/events": "^6|^7|^8|^9|^10.0"
2424
},
2525
"require-dev": {
2626
"mockery/mockery": "^1.0",
27-
"orchestra/testbench": "^6.0",
27+
"orchestra/testbench": "^6.0|^8.0",
2828
"phpunit/phpunit": "^9.0"
2929
},
3030
"autoload": {

0 commit comments

Comments
 (0)