Explorar o código

Merge pull request #611 from robbieaverill/patch-1

Add 4.x-dev branch alias for the v4 branch
Shalvah %!s(int64=5) %!d(string=hai) anos
pai
achega
bf66c011dd
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      composer.json

+ 4 - 1
composer.json

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