Releases: sixlive/dotenv-editor
Releases · sixlive/dotenv-editor
V2.0.0
Changes
- Drops PHP 7 support
- Ensures PHP 8.1 support
- Drop PHPUnit 7, 8 support
What's Changed
Full Changelog: v1.3.0...v2.0.0
v1.2.0
Added
- Added a
unset
method to allow the possibily to remove a property defined in the .env file. (#5)
v1.1.1
Fixed
- Issue parsing Laravel
APP_KEY
(#4)
v1.1.0
Changed
- Write method returns a
bool
(#2)
InvalidArgumentException
gets thrown if the load
path does not exist (#2)