Skip to content

Commit

Permalink
allow Laravel 6.0 in require
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschlick committed Sep 3, 2019
1 parent 458c123 commit 0ed2564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"require": {
"php": "^7.1",
"laravel/framework": "^5.6"
"laravel/framework": "^5.6 | ^6.0"
},
"require-dev": {
"doctrine/dbal": "^2.9",
Expand Down

0 comments on commit 0ed2564

Please sign in to comment.