Skip to content

Commit e2847dd

Browse files
committed
Create composer.json
1 parent e60e438 commit e2847dd

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

composer.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "unclead/yii2-multiple-input",
3+
"description": "Multiple input widget for Yii2",
4+
"keywords": ["yii2", "yii2-multiple-input", "multiple input", "multiple field"],
5+
"type": "yii2-extension",
6+
"license": "MIT",
7+
"support": {
8+
"issues": "https://github.com/unclead/yii2-multiple-input/issues?state=open",
9+
"source": "https://github.com/unclead/yii2-multiple-input"
10+
},
11+
"authors": [
12+
{
13+
"name": "Eugene Tupikov",
14+
"email": "unclead.nsk@gmail.com"
15+
}
16+
],
17+
"minimum-stability": "dev",
18+
"require": {
19+
"php": ">=5.4.0",
20+
"yiisoft/yii2": "2.0.3",
21+
"yiisoft/yii2-bootstrap": "2.0.3",
22+
},
23+
"require-dev": {
24+
},
25+
"autoload": {
26+
"psr-4": {
27+
"unclead\\widgets\\": ""
28+
}
29+
}
30+
}

0 commit comments

Comments
 (0)