Skip to content

Commit 5d9eb60

Browse files
committed
Fix minimum phpunit version
1 parent 9679dea commit 5d9eb60

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"laminas/laminas-serializer": "^2.10.0"
2929
},
3030
"require-dev": {
31-
"phpunit/phpunit": "^9.3",
31+
"phpunit/phpunit": "^9.5.24",
3232
"friendsofphp/php-cs-fixer": "^3.11",
33-
"phpspec/prophecy": "^1.12.0",
34-
"phpspec/prophecy-phpunit": "^2.0",
33+
"phpspec/prophecy": "^1.15.0",
34+
"phpspec/prophecy-phpunit": "^2.0.1",
3535
"vimeo/psalm": "^4.27",
3636
"laminas/laminas-cli": "^1.0"
3737
},

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)