Open
Description
If you are still having issues, please be sure to include as much information as possible:
Environment details
- OS: Ubuntu 23 LTS
- PHP version: php 8.1
- Package name and version: google/apiclient-services 0.275
Steps to reproduce
- install the package via
composer require google/apiclient
-> see composer installing a ~100MB dependency folder
having to copy 100 MB of files arround in a continous deployment setup is a real problem.
is there anything which can be done to reduce the filesystem footprint of this package?
here you can see the subfolders within src
which contribute the most to filesystem consumption:
Code example
# example
Making sure to follow these steps will guarantee the quickest resolution possible.
Thanks!