Releases: sroze/companienv
Releases · sroze/companienv
1.0.1
Allow for Symfony 6 to be used too.
1.0.0
Tagging 1.0.0 as it is very stable.
0.0.10
- bug #19 Included a check when adding string to description (@vsouz4)
- bug #18 Fixing the boolean representation when using 1/0 (@vsouz4)
0.0.9
- Allow giving file name parameters (#14)
- Autofill the
.env
file with the "composer --no-interaction" (#16)
0.0.8
- Fix bug when using both
only-if
and file-to-propagate
(#13)
0.0.7
- Uses Composer's I/O for the script handler (#11)
0.0.6
- Allow falsy values to be interactively answered (#9)
- Values can also contain equals in dist file (#10)
0.0.5
- Fix bug in absolute file path when propagating file (#3)
- Uses PHP7 operator instead of isset ternary (#4)
- Fix bug with empty variables (#6)
- Improve the presentation of blocks (#7)
0.0.4
- Add the "only-if" extension