Skip to content

0.19.0

Compare
Choose a tag to compare
@odan odan released this 20 May 10:11
· 388 commits to master since this release

Added

  • Add LoggerFactory::addHandler method

Changes

  • Change LoggerFactory::addConsoleHandler from php://stdout to php://output method for better testability with phpunit
  • Replace slim/psr7 with nyholm/psr7
  • Rename environment configuration files
    • for the dev environment: config/local.dev.php
    • for the prod environment: config/local.prod.php
    • for the test environment: config/local.test.php
  • Rename APP_ENV=testing to APP_ENV=test
  • Optimize tests
  • Update php-cs-fixer to v3
  • Update readme