Skip to content

Commit

Permalink
Add supported range of jackalope packages to composer.json (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz authored Jul 3, 2024
1 parent 3a52605 commit 89fac6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 89fac6f

Please sign in to comment.