-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
30 lines (30 loc) · 900 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
{
"name": "solarium/solarium-cloud",
"type": "library",
"description": "PHP SolrCloud client",
"keywords": ["solr", "solrcloud", "solarium", "solr-client", "search", "zookeeper", "zookeeper-client", "php"],
"homepage": "https://github.com/solariumphp/solarium-cloud",
"license": "BSD-2-Clause",
"authors": [
{
"name": "Jeroen Steggink",
"homepage": "https://knowsy.nl",
"role": "Developer"
},
{
"name": "See GitHub contributors",
"homepage": "https://github.com/solariumphp/solarium-cloud/contributors"
}
],
"require": {
"php": "~7.0",
"solarium/solarium": "~4.0",
"symfony/cache": "~3.4"
},
"require-dev": {
"phpunit/phpunit": "~6.1"
},
"autoload": {
"psr-4": { "Solarium\\Cloud\\": "src/Solarium/Cloud/" }
}
}