Skip to content

Commit c650c4a

Browse files
authored
[Composer][Rector] Moved ibexa/rector to "require-dev" section (#46)
For more details see #46
1 parent bbb9b10 commit c650c4a

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
@@ -13,7 +13,6 @@
1313
"ibexa/content-forms": "~5.0.x-dev",
1414
"ibexa/core": "~5.0.x-dev",
1515
"ibexa/graphql": "~5.0.x-dev",
16-
"ibexa/rector": "~5.0.x-dev",
1716
"ibexa/rest": "~5.0.x-dev",
1817
"psr/log": "^3.0",
1918
"symfony/dependency-injection": "^7.3",
@@ -45,9 +44,10 @@
4544
"ibexa/http-cache": "~5.0.x-dev",
4645
"ibexa/notifications": "~5.0.x-dev",
4746
"ibexa/phpstan": "~5.0.0@dev",
47+
"ibexa/rector": "~5.0.x-dev",
4848
"ibexa/search": "~5.0.x-dev",
49-
"ibexa/user": "~5.0.x-dev",
5049
"ibexa/twig-components": "~5.0.x-dev",
50+
"ibexa/user": "~5.0.x-dev",
5151
"phpspec/phpspec": "^7.1",
5252
"phpstan/phpstan": "^2.0",
5353
"phpstan/phpstan-phpunit": "^2.0",

0 commit comments

Comments
 (0)