diff --git a/Makefile b/Makefile index 5ce68ce..7665160 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ syntax-php: ## Lint PHP syntax ##*ILH*## composer-normalize: ### Normalize composer.json ##*I*## $(DOCKER_RUN) composer normalize - $(DOCKER_RUN) COMPOSER_DISABLE_NETWORK=1 composer update --lock --no-scripts + $(DOCKER_RUN) COMPOSER_DISABLE_NETWORK=1 composer update --lock --no-scripts || $(DOCKER_RUN) composer update --lock --no-scripts rector-upgrade: ## Upgrade any automatically upgradable old code ##*I*## $(DOCKER_RUN) vendor/bin/rector -c ./etc/qa/rector.php diff --git a/composer.json b/composer.json index e7030a3..33508ba 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "require-dev": { "react-parallel/pool-tests": "^5.1.0", "wyrihaximus/async-test-utilities": "^10.4.0", - "wyrihaximus/makefiles": "^0.7.6" + "wyrihaximus/makefiles": "^0.7.7" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 9143815..ecbec0d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "8b96f29e899207ec1074094b641e09d9", + "content-hash": "65f5c4026a64ed4d52cb38c7c9db5657", "packages": [ { "name": "lcobucci/clock", @@ -9440,16 +9440,16 @@ }, { "name": "wyrihaximus/makefiles", - "version": "0.7.6", + "version": "0.7.7", "source": { "type": "git", "url": "https://github.com/WyriHaximus/Makefiles.git", - "reference": "7403f8891db4460dd1a621f33e7c33a2df90359b" + "reference": "52360251718d59c27bbaf6a78e0ccbb365af1662" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WyriHaximus/Makefiles/zipball/7403f8891db4460dd1a621f33e7c33a2df90359b", - "reference": "7403f8891db4460dd1a621f33e7c33a2df90359b", + "url": "https://api.github.com/repos/WyriHaximus/Makefiles/zipball/52360251718d59c27bbaf6a78e0ccbb365af1662", + "reference": "52360251718d59c27bbaf6a78e0ccbb365af1662", "shasum": "" }, "require": { @@ -9461,7 +9461,7 @@ "infection/infection": "<0.31.3" }, "require-dev": { - "wyrihaximus/test-utilities": "^8.4.0" + "wyrihaximus/test-utilities": "^8.5.0" }, "type": "composer-plugin", "extra": { @@ -9485,7 +9485,7 @@ "description": "🧱 Makefile building blocks", "support": { "issues": "https://github.com/WyriHaximus/Makefiles/issues", - "source": "https://github.com/WyriHaximus/Makefiles/tree/0.7.6" + "source": "https://github.com/WyriHaximus/Makefiles/tree/0.7.7" }, "funding": [ { @@ -9493,7 +9493,7 @@ "type": "github" } ], - "time": "2025-10-08T08:49:34+00:00" + "time": "2025-10-10T07:31:37+00:00" }, { "name": "wyrihaximus/phpstan-react",