Question

I am wondering if there is a way to include the Expression Language Component available on 2.4 version into 2.3? Or is there another rules engine available for Symfony 2? Please let me know if there is a way. Thanks!

Was it helpful?

Solution 2

2.4 is not out yet, so you can't at the moment, but later, it will be also a package as any other symfony bundle, but I would strongly suggest, that you upgrade you symfony project to 2.4 . It's scheduled to come out today.

OTHER TIPS

I think you could simply add symfony/expression-language to your composer requirements as there are no specific requirements for this component

https://github.com/symfony/expression-language/blob/master/composer.json

"require": {
    "php": ">=5.3.3"
},
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top