Releases: thephpleague/config
Releases · thephpleague/config
v1.2.0
Changed
- Values can now be set prior to the corresponding schema being registered.
exists()
and get()
now only trigger validation for the relevant schema, not the entire config at once.
v1.1.1
Changed
- Bumped the minimum version of
dflydev/dot-access-data
for PHP 8.1 support (#3)
v1.1.0
Changed
- Bumped the minimum PHP version to 7.4+
- Bumped the minimum version of nette/schema to 1.2.0
v1.0.1
Fixed
- Fixed the
ConfigurationExceptionInterface
marker interface not extending Throwable
(#2)