File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ syntax-php: ## Lint PHP syntax ##*ILH*##
5353
5454composer-normalize : # ## Normalize composer.json ##*I*##
5555 $(DOCKER_RUN ) composer normalize
56- $(DOCKER_RUN ) composer update --lock --no-scripts
56+ $(DOCKER_RUN ) COMPOSER_DISABLE_NETWORK=1 composer update --lock --no-scripts
5757
5858rector-upgrade : # # Upgrade any automatically upgradable old code ##*I*##
5959 $(DOCKER_RUN ) vendor/bin/rector -c ./etc/qa/rector.php
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ syntax-php: ## Lint PHP syntax ##*ILH*##
33
44composer-normalize : # ## Normalize composer.json ##*I*##
55 $(DOCKER_RUN ) composer normalize
6- $(DOCKER_RUN ) composer update --lock --no-scripts
6+ $(DOCKER_RUN ) COMPOSER_DISABLE_NETWORK=1 composer update --lock --no-scripts
77
88rector-upgrade : # # Upgrade any automatically upgradable old code ##*I*##
99 $(DOCKER_RUN ) vendor/bin/rector -c ./etc/qa/rector.php
You can’t perform that action at this time.
0 commit comments