We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d530533 commit 2a4a83bCopy full SHA for 2a4a83b
.gitattributes
@@ -1,2 +1,8 @@
1
-# Auto detect text files and perform LF normalization
2
* text=auto
+/assets/pdepend-summary-formatter-social.png export-ignore
3
+/.gitattributes export-ignore
4
+/.gitignore export-ignore
5
+/phpcs.xml.dist export-ignore
6
+/phplint.xml.dist export-ignore
7
+/phpmd.xml.dist export-ignore
8
+/psalm.xml.dist export-ignore
assets/pdepend-summary-formatter-social.png
75.1 KB
composer.json
@@ -43,6 +43,9 @@
43
"conflict": {
44
"pdepend/pdepend": "<2.15"
45
},
46
+ "suggest": {
47
+ "phpmd/phpmd": "PHPMD is a spin-off project of PHP Depend"
48
+ },
49
"config": {
50
"sort-packages": true,
51
"allow-plugins": {
0 commit comments