Releases: svenluijten/file-config
Releases · svenluijten/file-config
Version 3.2.0
- Added support for PHP 8.0 and 8.1 (#26)
Version 3.1.0
- Add new and improved driver for
.env
files (#8)- Note that this also deprecates the old
Env
driver, which will be removed inv4.0.0
.
- Note that this also deprecates the old
- Switch to GitHub Actions for CI (#15)
- Update
league/flysystem
dependency to2.x
(#17) - Minor readme improvements (#18)
- Update contact/support email in LICENSE and
composer.json
(#16)
Version 3.0.0
v3.0.0 Version 3.0.0
Version 2.0.0
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.