Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Composer install requires dev minimum-stability. #1

Open
VIF-AndrewRutazamba opened this issue Apr 7, 2016 · 1 comment
Open

Composer install requires dev minimum-stability. #1

VIF-AndrewRutazamba opened this issue Apr 7, 2016 · 1 comment

Comments

@VIF-AndrewRutazamba
Copy link

I tried to get the package as describe here, using composer require bgsu-lits/learning-tools and I got

[InvalidArgumentException]
Could not find package bgsu-lits/learning-tools at any version for your minimum-stability (stable). Check the package spelling or your minimum-stability

Then I tried to get it using composer require bgsu-lits/learning-tools:dev-master and this I got

Your requirements could not be resolved to an installable set of packages.

Problem 1
- Installation request for bgsu-lits/learning-tools dev-master -> satisfiable by bgsu-lits/learning-tools[dev-master].
- bgsu-lits/learning-tools dev-master requires baglerit/oauthsimple dev-master -> satisfiable by baglerit/oauthsimple[dev-master] but these conflict with your requirements or minimum-stability

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

Can you please check that the package can be pulled using composer as I want to add this on my Laravel project.

@kloor
Copy link
Member

kloor commented Apr 7, 2016

You'll need to add "minimum-stability": "dev" to your composer.json file before you install the package. I've not made a proper release yet because the baglerit/oauthsimple library has not either. At this point, I'm thinking about forking the baglerit/oauthsimple library to make a release.

Also before you begin using this package, you should note that I've only so far used the code in a proof of concept application that works with our university's Canvas LMS. It only really covers using oAuth to sign LTI requests to an Outcome service. It is not a drop-in solution. I'll provide any help if I can.

@kloor kloor changed the title Composer require not working Composer install requires dev minimum-stability. Apr 7, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants