From 420df372309a3db5ad65d477f85aa92a2727f63f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 13:13:09 +0000 Subject: [PATCH] Update adbario/php-dot-notation requirement from ^3.3 to ^3.5 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/3.3.0...3.5.0) --- updated-dependencies: - dependency-name: adbario/php-dot-notation dependency-version: 3.5.0 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 311d989..495fb9b 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ }, "require": { "php": "^7.4 || ^8.0", - "adbario/php-dot-notation": "^3.3", + "adbario/php-dot-notation": "^3.5", "pimple/pimple": "^3.6" }, "require-dev": {