Skip to content

Commit e64116c

Browse files
committed
Fix composer.json for doctrine/phpcr-odm:2.0
1 parent b862b50 commit e64116c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
"doctrine/doctrine-bundle": "^2.1.1",
4545
"doctrine/mongodb-odm": "^2.2",
4646
"doctrine/orm": "^2.8",
47-
"doctrine/phpcr-odm": "^1.5.3 || ^2.0.0-beta2",
47+
"doctrine/phpcr-odm": "^1.5.3 || ^2.0",
4848
"ergebnis/composer-normalize": "^2.28",
49-
"jackalope/jackalope-doctrine-dbal": "^1.2 || ^2.0.0-RC1",
49+
"jackalope/jackalope-doctrine-dbal": "^1.2 || ^2.0",
5050
"jms/serializer": "^3.8",
5151
"jms/serializer-bundle": "^4.0 || ^5.0",
5252
"knplabs/knp-components": "^2.4 || ^3.0 || ^4.0",
@@ -67,7 +67,6 @@
6767
"enqueue/elastica-bundle": "For populating Elasticsearch indexes asynchronously and using significanly less resources. Uses Enqueue.",
6868
"symfony/messenger": "For populating Elasticsearch indexes asynchronously and using significanly less resources."
6969
},
70-
"minimum-stability": "RC",
7170
"prefer-stable": true,
7271
"autoload": {
7372
"psr-4": {

0 commit comments

Comments
 (0)