Skip to content

Commit

Permalink
Remove phpda since it does not work on any of the supported PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jakzal committed Nov 29, 2023
1 parent c66dc68 commit c0a2d20
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ It has been extracted as a separate project to make maintenance easier and enabl
| phpcpd | [Copy/Paste Detector](https://github.com/sebastianbergmann/phpcpd) | ✅ | ✅ |
| phpcs | [Detects coding standard violations](https://github.com/squizlabs/PHP_CodeSniffer) | ✅ | ✅ |
| 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/) | ✅ | ✅ |
| phpinsights | [Analyses code quality, style, architecture and complexity](https://phpinsights.com/) | ✅ | ✅ |
Expand Down Expand Up @@ -107,6 +106,7 @@ It has been extracted as a separate project to make maintenance easier and enabl
| parallel-lint | [Checks PHP file syntax](https://github.com/JakubOnderka/PHP-Parallel-Lint) |
| php-formatter | [Custom coding standards fixer](https://github.com/mmoreram/php-formatter) |
| phpcf | [Finds usage of deprecated features](http://wapmorgan.github.io/PhpCodeFixer/) |
| phpda | [Generates dependency graphs](https://mamuz.github.io/PhpDependencyAnalysis/) |
| phpdoc-to-typehint | [Automatically adds type hints and return types based on PHPDocs](https://github.com/dunglas/phpdoc-to-typehint) |
| phpstan-localheinz-rules | [Additional rules for PHPstan](https://github.com/localheinz/phpstan-rules) |
| phpunit-5 | [The PHP testing framework (5.x version)](https://phpunit.de/) |
Expand Down
14 changes: 0 additions & 14 deletions resources/architecture.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,20 +68,6 @@
},
"test": "phparkitect --version",
"tags": ["architecture"]
},
{
"name": "phpda",
"summary": "Generates dependency graphs",
"website": "https://mamuz.github.io/PhpDependencyAnalysis/",
"command": {
"composer-bin-plugin": {
"package": "mamuz/php-dependency-analysis",
"namespace": "phpda",
"links": {"%target-dir%/phpda": "phpda"}
}
},
"test": "phpda list",
"tags": ["exclude-php:8.3", "exclude-php:8.2", "exclude-php:8.1", "featured", "architecture"]
}
]
}

0 comments on commit c0a2d20

Please sign in to comment.