Skip to content

Commit

Permalink
switched to ^5.5 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jarektkaczyk committed Mar 4, 2018
1 parent f57ffae commit fa0f8e1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@
}
],
"require": {
"php": ">=7.0"
"php": ">=7.0.0",
"illuminate/database": "^5.5",
},
"require-dev": {
"illuminate/database": "5.5.*",
"illuminate/support": "5.5.*",
"illuminate/auth": "5.5.*",
"illuminate/database": "^5.5",
"illuminate/support": "^5.5",
"illuminate/auth": "^5.5",
"cartalyst/sentry": "~2.0",
"cartalyst/sentinel": "~2.0",
"tymon/jwt-auth": "^0.5.3",
Expand Down

0 comments on commit fa0f8e1

Please sign in to comment.