To ignore requirements when running composer update, you can use the –ignore-platform-reqs option. to ignore php extension you can use –ignore-platform-req=ext-sodium By adding above code to composer update it will ignore sodium extension Composer is a powerful dependency management tool for PHP that allows developers to easily manage their project’s dependencies. When running the composer…