We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 643ced1 commit c752574Copy full SHA for c752574
.travis.yml
@@ -1,7 +1,10 @@
1
language: php
2
3
php:
4
- - '7.2'
5
- '7.3'
+ - '7.4'
6
7
script: phpunit --bootstrap src/autoload.php --verbose --coverage-text --coverage-clover=coverage.xml tests
8
+
9
+after_success:
10
+ - bash <(curl -s https://codecov.io/bash)
readme.md
@@ -62,6 +62,10 @@ if ($doc->open($url) {
62
- [About Document Recycling](docs/recycling.md)
63
- [Object Performance](docs/performance.md)
64
65
+## Support
66
67
+HTMLdoc supports PHP version 7.3+.
68
69
## Contributing
70
71
If you find an issue with HTMLdoc, please create an issue in the tracker.
0 commit comments