Skip to content

Commit

Permalink
Ignore indirect deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
simplebus-bot committed Nov 30, 2021
1 parent 90dd16b commit d3b6f4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"require-dev": {
"ergebnis/composer-normalize": "^2.11",
"phpunit/phpunit": "^9.5.5",
"symfony/phpunit-bridge": "^5.3.7"
"symfony/phpunit-bridge": "^6.0"
},
"config": {
"sort-packages": true
Expand Down
1 change: 1 addition & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<ini name="intl.default_locale" value="en"/>
<ini name="intl.error_level" value="0"/>
<ini name="memory_limit" value="-1"/>
<env name="SYMFONY_DEPRECATIONS_HELPER" value="max[direct]=0"/>
</php>
<testsuites>
<testsuite name="Everything">
Expand Down

0 comments on commit d3b6f4d

Please sign in to comment.