diff --git a/CHANGELOG.md b/CHANGELOG.md index a3da8f1..b6616d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ Version 2 2.5.1 ----- + * Add supported range of jackalope packages to composer.json * Fix dependencies: phpcr-odm 2.0 has BC breaks not supported by this legacy version of the bundle. To use phpcr-odm `2.*`, please use version 3 of this bundle. diff --git a/composer.json b/composer.json index 79a6231..085b4fa 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,9 @@ "conflict": { "doctrine/annotations": "< 1.7.0", "doctrine/phpcr-odm": "< 1.5.2 || >= 2.0", - "jackalope/jackalope": "< 1.3.1", + "jackalope/jackalope": "< 1.3.1 || >= 2.0.0", + "jackalope/jackalope-doctrine-dbal": "< 1.3.0 || >= 2.0.0", + "jackalope/jackalope-jackrabbit": "< 1.3.0 || >= 2.0.0", "phpcr/phpcr-shell": "< 1.0.0-beta1", "symfony/dependency-injection": "4.0.0", "twig/twig": "< 1.42.3"