forked from KnpLabs/KnpSnappyBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
41 lines (36 loc) · 1.08 KB
/
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": "knplabs/knp-snappy-bundle",
"type": "symfony-bundle",
"description": "Easily create PDF and images in Symfony2 by converting Twig/HTML templates.",
"keywords": ["snappy", "pdf", "knplabs", "knp", "bundle"],
"homepage": "http://github.com/KnpLabs/KnpSnappyBundle",
"license": "MIT",
"authors": [
{
"name": "KnpLabs Team",
"homepage": "http://knplabs.com"
},
{
"name": "Symfony Community",
"homepage": "http://github.com/KnpLabs/KnpSnappyBundle/contributors"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": ">=2.0.0",
"symfony/finder": ">=2.0.0",
"symfony/validator": ">=2.0.0",
"knplabs/knp-snappy": "*"
},
"autoload": {
"psr-0": {
"Knp\\Bundle\\SnappyBundle": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
},
"target-dir": "Knp/Bundle/SnappyBundle"
}