Skip to content

Instantly share code, notes, and snippets.

@sasezaki
Created July 27, 2012 13:42
Show Gist options
  • Select an option

  • Save sasezaki/3188102 to your computer and use it in GitHub Desktop.

Select an option

Save sasezaki/3188102 to your computer and use it in GitHub Desktop.
zendservice-recaptcha install
{
"repositories": [
{
"type": "composer",
"url": "http://packages.zendframework.com/"
}
],
"require": {
"php": ">=5.3.3",
"zendframework/zend-stdlib": ">=2.0.0beta5",
"zendframework/zend-version": ">=2.0.0beta5",
"zendframework/zend-loader": ">=2.0.0beta5",
"zendframework/zend-validator": ">=2.0.0beta5",
"zendframework/zend-uri": ">=2.0.0beta5",
"zendframework/zend-http": ">=2.0.0beta5",
"zendframework/zendservice-recaptcha": ">=2.0.0beta5"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment