Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Getting error while installing from composer #2

Closed
saqlain-syed opened this issue Dec 26, 2018 · 1 comment
Closed

Getting error while installing from composer #2

saqlain-syed opened this issue Dec 26, 2018 · 1 comment

Comments

@saqlain-syed
Copy link

I have tried to install using composer.. but I am getting this error below.. I am using PHP 5.6 .. please help!

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

Problem 1
- The requested package mfn/aws-post-v4-sign No version set (parsed as 1.0.0) is satisfiable by mfn/aws-post-v4-sign[No version set (parsed as 1.0.0)] but these conflict with your requirements or minimum-stability.

@mfn
Copy link
Owner

mfn commented Dec 29, 2018

Works for me:

~/tmp/test $ cat composer.json
{
    "name": "test/test",
    "require": {}
}
~/tmp/test $ composer.phar require mfn/aws-post-v4-sign
Using version ^0.1.0 for mfn/aws-post-v4-sign
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 1 install, 0 updates, 0 removals
  - Installing mfn/aws-post-v4-sign (0.1): Downloading (100%)
Writing lock file
Generating autoload files

I would suggest to check your composer.json, specifically regarding minimum-stability.

If you can't solve it, please provide your composer.json and the actual command you tried to run.

@mfn mfn closed this as completed Dec 29, 2018
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