Skip to content

Commit 960579f

Browse files
authored
Add support to Laravel 8.x on composer.json (#15)
1 parent 31badab commit 960579f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"require": {
2525
"php": "7.2.*|7.3.*|7.4.*",
26-
"laravel/framework": "~5.1|6.*|7.*"
26+
"laravel/framework": "~5.1|6.*|7.*|8.*"
2727
},
2828
"autoload-dev": {
2929
"classmap": [

0 commit comments

Comments
 (0)