Skip to content

Commit

Permalink
fix(deps): update dependency phpunit/phpunit to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 22, 2024
1 parent f1778e4 commit c4a38b7
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 @@ -21,7 +21,7 @@
},
"require-dev": {
"composer/composer": "^2.7.1",
"phpunit/phpunit": "^7|^8|^9"
"phpunit/phpunit": "11.0.3"
},
"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 @@ -13,7 +13,7 @@
"php": "^7.3||^8.0",
"ext-json": "*",
"composer-plugin-api": "^2.0",
"phpunit/phpunit": "^8|^9",
"phpunit/phpunit": "11.0.3",
"sserbin/twig-linter": "^3.1.0",
"mikey179/vfsstream": "^1.6.11",
"mockery/mockery": "^1.6.7",
Expand Down

0 comments on commit c4a38b7

Please sign in to comment.