-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 802 Bytes
/
composer.json
File metadata and controls
31 lines (31 loc) · 802 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
{
"name": "shaqman/yii2-inline-script",
"description": "Use inline javascripts inside view normally.",
"type": "yii2-extension",
"keywords": [
"yii2",
"inline-script",
"javascript"
],
"homepage": "https://github.com/shaqman/yii2-inline-script",
"license": "MIT",
"authors": [
{
"name": "Syakur Rahman",
"email": "shaqman2004@yahoo.com",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/shaqman/yii2-inline-script/issues",
"source": "https://github.com/shaqman/yii2-inline-script"
},
"require": {
"yiisoft/yii2": "~2"
},
"autoload": {
"psr-4": {
"shaqman\\widgets\\inlinescript\\": "./src"
}
}
}