[Composer] Upgrade defuse/php-encryption to version ^2.0

This commit is contained in:
Hypolite Petovan 2018-01-18 20:13:50 -05:00
parent 5e42577944
commit 6857392067
2 changed files with 32 additions and 14 deletions

View File

@ -18,7 +18,7 @@
"ezyang/htmlpurifier": "~4.7.0", "ezyang/htmlpurifier": "~4.7.0",
"mobiledetect/mobiledetectlib": "2.8.*", "mobiledetect/mobiledetectlib": "2.8.*",
"league/html-to-markdown": "~4.4.1", "league/html-to-markdown": "~4.4.1",
"defuse/php-encryption": "1.*", "defuse/php-encryption": "^2.0",
"pear/Text_LanguageDetect": "1.*", "pear/Text_LanguageDetect": "1.*",
"pear/Text_Highlighter": "dev-master", "pear/Text_Highlighter": "dev-master",
"paragonie/random_compat": "^2.0", "paragonie/random_compat": "^2.0",

44
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "6cf3b635594e443a7268a3bd9100d62d", "content-hash": "e2efb30af29afe0f5b9a001aac5da6d8",
"packages": [ "packages": [
{ {
"name": "bower-asset/Chart-js", "name": "bower-asset/Chart-js",
@ -71,28 +71,35 @@
}, },
{ {
"name": "defuse/php-encryption", "name": "defuse/php-encryption",
"version": "v1.2.1", "version": "v2.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/defuse/php-encryption.git", "url": "https://github.com/defuse/php-encryption.git",
"reference": "b87737b2eec06b13f025cabea847338fa203d1b4" "reference": "5176f5abb38d3ea8a6e3ac6cd3bbb54d8185a689"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/defuse/php-encryption/zipball/b87737b2eec06b13f025cabea847338fa203d1b4", "url": "https://api.github.com/repos/defuse/php-encryption/zipball/5176f5abb38d3ea8a6e3ac6cd3bbb54d8185a689",
"reference": "b87737b2eec06b13f025cabea847338fa203d1b4", "reference": "5176f5abb38d3ea8a6e3ac6cd3bbb54d8185a689",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-mcrypt": "*",
"ext-openssl": "*", "ext-openssl": "*",
"paragonie/random_compat": "~2.0",
"php": ">=5.4.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", "type": "library",
"autoload": { "autoload": {
"files": [ "psr-4": {
"Crypto.php" "Defuse\\Crypto\\": "src"
] }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -101,18 +108,29 @@
"authors": [ "authors": [
{ {
"name": "Taylor Hornby", "name": "Taylor Hornby",
"email": "havoc@defuse.ca" "email": "taylor@defuse.ca",
"homepage": "https://defuse.ca/"
},
{
"name": "Scott Arciszewski",
"email": "info@paragonie.com",
"homepage": "https://paragonie.com"
} }
], ],
"description": "Secure PHP Encryption Library", "description": "Secure PHP Encryption Library",
"keywords": [ "keywords": [
"aes", "aes",
"authenticated encryption",
"cipher", "cipher",
"crypto",
"cryptography",
"encrypt",
"encryption", "encryption",
"mcrypt", "openssl",
"security" "security",
"symmetric key cryptography"
], ],
"time": "2015-03-14T20:27:45+00:00" "time": "2017-05-18T21:28:48+00:00"
}, },
{ {
"name": "ezyang/htmlpurifier", "name": "ezyang/htmlpurifier",