diff --git a/phpdoc.xml b/phpdoc.xml index 4fed53a770c6ef265afdae11c2dc2c2351fdf4dd..67b6ebd204a6f2e0e48ac4f9762c5962019de3ec 100644 --- a/phpdoc.xml +++ b/phpdoc.xml @@ -9,18 +9,21 @@ <cache>.caches/phpdoc</cache> </paths> - <api format="php"> - <source> - <path>lib</path> - </source> - <ignore hidden="true"> - <path>vendor/**/*</path> - <path>composer/**/*</path> - <path>db/**/*</path> - <path>locale/**/*</path> - <path>templates/**/*</path> - <path>tests/**/*</path> - </ignore> - </api> + <version number="5.4"> + <folder>latest</folder> + <api format="php"> + <source> + <path>lib</path> + </source> + <ignore hidden="true"> + <path>vendor/**/*</path> + <path>composer/**/*</path> + <path>db/**/*</path> + <path>locale/**/*</path> + <path>templates/**/*</path> + <path>tests/**/*</path> + </ignore> + </api> + </version> </phpdocumentor>