cakephp / localized

I18n and L10n related CakePHP code
Other
213 stars 177 forks source link

error when downloading with composer #101

Closed danielzzz closed 9 years ago

danielzzz commented 9 years ago

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

dereuromark commented 9 years ago

You are aware that Localized - so far - is only available for CakePHP 2.x, not 3.x.?

danielzzz commented 9 years ago

yep.. I noticed it now.. .thanks