diff options
-rw-r--r-- | .travis.yml | 1 | ||||
-rw-r--r-- | composer.json | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 0c7e5f1..72ef44b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,7 @@ matrix: sudo: false install: + - if [ "$TRAVIS_PHP_VERSION" = "5.3" ] ; then sed -i '/apigen/D' composer.json ; fi - if [ -n "$REQUIRE" ] ; then composer require "$REQUIRE" ; fi - composer install diff --git a/composer.json b/composer.json index 0053153..087cfdf 100644 --- a/composer.json +++ b/composer.json @@ -20,9 +20,9 @@ "symfony/polyfill-mbstring": "^1.3" }, "require-dev": { + "apigen/apigen": "^4.1", "phpunit/php-code-coverage": "*", - "phpunit/phpunit": "~4.8 || ~5.7 || ~6.5", - "apigen/apigen": "^4.1" + "phpunit/phpunit": "~4.8 || ~5.7 || ~6.5" }, "conflict": { "phpmyadmin/motranslator": "<3.0" |