diff options
author | Nicolas Grekas <nicolas.grekas@gmail.com> | 2015-05-13 13:33:56 +0200 |
---|---|---|
committer | Nicolas Grekas <nicolas.grekas@gmail.com> | 2015-05-13 13:33:56 +0200 |
commit | db95dbe483b2f8ce7bae38ea37ae1f42fe141a6c (patch) | |
tree | 72acf58955b0989e1aff016c2e60fb9f388cd9c6 /Csrf | |
parent | 8a7c037d1db1bd2d1eeceb7ae714f89e78ea395b (diff) | |
download | symfony-security-db95dbe483b2f8ce7bae38ea37ae1f42fe141a6c.zip symfony-security-db95dbe483b2f8ce7bae38ea37ae1f42fe141a6c.tar.gz symfony-security-db95dbe483b2f8ce7bae38ea37ae1f42fe141a6c.tar.bz2 |
fix missing links to https://symfony.com
Diffstat (limited to 'Csrf')
-rw-r--r-- | Csrf/README.md | 2 | ||||
-rw-r--r-- | Csrf/composer.json | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Csrf/README.md b/Csrf/README.md index 89ed66c..3f5b6d0 100644 --- a/Csrf/README.md +++ b/Csrf/README.md @@ -9,7 +9,7 @@ Resources Documentation: -http://symfony.com/doc/2.6/book/security.html +https://symfony.com/doc/2.6/book/security.html Tests ----- diff --git a/Csrf/composer.json b/Csrf/composer.json index 5c869e0..f9c6b83 100644 --- a/Csrf/composer.json +++ b/Csrf/composer.json @@ -3,7 +3,7 @@ "type": "library", "description": "Symfony Security Component - CSRF Library", "keywords": [], - "homepage": "http://symfony.com", + "homepage": "https://symfony.com", "license": "MIT", "authors": [ { @@ -12,7 +12,7 @@ }, { "name": "Symfony Community", - "homepage": "http://symfony.com/contributors" + "homepage": "https://symfony.com/contributors" } ], "require": { |