Commit 6cf8b71
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>1 parent d4cef1a commit 6cf8b71
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments