Releases: misantron/silex-config-provider
Releases · misantron/silex-config-provider
v4.1.2
v4.1.1
v4.1.0
Changelog
- [Feature] Config key aliases support
- [Enhancement] Resolving environment variables with automatic type cast
%env(bool:APP_ENV)%
- [Enhancement] Documentation https://github.com/misantron/silex-config-provider/wiki
v4.0.0
Changelog
- PHP 7.4 or greater and Composer 2.0 are required
- Use TOML parser from
yosymfony/toml
instead ofleonelquinteros/php-toml
- Loader for each provided config file is now selected automatically
- Ability to use different type of configs inside one provider instance
- Interfaces usage for service provider expandability
- CI migrated from TravisCI to GitHub Actions
- Codacy for code analyzing and coverage instead of Scrutinizer
- Code style check over
squizlabs/php_codesniffer