slub / slub_digitalcollections

Templates, Styles and Configuration for Kitodo.Presentation based Digital Collections by SLUB Dresden
GNU General Public License v3.0
7 stars 14 forks source link

Installing via packagist.org gets us only presentation v4.1 #86

Closed csidirop closed 4 days ago

csidirop commented 2 months ago

As the restrain to allow presentation versions till v5.x came in May after the the current v3.1.0 release from April this year, other packages requiring the slub_digitalcollections together with the newest presentation version (as your DFG-Viewer) cannot be installed via composer:

Problem 1
  - Root composer.json requires slub/dfgviewer ^6.1 -> satisfiable by slub/dfgviewer[v6.1.0].
  - slub/dfgviewer v6.1.0 requires slub/slub-digitalcollections ^3.0|dev-master -> satisfiable by slub/slub-digitalcollections[v3.0.0, v3.0.1, v3.1.0].
  - slub/slub-digitalcollections v3.1.0 requires kitodo/presentation ^4.1|dev-master -> satisfiable by kitodo/presentation[v4.1.0].
  - slub/slub-digitalcollections[v3.0.0, ..., v3.0.1] require kitodo/presentation ^4.0|dev-master -> satisfiable by kitodo/presentation[v4.0.0, v4.0.1, v4.1.0].
  - You can only install one version of a package, so only one of these can be installed: kitodo/presentation[v4.0.0, v4.0.1, v4.1.0, v5.0.0, v5.0.1].
  - slub/dfgviewer v6.1.0 requires kitodo/presentation ^5.0|dev-master -> satisfiable by kitodo/presentation[v5.0.0, v5.0.1].
  - Conclusion: don't install kitodo/presentation v5.0.1 (conflict analysis result)

I would suggest to release a new minor version (like 3.2.0) or a major version if you think that fits better.

As reference the packagist.org repo: https://packagist.org/packages/slub/slub-digitalcollections#v3.1.0

csidirop commented 1 month ago

push

beatrycze-volk commented 5 days ago

The versions were updated. It should be possible to install the DFG Viewer without version conflicts.

@csidirop can you confirm it?

csidirop commented 4 days ago

Looks good! Thank you