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 5397d11 commit 5c74ed4Copy full SHA for 5c74ed4
dev-bin/release.sh
@@ -88,7 +88,7 @@ if [ -n "$(git status --porcelain)" ]; then
88
fi
89
90
# Using Composer is possible, but they don't recommend it.
91
-wget -O phpDocumentor.phar https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.0.0/phpDocumentor.phar
+wget -O phpDocumentor.phar https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.1.2/phpDocumentor.phar
92
93
# Use cache dir in /tmp as otherwise cache files get into the output directory.
94
cachedir="/tmp/phpdoc-$$-$RANDOM"
0 commit comments