Skip to content

Commit

Permalink
MINOR: removing codedungeon/phpunit-result-printer. Closes rialto-php…
Browse files Browse the repository at this point in the history
  • Loading branch information
spekulatius committed Sep 22, 2020
1 parent 5300702 commit 3bd227b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"vierbergenlars/php-semver": "^3.0.2"
},
"require-dev": {
"codedungeon/phpunit-result-printer": ">=0.6 <1.0",
"monolog/monolog": "^1.23",
"phpunit/phpunit": "^6.5|^7.0",
"symfony/process": "^4.0|^5.0"
Expand Down
1 change: 0 additions & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/6.5/phpunit.xsd"
bootstrap="vendor/autoload.php"
printerClass="Codedungeon\PHPUnitPrettyResultPrinter\Printer"
forceCoversAnnotation="true"
beStrictAboutCoversAnnotation="true"
beStrictAboutOutputDuringTests="true"
Expand Down

0 comments on commit 3bd227b

Please sign in to comment.