Skip to content

Commit

Permalink
Merge pull request #2 from lukapeharda/upgrade-laravel-dependencies
Browse files Browse the repository at this point in the history
Upgrade "illuminate/support" and "illuminate/routing" dependencies
  • Loading branch information
codeforest authored Mar 17, 2020
2 parents 422aa07 + af76a44 commit 8ade577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
},
"require": {
"php": ">=5.5.0",
"illuminate/support": "~5.1",
"illuminate/routing": "~5.1"
"illuminate/support": "~5.1|^6.0|^7.0",
"illuminate/routing": "~5.1|^6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit": "5.*"
Expand Down

0 comments on commit 8ade577

Please sign in to comment.