clickup-php
clickup-php copied to clipboard
PHP ClickUp API client (unofficial)
Prevents errors such as ``` Objects returned by ClickUp\Objects\TeamMemberCollection::getIterator() must be traversable or implement interface Iterator ```
Updates the requirements on [psy/psysh](https://github.com/bobthecow/psysh) to permit the latest version. Release notes Sourced from psy/psysh's releases. PsySH v0.10.0 This might just be our... BIGGEST. RELEASE. EVER. Note that PsySH v0.10.0...
Hi, PHP >= 8.1 has a deprecation warning. You need to add a return type to `getIterator` in the `AbstractObjectCollection` class.