JWT – lcobucci/jwt 4.2.1 requires ext-sodium- PHP 7.4 – WAMP

JWT - lcobucci/jwt 4.2.1 requires ext-sodium- PHP 7.4 - WAMP
  • Save
JWT - lcobucci/jwt 4.2.1 requires ext-sodium

Error occurred when install composer on Laravel project with PHP version 7.4

Solution:

Go to PHP.INI file at location wamp64\bin\php\php7.4.32 and edit with any editor

Find extension name: sodium and enable it by remove semicolon in front of that

  • Save

Restart All services on Wamp server. After restart open new command window and run composer install again.