Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.idea/php.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Makefile

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 1 deletion
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

Lines changed: 65 additions & 34 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 55 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎tools/02_phpstan/composer.lock

Lines changed: 46 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /