Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

composer require djb/confer : does not work #9

Open
ssnukala opened this issue Jul 30, 2015 · 7 comments
Open

composer require djb/confer : does not work #9

ssnukala opened this issue Jul 30, 2015 · 7 comments

Comments

@ssnukala
Copy link

Looks like you changed the name can you confirm ?

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

@dazzz1er
Copy link
Owner

Hi @ssnukala sorry for the late response, I haven't changed the name and I can pull the package in from packagist using composer require djb/confer dev-master. It doesn't work for me without the dev-master part either, so I'll try and get that working not sure why it isn't atm!

@mizwardomlank
Copy link

I still have an error when require the package via composer composer require djb/confer dev-master. I'm using L5.1,
Here is problem message:

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

Problem 1
- Installation request for djb/confer dev-master -> satisfiable by djb/confer[dev-master].
- djb/confer dev-master requires pusher/pusher-php-server dev-master -> no matching package found.

Potential causes:

@dazzz1er
Copy link
Owner

Hi @mizwardomlank the package is designed for L5 and does not officially support L5.1. I plan an update soon but it is not high on my priority list at the moment. That said I haven't looked too deeply at the changes between 5 and 5.1 so it may work out of the box.

I've just tested that command you ran and it worked fine, I would take a guess and say your problem may be resolved by first requiring pusher php server and then confer afterwards.

composer require pusher/pusher-php-server dev-master

then

composer require djb/confer dev-master

@kevosomi
Copy link

When can we be expecting an upgrade of this awesome package to L5.2?

@groundbreaker08
Copy link

this works _

composer require djb/confer dev-master

_

@javedLive
Copy link

@groundbreaker08 did u implement it on your project?
it's worked?

@SupunIsharaWK
Copy link

goto your project folder
enter composer require pusher/pusher-php-server dev-master on your command line then
enter composer require djb/confer dev-master
it works...:)

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

7 participants