dazzz1er / confer

Easy real-time chat for laravel 5 based websites and applications
133 stars 47 forks source link

composer require djb/confer : does not work #9

Open ssnukala opened 9 years ago

ssnukala commented 9 years ago

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 commented 9 years ago

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 commented 8 years ago

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

Potential causes:

dazzz1er commented 8 years ago

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 commented 8 years ago

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

groundbreaker08 commented 8 years ago

this works _

composer require djb/confer dev-master

_

javedLive commented 8 years ago

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

SupunIsharaWK commented 8 years ago

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...:)