This project provides a starting point for integrating the Brightcove CMS API into your application. It provides simple ways to interact with the API, as well as a long list of helper functions.
PHP 7.2 adds a new reserved keyword that is used in the lib namespaces : "object".
Currently, PHP 7.2 allows to use it in namespaces, but it will be forbidden in future released...
So, I've renamed "Object" to "Item", to keep a generic naming.
Also, I've updated PHPUnit to support PHP >=7.1 (as PHP 7.0 won't be maintained soon).
PHP 7.2 adds a new reserved keyword that is used in the lib namespaces : "object". Currently, PHP 7.2 allows to use it in namespaces, but it will be forbidden in future released... So, I've renamed "Object" to "Item", to keep a generic naming.
Also, I've updated PHPUnit to support PHP >=7.1 (as PHP 7.0 won't be maintained soon).
Thanks.