Skip to content

Commit

Permalink
refactor: revert move doctrine/doctrine-bundle deps to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
siganushka committed Oct 19, 2024
1 parent f7e8889 commit 66ef69b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,14 @@
],
"require": {
"php": ">=8.1",
"doctrine/doctrine-bundle": "^2.8",
"siganushka/doctrine-contracts": "dev-main",
"siganushka/generic-bundle": "dev-main",
"symfony/form": "^6.4|^7.0",
"symfony/framework-bundle": "^6.4|^7.0",
"symfony/http-client": "^6.4|^7.0",
"symfony/serializer": "^6.4|^7.0"
},
"require-dev": {
"doctrine/doctrine-bundle": "^2.8"
},
"autoload": {
"psr-4": {
"Siganushka\\RegionBundle\\": "src/"
Expand Down

0 comments on commit 66ef69b

Please sign in to comment.