INN / pmp-wordpress-plugin

Wordpress plugin for the Public Media Platform
https://support.pmp.io
MIT License
0 stars 0 forks source link

Ensure compatibility with latest versions of PHP #1

Open benlk opened 6 years ago

benlk commented 6 years ago

Currently supported versions of PHP are 5.6 (end-of-life), 7.1, and 7.2.

benlk commented 6 years ago

State of this issue: PR opened with Travis updates: https://github.com/npr/pmp-wordpress-plugin/pull/131

Tests are broken in PHP versions 7 and above because the PMP PHP SDK has vendored in a version of Symfony whose tests extend a class defined by PHPUnit 5 but removed in PHPUnit 6 and following.