|
20 | 20 | "php": ">=5.4", |
21 | 21 | "ext-xsl": "*", |
22 | 22 | "consolidation/robo": "~0.5|>=1", |
23 | | - "phpmd/phpmd" : "*", |
24 | | - "phploc/phploc": "*", |
25 | | - "symfony/dependency-injection": ">=2.8.50", |
26 | | - "symfony/filesystem": ">=2.8", |
27 | | - "symfony/process": ">=2.8", |
28 | | - "symfony/finder": ">=2.8", |
29 | | - "symfony/yaml": ">=2.8", |
30 | | - "twig/twig": "~1.38|~2.7|~3", |
31 | | - "pdepend/pdepend": "*", |
32 | | - "sebastian/phpcpd": "*", |
33 | | - "squizlabs/php_codesniffer": "*", |
34 | | - "phpmetrics/phpmetrics": "*" |
| 23 | + "twig/twig": "~1.38|~2.7|>=3" |
35 | 24 | }, |
36 | 25 | "suggest": { |
| 26 | + "squizlabs/php_codesniffer": "Detect coding standard violation (phpcs) and fix them (phpcbf)", |
37 | 27 | "enlightn/security-checker": "Check composer.lock for known security issues", |
38 | 28 | "friendsofphp/php-cs-fixer": "A tool to automatically fix PHP coding standards issues", |
39 | 29 | "phpunit/phpunit": "The PHP Unit Testing framework", |
40 | 30 | "phpstan/phpstan": "PHP Static Analysis Tool - discover bugs in your code without running it!", |
41 | 31 | "psalm/phar": "A static analysis tool for finding errors in PHP applications", |
42 | 32 | "php-parallel-lint/php-parallel-lint": "Check PHP syntax", |
43 | 33 | "php-parallel-lint/php-console-highlighter": "Colored output in parallel-lint", |
44 | | - "deptrac/deptrac": "Enforce rules for dependencies between software layers" |
| 34 | + "deptrac/deptrac": "Enforce rules for dependencies between software layers", |
| 35 | + "phpmd/phpmd" : "user friendly metrics from pdepend", |
| 36 | + "pdepend/pdepend": "Analyze you the quality of your design in terms of extensibility, reusability and maintainability", |
| 37 | + "phpmetrics/phpmetrics": "Metrics about PHP project and classes in HTML report", |
| 38 | + "phploc/phploc": "Abandoned measuring the size of a PHP project", |
| 39 | + "sebastian/phpcpd": "Abandoned copy-paste detector" |
45 | 40 | }, |
46 | 41 | "require-dev": { |
47 | 42 | "hamcrest/hamcrest-php": ">=2.0.1", |
|
0 commit comments