From 0ead37f08eaef2716c9f871a3b731ae4ff0f1170 Mon Sep 17 00:00:00 2001 From: George Tassiano Melo Pereira Date: Tue, 20 Feb 2024 09:06:15 -0300 Subject: [PATCH 1/2] update dependencies --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 16fbd95..39fd474 100644 --- a/composer.json +++ b/composer.json @@ -8,10 +8,10 @@ ], "require": { "ext-bcmath": "*", - "illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0", - "illuminate/view": "^5.0|^6.0|^7.0|^8.0|^9.0", + "illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/view": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0", "nesbot/carbon": ">1.22", - "dompdf/dompdf": "^1.0" + "dompdf/dompdf": "^2.0" }, "license": "MIT", "authors": [ From 06084f5644be397e43191d79d49d3525ed598e1c Mon Sep 17 00:00:00 2001 From: George Tassiano Melo Pereira Date: Tue, 12 Mar 2024 19:17:52 -0300 Subject: [PATCH 2/2] update for laravel 11 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 39fd474..96a1984 100644 --- a/composer.json +++ b/composer.json @@ -8,8 +8,8 @@ ], "require": { "ext-bcmath": "*", - "illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/view": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/view": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", "nesbot/carbon": ">1.22", "dompdf/dompdf": "^2.0" },