Skip to content

Commit

Permalink
ArraySerializable objects now return arrays according in compliance w…
Browse files Browse the repository at this point in the history
…ith the ArraySerializable interface.
  • Loading branch information
halfpastfouram committed Jan 9, 2020
1 parent 31e825d commit a9694fb
Show file tree
Hide file tree
Showing 34 changed files with 519 additions and 611 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@
],
"require": {
"php": ">=5.6.0 || ^7.0",
"ext-dom": "*",
"ext-json": "*",
"zendframework/zend-json": "3.0.0",
"zf1/zend-reflection": "1.12.11",
"halfpastfouram/collection": "1.0.0",
"ext-json": "*"
"symfony/var-dumper": "^3.4"
},
"require-dev": {
"phpunit/phpunit": "5.7.*",
Expand Down
Loading

0 comments on commit a9694fb

Please sign in to comment.