Skip to content

Releases: sroze/companienv

1.0.1

03 Jan 11:44
0b12fff
Compare
Choose a tag to compare

Allow for Symfony 6 to be used too.

1.0.0

12 Jun 20:23
966c0a2
Compare
Choose a tag to compare

Tagging 1.0.0 as it is very stable.

  • Added support for Symfony 5 (@peter17)

0.0.11

07 Mar 12:07
Compare
Choose a tag to compare

0.0.10

27 Aug 18:50
Compare
Choose a tag to compare
  • 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

19 Jul 13:50
Compare
Choose a tag to compare
  • Allow giving file name parameters (#14)
  • Autofill the.env file with the "composer --no-interaction" (#16)

0.0.8

29 Mar 06:55
5d1986d
Compare
Choose a tag to compare
  • Fix bug when using both only-if and file-to-propagate (#13)

0.0.7

06 Feb 22:04
5222d47
Compare
Choose a tag to compare
  • Uses Composer's I/O for the script handler (#11)

0.0.6

06 Feb 21:41
39c6bf8
Compare
Choose a tag to compare
  • Allow falsy values to be interactively answered (#9)
  • Values can also contain equals in dist file (#10)

0.0.5

06 Feb 08:06
dad3f0c
Compare
Choose a tag to compare
  • 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

02 Feb 17:13
31d1352
Compare
Choose a tag to compare
  • Add the "only-if" extension