Skip to content

Commit bf376fc

Browse files
authored
chore: move dependency to dev requirements (#6634)
1 parent 80fc2d2 commit bf376fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Doctrine/Orm/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
"api-platform/doctrine-common": "^3.4 || ^4.0",
2828
"api-platform/metadata": "^3.4 || ^4.0",
2929
"api-platform/state": "^3.4 || ^4.0",
30-
"doctrine/doctrine-bundle": "^2.11",
3130
"doctrine/orm": "^2.17 || ^3.0",
3231
"symfony/property-info": "^6.4 || ^7.0"
3332
},
3433
"require-dev": {
34+
"doctrine/doctrine-bundle": "^2.11",
3535
"phpspec/prophecy-phpunit": "^2.2",
3636
"phpunit/phpunit": "^11.2",
3737
"ramsey/uuid": "^4.0",

0 commit comments

Comments
 (0)