Skip to content

Commit fd11b9b

Browse files
committed
Laravel 8 Support
1 parent 7a6a03d commit fd11b9b

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
@@ -10,8 +10,8 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.0",
14-
"illuminate/support": "^5.0 || ^6.0 || ^7.0",
13+
"php": "^5.6 || ^7.0 || ^8.0",
14+
"illuminate/support": "^5.0 || ^6.0 || ^7.0 || ^8.0",
1515
"oscarafdev/laravel-4-generators": "^3.1",
1616
"doctrine/dbal": "~2.10"
1717
},

0 commit comments

Comments
 (0)