We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a5902 commit e3a3d6eCopy full SHA for e3a3d6e
composer.json
@@ -10,13 +10,13 @@
10
"require": {
11
"php": ">=8.3",
12
"ibexa/core": "~5.0.x-dev",
13
- "symfony/config": "^6.4",
14
- "symfony/dependency-injection": "^6.4",
15
- "symfony/event-dispatcher": "^6.4",
+ "symfony/config": "^7.2",
+ "symfony/dependency-injection": "^7.2",
+ "symfony/event-dispatcher": "^7.2",
16
"symfony/event-dispatcher-contracts": "^2.2",
17
- "symfony/http-foundation": "^6.4",
18
- "symfony/http-kernel": "^6.4",
19
- "symfony/yaml": "^6.4"
+ "symfony/http-foundation": "^7.2",
+ "symfony/http-kernel": "^7.2",
+ "symfony/yaml": "^7.2"
20
},
21
"require-dev": {
22
"ibexa/behat": "~5.0.x-dev",
0 commit comments