forked from jolicode/ApacheTikaBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 977 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
31
32
{
"name": "jolicode/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",
"authors": [
{
"name": "welcomattic",
"email": "[email protected]"
}
],
"require": {
"php": "~5.4|^7.0",
"vaites/php-apache-tika": "~0.3",
"symfony/http-kernel": "^2.8|^3.0|^4.0",
"symfony/framework-bundle": "^2.8|^3.0|^4.0"
},
"require-dev": {
"fabpot/php-cs-fixer": "^1.11",
"phpunit/phpunit": "~4.8|~5.1"
},
"autoload": {
"psr-4": {
"Joli\\ApacheTikaBundle\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
}
}