Skip to content

Updating the PHPCompatibility package

Jason Stallings edited this page Jul 18, 2018 · 3 revisions

As updates are made to the PHPCompatibility library this plugin depends on, they can be pulled in using composer by running the update command:

composer update wimg/php-compatibility

Once this upgrade is finished you'll want to run the unit tests and run a compatibility test manually to make sure the plugin is working with the latest updates.

Clone this wiki locally