Skip to content

Commit dde7fdf

Browse files
authored
IBX-10228: Bump symfony/* requirement to ^7.3 (#19)
1 parent bb109d4 commit dde7fdf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"php": ">=8.3",
1212
"ibexa/core": "~5.0.x-dev",
1313
"knplabs/knp-menu": "^3.8",
14-
"symfony/config": "^7.2",
15-
"symfony/dependency-injection": "^7.2",
16-
"symfony/event-dispatcher": "^7.2",
14+
"symfony/config": "^7.3",
15+
"symfony/dependency-injection": "^7.3",
16+
"symfony/event-dispatcher": "^7.3",
1717
"symfony/event-dispatcher-contracts": "^2.2",
18-
"symfony/http-foundation": "^7.2",
19-
"symfony/http-kernel": "^7.2",
20-
"symfony/yaml": "^7.2"
18+
"symfony/http-foundation": "^7.3",
19+
"symfony/http-kernel": "^7.3",
20+
"symfony/yaml": "^7.3"
2121
},
2222
"require-dev": {
2323
"ibexa/behat": "~5.0.x-dev",

0 commit comments

Comments
 (0)