Updated PHPSecLib from 2.0.1 to 2.0.2 (#712)

This commit is contained in:
Oanh Nguyen 2016-07-26 10:01:41 +07:00 committed by Anton Medvedev
parent 350be512ae
commit f3d0c45673

13
composer.lock generated
View File

@ -452,16 +452,16 @@
},
{
"name": "phpseclib/phpseclib",
"version": "2.0.1",
"version": "2.0.2",
"source": {
"type": "git",
"url": "https://github.com/phpseclib/phpseclib.git",
"reference": "ba6fb78f727cd09f2a649113b95468019e490585"
"reference": "3d265f7c079f5b37d33475f996d7a383c5fc8aeb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/ba6fb78f727cd09f2a649113b95468019e490585",
"reference": "ba6fb78f727cd09f2a649113b95468019e490585",
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/3d265f7c079f5b37d33475f996d7a383c5fc8aeb",
"reference": "3d265f7c079f5b37d33475f996d7a383c5fc8aeb",
"shasum": ""
},
"require": {
@ -481,6 +481,9 @@
},
"type": "library",
"autoload": {
"files": [
"phpseclib/bootstrap.php"
],
"psr-4": {
"phpseclib\\": "phpseclib/"
}
@ -537,7 +540,7 @@
"x.509",
"x509"
],
"time": "2016-01-18 17:07:21"
"time": "2016-05-13 01:15:21"
},
{
"name": "psr/http-message",