Skip to content

Commit e3a3d6e

Browse files
authored
IBX-8471: Upgraded codebase to Symfony 7 (#7)
* [Composer] Bumped Symfony packages requirements to ^7.2
1 parent 28a5902 commit e3a3d6e

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
@@ -10,13 +10,13 @@
1010
"require": {
1111
"php": ">=8.3",
1212
"ibexa/core": "~5.0.x-dev",
13-
"symfony/config": "^6.4",
14-
"symfony/dependency-injection": "^6.4",
15-
"symfony/event-dispatcher": "^6.4",
13+
"symfony/config": "^7.2",
14+
"symfony/dependency-injection": "^7.2",
15+
"symfony/event-dispatcher": "^7.2",
1616
"symfony/event-dispatcher-contracts": "^2.2",
17-
"symfony/http-foundation": "^6.4",
18-
"symfony/http-kernel": "^6.4",
19-
"symfony/yaml": "^6.4"
17+
"symfony/http-foundation": "^7.2",
18+
"symfony/http-kernel": "^7.2",
19+
"symfony/yaml": "^7.2"
2020
},
2121
"require-dev": {
2222
"ibexa/behat": "~5.0.x-dev",

0 commit comments

Comments
 (0)