Skip to content

Commit f94fafc

Browse files
authored
Merge pull request #98 from Xerkus/hotfix/tests
Fix tests by droping unused mock for non-existent interface
2 parents 60333ca + ee8ced8 commit f94fafc

File tree

3 files changed

+196
-172
lines changed

3 files changed

+196
-172
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
"laminas/laminas-coding-standard": "~2.3.0",
6767
"laminas/laminas-config": "^2.6 || ^3.2",
6868
"laminas/laminas-loader": "^2.6",
69-
"phpspec/prophecy-phpunit": "^2.0.1",
70-
"phpunit/phpunit": "^9.5.27",
71-
"psalm/plugin-phpunit": "^0.16.1",
69+
"phpspec/prophecy-phpunit": "^v2.1.0",
70+
"phpunit/phpunit": "^9.6.15",
71+
"psalm/plugin-phpunit": "^0.18.4",
7272
"vimeo/psalm": "^4.30"
7373
},
7474
"autoload": {

0 commit comments

Comments
 (0)