Skip to content
This repository was archived by the owner on Mar 16, 2021. It is now read-only.

Commit 90100d5

Browse files
authored
Update composer.json
1 parent c2a1afe commit 90100d5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@
33
"description": "Widget for display dynamic fields, adding and removing their use Pjax.",
44
"homepage": "https://github.com/bupy7/yii2-dynamic-fields",
55
"type": "yii2-extension",
6-
"version": "1.0.1",
6+
"version": "1.0.2",
77
"keywords": ["yii2", "extension", "widget", "dynamic", "fields", "pjax", "multiple"],
88
"license": "BSD-3-Clause",
99
"authors": [
1010
{
11-
"name": "Belosludcev Vasilij",
12-
"email": "bupy765@gmail.com",
11+
"name": "Belosloodcev Vasily",
12+
"email": "vasily.belosloodcev@gmail.com",
1313
"homepage": "http://mihaly4.ru"
1414
}
1515
],
1616
"require": {
17-
"yiisoft/yii2-bootstrap": "@dev"
17+
"yiisoft/yii2": "^2.0",
18+
"yiisoft/yii2-bootstrap": "^2.0"
1819
},
1920
"autoload": {
2021
"psr-4": {

0 commit comments

Comments
 (0)