Updated examples/composer.lock

This commit is contained in:
Alex Bilbie 2016-01-15 18:43:02 +00:00
parent dce1620f60
commit 6108c06e34

53
examples/composer.lock generated
View File

@ -148,7 +148,7 @@
"dist": { "dist": {
"type": "path", "type": "path",
"url": "../", "url": "../",
"reference": "59080a831926d6291fbc7854ff8d25427c374263", "reference": "dce1620f60d9f1a44a9ec99b6168810a8030c20c",
"shasum": null "shasum": null
}, },
"require": { "require": {
@ -168,9 +168,6 @@
"mockery/mockery": "0.9.*", "mockery/mockery": "0.9.*",
"phpunit/phpunit": "4.8.*" "phpunit/phpunit": "4.8.*"
}, },
"bin": [
"bin/generate-crypto-key"
],
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
@ -219,16 +216,16 @@
}, },
{ {
"name": "namshi/jose", "name": "namshi/jose",
"version": "6.0.3", "version": "6.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/namshi/jose.git", "url": "https://github.com/namshi/jose.git",
"reference": "e214c25ce0deed923ef6b299fbad87a822b51b2c" "reference": "0ae1eae2be4f7e31a649ab9e3b782c3aedf81ebd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/namshi/jose/zipball/e214c25ce0deed923ef6b299fbad87a822b51b2c", "url": "https://api.github.com/repos/namshi/jose/zipball/0ae1eae2be4f7e31a649ab9e3b782c3aedf81ebd",
"reference": "e214c25ce0deed923ef6b299fbad87a822b51b2c", "reference": "0ae1eae2be4f7e31a649ab9e3b782c3aedf81ebd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -238,12 +235,12 @@
"ext-openssl": "*", "ext-openssl": "*",
"ext-pcre": "*", "ext-pcre": "*",
"ext-spl": "*", "ext-spl": "*",
"php": ">=5.4.8", "php": ">=5.5",
"phpseclib/phpseclib": "1.0.0" "phpseclib/phpseclib": "2.0.*"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.5", "phpunit/phpunit": "^4.5|^5.0",
"satooshi/php-coveralls": "dev-master" "satooshi/php-coveralls": "^1.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -260,6 +257,10 @@
{ {
"name": "Alessandro Nadalin", "name": "Alessandro Nadalin",
"email": "alessandro.nadalin@gmail.com" "email": "alessandro.nadalin@gmail.com"
},
{
"name": "Alessandro Cinelli (cirpo)",
"email": "alessandro.cinelli@gmail.com"
} }
], ],
"description": "JSON Object Signing and Encryption library for PHP.", "description": "JSON Object Signing and Encryption library for PHP.",
@ -271,7 +272,7 @@
"jwt", "jwt",
"token" "token"
], ],
"time": "2015-11-13 08:01:01" "time": "2016-01-13 10:17:13"
}, },
{ {
"name": "nikic/fast-route", "name": "nikic/fast-route",
@ -318,20 +319,20 @@
}, },
{ {
"name": "phpseclib/phpseclib", "name": "phpseclib/phpseclib",
"version": "1.0.0", "version": "2.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpseclib/phpseclib.git", "url": "https://github.com/phpseclib/phpseclib.git",
"reference": "844134df95e42b93ed5506a2d11ca5accda99412" "reference": "a74aa9efbe61430fcb60157c8e025a48ec8ff604"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/844134df95e42b93ed5506a2d11ca5accda99412", "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/a74aa9efbe61430fcb60157c8e025a48ec8ff604",
"reference": "844134df95e42b93ed5506a2d11ca5accda99412", "reference": "a74aa9efbe61430fcb60157c8e025a48ec8ff604",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.0.0" "php": ">=5.3.3"
}, },
"require-dev": { "require-dev": {
"phing/phing": "~2.7", "phing/phing": "~2.7",
@ -341,22 +342,16 @@
}, },
"suggest": { "suggest": {
"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.",
"ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
"ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
"ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations.", "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations.",
"pear-pear/PHP_Compat": "Install PHP_Compat to get phpseclib working on PHP < 5.0.0." "pear-pear/PHP_Compat": "Install PHP_Compat to get phpseclib working on PHP < 5.0.0."
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-0": { "psr-4": {
"Crypt": "phpseclib/", "phpseclib\\": "phpseclib/"
"File": "phpseclib/", }
"Math": "phpseclib/",
"Net": "phpseclib/",
"System": "phpseclib/"
},
"files": [
"phpseclib/Crypt/Random.php"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"include-path": [ "include-path": [
@ -408,7 +403,7 @@
"x.509", "x.509",
"x509" "x509"
], ],
"time": "2015-08-04 02:22:12" "time": "2015-08-04 04:48:03"
}, },
{ {
"name": "pimple/pimple", "name": "pimple/pimple",