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 51d0cec commit f690644Copy full SHA for f690644
Makefile
@@ -8,7 +8,7 @@ install-phive:
8
9
.PHONY: setup
10
setup: install-phive
11
- docker run -it --rm -v${PWD}:/opt/project -w /opt/project php:7.2 tools/phive.phar install --force-accept-unsigned
+ docker run -it --rm -v${PWD}:/opt/project -w /opt/project phpdoc/phar-ga:master tools/phive.phar install --force-accept-unsigned
12
13
.PHONY: phpcs
14
phpcs:
0 commit comments