Skip to content

Instantly share code, notes, and snippets.

@aohorodnyk
Created May 15, 2014 08:27
Show Gist options
  • Save aohorodnyk/82d74283f3ebd55cc4ce to your computer and use it in GitHub Desktop.
Save aohorodnyk/82d74283f3ebd55cc4ce to your computer and use it in GitHub Desktop.
{
"name": "fidbig/ssh2",
"type": "library",
"description": "Provides an object-oriented wrapper for the php ssh2 extension.",
"keywords": ["ssh", "ssh2"],
"license": "MIT",
"support": {
"issues": "https://github.com/FidBig/ssh2/issues",
"source": "https://github.com/FidBig/ssh2"
},
"authors": [
{
"name": "Anton Ohorodnyk",
"email": "anton@ohorodnyk.name"
}
],
"require": {
"php": ">=5.3.3",
"ext-ssh2": "*"
},
"require-dev": {
"phpunit/phpunit": "4.0.*"
},
"autoload": {
"psr-4": {
"FidBig\\Ssh\\": "src/"
}
}
}
{
"repositories": [
{
"type": "git",
"url": "git@github.com:FidBig/ssh2.git"
}
],
"require": {
"fidbig/ssh2": "dev-test"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment