aboutsummaryrefslogtreecommitdiffhomepage
path: root/main/app/sprinkles/core/composer.json
blob: d34888bb232fc97bba8aba219b928961f4eb1d04 (plain) (blame)
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": "userfrosting/sprinkle-core",
  "type": "userfrosting-sprinkle",
  "description": "Core module for UserFrosting.",
  "keywords": [
    "php user management",
    "usercake",
    "bootstrap"
  ],
  "homepage": "https://github.com/userfrosting/UserFrosting",
  "license": "MIT",
  "authors": [
    {
      "name": "Alexander Weissman",
      "homepage": "https://alexanderweissman.com"
    }
  ],
  "require": {
    "doctrine/dbal": "^2.5",
    "filp/whoops": "^2.1",
    "illuminate/cache": "5.4.*",
    "illuminate/database": "5.4.*",
    "illuminate/events": "5.4.*",
    "illuminate/filesystem": "5.4.*",
    "league/csv": "^8.1",
    "monolog/monolog": "^1",
    "phpmailer/phpmailer": "5.2.10",
    "rockettheme/toolbox": "1.3.1",
    "slim/csrf": "^0.8",
    "slim/slim": "^3",
    "slim/twig-view": "^1.2",
    "symfony/http-foundation": "*",
    "twig/twig": "^1.18",
    "userfrosting/assets": "~4.1.0",
    "userfrosting/config": "~4.1.0",
    "userfrosting/cache": "~4.1.0",
    "userfrosting/fortress": "~4.1.1",
    "userfrosting/i18n": "~4.1.0",
    "userfrosting/session": "~4.1.0",
    "userfrosting/support": "~4.1.1",
    "vlucas/phpdotenv": "^2"
  },
  "autoload": {
    "psr-4": {
      "UserFrosting\\Sprinkle\\Core\\": "src/"
    }
  }
}