diff --git a/composer.json b/composer.json index 6c56a4b..ad40951 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "require": { "php": ">=8.0", "stevenmaguire/trello-php": "^1.0.0", - "openmetrics-php/exposition-text": "^0.3.1" + "openmetrics-php/exposition-text": "^0.4.1" } , "require-dev": { diff --git a/composer.lock b/composer.lock index 38c635f..4383cee 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": "bb3d24c6cf7a500b92a0e37611af8d4e", + "content-hash": "f1a6b31616e756cd7f089917275a4fa4", "packages": [ { "name": "guzzlehttp/guzzle", @@ -412,40 +412,25 @@ }, { "name": "openmetrics-php/exposition-text", - "version": "v0.3.1", + "version": "v0.4.1", "source": { "type": "git", "url": "https://github.com/openmetrics-php/exposition-text.git", - "reference": "125dce0ce283cb78ef6f7bcf7fb8b2425c703c88" + "reference": "fcfca38f693e168f4520bbd359d91528bbb9a8e8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/openmetrics-php/exposition-text/zipball/125dce0ce283cb78ef6f7bcf7fb8b2425c703c88", - "reference": "125dce0ce283cb78ef6f7bcf7fb8b2425c703c88", + "url": "https://api.github.com/repos/openmetrics-php/exposition-text/zipball/fcfca38f693e168f4520bbd359d91528bbb9a8e8", + "reference": "fcfca38f693e168f4520bbd359d91528bbb9a8e8", "shasum": "" }, "require": { - "php": ">=7.1", - "psr/http-message": "^1.0" + "php": "^7.2 || ^8.0" }, "require-dev": { - "ext-xdebug": "*", - "hollodotme/phpunit-testdox-markdown": "~1.0.0", - "tm/tooly-composer-script": "~1.0" + "ext-xdebug": "*" }, "type": "library", - "extra": { - "tools": { - "phpunit": { - "url": "https://phar.phpunit.de/phpunit-7.phar", - "only-dev": true - }, - "phpstan": { - "url": "https://github.com/phpstan/phpstan/releases/download/0.11.2/phpstan.phar", - "only-dev": true - } - } - }, "autoload": { "psr-4": { "OpenMetricsPhp\\Exposition\\Text\\": "src/" @@ -464,9 +449,9 @@ "description": "Implementation of the text exposition format of OpenMetrics", "support": { "issues": "https://github.com/openmetrics-php/exposition-text/issues", - "source": "https://github.com/openmetrics-php/exposition-text/tree/development" + "source": "https://github.com/openmetrics-php/exposition-text/tree/v0.4.1" }, - "time": "2019-02-19T21:13:07+00:00" + "time": "2024-07-16T12:47:30+00:00" }, { "name": "psr/http-client", @@ -1410,5 +1395,5 @@ "php": ">=8.0" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }