Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
9
vendor/psy/psysh/.github/CONTRIBUTING.md
vendored
Normal file
9
vendor/psy/psysh/.github/CONTRIBUTING.md
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
## Code style
|
||||
|
||||
Please make your code look like the other code in the project.
|
||||
|
||||
PsySH follows [PSR-1](http://php-fig.org/psr/psr-1/) and [PSR-2](http://php-fig.org/psr/psr-2/). The easiest way to do make sure you're following the coding standard is to [install `php-cs-fixer`](https://github.com/friendsofphp/php-cs-fixer) and run `php-cs-fixer fix` before committing.
|
||||
|
||||
## Branching model
|
||||
|
||||
Please branch off and send pull requests to the `develop` branch.
|
||||
Reference in a new issue