Skip to content

Commit

Permalink
Fix minimum phpunit version
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvargiu committed Sep 17, 2022
1 parent 9679dea commit 5d9eb60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"laminas/laminas-serializer": "^2.10.0"
},
"require-dev": {
"phpunit/phpunit": "^9.3",
"phpunit/phpunit": "^9.5.24",
"friendsofphp/php-cs-fixer": "^3.11",
"phpspec/prophecy": "^1.12.0",
"phpspec/prophecy-phpunit": "^2.0",
"phpspec/prophecy": "^1.15.0",
"phpspec/prophecy-phpunit": "^2.0.1",
"vimeo/psalm": "^4.27",
"laminas/laminas-cli": "^1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

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

0 comments on commit 5d9eb60

Please sign in to comment.