-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
52 lines (52 loc) · 1.26 KB
/
composer.json
File metadata and controls
52 lines (52 loc) · 1.26 KB
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
{
"name": "felipecoder/muwebonline",
"description": "MuWebOnline is a CMS for MuOnline",
"keywords": [
"muwebonline",
"muonline"
],
"license": "MIT",
"homepage": "https://muwebonline.com",
"authors": [
{
"name": "Felipe Bruno",
"email": "felipexgyn619@gmail.com"
}
],
"repositories": [
{
"type": "path",
"url": "plugins/mwopay/sdk",
"options": {
"symlink": true
}
},
{
"type": "path",
"url": "plugins/mwo/items",
"options": {
"symlink": true
}
}
],
"require": {
"slim/slim": "^3.12",
"slim/twig-view": "^2.5",
"slim/http-cache": "^0.4.0",
"phpmailer/phpmailer": "^6.0",
"google/recaptcha": "^1.2",
"slim/flash": "^0.4.0",
"hybridauth/hybridauth": "^3.0",
"kitchenu/slim-debugbar": "^1.1",
"zeuxisoo/slim-whoops": "0.6.*",
"monolog/monolog": "1.23.*",
"visualappeal/php-auto-update": "0.9.*",
"mwopay/sdk": "@dev",
"mwo/items": "@dev"
},
"autoload": {
"psr-4": {
"App\\": "App/"
}
}
}