Commit beaad61e0afc5b10c48fd9a6daa464f073c494f5

Authored by Mihail
1 parent c8b9fb48

edit json configuration

Showing 1 changed file with 6 additions and 2 deletions   Show diff stats
composer.json
... ... @@ -10,13 +10,17 @@
10 10 {
11 11 "name": "Mihail Tsurkanov",
12 12 "email": "tsurkanovm@gmail.com",
13   - "homepage": "http://samoinvestor.ru",
14 13 "role": "Developer"
15 14 }
16 15 ],
17 16 "require": {
18 17 "yiisoft/yii2": "*",
19   - "artweb/multiparser": "*"
  18 + "artweb/multiparser": "0.1"
  19 + },
  20 + "extra": {
  21 + "branch-alias": {
  22 + "dev-master": "0.1.x-dev"
  23 + }
20 24 },
21 25 "autoload": {
22 26 "psr-4": {
... ...