Skip to content

Commit

Permalink
Merge pull request #481 from jakzal/phpdocumentor-key
Browse files Browse the repository at this point in the history
Update phpdocumentor key
  • Loading branch information
jakzal authored Aug 17, 2023
2 parents 7a44d80 + ad41bb9 commit da3dcf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ It has been extracted as a separate project to make maintenance easier and enabl
| phpcs-security-audit | [Finds vulnerabilities and weaknesses related to security in PHP code](https://github.com/FloeDesignTechnologies/phpcs-security-audit) | ✅ | ✅ | ✅ |
| phpda | [Generates dependency graphs](https://mamuz.github.io/PhpDependencyAnalysis/) | ✅ | ❌ | ❌ |
| phpdd | [Finds usage of deprecated features](http://wapmorgan.github.io/PhpDeprecationDetector) | ✅ | ✅ | ✅ |
| phpDocumentor | [Documentation generator](https://www.phpdoc.org/) | ✅ | ✅ | ✅ |
| phpDocumentor | [Documentation generator](https://www.phpdoc.org/) | ❌ | ✅ | ✅ |
| phpinsights | [Analyses code quality, style, architecture and complexity](https://phpinsights.com/) | ✅ | ✅ | ✅ |
| phplint | [Lints php files in parallel](https://github.com/overtrue/phplint) | ✅ | ✅ | ✅ |
| phploc | [A tool for quickly measuring the size of a PHP project](https://github.com/sebastianbergmann/phploc) | ✅ | ✅ | ✅ |
Expand Down
4 changes: 2 additions & 2 deletions resources/documentation.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"phive-install": {
"alias": "phpDocumentor",
"bin": "%target-dir%/phpDocumentor",
"sig": "67F861C3D889C656"
"sig": "8AC0BAA79732DD42"
}
},
"test": "phpDocumentor list",
"tags": ["featured", "documentation"]
"tags": ["featured", "documentation", "exclude-php:8.0"]
},
{
"name": "phpcb",
Expand Down

0 comments on commit da3dcf4

Please sign in to comment.