Skip to content

Commit 5b7bf7e

Browse files
committed
#31344 Update phpcpd to ^6.0.3 to be PHP8 compatible + change usage
1 parent d4f3adf commit 5b7bf7e

File tree

6 files changed

+1253
-302
lines changed

6 files changed

+1253
-302
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,9 @@
9393
"phpmd/phpmd": "^2.8.0",
9494
"phpstan/phpstan": "^0.12.77",
9595
"phpunit/phpunit": "^9",
96-
"sebastian/phpcpd": "~5.0.0",
97-
"squizlabs/php_codesniffer": "~3.5.4"
96+
"sebastian/phpcpd": "^6.0.3",
97+
"squizlabs/php_codesniffer": "~3.5.4",
98+
"symfony/finder": "^5.2"
9899
},
99100
"suggest": {
100101
"ext-pcntl": "Need for run processes in parallel mode"

0 commit comments

Comments
 (0)