diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..c5b97a7 --- /dev/null +++ b/composer.json @@ -0,0 +1,15 @@ +{ + "name": "cleantalk/magento-anti-spam", + "type": "magento-module", + "description": "Magento 1 Community - CleanTalk Magento Anti-spam", + "homepage": "https://www.cleantalk.org/", + "require": { + "magento-hackathon/magento-composer-installer": "*" + }, + "authors": [ + { + "name": "CleanTalk", + "role": "Author/Maintainer" + } + ] +} \ No newline at end of file diff --git a/modman b/modman new file mode 100644 index 0000000..78692f4 --- /dev/null +++ b/modman @@ -0,0 +1,9 @@ +# Modman file generated by 'generate-modman' +# app/code +app/code/community/Cleantalk/Antispam app/code/community/Cleantalk/Antispam +# app/etc +app/etc/modules/Cleantalk_Antispam.xml app/etc/modules/Cleantalk_Antispam.xml +# app/design +app/design/frontend/base/default/layout/antispam.xml app/design/frontend/base/default/layout/antispam.xml +app/design/frontend/base/default/template/cleantalk/antispam/page_addon.phtml app/design/frontend/base/default/template/cleantalk/antispam/page_addon.phtml +app/design/adminhtml/default/default/layout/cleantalk/antispam.xml app/design/adminhtml/default/default/layout/cleantalk/antispam.xml