bresam / ivory-google-map

Maintained Google Map API v3 integration for PHP
MIT License
13 stars 10 forks source link

Cannot use if FOSRestBundle is version 3.0 or greater #18

Closed dario-innatial closed 6 months ago

dario-innatial commented 1 year ago

FOS\RestBundle\Serializer\Normalizer\AbstractExceptionNormalizer does not exist in FOSRestBundle 3.0 and so it fails. I had to roll back to FOSRestBundle ^2.7

bresam commented 6 months ago

We don't use FOS\RestBundle\Serializer\Normalizer\AbstractExceptionNormalizer

Any more informations about that?

dario-innatial commented 6 months ago

Back then it was the error that we got. I could see the dependency being referenced in one of the library files. We were on symfony4.4. On new projects we are not using this library so I'm closing the issue as it does not affect us anymore. Thanks for your work anyway.