Codeception / module-symfony

Codeception module for testing apps using Symfony framework
MIT License
88 stars 24 forks source link

Support PHP 8.3. When? #183

Closed motoronik closed 7 months ago

motoronik commented 7 months ago

Hello i want install codeception in my new project who base on Symfony 7.0 and PHP 8.3.2

When I tried to install, I encountered an error saying that this module is not compatible with php versions greater than 8.

... # composer require --dev codeception/module-symfony
./composer.json has been updated
Running composer update codeception/module-symfony 
Loading composer repositories with package information
Restricting packages listed in "symfony/symfony" to "7.0.*"
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - codeception/module-symfony[1.0.0, ..., 1.2.0] require php >=5.6.0 <8.0 -> your php version (8.3.2) does not satisfy that requirement.
    - codeception/module-symfony[1.3.0, ..., 1.4.1] require php >=7.0.8 <8.0 -> your php version (8.3.2) does not satisfy that requirement.

When do you plan to implement php 8.3 support? Is there anything I can do to help speed up this process?

TavoNiievez commented 7 months ago

Support PHP 8.3. Already.

Hi @motoronik ,

Try to force the installation of version 3.3 of this module:

composer require codeception/module-symfony:3.3.0