thephpleague / route

Fast PSR-7 based routing and dispatch component including PSR-15 middleware, built on top of FastRoute.
http://route.thephpleague.com
MIT License
651 stars 126 forks source link

Documentation included with installed source code #288

Closed Arcesilas closed 3 years ago

Arcesilas commented 4 years ago

Hi,

Do you consider the documentation must be provided along with the source when installing via Composer? It takes at least 1.4Mio while the source and other files only 66Kio... I'd love to use league/route for a small project on a tiny hosting (10 MB). I consider removing the docs directory from vendor is not a good practise. May I provide a PR to add the docs directory to the .gitattributes files?

philipobenito commented 3 years ago

Added export-ignore for them in 5.x release