Skip to content

Commit

Permalink
chore(deps): update dependency phpunit/phpunit to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 9, 2023
1 parent b852c36 commit 68176d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"justinrainbow/json-schema": "5.2.12",
"php-coveralls/php-coveralls": "2.5.3",
"phpstan/phpstan": "1.9.17",
"phpunit/phpunit": "9.6.3",
"phpunit/phpunit": "10.0.7",
"rector/rector": "0.15.13",
"symfony/browser-kit": "6.2.5",
"symfony/css-selector": "6.2.5",
Expand Down
2 changes: 1 addition & 1 deletion api/phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<server name="APP_ENV" value="test" force="true" />
<server name="SHELL_VERBOSITY" value="-1" />
<server name="SYMFONY_PHPUNIT_REMOVE" value="" />
<server name="SYMFONY_PHPUNIT_VERSION" value="9.6.3" />
<server name="SYMFONY_PHPUNIT_VERSION" value="10.0.7" />
<env name="SYMFONY_DEPRECATIONS_HELPER" value="quiet[]=indirect&amp;max[total]=999999"/>
<!-- if "Other deprecation notices" ever gets annoying:
<env name="SYMFONY_DEPRECATIONS_HELPER" value="quiet[]=indirect&amp;quiet[]=other&amp;max[total]=999999"/> -->
Expand Down

0 comments on commit 68176d1

Please sign in to comment.