-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
37 lines (37 loc) · 1.17 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
34
35
36
37
{
"name": "kaliop/ezfindsearchenginebundle",
"type": "symfony-bundle",
"description": "Kaliop eZFind-Search-Engine Bundle",
"keywords": ["ezfind", "solr", "search", "ezpublish"],
"license": "GPL-2.0",
"require": {
"php": ">=5.6",
"ezsystems/ezpublish-kernel": ">=5.4|>=2014.11",
"ezsystems/ezfind-ls": "*"
},
"require-dev": {
"kaliop/ezmigrationbundle": "~4.0 || ~5.0",
"phpunit/phpunit": "~4.0 || ~5.0",
"codeclimate/php-test-reporter": "~0.4"
},
"autoload": {
"psr-4": { "Kaliop\\EzFindSearchEngineBundle\\": "" }
},
"_comment::travis": "the following section is needed to insure that eZPublish 5 can be built on travis, using the custom directory structure where it is not in the root folder",
"extra": {
"ezpublish-legacy-dir": "vendor/ezsystems/ezpublish-legacy"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/gggeek/BehatBundle",
"no-api": true
}
],
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/tanoconsulting"
}
]
}