Skip to content

Commit 1b4c8a6

Browse files
Update dependency wyrihaximus/makefiles to ^0.7.7
1 parent 5a4d146 commit 1b4c8a6

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
@@ -19,7 +19,7 @@
1919
"require-dev": {
2020
"react-parallel/stubs": "^1.2",
2121
"wyrihaximus/async-test-utilities": "^10.4.0",
22-
"wyrihaximus/makefiles": "^0.7.6",
22+
"wyrihaximus/makefiles": "^0.7.7",
2323
"wyrihaximus/ticking-promise": "^3.1.0"
2424
},
2525
"autoload": {

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)