👍🎉 First off, thanks for taking the time to contribute! 🎉👍
Since JsonMapper Laravel package 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.
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