Skip to content

Commit aff104d

Browse files
author
Alcides Ramos
committed
feat: update dependencies
1 parent 37725e8 commit aff104d

2 files changed

Lines changed: 10 additions & 12 deletions

File tree

composer.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpunit.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.1/phpunit.xsd"
3+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.4/phpunit.xsd"
44
bootstrap="vendor/autoload.php"
55
cacheDirectory="/tmp/.phpunit.cache"
66
executionOrder="depends,defects"
77
requireCoverageMetadata="true"
88
beStrictAboutCoverageMetadata="true"
99
beStrictAboutOutputDuringTests="true"
10-
failOnRisky="true"
11-
failOnWarning="true"
10+
failOnRisky="true" failOnWarning="true"
1211
>
1312
<testsuites>
1413
<testsuite name="Unit">
@@ -22,8 +21,7 @@
2221
</include>
2322
</source>
2423

25-
<coverage includeUncoveredFiles="true"
26-
pathCoverage="false"
24+
<coverage pathCoverage="false"
2725
ignoreDeprecatedCodeUnits="true"
2826
disableCodeCoverageIgnore="true"
2927
>

0 commit comments

Comments
 (0)