Skip to content

Commit

Permalink
Removed PHP 5.3 and 5.4 for Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Jan 11, 2016
1 parent c11d38c commit ded0c88
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ sudo: false
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"GPL-2.0"
],
"require" : {
"php" : ">=5.3.10",
"php" : ">=5.5",
"ext-dom": "*",
"ext-mbstring": "*",
"ext-json": "*",
Expand Down

0 comments on commit ded0c88

Please sign in to comment.