From af761b0c7d7f2908fd28dd73fe3a35b0fc72eb62 Mon Sep 17 00:00:00 2001 From: Joel Wurtz Date: Wed, 12 Jul 2017 21:47:32 +0200 Subject: [PATCH] Prepare dependencies for 2.0 --- .travis.yml | 7 +++---- composer.json | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index ca58fc2..dc94972 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,9 +9,8 @@ cache: - ~/.composer/cache/files php: - - 5.6 - 7.0 - - hhvm-3.9 + - 7.1 env: global: @@ -20,7 +19,7 @@ env: matrix: fast_finish: true include: - - php: 5.6 + - php: 7.0 env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci" before_install: @@ -30,7 +29,7 @@ install: - travis_retry composer update ${COMPOSER_FLAGS} --prefer-source --no-interaction script: - - $TEST_COMMAND + - travis_wait $TEST_COMMAND after_success: - if [[ "$COVERAGE" = true ]]; then wget https://scrutinizer-ci.com/ocular.phar; fi diff --git a/composer.json b/composer.json index 05e9e4f..47a196b 100644 --- a/composer.json +++ b/composer.json @@ -27,9 +27,9 @@ ], "require": { "php": ">=5.6", - "jane/jane": "dev-master as 2.0", - "jane/runtime": "dev-master as 1.0", - "jane/openapi-runtime": "dev-master as 2.0", + "jane/jane": "^2.0", + "jane/runtime": "^2.0", + "jane/openapi-runtime": "^2.0", "nikic/php-parser": "^3.0", "symfony/console": "^3.1", "doctrine/inflector": "^1.0",