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
php 5.6 moved long ago to end of life. See: https://www.php.net/supported-versions.php. Please move on, there is no benefit to keep supporting such old versions, rather a slow down of progress.
If the maintainer is up for that, submit a pull request based on 3.1.0 to push a legacy release 3.x.x?
All classes in the "API" namespace have a method named "list".
This causes an error lower to PHP5.6: Tag 3.0.0 is allowed to work with php5.6 but have "list"
Because "list" is a keyword in PHP, it could not be used as a method name.
See Documentation
The text was updated successfully, but these errors were encountered: