Skip to content

Support php 8, increase stability

Compare
Choose a tag to compare
@GeoSot GeoSot released this 28 Mar 22:20
· 23 commits to main since this release
0cf5ebe

What's Changed

  • Update Actions & Add dependandbot by @GeoSot in #25
  • Add EntryObj, increase coverage by @GeoSot in #24

Full Changelog: v1.1.0...2.0.0

Breaking changes:

In case of published configuration file, the option 'paths.backupDirectory' has to be wrapped inside storage_path()

like this:

 'paths' => [
       ...
        //backup files directory
        'backupDirectory' => storage_path('env-editor'),
    ],