Closed
Description
Symfony version(s) affected: 4.3.2
Description
Running composer require workflow
on a project which doesnt have expression language component throws exception The "Symfony\Component\Security\Core\Authorization\ExpressionLanguage" class requires the "ExpressionLanguage" component. Try running "composer require symfony/expression-language".
How to reproduce
https://github.com/rmikalkenas/workflow-issue
Possible Solution
Move symfony/expression-language
dependency in workflow component from require-dev
to require
Additional context
PHP 7.3.2