1.0.8
What's Changed
-
Implemented
PSR-4 autoloader standard
from all library files. -
Implemented
PSR-2 coding standard
from all library PHP files. -
Implemented
PHPCS
to ensure that PHP code complies withPSR2
code standards. -
Implemented
Codacy
to automates code reviews and monitors code quality over time. -
Implemented
Codecov
to coverage reports. -
Added
Hook/phpcs.ruleset.xml
file. -
Deleted
Hook/src/bootstrap.php
file. -
Deleted
Hook/tests/bootstrap.php
file. -
Deleted
Hook/vendor
folder. -
Changed
Josantonius\Hook\Test\HookTest
class toJosantonius\Hook\HookTest
class.
Full Changelog: 1.0.7...1.0.8