Skip to content

Commit b60012a

Browse files
authored
Merge pull request #68 from Pr3d4dor/feature/laravel-8-support
Laravel 8 support
2 parents d18e95b + d868a21 commit b60012a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@
1717
],
1818
"require": {
1919
"php": "^7.1",
20-
"illuminate/support": "^5.5 || ^6.0 || ^7.0"
20+
"illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0"
2121
},
2222
"require-dev": {
23-
"orchestra/testbench": "^3.0 || ^4.0 || ^5.0",
23+
"laravel/legacy-factories": "^1.0",
24+
"orchestra/testbench": "^3.0 || ^4.0 || ^5.0 || ^6.0",
2425
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
2526
},
2627
"autoload": {

0 commit comments

Comments
 (0)