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 362f47a commit 477b0aaCopy full SHA for 477b0aa
compiler/README.md
@@ -4,7 +4,9 @@
4
5
```bash
6
composer install
7
-php bin/compile
+php bin/prepare
8
+cd build
9
+php ../box/vendor/bin/box compile --no-parallel
10
```
11
12
The compiled PHAR will be in `tmp/phpstan.phar`.
0 commit comments