Skip to content

Commit c6e1c72

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
],
1515
"require": {
1616
"illuminate/database": "^6.2|^7.0|^8.0",
17-
"illuminate/support": "^6.2|^7.0|^8.0",
18-
"laravel/legacy-factories": "^1.0"
17+
"illuminate/support": "^6.2|^7.0|^8.0"
1918
},
2019
"autoload": {
2120
"psr-4": {
@@ -31,6 +30,7 @@
3130
"test": "vendor/bin/phpunit"
3231
},
3332
"require-dev": {
33+
"laravel/legacy-factories": "^1.0",
3434
"orchestra/testbench": "^6.0",
3535
"orchestra/database": "^6.0"
3636
},

0 commit comments

Comments
 (0)