mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-29 04:23:34 +00:00
Merge branch '2.0'
This commit is contained in:
commit
0de3553877
@ -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/"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user