Skip to content

Releases: portrino/companienv

4.0.0

04 Aug 13:20
Compare
Choose a tag to compare

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

19 Jun 13:49
0208169
Compare
Choose a tag to compare

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

03 Nov 15:43
Compare
Choose a tag to compare

Some bug fixes and clean ups - have a look at the commit history for details.

2.0.0

13 Sep 22:53
Compare
Choose a tag to compare

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.