Closed Lewiscowles1986 closed 2 years ago
See: https://github.com/microformats/php-mf2/pull/213 for history
Uses Yoast PHPUnit Polyfill, which I've personally used for 5.4 -> 8.1 compatibility previously.
Just need to see if the workflow passes.
This should unlock PHP8 / 8.1 compatibility.
It's another layer of indirection + a little bit of magic to not be coupled to the unstable API of PHPUnit.
⚠️ Warning This commit history depends on another to pass CI a separate issue #236 has been raised to fix that. https://github.com/Lewiscowles1986/php-mf2/pull/4 shows the combination passing CI
See: https://github.com/microformats/php-mf2/pull/213 for history
Uses Yoast PHPUnit Polyfill, which I've personally used for 5.4 -> 8.1 compatibility previously.
Just need to see if the workflow passes.
This should unlock PHP8 / 8.1 compatibility.
It's another layer of indirection + a little bit of magic to not be coupled to the unstable API of PHPUnit.