Created
May 21, 2012 12:35
-
-
Save basz/2762126 to your computer and use it in GitHub Desktop.
composer
This file contains 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": "PhingService", | |
"description": "Zend Framework 2 module for Phing, a PHP project build system or build tool based on Apache Ant.", | |
"authors": [ | |
{ | |
"name": "Bas Kamer", | |
"email": "[email protected]" | |
} | |
], | |
"keywords": ["zf2","phing","module"], | |
"homepage": "https://github.com/basz/zf2-module-phing-service", | |
"license": "MIT", | |
"repositories": [ | |
{ | |
"type": "package", | |
"package": { | |
"name": "phing/phing", | |
"version": "2.4.12", | |
"dist": { | |
"url": "https://github.com/phingofficial/phing/zipball/2.4.12", | |
"type": "zip" | |
} | |
} | |
} | |
], | |
"require": { | |
"phing/phing": "2.4.12" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment