Skip to content

Commit

Permalink
Fixed illuminate dependency requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandedeyne committed Apr 4, 2016
1 parent 3b35187 commit 068c24f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Expand Up @@ -17,8 +17,9 @@
],
"require": {
"php" : "^7.0",
"illuminate/contracts": "5.1.14",
"illuminate/support": "5.1.14",
"illuminate/auth": "~5.1.14|~5.2.0",
"illuminate/contracts": "~5.1.14|~5.2.0",
"illuminate/support": "~5.1.14|~5.2.0",
"spatie/menu": "^1.1.0"
},
"require-dev": {
Expand Down

0 comments on commit 068c24f

Please sign in to comment.