forked from warrantgroup/MpdfPortBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 903 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
{
"name": "tfox/mpdf-port-bundle",
"type": "symfony-bundle",
"description": "A wrapper for mPDF class which allows to use mPDF in Symfony2 projects",
"keywords": ["mPDF", "PDF"],
"homepage": "http://github.com/tasmanianfox/MpdfPortBundle",
"license": "MIT",
"authors": [
{
"name": "Sergei Beljakov",
"email": "[email protected]"
}
],
"require": {
"symfony/framework-bundle": "~2.1"
},
"require-dev": {
"symfony/class-loader": "*",
"symfony/yaml": "*",
"symfony/browser-kit": "*",
"symfony/security-bundle": "*",
"sensio/framework-extra-bundle": "*"
},
"autoload": {
"psr-0": { "TFox\\MpdfPortBundle": "" }
},
"target-dir": "TFox/MpdfPortBundle",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
}
}