Commit aba87dc
committed
Pin CakePHP and Laminas fixtures to PHP_83_LATEST
cakephp/cakephp 4.4.x requires php >=7.4 <8.4, and the laminas
skeleton requires ~8.1.0 || ~8.2.0 || ~8.3.0. With PHP 8.4/8.5 in
the manifest, composer.json ^>=8.1 resolves to 8.5, breaking
composer install. Pin these fixtures to PHP_83_LATEST to keep them
on a supported PHP version until the fixtures are updated.1 parent 28846a9 commit aba87dc
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
7 | 8 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
0 commit comments