Created
May 21, 2012 14:57
-
-
Save basz/2762772 to your computer and use it in GitHub Desktop.
vendor/bin/phing not created
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
// 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": "[email protected]" | |
}, | |
{ | |
"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": "[email protected]" | |
} | |
], | |
"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