Skip to content

Releases: svenluijten/file-config

Version 3.2.0

05 Feb 14:38
v3.2.0
dcd66ab
Compare
Choose a tag to compare
  • Added support for PHP 8.0 and 8.1 (#26)

Version 3.1.0

19 Jan 12:19
v3.1.0
6151381
Compare
Choose a tag to compare
  • Add new and improved driver for .env files (#8)
  • Switch to GitHub Actions for CI (#15)
  • Update league/flysystem dependency to 2.x (#17)
  • Minor readme improvements (#18)
  • Update contact/support email in LICENSE and composer.json (#16)

Version 3.0.0

15 Sep 19:05
v3.0.0
1478eaf
Compare
Choose a tag to compare
v3.0.0

Version 3.0.0

Version 2.0.0

18 Mar 20:08
Compare
Choose a tag to compare

This version introduces a \Sven\FileConfig\File object, which is used to interact with the file on disk. Internally, this still relies on Flysystem, however, it allows us to clean up the API more.