diff options
Diffstat (limited to 'Http/README.md')
-rw-r--r-- | Http/README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Http/README.md b/Http/README.md index 5be2111..aaacc14 100644 --- a/Http/README.md +++ b/Http/README.md @@ -9,8 +9,23 @@ the Java Spring framework. Resources --------- +<<<<<<< HEAD +Documentation: + +https://symfony.com/doc/3.1/book/security.html + +Tests +----- + +You can run the unit tests with the following command: + + $ cd path/to/Symfony/Component/Security/Http/ + $ 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) +>>>>>>> 3.0 |