diff --git a/composer.json b/composer.json index 89dd5e7..0485b10 100644 --- a/composer.json +++ b/composer.json @@ -10,6 +10,7 @@ "ext-iconv": "*", "grpc/grpc": "^1.57", "guzzlehttp/promises": "*", + "nubium/this-should-never-happen-exception": "^1.0", "nyholm/psr7": "*", "open-telemetry/exporter-otlp": "^1.0", "open-telemetry/opentelemetry-auto-symfony": "^1.0@beta", diff --git a/composer.lock b/composer.lock index 67eaf0e..d4f1c34 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": "61ab226932ff1cf0567a22bbf802e20c", + "content-hash": "60708df22ad1ee4eca712d46f8e02c3b", "packages": [ { "name": "clue/stream-filter", @@ -658,6 +658,47 @@ ], "time": "2023-10-27T15:32:31+00:00" }, + { + "name": "nubium/this-should-never-happen-exception", + "version": "v1.0", + "source": { + "type": "git", + "url": "https://github.com/nubium/this-should-never-happen-exception.git", + "reference": "3ed1b6f725881c527050c235e2503a8300427b86" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nubium/this-should-never-happen-exception/zipball/3ed1b6f725881c527050c235e2503a8300427b86", + "reference": "3ed1b6f725881c527050c235e2503a8300427b86", + "shasum": "" + }, + "require-dev": { + "jakub-onderka/php-parallel-lint": "~1.0", + "phpstan/phpstan": "~0.9" + }, + "type": "library", + "autoload": { + "psr-4": { + "Nubium\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jiri Travnicek", + "email": "jiri.travnicek@nubium.cz" + } + ], + "description": "Extend this exception and throw it anytime something unexpected happens.", + "support": { + "issues": "https://github.com/nubium/this-should-never-happen-exception/issues", + "source": "https://github.com/nubium/this-should-never-happen-exception/tree/master" + }, + "time": "2018-03-27T10:16:09+00:00" + }, { "name": "nyholm/psr7", "version": "1.8.1",