-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
50 lines (49 loc) · 1.17 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
{
"name": "Project Base",
"type": "project",
"description": "",
"version": "1.0.9",
"keywords": [
"authentication",
"slim-3",
"slim3",
"slimframework",
"twig",
"Illuminate"
],
"homepage": "https://github.com/sbshara/projectBase",
"license": "MIT",
"authors": [
{
"name": "Shiblie Bshara",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"App\\": "app"
}
},
"require": {
"php": ">=5.6",
"alexgarrett/violin": "^2.2",
"google/recaptcha": "^1.1",
"hassankhan/config": "^0.10",
"illuminate/database": "^5.4",
"ircmaxell/random-lib": "^1.2",
"phpmailer/phpmailer": "^5.2",
"respect/validation": "^1.1",
"slim/csrf": "^0.8",
"slim/flash": "^0.2",
"slim/http-cache": "^0.3.0",
"slim/slim": "^3.8",
"slim/twig-view": "^2.2",
"symfony/console": "^3.2",
"vlucas/phpdotenv": "^2.4"
},
"config": {
"sort-packages": true,
"autoloader": true,
"optimize-autoloader": true
}
}