Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 1a56ae9

Browse files
committed
[2.7] update readme files for new components
1 parent 079e3da commit 1a56ae9

File tree

4 files changed

+20
-48
lines changed

4 files changed

+20
-48
lines changed

Acl/README.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,8 @@ the Java Spring framework.
99
Resources
1010
---------
1111

12-
Documentation:
13-
14-
https://symfony.com/doc/2.7/book/security.html
15-
16-
Tests
17-
-----
18-
19-
You can run the unit tests with the following command:
20-
21-
$ cd path/to/Symfony/Component/Security/Acl/
22-
$ composer.phar install --dev
23-
$ phpunit
12+
* [Documentation](https://symfony.com/doc/current/components/security/index.html)
13+
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
14+
* [Report issues](https://github.com/symfony/symfony/issues) and
15+
[send Pull Requests](https://github.com/symfony/symfony/pulls)
16+
in the [main Symfony repository](https://github.com/symfony/symfony)

Core/README.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,8 @@ the Java Spring framework.
99
Resources
1010
---------
1111

12-
Documentation:
13-
14-
https://symfony.com/doc/2.7/book/security.html
15-
16-
Tests
17-
-----
18-
19-
You can run the unit tests with the following command:
20-
21-
$ cd path/to/Symfony/Component/Security/Core/
22-
$ composer.phar install --dev
23-
$ phpunit
12+
* [Documentation](https://symfony.com/doc/current/components/security/index.html)
13+
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
14+
* [Report issues](https://github.com/symfony/symfony/issues) and
15+
[send Pull Requests](https://github.com/symfony/symfony/pulls)
16+
in the [main Symfony repository](https://github.com/symfony/symfony)

Csrf/README.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,8 @@ The Security CSRF (cross-site request forgery) component provides a class
77
Resources
88
---------
99

10-
Documentation:
11-
12-
https://symfony.com/doc/2.7/book/security.html
13-
14-
Tests
15-
-----
16-
17-
You can run the unit tests with the following command:
18-
19-
$ cd path/to/Symfony/Component/Security/Csrf/
20-
$ composer.phar install --dev
21-
$ phpunit
10+
* [Documentation](https://symfony.com/doc/current/components/security/index.html)
11+
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
12+
* [Report issues](https://github.com/symfony/symfony/issues) and
13+
[send Pull Requests](https://github.com/symfony/symfony/pulls)
14+
in the [main Symfony repository](https://github.com/symfony/symfony)

Http/README.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,8 @@ the Java Spring framework.
99
Resources
1010
---------
1111

12-
Documentation:
13-
14-
https://symfony.com/doc/2.7/book/security.html
15-
16-
Tests
17-
-----
18-
19-
You can run the unit tests with the following command:
20-
21-
$ cd path/to/Symfony/Component/Security/Http/
22-
$ composer.phar install --dev
23-
$ phpunit
12+
* [Documentation](https://symfony.com/doc/current/components/security/index.html)
13+
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
14+
* [Report issues](https://github.com/symfony/symfony/issues) and
15+
[send Pull Requests](https://github.com/symfony/symfony/pulls)
16+
in the [main Symfony repository](https://github.com/symfony/symfony)

0 commit comments

Comments
 (0)