Skip to content

Commit 7284701

Browse files
authored
IBX-10228: Bump symfony/* requirement to ^7.3 (#41)
IBX-10228: Bumped symfony/* to ^7.3
1 parent 6e32021 commit 7284701

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"require": {
1010
"php": ">=8.3",
1111
"rector/rector": "^2.0",
12-
"symfony/console": "^7.2",
13-
"symfony/finder": "^7.2",
14-
"symfony/filesystem": "^7.2"
12+
"symfony/console": "^7.3",
13+
"symfony/finder": "^7.3",
14+
"symfony/filesystem": "^7.3"
1515
},
1616
"require-dev": {
1717
"ibexa/code-style": "~2.0.0",

0 commit comments

Comments
 (0)