Skip to content

Commit 6f7f871

Browse files
author
DKravtsov
committed
updated packages
1 parent 68b81fa commit 6f7f871

File tree

11 files changed

+1322
-1147
lines changed

11 files changed

+1322
-1147
lines changed

composer.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,9 @@
3232
"ext-pdo": "*",
3333
"ext-pdo_mysql": "*",
3434
"doctrine/annotations": "^1.13",
35-
"doctrine/doctrine-bundle": "^2.4",
36-
"doctrine/doctrine-migrations-bundle": "^3.1",
35+
"doctrine/doctrine-bundle": "^2.5",
36+
"doctrine/doctrine-migrations-bundle": "^3.2",
3737
"doctrine/orm": "^2.10",
38-
"doctrine/dbal": "2.*",
3938
"dukecity/command-scheduler-bundle": "^4.0",
4039
"sensio/framework-extra-bundle": "^6.2",
4140
"symfony/apache-pack": "^1.0",
@@ -79,11 +78,11 @@
7978
"bamarni/composer-bin-plugin": "^1.4",
8079
"doctrine/doctrine-fixtures-bundle": "^3.4",
8180
"systemsdk/easy-log-bundle": "1.10.*",
82-
"ergebnis/composer-normalize": "^2.15",
81+
"ergebnis/composer-normalize": "^2.16",
8382
"roave/security-advisories": "dev-latest",
8483
"symfony/browser-kit": "5.3.*",
8584
"symfony/debug-bundle": "5.3.*",
86-
"symfony/maker-bundle": "^1.34",
85+
"symfony/maker-bundle": "^1.36",
8786
"symfony/requirements-checker": "^2.0",
8887
"symfony/stopwatch": "5.3.*",
8988
"symfony/var-dumper": "5.3.*",

composer.lock

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

tools/01_phpunit/composer.lock

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

tools/02_phpstan/composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"description": "",
44
"require": {},
55
"require-dev": {
6-
"phpstan/phpstan": "0.12.*",
7-
"phpstan/phpstan-phpunit": "0.12.*",
8-
"phpstan/phpstan-symfony": "0.12.*",
6+
"phpstan/phpstan": "1.2.*",
7+
"phpstan/phpstan-phpunit": "1.0.*",
8+
"phpstan/phpstan-symfony": "1.0.*",
99
"roave/security-advisories": "dev-latest"
1010
},
1111
"config": {

tools/02_phpstan/composer.lock

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

tools/03_ecs/composer.lock

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

tools/04_php-coveralls/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "",
44
"require": {},
55
"require-dev": {
6-
"php-coveralls/php-coveralls": "2.4.*",
6+
"php-coveralls/php-coveralls": "2.5.*",
77
"roave/security-advisories": "dev-latest"
88
},
99
"config": {

0 commit comments

Comments
 (0)