forked from le-phare/silex-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 1.16 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
{
"name": "le-phare/silex-bootstrap",
"description": "Sandbox for execution and integration",
"repositories": [
{
"type": "package",
"package": {
"name": "google/wkhtmltopdf-amd64",
"version": "0.11.0-RC1",
"dist": {
"url": "http://wkhtmltopdf.googlecode.com/files/wkhtmltopdf-0.11.0_rc1-static-amd64.tar.bz2",
"type": "tar"
}
}
}
],
"require": {
"silex/silex": "1.*",
"twig/twig": "1.*",
"symfony/twig-bridge": "2.1.*",
"symfony/translation": "2.1.*",
"symfony/config": "2.1.*",
"symfony/yaml": "2.1.*",
"mheap/Silex-Assetic" : "*@dev",
"kriswallsmith/assetic": "*",
"symfony/finder": "2.1.*",
"leafo/lessphp": "0.3.*",
"swiftmailer/swiftmailer": ">=4.1.2,<4.2-dev",
"google/wkhtmltopdf-amd64": "0.11.0-RC1",
"grom/silex-service-provider": "dev-master",
"knplabs/knp-snappy": "dev-master"
},
"autoload": {
"psr-0": { "Repository": "src/"}
},
"minimum-stability": "stable"
}