Skip to content

Instantly share code, notes, and snippets.

@simensen
Created July 9, 2012 13:55
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simensen/3076716 to your computer and use it in GitHub Desktop.
Save simensen/3076716 to your computer and use it in GitHub Desktop.
Trying to install VersionControl_Git to be used with a local Phing install managed by Composer
{
"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",
"pear-pear.php.net/VersionControl_Git": "*"
},
"autoload": {
"classmap": ["classes/phing/"]
},
"bin": ["bin/phing"],
"minimum-stability": "dev"
}
@tarjei
Copy link

tarjei commented Aug 5, 2014

Did the configuration above work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment