Skip to content

Commit

Permalink
fix(deps): update dependency phpunit/phpunit to v9.6.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 19, 2024
1 parent 043ca81 commit 68911ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"require-dev": {
"composer/composer": "^2.7.9",
"phpunit/phpunit": "^9.6.20"
"phpunit/phpunit": "^9.6.21"
},
"extra": {
"class": [
Expand Down
2 changes: 1 addition & 1 deletion drainpipe-dev/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"mockery/mockery": "^1.6.12",
"phpspec/prophecy-phpunit": "^2",
"phpstan/phpstan-deprecation-rules": "^1.2.0",
"phpunit/phpunit": "^9|^10",
"phpunit/phpunit": "9.6.21",
"symfony/phpunit-bridge": "^6|^7",
"symfony/yaml": "^6|^7",
"tijsverkoyen/convert-to-junit-xml": "^1.11.0",
Expand Down

0 comments on commit 68911ec

Please sign in to comment.