Skip to content

Commit

Permalink
composer.json - add missing conflict with PHPUnit below 6
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacePossum committed Jan 3, 2018
1 parent 19fa0f0 commit 4e682b1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"require": {
"php": "^7.0"
},
"conflict": {
"phpunit/phpunit": "<6.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
Expand All @@ -28,6 +31,6 @@
"suggest": {
"ext-dom": "When testing with xml.",
"ext-libxml": "When testing with xml.",
"phpunit/phpunit" : "This is an extension for it so make sure you have it some way."
"phpunit/phpunit" : "This is an extension for PHPUnit so make sure you have that in some way."
}
}

0 comments on commit 4e682b1

Please sign in to comment.