From 8c0a6234cb647cda8c04ff962b7a747e6d6bf737 Mon Sep 17 00:00:00 2001 From: Adam <94857133+bfadamm@users.noreply.github.com> Date: Sat, 29 Apr 2023 01:20:38 +0100 Subject: [PATCH] Upgrade php-di for full compatibility with laravel 9 / 10 (#411) Co-authored-by: atymic --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3aa7c57..f76c1a2 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "psr/log": "^1.1 || ^2.0 || ^3.0", "nesbot/carbon": "^1.2 || ^2.26", "guzzlehttp/oauth-subscriber": "^0.6", - "php-di/php-di": "^6.2", + "php-di/php-di": "^7.0.2", "kamermans/guzzle-oauth2-subscriber": "^1.0", "phpoption/phpoption": "^1.7", "vlucas/phpdotenv": "*",