danielantelo / AddressableBundle

Symfony2 bundle which facilitates making entities addressable and geo location aware. It includes a map form type to set address by searching in a google map.
6 stars 11 forks source link

Symfony 4 / Symfony Flex support #12

Closed chrissnyder2337 closed 2 years ago

chrissnyder2337 commented 6 years ago

I am unable to require this bundle in my Symfony 4 / Flex project.

I believe it does not work because this bundle requires symfony/symfony but my project is using flex and thus that dependency conflicts.

danielantelo commented 6 years ago

Have removed that dependency and now just require the symfony components directly. Hopefully that should make it flex compatible. This bundle is tested only on Symfony 3.4 LTS. Let me know if it works on a symfony 4 project with flex. (Use version 0.5)