Support PHP 8.0
jonathan-shahen opened this issue · 1 comments
jonathan-shahen commented
Describe the solution you'd like
Update composer.json
to allow || ^8.0
$ composer update
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- editorconfig-checker/editorconfig-checker[10.0.0, ..., 10.2.0] require php ^7.2 -> your php version (8.0.0) does not satisfy that requirement.
- Root composer.json requires editorconfig-checker/editorconfig-checker ^10.0 -> satisfiable by editorconfig-checker/editorconfig-checker[10.0.0, ..., 10.2.0].
mstruebing commented
Thank you for that issue @jonathan-shahen
feel free to open a PR with that changes :)