From e666e62984bd18df9368b10dfc2fe54962eb686a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 04:08:41 +0000 Subject: [PATCH] Update adbario/php-dot-notation requirement from 2.2.0 to 2.4.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.4.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..0c14fc9 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.0", "ext-mysqli": "^7.1" }, "autoload": {