Skip to content

Commit ba615b2

Browse files
committed
Update phpDocumentor version
1 parent e6bf4b3 commit ba615b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev-bin/release.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ if [ -n "$(git status --porcelain)" ]; then
9494
fi
9595

9696
# Using Composer is possible, but they don't recommend it.
97-
phpdocumentor_phar_hash='9760ac280a10041928a8743354f68692c22f14cd5d05135dfc15e11d3b3c25ea phpDocumentor.phar'
97+
phpdocumentor_phar_hash='68e860b191799efdd7582b2b5fb738ea4dd743bb0476257608f0b22155d155f3 phpDocumentor.phar'
9898

9999
if ! echo "$phpdocumentor_phar_hash" | sha256sum -c; then
100-
wget -O phpDocumentor.phar https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.5.3/phpDocumentor.phar
100+
wget -O phpDocumentor.phar https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.6.0/phpDocumentor.phar
101101
fi
102102

103103
echo "$phpdocumentor_phar_hash" | sha256sum -c

0 commit comments

Comments
 (0)