Skip to content

Commit

Permalink
Merge pull request #1940 from ajgarlag/phpcr-odm-2
Browse files Browse the repository at this point in the history
Fix composer.json for doctrine/phpcr-odm:2.0
  • Loading branch information
XWB committed Apr 8, 2024
2 parents b862b50 + e64116c commit 17f4a71
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Expand Up @@ -44,9 +44,9 @@
"doctrine/doctrine-bundle": "^2.1.1",
"doctrine/mongodb-odm": "^2.2",
"doctrine/orm": "^2.8",
"doctrine/phpcr-odm": "^1.5.3 || ^2.0.0-beta2",
"doctrine/phpcr-odm": "^1.5.3 || ^2.0",
"ergebnis/composer-normalize": "^2.28",
"jackalope/jackalope-doctrine-dbal": "^1.2 || ^2.0.0-RC1",
"jackalope/jackalope-doctrine-dbal": "^1.2 || ^2.0",
"jms/serializer": "^3.8",
"jms/serializer-bundle": "^4.0 || ^5.0",
"knplabs/knp-components": "^2.4 || ^3.0 || ^4.0",
Expand All @@ -67,7 +67,6 @@
"enqueue/elastica-bundle": "For populating Elasticsearch indexes asynchronously and using significanly less resources. Uses Enqueue.",
"symfony/messenger": "For populating Elasticsearch indexes asynchronously and using significanly less resources."
},
"minimum-stability": "RC",
"prefer-stable": true,
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 17f4a71

Please sign in to comment.