Commit f8ede6d7e017851d71686982b47e32c738dc71b8

Authored by Mihail
1 parent beaad61e

edit json configuration

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
1 { 1 {
2 - "minimum-stability" : "dev", 2 + "minimum-stability" : "stable",
3 "name": "artweb/yii-multiparser", 3 "name": "artweb/yii-multiparser",
4 "type": "library", 4 "type": "library",
5 "description": "This extension provides a Multiparser solution for Yii framework 2.0.", 5 "description": "This extension provides a Multiparser solution for Yii framework 2.0.",
@@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
15 ], 15 ],
16 "require": { 16 "require": {
17 "yiisoft/yii2": "*", 17 "yiisoft/yii2": "*",
18 - "artweb/multiparser": "0.1" 18 + "artweb/multiparser": "dev-master"
19 }, 19 },
20 "extra": { 20 "extra": {
21 "branch-alias": { 21 "branch-alias": {