diff options
author | Nicolas Grekas <nicolas.grekas@gmail.com> | 2016-03-07 15:04:32 +0100 |
---|---|---|
committer | Nicolas Grekas <nicolas.grekas@gmail.com> | 2016-03-07 15:04:32 +0100 |
commit | 11eba9250db1ede90fa8d49d33353e3b288c1780 (patch) | |
tree | 1b6c52e8bc1da87dc4abc29c439ca54b00e2af9a | |
parent | db782f7171b65ce893acd354463bc3975edc0c86 (diff) | |
parent | 1a56ae95e84784bcd003c697a8173921412beee7 (diff) | |
download | symfony-security-11eba9250db1ede90fa8d49d33353e3b288c1780.zip symfony-security-11eba9250db1ede90fa8d49d33353e3b288c1780.tar.gz symfony-security-11eba9250db1ede90fa8d49d33353e3b288c1780.tar.bz2 |
Merge branch '2.7' into 2.8
* 2.7:
[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
fix lowest TwigBridge deps versions
[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
[Process] Fix memory issue when using large input streams
Use constant instead of function call.
fixed test name
automatically generate safe fallback filename
[Console] default to stderr in the console helpers
Conflicts:
composer.json
src/Symfony/Bridge/PhpUnit/README.md
src/Symfony/Bridge/Twig/composer.json
src/Symfony/Component/Console/Helper/DialogHelper.php
src/Symfony/Component/Debug/DebugClassLoader.php
src/Symfony/Component/HttpFoundation/composer.json
src/Symfony/Component/Security/Acl/README.md
src/Symfony/Component/Security/Core/README.md
src/Symfony/Component/Security/Csrf/README.md
src/Symfony/Component/Security/Http/README.md
-rw-r--r-- | Core/README.md | 17 | ||||
-rw-r--r-- | Csrf/README.md | 17 | ||||
-rw-r--r-- | Http/README.md | 17 |
3 files changed, 15 insertions, 36 deletions
diff --git a/Core/README.md b/Core/README.md index f1da5b1..ede185b 100644 --- a/Core/README.md +++ b/Core/README.md @@ -9,15 +9,8 @@ the Java Spring framework. 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/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) diff --git a/Csrf/README.md b/Csrf/README.md index 10f4784..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/2.8/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) diff --git a/Http/README.md b/Http/README.md index 11f6f72..5be2111 100644 --- a/Http/README.md +++ b/Http/README.md @@ -9,15 +9,8 @@ the Java Spring framework. 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/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) |