Open ssnukala opened 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!
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:
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
When can we be expecting an upgrade of this awesome package to L5.2?
this works _
composer require djb/confer dev-master
_
@groundbreaker08 did u implement it on your project? it's worked?
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...:)
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