Add conflict with symfony/stopwatch ^5.0

symfony/http-kernel 4.1.* and 4.2.* causes fatal error when symfony/stopwatch 5.0.* is installed
This commit is contained in:
Kamil Kokot
2019-12-09 12:36:00 +01:00
parent 15f70c0a14
commit 5519b92883

View File

@@ -29,6 +29,9 @@
"symfony/process": "^3.4|^4.1",
"symfony/yaml": "^3.4|^4.1"
},
"conflict": {
"symfony/stopwatch": "^5.0"
},
"suggest": {
"behat/mink-browserkit-driver": "^1.3"
},