Skip to content

Commit 1a5d048

Browse files
fix(deps): update dependency phpunit/phpunit to v9.6.30
1 parent 2961997 commit 1a5d048

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"require-dev": {
2222
"composer/composer": "^2.9.2",
23-
"phpunit/phpunit": "^9.6.21"
23+
"phpunit/phpunit": "^9.6.30"
2424
},
2525
"extra": {
2626
"class": [

drainpipe-dev/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"mockery/mockery": "^1.6.12",
2424
"phpspec/prophecy-phpunit": "^2",
2525
"phpstan/phpstan-deprecation-rules": "^2.0.3",
26-
"phpunit/phpunit": "^9|^10|^11",
26+
"phpunit/phpunit": "9.6.30",
2727
"symfony/phpunit-bridge": "^6",
2828
"symfony/yaml": "^6|^7",
2929
"tijsverkoyen/convert-to-junit-xml": "^1.11.0",

0 commit comments

Comments
 (0)