1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

Update phpunit version

This commit is contained in:
Aidan Woods 2018-12-04 17:45:15 +01:00
parent 8512e65a18
commit a636bf7bfa
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
"ext-mbstring": "*"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35",
"phpunit/phpunit": "^7.4",
"friendsofphp/php-cs-fixer": "^2.13"
},
"autoload": {

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="vendor/autoload.php" colors="true">
<testsuites>
<testsuite>
<testsuite name="ParsedownTests">
<file>tests/ParsedownTest.php</file>
</testsuite>
</testsuites>