Skip to content

Commit

Permalink
Merge pull request #12 from erasys/update_dependencies
Browse files Browse the repository at this point in the history
Update dependencies to latest versions
  • Loading branch information
matthiasstern authored Oct 15, 2021
2 parents e8a9377 + a6ee6af commit c03a831
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
}
],
"require": {
"php": "^7.2|^8.0",
"illuminate/contracts": "^7.0|^8.0",
"symfony/yaml": "^4.1 || ^5.0",
"php": "^7.4|^8.0",
"illuminate/contracts": "^8.64",
"symfony/yaml": "^5.3",
"justinrainbow/json-schema": "^5.2"
},
"require-dev": {
"phpunit/phpunit": "^6.5|^9.0",
"squizlabs/php_codesniffer": "^3.2"
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.6"
},
"autoload": {
"psr-4": {
Expand Down
16 changes: 8 additions & 8 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
<directory>tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<coverage>
<include>
<directory suffix=".php">src/</directory>
</whitelist>
</filter>
</include>
</coverage>
<logging>
<log type="junit" target="build/report.junit.xml"/>
<log type="coverage-html" target="build/coverage" charset="UTF-8" yui="true" highlight="true"/>
<log type="coverage-text" target="build/coverage.txt"/>
<log type="coverage-clover" target="build/logs/clover.xml"/>
<junit outputFile="build/report.junit.xml"/>
<testdoxHtml outputFile="build/coverage"/>
<testdoxText outputFile="build/coverage.txt"/>
<testdoxXml outputFile="build/logs/clover.xml"/>
</logging>
</phpunit>

0 comments on commit c03a831

Please sign in to comment.