Skip to content

Instantly share code, notes, and snippets.

@dragoonis
Created July 12, 2012 13:59
Show Gist options
  • Save dragoonis/3098257 to your computer and use it in GitHub Desktop.
Save dragoonis/3098257 to your computer and use it in GitHub Desktop.
{
"name": "ppi/ppi",
"description": "The PPI Framework - A meta-framework built using Symfony2/ZendFramework2 and Doctrine2",
"homepage": "http://www.ppi.io",
"license": "MIT",
"keywords": ["framework"],
"type": "library",
"authors": [
{
"name": "Paul Dragoonis",
"email": "[email protected]"
}
],
"autoload": {
"psr-0": { "PPI": "" }
},
"require": {
"doctrine/common": "2.2.*@stable",
"doctrine/dbal": "2.2.*@stable",
"symfony/templating": "2.1.*@stable",
"symfony/routing": "2.1.*@stable",
"symfony/http-foundation": "2.1.*@stable",
"symfony/yaml": "2.1.*@stable",
"zendframework/zendframework": "dev-master"
},
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment