- Fixed bug when using
get()
andexists()
on a custom/file prefix, it didn't return the complete array, it returnednull
. (eg.get('prefix')
) - Updated README.
Dev stuff:
- Complete phpunit tests!
- Added phpstan to analyze code (level 6)
- Added composer scripts, use
composer test
(phpunit) orcomposer analyze
(phpstan)