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 97b0e4d commit df2e871
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
}
],
"require": {
"php": ">=5.6.4",
"illuminate/database": "5.5.*",
"illuminate/queue": "5.5.*"
"php": ">=7.0.0",
"illuminate/database": "^5.5",
"illuminate/queue": "^5.5"
},
"require-dev": {
"kahlan/kahlan": "~2.5"
Expand Down

0 comments on commit df2e871

Please sign in to comment.