Skip to content

Commit

Permalink
fix(deps): update dependency phpunit/phpunit to v9 (#465)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency phpunit/phpunit to v8.5.38

* Update PHPUnit

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Sally Young <[email protected]>
  • Loading branch information
renovate[bot] and justafish authored Apr 12, 2024
1 parent 313b7ae commit c0097b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.2",
"phpunit/phpunit": "^7|^8|^9"
"phpunit/phpunit": "^9.6.19"
},
"extra": {
"class": [
Expand Down
4 changes: 2 additions & 2 deletions drainpipe-dev/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"php": "^8.1",
"ext-json": "*",
"composer-plugin-api": "^2.0",
"phpunit/phpunit": "^8|^9",
"phpunit/phpunit": "^9.6.19",
"sserbin/twig-linter": "^3.1.0",
"mikey179/vfsstream": "^1.6.11",
"mockery/mockery": "^1.6.11",
"behat/mink": "^1.11.0",
"symfony/phpunit-bridge": "^5|^6",
"symfony/phpunit-bridge": "^6|^7",
"lullabot/drainpipe": "*",
"mglaman/phpstan-drupal": "^1.2.10",
"symfony/yaml": "^3|^4|^5|^6",
Expand Down

0 comments on commit c0097b4

Please sign in to comment.