yii-dev-tool icon indicating copy to clipboard operation
yii-dev-tool copied to clipboard

Repo not compatible with PHP 8.4

Open schmunk42 opened this issue 2 months ago • 1 comments

I am using this repo to run some basic tests for Yii 3.0 Docker images, but it is not compatible with PHP 8.4

https://github.com/yiisoft/yii-docker/actions/runs/18778578433/job/53578822639

 Root composer.json requires symplify/git-wrapper ^10.2.0 -> satisfiable by symplify/git-wrapper[10.2.0, ..., 10.2.7].
    - nette/utils v3.2.10 requires php >=7.2 <8.4 -> your php version (8.4.13) does not satisfy that requirement.

There's no newer version of symplify/git-wrapper, it is also marked as abandoned, see https://packagist.org/packages/symplify/git-wrapper

schmunk42 avatar Oct 24 '25 12:10 schmunk42