Skip to content

Commit

Permalink
Merge pull request #12 from Napp/develop
Browse files Browse the repository at this point in the history
Bump php depentencies
  • Loading branch information
Mads Møller authored May 1, 2018
2 parents 3b49835 + eec6a54 commit 18c35ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 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:
- 7.0
- 7.1

before_script:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"require": {
"php" : ">=7.0",
"php" : ">=7.1.3",
"illuminate/container": "~5.4.0|~5.5.0|~5.6.0",
"illuminate/contracts": "~5.4.0|~5.5.0|~5.6.0",
"illuminate/database": "~5.4.0|~5.5.0|~5.6.0",
Expand Down

0 comments on commit 18c35ce

Please sign in to comment.