You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to install oai-pmh2 via composer create-project opencultureconsulting/oai-pmh2 <path>
results in error message Could not find package opencultureconsulting/oai-pmh2 with stability stable.
(I'm aware that this is not a widely used software, but I would appreciate if this would work and some information on how to use it would be given.)
Thx for your work!
The text was updated successfully, but these errors were encountered:
This software is still in development and has no stable release, yet. That's why you get the error message Could not find package opencultureconsulting/oai-pmh2 with stability stable..
However, the package is available on Packagist and can still be installed via Composer, but requires you to set minimum-stability to dev in your composer.json file.
I am currently working on improving the performance for very large data sets and completing documentation. A stable release is expected before the end of the year.
I am currently working on improving the performance for very large data sets and completing documentation. A stable release is expected before the end of the year.
These are great news. I'm looking forward to use it in our environment. Till then, we stick to the "old" script with a reduced set of xml-files.
Hi!
Trying to install oai-pmh2 via
composer create-project opencultureconsulting/oai-pmh2 <path>
results in error message
Could not find package opencultureconsulting/oai-pmh2 with stability stable.
(I'm aware that this is not a widely used software, but I would appreciate if this would work and some information on how to use it would be given.)
Thx for your work!
The text was updated successfully, but these errors were encountered: