-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 979 Bytes
/
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
{
"name": "panix/engine",
"description": "PIXELION CMS Engine",
"type": "yii2-extension",
"keywords": ["panix", "pixelion", "engine","cms"],
"license": "MIT",
"authors": [
{
"name": "PIXELION CMS team",
"email": "[email protected]",
"homepage": "https://pixelion.com.ua/",
"role": "Developer"
}
],
"require": {
"ext-json": "*",
"ext-curl": "*",
"panix/wgt-tinymce": "dev-master",
"panix/asset-bootstrap-notify": "dev-master",
"panix/wgt-codemirror": "dev-master",
"maxmind-db/reader": "~1.0",
"mpdf/mpdf": "~8.0",
"components/highlightjs": "~9.0",
"giggsey/libphonenumber-for-php": "^8",
"bower-asset/remarkable-bootstrap-notify": "^3.1.3",
"ml/json-ld": "^1.2.0"
},
"autoload": {
"psr-4": {
"panix\\engine\\": ""
}
}
}