-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcomposer.json
54 lines (54 loc) · 1.96 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
{
"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": "4.0.0",
"homepage": "https://github.com/dappur/framework",
"license": "MIT",
"authors": [
{
"name": "Edward Teach",
"email": "edward@edwardteach.co",
"homepage": "https://github.com/dappur"
}
],
"autoload": {
"psr-4": {
"Dappur\\": "app/src"
}
},
"require": {
"php": ">=7.2.0",
"dappur/dappurware": "^4.0.0",
"dappur/dappurware-email": "^4.0.0",
"dappur/dappurware-oauth2": "^4.0.0",
"dappur/dappurware-video": "^4.0.0",
"slim/slim": "^3.12",
"twig/twig": "^2.11",
"slim/twig-view": "^2.5",
"slim/flash": "^0.4.0",
"slim/csrf": "^0.8.3",
"illuminate/database": "^5.8",
"cartalyst/sentinel": "^2.0",
"illuminate/events": "^5.8",
"symfony/http-foundation": "^4.3.8",
"awurth/slim-validation": "^3.1",
"monolog/monolog": "^1.24",
"logentries/logentries-monolog-handler": "^2.1",
"dflydev/fig-cookies": "^2.0",
"cloudinary/cloudinary_php": "^1.14",
"robmorgan/phinx": "^0.10.8",
"phpmailer/phpmailer": "^6.1.6",
"jasongrimes/paginator": "^1.0",
"abraham/twitteroauth": "^1.0",
"ramsey/uuid": "^3.8",
"bryanjhv/slim-session": "^3.0",
"hellogerard/jobby": "^3.4",
"robthree/twofactorauth": "^1.6",
"google/apiclient": "^2.2"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.2",
"phpmd/phpmd": "^2.6"
}
}