From d608bc6a4b1d6a165243ac81595f347dc64af4c5 Mon Sep 17 00:00:00 2001 From: Jordan Partridge Date: Sat, 14 Feb 2026 05:49:10 -0700 Subject: [PATCH] feat: add Laravel Zero 12 support - Update laravel-zero/framework constraint to support ^11.0|^12.0 - Maintains backward compatibility with Laravel Zero 11 - Enables installation in Laravel Zero 12 projects --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 224414d..ea2bf25 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "require": { "php": "^8.3", "guzzlehttp/guzzle": "^7.10", - "laravel-zero/framework": "^11.0", + "laravel-zero/framework": "^11.0|^12.0", "laravel/prompts": "^0.3.8", "symfony/process": "^7.0" },