Skip to content

Commit f690644

Browse files
committed
Use phar image to install phive
1 parent 51d0cec commit f690644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ install-phive:
88

99
.PHONY: setup
1010
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
11+
docker run -it --rm -v${PWD}:/opt/project -w /opt/project phpdoc/phar-ga:master tools/phive.phar install --force-accept-unsigned
1212

1313
.PHONY: phpcs
1414
phpcs:

0 commit comments

Comments
 (0)