forked from warrantgroup/MpdfPortBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
41 lines (41 loc) · 890 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
38
39
40
41
{
"name": "chrisandchris/mpdf-port-bundle",
"description": "A for of the tfox/mpdf-port-bundle with enhanced response handling",
"type": "symfony-bundle",
"authors": [
{
"name": "Christian Klauenbösch",
"email": "[email protected]"
}
],
"keywords": [
"mPDF",
"PDF"
],
"homepage": "https://github.com/chrisandchris/MpdfPortBundle",
"license": [
"MIT"
],
"require": {
"mpdf/mpdf": "~5.7",
"symfony/framework-bundle": "~2.1"
},
"require-dev": {
"symfony/security-bundle": "*",
"symfony/yaml": "*",
"symfony/class-loader": "*",
"symfony/browser-kit": "*",
"sensio/framework-extra-bundle": "*"
},
"autoload": {
"psr-0": {
"ChrisAndChris\\MpdfPortBundle": ""
}
},
"target-dir": "ChrisAndChris/MpdfPortBundle",
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
}
}
}