summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-08-18 08:09:30 +0200
committerRemi Collet <remi@remirepo.net>2020-08-18 08:09:30 +0200
commitdba96ea7f853f57bbdcb56a2dd93f4a5246fde80 (patch)
treef58a7621f7a5d40b4fb314b7dd28c9e206cb35eb /composer.json
parentc6fa7706aaa7984b986516a7111c150c65b70094 (diff)
v1.7.0 from FedoraHEADmaster
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
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": {