diff --git a/common/composer.json b/common/composer.json index 8234234..f3af5a1 100644 --- a/common/composer.json +++ b/common/composer.json @@ -10,7 +10,7 @@ "open-telemetry/api": "^1.0", "psr/log": "^1 || ^2 || ^3", "revolt/event-loop": "^1.0", - "tbachert/spi": "^0.1 || ^0.2" + "tbachert/spi": "^0.1 || ^0.2 || ^1.0" }, "autoload": { "psr-4": { diff --git a/composer.json b/composer.json index aa5d675..3df3d60 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "open-telemetry/context": "^1.0", "psr/log": "^1 || ^2 || ^3", "revolt/event-loop": "^1.0", - "tbachert/spi": "^0.1 || ^0.2" + "tbachert/spi": "^0.1 || ^0.2 || ^1.0" }, "suggest": { "ext-gmp": "To support unlimited number of synchronous metric readers, otherwise limited to 63 per stream"