Upgrading from OXID Security Module 1.x to Security Module 2.x
Install the OXID Security Module 2.x if you are currently using version 1.x.
Prerequisites
Ensure that OXID Security Module 1.x has been deactivated.
Procedure
To install version 2.x of the module, run the following command:
composer require oxid-esales/security-module:2.*
Optional: To activate the module, run:
./vendor/bin/oe-console oe:module:activate security-module
Alternatively, activate the module manually during configuration (see Activating the OXID Security Module).