File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 11language : php
22
3+ dist : trusty
4+
35cache :
46 directories :
57 - $HOME/.composer/cache/files
Original file line number Diff line number Diff line change 11# 1.0.0 (2017-05-14)
22
3- Initial release of the library.
3+ Initial release of the library.
4+
5+ # 1.0.1 (2017-06-01)
6+
7+ Update README.md
8+ Fix travis.yml
9+ Fix bug in ComposerIO
10+ Update output messages
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ php ./vendor/bin/env-diff diff
5050Add code block in ` composer.json ` :
5151``` $json
5252"scripts": {
53- "post-update-cmd": "Lf \\EnvDiff\\Composer\\ScriptHandler::actualizeEnv"
53+ "post-update-cmd": "LF \\EnvDiff\\Composer\\ScriptHandler::actualizeEnv"
5454}
5555```
5656
@@ -108,7 +108,7 @@ JSON array with multiple configurations inside it instead of a configuration obj
108108Add code block in ` composer.json ` :
109109``` $json
110110"scripts": {
111- "post-update-cmd": "Lf \\EnvDiff\\Composer\\ScriptHandler::showDifference"
111+ "post-update-cmd": "LF \\EnvDiff\\Composer\\ScriptHandler::showDifference"
112112}
113113```
114114
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class Application extends BaseApplication
1313 */
1414 public function __construct ()
1515 {
16- parent ::__construct ('Env diff ' , '1.0.0 ' );
16+ parent ::__construct ('Env diff ' , '1.0.1 ' );
1717
1818 $ this ->setAutoExit (true );
1919 $ this ->add (new DiffCommand ('diff ' ));
You can’t perform that action at this time.
0 commit comments