-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 1.06 KB
/
composer.json
File metadata and controls
38 lines (38 loc) · 1.06 KB
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
{
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"dindigital/essential": "dev-master",
"imagine/imagine": "dev-master",
"phpmailer/phpmailer": "dev-master",
"Respect/Validation": "dev-master",
"phpoffice/phpexcel": "dev-master",
"dg/twitter-php": "dev-master",
"kriswallsmith/assetic": "dev-master",
"facebook/php-sdk": "@stable",
"ise/php-soundcloud": "3.*",
"google/apiclient": "dev-master",
"doctrine/cache": "dev-master",
"respect/rest": "dev-master",
"respect/config": "dev-master",
"monolog/monolog": "dev-master",
"twig/twig": "~1.0"
},
"autoload": {
"psr-0": {
"Site\\": "src\/app\/",
"Admin\\": "src\/app\/",
"Helpers\\": "src\/"
}
},
"authors": [
{
"name": "Jair Cueva Junior",
"email": "junior@dindigital.com"
},
{
"name": "Mario Mello",
"email": "mario@dindigital.com"
}
]
}