0.19.0
版本发布时间: 2021-05-20 18:11:27
odan/slim4-skeleton最新发布版本:0.30.1(2024-10-11 03:27:29)
Added
- Add
LoggerFactory::addHandler
method
Changes
- Change
LoggerFactory::addConsoleHandler
fromphp://stdout
tophp://output
method for better testability with phpunit - Replace
slim/psr7
withnyholm/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
- for the
- Rename
APP_ENV=testing
toAPP_ENV=test
- Optimize tests
- Update php-cs-fixer to v3
- Update readme