Skip to content

Commit 0b666a0

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

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
"license": "MIT",
66
"type": "project",
77
"require": {
8-
"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.*"
8+
"php": "^8.1",
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)