Skip to content

Commit

Permalink
Upgrade component version
Browse files Browse the repository at this point in the history
  • Loading branch information
byjg committed May 21, 2023
1 parent 3cc006a commit d9dcf0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"minimum-stability": "dev",
"require": {
"php": ">=5.6.0",
"byjg/xmlutil": "1.0.*",
"byjg/serializer": "dev-major_refactory"
"byjg/xmlutil": "4.9.*",
"byjg/serializer": "4.9.*"
},
"suggest": {
"ext-dom": "*"
Expand Down
7 changes: 4 additions & 3 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ and open the template in the editor.

<!-- see http://www.phpunit.de/wiki/Documentation -->
<phpunit bootstrap="./vendor/autoload.php"
colors="false"
colors="true"
testdox="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
Expand All @@ -25,11 +26,11 @@ and open the template in the editor.
<directory>./src</directory>
</whitelist>
</filter>

<testsuites>
<testsuite name="Test Suite">
<directory>./tests</directory>
</testsuite>
</testsuites>

</phpunit>

0 comments on commit d9dcf0f

Please sign in to comment.