We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53adef3 commit 549162dCopy full SHA for 549162d
CONTRIBUTING.md
@@ -0,0 +1,24 @@
1
+# Contributing
2
+
3
+After cloning the repository, run `composer install` to install dependencies.
4
5
+> See <https://getcomposer.org/> for Composer installation instructions.
6
7
+## Testing
8
9
+Running the tests:
10
11
+```shell
12
+./vendor/bin/phpunit
13
+```
14
15
+See [.travis.yml](.travis.yml) for PHP versions we currently support.
16
17
+## Style guide
18
19
+We follow the [PSR-2 Style Guide](https://www.php-fig.org/psr/psr-2/), which is
20
+configured in [.phpcs.xml](.phpcs.xml) and can be verified by running:
21
22
23
+./vendor/bin/phpcs
24
0 commit comments