Use apigen from composer
This commit is contained in:
parent
1925936b26
commit
13fbcae21c
|
@ -27,7 +27,7 @@ if [ -n "$(git status --porcelain)" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
apigen --quiet --download --title "GeoIP2 PHP API $TAG" --source ../src --destination doc/$TAG
|
||||
../vendor/bin/apigen.php --quiet --download --title "GeoIP2 PHP API $TAG" --source ../src --destination doc/$TAG
|
||||
|
||||
PAGE=index.md
|
||||
cat <<EOF > $PAGE
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
"php": ">=5.3.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"apigen/apigen": "~2.8.0",
|
||||
"phpunit/phpunit": "4.1.*",
|
||||
"satooshi/php-coveralls": "dev-master"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user