LastCallMedia / Mannequin

Mannequin Component Theming Tool
https://mannequin.io/
MIT License
38 stars 8 forks source link

Adjust vendor deps to allow interoperability with Symfony 2, 3 & 4 #144

Closed rbayliss closed 5 years ago

rbayliss commented 5 years ago

It looks like the 2.3 branch of Silex drops compatibility with Symfony 2 & 3. Additionally, our PHP CS Fixer config has changed with an update to the PHP-CS-Fixer package (eg: they added explicit namespacing to native function invocations to the Symfony:risky ruleset), so this PR implements some code style fixes to get it to pass tests as well.