summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2017-10-05 17:37:04 +0100
committerGitHub <[email protected]>2017-10-05 17:37:04 +0100
commit2b115d4411147480401756f9d52f15fea768f519 (patch)
treec00fab787318035c274fbbb03241c6e6afaeb4d1 /composer.json
parent2361e368a5f3fd8158081d3bd164ea5d1caffaea (diff)
Rollback phpunit version bump
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 47d0286..6eec5fd 100644
--- a/composer.json
+++ b/composer.json
@@ -24,6 +24,6 @@
"league/html-to-markdown": "^4.2"
},
"require-dev": {
- "phpunit/phpunit": "~5.7"
+ "phpunit/phpunit": "4.*"
}
}