Skip to content

Commit 36b3ae5

Browse files
authored
Update composer.json to allow for Laravel 8 (maybe correctly this time)
1 parent 7cb8a5c commit 36b3ae5

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
@@ -19,7 +19,7 @@
1919
},
2020
"require": {
2121
"php": ">=7.1.3",
22-
"laravel/framework": "^7.*",
22+
"laravel/framework": "^7",
2323
"ckeditor/ckeditor": "4.*"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)