Skip to content

Commit d4e136f

Browse files
committed
Update phpunit to ^10.5.16 || ^11.2
1 parent 75a0d9a commit d4e136f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

admin/framework/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"kint-php/kint": "^5.0.4",
2424
"mikey179/vfsstream": "^1.6",
2525
"nexusphp/cs-config": "^3.6",
26-
"phpunit/phpunit": "^10.5.16",
26+
"phpunit/phpunit": "^10.5.16 || ^11.2",
2727
"predis/predis": "^1.1 || ^2.0"
2828
},
2929
"suggest": {

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"phpstan/extension-installer": "^1.4",
2626
"phpstan/phpstan": "^1.11",
2727
"phpstan/phpstan-strict-rules": "^1.6",
28-
"phpunit/phpcov": "^9.0.2",
29-
"phpunit/phpunit": "^10.5.16",
28+
"phpunit/phpcov": "^9.0.2 || ^10.0",
29+
"phpunit/phpunit": "^10.5.16 || ^11.2",
3030
"predis/predis": "^1.1 || ^2.0",
3131
"rector/rector": "1.2.2"
3232
},

0 commit comments

Comments
 (0)