Commit f8ede6d7e017851d71686982b47e32c738dc71b8

Authored by Mihail
1 parent beaad61e

edit json configuration

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