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 82f3808 commit eb67f1dCopy full SHA for eb67f1d
CONTRIBUTING.md
@@ -14,13 +14,9 @@ Make sure the tests pass:
14
15
make unit
16
17
-Make sure the tests pass on all supported PHP versions (requires docker):
18
-
19
- make dunit
20
21
Make your change. Add tests for your change. Make the tests pass:
22
23
- make dunit && make unit
+ make unit
24
25
Before committing and submitting your pull request make sure it passes PSR2 coding style, unit tests pass and pass on all supported PHP versions:
26
0 commit comments