File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ install:
5252 - composer validate
5353 - if [ -z "$dropPlatform" ]; then composer config --unset platform.php; fi;
5454 - if [ -z "$qaExtended" ]; then phpenv config-rm xdebug.ini || :; fi;
55- - if [ -z "$dependencies" ]; then composer install --prefer-dist ; fi;
56- - if [ "$dependencies" = "lowest" ]; then composer update --prefer-lowest --prefer-dist - n; fi;
57- - if [ "$dependencies" = "highest" ]; then composer update --prefer-dist - n; fi;
55+ - if [ -z "$dependencies" ]; then composer install; fi;
56+ - if [ "$dependencies" = "lowest" ]; then composer update --prefer-lowest -n; fi;
57+ - if [ "$dependencies" = "highest" ]; then composer update -n; fi;
5858 - composer show
5959
6060# # Run the actual test
You can’t perform that action at this time.
0 commit comments