You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: alpine version for php 8.1 and 84
fix: deptrac repo was moved
fix: install-tools was not POSIX compliant even though it is not defined to use bash
feat: update php-cs-fixer, add an env for php84 since it is unstable there
Copy file name to clipboardExpand all lines: docs/commands.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ nav_order: 2
23
23
|`co-phpunit`|[co-phpunit](https://github.com/hyperf/testing) is a Coroutine-aware PHPUnit for testing Hyperf projects. |
24
24
|`composer-require-checker`|[ComposerRequireChecker](https://github.com/maglnet/ComposerRequireChecker): A CLI tool to analyze composer dependencies and verify that no unknown symbols are used in the sources of a package. |
25
25
|`couscous`|[Couscous](https://github.com/CouscousPHP/Couscous): Couscous generates a GitHub pages website from your markdown documentation. |
26
-
|`deptrac`|[Deptrac](https://github.com/qossmic/deptrac): Deptrac is a static code analysis tool for PHP that helps you communicate, visualize and enforce architectural decisions in your projects. |
26
+
|`deptrac`|[Deptrac](https://github.com/deptrac/deptrac): Deptrac is a static code analysis tool for PHP that helps you communicate, visualize and enforce architectural decisions in your projects. |
27
27
|`exakat`|[Exakat](https://www.exakat.io) is a real time customizable static analyzer engine that analyse and fix code. |
28
28
|`frankenphp`|[FrankenPHP](https://frankenphp.dev): the Modern PHP App Server, written in Go. |
29
29
|`infection`|[Infection](https://infection.github.io) is a Mutation Testing Framework. |
0 commit comments