Closed hadleelineham closed 9 years ago
Hmm composer seemed to work fine for me with the latest version of composer which is confusing. Do you already have a requirement for spam protection? Also what is your minimal stability?
o ok that is weird it may have been me. ill try again. ill try a composer update. and yes i already had that installed. and i am running 3.1
If it doesn't work can you post your composer.json from the sites root?
{ "name": "silverstripe/installer", "description": "The SilverStripe Framework Installer", "require": { "php": ">=5.3.2", "silverstripe/cms": "3.1.", "silverstripe/framework": "3.1.", "undefinedoffset/sortablegridfield": "dev-master", "silverstripe/userforms": "dev-master", "silverstripe/forum": "0.7.x-dev", "silverstripe/googlesitemaps": "", "silverstripe/spamprotection": "dev-master", "silverstripe/event-calendar": "dev-master", "silverstripe/mollom": "dev-master", "silverstripe/mathspamprotection": "dev-master" }, "require-dev": { "silverstripe/behat-extension": "", "silverstripe/buildtools": "", "phpunit/phpunit": "3.7." }, "minimum-stability": "dev" }
the composer install still doesn't work
fixed it it needs to run with spam protector 1.2.0
Ya the module has a composer requirement for version 1.2.* to match the 1.2.0 tag of spamprotection I guess they don't have master aliased as such.
Hello I did try and do the composer install but it didn't work
so used the download install which worked. just some feed back to make it easier for other users to install
make new file in mystie/_config and call it spamprotecttion.yml
name: spamprotection
FormSpamProtectionExtension: default_spam_protector: NocaptchaProtector
Also just to tell them to put the NocaptchaField configuration in the mysite/_config/config.yml
Other than this really good Thanks Hadlee