Skip to content

Commit 082e39f

Browse files
committed
Add conflict rule to avoid installing dep without Versions::ROOT_PACKAGE_NAME
1 parent 6bc21d5 commit 082e39f

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
@@ -45,6 +45,9 @@
4545
"symfony/phpunit-bridge": "^5.0",
4646
"symfony/yaml": "^3.4||^4.0||^5.0"
4747
},
48+
"conflict": {
49+
"ocramius/package-versions": "<1.3.*"
50+
},
4851
"suggest": {
4952
"monolog/monolog": "Required to use the Monolog handler"
5053
},

0 commit comments

Comments
 (0)