You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate from container-interop to psr/container (#21)
* Migrate from container-interop to psr/container
Replace the abandoned container-interop/container-interop dependency with
psr/container ^1|^2. Update all use statements from
Interop\Container\ContainerInterface to Psr\Container\ContainerInterface.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Fix CI: remove --no-dev from framework-tests composer install
The framework-tests project (Naktibalda/codeception-mezzio-tests)
references Mezzio\Tooling\ConfigProvider in its config/config.php,
but mezzio/mezzio-tooling is a require-dev dependency. Using
--no-dev skips its installation, causing the ConfigAggregator to
fail with "class cannot be loaded".
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments