diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2013-01-31 22:39:01 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2013-01-31 22:39:01 +0100 |
commit | ed807c3657bb1c8c82606f80cb2b24639b5c6df1 (patch) | |
tree | 6be6b1bd0f15ef1499e1841580c68454163a5e72 | |
parent | 97a92780aeb5cdc42c46c0aa406de9ea5b96136b (diff) | |
download | symfony-security-ed807c3657bb1c8c82606f80cb2b24639b5c6df1.zip symfony-security-ed807c3657bb1c8c82606f80cb2b24639b5c6df1.tar.gz symfony-security-ed807c3657bb1c8c82606f80cb2b24639b5c6df1.tar.bz2 |
updated the branch alias in composer files
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 7192d57..468b720 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "minimum-stability": "dev", "extra": { "branch-alias": { - "dev-master": "2.2-dev" + "dev-master": "2.3-dev" } } } |