Skip to content

Instantly share code, notes, and snippets.

@basz
Created May 21, 2012 12:35
Show Gist options
  • Save basz/2762126 to your computer and use it in GitHub Desktop.
Save basz/2762126 to your computer and use it in GitHub Desktop.
composer
{
"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": "bas@bushbaby.nl"
}
],
"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