-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcomposer.json
58 lines (52 loc) · 1.82 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
50
51
52
53
54
55
56
57
58
{
"authors": [
{
"name": "Joseluis Laso",
"email": "[email protected]",
"homepage": "http://www.joseluislaso.es",
"role": "Developer"
}
],
"name": "jaitec/my-simple-web",
"description": "My simple web by joseluislaso.es",
"autoload": {
"psr-0": {
"lib": "",
"app\\config": "",
"app\\command": "",
"app\\models\\core": "",
"app\\models\\core\\Form": "",
"app\\models\\core\\Pagination": "",
"app\\models\\core\\Search": "",
"app\\models\\Entity": "",
"Entity": "app/models/",
"Security": "app/models/",
"app\\controller\\backend": "",
"app\\controller\\backend\\CRUD": "",
"app\\controller\\frontend": "",
"Router": "app/controller/core/"
}
},
"require": {
"php": ">=5.3.7",
"slim/slim": "2.4.0",
"slim/views": "0.1.3",
"slim/extras": "2.0.3",
"twig/twig": "1.12.0",
"j4mie/paris" : "1.2.0",
"behat/behat": "2.4.*@stable",
"symfony/console": "2.4.1",
"symfony/finder" : "2.3.x-dev",
"symfony/config": "2.*",
"symfony/yaml": "2.*",
"jlaso/ovh-domain-api": "dev-develop",
"jlaso/translations-apibundle": "dev-develop",
"jlaso/msw-blog": "dev-develop",
"helios-ag/fm-elfinder-php-connector": "2.1.1",
"ckeditor/ckeditor": "4.4.6"
},
"minimum-stability": "dev",
"config": {
"bin-dir": "bin/"
}
}