|
1 | 1 | {
|
2 |
| - "name": "degraciamathieu/php-class-dependencies-analyzer", |
| 2 | + "name": "degraciamathieu/php-dependencies-analyzer", |
3 | 3 | "description": "This tool allows you to monitor the dependencies and instability of your classes.",
|
4 | 4 | "keywords": ["php", "quality", "analysis", "static-analysis", "coupling", "instability"],
|
5 |
| - "homepage": "https://github.com/DeGraciaMathieu/php-class-dependencies-analyzer", |
| 5 | + "homepage": "https://github.com/DeGraciaMathieu/php-dependencies-analyzer", |
6 | 6 | "type": "project",
|
7 | 7 | "license": "MIT",
|
8 | 8 | "support": {
|
9 |
| - "issues": "https://github.com/DeGraciaMathieu/php-class-dependencies-analyzer/issues", |
10 |
| - "source": "https://github.com/DeGraciaMathieu/php-class-dependencies-analyzer" |
| 9 | + "issues": "https://github.com/DeGraciaMathieu/php-dependencies-analyzer/issues", |
| 10 | + "source": "https://github.com/DeGraciaMathieu/php-dependencies-analyzer" |
11 | 11 | },
|
12 | 12 | "authors": [
|
13 | 13 | {
|
|
52 | 52 | "scripts": {
|
53 | 53 | "test": "vendor/bin/pest -p",
|
54 | 54 | "healthcheck": [
|
55 |
| - "php class-dependencies-analyzer weakness app", |
56 |
| - "php class-dependencies-analyzer weakness app --min-delta=0.1", |
57 |
| - "php class-dependencies-analyzer weakness app --limit=10", |
58 |
| - "php class-dependencies-analyzer weakness app --only='App\\Application'", |
59 |
| - "php class-dependencies-analyzer weakness app --exclude='App\\Infrastructure'", |
60 |
| - "php class-dependencies-analyzer cyclic app", |
61 |
| - "php class-dependencies-analyzer cyclic app --only='App\\Application'", |
62 |
| - "php class-dependencies-analyzer cyclic app --exclude='App\\Infrastructure'", |
63 |
| - "php class-dependencies-analyzer analyze:class app", |
64 |
| - "php class-dependencies-analyzer analyze:class app --only='App\\Application'", |
65 |
| - "php class-dependencies-analyzer analyze:class app --exclude='App\\Infrastructure'", |
66 |
| - "php class-dependencies-analyzer analyze:class app --target='App\\Application\\Analyze\\AnalyzeAction'", |
67 |
| - "php class-dependencies-analyzer analyze:class app --target='App\\Application\\Analyze\\AnalyzeAction' --depth-limit=2", |
68 |
| - "php class-dependencies-analyzer analyze:class app --graph", |
69 |
| - "php class-dependencies-analyzer analyze:component app 'App\\Application'", |
70 |
| - "php class-dependencies-analyzer analyze:component app 'App\\Application' --graph", |
| 55 | + "php dependency-analyzer weakness app", |
| 56 | + "php dependency-analyzer weakness app --min-delta=0.1", |
| 57 | + "php dependency-analyzer weakness app --limit=10", |
| 58 | + "php dependency-analyzer weakness app --only='App\\Application'", |
| 59 | + "php dependency-analyzer weakness app --exclude='App\\Infrastructure'", |
| 60 | + "php dependency-analyzer cyclic app", |
| 61 | + "php dependency-analyzer cyclic app --only='App\\Application'", |
| 62 | + "php dependency-analyzer cyclic app --exclude='App\\Infrastructure'", |
| 63 | + "php dependency-analyzer analyze:class app", |
| 64 | + "php dependency-analyzer analyze:class app --only='App\\Application'", |
| 65 | + "php dependency-analyzer analyze:class app --exclude='App\\Infrastructure'", |
| 66 | + "php dependency-analyzer analyze:class app --target='App\\Application\\Analyze\\AnalyzeAction'", |
| 67 | + "php dependency-analyzer analyze:class app --target='App\\Application\\Analyze\\AnalyzeAction' --depth-limit=2", |
| 68 | + "php dependency-analyzer analyze:class app --graph", |
| 69 | + "php dependency-analyzer analyze:component app 'App\\Application'", |
| 70 | + "php dependency-analyzer analyze:component app 'App\\Application' --graph", |
71 | 71 | "vendor/bin/pest -p"
|
72 | 72 | ],
|
73 | 73 | "coverage": "php -d xdebug.mode=coverage vendor/bin/pest --coverage -p"
|
74 | 74 | },
|
75 | 75 | "minimum-stability": "stable",
|
76 | 76 | "prefer-stable": true,
|
77 |
| - "bin": ["class-dependencies-analyzer"] |
| 77 | + "bin": ["dependency-analyzer"] |
78 | 78 | }
|
0 commit comments