From fa758c6179a1e96394b5070e1c3e49351ba6244b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Feb 2021 04:46:20 +0000 Subject: [PATCH] Bump php-amqplib/php-amqplib from 2.8.0 to 2.12.2 Bumps [php-amqplib/php-amqplib](https://github.com/php-amqplib/php-amqplib) from 2.8.0 to 2.12.2. - [Release notes](https://github.com/php-amqplib/php-amqplib/releases) - [Changelog](https://github.com/php-amqplib/php-amqplib/blob/master/CHANGELOG.md) - [Commits](https://github.com/php-amqplib/php-amqplib/compare/v2.8.0...2.12.2) Signed-off-by: dependabot-preview[bot] --- composer.lock | 225 +++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 204 insertions(+), 21 deletions(-) mode change 100755 => 100644 composer.lock diff --git a/composer.lock b/composer.lock old mode 100755 new mode 100644 index fb0dbe0..e836de1 --- a/composer.lock +++ b/composer.lock @@ -684,6 +684,7 @@ "cache", "caching" ], + "abandoned": true, "time": "2019-11-29T11:22:01+00:00" }, { @@ -1216,6 +1217,7 @@ "reflection", "static" ], + "abandoned": "roave/better-reflection", "time": "2020-03-27T11:06:43+00:00" }, { @@ -3267,6 +3269,68 @@ "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)", "time": "2019-11-15T16:17:10+00:00" }, + { + "name": "paragonie/constant_time_encoding", + "version": "v2.4.0", + "source": { + "type": "git", + "url": "https://github.com/paragonie/constant_time_encoding.git", + "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c", + "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c", + "shasum": "" + }, + "require": { + "php": "^7|^8" + }, + "require-dev": { + "phpunit/phpunit": "^6|^7|^8|^9", + "vimeo/psalm": "^1|^2|^3|^4" + }, + "type": "library", + "autoload": { + "psr-4": { + "ParagonIE\\ConstantTime\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Paragon Initiative Enterprises", + "email": "security@paragonie.com", + "homepage": "https://paragonie.com", + "role": "Maintainer" + }, + { + "name": "Steve 'Sc00bz' Thomas", + "email": "steve@tobtu.com", + "homepage": "https://www.tobtu.com", + "role": "Original Developer" + } + ], + "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", + "keywords": [ + "base16", + "base32", + "base32_decode", + "base32_encode", + "base64", + "base64_decode", + "base64_encode", + "bin2hex", + "encoding", + "hex", + "hex2bin", + "rfc4648" + ], + "time": "2020-12-06T15:14:20+00:00" + }, { "name": "paragonie/random_compat", "version": "v2.0.18", @@ -3361,42 +3425,45 @@ "javascript", "minification" ], + "abandoned": true, "time": "2016-04-19T09:28:22+00:00" }, { "name": "php-amqplib/php-amqplib", - "version": "v2.8.0", + "version": "2.12.2", "source": { "type": "git", "url": "https://github.com/php-amqplib/php-amqplib.git", - "reference": "7df8553bd8b347cf6e919dd4a21e75f371547aa0" + "reference": "199f89c377df6e7a52d127af63b7c52b4e677c6c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/7df8553bd8b347cf6e919dd4a21e75f371547aa0", - "reference": "7df8553bd8b347cf6e919dd4a21e75f371547aa0", + "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/199f89c377df6e7a52d127af63b7c52b4e677c6c", + "reference": "199f89c377df6e7a52d127af63b7c52b4e677c6c", "shasum": "" }, "require": { - "ext-bcmath": "*", - "php": ">=5.4.0" + "ext-mbstring": "*", + "ext-sockets": "*", + "php": ">=5.6.3,<8.0", + "phpseclib/phpseclib": "^2.0|^3.0" + }, + "conflict": { + "php": "7.4.0 - 7.4.1" }, "replace": { "videlalvaro/php-amqplib": "self.version" }, "require-dev": { - "phpdocumentor/phpdocumentor": "^2.9", - "phpunit/phpunit": "^4.8", - "scrutinizer/ocular": "^1.1", - "squizlabs/php_codesniffer": "^2.5" - }, - "suggest": { - "ext-sockets": "Use AMQPSocketConnection" + "ext-curl": "*", + "nategood/httpful": "^0.2.20", + "phpunit/phpunit": "^5.7|^6.5|^7.0", + "squizlabs/php_codesniffer": "^3.5" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.8-dev" + "dev-master": "2.12-dev" } }, "autoload": { @@ -3414,13 +3481,18 @@ "role": "Original Maintainer" }, { - "name": "John Kelly", - "email": "johnmkelly86@gmail.com", + "name": "Raúl Araya", + "email": "nubeiro@gmail.com", "role": "Maintainer" }, { - "name": "Raúl Araya", - "email": "nubeiro@gmail.com", + "name": "Luke Bakken", + "email": "luke@bakken.io", + "role": "Maintainer" + }, + { + "name": "Ramūnas Dronga", + "email": "github@ramuno.lt", "role": "Maintainer" } ], @@ -3431,7 +3503,7 @@ "queue", "rabbitmq" ], - "time": "2018-10-23T18:48:24+00:00" + "time": "2021-02-12T17:50:22+00:00" }, { "name": "phpcollection/phpcollection", @@ -3629,6 +3701,113 @@ ], "time": "2020-03-21T18:07:53+00:00" }, + { + "name": "phpseclib/phpseclib", + "version": "3.0.5", + "source": { + "type": "git", + "url": "https://github.com/phpseclib/phpseclib.git", + "reference": "7c751ea006577e4c2e83326d90c8b1e8c11b8ede" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/7c751ea006577e4c2e83326d90c8b1e8c11b8ede", + "reference": "7c751ea006577e4c2e83326d90c8b1e8c11b8ede", + "shasum": "" + }, + "require": { + "paragonie/constant_time_encoding": "^1|^2", + "paragonie/random_compat": "^1.4|^2.0|^9.99.99", + "php": ">=5.6.1" + }, + "require-dev": { + "phing/phing": "~2.7", + "phpunit/phpunit": "^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": { + "phpseclib3\\": "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" + ], + "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-02-12T16:18:16+00:00" + }, { "name": "psr/cache", "version": "1.0.1", @@ -3999,6 +4178,7 @@ "configuration", "distribution" ], + "abandoned": true, "time": "2019-06-18T15:43:58+00:00" }, { @@ -4120,6 +4300,7 @@ } ], "description": "A security checker for your composer.lock", + "abandoned": "https://github.com/fabpot/local-php-security-checker", "time": "2019-11-01T13:20:14+00:00" }, { @@ -4127,12 +4308,12 @@ "version": "v1.0.9", "source": { "type": "git", - "url": "https://github.com/simplethings/EntityAuditBundle.git", + "url": "https://github.com/sonata-project/EntityAuditBundle.git", "reference": "5725ecab2d132288842d9a075d1a8662520829c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplethings/EntityAuditBundle/zipball/5725ecab2d132288842d9a075d1a8662520829c5", + "url": "https://api.github.com/repos/sonata-project/EntityAuditBundle/zipball/5725ecab2d132288842d9a075d1a8662520829c5", "reference": "5725ecab2d132288842d9a075d1a8662520829c5", "shasum": "" }, @@ -4658,6 +4839,7 @@ "keywords": [ "sonata" ], + "abandoned": true, "time": "2017-12-16T18:36:00+00:00" }, { @@ -7519,6 +7701,7 @@ "i18n", "text" ], + "abandoned": true, "time": "2018-12-05T18:34:18+00:00" }, {