File tree 4 files changed +13
-4
lines changed
4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
+ dist : trusty
4
+
3
5
cache :
4
6
directories :
5
7
- $HOME/.composer/cache/files
Original file line number Diff line number Diff line change 1
1
# 1.0.0 (2017-05-14)
2
2
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
50
50
Add code block in ` composer.json ` :
51
51
``` $json
52
52
"scripts": {
53
- "post-update-cmd": "Lf \\EnvDiff\\Composer\\ScriptHandler::actualizeEnv"
53
+ "post-update-cmd": "LF \\EnvDiff\\Composer\\ScriptHandler::actualizeEnv"
54
54
}
55
55
```
56
56
@@ -108,7 +108,7 @@ JSON array with multiple configurations inside it instead of a configuration obj
108
108
Add code block in ` composer.json ` :
109
109
``` $json
110
110
"scripts": {
111
- "post-update-cmd": "Lf \\EnvDiff\\Composer\\ScriptHandler::showDifference"
111
+ "post-update-cmd": "LF \\EnvDiff\\Composer\\ScriptHandler::showDifference"
112
112
}
113
113
```
114
114
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class Application extends BaseApplication
13
13
*/
14
14
public function __construct ()
15
15
{
16
- parent ::__construct ('Env diff ' , '1.0.0 ' );
16
+ parent ::__construct ('Env diff ' , '1.0.1 ' );
17
17
18
18
$ this ->setAutoExit (true );
19
19
$ this ->add (new DiffCommand ('diff ' ));
You can’t perform that action at this time.
0 commit comments