forked from webgriffe/pdftotext-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 773 Bytes
/
composer.json
File metadata and controls
25 lines (25 loc) · 773 Bytes
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
{
"name": "webgriffe/pdftotext-bundle",
"description": "This bundle integrates Symfony2 with pdftotext binary command.",
"keywords": ["PDF", "pdf2text", "pdftotext", "symfony2"],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Webgriffe®",
"homepage": "http://www.webgriffe.com",
"email": "info@webgriffe.com"
}
],
"require": {
"php": ">=5.3.0",
"ext-mbstring": "*",
"symfony/symfony": "^2.0|^3.0",
"symfony/monolog-bundle": "^2.0|^3.0",
"alchemy/binary-driver": "^1.6"
},
"autoload": {
"psr-0": { "Webgriffe\\PdfToTextBundle": "" }
},
"target-dir": "Webgriffe/PdfToTextBundle"
}