forked from ezsystems/ezplatform-solr-search-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 1.03 KB
/
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
{
"name": "ezsystems/ezplatform-solr-search-engine",
"description": "Solr search engine implementation for eZ Platform",
"license": "GPL-2.0",
"homepage": "https://github.com/ezsystems/ezplatform-solr-search-engine",
"authors": [
{
"name": "eZ Systems dev team",
"email": "dev-team@ez.no"
}
],
"require": {
"php": "^5.4.4|~7.0",
"ezsystems/ezpublish-kernel": "~5.4.6@dev|~6.0.1@dev|^6.1.1@dev"
},
"require-dev": {
"phpunit/phpunit": "~4.7",
"matthiasnoback/symfony-dependency-injection-test": "0.*"
},
"autoload": {
"psr-4": {
"EzSystems\\EzPlatformSolrSearchEngine\\": "lib",
"EzSystems\\EzPlatformSolrSearchEngine\\Tests\\": "tests/lib",
"EzSystems\\EzPlatformSolrSearchEngineBundle\\": "bundle",
"EzSystems\\EzPlatformSolrSearchEngineBundle\\Tests\\": "tests/bundle"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}