Skip to content

Commit

Permalink
api: pin gedmo/doctrine-extensions to v3.11.1
Browse files Browse the repository at this point in the history
There seems to be a problem with the @gedmo\Timestampable annotation
when creating a Category for the ColumnLayout that needs to be created with it.

Issue: ecamp#3662
  • Loading branch information
BacLuc committed Aug 5, 2023
1 parent 5585942 commit b7cc6af
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 31 deletions.
1 change: 1 addition & 0 deletions api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"doctrine/doctrine-migrations-bundle": "3.2.4",
"doctrine/orm": "2.15.4",
"exercise/htmlpurifier-bundle": "4.1.2",
"gedmo/doctrine-extensions": "v3.11.1",
"google/recaptcha": "1.3.0",
"guzzlehttp/guzzle": "7.7.0",
"knpuniversity/oauth2-client-bundle": "2.15.0",
Expand Down
43 changes: 13 additions & 30 deletions api/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
},
{
"matchPackageNames": [
"php"
"php",
"gedmo/doctrine-extensions"
],
"automerge": false
},
Expand Down

0 comments on commit b7cc6af

Please sign in to comment.