Skip to content

Commit

Permalink
fix lowest version build
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Nov 28, 2019
1 parent cce0ed8 commit 3acc185
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -30,10 +30,10 @@ matrix:

- php: 7.2
env:
- COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
- COMPOSER_FLAGS="--prefer-stable --prefer-lowest" DEPENDENCIES="symfony/validator:^3.4.4"
- php: 7.3
env:
- COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
- COMPOSER_FLAGS="--prefer-stable --prefer-lowest" DEPENDENCIES="symfony/validator:^3.4.4"

# Test the latest stable release

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -37,7 +37,7 @@
"symfony/console": "^3.4.4 || ^4.1.12 || ^5.0",
"symfony/finder": "^3.4.4 || ^4.1.12 || ^5.0",
"symfony/phpunit-bridge": "^4.2.4 || ^5.0",
"symfony/security-bundle": "^3.4.5 || ^4.1.12 || ^5.0",
"symfony/security-bundle": "^3.4.4 || ^4.1.12 || ^5.0",
"symfony/twig-bundle": "^3.4.4 || ^4.1.12 || ^5.0",
"symfony/yaml": "^3.4.4 || ^4.1.12 || ^5.0",
"symfony/css-selector": "^3.4.4 || ^4.1.12 || ^5.0",
Expand Down

0 comments on commit 3acc185

Please sign in to comment.