Skip to content

Commit

Permalink
Merge pull request #55 from SpacePossum/2_0_conflict
Browse files Browse the repository at this point in the history
Add conflict to composer.json
  • Loading branch information
SpacePossum authored Feb 5, 2018
2 parents bcb43fd + 14c0607 commit a06beb8
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": "^5.3.6 || ^7.0"
},
"conflict": {
"phpunit/phpunit": ">=6.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.4.3"
},
Expand All @@ -23,6 +26,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 a06beb8

Please # to comment.