Skip to content

Commit c03a831

Browse files
Merge pull request #12 from erasys/update_dependencies
Update dependencies to latest versions
2 parents e8a9377 + a6ee6af commit c03a831

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
}
2626
],
2727
"require": {
28-
"php": "^7.2|^8.0",
29-
"illuminate/contracts": "^7.0|^8.0",
30-
"symfony/yaml": "^4.1 || ^5.0",
28+
"php": "^7.4|^8.0",
29+
"illuminate/contracts": "^8.64",
30+
"symfony/yaml": "^5.3",
3131
"justinrainbow/json-schema": "^5.2"
3232
},
3333
"require-dev": {
34-
"phpunit/phpunit": "^6.5|^9.0",
35-
"squizlabs/php_codesniffer": "^3.2"
34+
"phpunit/phpunit": "^9.5",
35+
"squizlabs/php_codesniffer": "^3.6"
3636
},
3737
"autoload": {
3838
"psr-4": {

phpunit.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
<directory>tests</directory>
1515
</testsuite>
1616
</testsuites>
17-
<filter>
18-
<whitelist>
17+
<coverage>
18+
<include>
1919
<directory suffix=".php">src/</directory>
20-
</whitelist>
21-
</filter>
20+
</include>
21+
</coverage>
2222
<logging>
23-
<log type="junit" target="build/report.junit.xml"/>
24-
<log type="coverage-html" target="build/coverage" charset="UTF-8" yui="true" highlight="true"/>
25-
<log type="coverage-text" target="build/coverage.txt"/>
26-
<log type="coverage-clover" target="build/logs/clover.xml"/>
23+
<junit outputFile="build/report.junit.xml"/>
24+
<testdoxHtml outputFile="build/coverage"/>
25+
<testdoxText outputFile="build/coverage.txt"/>
26+
<testdoxXml outputFile="build/logs/clover.xml"/>
2727
</logging>
2828
</phpunit>

0 commit comments

Comments
 (0)