Skip to content

Commit

Permalink
Serializer refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
julienj committed Mar 4, 2024
1 parent 9aca966 commit a41c417
Show file tree
Hide file tree
Showing 14 changed files with 640 additions and 383 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,17 @@
"symfony/filesystem": "^7.0",
"symfony/process": "^7.0",
"symfony/http-client": "^7.0",
"phpseclib/phpseclib": "^3.0"
"symfony/property-access": "^7.0",
"phpseclib/phpseclib": "^3.0",
"phpdocumentor/reflection-docblock": "^5.3"
},
"require-dev": {
"phpunit/phpunit": "^11.0",
"phpstan/phpstan": "^1.10",
"rector/rector": "^1.0",
"mockery/mockery": "^1.3",
"friendsofphp/php-cs-fixer": "^3.13"
"friendsofphp/php-cs-fixer": "^3.13",
"symfony/var-dumper": "^7.0"
},
"license": "MIT",
"authors": [
Expand Down
Loading

0 comments on commit a41c417

Please sign in to comment.