Skip to content

Commit afc0333

Browse files
committed
AC-9499::Update Symfony dependency packages to the latest LTS versions 6.4
1 parent b8d908f commit afc0333

File tree

2 files changed

+101
-239
lines changed

2 files changed

+101
-239
lines changed

composer.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,18 @@
3232
"nikic/php-parser": "^4.4",
3333
"php-webdriver/webdriver": "^1.14.0",
3434
"spomky-labs/otphp": "^10.0",
35-
"symfony/console": "^4.4||^5.4",
36-
"symfony/string": "^5.4||^6.3",
37-
"symfony/dotenv": "^5.3||^6.3",
38-
"symfony/finder": "^5.0||^6.3",
39-
"symfony/http-foundation": "^5.0||^6.3",
40-
"symfony/mime": "^5.0||^6.3",
41-
"symfony/process": "<=5.4.23",
35+
"symfony/console": "^6.3",
36+
"symfony/string": "^6.3",
37+
"symfony/dotenv": "^6.3",
38+
"symfony/finder": "^6.3",
39+
"symfony/http-foundation": "^6.3",
40+
"symfony/mime": "^6.3",
41+
"symfony/process": "^6.3",
4242
"weew/helpers-array": "^1.3",
4343
"doctrine/annotations": "^2.0"
4444
},
4545
"require-dev": {
46-
"brainmaestro/composer-git-hooks": "^2.3.1",
47-
"codacy/coverage": "^1.4",
46+
"brainmaestro/composer-git-hooks": "^v3.0.0-alpha.1",
4847
"php-coveralls/php-coveralls": "^1.0||^2.2",
4948
"phpmd/phpmd": "^2.8.0",
5049
"phpunit/phpunit": "<=9.5.20",

0 commit comments

Comments
 (0)