-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
47 lines (47 loc) · 1.29 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
42
43
44
45
46
47
{
"name": "retentio/boomstone",
"type": "library",
"description": "Boomstone, a spark for PHP project",
"keywords": ["silex", "boomgo", "bootstrap", "mongodb"],
"homepage": "https://github.com/Retentio/Boomstone",
"license": "MIT",
"authors": [
{
"name": "Ludovic Fleury",
"email": "[email protected]"
}
],
"repositories": [
{
"type": "package",
"package": {
"name": "twitter/bootstrap",
"version": "2.0.1",
"source": {
"url": "git://github.com/twitter/bootstrap.git",
"type": "git",
"reference": "v2.0.1"
}
}
}
],
"require": {
"php": ">=5.3.2",
"retentio/boomgo": "dev-repository",
"silex/silex": "1.0.*",
"symfony/finder": "2.1.*",
"symfony/translation": "2.1.*",
"symfony/twig-bridge": "2.1.*",
"symfony/form": "2.1.*",
"symfony/validator": "2.1.*",
"symfony/config": "2.1.*",
"symfony/yaml": "2.1.*",
"swiftmailer/swiftmailer": "4.1.5",
"twitter/bootstrap": "2.0.1"
},
"autoload": {
"psr-0": {
"Boomstone": "src/"
}
}
}