Browse Source

Add 4.x-dev branch alias for the v4 branch

This allows you to install the package with a `4.x-dev` constraint, which can easily move to a more stable branch (e.g. master) once development of the new version has matured. https://getcomposer.org/doc/articles/aliases.md#branch-alias
Robbie Averill 5 years ago
parent
commit
cdc9af84bd
1 changed files with 4 additions and 1 deletions
  1. 4 1
      composer.json

+ 4 - 1
composer.json

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