forked from webhdx/ApacheTikaBundle
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
41 lines (41 loc) · 1.14 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": "ezsystems/apache-tika-bundle",
"description": "Symfony Bundle for https://github.com/vaites/php-apache-tika",
"type": "symfony-bundle",
"keywords": ["apache", "tika", "pdf", "doc", "docx", "ppt", "pptx", "odt", "office", "documents", "ocr", "bundle", "symfony"],
"homepage": "https://github.com/jolicode/ApacheTikaBundle",
"license": "MIT",
"replace": {
"jolicode/apache-tika-bundle": "self.version"
},
"authors": [
{
"name": "welcomattic",
"email": "[email protected]"
}
],
"require": {
"php": "^7.3 || ^8.0",
"vaites/php-apache-tika": "~0.9",
"symfony/http-kernel": "^5.0",
"symfony/framework-bundle": "^5.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "v2.16.3",
"phpunit/phpunit": "~6.5",
"symfony/yaml": "^5.0"
},
"autoload": {
"psr-4": {
"Joli\\ApacheTikaBundle\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
}
}