Codeception / module-phpbrowser

PhpBrowser module for Codeception
MIT License
60 stars 14 forks source link

Update composer.json to require PHP ^8 instead of ^8.0 #34

Closed niekoost closed 2 years ago

niekoost commented 2 years ago

Since "^8.0" does not match PHP 8.1.9, it would be better to use "^8" in the composer.json

Naktibalda commented 2 years ago

Since "^8.0" does not match PHP 8.1.9, it would be better to use "^8" in the composer.json

This is incorrect, "^8.0" matches all minor versions of PHP 8.

https://jubianchi.github.io/semver-check/#/^8.0/8.1.9