wa0x6e / Cake-Resque

Resque plugin for CakePHP : for creating background jobs that can be processed offline later
MIT License
159 stars 56 forks source link

Unable to get primary namespace for package kamisama/cake-resque. #91

Closed manierim closed 9 years ago

manierim commented 9 years ago

Trying to add kamisama/cake-resque to my composer.json and then running composer install produces:

Script Cake\Composer\Installer\PluginInstaller::postAutoloadDump handling the post-autoload-dump event terminated with an exception

[RuntimeException] Unable to get primary namespace for package kamisama/cake-resque. Ensure you have added proper 'autoload' section to your plugin's config as stated in README on https://github.com/cakephp/plugin-installer

Autoload then fails in cake (Error: Class 'CakeResque' not found)

wa0x6e commented 9 years ago

What version of CakePHP are you using ?

manierim commented 9 years ago

3.0.10

wa0x6e commented 9 years ago

CakeResque is not compatible CakePHP 3 yet

manierim commented 9 years ago

Ah ok, seeing the master branch being on the work for cakephp 3 I thought it was, sorry

manierim commented 9 years ago

my mistake, I was not pointing composer to dev-master. I need to figure out a few things but seems the port is mainly working