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 c6e1c72 commit d7932b1Copy full SHA for d7932b1
composer.json
@@ -13,8 +13,8 @@
13
}
14
],
15
"require": {
16
- "illuminate/database": "^6.2|^7.0|^8.0",
17
- "illuminate/support": "^6.2|^7.0|^8.0"
+ "illuminate/database": "^6.0|^7.0|^8.0",
+ "illuminate/support": "^6.0|^7.0|^8.0"
18
},
19
"autoload": {
20
"psr-4": {
@@ -30,9 +30,9 @@
30
"test": "vendor/bin/phpunit"
31
32
"require-dev": {
33
- "laravel/legacy-factories": "^1.0",
34
- "orchestra/testbench": "^6.0",
35
- "orchestra/database": "^6.0"
+ "laravel/legacy-factories": "^1.0.4",
+ "orchestra/testbench": "^4.0|^5.0|^6.0",
+ "orchestra/database": "^4.0|^5.0|^6.0"
36
37
"config": {
38
"sort-packages": true
0 commit comments