summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Flothmann <christian.flothmann@xabbuh.de>2016-03-07 11:18:03 +0100
committerChristian Flothmann <christian.flothmann@xabbuh.de>2016-03-07 12:06:07 +0100
commit1a56ae95e84784bcd003c697a8173921412beee7 (patch)
treea7e8af829682c43d8de9f71cb5a69887a35acea8
parent079e3daf3cc5c02db6bf716e33b17ce013568879 (diff)
downloadsymfony-security-1a56ae95e84784bcd003c697a8173921412beee7.zip
symfony-security-1a56ae95e84784bcd003c697a8173921412beee7.tar.gz
symfony-security-1a56ae95e84784bcd003c697a8173921412beee7.tar.bz2
[2.7] update readme files for new components
-rw-r--r--Acl/README.md17
-rw-r--r--Core/README.md17
-rw-r--r--Csrf/README.md17
-rw-r--r--Http/README.md17
4 files changed, 20 insertions, 48 deletions
diff --git a/Acl/README.md b/Acl/README.md
index bff2209..a6048fd 100644
--- a/Acl/README.md
+++ b/Acl/README.md
@@ -9,15 +9,8 @@ the Java Spring framework.
Resources
---------
-Documentation:
-
-https://symfony.com/doc/2.7/book/security.html
-
-Tests
------
-
-You can run the unit tests with the following command:
-
- $ cd path/to/Symfony/Component/Security/Acl/
- $ 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/Core/README.md b/Core/README.md
index b0d1749..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.7/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 3ae550b..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.7/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 7619bfc..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.7/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)