From afc38f2c2ce65eedcf3b231bbeb5cefd02f652ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 04:06:54 +0000 Subject: [PATCH] Update adbario/php-dot-notation requirement from 2.2.0 to 2.5.0 Updates the requirements on [adbario/php-dot-notation](https://github.com/adbario/php-dot-notation) to permit the latest version. - [Release notes](https://github.com/adbario/php-dot-notation/releases) - [Commits](https://github.com/adbario/php-dot-notation/compare/2.2.0...2.5.0) --- updated-dependencies: - dependency-name: adbario/php-dot-notation 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 ee94eca..3d6fde7 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "symfony/config": "^4.1", "symfony/yaml": "^4.1", "php-di/php-di": "^6.0", - "adbario/php-dot-notation": "2.2.0", + "adbario/php-dot-notation": "2.5.0", "ext-mysqli": "^7.1" }, "autoload": {