Skip to content

Commit ccfab7a

Browse files
committed
MLD-3321 Laravel 9 and Laravel 10 compatibility.
1 parent 663bd62 commit ccfab7a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"type": "library",
55
"require": {
66
"php": "^8.1",
7-
"illuminate/support": "^10.0",
8-
"illuminate/container": "^10.0",
9-
"illuminate/database": "^10.0",
10-
"illuminate/events": "^10.0"
7+
"illuminate/support": "^9.0 || ^10.0",
8+
"illuminate/container": "^9.0 || ^10.0",
9+
"illuminate/database": "^9.0 || ^10.0",
10+
"illuminate/events": "^9.0 || ^10.0"
1111
},
1212
"require-dev": {
13-
"phpunit/phpunit": "^10.0",
13+
"phpunit/phpunit": "^9.0 || ^10.0",
1414
"orchestra/testbench": "v8.10"
1515
},
1616
"autoload": {

0 commit comments

Comments
 (0)