[Composer] Remove defuse/php-encryption dependency
This commit is contained in:
parent
5bc7f4a442
commit
633b133db6
|
@ -18,7 +18,6 @@
|
||||||
"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": "^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",
|
||||||
|
|
65
composer.lock
generated
65
composer.lock
generated
|
@ -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": "e2efb30af29afe0f5b9a001aac5da6d8",
|
"content-hash": "7fcbb730be98076fe8318b03c858f41c",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "bower-asset/Chart-js",
|
"name": "bower-asset/Chart-js",
|
||||||
|
@ -69,69 +69,6 @@
|
||||||
"description": "Base64 encoding and decoding",
|
"description": "Base64 encoding and decoding",
|
||||||
"time": "2017-03-25T21:16:21+00:00"
|
"time": "2017-03-25T21:16:21+00:00"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "defuse/php-encryption",
|
|
||||||
"version": "v2.1.0",
|
|
||||||
"source": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/defuse/php-encryption.git",
|
|
||||||
"reference": "5176f5abb38d3ea8a6e3ac6cd3bbb54d8185a689"
|
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://api.github.com/repos/defuse/php-encryption/zipball/5176f5abb38d3ea8a6e3ac6cd3bbb54d8185a689",
|
|
||||||
"reference": "5176f5abb38d3ea8a6e3ac6cd3bbb54d8185a689",
|
|
||||||
"shasum": ""
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
|
||||||
"license": [
|
|
||||||
"MIT"
|
|
||||||
],
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "Taylor Hornby",
|
|
||||||
"email": "taylor@defuse.ca",
|
|
||||||
"homepage": "https://defuse.ca/"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Scott Arciszewski",
|
|
||||||
"email": "info@paragonie.com",
|
|
||||||
"homepage": "https://paragonie.com"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": "Secure PHP Encryption Library",
|
|
||||||
"keywords": [
|
|
||||||
"aes",
|
|
||||||
"authenticated encryption",
|
|
||||||
"cipher",
|
|
||||||
"crypto",
|
|
||||||
"cryptography",
|
|
||||||
"encrypt",
|
|
||||||
"encryption",
|
|
||||||
"openssl",
|
|
||||||
"security",
|
|
||||||
"symmetric key cryptography"
|
|
||||||
],
|
|
||||||
"time": "2017-05-18T21:28:48+00:00"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "ezyang/htmlpurifier",
|
"name": "ezyang/htmlpurifier",
|
||||||
"version": "v4.7.0",
|
"version": "v4.7.0",
|
||||||
|
|
Loading…
Reference in a new issue