add missing conflict rule

The LockableTrait uses the LockFactory introduced in Symfony 4.4.
This commit is contained in:
Christian Flothmann 2019-08-08 08:34:09 +02:00
parent 700167e626
commit a63df9c2c6

View File

@ -42,6 +42,7 @@
"conflict": {
"symfony/dependency-injection": "<3.4",
"symfony/event-dispatcher": "<4.3|>=5",
"symfony/lock": "<4.4",
"symfony/process": "<3.3"
},
"autoload": {