Skip to content

Commit a59a0b1

Browse files
authored
Laravel 8.x
1 parent 4f9eae9 commit a59a0b1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
}
1414
],
1515
"require": {
16-
"illuminate/database": "^6.2|^7.0",
17-
"illuminate/support": "^6.2|^7.0"
16+
"illuminate/database": "^6.2|^7.0|^8.0",
17+
"illuminate/support": "^6.2|^7.0|^8.0",
18+
"laravel/legacy-factories": "^1.0"
1819
},
1920
"autoload": {
2021
"psr-4": {
@@ -30,8 +31,8 @@
3031
"test": "vendor/bin/phpunit"
3132
},
3233
"require-dev": {
33-
"orchestra/testbench": "^5.0",
34-
"orchestra/database": "^5.0"
34+
"orchestra/testbench": "^6.0",
35+
"orchestra/database": "^6.0"
3536
},
3637
"config": {
3738
"sort-packages": true

0 commit comments

Comments
 (0)