From e98ba8028dd629e21dc1f698ecc8dee99f449f4d Mon Sep 17 00:00:00 2001 From: Matthew Grasmick Date: Fri, 8 Apr 2022 14:36:13 -0400 Subject: [PATCH] Update typhonius/acquia-logstream to 0.0.12. (#898) --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 0d7aded33..4fd64b6cd 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "symfony/process": "^5.1", "symfony/validator": "^5.1", "symfony/yaml": "^5.1@dev", - "typhonius/acquia-logstream": "^0.0.10", + "typhonius/acquia-logstream": "^0.0.12", "typhonius/acquia-php-sdk-v2": "^2.0.17", "violuke/rsa-ssh-key-fingerprint": "^1.1", "webmozart/json": "^1.2", diff --git a/composer.lock b/composer.lock index 7b40322b2..185b76fa4 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": "1abd59cd4619d3280350e71ed3f1cd87", + "content-hash": "aeccb1ab92264ef152d2a5c4583e87eb", "packages": [ { "name": "acquia/drupal-environment-detector", @@ -6083,16 +6083,16 @@ }, { "name": "typhonius/acquia-logstream", - "version": "0.0.10", + "version": "0.0.12", "source": { "type": "git", "url": "https://github.com/typhonius/acquia-logstream.git", - "reference": "9b9d6291034d98fab0c919f34becfe21a6d5dd31" + "reference": "8b37ea16de20be0a44786df6e9ef65d302233ac0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/typhonius/acquia-logstream/zipball/9b9d6291034d98fab0c919f34becfe21a6d5dd31", - "reference": "9b9d6291034d98fab0c919f34becfe21a6d5dd31", + "url": "https://api.github.com/repos/typhonius/acquia-logstream/zipball/8b37ea16de20be0a44786df6e9ef65d302233ac0", + "reference": "8b37ea16de20be0a44786df6e9ef65d302233ac0", "shasum": "" }, "require": { @@ -6104,7 +6104,7 @@ }, "require-dev": { "php-coveralls/php-coveralls": "^2.0.0", - "phpstan/phpstan": "^0.12.0", + "phpstan/phpstan": "^1.5.0", "phpunit/phpunit": "^9.4", "squizlabs/php_codesniffer": "^3.1" }, @@ -6127,7 +6127,7 @@ "description": "PHP library to connect to Acquia Logstream service", "support": { "issues": "https://github.com/typhonius/acquia-logstream/issues", - "source": "https://github.com/typhonius/acquia-logstream/tree/0.0.10" + "source": "https://github.com/typhonius/acquia-logstream/tree/0.0.12" }, "funding": [ { @@ -6135,7 +6135,7 @@ "type": "github" } ], - "time": "2022-03-21T17:32:49+00:00" + "time": "2022-04-08T18:28:56+00:00" }, { "name": "typhonius/acquia-php-sdk-v2",