diff options
author | Javier Eguiluz <javier.eguiluz@gmail.com> | 2016-03-10 12:18:14 +0100 |
---|---|---|
committer | Javier Eguiluz <javier.eguiluz@gmail.com> | 2016-03-10 12:18:14 +0100 |
commit | 9e038d16ad625623a11131795119c6866aed783b (patch) | |
tree | 016f89dd5ceb3b113864fdf3886211e6ab275de7 | |
parent | 11eba9250db1ede90fa8d49d33353e3b288c1780 (diff) | |
download | symfony-security-9e038d16ad625623a11131795119c6866aed783b.zip symfony-security-9e038d16ad625623a11131795119c6866aed783b.tar.gz symfony-security-9e038d16ad625623a11131795119c6866aed783b.tar.bz2 |
Updated some missing READMEsv2.8.4
-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) |