From 1b4c8a6026f65c9cd6fe0ea3f994e93ddede2004 Mon Sep 17 00:00:00 2001 From: "reactphp-parallel-renovate-runner[bot]" <226772824+reactphp-parallel-renovate-runner[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 07:48:40 +0000 Subject: [PATCH] Update dependency wyrihaximus/makefiles to ^0.7.7 --- Makefile | 2 +- composer.json | 2 +- composer.lock | 16 ++++++++-------- 3 files changed, 10 insertions(+), 10 deletions(-) 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 42ad272..d030717 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "require-dev": { "react-parallel/stubs": "^1.2", "wyrihaximus/async-test-utilities": "^10.4.0", - "wyrihaximus/makefiles": "^0.7.6", + "wyrihaximus/makefiles": "^0.7.7", "wyrihaximus/ticking-promise": "^3.1.0" }, "autoload": { diff --git a/composer.lock b/composer.lock index 97d6278..dbd5690 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": "870d05760e08178e6aec275f5901b306", + "content-hash": "3f0ef96bd25d8bbb43835ae0d0020795", "packages": [ { "name": "lcobucci/clock", @@ -9078,16 +9078,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": { @@ -9099,7 +9099,7 @@ "infection/infection": "<0.31.3" }, "require-dev": { - "wyrihaximus/test-utilities": "^8.4.0" + "wyrihaximus/test-utilities": "^8.5.0" }, "type": "composer-plugin", "extra": { @@ -9123,7 +9123,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": [ { @@ -9131,7 +9131,7 @@ "type": "github" } ], - "time": "2025-10-08T08:49:34+00:00" + "time": "2025-10-10T07:31:37+00:00" }, { "name": "wyrihaximus/phpstan-react",