Skip to content

v2.0.0

Choose a tag to compare

@crynobone crynobone released this 13 Sep 06:53
· 96 commits to master since this release

Added

  • Add Laravie\Parser\Xml\Reader::load() for loading local XML file.
  • Add Laravie\Parser\Xml\Reader::remote() for loading remote XML file.
  • Throws Laravie\Parser\FileNotFoundException if loading local file failed.

Changes

  • Bump minimum support PHP to 7.1.+.
  • Replaces illuminate/support dependencies with tightenco/collect.