Merge pull request #262 from robbieaverill/bugfix/drop-5.5

Drop PHP 5.5 support
This commit is contained in:
Damian Mooyman 2017-03-29 17:36:12 +13:00 committed by GitHub
commit 9012ab7ce0
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@
language: php language: php
php: php:
- 5.5
- 5.6 - 5.6
- 7.0 - 7.0
- 7.1 - 7.1

View File

@ -13,7 +13,7 @@
} }
], ],
"require": { "require": {
"php": ">=5.5.0", "php": ">=5.6.0",
"silverstripe/framework": "~4.0", "silverstripe/framework": "~4.0",
"silverstripe/cms": "~4.0" "silverstripe/cms": "~4.0"
}, },