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:
52
52
- composer validate
53
53
- if [ -z "$dropPlatform" ]; then composer config --unset platform.php; fi;
54
54
- 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;
58
58
- composer show
59
59
60
60
# # Run the actual test
You can’t perform that action at this time.
0 commit comments