diff --git a/composer.json b/composer.json new file mode 100755 index 0000000..0504b25 --- /dev/null +++ b/composer.json @@ -0,0 +1,16 @@ +{ + "name": "moc/moc-message-queue", + "type": "typo3-cms-extension", + "description": "Extension for maintaining a central message queue. Bundles with a beanstalk implementation of the messaging layer.", + "homepage": "https://github.com/mocdk/moc_message_queue", + "license": ["GPL-2.0+"], + "version": "1.1.0", + "require": { + "typo3/cms-core": ">=6.2,<8.0" + }, + "autoload": { + "psr-4": { + "MOC\\MocMessageQueue\\": "Classes" + } + } +} \ No newline at end of file diff --git a/ext_localconf.php b/ext_localconf.php index 1e45a1e..ab92eac 100644 --- a/ext_localconf.php +++ b/ext_localconf.php @@ -13,7 +13,7 @@ Pheanstalk_ClassLoader::register($pheanstalkClassRoot); } -$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['extbase']['commandControllers'][] = 'Moc\MocMessageQueue\Command\QueueWorkerCommandController'; +$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['extbase']['commandControllers'][] = 'MOC\MocMessageQueue\Command\QueueWorkerCommandController'; \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addTypoScriptSetup(' config.tx_extbase {