From 34d923d68f66a69dc32cf3a2e3b2fb9f7549dcd4 Mon Sep 17 00:00:00 2001 From: eshimischi Date: Wed, 13 Mar 2024 17:58:49 +0200 Subject: [PATCH 1/2] Bump to Laravel 11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e0e670a..a826ab2 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "symplify/rule-doc-generator-contracts": "^11.1", "nette/utils": "^3.2|^4.0", "sebastian/diff": "^5.1|^6.0", - "illuminate/container": "^10.39", + "illuminate/container": "^11.0", "webmozart/assert": "^1.11", "symfony/yaml": "^6.4", "symfony/filesystem": "^6.4" From c9946be23debd4a37e883234f6119cf85e137cda Mon Sep 17 00:00:00 2001 From: eshimischi Date: Thu, 14 Mar 2024 10:43:48 +0200 Subject: [PATCH 2/2] Backward compatibility Co-authored-by: Benedikt Franke --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a826ab2..6dba39c 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "symplify/rule-doc-generator-contracts": "^11.1", "nette/utils": "^3.2|^4.0", "sebastian/diff": "^5.1|^6.0", - "illuminate/container": "^11.0", + "illuminate/container": "^10.39|^11.0", "webmozart/assert": "^1.11", "symfony/yaml": "^6.4", "symfony/filesystem": "^6.4"