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 2bd26eb commit 241fd22Copy full SHA for 241fd22
composer.json
@@ -23,7 +23,7 @@
23
"require": {
24
"php": " >=8.3",
25
"cron/cron": "^1.4",
26
- "ibexa/core": "~5.0.x-dev",
+ "ibexa/core": "dev-ibx-8471-symfony-7 as 5.0.x-dev",
27
"symfony/config": "^7.2",
28
"symfony/console": "^7.2",
29
"symfony/dependency-injection": "^7.2",
@@ -32,8 +32,8 @@
32
},
33
"require-dev": {
34
"ibexa/code-style": "~2.0.0",
35
- "ibexa/doctrine-schema": "~5.0.x-dev",
36
- "ibexa/rector": "~5.0.x-dev"
+ "ibexa/doctrine-schema": "dev-ibx-8471-symfony-7 as 5.0.x-dev",
+ "ibexa/rector": "dev-ibx-8471-symfony-7 as 5.0.x-dev"
37
38
"scripts": {
39
"check-cs": "@fix-cs --dry-run",
0 commit comments