Skip to content

Commit

Permalink
Merge pull request #105 from gsteel/array-input
Browse files Browse the repository at this point in the history
`ArrayInput`: Accept non-array input without throwing an exception
  • Loading branch information
Ocramius authored Mar 26, 2024
2 parents 5fb8788 + 738c0bb commit 05b00b6
Show file tree
Hide file tree
Showing 5 changed files with 349 additions and 307 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
"laminas/laminas-filter": "^2.19",
"laminas/laminas-servicemanager": "^3.21.0",
"laminas/laminas-stdlib": "^3.0",
"laminas/laminas-validator": "^2.25"
"laminas/laminas-validator": "^2.52"
},
"require-dev": {
"ext-json": "*",
"laminas/laminas-coding-standard": "~2.5.0",
"phpunit/phpunit": "^10.5.9",
"phpunit/phpunit": "^10.5.15",
"psalm/plugin-phpunit": "^0.19.0",
"psr/http-message": "^2.0",
"vimeo/psalm": "^5.21.1",
"vimeo/psalm": "^5.23.1",
"webmozart/assert": "^1.11"
},
"suggest": {
Expand Down
20 changes: 10 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 05b00b6

Please sign in to comment.