-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
55 lines (55 loc) · 1.47 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
{
"name": "sixmonkey/sloth",
"authors": [
{
"name": "Ben Kremer",
"email": "hallo@benkremer.de"
},
{
"name": "Jochen Wichmann"
},
{
"name": "Max Leistner",
"email": "mail@maxleistner.de"
}
],
"require": {
"brain/hierarchy": "^2.3",
"cakephp/utility": "^3.5",
"corcel/acf": "^4.0",
"gossi/docblock": "^1.6",
"haydenpierce/class-finder": "^0.4.2",
"illuminate/container": "^8.0.0",
"illuminate/filesystem": "^8.0.0",
"illuminate/http": "^8.0.0",
"illuminate/pagination": "^8.0.0",
"illuminate/validation": "^8.0.0",
"illuminate/view": "^8.0.0",
"jgrossi/corcel": "^5.0",
"jjgrainger/posttypes": "^2.0",
"kdyby/html-validator-panel": "^1.1",
"league/climate": "^3.2",
"milo/vendor-versions": "^1.1",
"nikic/fast-route": "^1.2",
"nofutur3/tracy-gitpanel": "^0.9",
"org_heigl/hyphenator": "^2.2",
"roots/wp-password-bcrypt": "^1.0",
"spatie/emoji": "^4.0",
"spatie/image": "1.10.4",
"tracy/tracy": "^2.10",
"twig/twig": "^3.0",
"vlucas/phpdotenv": "^2.4",
"ext-json": "*"
},
"autoload": {
"psr-4": {
"Sloth\\": "src/"
},
"files": [
"src/functions.php"
]
},
"config": {
"sort-packages": true
}
}