Skip to content

Commit

Permalink
Merge pull request #57 from automatephp/use_object_serializer
Browse files Browse the repository at this point in the history
Serializer refactoring
  • Loading branch information
julienj authored Mar 5, 2024
2 parents 6e496ba + a41c417 commit f218164
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 f218164

Please sign in to comment.