-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·45 lines (45 loc) · 1.07 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
{
"name" : "fylhan/bnbox",
"description" : "La Bnbox ! Créateur de sourires.",
"authors" : [{
"name" : "Fylhan",
"homepage" : "http://fylhan.la-bnbox.fr",
"role" : "developper"
}
],
"homepage" : "http://la-bnbox.fr",
"license" : "LGPL-3.0",
"require" : {
"php" : ">=5.3.0",
"monolog/monolog" : "1.6.*",
"seld/jsonlint" : "1.1.*",
"symfony/console" : "2.3.*",
"doctrine/orm" : "2.*",
"twig/twig" : "1.*",
"fguillot/picodb" : "dev-master",
"fguillot/simpleLogger" : "dev-master",
"fguillot/simple-validator" : "dev-master",
"erusev/parsedown" : "1.5.1",
"lusitanian/oauth" : "0.3.5",
"pimple/pimple" : "~3.0",
"fylhan/posibrain" : "dev-master"
},
"require-dev" : {
"phpunit/phpunit" : "3.7.*"
},
"autoload" : {
"psr-0" : {
"" : "src/"
},
"files" : [
"src/Utils/functions.php",
"src/Utils/password.php",
"src/Utils/tools.php"
]
},
"support" : {
"source" : "https://www.assembla.com/code/cep-saint-maur/git/nodes",
"issues" : "https://trello.com/b/C2MTF6q8/cep-saint-maur",
"wiki" : "http://cepsaintmaur.fr/wiki/"
}
}