Skip to content

Commit 2a4a83b

Browse files
committed
Improve repo
1 parent d530533 commit 2a4a83b

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.gitattributes

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1-
# Auto detect text files and perform LF normalization
21
* text=auto
2+
/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
75.1 KB
Loading

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343
"conflict": {
4444
"pdepend/pdepend": "<2.15"
4545
},
46+
"suggest": {
47+
"phpmd/phpmd": "PHPMD is a spin-off project of PHP Depend"
48+
},
4649
"config": {
4750
"sort-packages": true,
4851
"allow-plugins": {

0 commit comments

Comments
 (0)