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