Fixed WebTestCase compatibility with PHPUnit 6+
Showing
... | @@ -50,6 +50,9 @@ | ... | @@ -50,6 +50,9 @@ |
"monolog/monolog": "^1.4.1", | "monolog/monolog": "^1.4.1", | ||
"symfony/web-link": "^3.3" | "symfony/web-link": "^3.3" | ||
}, | }, | ||
"conflict": { | |||
"phpunit/phpunit": "<4.8.35 || >= 5.0, <5.4.3" | |||
}, | |||
"replace": { | "replace": { | ||
"silex/api": "self.version", | "silex/api": "self.version", | ||
"silex/providers": "self.version" | "silex/providers": "self.version" | ||
... | ... |
Please register or sign in to comment