Skip to content

Releases: thephpleague/config

v1.2.0

11 Dec 20:37
v1.2.0
754b360
Compare
Choose a tag to compare

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

14 Aug 12:16
v1.1.1
a9d39ee
Compare
Choose a tag to compare

Changed

  • Bumped the minimum version of dflydev/dot-access-data for PHP 8.1 support (#3)

v1.1.0

19 Jun 15:53
v1.1.0
20d42d8
Compare
Choose a tag to compare

Changed

  • Bumped the minimum PHP version to 7.4+
  • Bumped the minimum version of nette/schema to 1.2.0

v1.0.1

31 May 20:54
v1.0.1
71bd9e5
Compare
Choose a tag to compare

Fixed

  • Fixed the ConfigurationExceptionInterface marker interface not extending Throwable (#2)

v1.0.0

31 May 11:33
v1.0.0
7ca6358
Compare
Choose a tag to compare

Initial release! 🎉