Skip to content

Commit 81ce617

Browse files
authored
IBX-10228: Bumped symfony/* to ^7.3 (#184)
1 parent 04d818f commit 81ce617

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

composer.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@
3333
"ibexa/polyfill-php82": "^1.0",
3434
"ibexa/templated-uri-bundle": "^4.0",
3535
"lexik/jwt-authentication-bundle": "^2.8",
36-
"symfony/config": "^7.2",
37-
"symfony/dependency-injection": "^7.2",
38-
"symfony/event-dispatcher": "^7.2",
39-
"symfony/expression-language": "^7.2",
40-
"symfony/form": "^7.2",
41-
"symfony/http-foundation": "^7.2",
42-
"symfony/http-kernel": "^7.2",
43-
"symfony/routing": "^7.2",
44-
"symfony/security-bundle": "^7.2",
45-
"symfony/security-csrf": "^7.2",
46-
"symfony/yaml": "^7.2",
36+
"symfony/config": "^7.3",
37+
"symfony/dependency-injection": "^7.3",
38+
"symfony/event-dispatcher": "^7.3",
39+
"symfony/expression-language": "^7.3",
40+
"symfony/form": "^7.3",
41+
"symfony/http-foundation": "^7.3",
42+
"symfony/http-kernel": "^7.3",
43+
"symfony/routing": "^7.3",
44+
"symfony/security-bundle": "^7.3",
45+
"symfony/security-csrf": "^7.3",
46+
"symfony/yaml": "^7.3",
4747
"twig/twig": "^3.0",
4848
"webmozart/assert": "^1.11"
4949
},
@@ -60,8 +60,8 @@
6060
"phpstan/phpstan-symfony": "^2.0",
6161
"phpstan/phpstan-webmozart-assert": "^2.0",
6262
"phpunit/phpunit": "^9.6",
63-
"symfony/browser-kit": "^7.2",
64-
"symfony/http-client": "^7.2"
63+
"symfony/browser-kit": "^7.3",
64+
"symfony/http-client": "^7.3"
6565
},
6666
"config": {
6767
"allow-plugins": {

0 commit comments

Comments
 (0)