slim-auth
slim-auth copied to clipboard
composer install incomplete?
Hi,
do I miss something here? SlimAuthProvider Class etc. is not getting downloaded. My composer.json includes "jeremykendall/slim-auth": "2.0.0-alpha"
.
Have you tried dev-master?
On Monday, July 11, 2016, Varakh [email protected] wrote:
Hi,
do I miss something here? SlimAuthProvider Class etc. is not getting downloaded. My composer.json includes "jeremykendall/slim-auth": "2.0.0-alpha".
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jeremykendall/slim-auth/issues/42, or mute the thread https://github.com/notifications/unsubscribe/AARnZbWCZi7W2U2DWbU1K-8WCeRiaT-Hks5qUjjegaJpZM4JJUZq .
Sent from Gmail Mobile
Nope, not working @jeremykendall .
I am using Slim3.
Well, huh. I have to confess that I'm not sure what's happening here. SlimAuthProvider
is definitely in 2.0.0-alpha+005
.
The good news (?) is that I was able to get the provider class with the following composer command:
$ composer require "jeremykendall/slim-auth:dev-slim-3.x"
But should alpha-release not work?
I think so, yes. Not sure why it's not working. Sorry about the confusion. I'll post an update here when I get it sorted out.
@jeremykendall Thanks. This command works. :+1: I'll leave this open?!