Skip to content

Commit e38e94a

Browse files
committed
Fix .gitattributes, composer.json
1 parent 2a4a83b commit e38e94a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
/.gitattributes export-ignore
44
/.gitignore export-ignore
55
/phpcs.xml.dist export-ignore
6-
/phplint.xml.dist export-ignore
6+
/phplint.yml.dist export-ignore
77
/phpmd.xml.dist export-ignore
88
/psalm.xml.dist export-ignore

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"issues": "https://github.com/andrey-tech/pdepend-summary-formatter-php/issues",
2626
"source": "https://github.com/andrey-tech/pdepend-summary-formatter-php"
2727
},
28-
2928
"require": {
3029
"php": "^7.4 || ^8.0",
3130
"ext-simplexml": "*",

0 commit comments

Comments
 (0)