Skip to content
This repository was archived by the owner on Jul 19, 2022. It is now read-only.

1.1.4

Choose a tag to compare

@josantonius josantonius released this 25 Oct 20:16
· 8 commits to master since this release

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 with PSR2 code standards.

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

  • Implemented Codecov to coverage reports.

  • Added Curl/phpcs.ruleset.xml file.

  • Deleted Curl/src/bootstrap.php file.

  • Deleted Curl/tests/bootstrap.php file.

  • Deleted Curl/vendor folder.

  • Changed Josantonius\Curl\Test\CurlTest class to Josantonius\Curl\CurlTest class .

Full Changelog: 1.1.3...1.1.4