Removing 5.3 from travis configuration

This commit is contained in:
Oliver Forral 2015-10-17 08:30:09 -07:00
parent c25eadd312
commit d32d0b1304
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6

View File

@ -9,7 +9,7 @@
"API"
],
"require": {
"php": ">=5.3,<8.0-DEV"
"php": ">=5.4,<8.0-DEV"
},
"require-dev": {
"phpunit/phpunit": "^4.8"