Skip to content

Commit

Permalink
feat: add packages required for serialization (#560)
Browse files Browse the repository at this point in the history
* feat: add packages required for serialization
* fix: dependencies must be equal to the root dependencies
  • Loading branch information
joostdebruijn committed Feb 26, 2024
1 parent 9479935 commit 670ded8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@
"symfony/framework-bundle": "^6.1|^7.0",
"symfony/http-client": "^6.1|^7.0",
"symfony/psr-http-message-bridge": "^2.1|^6.1|^7.0",
"symfony/property-access": "^6.1|^7.0",
"symfony/property-info": "^6.1|^7.0",
"symfony/security-bundle": "^6.1|^7.0",
"symfony/security-core": "^6.1|^7.0",
"symfony/security-http": "^6.1|^7.0",
Expand Down
2 changes: 2 additions & 0 deletions src/metadata-service/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
},
"suggest": {
"symfony/serializer": "As of 4.5.x, the symfony/serializer component will become mandatory for converting objects such as the Metadata Statement",
"symfony/property-access": "As of 4.5.x, the symfony/serializer component will become mandatory for converting objects such as the Metadata Statement",
"symfony/property-info": "As of 4.5.x, the symfony/serializer component will become mandatory for converting objects such as the Metadata Statement",
"phpdocumentor/reflection-docblock": "As of 4.5.x, the phpdocumentor/reflection-docblock component will become mandatory for converting objects such as the Metadata Statement",
"psr/clock-implementation": "As of 4.5.x, the PSR Clock implementation will replace lcobucci/clock",
"psr/log-implementation": "Recommended to receive logs from the library",
Expand Down
2 changes: 2 additions & 0 deletions src/symfony/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
"symfony/framework-bundle": "^6.1|^7.0",
"symfony/http-client": "^6.1|^7.0",
"symfony/psr-http-message-bridge": "^2.1|^6.1|^7.0",
"symfony/property-access": "^6.1|^7.0",
"symfony/property-info": "^6.1|^7.0",
"symfony/security-bundle": "^6.1|^7.0",
"symfony/security-core": "^6.1|^7.0",
"symfony/security-http": "^6.1|^7.0",
Expand Down

0 comments on commit 670ded8

Please sign in to comment.