Created
July 12, 2012 13:59
-
-
Save dragoonis/3098257 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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