-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
24 lines (24 loc) · 742 Bytes
/
composer.json
File metadata and controls
24 lines (24 loc) · 742 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
{
"name": "ahmadasjad/yii2-widgets",
"description": "An extension for input with facility to increase and decrease the value with the button",
"type": "yii2-extension",
"keywords": ["widget", "yii2", "yii2-widget", "yii2-extension", "plugin", "input", "plus-minus-input", "minus-plus-input"],
"license": "BSD-3-Clause",
"require": {
"yiisoft/yii2": "~2.0",
"yiisoft/yii2-bootstrap": "~2.0",
"yiisoft/yii2-bootstrap4": "~2.0"
},
"authors": [
{
"name": "Ahmad Asjad",
"email": "ahmadcimage@gmail.com"
}
],
"autoload": {
"psr-4": {
"ahmadasjad\\yii2Widgets\\": "src/"
}
},
"minimum-stability": "stable"
}