forked from emgiezet/FunstaffTikaBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (33 loc) · 1023 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
33
34
35
36
37
{
"name": "funstaff/funstafftikabundle",
"type": "symfony-bundle",
"description": "FunstaffTikaBundle: Wrapper for tika.",
"keywords": ["apache tika", "tika"],
"homepage": "https://github.com/Funstaff/FunstaffTikaBundle",
"license": "MIT",
"authors": [
{
"name": "Bertrand Zuchuat",
"role": "Developer",
"homepage": "https://github.com/Garfield-fr"
},
{
"name": "Max Małecki",
"role": "Packager",
"homepage": "https://github.com/emgiezet"
}
],
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": ">=2.0,<2.3-dev",
"symfony/security-bundle": ">=2.0,<2.3-dev",
"monolog/monolog": "1.4.*",
"symfony/monolog-bridge": ">=2.0,<2.3-dev"
},
"autoload": {
"psr-0": {
"Funstaff\\TikaBundle": ""
}
},
"target-dir": "Funstaff/TikaBundle"
}