Skip to content

Commit

Permalink
update min php version
Browse files Browse the repository at this point in the history
  • Loading branch information
trydocatch committed Mar 27, 2017
1 parent ec1bfad commit e014bcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ language: php
sudo: false

php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm
- nightly

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": ">=5.3",
"php": ">=5.6",
"ext-curl": "*"
},
"require-dev": {
Expand Down

0 comments on commit e014bcd

Please sign in to comment.