This repository has been archived by the owner on May 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
49 lines (49 loc) · 1.63 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
48
49
{
"name" : "lyrixx/Silex-Kitchen-Edition",
"type" : "library",
"description" : "A Silex Edition. This project is a base for your silex applications.",
"keywords" : ["framework"],
"homepage" : "http://lyrixx.github.com/Silex-Kitchen-Edition/",
"license" : "MIT",
"authors" : [
{
"name" : "Grégoire Pineau",
"email" : "[email protected]"
}
],
"require": {
"php" : ">=5.3.3",
"doctrine/dbal" : "~2.3",
"kriswallsmith/assetic" : "~1.0.0",
"leafo/lessphp" : "dev-master",
"mheap/silex-assetic" : "dev-master@dev",
"monolog/monolog" : "~1.0",
"silex/silex" : "1.0.*@dev",
"symfony/config" : "~2.2",
"symfony/console" : "~2.2",
"symfony/form" : "~2.2",
"symfony/security" : "~2.2",
"symfony/translation" : "~2.2",
"symfony/twig-bridge" : "~2.2",
"symfony/validator" : "~2.2",
"symfony/yaml" : "~2.2",
"twig/twig" : "~1.10",
"twitter/bootstrap" : "2.3.1",
"knplabs/github-api" : "dev-master"
},
"require-dev": {
"symfony/browser-kit" : "~2.2",
"symfony/css-selector" : "~2.2",
"symfony/dom-crawler" : "~2.2"
},
"scripts": {
"post-install-cmd": "SKE\\Composer\\Script::install",
"post-update-cmd": "SKE\\Composer\\Script::install"
},
"autoload": {
"psr-0": {
"SKE": "src/",
"Antistatique": "src/"
}
}
}