|
|
@@ -4,7 +4,7 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
- "content-hash": "8e2ae21876c09c77b9450d8c53abdf95",
|
|
|
+ "content-hash": "b56cde54fb68927fcd938a8890c25ec6",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "dibi/dibi",
|
|
|
@@ -170,52 +170,6 @@
|
|
|
],
|
|
|
"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",
|
|
|
"version": "1.0.3",
|
|
|
@@ -689,115 +643,6 @@
|
|
|
},
|
|
|
"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",
|
|
|
"version": "1.1.1",
|
|
|
@@ -1140,16 +985,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/http-foundation",
|
|
|
- "version": "v4.4.25",
|
|
|
+ "version": "v4.4.26",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/http-foundation.git",
|
|
|
- "reference": "0c79d5a65ace4fe66e49702658c024a419d2438b"
|
|
|
+ "reference": "8759ed5c27c2a8a47cb60f367f4be6727f08d58b"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/http-foundation/zipball/0c79d5a65ace4fe66e49702658c024a419d2438b",
|
|
|
- "reference": "0c79d5a65ace4fe66e49702658c024a419d2438b",
|
|
|
+ "url": "https://api.github.com/repos/symfony/http-foundation/zipball/8759ed5c27c2a8a47cb60f367f4be6727f08d58b",
|
|
|
+ "reference": "8759ed5c27c2a8a47cb60f367f4be6727f08d58b",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
@@ -1188,7 +1033,7 @@
|
|
|
"description": "Defines an object-oriented layer for the HTTP specification",
|
|
|
"homepage": "https://symfony.com",
|
|
|
"support": {
|
|
|
- "source": "https://github.com/symfony/http-foundation/tree/v4.4.25"
|
|
|
+ "source": "https://github.com/symfony/http-foundation/tree/v4.4.26"
|
|
|
},
|
|
|
"funding": [
|
|
|
{
|
|
|
@@ -1204,7 +1049,7 @@
|
|
|
"type": "tidelift"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2021-05-26T11:20:16+00:00"
|
|
|
+ "time": "2021-06-26T21:56:04+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/mime",
|
|
|
@@ -1701,16 +1546,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/security-core",
|
|
|
- "version": "v5.2.10",
|
|
|
+ "version": "v5.2.11",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/security-core.git",
|
|
|
- "reference": "94225470036d67ae8bb6a746809fe737aa7c0319"
|
|
|
+ "reference": "450fa2c025bf9ba14d4af7c461c5ffd7c4657078"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/security-core/zipball/94225470036d67ae8bb6a746809fe737aa7c0319",
|
|
|
- "reference": "94225470036d67ae8bb6a746809fe737aa7c0319",
|
|
|
+ "url": "https://api.github.com/repos/symfony/security-core/zipball/450fa2c025bf9ba14d4af7c461c5ffd7c4657078",
|
|
|
+ "reference": "450fa2c025bf9ba14d4af7c461c5ffd7c4657078",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
@@ -1770,7 +1615,7 @@
|
|
|
"description": "Symfony Security Component - Core Library",
|
|
|
"homepage": "https://symfony.com",
|
|
|
"support": {
|
|
|
- "source": "https://github.com/symfony/security-core/tree/v5.2.10"
|
|
|
+ "source": "https://github.com/symfony/security-core/tree/v5.2.11"
|
|
|
},
|
|
|
"funding": [
|
|
|
{
|
|
|
@@ -1786,7 +1631,7 @@
|
|
|
"type": "tidelift"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2021-05-26T17:40:38+00:00"
|
|
|
+ "time": "2021-06-26T11:19:55+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/security-csrf",
|
|
|
@@ -4545,16 +4390,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/console",
|
|
|
- "version": "v4.4.25",
|
|
|
+ "version": "v4.4.26",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/console.git",
|
|
|
- "reference": "a62acecdf5b50e314a4f305cd01b5282126f3095"
|
|
|
+ "reference": "9aa1eb46c1b12fada74dc0c529e93d1ccef22576"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/console/zipball/a62acecdf5b50e314a4f305cd01b5282126f3095",
|
|
|
- "reference": "a62acecdf5b50e314a4f305cd01b5282126f3095",
|
|
|
+ "url": "https://api.github.com/repos/symfony/console/zipball/9aa1eb46c1b12fada74dc0c529e93d1ccef22576",
|
|
|
+ "reference": "9aa1eb46c1b12fada74dc0c529e93d1ccef22576",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
@@ -4614,7 +4459,7 @@
|
|
|
"description": "Eases the creation of beautiful and testable command line interfaces",
|
|
|
"homepage": "https://symfony.com",
|
|
|
"support": {
|
|
|
- "source": "https://github.com/symfony/console/tree/v4.4.25"
|
|
|
+ "source": "https://github.com/symfony/console/tree/v4.4.26"
|
|
|
},
|
|
|
"funding": [
|
|
|
{
|
|
|
@@ -4630,7 +4475,7 @@
|
|
|
"type": "tidelift"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2021-05-26T11:20:16+00:00"
|
|
|
+ "time": "2021-06-06T09:12:27+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/finder",
|
|
|
@@ -4853,16 +4698,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/var-dumper",
|
|
|
- "version": "v4.4.25",
|
|
|
+ "version": "v4.4.26",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/var-dumper.git",
|
|
|
- "reference": "31ea689a8e7d2410016b0d25fc15a1ba05a6e2e0"
|
|
|
+ "reference": "a586efdf2aa832d05b9249e9115d24f6a2691160"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/var-dumper/zipball/31ea689a8e7d2410016b0d25fc15a1ba05a6e2e0",
|
|
|
- "reference": "31ea689a8e7d2410016b0d25fc15a1ba05a6e2e0",
|
|
|
+ "url": "https://api.github.com/repos/symfony/var-dumper/zipball/a586efdf2aa832d05b9249e9115d24f6a2691160",
|
|
|
+ "reference": "a586efdf2aa832d05b9249e9115d24f6a2691160",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
@@ -4922,7 +4767,7 @@
|
|
|
"dump"
|
|
|
],
|
|
|
"support": {
|
|
|
- "source": "https://github.com/symfony/var-dumper/tree/v4.4.25"
|
|
|
+ "source": "https://github.com/symfony/var-dumper/tree/v4.4.26"
|
|
|
},
|
|
|
"funding": [
|
|
|
{
|
|
|
@@ -4938,7 +4783,7 @@
|
|
|
"type": "tidelift"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2021-05-27T09:48:32+00:00"
|
|
|
+ "time": "2021-06-17T06:35:48+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "theseer/tokenizer",
|