-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
69 lines (63 loc) · 1.59 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
59
60
61
62
63
64
65
66
67
68
69
{
"name": "tavo1987/mini-framework",
"description": "Mini framework for landing pages",
"type": "project",
"keywords": [
"framework",
"mini-framework",
"sendgrid",
"edwin",
"landings",
"micro-framework",
"twig",
"prepros",
"eloquent",
"valitron",
"tavo1987",
"foundation"
],
"homepage": "https://github.com/tavo1987/microframework",
"license": "MIT",
"authors": [
{
"name": "Edwin Ramírez",
"email": "tavo198718@gmail.com",
"homepage": "https://www.facebook.com/edwin.ramirez.923",
"role": "Developer"
}
],
"require": {
"php": ">=5.6.4",
"bryanjhv/slim-session": "^3.5",
"illuminate/database": "~5.4.36",
"robmorgan/phinx": "^0.9.2",
"slim/csrf": "^0.8.2",
"slim/flash": "^0.4.0",
"slim/slim": "~3.0",
"slim/twig-view": "~2.4",
"swiftmailer/swiftmailer": "~5.0",
"tavo1987/ec-validador-cedula-ruc": "^1.0",
"vlucas/valitron": "^1.3"
},
"require-dev" : {
"symfony/var-dumper": "~3.3",
"vlucas/phpdotenv": "~2.4",
"zeuxisoo/slim-whoops": "~0.6.3"
},
"autoload": {
"psr-4": {
"App\\": "app/"
},
"files": [
"bootstrap/helpers.php"
]
},
"scripts" : {
"post-root-package-install": [
"php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
},
"config": {
"sort-packages": true
}
}