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 45b4830 commit e060064Copy full SHA for e060064
composer.json
@@ -18,15 +18,15 @@
18
],
19
"require": {
20
"php": "^8.0",
21
- "illuminate/database": "^9.0",
22
- "illuminate/support": "^9.0",
+ "illuminate/database": "^8.0|^9.0",
+ "illuminate/support": "^8.0|^9.0",
23
"spatie/laravel-package-tools": "^1.9.2"
24
},
25
"require-dev": {
26
- "friendsofphp/php-cs-fixer": "^3.4",
27
- "nunomaduro/collision": "^6.0",
28
- "nunomaduro/larastan": "^2.0.1",
29
- "orchestra/testbench": "^7.0",
+ "friendsofphp/php-cs-fixer": "^3.7",
+ "nunomaduro/collision": "^5.0|^6.0",
+ "nunomaduro/larastan": "^1.0|^2.0.1",
+ "orchestra/testbench": "^6.23|^7.0",
30
"pestphp/pest": "^1.21",
31
"pestphp/pest-plugin-laravel": "^1.1",
32
"pestphp/pest-plugin-mock": "^1.0",
0 commit comments