Skip to content

Commit

Permalink
Bump PHP min version to 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
codeguy committed Dec 23, 2015
1 parent 408e0b0 commit a4b1f09
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
Expand Up @@ -3,7 +3,6 @@ sudo: false
language: php

php:
- 5.5
- 5.6
- 7.0
- hhvm
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": ">=5.5.0",
"php": ">=5.6.0",
"psr/http-message": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit a4b1f09

Please sign in to comment.