Closed
Description
🐛 Bugreport
Running composer require jason-munro/cypht
installs the latest version (1.4.1 at time of this writing). However, calling composer create-project jason-munro/cypht
is installing v1.4.0, which has outdated dependencies that don't support PHP 8.3.x.
I'm not familiar with enough the create-project
command to know how to fix this.
Version & Environment
Rev: []
OS: []
Steps to reproduce
- Run
composer create-project jason-munro/cypht
On PHP 8.3, dependency validation fails.