Skip to content

Commit

Permalink
set minimum version of doctrine/doctrine-bundle to 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bendavies committed Jun 15, 2023
1 parent 4151f8f commit 2a02152
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Autocomplete/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"symfony/string": "^5.4|^6.0"
},
"require-dev": {
"doctrine/doctrine-bundle": "^2.4",
"doctrine/doctrine-bundle": "^2.4.3",
"doctrine/orm": "^2.9",
"fakerphp/faker": "^1.22",
"mtdowling/jmespath.php": "^2.6",
Expand Down
2 changes: 1 addition & 1 deletion src/LiveComponent/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"require-dev": {
"doctrine/annotations": "^1.0",
"doctrine/doctrine-bundle": "^2.0",
"doctrine/doctrine-bundle": "^2.4.3",
"doctrine/orm": "^2.7",
"doctrine/persistence": "^2.5.2|^3.0",
"phpdocumentor/reflection-docblock": "5.x-dev",
Expand Down

0 comments on commit 2a02152

Please sign in to comment.