Skip to content

Commit

Permalink
Raise required PHPUnit version to at least 4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
thiemowmde committed May 15, 2017
1 parent 92c4d96 commit 5edf5ab
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Expand Up @@ -10,13 +10,14 @@
"issues": "https://github.com/Wikidata-lib/PropertySuggester/issues"
},
"require": {
"php": ">=5.5.0",
"php": ">=5.5.9",
"wikibase/data-model": "~6.1|~7.0",
"wikibase/data-model-services": "~1.1|~2.0|~3.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"satooshi/php-coveralls": "dev-master"
"phpunit/phpunit": "~4.8",
"satooshi/php-coveralls": "dev-master",
"wikimedia/testing-access-wrapper": "~1.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5edf5ab

Please sign in to comment.