diff options
author | Nicolas Grekas <nicolas.grekas@gmail.com> | 2016-03-10 11:34:12 +0100 |
---|---|---|
committer | Nicolas Grekas <nicolas.grekas@gmail.com> | 2016-03-10 11:34:12 +0100 |
commit | 3ab5ed5c3f203dabb5f17ac52f9812dc11c3035d (patch) | |
tree | ec50e4c4e24acee53d394f0ceea3d7e240d6ce60 /Core | |
parent | fc720310dfb0035eb36ebc36626009eaf3d9acb2 (diff) | |
parent | 11eba9250db1ede90fa8d49d33353e3b288c1780 (diff) | |
download | symfony-security-3ab5ed5c3f203dabb5f17ac52f9812dc11c3035d.zip symfony-security-3ab5ed5c3f203dabb5f17ac52f9812dc11c3035d.tar.gz symfony-security-3ab5ed5c3f203dabb5f17ac52f9812dc11c3035d.tar.bz2 |
Merge branch '2.8' into 3.0
* 2.8: (25 commits)
[Console] Fix an autocompletion question helper issue with non-sequentially indexed choices
[Process] Fix pipes handling
Mentioned the deprecation of deep parameters in UPGRADE files
[Filesystem] Fix false positive in ->remove()
[Filesystem] Cleanup/sync with 2.3
[Validator] Fix the locale validator so it treats a locale alias as a valid locale
[HttpFoundation] Fix transient test
[HttpFoundation] Add a dependency on the mbstring polyfill
[2.7] update readme files for new components
add readme files where missing
[2.8] update readme files for new components
fix lowest TwigBridge deps versions
reference form type by name on Symfony 2.7
[EventDispatcher] fix syntax error
Don't use reflections when possible
Don't use reflections when possible
[Form] Update form tests after the ICU data update
[Intl] Update tests and the number formatter to match behaviour of the intl extension
[Intl] Update the ICU data to version 55
[Intl] Fix the update-data.php script in preparation for ICU 5.5
...
Conflicts:
UPGRADE-2.8.md
UPGRADE-3.0.md
src/Symfony/Bridge/Twig/composer.json
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/FragmentRendererPass.php
src/Symfony/Component/Console/Helper/DialogHelper.php
src/Symfony/Component/Console/Helper/ProgressHelper.php
src/Symfony/Component/Console/Tests/Helper/LegacyDialogHelperTest.php
src/Symfony/Component/HttpFoundation/composer.json
src/Symfony/Component/Security/Core/README.md
src/Symfony/Component/Security/Csrf/README.md
src/Symfony/Component/Security/Http/README.md
src/Symfony/Component/Validator/Constraints/LocaleValidator.php
Diffstat (limited to 'Core')
-rw-r--r-- | Core/README.md | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/Core/README.md b/Core/README.md index 3c6a117..ede185b 100644 --- a/Core/README.md +++ b/Core/README.md @@ -9,15 +9,8 @@ the Java Spring framework. 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/Core/ - $ 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) |