theseer / phpdox

Documentation generator for PHP Code using standard technology (SRC, DOCBLOCK, XML and XSLT)
http://phpdox.de
Other
601 stars 121 forks source link

Fix git version check #385

Closed Qusonann closed 4 years ago

Qusonann commented 4 years ago

Git version check run incorrectly on my device. I use mac os, git --version returns:

git version 2.21.0 (Apple Git-122.2)

When running phpdox, I got incorrect warning:

    Your version of GIT is too old. Please upgrade to at least version 1.7.2 (Found: Git-122.2))

This output format was not supported, now it is fixed.