-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
52 lines (51 loc) · 1.33 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
{
"name": "virtuagora/virtuagora-core",
"type": "project",
"description": "Open source digital platform for citizen participation",
"keywords": [
"virtuagora",
"participation",
"open",
"goverment",
"contents",
"cms"
],
"homepage": "http://www.virtuagora.org",
"license": "TBA",
"authors": [
{
"name": "Augusto Mathurin",
"homepage": "https://github.com/augusthur"
}, {
"name": "Guillermo Croppi",
"homepage": "https://github.com/guillecro"
}
],
"require": {
"php": ">=5.5.0",
"slim/slim": "^3.0",
"slim/twig-view": "^2.0",
"monolog/monolog": "^1.17",
"illuminate/database": "^5.1",
"illuminate/events": "^5.1",
"swiftmailer/swiftmailer": "^5.4",
"bryanjhv/slim-session": "^3.3.0",
"facebook/graph-sdk": "^5.4.4",
"league/flysystem": "^1.0",
"guzzlehttp/guzzle": "^6.2",
"intervention/image": "^2.3",
"augusthur/json-respector": "dev-master",
"google/recaptcha": "~1.1",
"box/spout": "^2.7"
},
"scripts": {
},
"autoload": {
"psr-4": {
"App\\": "src"
}
},
"require-dev": {
"mpyw/php-hyper-builtin-server": "^2.0"
}
}