From 3c73ef52d24ff4e9272db54c5cd9642f7ca89996 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 22:43:58 +0000 Subject: [PATCH] Update dependency doctrine/inflector to ^2.0.10 --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 09daed9..625adc1 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "ext-hash": "^8 || ^7.4", "ext-json": "^8 || ^7.4", "cakephp/utility": "^4.2.4", - "doctrine/inflector": "^2.0.3", + "doctrine/inflector": "^2.0.10", "evenement/evenement": "^3.0.1", "paragonie/random_compat": "^9.0 || ^2.0", "react/child-process": "^0.6.2", diff --git a/composer.lock b/composer.lock index 5c370a1..500563e 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": "ac4cb8b264095f4e2a1da18af712346c", + "content-hash": "7241e55b826f47865e71f40cf53441e7", "packages": [ { "name": "cakephp/core", @@ -127,16 +127,16 @@ }, { "name": "doctrine/inflector", - "version": "2.0.8", + "version": "2.0.10", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", - "reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff" + "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/inflector/zipball/f9301a5b2fb1216b2b08f02ba04dc45423db6bff", - "reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/5817d0659c5b50c9b950feb9af7b9668e2c436bc", + "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc", "shasum": "" }, "require": { @@ -198,7 +198,7 @@ ], "support": { "issues": "https://github.com/doctrine/inflector/issues", - "source": "https://github.com/doctrine/inflector/tree/2.0.8" + "source": "https://github.com/doctrine/inflector/tree/2.0.10" }, "funding": [ { @@ -214,7 +214,7 @@ "type": "tidelift" } ], - "time": "2023-06-16T13:40:37+00:00" + "time": "2024-02-18T20:23:39+00:00" }, { "name": "doctrine/instantiator", @@ -10011,5 +10011,5 @@ "platform-overrides": { "php": "7.4.7" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }