Skip to content

Releases: mr-luke/configuration

Minor improvments

11 May 10:01
Compare
Choose a tag to compare
  • Minor code improvments
  • Moved CI/CD to Github actions
  • Moved to SonarQube

Fixed issue on PHP 7.3

02 Jul 15:25
Compare
Choose a tag to compare
v1.3.2

Fix due to PHP7.3 "compact" method change

Fixed 'required' issue

28 Dec 14:00
b05b9d3
Compare
Choose a tag to compare

Fixed issue when 'required' = false throws Exception.

ConfigurationException

19 Dec 11:55
d2affd3
Compare
Choose a tag to compare

Mrluke\Configuration\Exceptions\ConfigurationException added.

Schema extended

15 Dec 22:33
75d5d75
Compare
Choose a tag to compare

Added method createFromFile that creates instance of Schema from given file (php array or json).