Open leodido opened 9 years ago
When you run the update or install command with --prefer-dist
composer tries to download the archive on github.
Remove the data
directory from the archives by putting this in a .gitattributes
file:
data/ export-ignore
Prior to accomplish that you should explain the scope of data dir and if it's synched with ICU data or not. It's could be confusing to understand why data dir is there.
This way the download process will be faster.