godbout / alfred-time

Start and stop tracking time with Toggl, Harvest, Everhour or Clockify through Alfred 4. ⏰️
MIT License
110 stars 8 forks source link

add support for PHP8 #42

Closed godbout closed 2 years ago

godbout commented 3 years ago

was surprised it was not the case already, but some Harvest dependency is blocking the update.

https://github.com/wearerequired/harvest-api-php-client

might replace it by:

https://packagist.org/packages/jolicode/harvest-php-api

or use own guzzlehttp like i do for the two other services

godbout commented 3 years ago

finished in 2131dab517ab81f5dda5f08a361a9dcf3788324b but currently it's using dev-master from the wearerequired harvest dependency as they haven't released a stable version yet.

godbout commented 3 years ago

will wait before releasing

godbout commented 2 years ago

released.