diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 58dec88..b6329d5 100644 --- a/composer.json +++ b/composer.json @@ -3,11 +3,15 @@ "description": "Class/method/property metadata management in PHP", "keywords": ["annotations","metadata","yaml","xml"], "type": "library", - "license": "Apache-2.0", + "license": "MIT", "authors": [ { "name": "Johannes M. Schmitt", "email": "schmittjoh@gmail.com" + }, + { + "name": "Asmir Mustafic", + "email": "goetas@gmail.com" } ], "require": { |