Skip to content

Commit 7872186

Browse files
javiereguiluzfabpot
authored andcommitted
Updated all the README files
1 parent 8817b96 commit 7872186

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
Serializer Component
22
====================
33

4-
With the Serializer component it's possible to handle serializing data structures,
5-
including object graphs, into array structures or other formats like XML and JSON.
6-
It can also handle deserializing XML and JSON back to object graphs.
4+
With the Serializer component it's possible to handle serializing data
5+
structures, including object graphs, into array structures or other formats like
6+
XML and JSON. It can also handle deserializing XML and JSON back to object
7+
graphs.
78

89
Resources
910
---------
1011

11-
You can run the unit tests with the following command:
12-
13-
$ cd path/to/Symfony/Component/Serializer/
14-
$ composer install
15-
$ phpunit
12+
* [Documentation](https://symfony.com/doc/current/components/serializer.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)