-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
44 lines (44 loc) · 1.14 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
{
"name": "exocet/yii2-bootstrap-material-design",
"description": "Composer package for implementing MDB in Yii2.",
"keywords": [
"yii", "yii2", "bootstrap", "material"
],
"version": "2.4.1",
"type": "yii2-extension",
"license": "MIT",
"support": {
"issues": "https://github.com/xchwarze/yii2-bootstrap-material-design/issues",
"source": "https://github.com/xchwarze/yii2-bootstrap-material-design"
},
"authors": [
{
"name": "DSR!",
"email": "[email protected]",
"role": "Developer"
}
],
"require": {
"yiisoft/yii2": "~2.0.10",
"yiisoft/yii2-bootstrap5": "~2.0.4",
"npm-asset/mdb-ui-kit": "^6.4",
"npm-asset/mervick--mdi-icons": "^4.0",
"npm-asset/fortawesome--fontawesome-free": "^6.5"
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"autoload": {
"psr-4": {
"exocet\\bootstrap5md\\": "src",
"exocet\\composer\\": "composer"
}
},
"scripts": {
"post-install-cmd": "exocet\\composer\\LauncherClass::postInstall",
"post-update-cmd": "exocet\\composer\\LauncherClass::postUpdate"
}
}