Skip to content

Commit 3ea1eda

Browse files
fix: Remove phpcpd script
1 parent 55df8dd commit 3ea1eda

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

composer.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,9 @@
5454
"analyze": [
5555
"@analyze:composer",
5656
"@analyze:psalm",
57-
"@analyze:phpcpd",
5857
"@analyze:phpmd"
5958
],
6059
"analyze:composer": "composer validate --strict --no-check-version --no-check-all",
61-
"analyze:phpcpd": "phpcpd --fuzzy --exclude tests --exclude vendor .",
6260
"analyze:phpmd": "phpmd . ansi phpmd.xml.dist --exclude 'dependencies/*,tests/*,vendor/*'",
6361
"analyze:psalm": "psalm",
6462
"ci": [

0 commit comments

Comments
 (0)