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 /Http | |
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 'Http')
-rw-r--r-- | Http/README.md | 2 | ||||
-rw-r--r-- | Http/composer.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Http/README.md b/Http/README.md index af22657..e5ee6b1 100644 --- a/Http/README.md +++ b/Http/README.md @@ -11,7 +11,7 @@ Resources Documentation: -https://symfony.com/doc/3.0/book/security.html +https://symfony.com/doc/3.1/book/security.html Tests ----- diff --git a/Http/composer.json b/Http/composer.json index a3e008a..f19d0e4 100644 --- a/Http/composer.json +++ b/Http/composer.json @@ -43,7 +43,7 @@ "minimum-stability": "dev", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-master": "3.1-dev" } } } |