scriptotek / php-marc

Simple interface for working with MARC records using the File_MARC package
MIT License
51 stars 11 forks source link

Versioning conflict when installing via composer #7

Closed mistcat closed 7 years ago

mistcat commented 7 years ago

I'm working on a project to convert MARC records into schema.org mappings and was excited to find your library! I installed file_marc via composer and then tried to install php-marc. However I got this somewhat cryptic error upon install. (I have file_MARC 1.1.5 installed)

`composer require scriptotek/marc Using version dev-master for scriptotek/marc ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1

Installation failed, reverting ./composer.json to its original content.`

Any ideas on where I might start debugging this or hints for what I could adjust?

Thanks! nate

danmichaelo commented 7 years ago

If you don't need pre-releases of any specific library, it's best to leave minimum-stability to its default value (stable) (like so :D), but it should also work with master-dev. It's hard to tell without knowing how the other dependencies are specified, would you mind posting the whole composer.json file?

danmichaelo commented 7 years ago

No response, closing the issue.