Companienv Versions Save

Companion for .env files

1.0.1

1 year ago

Allow for Symfony 6 to be used too.

1.0.0

3 years ago

Tagging 1.0.0 as it is very stable.

  • Added support for Symfony 5 (@peter17)

0.0.11

4 years ago
  • Added custom dotenv variable value formatter (#21 by @mSprunskas)

0.0.10

5 years ago
  • 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

5 years ago
  • Allow giving file name parameters (#14)
  • Autofill the.env file with the "composer --no-interaction" (#16)

0.0.8

6 years ago
  • Fix bug when using both only-if and file-to-propagate (#13)

0.0.7

6 years ago
  • Uses Composer's I/O for the script handler (#11)

0.0.6

6 years ago
  • Allow falsy values to be interactively answered (#9)
  • Values can also contain equals in dist file (#10)

0.0.5

6 years ago
  • 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

6 years ago
  • Add the "only-if" extension