Skip to content

Commit c8856d6

Browse files
committed
Bumped Symfony packages requirements to ^6.4
1 parent d6ce72f commit c8856d6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"php": " >=8.3",
1010
"ibexa/core": "~5.0.x-dev",
1111
"ibexa/doctrine-schema": "~5.0.x-dev",
12-
"symfony/config": "^5.4",
13-
"symfony/dependency-injection": "^5.4",
14-
"symfony/event-dispatcher": "^5.4",
15-
"symfony/http-foundation": "^5.4",
16-
"symfony/http-kernel": "^5.4",
17-
"symfony/yaml": "^5.4"
12+
"symfony/config": "^6.4",
13+
"symfony/dependency-injection": "^6.4",
14+
"symfony/event-dispatcher": "^6.4",
15+
"symfony/http-foundation": "^6.4",
16+
"symfony/http-kernel": "^6.4",
17+
"symfony/yaml": "^6.4"
1818
},
1919
"require-dev": {
2020
"dama/doctrine-test-bundle": "^6.7",
@@ -23,7 +23,7 @@
2323
"phpstan/phpstan": "^1.4",
2424
"phpstan/phpstan-phpunit": "^1.0",
2525
"phpunit/phpunit": "^9.0",
26-
"symfony/phpunit-bridge": "^5.4"
26+
"symfony/phpunit-bridge": "^6.4"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)