1.0.2
As of version 2.15.0 of the shivammathur/setup-php
action for GitHub Actions, the PHPUnit Polyfills can be installed directly from this action using the tools
key.
Added
- README: FAQ section about installing and using the library via the
shivammathur/setup-php
action. PR #52
Changed
- README: minor textual clarifications and improvements. PRs #52, #54, props Pierre Gordon.
- General housekeeping.
Fixed
- Autoloader: improved compatibility with packages which create a
class_alias
for thePHPUnit_Runner_Version
orPHPUnit\Runner\Version
class. PR #59