Require PHP 5.6

This commit is contained in:
Franz Liedke 2017-02-03 21:53:20 +01:00
parent b5b18dd436
commit 015967a76c
No known key found for this signature in database
GPG Key ID: 9A0231A879B055F4
2 changed files with 1 additions and 2 deletions

View File

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

View File

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