From 3f76bcf5c6dc5bf748fa7ad03f01f71359c6a864 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 04:20:38 +0000 Subject: [PATCH] Update adbario/php-dot-notation requirement from 2.2.0 to 2.4.1 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.4.1) --- 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..f9f27f5 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.4.1", "ext-mysqli": "^7.1" }, "autoload": {