Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

1.1.4

Compare
Choose a tag to compare
@josantonius josantonius released this 19 Oct 23:48
· 29 commits to master since this release
  • 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 with PSR2 code standards.

  • Implemented Codacy to automates code reviews and monitors code quality over time.

  • Implemented Codecov to coverage reports.

  • Changed Josantonius\Algorithm\Test\AlgorithmTest class to Josantonius\Algorithm\AlgorithmTest class.

  • Added Algorithm/phpcs.ruleset.xml file.

  • Deleted Algorithm/src/bootstrap.php file.

  • Deleted Algorithm/tests/bootstrap.php file.

  • Deleted Algorithm/vendor folder.

Full Changelog: 1.1.3...1.1.4