Skip to content

Commit

Permalink
Require php 7.1 or up
Browse files Browse the repository at this point in the history
  • Loading branch information
makladuxbert committed Aug 29, 2017
1 parent a3bf0c8 commit 8f26859
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
- 7.1

matrix:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}
],
"require": {
"php" : ">=7.0",
"php" : ">=7.1",
"illuminate/auth": "~5.4.0",
"illuminate/container": "~5.4.0",
"illuminate/contracts": "~5.4.0",
Expand Down

0 comments on commit 8f26859

Please sign in to comment.