1
0
mirror of https://github.com/silverstripe/silverstripe-translatable synced 2024-10-22 11:05:59 +02:00

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 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"
}, },