Commit bc94cfd
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>1 parent 8aeaaab commit bc94cfd
File tree
4 files changed
+5
-5
lines changed- .github/workflows
- src/Codeception
- Lib/Connector
- Module
4 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments