misd-service-development / phone-number-bundle

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

Exclude tests from Composer's classmap #161

Closed pulzarraider closed 6 years ago

pulzarraider commented 6 years ago

This is a little performance improvement. If the optimised dumped classmap is generated, the tests should not be part of it.

Documentation: https://getcomposer.org/doc/04-schema.md#exclude-files-from-classmaps

robhogan commented 6 years ago

Thanks, looks good