kevinkhill / php-duration

Convert durations of time between colon-formatted, human-readable, and seconds
MIT License
158 stars 26 forks source link

Add support for php8 #25

Closed Bodzix closed 3 years ago

Bodzix commented 3 years ago

When I try to install package in my project i got error: - Root composer.json requires php 7.3 but your php version (8.0.2) does not satisfy that requirement.

Would you consider adding php8 support soon ? Thanks in advance.

michaljusiega commented 3 years ago

See https://packagist.org/packages/khill/php-duration#1.1.0 PHP-Duration support 5.4 and above. PHP8.0 too.

Bodzix commented 3 years ago

Sorry. Problem was in my composer.json. Not in package configuration. Thank you @michaljusiega !

kevinkhill commented 3 years ago

nice teamwork 👏🏻