Skip to content

Commit 0479581

Browse files
committed
Replace ObjectMapper (#67)
Use jms/serializer #35 Since a long time, jms/serializer is being able to deal with interfaces the way we need and had other improvements such as reading typed properties and doc blocks. There's no reason not to use it anymore.
1 parent ad355b0 commit 0479581

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+619
-1837
lines changed

composer.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"doctrine/doctrine-migrations-bundle": "^3.0",
2626
"doctrine/orm": "^2.8",
2727
"enqueue/amqp-lib": "^0.10.8",
28+
"jms/serializer": "^3.14",
2829
"marein/php-nchan-client": "^3.0",
2930
"marein/symfony-standard-headers-csrf-bundle": "^1.0",
3031
"predis/predis": "^1.1",
@@ -43,17 +44,17 @@
4344
"twig/twig": "^3.3"
4445
},
4546
"require-dev": {
46-
"phpunit/phpunit": "^8.2",
47-
"squizlabs/php_codesniffer": "^3.4",
47+
"codeception/codeception": "^4.1",
48+
"codeception/module-asserts": "^1.2",
49+
"codeception/module-webdriver": "^1.1",
4850
"phpstan/phpstan": "^0.12.28",
49-
"symfony/debug-bundle": "^5.1",
50-
"symfony/web-profiler-bundle": "^5.1",
51-
"symfony/stopwatch": "^5.1",
51+
"phpunit/phpunit": "^8.2",
5252
"roave/security-advisories": "dev-master",
53+
"squizlabs/php_codesniffer": "^3.6",
54+
"symfony/debug-bundle": "^5.1",
5355
"symfony/error-handler": "^5.1",
54-
"codeception/module-asserts": "^1.2",
55-
"codeception/module-webdriver": "^1.1",
56-
"codeception/codeception": "^4.1"
56+
"symfony/stopwatch": "^5.1",
57+
"symfony/web-profiler-bundle": "^5.1"
5758
},
5859
"config": {
5960
"sort-packages": true

0 commit comments

Comments
 (0)