Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 819 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (13 loc) · 819 Bytes

Contributing to JsonMapper Eloquent Middleware

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

Since JsonMapper Eloquent Middleware currently only is a small project (though it has great ambitions) we welcome any contribution that helps us move forward. The project could use your help.

Ideal pull request

To avoid going back and forth the project composer.json was setup in such a way that it allows you to run the same checks we do. These checks are:

composer unit-tests        # For running the unit tests
composer phpcbf            # For applying the correct code style (PSR-12) to the sources
composer phpcs             # For scanning the sources for the correct style (PSR-12) being used
composer phpstan           # For analysing the sources for potentional bugs