Skip to content

Commit

Permalink
feat: Adding support for Symfony attributed: SerializedName & Groups (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
vuryss authored Sep 5, 2024
1 parent cd9faf2 commit 824afd2
Show file tree
Hide file tree
Showing 5 changed files with 339 additions and 112 deletions.
15 changes: 8 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,18 @@
"license": "MIT",
"require": {
"php": "^8.3",
"symfony/property-info": "^7.1",
"phpdocumentor/reflection-docblock": "^5.4",
"phpstan/phpdoc-parser": "^1.29",
"symfony/property-info": "^7.1.3",
"phpdocumentor/reflection-docblock": "^5.4.1",
"phpstan/phpdoc-parser": "^1.30",
"psr/cache": "^3.0"
},
"require-dev": {
"pestphp/pest": "^2.34",
"vimeo/psalm": "^5.24",
"pestphp/pest": "^2.35.1",
"vimeo/psalm": "^5.25",
"pestphp/pest-plugin-faker": "^2.0",
"friendsofphp/php-cs-fixer": "^3.58",
"mockery/mockery": "^1.6"
"friendsofphp/php-cs-fixer": "^3.64",
"mockery/mockery": "^1.6.12",
"symfony/serializer": "^7.1.4"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 824afd2

Please sign in to comment.