Drop PHP 5.5 support

This commit is contained in:
Robbie Averill 2017-03-28 23:09:01 +13:00
parent 0825e1a548
commit 58d4b67b1f
2 changed files with 1 additions and 2 deletions

View File

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

View File

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