Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / psy / psysh / .github / CONTRIBUTING.md
similarity index 63%
rename from vendor/psy/psysh/CONTRIBUTING.md
rename to vendor/psy/psysh/.github/CONTRIBUTING.md
index a5c726ba2312c8b2e5b942879908ef46dcb75faa..6c6b057d3d2d38c1a857b25278cf250662ae4799 100644 (file)
@@ -1,6 +1,8 @@
 ## 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 run `vendor/bin/php-cs-fixer fix` before committing.
+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