Skip to content

Commit 2a8ac4d

Browse files
Illuminate 10.x-dev
Trying to specify the 10.x-dev tags to see if the tests will pass.
1 parent aeb0810 commit 2a8ac4d

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
@@ -24,9 +24,9 @@
2424
],
2525
"require": {
2626
"php": "^7.3|^8.0|^8.1|^8.2",
27-
"illuminate/contracts": "~6.0|~7.0|~8.0|~9.0|~10.0",
28-
"illuminate/database": "~6.0|~7.0|~8.0|~9.0|~10.0",
29-
"illuminate/support": "~6.0|~7.0|~8.0|~9.0|~10.0",
27+
"illuminate/contracts": "~6.0|~7.0|~8.0|~9.0|~10.x-dev",
28+
"illuminate/database": "~6.0|~7.0|~8.0|~9.0|~10.x-dev",
29+
"illuminate/support": "~6.0|~7.0|~8.0|~9.0|~10.x-dev",
3030
"laravel/scout": "~7.0|~8.0|~9.0"
3131
},
3232
"require-dev": {

0 commit comments

Comments
 (0)