From e19c1bd7f55397f231181dfdb9bcda39e1fd4b0d Mon Sep 17 00:00:00 2001 From: Rod Vince Date: Wed, 12 Aug 2026 14:00:23 -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 85c31b6..cbadd9e 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "require": { "php": ">=8.3", "milpa/core": "^0.6.2 || ^0.7", - "milpa/command": "^0.7", + "milpa/command": "^0.7 || ^0.8", "milpa/events": "^0.2", "milpa/resolver": "^0.5.2 || ^0.6", "psr/log": "^3",