From a779c018fd4b30bb0e40c9a2c07706fe46da37e8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 22:43:32 +0000 Subject: [PATCH] Bump laupifrpar/pusher-bundle from 1.5.2 to 3.0.0 Bumps [laupifrpar/pusher-bundle](https://github.com/laupiFrpar/LopiPusherBundle) from 1.5.2 to 3.0.0. - [Release notes](https://github.com/laupiFrpar/LopiPusherBundle/releases) - [Commits](https://github.com/laupiFrpar/LopiPusherBundle/compare/1.5.2...3.0.0) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- composer.lock | 139 +++++++++++++++++++++++++++++++++++++++++--------- 2 files changed, 117 insertions(+), 24 deletions(-) diff --git a/composer.json b/composer.json index 6f3acfc..fd66c22 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "nelmio/security-bundle": "~2.5", "sonata-project/notification-bundle": "^3.5", - "laupifrpar/pusher-bundle": "~1.2", + "laupifrpar/pusher-bundle": "~3.0", "guzzle/guzzle": "~3.5", "sensio/generator-bundle": "~3.0", diff --git a/composer.lock b/composer.lock index c1a57fe..2f80326 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "960a1fa87687b48f546e509da64c9dd8", + "content-hash": "096bb645ece29be3fd1872984f9223b9", "packages": [ { "name": "bugsnag/bugsnag", @@ -1706,27 +1706,28 @@ }, { "name": "laupifrpar/pusher-bundle", - "version": "1.5.2", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/laupiFrpar/LopiPusherBundle.git", - "reference": "3c6254758bb1772a7e3446de131f19fe477bd20a" + "reference": "a723c2ae571b11c8e975668370d9bb476132b9fa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laupiFrpar/LopiPusherBundle/zipball/3c6254758bb1772a7e3446de131f19fe477bd20a", - "reference": "3c6254758bb1772a7e3446de131f19fe477bd20a", + "url": "https://api.github.com/repos/laupiFrpar/LopiPusherBundle/zipball/a723c2ae571b11c8e975668370d9bb476132b9fa", + "reference": "a723c2ae571b11c8e975668370d9bb476132b9fa", "shasum": "" }, "require": { - "php": ">=5.6", - "pusher/pusher-php-server": "^2.2.1" + "php": ">=7.1", + "pusher/pusher-php-server": "^3.0", + "twig/twig": "~2.7" }, "require-dev": { - "phpunit/phpunit": "5.*", - "symfony/config": "~2.7", - "symfony/dependency-injection": "~2.7", - "symfony/http-kernel": "~2.7" + "phpunit/phpunit": "7.*", + "symfony/config": "~3.4", + "symfony/dependency-injection": "~3.4", + "symfony/http-kernel": "~3.4" }, "type": "symfony-bundle", "autoload": { @@ -1757,7 +1758,7 @@ "pusher", "symfony" ], - "time": "2017-08-09T13:24:33+00:00" + "time": "2019-03-20T13:00:55+00:00" }, { "name": "liip/monitor-bundle", @@ -2023,6 +2024,88 @@ ], "time": "2018-07-02T15:55:56+00:00" }, + { + "name": "paragonie/sodium_compat", + "version": "v1.12.0", + "source": { + "type": "git", + "url": "https://github.com/paragonie/sodium_compat.git", + "reference": "8228b286d6b8fe24825f42ce02403f72656ac826" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/8228b286d6b8fe24825f42ce02403f72656ac826", + "reference": "8228b286d6b8fe24825f42ce02403f72656ac826", + "shasum": "" + }, + "require": { + "paragonie/random_compat": ">=1", + "php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7|^8" + }, + "require-dev": { + "phpunit/phpunit": "^3|^4|^5|^6|^7" + }, + "suggest": { + "ext-libsodium": "PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.", + "ext-sodium": "PHP >= 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security." + }, + "type": "library", + "autoload": { + "files": [ + "autoload.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "ISC" + ], + "authors": [ + { + "name": "Paragon Initiative Enterprises", + "email": "security@paragonie.com" + }, + { + "name": "Frank Denis", + "email": "jedisct1@pureftpd.org" + } + ], + "description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists", + "keywords": [ + "Authentication", + "BLAKE2b", + "ChaCha20", + "ChaCha20-Poly1305", + "Chapoly", + "Curve25519", + "Ed25519", + "EdDSA", + "Edwards-curve Digital Signature Algorithm", + "Elliptic Curve Diffie-Hellman", + "Poly1305", + "Pure-PHP cryptography", + "RFC 7748", + "RFC 8032", + "Salpoly", + "Salsa20", + "X25519", + "XChaCha20-Poly1305", + "XSalsa20-Poly1305", + "Xchacha20", + "Xsalsa20", + "aead", + "cryptography", + "ecdh", + "elliptic curve", + "elliptic curve cryptography", + "encryption", + "libsodium", + "php", + "public-key cryptography", + "secret-key cryptography", + "side-channel resistant" + ], + "time": "2019-10-19T15:30:42+00:00" + }, { "name": "php-amqplib/php-amqplib", "version": "v2.10.1", @@ -2145,47 +2228,57 @@ }, { "name": "pusher/pusher-php-server", - "version": "2.6.4", + "version": "v3.4.1", "source": { "type": "git", "url": "https://github.com/pusher/pusher-http-php.git", - "reference": "2cf2ba85e7ce3250468a1c42ab7c948a7d43839d" + "reference": "a5fcdc65efd8d9a8291efbe01d326ec7ef5d5cee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pusher/pusher-http-php/zipball/2cf2ba85e7ce3250468a1c42ab7c948a7d43839d", - "reference": "2cf2ba85e7ce3250468a1c42ab7c948a7d43839d", + "url": "https://api.github.com/repos/pusher/pusher-http-php/zipball/a5fcdc65efd8d9a8291efbe01d326ec7ef5d5cee", + "reference": "a5fcdc65efd8d9a8291efbe01d326ec7ef5d5cee", "shasum": "" }, "require": { "ext-curl": "*", - "php": ">=5.2" + "paragonie/sodium_compat": "^1.6", + "php": ">=5.4 <7.4", + "psr/log": "^1.0" }, "require-dev": { - "phpunit/phpunit": "~4" + "phpunit/phpunit": "^4.8.35 || ^5.7" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, "autoload": { - "classmap": [ - "lib/" - ] + "psr-4": { + "Pusher\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Library for interacting with the Pusher REST API", - "homepage": "https://github.com/pusher/pusher-php-server", "keywords": [ "events", + "messaging", "php-pusher-server", "publish", + "push", "pusher", + "real time", + "real-time", "realtime", "rest", "trigger" ], - "time": "2017-06-06T16:41:17+00:00" + "time": "2019-03-19T11:19:11+00:00" }, { "name": "seld/jsonlint",