From 920b512a60697f95c3ea4064d332efe695b2aa59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 02:44:54 +0000 Subject: [PATCH] Update neos/utility-files requirement from ^7.3.10 to ^8.3.9 Updates the requirements on [neos/utility-files](https://github.com/neos/utility-files) to permit the latest version. - [Commits](https://github.com/neos/utility-files/compare/7.3.10...8.3.9) --- updated-dependencies: - dependency-name: neos/utility-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 607acab7..6d5b3370 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "guzzlehttp/guzzle": "^6.0 || ^7.0", "monolog/monolog": "^2.9.1", "myclabs/php-enum": "^1.8", - "neos/utility-files": "^7.3.10", + "neos/utility-files": "^8.3.9", "symfony/config": "^5.0 || ^6.0", "symfony/console": "^5.0 || ^6.0", "symfony/dependency-injection": "^5.0 || ^6.0",