-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 1022 Bytes
/
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
{
"name": "backfront/umbrella",
"description": "A package containing a toolkit to help on agile development of projects in general",
"homepage": "http://alvesdouglas.com.br/",
"keywords": [
"backfront",
"form",
"post",
"ajax"
],
"license": "Apache-2.0",
"type": "library",
"authors": [
{
"name": "Douglas Alves",
"email": "[email protected]",
"homepage": "http://alvesdouglas.com.br/",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/backfront/umbrella/issues",
"source": "https://github.com/backfront/umbrella",
"email": "[email protected]"
},
"require": {
"php": ">=5.6.0",
"phpmailer/phpmailer": "~5.2",
"twig/twig": "^1.24",
"silex/silex": "~2.0",
"pimple/pimple": "^3.2"
},
"autoload": {
"psr-4": {
"Backfront\\": "src/Backfront/"
}
}
}