diff --git a/.travis.yml b/.travis.yml index 73f4c14..1ef118c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,6 @@ matrix: - php: 7 - php: hhvm allow_failures: - - php: 7 - php: hhvm notifications: diff --git a/composer.json b/composer.json index 11433ff..efaaab3 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ } }, "require": { - "php": ">=5.5", + "php": "^5.5 || ^7.0", "zendframework/zend-stdlib": "~2.5" }, "require-dev": {