From 013bce5500ffb137d09e9405dade87aaae0d7576 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 04:09:03 +0000 Subject: [PATCH] Update adbario/php-dot-notation requirement from 2.2.0 to 2.3.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.3.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..571769c 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.3.0", "ext-mysqli": "^7.1" }, "autoload": {