From 1849cfb18d5c304856ad92bbd1d69d7286ed9873 Mon Sep 17 00:00:00 2001 From: Rod Vince Date: Tue, 11 Aug 2026 20:26:20 -0600 Subject: [PATCH] fix: accept milpa/plugin ^0.11, the second leaf blocking the family MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Together with console this cap held app-runtime back, and app-runtime holds framework. Widened only after running the suite against it: 267 tests, 1008 assertions, green with plugin v0.11.1. v0.11.1 rather than v0.11.0 on purpose — v0.11.0 declared milpa/command ^0.6 while using a class that arrives in ^0.7. Refs greenhouse evidence/0142. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 146bbb1..3d209c4 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "composer-runtime-api": "^2.2", "milpa/command": "^0.7", "milpa/data": "^0.2", - "milpa/plugin": "^0.7 || ^0.8 || ^0.9 || ^0.10" + "milpa/plugin": "^0.7 || ^0.8 || ^0.9 || ^0.10 || ^0.11" }, "require-dev": { "doctrine/orm": "^3",