nikolaposa / version

♈ Value Object that represents a SemVer-compliant version number.
MIT License
139 stars 10 forks source link

Add PHP 8 support #34

Closed nikolaposa closed 3 years ago

nikolaposa commented 3 years ago

Since PHP-CS-Fixer blocks adding support for PHP 8, decent alternative is to be installed via Phive.

nikolaposa commented 3 years ago

Closing in favor of a more simpler change for allowing PHP 8 installations: https://github.com/nikolaposa/version/pull/35, after PHP CS-Fixer added PHP 8 support.