Skip to content
Prev Previous commit
Next Next commit
Fix PHPUnit bridge version
  • Loading branch information
GaryPEGEOT committed Mar 25, 2019
commit 3f0af84dd360198dc740f50b3f04b7040169f94c
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
"homepage": "http://httplug.io",
"authors": [
{
"name": "Jérôme Gamez",
"email": "jerome@gamez.name"
},{
"name": "Gary PEGEOT",
"email": "garypegeot@gmail.com"
}
Expand All @@ -22,7 +19,7 @@
"symfony/options-resolver": "^3.4|^4.0"
},
"require-dev": {
"symfony/phpunit-bridge": "*",
"symfony/phpunit-bridge": ">= 4.2",
"friendsofphp/php-cs-fixer": "^2.14"
},
"autoload": {
Expand Down