From 6ea507fe922bc87f095ccb6b024f3bcc35cf0429 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 May 2022 04:14:05 +0000 Subject: [PATCH] Update php-di/php-di requirement from ^6.3 to ^6.4 Updates the requirements on [php-di/php-di](https://github.com/PHP-DI/PHP-DI) to permit the latest version. - [Release notes](https://github.com/PHP-DI/PHP-DI/releases) - [Commits](https://github.com/PHP-DI/PHP-DI/compare/6.3.0...6.4.0) --- updated-dependencies: - dependency-name: php-di/php-di dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8b9b7dc..aa78881 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ }, "require-dev": { - "php-di/php-di": "^6.3", + "php-di/php-di": "^6.4", "phpunit/phpunit": "^9.5", "squizlabs/php_codesniffer": "^3.6", "vimeo/psalm": "^4.22"