From 8c7eec04e33d44fd2391a9ad06122dad440bbe48 Mon Sep 17 00:00:00 2001 From: Rod Vince Date: Wed, 12 Aug 2026 14:04:00 -0600 Subject: [PATCH] chore: accept milpa/command ^0.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The descent field lands in command v0.8.0 — an argument that lowers an operation's ceiling, with its reason carried in the declaration. This package does not use it yet; capping the atom at ^0.7 is what stops anything downstream from resolving a version that does. Widening is additive: nothing here changes behaviour, and the suite runs against the new atom. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3d209c4..8a0612e 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "require": { "php": ">=8.3", "composer-runtime-api": "^2.2", - "milpa/command": "^0.7", + "milpa/command": "^0.7 || ^0.8", "milpa/data": "^0.2", "milpa/plugin": "^0.7 || ^0.8 || ^0.9 || ^0.10 || ^0.11" },