Skip to content

Commit

Permalink
Fix complain from phpunit. /WIP
Browse files Browse the repository at this point in the history
And update dbp/relay-verity-bundle to v0.1.2
  • Loading branch information
euneuber committed Dec 18, 2024
1 parent 6b92a71 commit d71fdec
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 19 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"ext-json": "*",
"api-platform/core": "^3.2",
"dbp/relay-core-bundle": "^0.1.181",
"dbp/relay-verity-bundle": "^0.1.0",
"dbp/relay-verity-bundle": "^0.1.2",
"symfony/config": "^6.4",
"symfony/dependency-injection": "^6.4",
"symfony/framework-bundle": "^6.4",
Expand Down
34 changes: 17 additions & 17 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
backupGlobals="false" colors="true" bootstrap="tests/bootstrap.php" cacheDirectory=".phpunit.cache"
displayDetailsOnPhpunitDeprecations="true"
>
<php>
<ini name="error_reporting" value="-1"/>
Expand Down

0 comments on commit d71fdec

Please sign in to comment.