diff options
Diffstat (limited to 'Csrf/README.md')
-rw-r--r-- | Csrf/README.md | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/Csrf/README.md b/Csrf/README.md index d331d3c..aff72a0 100644 --- a/Csrf/README.md +++ b/Csrf/README.md @@ -7,15 +7,8 @@ The Security CSRF (cross-site request forgery) component provides a class Resources --------- -Documentation: - -https://symfony.com/doc/3.0/book/security.html - -Tests ------ - -You can run the unit tests with the following command: - - $ cd path/to/Symfony/Component/Security/Csrf/ - $ 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) |