Parcourir la 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 il y a 5 ans
Parent
commit
cdc9af84bd
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. 4 1
      composer.json

+ 4 - 1
composer.json

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