Skip to content

Commit 5f0aba6

Browse files
committed
Update symfony to version 6
1 parent 336826c commit 5f0aba6

File tree

2 files changed

+664
-698
lines changed

2 files changed

+664
-698
lines changed

composer.json

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,21 @@
3535
"ext-iconv": "*",
3636
"czproject/git-php": "^4.0",
3737
"doctrine/annotations": "^1.13",
38-
"symfony/config": "^5.4",
39-
"symfony/console": "^5.4",
40-
"symfony/dotenv": "^5.4",
41-
"symfony/filesystem": "^5.4",
38+
"symfony/config": "^6.0",
39+
"symfony/console": "^6.0",
40+
"symfony/dotenv": "^6.0",
41+
"symfony/filesystem": "^6.0",
4242
"symfony/flex": "^v1.17.0",
43-
"symfony/framework-bundle": "^5.4",
44-
"symfony/http-client": "^5.4",
45-
"symfony/mailer": "^5.4",
43+
"symfony/framework-bundle": "^6.0",
44+
"symfony/http-client": "^6.0",
45+
"symfony/mailer": "^6.0",
4646
"symfony/monolog-bundle": "^3.7",
47-
"symfony/process": "^5.4",
48-
"symfony/property-access": "^5.4",
49-
"symfony/runtime": "^5.4",
50-
"symfony/serializer": "^5.4",
51-
"symfony/twig-bundle": "^5.4",
52-
"symfony/yaml": "^5.4",
47+
"symfony/process": "^6.0",
48+
"symfony/property-access": "^6.0",
49+
"symfony/runtime": "^6.0",
50+
"symfony/serializer": "^6.0",
51+
"symfony/twig-bundle": "^6.0",
52+
"symfony/yaml": "^6.0",
5353
"tijsverkoyen/css-to-inline-styles": "^2.2",
5454
"twig/twig": "^2.12|^3.0"
5555
},
@@ -60,6 +60,7 @@
6060
"mikey179/vfsstream": "^1.6",
6161
"php-parallel-lint/php-parallel-lint": "^1.3",
6262
"phpmd/phpmd": "^2.10",
63+
"pdepend/pdepend": "dev-master as 2.10.2",
6364
"phpstan/extension-installer": "^1.1",
6465
"phpstan/phpstan": "0.12.*",
6566
"phpstan/phpstan-phpunit": "0.12.*",
@@ -68,7 +69,7 @@
6869
"roave/security-advisories": "dev-latest",
6970
"slevomat/coding-standard": "^7.0",
7071
"squizlabs/php_codesniffer": "^3.6",
71-
"symfony/phpunit-bridge": "^5.4",
72+
"symfony/phpunit-bridge": "^6.0",
7273
"symfony/polyfill-php80": "^1.23",
7374
"yep/reflection": "^2.1"
7475
},
@@ -110,7 +111,7 @@
110111
"extra": {
111112
"symfony": {
112113
"allow-contrib": true,
113-
"require": "5.4.*"
114+
"require": "6.0.*"
114115
}
115116
}
116117
}

0 commit comments

Comments
 (0)