editorconfig-checker/editorconfig-checker.php

Support PHP 8.0

jonathan-shahen opened this issue · 1 comments

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].

Thank you for that issue @jonathan-shahen

feel free to open a PR with that changes :)