on composer update I'm getting the following error:
[RuntimeException]
Unable to get primary namespace for package cakephp/localized.
Ensure you have added proper 'autoload' section to your plugin's config as
stated in README on https://github.com/cakephp/plugin-installer
composer: latest version localized: "cakephp/localized": "2.4.*" cake: latest 3.x
my autoload (nothing changed here): "autoload": { "psr-4": { "App\": "src" } }
on composer update I'm getting the following error: [RuntimeException]
Unable to get primary namespace for package cakephp/localized.
Ensure you have added proper 'autoload' section to your plugin's config as
stated in README on https://github.com/cakephp/plugin-installer
thanks, dan