Skip to content

Instantly share code, notes, and snippets.

@rkrx
Last active August 29, 2015 14:16
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 rkrx/6848029678558f823dba to your computer and use it in GitHub Desktop.
Save rkrx/6848029678558f823dba to your computer and use it in GitHub Desktop.
{
"name": "<vendor>/<package>",
"description": "Hier kommt meine Paketbeschreibung rein",
"require": {
"php": ">= 5.5",
"psr/log": "1.0",
"zendframework/zend-config": "2.0.*",
"zendframework/zend-http": "2.0.*"
},
"require-dev": {
"phake/phake": "1.0.5",
"phpunit/phpunit": "~3.7@stable"
},
"autoload": {
"psr-4": {
"Mein\\Namespace\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Mein\\Namespace\\": "tests/"
}
},
"repositories": [{
"type": "composer",
"url": "https://packages.zendframework.com/"
}, {
"type": "vcs",
"url": "git@bitbucket.org:<user>/<project>.git"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment