Skip to content

Commit

Permalink
Merge pull request #4 from PawelMysior/5.5
Browse files Browse the repository at this point in the history
Update composer.json
  • Loading branch information
jarektkaczyk authored Sep 26, 2017
2 parents aa0956e + 535fa05 commit b10aa56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 5.6
- 7.0
- 7.1

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
],
"require": {
"php": ">=5.6.4",
"illuminate/database": "5.4.*",
"illuminate/queue": "5.4.*"
"illuminate/database": "5.5.*",
"illuminate/queue": "5.5.*"
},
"require-dev": {
"kahlan/kahlan": "~2.5"
Expand Down

0 comments on commit b10aa56

Please sign in to comment.