Skip to content

Commit

Permalink
relax compat requirements to allow base bundle 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Oct 28, 2019
1 parent 67772bc commit bc7e6c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bc7e6c8

Please sign in to comment.