Closed mjordan closed 8 years ago
You need to set minimum-stability to "dev"in your
composer.json` since it defaults to "stable".
Let me know if you find use cases for the package. It's currently relying mainly on the work of others, but I hope to be able to add more convenience methods over time.
Thanks, works now. My immediate/near-term use case is described here. We are in the middle of a huge migration so don't have any time to do this work but we do intend to incorporate a MARC "fetcher" and parser after the end of April.
Thanks for composerizing this library.
composer require scriptotek/marc dev-master
fails for me with the following error output:Can anyone shed some light on why this is happening? Root cause appears to be that there is no package
ck/file_marc_reference
.