Skip to content

Commit

Permalink
Allow for gedmo/doctrine-extensions ^3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Jan 21, 2021
1 parent 447e865 commit 15696e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"friendsofphp/proxy-manager-lts": "^1.0",
"friendsofsymfony/oauth-server-bundle": "^1.6 || >2.0.0-alpha.0 ^2.0@dev",
"friendsofsymfony/rest-bundle": "^3.0",
"gedmo/doctrine-extensions": "^2.4.12",
"gedmo/doctrine-extensions": "^2.4.12 || ^3.0",
"jms/serializer-bundle": "^3.5",
"knplabs/gaufrette": "^0.8",
"knplabs/knp-gaufrette-bundle": "^0.7",
Expand Down
6 changes: 3 additions & 3 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,6 @@
"doctrine/persistence": {
"version": "1.3.8"
},
"doctrine/reflection": {
"version": "1.2.1"
},
"doctrine/sql-formatter": {
"version": "1.1.1"
},
Expand Down Expand Up @@ -200,6 +197,9 @@
".php_cs.dist"
]
},
"friendsofphp/proxy-manager-lts": {
"version": "v1.0.2"
},
"friendsofsymfony/oauth-server-bundle": {
"version": "1.6.2"
},
Expand Down

0 comments on commit 15696e3

Please sign in to comment.