Skip to content

Commit

Permalink
Renovate update dependency phpunit/phpunit to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 5, 2024
1 parent 514a274 commit e9763eb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion service-admin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"filp/whoops": "^2.14.4",
"laminas/laminas-development-mode": "^3.5.0",
"phpspec/prophecy-phpunit": "^2.0.1",
"phpunit/phpunit": "^9.5.10",
"phpunit/phpunit": "^11.0.0",
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "^3.6.1",
"vimeo/psalm": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion service-api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"laminas/laminas-cache-storage-adapter-zend-server": "*"
},
"require-dev": {
"phpunit/phpunit": "^9.5.10",
"phpunit/phpunit": "^11.0.0",
"mockery/mockery": "^1.4.4",
"vimeo/psalm": "^5.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion service-front/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"laminas/laminas-cache-storage-adapter-zend-server": "*"
},
"require-dev": {
"phpunit/phpunit": "^10.0.0",
"phpunit/phpunit": "^11.0.0",
"mockery/mockery": "^1.4.4",
"laminas/laminas-test": "4.10.0",
"vimeo/psalm": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion service-pdf/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"egulias/email-validator": "~1.2"
},
"require-dev": {
"phpunit/phpunit": "^9.5.10",
"phpunit/phpunit": "^11.0.0",
"mockery/mockery": "^1.4.4",
"ext-json": "*",
"vimeo/psalm": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion shared/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"require-dev": {
"hamcrest/hamcrest-php": "^2.0",
"mockery/mockery": "^1.5",
"phpunit/phpunit": "^9.5.10",
"phpunit/phpunit": "^11.0.0",
"vimeo/psalm": "^5.0"
},
"autoload": {
Expand Down

0 comments on commit e9763eb

Please sign in to comment.