From fcc461d29940f6a4e45dfb2d6a2d93e6d147fb58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 01:04:29 +0000 Subject: [PATCH] Build(deps): Update doctrine/inflector requirement from 1.4.* to 2.1.* Updates the requirements on [doctrine/inflector](https://github.com/doctrine/inflector) to permit the latest version. - [Release notes](https://github.com/doctrine/inflector/releases) - [Commits](https://github.com/doctrine/inflector/compare/1.4.0...2.1.0) --- updated-dependencies: - dependency-name: doctrine/inflector dependency-version: 2.1.0 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 b2b7c3e5e..dd6474ca3 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "require": { - "doctrine/inflector": "1.4.*", + "doctrine/inflector": "2.1.*", "ext-dom": "*", "ext-json": "*", "ext-libxml": "*",