Skip to content

Commit dda310f

Browse files
authored
IBX-10228: Bumped symfony/* to ^7.3 (#91)
1 parent bfba0f7 commit dda310f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
"ibexa/rest": "~5.0.x-dev",
2424
"lexik/jwt-authentication-bundle": "^2.8",
2525
"overblog/graphql-bundle": "^1.6.0",
26-
"symfony/config": "^7.2",
27-
"symfony/console": "^7.2",
28-
"symfony/dependency-injection": "^7.2",
29-
"symfony/filesystem": "^7.2",
30-
"symfony/http-foundation": "^7.2",
31-
"symfony/http-kernel": "^7.2",
32-
"symfony/serializer": "^7.2",
33-
"symfony/yaml": "^7.2"
26+
"symfony/config": "^7.3",
27+
"symfony/console": "^7.3",
28+
"symfony/dependency-injection": "^7.3",
29+
"symfony/filesystem": "^7.3",
30+
"symfony/http-foundation": "^7.3",
31+
"symfony/http-kernel": "^7.3",
32+
"symfony/serializer": "^7.3",
33+
"symfony/yaml": "^7.3"
3434
},
3535
"require-dev": {
3636
"ibexa/code-style": "~2.0.0",

0 commit comments

Comments
 (0)