File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ matrix:
30
30
31
31
- php : 7.2
32
32
env :
33
- - COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
33
+ - COMPOSER_FLAGS="--prefer-stable --prefer-lowest" DEPENDENCIES="symfony/validator:^3.4.4"
34
34
- php : 7.3
35
35
env :
36
- - COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
36
+ - COMPOSER_FLAGS="--prefer-stable --prefer-lowest" DEPENDENCIES="symfony/validator:^3.4.4"
37
37
38
38
# Test the latest stable release
39
39
Original file line number Diff line number Diff line change 37
37
"symfony/console" : " ^3.4.4 || ^4.1.12 || ^5.0" ,
38
38
"symfony/finder" : " ^3.4.4 || ^4.1.12 || ^5.0" ,
39
39
"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" ,
41
41
"symfony/twig-bundle" : " ^3.4.4 || ^4.1.12 || ^5.0" ,
42
42
"symfony/yaml" : " ^3.4.4 || ^4.1.12 || ^5.0" ,
43
43
"symfony/css-selector" : " ^3.4.4 || ^4.1.12 || ^5.0" ,
You can’t perform that action at this time.
0 commit comments