Skip to content

Commit 1f64eac

Browse files
author
Jordan Hoff
authored
Support for Laravel 7 / 8
1 parent 0d0df39 commit 1f64eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"require": {
1818
"php": ">=7.0",
19-
"laravel/framework": "^5.4|6.*|^8.0"
19+
"laravel/framework": "^5.4|^6.0|^7.0|^8.0"
2020
},
2121
"require-dev": {
2222
"friendsofphp/php-cs-fixer": "^2.13|^2.16",

0 commit comments

Comments
 (0)