Skip to content

Commit

Permalink
Update PHPUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Oct 5, 2021
1 parent 50e3fe8 commit 417e9b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^0.12.92",
"phpstan/phpstan-phpunit": "^0.12.21",
"phpunit/phpunit": "^9.5.6",
"phpunit/phpunit": "^9.5.10",
"symfony/var-dumper": "^5.3.3"
},
"suggest": {
Expand Down
1 change: 1 addition & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
beStrictAboutOutputDuringTests="true"
convertDeprecationsToExceptions="true"
colors="true"
>

Expand Down

0 comments on commit 417e9b3

Please sign in to comment.