Skip to content

Commit 6cf8b71

Browse files
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

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
submodules: recursive
3030

3131
- name: Install Mezzio Sample
32-
run: composer update --no-dev --prefer-dist --no-interaction
32+
run: composer update --prefer-dist --no-interaction
3333
working-directory: framework-tests
3434

3535

0 commit comments

Comments
 (0)