forked from warrantgroup/MpdfPortBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 863 Bytes
/
Copy pathcomposer.json
File metadata and controls
41 lines (41 loc) · 863 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name" : "tfox/mpdf-port-bundle",
"description" : "A wrapper for mPDF class which allows to use mPDF in Symfony2 projects",
"type" : "symfony-bundle",
"authors" : [{
"name" : "Sergei Beljakov",
"email" : "sergei.beljakov@tfox.eu"
}
],
"keywords" : [
"mPDF",
"PDF"
],
"homepage" : "http://github.com/tasmanianfox/MpdfPortBundle",
"license" : [
"MIT"
],
"require" : {
"mpdf/mpdf" : "^7.0",
"symfony/framework-bundle" : ">=2.3",
"symfony/options-resolver": ">=2.3"
},
"require-dev" : {
"symfony/security-bundle" : "*",
"symfony/yaml" : "*",
"symfony/class-loader" : "*",
"symfony/browser-kit" : "*",
"sensio/framework-extra-bundle" : "*"
},
"autoload" : {
"psr-0" : {
"TFox\\MpdfPortBundle" : ""
}
},
"target-dir" : "TFox/MpdfPortBundle",
"extra" : {
"branch-alias" : {
"dev-master" : "2.0-dev"
}
}
}