Skip to content

Commit 8ba9e4e

Browse files
author
DKravtsov
committed
Added tests, updated composer dependencies, refactoring.
1 parent 182ba12 commit 8ba9e4e

File tree

70 files changed

+1754
-1355
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+1754
-1355
lines changed

composer.json

+5-9
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": "v1.4.1",
17+
"version": "v1.4.2",
1818
"license": "MIT",
1919
"authors": [
2020
{
@@ -46,12 +46,12 @@
4646
"doctrine/orm": "^2.14",
4747
"dukecity/command-scheduler-bundle": "^5.0",
4848
"elasticsearch/elasticsearch": "^7.17",
49-
"gedmo/doctrine-extensions": "^3.10",
50-
"lexik/jwt-authentication-bundle": "^2.16",
49+
"gedmo/doctrine-extensions": "^3.11",
50+
"lexik/jwt-authentication-bundle": "^2.17",
5151
"mark-gerarts/automapper-plus-bundle": "^1.4",
5252
"matomo/device-detector": "^6.0",
5353
"matthiasnoback/symfony-console-form": "^5.3",
54-
"nelmio/api-doc-bundle": "^4.10",
54+
"nelmio/api-doc-bundle": "^4.11",
5555
"nelmio/cors-bundle": "^2.2",
5656
"phpdocumentor/reflection-docblock": "^5.3",
5757
"ramsey/uuid-doctrine": "^2.0",
@@ -158,11 +158,7 @@
158158
"PHPStan\\Symfony\\": "tools/02_phpstan/vendor/phpstan/phpstan-symfony/src/Symfony",
159159
"PHPStan\\Type\\PHPUnit\\": "tools/02_phpstan/vendor/phpstan/phpstan-phpunit/src/Type/PHPUnit",
160160
"PHPStan\\Type\\Symfony\\": "tools/02_phpstan/vendor/phpstan/phpstan-symfony/src/Type/Symfony",
161-
"Rector\\Core\\": "tools/08_rector/vendor/rector/rector/src",
162-
"Rector\\Php74\\": "tools/08_rector/vendor/rector/rector/rules/Php74",
163-
"Rector\\Php80\\": "tools/08_rector/vendor/rector/rector/rules/Php80",
164-
"Rector\\Php81\\": "tools/08_rector/vendor/rector/rector/rules/Php81",
165-
"Rector\\Set\\": "tools/08_rector/vendor/rector/rector/packages/Set"
161+
"Rector\\": "tools/08_rector/vendor/rector"
166162
}
167163
},
168164
"prefer-stable": true,

0 commit comments

Comments
 (0)