forked from danpros/htmly
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 723 Bytes
/
composer.json
File metadata and controls
31 lines (31 loc) · 723 Bytes
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
{
"config": {
"vendor-dir": "system/vendor/",
"optimize-autoloader": true,
"platform": {
"php": "7.2"
}
},
"require": {
"ircmaxell/password-compat": "1.*",
"michelf/php-markdown": "1.*",
"suin/php-rss-writer": "1.*",
"kanti/hub-updater": "0.*",
"jbroadway/urlify": "^1.0",
"pragmarx/google2fa": "^8.0",
"bacon/bacon-qr-code": "^3.0",
"phpmailer/phpmailer": "^6.5",
"matomo/matomo-php-tracker": "^3.4"
},
"autoload": {
"files": [
"system/includes/dispatch.php",
"system/includes/functions.php",
"system/admin/admin.php",
"system/includes/session.php",
"system/includes/opml.php",
"system/includes/comments.php",
"system/includes/comments-frontend.php"
]
}
}