Skip to content

Commit 338d40e

Browse files
authored
IBX-10228: Bumped symfony/* to ^7.3 (#112)
1 parent cfff315 commit 338d40e

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

composer.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@
2626
"ibexa/core": "~5.0.x-dev",
2727
"ibexa/notifications": "~5.0.x-dev",
2828
"jms/translation-bundle": "^2.4",
29-
"symfony/config": "^7.2",
30-
"symfony/dependency-injection": "^7.2",
31-
"symfony/event-dispatcher": "^7.2",
32-
"symfony/form": "^7.2",
33-
"symfony/http-foundation": "^7.2",
34-
"symfony/http-kernel": "^7.2",
35-
"symfony/intl": "^7.2",
36-
"symfony/options-resolver": "^7.2",
37-
"symfony/routing": "^7.2",
38-
"symfony/security-core": "^7.2",
39-
"symfony/security-http": "^7.2",
40-
"symfony/translation": "^7.2",
41-
"symfony/validator": "^7.2",
29+
"symfony/config": "^7.3",
30+
"symfony/dependency-injection": "^7.3",
31+
"symfony/event-dispatcher": "^7.3",
32+
"symfony/form": "^7.3",
33+
"symfony/http-foundation": "^7.3",
34+
"symfony/http-kernel": "^7.3",
35+
"symfony/intl": "^7.3",
36+
"symfony/options-resolver": "^7.3",
37+
"symfony/routing": "^7.3",
38+
"symfony/security-core": "^7.3",
39+
"symfony/security-http": "^7.3",
40+
"symfony/translation": "^7.3",
41+
"symfony/validator": "^7.3",
4242
"twig/twig": "^3.0"
4343
},
4444
"require-dev": {
@@ -55,7 +55,7 @@
5555
"phpstan/phpstan-phpunit": "^2.0",
5656
"phpstan/phpstan-symfony": "^2.0",
5757
"phpunit/phpunit": "^9.6",
58-
"symfony/phpunit-bridge": "^7.2"
58+
"symfony/phpunit-bridge": "^7.3"
5959
},
6060
"scripts": {
6161
"fix-cs": "php-cs-fixer fix --config=.php-cs-fixer.php -v --show-progress=dots",

0 commit comments

Comments
 (0)