Skip to content

Commit b77dba1

Browse files
authored
IBX-10228: Bump symfony/* requirement to ^7.3 (#245)
1 parent 79aa3b0 commit b77dba1

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

composer.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@
1515
"ibexa/core": "~5.0.x-dev",
1616
"ibexa/http-cache": "~5.0.x-dev",
1717
"ibexa/rest": "~5.0.x-dev",
18-
"symfony/asset": "^7.2",
19-
"symfony/cache": "^7.2",
20-
"symfony/config": "^7.2",
21-
"symfony/dependency-injection": "^7.2",
22-
"symfony/form": "^7.2",
23-
"symfony/http-kernel": "^7.2",
24-
"symfony/options-resolver": "^7.2",
25-
"symfony/security-core": "^7.2",
18+
"symfony/asset": "^7.3",
19+
"symfony/cache": "^7.3",
20+
"symfony/config": "^7.3",
21+
"symfony/dependency-injection": "^7.3",
22+
"symfony/form": "^7.3",
23+
"symfony/http-kernel": "^7.3",
24+
"symfony/options-resolver": "^7.3",
25+
"symfony/security-core": "^7.3",
2626
"symfony/templating": "^6.4",
27-
"symfony/translation": "^7.2",
27+
"symfony/translation": "^7.3",
2828
"symfony/translation-contracts": "^3.0",
29-
"symfony/validator": "^7.2",
30-
"symfony/yaml": "^7.2",
29+
"symfony/validator": "^7.3",
30+
"symfony/yaml": "^7.3",
3131
"twig/twig": "^3.0"
3232
},
3333
"require-dev": {
@@ -49,8 +49,8 @@
4949
"phpstan/phpstan-phpunit": "^2.0",
5050
"phpstan/phpstan-symfony": "^2.0",
5151
"phpunit/phpunit": "^9.5",
52-
"symfony/finder": "^7.2",
53-
"symfony/notifier": "^7.2"
52+
"symfony/finder": "^7.3",
53+
"symfony/notifier": "^7.3"
5454
},
5555
"autoload": {
5656
"psr-4": {

0 commit comments

Comments
 (0)