Updating myth auth library via composer |
Hello
I still trying to learn ci4 and some new things like composer ;] I've installed framework via composer and then myauth library. I have some problem with filters Code: Declaration of Myth\Auth\Filters\LoginFilter::before(CodeIgniter\HTTP\RequestInterface $request) must be compatible with CodeIgniter\Filters\FilterInterface::before(CodeIgniter\HTTP\RequestInterface $request, $arguments = NULL) When Im trying Code: composer update myth Code: Package "myth" listed for update is not installed. Ignoring When im trying "composer require myth/auth" Code: Nothing to install or update My composer.json looks like that Code: { Thanks |
Messages In This Thread |
Updating myth auth library via composer - by boddah85 - 11-25-2020, 12:29 PM
RE: Updating myth auth library via composer - by InsiteFX - 11-25-2020, 03:21 PM
|