From 1ece2f5b9d737b5708228a0d88822bcf6fdbef59 Mon Sep 17 00:00:00 2001 From: Shift Date: Mon, 17 Feb 2025 02:30:51 +0000 Subject: [PATCH] Bump dependencies for Laravel 12 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cd3693b..b0ce5b3 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ ], "require": { "php": "^8.0", - "illuminate/support": "^8.0|^9.0|^10.0|^11.0", + "illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0", "squirephp/countries": "self.version", "squirephp/repository": "self.version" },