Skip to content

Commit 53b99a7

Browse files
Update dependency wyrihaximus/makefiles to ^0.7.7
1 parent 2d41879 commit 53b99a7

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ syntax-php: ## Lint PHP syntax ##*ILH*##
5555

5656
composer-normalize: ### Normalize composer.json ##*I*##
5757
$(DOCKER_RUN) composer normalize
58-
$(DOCKER_RUN) COMPOSER_DISABLE_NETWORK=1 composer update --lock --no-scripts
58+
$(DOCKER_RUN) COMPOSER_DISABLE_NETWORK=1 composer update --lock --no-scripts || $(DOCKER_RUN) composer update --lock --no-scripts
5959

6060
rector-upgrade: ## Upgrade any automatically upgradable old code ##*I*##
6161
$(DOCKER_RUN) vendor/bin/rector -c ./etc/qa/rector.php

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"require-dev": {
2727
"react-parallel/pool-tests": "^5.1.0",
2828
"wyrihaximus/async-test-utilities": "^10.4.0",
29-
"wyrihaximus/makefiles": "^0.7.6"
29+
"wyrihaximus/makefiles": "^0.7.7"
3030
},
3131
"autoload": {
3232
"psr-4": {

composer.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)