Skip to content

Commit

Permalink
Merge pull request #20 from BertvanHoekelen/patch-1
Browse files Browse the repository at this point in the history
 Allow higher versions of Laravel 7 (illuminate/support)
  • Loading branch information
christophrumpel authored Mar 4, 2020
2 parents ce45ee6 + 668205a commit 1203378
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 @@ -17,7 +17,7 @@
],
"require": {
"php": "^7.4",
"illuminate/support": "^6.0|7.0",
"illuminate/support": "^6.0|^7.0",
"laravel/framework": "^6.0|^7.0",
"christophrumpel/laravel-command-file-picker": "^0.0.7",
"nikic/php-parser": "^4.3"
Expand Down

0 comments on commit 1203378

Please sign in to comment.