Files
faveo/vendor/psy/psysh/.github/CONTRIBUTING.md
Manish Verma 6742e13d81 Composer update
* updated Laravel to v5.6.38
* Added laravel tinker in dev dependencies
2018-09-19 15:44:43 +05:30

455 B

Code style

Please make your code look like the other code in the project.

PsySH follows PSR-1 and PSR-2. The easiest way to do make sure you're following the coding standard is to install php-cs-fixer and run php-cs-fixer fix before committing.

Branching model

Please branch off and send pull requests to the develop branch.