-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcomposer.json
39 lines (39 loc) · 1003 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
{
"name": "cpliakas/psolr",
"type": "library",
"description": "A PHP client for Apache Solr.",
"keywords": ["solr"],
"homepage": "https://github.com/cpliakas/psolr",
"license": "MIT",
"authors": [
{
"name": "Chris Pliakas",
"email": "[email protected]",
"role": "Project lead"
},
{
"name": "See contributors",
"homepage": "https://github.com/cpliakas/psolr/graphs/contributors"
}
],
"support": {
"issues": "https://github.com/cpliakas/psolr/issues"
},
"require": {
"php": ">=5.3.0",
"guzzle/service": "~3.0"
},
"require-dev": {
"pdepend/pdepend": "~1.0",
"phploc/phploc": "~2.0",
"phpmd/phpmd": "~1.0",
"phpunit/phpunit": "~3.0",
"scrutinizer/ocular": "~1.0",
"sebastian/phpcpd": "~2.0"
},
"autoload": {
"psr-0": {
"PSolr": "src/"
}
}
}