You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the readme says php > 7.4, but the composer.json defines the version as ^8.0.
I think we should drop the PHP version requirement from composer.json by default; instead rely on the codeception dependency to set it for us; unless we have a more specific requirement than the core code.
The text was updated successfully, but these errors were encountered:
Currently the readme says
php > 7.4
, but thecomposer.json
defines the version as^8.0
.I think we should drop the PHP version requirement from
composer.json
by default; instead rely on the codeception dependency to set it for us; unless we have a more specific requirement than the core code.The text was updated successfully, but these errors were encountered: