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
As title, since many other PHP packages on this organization support PHP-7.4 and PHP-8.0 version now, this installer package I think should support PHP-8.0 version, too.
If this issue is accepted, I can help to work on that and some works need to be resolved:
Letting "php": "^7.4.0", definition be "php": "^7.4|^8.0", inside require setting on composer.json file.
Adding 8.0 on coding-standards.yml, mutation-tests.yml, phpunit.yml and psalm.yml files.
The text was updated successfully, but these errors were encountered:
As title, since many other PHP packages on this organization support
PHP-7.4
andPHP-8.0
version now, this installer package I think should supportPHP-8.0
version, too.If this issue is accepted, I can help to work on that and some works need to be resolved:
"php": "^7.4.0",
definition be"php": "^7.4|^8.0",
insiderequire
setting oncomposer.json
file.8.0
oncoding-standards.yml
,mutation-tests.yml
,phpunit.yml
andpsalm.yml
files.The text was updated successfully, but these errors were encountered: