X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=composer.lock;h=4f9e497394ac927cad7902075f8a757c86c62f96;hb=09467be02aa60c69dbcf712034308772309f04c8;hp=6f2bc8f118203be7e8ca5c49bffcfbdb6e4f9f9c;hpb=67e32ce85986d52a029cae07bfb32b32a598ceab;p=friendica.git diff --git a/composer.lock b/composer.lock index 6f2bc8f118..4f9e497394 100644 --- a/composer.lock +++ b/composer.lock @@ -4,39 +4,32 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "ce088458d9f01920ccee128082ef924a", + "content-hash": "a5c0c297b0e8185f2bcd3aad20ec5acc", "packages": [ { "name": "defuse/php-encryption", - "version": "v2.1.0", + "version": "v1.2.1", "source": { "type": "git", "url": "https://github.com/defuse/php-encryption.git", - "reference": "5176f5abb38d3ea8a6e3ac6cd3bbb54d8185a689" + "reference": "b87737b2eec06b13f025cabea847338fa203d1b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/defuse/php-encryption/zipball/5176f5abb38d3ea8a6e3ac6cd3bbb54d8185a689", - "reference": "5176f5abb38d3ea8a6e3ac6cd3bbb54d8185a689", + "url": "https://api.github.com/repos/defuse/php-encryption/zipball/b87737b2eec06b13f025cabea847338fa203d1b4", + "reference": "b87737b2eec06b13f025cabea847338fa203d1b4", "shasum": "" }, "require": { + "ext-mcrypt": "*", "ext-openssl": "*", - "paragonie/random_compat": "~2.0", "php": ">=5.4.0" }, - "require-dev": { - "nikic/php-parser": "^2.0|^3.0", - "phpunit/phpunit": "^4|^5" - }, - "bin": [ - "bin/generate-defuse-key" - ], "type": "library", "autoload": { - "psr-4": { - "Defuse\\Crypto\\": "src" - } + "files": [ + "Crypto.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -45,29 +38,18 @@ "authors": [ { "name": "Taylor Hornby", - "email": "taylor@defuse.ca", - "homepage": "https://defuse.ca/" - }, - { - "name": "Scott Arciszewski", - "email": "info@paragonie.com", - "homepage": "https://paragonie.com" + "email": "havoc@defuse.ca" } ], "description": "Secure PHP Encryption Library", "keywords": [ "aes", - "authenticated encryption", "cipher", - "crypto", - "cryptography", - "encrypt", "encryption", - "openssl", - "security", - "symmetric key cryptography" + "mcrypt", + "security" ], - "time": "2017-05-18T21:28:48+00:00" + "time": "2015-03-14T20:27:45+00:00" }, { "name": "ezyang/htmlpurifier", @@ -179,23 +161,23 @@ }, { "name": "mobiledetect/mobiledetectlib", - "version": "2.8.26", + "version": "2.8.28", "source": { "type": "git", "url": "https://github.com/serbanghita/Mobile-Detect.git", - "reference": "a0ed86c9d7c04ae27fa6418b55e3beb04dfe3297" + "reference": "65cd802dad5e85cb8f0ab1ba54ae5fdca765062b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/a0ed86c9d7c04ae27fa6418b55e3beb04dfe3297", - "reference": "a0ed86c9d7c04ae27fa6418b55e3beb04dfe3297", + "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/65cd802dad5e85cb8f0ab1ba54ae5fdca765062b", + "reference": "65cd802dad5e85cb8f0ab1ba54ae5fdca765062b", "shasum": "" }, "require": { "php": ">=5.0.0" }, "require-dev": { - "phpunit/phpunit": "*" + "phpunit/phpunit": "~4.8|5.7" }, "type": "library", "autoload": { @@ -227,7 +209,7 @@ "mobile detector", "php mobile detect" ], - "time": "2017-08-29T18:23:54+00:00" + "time": "2017-12-09T09:59:47+00:00" }, { "name": "paragonie/random_compat",