We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f1059a commit 923b2d0Copy full SHA for 923b2d0
composer.json
@@ -21,11 +21,11 @@
21
],
22
"require": {
23
"php": "^8.0",
24
- "illuminate/support": "^8.0 || ^9.0|^10.0 || ^11.0|^12.0",
25
- "illuminate/database": "^8.53 || ^9.0|^10.0 || ^11.0|^12.0"
+ "illuminate/support": "^8 || ^9 || ^10 || ^11 || ^12",
+ "illuminate/database": "^8.53 || ^9 || ^10 || ^11 || ^12"
26
},
27
"require-dev": {
28
- "orchestra/testbench": "^6.23 || ^7.0|^8.0 || ^9.0 || ^10.0",
+ "orchestra/testbench": "^6.23 || ^7 || ^8 || ^9 || ^10",
29
"phpunit/phpunit": "^9.5 || ^10.5"
30
31
"autoload": {
0 commit comments