You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 10, 2026. It is now read-only.
There are #[\ReturnTypeWillChange] deprecation notices coming from vendor/nategood/httpful/src/Httpful/Response/Headers.php and #[\AllowDynamicProperties] coming from Asana's PHP SDK.
Eventually, we may need to switch to our own custom class implementation for working with the Asana API due to the lack of activity in the official PHP SDK.
Apply patch file in the build script after composer dependencies are installed.
See Asana/php-asana#119 (comment) for a start on this.
There are
#[\ReturnTypeWillChange]deprecation notices coming fromvendor/nategood/httpful/src/Httpful/Response/Headers.phpand#[\AllowDynamicProperties]coming from Asana's PHP SDK.Eventually, we may need to switch to our own custom class implementation for working with the Asana API due to the lack of activity in the official PHP SDK.