Skip to content

Commit

Permalink
5.5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jarektkaczyk committed Jan 2, 2018
1 parent 972b9d1 commit 32b5a9a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
}
],
"require": {
"php": ">=5.6.4"
"php": ">=7.0"
},
"require-dev": {
"illuminate/database": "5.4.*",
"illuminate/support": "5.4.*",
"illuminate/auth": "5.4.*",
"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 32b5a9a

Please sign in to comment.