diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2015-11-30 22:39:17 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2015-11-30 22:39:17 +0100 |
commit | 32872c36a7a466673d261bf7f467e8fa918c4a7b (patch) | |
tree | aee502e359eb480d72e9f2088b10df0d02917bf9 /Guard | |
parent | 82f83d99b1756d085746aa0c4dae800d9c6ef37d (diff) | |
download | symfony-security-32872c36a7a466673d261bf7f467e8fa918c4a7b.zip symfony-security-32872c36a7a466673d261bf7f467e8fa918c4a7b.tar.gz symfony-security-32872c36a7a466673d261bf7f467e8fa918c4a7b.tar.bz2 |
updated version to 3.1
Diffstat (limited to 'Guard')
-rw-r--r-- | Guard/composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Guard/composer.json b/Guard/composer.json index 99dff9c..e16a44e 100644 --- a/Guard/composer.json +++ b/Guard/composer.json @@ -32,7 +32,7 @@ "minimum-stability": "dev", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-master": "3.1-dev" } } } |