Skip to content

Commit 95e95ee

Browse files
author
DKravtsov
committed
Updated composer dependencies.
1 parent 465f0a3 commit 95e95ee

File tree

20 files changed

+1818
-248
lines changed

20 files changed

+1818
-248
lines changed

.idea/htdocs.iml

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/php.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ else
336336
endif
337337

338338
phpcpd: ## Runs php copy/paste detector
339-
@make exec cmd="php phpcpd.phar --fuzzy --verbose src tests"
339+
@make exec cmd="php ./vendor/bin/phpcpd --fuzzy --verbose src tests"
340340

341341
phpmd: ## Runs php mess detector
342342
@make exec cmd="php ./vendor/bin/phpmd src,tests text phpmd_ruleset.xml --suffixes php"

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"doctrine/doctrine-bundle": "^2.14.0",
3737
"doctrine/doctrine-migrations-bundle": "^3.4.1",
3838
"doctrine/orm": "^2.20.2",
39-
"phpdocumentor/reflection-docblock": "^5.6.1",
39+
"phpdocumentor/reflection-docblock": "^5.6.2",
4040
"dukecity/command-scheduler-bundle": "^6.0.4",
4141
"symfony/amqp-messenger": "7.2.*",
4242
"symfony/asset": "7.2.*",
@@ -141,6 +141,7 @@
141141
"PHPUnit\\": "tools/01_phpunit/vendor/phpunit/phpunit/src",
142142
"Symfony\\Bridge\\PhpUnit\\": "tools/01_phpunit/vendor/symfony/phpunit-bridge",
143143
"PHPMD\\": "tools/06_phpmd/vendor/phpmd/phpmd/src/bin",
144+
"Systemsdk\\PhpCPD\\": "tools/10_phpcpd/vendor/systemsdk/phpcpd/src",
144145
"PhpCsFixer\\": "tools/03_ecs/vendor/symplify/easy-coding-standard/vendor/friendsofphp/php-cs-fixer/src",
145146
"PHP_CodeSniffer\\": "tools/03_ecs/vendor/symplify/easy-coding-standard/vendor/squizlabs/php_codesniffer/src",
146147
"Symplify\\CodingStandard\\": "tools/03_ecs/vendor/symplify/easy-coding-standard/vendor/symplify/coding-standard/src",

composer.lock

+65-34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpcpd.phar

-131 KB
Binary file not shown.

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ Notes: Please see more commands in Makefile
265265
* [php-coveralls](https://github.com/php-coveralls/php-coveralls)
266266
* [easy-coding-standard](https://github.com/Symplify/EasyCodingStandard)
267267
* [PhpMetrics](https://github.com/phpmetrics/PhpMetrics)
268-
* [phpcpd](https://github.com/systemsdk/phpcpd)
268+
* [phpcpd](https://packagist.org/packages/systemsdk/phpcpd)
269269
* [phpmd](https://packagist.org/packages/phpmd/phpmd)
270270
* [phpstan](https://packagist.org/packages/phpstan/phpstan)
271271
* [phpinsights](https://packagist.org/packages/nunomaduro/phpinsights)

tools/01_phpunit/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"php": "^8.4.0"
66
},
77
"require-dev": {
8-
"phpunit/phpunit": "12.0.*",
8+
"phpunit/phpunit": "12.1.*",
99
"symfony/browser-kit": "7.2.*",
1010
"symfony/css-selector": "7.2.*",
1111
"symfony/phpunit-bridge": "7.2.*",

tools/01_phpunit/composer.lock

+55-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/02_phpstan/composer.lock

+46-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)