[feature/composer] Configuration file for the composer dependency manager.

This commit is contained in:
Andreas Fischer 2012-06-08 20:28:42 +02:00
parent 8b59e80aa5
commit fd38b97684
1 changed files with 30 additions and 0 deletions

30
composer.json Normal file
View File

@ -0,0 +1,30 @@
{
"name": "phpseclib/phpseclib",
"type": "library",
"description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP etc.",
"keywords": [
"security",
"crypto",
"cryptography",
"encryption",
"signature",
"signing",
"rsa",
"aes",
"ssh",
"sftp",
"BigInteger"
],
"homepage": "http://phpseclib.sourceforge.net",
"license": "MIT",
"authors": [
{
"name": "Jim Wigginton",
"email": "terrafrost@php.net",
"role": "Developer"
}
],
"require": {
"php": ">=4.3.3"
},
}