Skip to content

Commit 3acc185

Browse files
committed
fix lowest version build
1 parent cce0ed8 commit 3acc185

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ matrix:
3030

3131
- php: 7.2
3232
env:
33-
- COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
33+
- COMPOSER_FLAGS="--prefer-stable --prefer-lowest" DEPENDENCIES="symfony/validator:^3.4.4"
3434
- php: 7.3
3535
env:
36-
- COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
36+
- COMPOSER_FLAGS="--prefer-stable --prefer-lowest" DEPENDENCIES="symfony/validator:^3.4.4"
3737

3838
# Test the latest stable release
3939

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"symfony/console": "^3.4.4 || ^4.1.12 || ^5.0",
3838
"symfony/finder": "^3.4.4 || ^4.1.12 || ^5.0",
3939
"symfony/phpunit-bridge": "^4.2.4 || ^5.0",
40-
"symfony/security-bundle": "^3.4.5 || ^4.1.12 || ^5.0",
40+
"symfony/security-bundle": "^3.4.4 || ^4.1.12 || ^5.0",
4141
"symfony/twig-bundle": "^3.4.4 || ^4.1.12 || ^5.0",
4242
"symfony/yaml": "^3.4.4 || ^4.1.12 || ^5.0",
4343
"symfony/css-selector": "^3.4.4 || ^4.1.12 || ^5.0",

0 commit comments

Comments
 (0)