Skip to content

Commit

Permalink
Update dependency phpunit/phpunit to v11 #minor
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 9, 2024
1 parent 0c4c21a commit c740a02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion service-api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"laminas/laminas-test": "^4.9",
"phpunit/phpunit": "^10.4",
"phpunit/phpunit": "^11.0",
"psalm/plugin-phpunit": "^0.19.0",
"squizlabs/php_codesniffer": "^3.7",
"vimeo/psalm": "^5.13"
Expand Down
2 changes: 1 addition & 1 deletion service-front/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"laminas/laminas-test": "^4.9",
"phpunit/phpunit": "^10.4",
"phpunit/phpunit": "^11.0",
"psalm/plugin-phpunit": "^0.19.0",
"squizlabs/php_codesniffer": "^3.7",
"vimeo/psalm": "^5.13"
Expand Down

0 comments on commit c740a02

Please sign in to comment.