Skip to content

Commit

Permalink
Update PHP requirement to 5.5+
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed May 17, 2015
1 parent 705f674 commit 02fbac2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- 7.0
Expand All @@ -25,7 +24,7 @@ after_script:

matrix:
include:
- php: 5.4
- php: 5.5
env: COVERALLS=1 DEFAULT=0
allow_failures:
- php: 7.0
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
]
},
"require": {
"php": ">=5.4.0",
"php": ">=5.5.0",
"orchestra/contracts": "3.1.*",
"orchestra/support-facades": "3.1.*"
},
Expand Down

0 comments on commit 02fbac2

Please sign in to comment.