Skip to content

Commit dbb9ace

Browse files
author
DKravtsov
committed
Updated composer dependencies.
1 parent 235d6fc commit dbb9ace

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
@@ -322,7 +322,7 @@ else
322322
endif
323323

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

327327
phpmd: ## Runs php mess detector
328328
@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/apache-pack": "^1.0.1",
4242
"symfony/amqp-messenger": "7.2.*",
@@ -142,6 +142,7 @@
142142
"PHPUnit\\": "tools/01_phpunit/vendor/phpunit/phpunit/src",
143143
"Symfony\\Bridge\\PhpUnit\\": "tools/01_phpunit/vendor/symfony/phpunit-bridge",
144144
"PHPMD\\": "tools/06_phpmd/vendor/phpmd/phpmd/src/bin",
145+
"Systemsdk\\PhpCPD\\": "tools/10_phpcpd/vendor/systemsdk/phpcpd/src",
145146
"PhpCsFixer\\": "tools/03_ecs/vendor/symplify/easy-coding-standard/vendor/friendsofphp/php-cs-fixer/src",
146147
"PHP_CodeSniffer\\": "tools/03_ecs/vendor/symplify/easy-coding-standard/vendor/squizlabs/php_codesniffer/src",
147148
"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
@@ -264,7 +264,7 @@ Notes: Please see more commands in Makefile
264264
* [php-coveralls](https://github.com/php-coveralls/php-coveralls)
265265
* [easy-coding-standard](https://github.com/Symplify/EasyCodingStandard)
266266
* [PhpMetrics](https://github.com/phpmetrics/PhpMetrics)
267-
* [phpcpd](https://github.com/systemsdk/phpcpd)
267+
* [phpcpd](https://packagist.org/packages/systemsdk/phpcpd)
268268
* [phpmd](https://packagist.org/packages/phpmd/phpmd)
269269
* [phpstan](https://packagist.org/packages/phpstan/phpstan)
270270
* [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)