Skip to content

Commit 0aa6210

Browse files
authored
Merge pull request #70 from reactphp-parallel/renovate/update-packagist-wyrihaximus-makefiles-0-7-7
Update dependency wyrihaximus/makefiles to ^0.7.7
2 parents 49465a6 + e603074 commit 0aa6210

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

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
@@ -23,7 +23,7 @@
2323
},
2424
"require-dev": {
2525
"react-parallel/runtime": "^3",
26-
"wyrihaximus/makefiles": "^0.7.6"
26+
"wyrihaximus/makefiles": "^0.7.7"
2727
},
2828
"autoload": {
2929
"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)