Skip to content

Instantly share code, notes, and snippets.

@bradley-holt
Created April 29, 2012 19:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bradley-holt/2552961 to your computer and use it in GitHub Desktop.
Save bradley-holt/2552961 to your computer and use it in GitHub Desktop.
Loading Zend_Config Through Composer
{
"repositories": [
{
"type": "pear",
"url": "http://packages.zendframework.com"
}
],
"require": {
"pear-zf2/Zend_Config": "*"
},
"autoload": {
"psr-0": {
"Zend": [
"vendor/pear-zf2/Zend_Config/php/"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment