Lullabot / amp-library

Convert HTML to AMP HTML and report HTML compliance with the AMP HTML specification
Other
382 stars 181 forks source link

Update phpunit to v9 #284

Closed ewilde-imperial closed 3 years ago

ewilde-imperial commented 3 years ago

This updates phpunit to v9 and is required to use this library with any application already running phpunit 9+, since there are unresolvable dependency conflicts with sebastian/diff <4.

m4olivei commented 3 years ago

The version constraint for sebastian/diff was opened up as part of https://github.com/Lullabot/amp-library/pull/296.

That should allow you to bring in this dependency when running phpunit 9.