From e6030745f60bf6f71feb743443cd8dfd64fa77bc 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:44:44 +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 f603a5b..310f7e7 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ }, "require-dev": { "react-parallel/runtime": "^3", - "wyrihaximus/makefiles": "^0.7.6" + "wyrihaximus/makefiles": "^0.7.7" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 5854bd5..503d69a 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": "039c1716f748dae4d0e705bb9f161807", + "content-hash": "6d64cdf79e48ebb1aa5bd52456f6d80b", "packages": [ { "name": "azjezz/psl", @@ -9694,16 +9694,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": { @@ -9715,7 +9715,7 @@ "infection/infection": "<0.31.3" }, "require-dev": { - "wyrihaximus/test-utilities": "^8.4.0" + "wyrihaximus/test-utilities": "^8.5.0" }, "type": "composer-plugin", "extra": { @@ -9739,7 +9739,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": [ { @@ -9747,7 +9747,7 @@ "type": "github" } ], - "time": "2025-10-08T08:49:34+00:00" + "time": "2025-10-10T07:31:37+00:00" } ], "aliases": [],