Skip to content

Instantly share code, notes, and snippets.

@basz
Created May 21, 2012 14:57
Show Gist options
  • Save basz/2762772 to your computer and use it in GitHub Desktop.
Save basz/2762772 to your computer and use it in GitHub Desktop.
vendor/bin/phing not created
// PROJECT THAT DEFINES BIN FILE
{
"name": "phing/phing",
"description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.",
"keywords": ["build", "tool", "task"],
"homepage": "http://www.phing.info/",
"license": "LGPL3",
"authors": [
{
"name": "Michiel Rook",
"email": "mrook@php.net"
},
{
"name": "Phing Community",
"homepage": "http://www.phing.info/trac/wiki/Development/Contributors"
}
],
"require": {
"php": ">=5.2.0"
},
"autoload": {
"classmap": ["classes/phing/"]
},
"bin": ["bin/phing"]
}
// PROJECT THAT DEPENDS ON THE ABOVE
{
"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": "basz/phing",
"version": "2.4.12",
"source": {
"url": "https://github.com/basz/phing",
"type": "git",
"reference": "6de6d61cb9448447a77cf663fa4a9930910f13a2"
}
}
}
],
"require": {
"basz/phing": "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment