This release introduces a compatibility layer with the PSR-20 draft, allowing us to already get some interoperability by depending on a shared interface.
- The default branch of the GitHub repository has been renamed from
master
tomain
- if you're usingdev-master
as a version constraint in yourcomposer.json
, please update it todev-main
. - Added PHP 8 forward compatibility
- Remove
phpunit/phpunit
from non-dev dependencies.
Initial release