Codeception / module-amqp

AMQP module for Codeception
MIT License
3 stars 6 forks source link

Update version requirement #15

Open SamMousa opened 1 year ago

SamMousa commented 1 year ago

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.