-
Notifications
You must be signed in to change notification settings - Fork 8
/
composer.json
57 lines (57 loc) · 1.57 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
56
57
{
"name": "okaycms/okay",
"description": "OkayCMS",
"homepage": "https://okay-cms.com",
"license": "LGPL-3.0-or-later",
"type": "project",
"authors": [
{
"name": "Vitaliy Vladov",
"email": "[email protected]"
},
{
"name": "Yanchuk Oleg",
"email": "[email protected]"
},
{
"name": "Vavilin Aleksandr",
"email": "[email protected]"
},
{
"name": "Hleb Vasylenko",
"email": "[email protected]"
}
],
"require": {
"ext-SimpleXML": "*",
"ext-XMLReader": "*",
"ext-pdo": "*",
"ext-json": "*",
"ext-curl": "*",
"ext-mbstring": "*",
"ext-zip": "*",
"gregwar/image": "2.*",
"smarty/smarty": "~3.1",
"mobiledetect/mobiledetectlib": "^2.8",
"phpmailer/phpmailer": "~6.0",
"sabberworm/php-css-parser": "*",
"matthiasmullie/minify": "^1.3",
"bramus/router": "~1.4",
"container-interop/container-interop": "^1.1",
"psr/log": "^1.1",
"monolog/monolog": "^1.24",
"aura/sqlquery": "^2.7",
"aura/sql": "^3.0",
"haydenpierce/class-finder": "^0.3.3",
"axy/sourcemap": "^0.1.4",
"snowplow/referer-parser": "^0.2.0",
"giggsey/libphonenumber-for-php": "^8.12",
"rosell-dk/webp-convert": "^2.3"
},
"autoload": {
"psr-4": {
"Okay\\": "Okay/",
"Okay\\Admin\\": "backend/"
}
}
}