Skip to content

Instantly share code, notes, and snippets.

@refaelgold
Last active December 23, 2015 17:49
Show Gist options
  • Save refaelgold/6671468 to your computer and use it in GitHub Desktop.
Save refaelgold/6671468 to your computer and use it in GitHub Desktop.
this gist its for composer.phar need to be luanch with git command line need to install composer first put all the zf2 Library in the vandor of zend skeleton application
{
"repositories": [
{
"type": "composer",
"url": "https://packages.zendframework.com/"
}],
"require": {
"zendframework/zendframework":"2.2.4"
,"zendframework/skeleton-application":"dev-master"
/*need to remamber to put the framework in vandor zenSkeleltonApplocation*/
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment