Require PHP 5.6

This commit is contained in:
Franz Liedke 2017-02-03 21:53:20 +01:00
parent 38695cdee3
commit 8cc04cfaec
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
language: php language: php
php: php:
- 5.5
- 5.6 - 5.6
- 7.0 - 7.0
- hhvm - hhvm

View File

@ -20,7 +20,7 @@
"docs": "http://flarum.org/docs" "docs": "http://flarum.org/docs"
}, },
"require": { "require": {
"php": ">=5.5.9", "php": ">=5.6.0",
"dflydev/fig-cookies": "^1.0.2", "dflydev/fig-cookies": "^1.0.2",
"doctrine/dbal": "^2.5", "doctrine/dbal": "^2.5",
"components/font-awesome": "^4.6", "components/font-awesome": "^4.6",