|
@@ -4,7 +4,7 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
"This file is @generated automatically"
|
|
"This file is @generated automatically"
|
|
|
],
|
|
],
|
|
|
- "content-hash": "b56cde54fb68927fcd938a8890c25ec6",
|
|
|
|
|
|
|
+ "content-hash": "8e2ae21876c09c77b9450d8c53abdf95",
|
|
|
"packages": [
|
|
"packages": [
|
|
|
{
|
|
{
|
|
|
"name": "dibi/dibi",
|
|
"name": "dibi/dibi",
|
|
@@ -170,6 +170,52 @@
|
|
|
],
|
|
],
|
|
|
"time": "2021-06-23T21:56:05+00:00"
|
|
"time": "2021-06-23T21:56:05+00:00"
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "league/flysystem-sftp",
|
|
|
|
|
+ "version": "1.0.22",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/thephpleague/flysystem-sftp.git",
|
|
|
|
|
+ "reference": "cab59dd2277e02fe46f5f23195672a02ed49774d"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/thephpleague/flysystem-sftp/zipball/cab59dd2277e02fe46f5f23195672a02ed49774d",
|
|
|
|
|
+ "reference": "cab59dd2277e02fe46f5f23195672a02ed49774d",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "league/flysystem": "~1.0",
|
|
|
|
|
+ "php": ">=5.6.0",
|
|
|
|
|
+ "phpseclib/phpseclib": "~2.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "mockery/mockery": "0.9.*",
|
|
|
|
|
+ "phpunit/phpunit": "^5.7.25"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "League\\Flysystem\\Sftp\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Frank de Jonge",
|
|
|
|
|
+ "email": "info@frenky.net"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Flysystem adapter for SFTP",
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/thephpleague/flysystem-sftp/issues",
|
|
|
|
|
+ "source": "https://github.com/thephpleague/flysystem-sftp/tree/master"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2019-10-16T20:05:49+00:00"
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
"name": "league/flysystem-ziparchive",
|
|
"name": "league/flysystem-ziparchive",
|
|
|
"version": "1.0.3",
|
|
"version": "1.0.3",
|
|
@@ -643,6 +689,115 @@
|
|
|
},
|
|
},
|
|
|
"time": "2020-10-12T12:39:22+00:00"
|
|
"time": "2020-10-12T12:39:22+00:00"
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "phpseclib/phpseclib",
|
|
|
|
|
+ "version": "2.0.32",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/phpseclib/phpseclib.git",
|
|
|
|
|
+ "reference": "f5c4c19880d45d0be3e7d24ae8ac434844a898cd"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/f5c4c19880d45d0be3e7d24ae8ac434844a898cd",
|
|
|
|
|
+ "reference": "f5c4c19880d45d0be3e7d24ae8ac434844a898cd",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=5.3.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phing/phing": "~2.7",
|
|
|
|
|
+ "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
|
|
|
|
|
+ "squizlabs/php_codesniffer": "~2.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "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-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "files": [
|
|
|
|
|
+ "phpseclib/bootstrap.php"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "phpseclib\\": "phpseclib/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Jim Wigginton",
|
|
|
|
|
+ "email": "terrafrost@php.net",
|
|
|
|
|
+ "role": "Lead Developer"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Patrick Monnerat",
|
|
|
|
|
+ "email": "pm@datasphere.ch",
|
|
|
|
|
+ "role": "Developer"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Andreas Fischer",
|
|
|
|
|
+ "email": "bantu@phpbb.com",
|
|
|
|
|
+ "role": "Developer"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Hans-Jürgen Petrich",
|
|
|
|
|
+ "email": "petrich@tronic-media.com",
|
|
|
|
|
+ "role": "Developer"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Graham Campbell",
|
|
|
|
|
+ "email": "graham@alt-three.com",
|
|
|
|
|
+ "role": "Developer"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
|
|
|
|
|
+ "homepage": "http://phpseclib.sourceforge.net",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "BigInteger",
|
|
|
|
|
+ "aes",
|
|
|
|
|
+ "asn.1",
|
|
|
|
|
+ "asn1",
|
|
|
|
|
+ "blowfish",
|
|
|
|
|
+ "crypto",
|
|
|
|
|
+ "cryptography",
|
|
|
|
|
+ "encryption",
|
|
|
|
|
+ "rsa",
|
|
|
|
|
+ "security",
|
|
|
|
|
+ "sftp",
|
|
|
|
|
+ "signature",
|
|
|
|
|
+ "signing",
|
|
|
|
|
+ "ssh",
|
|
|
|
|
+ "twofish",
|
|
|
|
|
+ "x.509",
|
|
|
|
|
+ "x509"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/phpseclib/phpseclib/issues",
|
|
|
|
|
+ "source": "https://github.com/phpseclib/phpseclib/tree/2.0.32"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://github.com/terrafrost",
|
|
|
|
|
+ "type": "github"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://www.patreon.com/phpseclib",
|
|
|
|
|
+ "type": "patreon"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
|
|
|
|
|
+ "type": "tidelift"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2021-06-12T12:12:59+00:00"
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
"name": "psr/container",
|
|
"name": "psr/container",
|
|
|
"version": "1.1.1",
|
|
"version": "1.1.1",
|
|
@@ -4901,4 +5056,4 @@
|
|
|
"php": "7.2.5"
|
|
"php": "7.2.5"
|
|
|
},
|
|
},
|
|
|
"plugin-api-version": "2.1.0"
|
|
"plugin-api-version": "2.1.0"
|
|
|
-}
|
|
|
|
|
|
|
+}
|