misd-service-development / phone-number-bundle

Integrates libphonenumber into your Symfony2-Symfony4 application
459 stars 143 forks source link

Missing require in composer #199

Open DeyV opened 5 years ago

DeyV commented 5 years ago

Symfony packages symfony/templating is used in PhoneNumberHelper ( HelperInterface ) but this package is required only as dev ( "require-dev" ) and shuld be in "require" section

franzose commented 5 years ago

@DeyV There's a PR that's waiting to be merged. But it seems that the bundle is not actively maintained.

Tomsgu commented 5 years ago

The same for Symfony/serializer.