-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
46 lines (46 loc) · 1.49 KB
/
Copy pathcomposer.json
File metadata and controls
46 lines (46 loc) · 1.49 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
{
"name": "net.egmsystems/yii2-asset-choices",
"description": "yii2 asset to https://github.com/Choices-js/Choices",
"type": "yii2-extension",
"keywords": ["php","yii2","extension","asset","js","choices.js"],
"license": "MIT",
"homepage": "https://github.com/egmsystems/yii2-asset-choices",
"support": {
"issues": "https://github.com/egmsystems/yii2-asset-choices/issues",
"source": "https://github.com/egmsystems/yii2-asset-choices/tree/main/src"
},
"authors": [
{
"name": "Edgar Gonzalez",
"email": "yii2-asset-choices@EGMSystems.net",
"homepage": "https://egmsystems.net?yii2-asset-choices"
}
],
"require": {
"yiisoft/yii2": "~2.0.0",
"egmsystems/choices-js": "dev-master"
},
"autoload": {
"psr-4": {
"egmyii\\choicejs\\": "src"
}
},
"repositories": [
{
"type": "git",
"url": "https://github.com/Choices-js/Choices.git"
}
],
"scripts": {
"post-install-cmd": ["src\\ComposerScript::postInstallCmd"],
"post-update-cmd": ["src\\ComposerScript::postUpdateCmd"],
"post-autoload-dump": ["src\\ComposerScript::postAutoloadDump"],
"post-package-install": ["src\\ComposerScript::postPackageInstall"],
"post-package-update": ["src\\ComposerScript::postPackageUpdate"]
},
"extra": {
"branch-alias": {
"dev-main": "1.0.7-dev"
}
}
}