We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d50b469 commit 41d1ecfCopy full SHA for 41d1ecf
2 files changed
README.md
@@ -25,3 +25,10 @@ Uninstall
25
```bash
26
$ composer global remove mercari/composer-diff-plugin
27
```
28
+
29
+License
30
+---------------
31
32
+Copyright 2016 Mercari, Inc.
33
34
+Licensed under the MIT License
composer.json
@@ -2,7 +2,7 @@
2
"name": "mercari/composer-diff-plugin",
3
"description": "composer plugin to show library version diff at \"composer update\"",
4
"type": "composer-plugin",
5
- "license": "proprietary",
+ "license": "MIT",
6
"authors": [
7
{
8
"name": "Hiraku NAKANO",
0 commit comments