Skip to content

Commit 43fb3f6

Browse files
authored
IBX-10228: Bumped symfony/* to ^7.3 (#15)
1 parent 6b2cebc commit 43fb3f6

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
@@ -8,12 +8,12 @@
88
"require": {
99
"php": ">=8.3",
1010
"ibexa/core": "~5.0.x-dev",
11-
"symfony/config": "^7.2",
12-
"symfony/dependency-injection": "^7.2",
13-
"symfony/event-dispatcher": "^7.2",
14-
"symfony/http-foundation": "^7.2",
15-
"symfony/http-kernel": "^7.2",
16-
"symfony/yaml": "^7.2"
11+
"symfony/config": "^7.3",
12+
"symfony/dependency-injection": "^7.3",
13+
"symfony/event-dispatcher": "^7.3",
14+
"symfony/http-foundation": "^7.3",
15+
"symfony/http-kernel": "^7.3",
16+
"symfony/yaml": "^7.3"
1717
},
1818
"require-dev": {
1919
"ibexa/behat": "~5.0.x-dev",

0 commit comments

Comments
 (0)