-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
41 lines (41 loc) · 1.27 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
38
39
40
41
{
"name": "xrow/eztika-ls",
"description": "A wrapper script for the standalone Tika toolkit that allows conversion to plain text and indexing of a large variety of binary file types like MsWord, MsOffice, PDF, Excel, ODF, ....",
"type": "ezpublish-legacy-extension",
"license": "GPL-2.0",
"authors": [
{
"name": "xrow GmbH",
"homepage": "http://www.xrow.com"
}
],
"require": {
"ezsystems/ezpublish-legacy-installer": "*"
},
"require-dev": {
"phpunit/phpunit": "^5.0 || ^8.5.14",
"roave/security-advisories": "dev-disablechecks as dev-master"
},
"extra": {
"ezpublish-legacy-extension-name": "eztika",
"ezpublish-legacy-dir": "vendor/ezsystems/ezpublish-legacy"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/gggeek/BehatBundle"
},
{
"type": "vcs",
"url": "https://github.com/kaliop-uk/SecurityAdvisoriesNoConflicts",
"no-api": true
}
],
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true,
"ezsystems/ezpublish-legacy-installer": true,
"symfony/thanks": true
}
}
}