forked from alphayax/freebox_api_php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
41 lines (41 loc) · 833 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "alphayax/freebox_api_php",
"description": "API PHP pour la Freebox",
"license": "MIT",
"minimum-stability": "dev",
"prefer-stable": true,
"authors": [
{
"name": "Yann Ponzoni",
"email": "[email protected]"
}
],
"keywords": [
"freebox",
"api",
"rest",
"Freebox revolution",
"download"
],
"require": {
"php": ">=5.5.0",
"ext-curl": "*",
"alphayax/rest": "^1.1.2",
"guzzlehttp/guzzle": "~6.0",
"monolog/monolog": "^1.9.1"
},
"require-dev": {
"alphayax/phpdoc_md": "^1.0.4",
"codacy/coverage": "<2.0.0",
"phpunit/phpunit": "^5.4.0",
"zf1/zend-reflection": "1.12.*"
},
"autoload": {
"psr-4": {
"alphayax\\": "./"
}
},
"support": {
"issues": "https://github.com/alphayax/freebox_api_php/issues"
}
}