no more php5.3 support

This commit is contained in:
Robin Appelman 2016-12-01 13:44:23 +01:00
commit 5e073449ee
2 changed files with 1 additions and 2 deletions

View file

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

View file

@ -9,7 +9,7 @@
} }
], ],
"require" : { "require" : {
"php": ">=5.3", "php": ">=5.4",
"icewind/streams": ">=0.2.0" "icewind/streams": ">=0.2.0"
}, },
"require-dev": { "require-dev": {