Skip to content

1.2.2

Latest
Compare
Choose a tag to compare
@xy2z xy2z released this 24 Sep 18:28
  • Fixed bug when using get() and exists() on a custom/file prefix, it didn't return the complete array, it returned null. (eg. get('prefix'))
  • Updated README.

Dev stuff:

  • Complete phpunit tests!
  • Added phpstan to analyze code (level 6)
  • Added composer scripts, use composer test (phpunit) or composer analyze (phpstan)