Skip to content

Commit

Permalink
TASK: Require "symfony/serializer": "^6.3"
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Nov 2, 2023
1 parent 275a58a commit 5dee046
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Neos.ContentRepository.Core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"neos/utility-objecthandling": "*",
"neos/utility-arrays": "*",
"doctrine/dbal": "^2.6",
"symfony/serializer": "*",
"symfony/serializer": "^6.3",
"psr/clock": "^1",
"behat/transliterator": "~1.0",
"ramsey/uuid": "^3.0 || ^4.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

/**
* An implementation of the ObjectNormalizer that supports Flow proxy classes
*
* Flow issue {@see https://github.com/neos/flow-development-collection/issues/3076#issuecomment-1790701913}
*
* @phpstan-ignore-next-line we extend a class which is annotated as final :(
*/
final class ProxyAwareObjectNormalizer extends OriginalObjectNormalizer
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"neos/error-messages": "*",
"neos/utility-objecthandling": "*",
"neos/utility-arrays": "*",
"symfony/serializer": "*",
"symfony/serializer": "^6.3",
"psr/clock": "^1",
"behat/transliterator": "~1.0",
"league/flysystem": "^3",
Expand Down

0 comments on commit 5dee046

Please sign in to comment.