What's Changed
- Fix php 8.4 deprecations implicitly marking parameter as nullable is deprecated by @8ctopus in https://github.com/hassankhan/config/pull/163
- Add PHP 8.3 and 8.4 to the CI matrix by @DavidePastore in https://github.com/hassankhan/config/pull/164
- Fix fatal error when root is null in has() method by @omniError in https://github.com/hassankhan/config/pull/160
- Add release...