Преглед изворни кода

Merge pull request #611 from robbieaverill/patch-1

Add 4.x-dev branch alias for the v4 branch
Shalvah пре 5 година
родитељ
комит
bf66c011dd
1 измењених фајлова са 4 додато и 1 уклоњено
  1. 4 1
      composer.json

+ 4 - 1
composer.json

@@ -57,6 +57,9 @@
             "providers": [
                 "Mpociot\\ApiDoc\\ApiDocGeneratorServiceProvider"
             ]
-       }
+        },
+        "branch-alias": {
+            "dev-v4": "4.x-dev"
+        }
     }
 }