diff options
author | Nicolas Grekas <nicolas.grekas@gmail.com> | 2016-03-10 20:36:40 +0100 |
---|---|---|
committer | Nicolas Grekas <nicolas.grekas@gmail.com> | 2016-03-10 20:36:40 +0100 |
commit | 2cb831e86023881862b9b1f6e105a13b8438ac74 (patch) | |
tree | b7f6837df7c28f9414a72973a6169eddd78bb7a9 | |
parent | 3ab5ed5c3f203dabb5f17ac52f9812dc11c3035d (diff) | |
parent | 9e038d16ad625623a11131795119c6866aed783b (diff) | |
download | symfony-security-2cb831e86023881862b9b1f6e105a13b8438ac74.zip symfony-security-2cb831e86023881862b9b1f6e105a13b8438ac74.tar.gz symfony-security-2cb831e86023881862b9b1f6e105a13b8438ac74.tar.bz2 |
Merge branch '2.8' into 3.0
* 2.8:
[ci] use hirak/prestissimo
[Filesystem] Fix transient tests
[WebProfiler] Sidebar button padding
Updated some missing READMEs
[HttpFoundation] Avoid warnings when checking malicious IPs
[HttpFoundation] Set the Content-Range header if the requested Range is unsatisfied
Conflicts:
appveyor.yml
src/Symfony/Component/Intl/Tests/DateFormatter/AbstractIntlDateFormatterTest.php
-rw-r--r-- | Guard/README.md | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/Guard/README.md b/Guard/README.md index 845340f..ce70622 100644 --- a/Guard/README.md +++ b/Guard/README.md @@ -8,15 +8,8 @@ total control. Resources --------- -Documentation: - -https://symfony.com/doc/2.8/book/security.html - -Tests ------ - -You can run the unit tests with the following command: - - $ cd path/to/Symfony/Component/Security/Guard/ - $ composer.phar install --dev - $ phpunit + * [Documentation](https://symfony.com/doc/current/components/security/index.html) + * [Contributing](https://symfony.com/doc/current/contributing/index.html) + * [Report issues](https://github.com/symfony/symfony/issues) and + [send Pull Requests](https://github.com/symfony/symfony/pulls) + in the [main Symfony repository](https://github.com/symfony/symfony) |