Created
July 12, 2012 15:23
-
-
Save dragoonis/3098849 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]" | |
} | |
], | |
"require": { | |
"ppi/zendframework": ">=2.0.0-beta5" | |
}, | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.0-dev" | |
} | |
}, | |
"repositories": [ | |
{ | |
"name": "ppi/zendframework", | |
"version": "2.0.0-beta5", | |
"url": "http://packages.zendframework.com/releases/ZendFramework-2.0.0beta5/ZendFramework-2.0.0beta5-minimal.zip" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment