Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

Commit

Permalink
Updated PHPUnit to 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
morozov committed Sep 27, 2018
1 parent dc910dc commit 3b248d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"php": "^7.1"
},
"require-dev": {
"phpunit/phpunit": "^6.5",
"phpunit/phpunit": "^7.3",
"php-vfs/php-vfs": "^v1.3",
"phpstan/phpstan": "^0.9"
},
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<phpunit bootstrap="include/bootstrap.php">
<testsuites>
<testsuite>
<testsuite name="diff-sniffer-core">
<directory>tests</directory>
</testsuite>
</testsuites>
Expand Down

0 comments on commit 3b248d3

Please sign in to comment.