Update composer.json (add keywords)

This commit is contained in:
alphayax 2016-06-29 08:13:30 +02:00
parent 0e9875735c
commit 5599328df0
1 changed files with 11 additions and 4 deletions

View File

@ -10,14 +10,21 @@
"email": "alphayax@gmail.com"
}
],
"require" : {
"keywords": [
"freebox",
"api",
"rest",
"Freebox revolution",
"download"
],
"require": {
"php": ">=5.5.0",
"ext-curl": "*",
"alphayax/rest" : "^1.1.0",
"alphayax/rest": "^1.1.0",
"monolog/monolog": "^1.9.1"
},
"require-dev" : {
"alphayax/phpdoc_md" : "^1.0.4",
"require-dev": {
"alphayax/phpdoc_md": "^1.0.4",
"codacy/coverage": "<2.0.0",
"phpunit/phpunit": "^5.4.0",
"zf1/zend-reflection": "1.12.*"