forked from siphoc/PdfBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 795 Bytes
/
Copy pathcomposer.json
File metadata and controls
28 lines (28 loc) · 795 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
{
"name": "siphoc/pdf-bundle",
"type": "symfony-bundle",
"description": "Siphoc PDF Bundle for Symfony2",
"keywords": ["PDF"],
"homepage": "http://siphoc.github.com",
"license": "MIT",
"authors": [
{
"name": "Jelmer Snoeck",
"email": "jelmer@siphoc.com",
"homepage": "http://siphoc.com"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=5.3.2",
"kriswallsmith/buzz": "0.8",
"knplabs/knp-snappy": "0.1.*",
"symfony/http-foundation": ">=2.1,<2.3-dev",
"symfony/templating": ">=2.1,<2.3-dev",
"symfony/http-kernel": ">=2.1,<2.3-dev"
},
"autoload": {
"psr-0": { "Siphoc\\PdfBundle": "" }
},
"target-dir": "Siphoc/PdfBundle"
}