-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·37 lines (37 loc) · 983 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
{
"name": "mahout/mahout",
"description": "A modular PHP webserver interface",
"version": "1.0.0-dev",
"type": "api",
"keywords": ["server", "http"],
"homepage": "http://github.com/Mahout/Mahout",
"license": "MIT",
"authors": [
{
"name": "Aurimas Niekis",
"email": "[email protected]",
"homepage": "http://www.gcds.lt",
"role": "Developer"
}
],
"support": {
"source": "http://github.com/Mahout/Mahout",
"issues": "http://github.com/Mahout/Mahout/issues",
"wiki": "http://github.com/Mahout/Mahout/wiki"
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "*",
"phpmd/phpmd": "*",
"sensiolabs/security-checker": "*",
"phpunit/phpunit": "*",
"sebastian/phpcpd": "*"
},
"autoload": {
"psr-0": {
"Mahout": "src/"
}
}
}