Skip to content

Commit d7932b1

Browse files
authored
Update composer.json
1 parent c6e1c72 commit d7932b1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
}
1414
],
1515
"require": {
16-
"illuminate/database": "^6.2|^7.0|^8.0",
17-
"illuminate/support": "^6.2|^7.0|^8.0"
16+
"illuminate/database": "^6.0|^7.0|^8.0",
17+
"illuminate/support": "^6.0|^7.0|^8.0"
1818
},
1919
"autoload": {
2020
"psr-4": {
@@ -30,9 +30,9 @@
3030
"test": "vendor/bin/phpunit"
3131
},
3232
"require-dev": {
33-
"laravel/legacy-factories": "^1.0",
34-
"orchestra/testbench": "^6.0",
35-
"orchestra/database": "^6.0"
33+
"laravel/legacy-factories": "^1.0.4",
34+
"orchestra/testbench": "^4.0|^5.0|^6.0",
35+
"orchestra/database": "^4.0|^5.0|^6.0"
3636
},
3737
"config": {
3838
"sort-packages": true

0 commit comments

Comments
 (0)