From 1285bf7859517586a55becb817fe903792e504f6 Mon Sep 17 00:00:00 2001 From: Marcello Duarte Date: Mon, 27 Jul 2026 15:24:03 +0100 Subject: [PATCH] Align the core constraint with the rest of the ecosystem rtk shipped v0.14.0 on a floating range while all 14 sibling packages use a caret. That made it the only package that would resolve against a future core minor it had never been tested with. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5a1bfdc..107d061 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": "^8.2", - "papi-ai/papi-core": ">=0.14 <1.0" + "papi-ai/papi-core": "^0.14" }, "require-dev": { "pestphp/pest": "^3.0",