terminal42 / contao-url-rewrite

Provides a back end module in Contao that allows you to specify url rewrites that are added to the Symfony Route collection
MIT License
15 stars 4 forks source link

Allow symfony/expression-language in version 4 #9

Closed leofeyer closed 6 years ago

leofeyer commented 6 years ago

I think you can safely change the version constraint to:

"symfony/expression-language": "^3.3 || ^4.0",

Then the bundle can be installed in Contao 4.6. 😉

qzminski commented 6 years ago

Thanks, just released 1.2.3 :+1: