Skip to content

Commit baae580

Browse files
committed
Support for Laravel 10
1 parent 7e0fc20 commit baae580

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
"type": "project",
77
"require": {
88
"php": "^8.0.2",
9-
"illuminate/auth": "9.*",
10-
"illuminate/console": "9.*",
11-
"illuminate/contracts": "9.*",
12-
"illuminate/database": "9.*",
13-
"illuminate/events": "9.*",
14-
"illuminate/support": "9.*",
15-
"illuminate/view": "9.*"
9+
"illuminate/auth": "^9.0|^10.0",
10+
"illuminate/console": "^9.0|^10.0",
11+
"illuminate/contracts": "^9.0|^10.0",
12+
"illuminate/database": "^9.0|^10.0",
13+
"illuminate/events": "^9.0|^10.0",
14+
"illuminate/support": "^9.0|^10.0",
15+
"illuminate/view": "^9.0|^10.0"
1616
},
1717
"require-dev": {
1818
"mockery/mockery": "^1.4.4",
19-
"phpunit/phpunit": "^9.5.10",
20-
"orchestra/testbench": "^7.0"
19+
"phpunit/phpunit": "^9.5.10|^10.0",
20+
"orchestra/testbench": "^7.0|^8.0"
2121
},
2222
"autoload": {
2323
"classmap": [

0 commit comments

Comments
 (0)