v2.3.1
Changed
- The branching strategy no longer makes use of the
develop
branch. Instead all feature/hotfix branches should be based off ofmaster
. - The composer
test
script now makes reference to the individualtest:style
andtest:unit
scripts.
Fixed
- The test suite PSR-4 autoloading has now been moved to
autoload-dev
within thecomposer.json
file.