Skip to content

Commit 6e40b11

Browse files
alongoszadamwojs
authored andcommitted
[Composer] Moved ibexa/rector to require-dev section
1 parent 46f2892 commit 6e40b11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"php": " >=8.3",
2525
"cron/cron": "^1.4",
2626
"ibexa/core": "~5.0.x-dev",
27-
"ibexa/rector": "~5.0.x-dev",
2827
"symfony/config": "^6.4",
2928
"symfony/console": "^6.4",
3029
"symfony/dependency-injection": "^6.4",
@@ -33,7 +32,8 @@
3332
},
3433
"require-dev": {
3534
"ibexa/code-style": "~2.0.0",
36-
"ibexa/doctrine-schema": "~5.0.x-dev"
35+
"ibexa/doctrine-schema": "~5.0.x-dev",
36+
"ibexa/rector": "~5.0.x-dev"
3737
},
3838
"scripts": {
3939
"check-cs": "@fix-cs --dry-run",

0 commit comments

Comments
 (0)