Skip to content

Commit 0647542

Browse files
#5 Bump "doctrine/doctrine-bundle": "^2.5" according to Symfony versions supported by process-bundle
1 parent 4ac0464 commit 0647542

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ v2.0
55

66
* [#6](https://github.com/cleverage/doctrine-process-bundle/issues/6) Update services according to Symfony best practices. Services should not use autowiring or autoconfiguration. Instead, all services should be defined explicitly.
77
Services must be prefixed with the bundle alias instead of using fully qualified class names => `cleverage_doctrine_process`
8+
* [#5](https://github.com/cleverage/doctrine-process-bundle/issues/5) Bump "doctrine/doctrine-bundle": "^2.5" according to Symfony versions supported by `cleverage/process-bundle`
89

910
### Changes
1011

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"php": ">=8.1",
5353
"cleverage/process-bundle": "dev-prepare-release",
5454
"doctrine/orm": "^2",
55-
"doctrine/doctrine-bundle": "^2"
55+
"doctrine/doctrine-bundle": "^2.5"
5656
},
5757
"require-dev": {
5858
"friendsofphp/php-cs-fixer": "*",

0 commit comments

Comments
 (0)