Skip to content

Commit a8921e2

Browse files
authored
IBX-10228: Bump symfony/* requirement to ^7.3 (#37)
1 parent 7b51145 commit a8921e2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
"require": {
2020
"php": " >=8.3",
2121
"ibexa/core": "~5.0.x-dev",
22-
"symfony/asset": "^7.2",
23-
"symfony/config": "^7.2",
24-
"symfony/dependency-injection": "^7.2",
25-
"symfony/filesystem": "^7.2",
26-
"symfony/finder": "^7.2",
27-
"symfony/http-foundation": "^7.2",
28-
"symfony/http-kernel": "^7.2",
22+
"symfony/asset": "^7.3",
23+
"symfony/config": "^7.3",
24+
"symfony/dependency-injection": "^7.3",
25+
"symfony/filesystem": "^7.3",
26+
"symfony/finder": "^7.3",
27+
"symfony/http-foundation": "^7.3",
28+
"symfony/http-kernel": "^7.3",
2929
"symfony/templating": "^6.4",
3030
"twig/twig": "^3.0"
3131
},

0 commit comments

Comments
 (0)