data
4 years ago
lib
2 years ago
.coveralls.github-actions.yml
4 years ago
.php-cs-fixer.php
2 years ago
LICENSE
6 years ago
Makefile
2 years ago
VERSION
2 years ago
init.php
2 years ago
phpdoc.dist.xml
4 years ago
phpstan-baseline.neon
2 years ago
phpstan.neon.dist
2 years ago
update_certs.php
4 years ago
phpdoc.dist.xml
32 lines
| 1 | <?xml version="1.0" encoding="UTF-8" ?> |
| 2 | <phpdocumentor |
| 3 | configVersion="3" |
| 4 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 5 | xmlns="http://www.phpdoc.org" |
| 6 | xsi:noNamespaceSchemaLocation="data/xsd/phpdoc.xsd" |
| 7 | > |
| 8 | <paths> |
| 9 | <output>build/phpdoc</output> |
| 10 | </paths> |
| 11 | <version number="3.0.0"> |
| 12 | <folder>latest</folder> |
| 13 | <api> |
| 14 | <source dsn="."> |
| 15 | <path>lib</path> |
| 16 | </source> |
| 17 | <output>api</output> |
| 18 | <ignore hidden="true" symlinks="true"> |
| 19 | <path>build/**/*</path> |
| 20 | <path>examples/**/*</path> |
| 21 | <path>tests/**/*</path> |
| 22 | <path>vendor/**/*</path> |
| 23 | </ignore> |
| 24 | <extensions> |
| 25 | <extension>php</extension> |
| 26 | </extensions> |
| 27 | <default-package-name>stripe-php</default-package-name> |
| 28 | </api> |
| 29 | </version> |
| 30 | <template name="default"/> |
| 31 | </phpdocumentor> |
| 32 |