martin-georgiev / postgresql-for-doctrine

PostgreSQL enhancements for Doctrine. Provides support for advanced data types (json, jssnb, arrays), text search, array operators and jsonb specific functions.

Home Page:https://packagist.org/packages/martin-georgiev/postgresql-for-doctrine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

heavy composer package with uneeded files

francescolaffi opened this issue · comments

I noticed this package ends up being on the heavy side as it also ships development tools such as two versions of local-php-security-checker that gets installed by composer

Packages usually define excluded files from the packages, leaving only what is needed for runtime, to avoid wasting network/disk resources :

Thanks

Good call! Thanks for reminding me about it.

Fix for this is now merged into master and will be included with the tag for the next minor release.