Releases: portrino/companienv
Releases · portrino/companienv
4.0.0
What's Changed
- [FEATURE] includes needed classes of jackiedo/dotenv-editor locally to reduce dependencies
- [TASK] refactores Companion and DotEnv/* classes
- [TASK] adds/ updates test cases
Full Changelog: 3.0.0...4.0.0
3.0.0
What's Changed
- [!!!][TASK] switch to minimum php version >= 8.0 and remove older version constraints for required symfony packages
- [TASK] allow required symfony/* packages >=7.0 as well
- [TASK] enhance static code analysis and code-style checks
- [CLEANUP] updates several php files to pass phpstan tests
Full Changelog: 2.0.1...3.0.0
2.0.1
2.0.0
Raises the required package "jackiedo/dotenv-editor" from v1 to v2, to be compatible with current/ future PHP versions and the latest maintained "jackiedo/dotenv-editor" version.
As "jackiedo/dotenv-editor" v2 is a complete rewrite, there had to be done some rewriting in companienv as well. Also the tests cannot be run as "InMemory" like before. Nevertheless all Behat tests are still green.
Switched from travis to github/workflows to run the tests and static code analysis via GitHub actions.