forked from dappur/framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
48 lines (48 loc) · 1.74 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
{
"name": "dappur/framework",
"description": "A stylish PHP application framework crafted using Slim, Twig, Eloquent and Sentinel designed to get you from clone to production in a matter of minutes.",
"keywords": ["slim", "eloquent", "twig", "sentinel", "monolog", "logentries", "validation", "config", "framework", "phinx", "cloudinary", "phpmailer", "email", "deployment", "github", "recaptcha", "seo", "2fa", "cron"],
"version": "3.1.2",
"homepage": "https://github.com/dappur/framework",
"license": "MIT",
"authors": [
{
"name": "Edward Teach",
"email": "[email protected]",
"homepage": "https://github.com/dappur"
}
],
"autoload": {
"psr-4": {
"Dappur\\": "app/src"
}
},
"require": {
"dappur/dappurware": "^3.0.0",
"slim/slim": "^3.8",
"slim/twig-view": "^2.2",
"slim/flash": "^0.2.0",
"slim/csrf": "^0.8.1",
"illuminate/database": "^5.5",
"cartalyst/sentinel": "^2.0",
"illuminate/events": "^5.5",
"symfony/http-foundation": "^3.3",
"awurth/slim-validation": "^2.0",
"monolog/monolog": "^1.23",
"logentries/logentries-monolog-handler": "^2.1",
"dflydev/fig-cookies": "^1.0",
"cloudinary/cloudinary_php": "^1.8",
"robmorgan/phinx": "^0.9.1",
"phpmailer/phpmailer": "^6.0",
"JasonGrimes/Paginator": "^1.0",
"abraham/twitteroauth": "^0.7.4",
"ramsey/uuid": "^3.7",
"bryanjhv/slim-session": "^3.0",
"hellogerard/jobby": "^3.4",
"robthree/twofactorauth": "^1.6"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.2",
"phpmd/phpmd": "^2.6"
}
}