Skip to content

Commit 362534a

Browse files
author
DKravtsov
committed
Updated composer dependencies.
1 parent 587a2f5 commit 362534a

File tree

21 files changed

+1845
-266
lines changed

21 files changed

+1845
-266
lines changed

Diff for: .idea/htdocs.iml

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

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ else
392392
endif
393393

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

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

Diff for: composer.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"Elasticsearch"
1515
],
1616
"homepage": "https://github.com/systemsdk/docker-symfony-api",
17-
"version": "v3.4.3",
17+
"version": "v3.4.4",
1818
"license": "MIT",
1919
"authors": [
2020
{
@@ -54,7 +54,7 @@
5454
"matthiasnoback/symfony-console-form": "^6.0",
5555
"nelmio/api-doc-bundle": "^5.0.1",
5656
"nelmio/cors-bundle": "^2.5",
57-
"phpdocumentor/reflection-docblock": "^5.6.1",
57+
"phpdocumentor/reflection-docblock": "^5.6.2",
5858
"ramsey/uuid-doctrine": "^2.1",
5959
"symfony/amqp-messenger": "7.2.*",
6060
"symfony/asset": "7.2.*",
@@ -161,6 +161,7 @@
161161
"DAMA\\DoctrineTestBundle\\": "tools/01_phpunit/vendor/dama/doctrine-test-bundle/src/DAMA/DoctrineTestBundle",
162162
"Symfony\\Bridge\\PhpUnit\\": "tools/01_phpunit/vendor/symfony/phpunit-bridge",
163163
"PHPMD\\": "tools/06_phpmd/vendor/phpmd/phpmd/src/bin",
164+
"Systemsdk\\PhpCPD\\": "tools/10_phpcpd/vendor/systemsdk/phpcpd/src",
164165
"PhpCsFixer\\": "tools/03_ecs/vendor/symplify/easy-coding-standard/vendor/friendsofphp/php-cs-fixer/src",
165166
"PHP_CodeSniffer\\": "tools/03_ecs/vendor/symplify/easy-coding-standard/vendor/squizlabs/php_codesniffer/src",
166167
"Symplify\\CodingStandard\\": "tools/03_ecs/vendor/symplify/easy-coding-standard/vendor/symplify/coding-standard/src",

Diff for: composer.lock

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

Diff for: config/packages/nelmio_api_doc.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ when@dev: &dev
1616
info:
1717
title: Symfony Api
1818
description: This is an symfony api environment example
19-
version: 3.4.3
19+
version: 3.4.4
2020
components:
2121
securitySchemes:
2222
Bearer:

Diff for: phpcpd.phar

-131 KB
Binary file not shown.

Diff for: readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ Notes: Please see more commands in Makefile
325325
* [php-coveralls](https://github.com/php-coveralls/php-coveralls)
326326
* [easy-coding-standard](https://github.com/Symplify/EasyCodingStandard)
327327
* [PhpMetrics](https://github.com/phpmetrics/PhpMetrics)
328-
* [phpcpd](https://github.com/systemsdk/phpcpd)
328+
* [phpcpd](https://packagist.org/packages/systemsdk/phpcpd)
329329
* [phpmd](https://packagist.org/packages/phpmd/phpmd)
330330
* [phpstan](https://packagist.org/packages/phpstan/phpstan)
331331
* [phpinsights](https://packagist.org/packages/nunomaduro/phpinsights)

Diff for: 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
"dama/doctrine-test-bundle": "8.3.*",
1010
"symfony/browser-kit": "7.2.*",
1111
"symfony/css-selector": "7.2.*",

0 commit comments

Comments
 (0)