Merge branch '2.0'

This commit is contained in:
terrafrost 2016-10-22 13:11:51 -05:00
commit 0de3553877

View File

@ -68,16 +68,11 @@
"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations." "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations."
}, },
"autoload": { "autoload": {
"psr-0": {
"Crypt": "phpseclib/",
"File": "phpseclib/",
"Math": "phpseclib/",
"Net": "phpseclib/",
"System": "phpseclib/"
},
"files": [ "files": [
"phpseclib/bootstrap.php", "phpseclib/bootstrap.php"
"phpseclib/Crypt/Random.php" ],
] "psr-4": {
"phpseclib\\": "phpseclib/"
}
} }
} }