Commit 7ee84e9
committed
Fix CakePHP fixture for PHP 8.4+: cap php require to <8.4
cakephp/cakephp 4.4.x locks laminas/laminas-diactoros 2.26.0 which
only supports ~8.0-8.3. Cap the composer.json php requirement to
'>=8.1 <8.4' so composer selects PHP 8.3 from the manifest.
Also revert the ineffective PHP_VERSION options.json entry — it is
ignored when composer.json has a PHP constraint.1 parent aba87dc commit 7ee84e9
3 files changed
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
8 | 7 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
0 commit comments