Skip to content

Commit

Permalink
Merge pull request #52 from SpacePossum/master_conflicts
Browse files Browse the repository at this point in the history
composer.json - add missing conflict with PHPUnit below 6
  • Loading branch information
SpacePossum authored Jan 24, 2018
2 parents 19fa0f0 + 4e682b1 commit 83550fa
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 83550fa

Please sign in to comment.