PHPOffice / PhpSpreadsheet

A pure PHP library for reading and writing spreadsheet files
https://phpspreadsheet.readthedocs.io
MIT License
13.37k stars 3.47k forks source link

Improve contributing guidelines for composer newbies #4222

Closed m7913d closed 1 week ago

m7913d commented 1 week ago

To allow running composer versions, it is necessary to call composer install to install the (development) dependencies of this project. This may not be obvious to contributors unfamiliar with `composer'.

This is:

Checklist:

Why this change is needed?

This PR helps people unfamiliar with composer to contribute to this project.

oleibman commented 1 week ago

Thank you for your contribution.