Skip to content

Commit efef0f1

Browse files
authored
use >= version constraints
1 parent 65f9000 commit efef0f1

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,11 +19,11 @@
1919
}
2020
},
2121
"require": {
22-
"illuminate/support": "^9.0|^10.0|^11.0",
23-
"illuminate/database": "^9.0|^10.0|^11.0"
22+
"illuminate/support": ">=10.0",
23+
"illuminate/database": ">=10.0"
2424
},
2525
"require-dev": {
26-
"orchestra/testbench": "^7.0|^8.0|^9.0"
26+
"orchestra/testbench": ">=8.0"
2727
},
2828
"minimum-stability": "dev",
2929
"prefer-stable": true

0 commit comments

Comments
 (0)