Skip to content

Commit e4f3744

Browse files
minor symfony#18045 [2.8] update readme files for new components (xabbuh)
This PR was merged into the 2.8 branch. Discussion ---------- [2.8] update readme files for new components | Q | A | ------------- | --- | Branch | 2.8 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | symfony#17997 | License | MIT | Doc PR | This completes @javiereguiluz's great work from symfony#17997 by adapting the readme files of components added in Symfony 2.8. Commits ------- 897ca7f [2.8] update readme files for new components
2 parents 0f3e1a3 + 897ca7f commit e4f3744

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

src/Symfony/Component/Ldap/README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ The documentation for the component can be found [online] [0].
1818
Resources
1919
---------
2020

21-
You can run the unit tests with the following command:
22-
23-
$ cd path/to/Symfony/Component/Ldap/
24-
$ composer install
25-
$ phpunit
26-
27-
[0]: https://symfony.com/doc/2.8/components/ldap.html
21+
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
22+
* [Report issues](https://github.com/symfony/symfony/issues) and
23+
[send Pull Requests](https://github.com/symfony/symfony/pulls)
24+
in the [main Symfony repository](https://github.com/symfony/symfony)

src/Symfony/Component/PropertyInfo/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ of popular sources.
77
Resources
88
---------
99

10-
You can run the unit tests with the following command:
11-
12-
$ cd path/to/Symfony/Component/PropertyInfo/
13-
$ composer install
14-
$ phpunit
10+
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
11+
* [Report issues](https://github.com/symfony/symfony/issues) and
12+
[send Pull Requests](https://github.com/symfony/symfony/pulls)
13+
in the [main Symfony repository](https://github.com/symfony/symfony)

0 commit comments

Comments
 (0)