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.
Currently the readme says
php > 7.4, but thecomposer.jsondefines the version as^8.0.I think we should drop the PHP version requirement from
composer.jsonby default; instead rely on the codeception dependency to set it for us; unless we have a more specific requirement than the core code.