Skip to content

Commit 4d91da2

Browse files
committed
Update phpunit
Signed-off-by: Witold Wasiczko <[email protected]>
1 parent fdf3723 commit 4d91da2

File tree

4 files changed

+528
-524
lines changed

4 files changed

+528
-524
lines changed

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@
2020
"forum": "https://discourse.laminas.dev"
2121
},
2222
"config": {
23-
"sort-packages": true
23+
"sort-packages": true,
24+
"allow-plugins": {
25+
"dealerdirect/phpcodesniffer-composer-installer": true,
26+
"composer/package-versions-deprecated": true,
27+
"laminas/laminas-component-installer": true
28+
}
2429
},
2530
"extra": {
2631
"laminas": {
@@ -46,7 +51,7 @@
4651
"mockery/mockery": "^1.2.4",
4752
"php-mock/php-mock-phpunit": "^2.6",
4853
"phpspec/prophecy-phpunit": "^2.0",
49-
"phpunit/phpunit": "^9.5.10",
54+
"phpunit/phpunit": "^9.5.11",
5055
"psalm/plugin-phpunit": "^0.16.1",
5156
"vimeo/psalm": "^4.10"
5257
},

0 commit comments

Comments
 (0)