Skip to content

Commit d9d4519

Browse files
authored
Prevent installing Browser Kit 4.1.0
1 parent 9c252a7 commit d9d4519

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
"symfony/browser-kit": "^4.0",
1919
"symfony/process": "^4.0"
2020
},
21+
"conflict": {
22+
"symfony/browser-kit": "4.1.0"
23+
},
2124
"autoload": {
2225
"psr-4": { "Panthere\\": "src/" }
2326
},

0 commit comments

Comments
 (0)