Zachary Craig
Zachary Craig
I encountered this issue and the PR fixed it for me, it seems to happen specifically when running laradock, at least for me, +1
Is mega_full heavier than mega? If you're going to keep the instructions saying to use mega_full, maybe change the title to reflect that, or just say to run with one...
in a working app: current guard returns: Lab404\Impersonate\Guard\SessionGuard guard returns: Lab404\Impersonate\Guard\SessionGuard in a broken app: current guard returns: Lab404\Impersonate\Guard\SessionGuard guard returns: Illuminate\Auth\RequestGuard So, it seems the second line there, for...
@MarceauKa is this project still being actively maintained?
The above build errors seem to be from mostly upstream errors (5.4 and 5.5 binaries don't exist and 404) the 5.6 fails because we require php 7.2 now, I don't...
I'm probably going to run php 7.3 in the CI stuff, since 7.2 is actually unsupported. https://www.php.net/supported-versions.php I'd feel silly going through all this trouble to update only for it...
@koraktor how do you feel about upgrading the tests / some other changes? PHPUnit removed the assertAttribute method a while back, I started upgrading the tests, but haven't poked at...
@koraktor i've removed the handler, this has been sitting for a while, is there anything else needed testing wise for this to get merged?
Oh, i guess I'll see if i can find a place to post it to, should i close this then or just leave it open? Edit: Aside from community help,...
Hm, it looks like all monolog 2.x releases needs php 7.2 or higher. Are you opposed to having a php 7.2 or higher branch of this? php 5.x is pretty...