From bc7e6c84693a1e2b027f46ed9161362f4e65e7af Mon Sep 17 00:00:00 2001 From: gggeek Date: Mon, 28 Oct 2019 23:30:00 +0100 Subject: [PATCH] relax compat requirements to allow base bundle 0.9.0 --- .travis.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1fe4b53..1c05c1a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,7 +54,7 @@ after_script: - if [ "$CODE_COVERAGE" = "1" -a -f coverage.clover ]; then wget https://scrutinizer-ci.com/ocular.phar; fi - if [ "$CODE_COVERAGE" = "1" -a -f coverage.clover ]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi # Upload code-coverage to CodeClimate - - if [ "$CODE_COVERAGE" = "1" -a -f coverage.clover ]; then CODECLIMATE_REPO_TOKEN=TOBEGOTTEN ./vendor/bin/test-reporter --coverage-report=coverage.clover; fi + #- if [ "$CODE_COVERAGE" = "1" -a -f coverage.clover ]; then CODECLIMATE_REPO_TOKEN=TOBEGOTTEN ./vendor/bin/test-reporter --coverage-report=coverage.clover; fi # Try to avoid problems with shared composer caches... #cache: diff --git a/composer.json b/composer.json index 4f9ed73..529ce25 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "psr-4": { "Kaliop\\Queueing\\Plugins\\SQSBundle\\": "" } }, "require": { - "kaliop/queueingbundle": "^0.8", + "kaliop/queueingbundle": "~0.8", "aws/aws-sdk-php": "^3.0", "symfony/config": "^2.4 || ^3.0 || ^4.0", "symfony/dependency-injection": "^2.4 || ^3.0 || ^4.0",