diff --git a/README.md b/README.md index 69b0eb2..88b7d2b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # A prometheus push gateway client library written in PHP -![Tests](https://github.com/lkaemmerling/prometheus_push_gateway_php/workflows/Tests/badge.svg) +![Tests](https://github.com/promphp/prometheus_push_gateway_php/workflows/Tests/badge.svg) This package provides an easy PHP API for Prometheus Push Gateway. It was part of https://github.com/LKaemmerling/prometheus_client_php and was moved into a seperate package as of Prometheus Client PHP Version 2.0.0. @@ -12,7 +12,7 @@ The PushGateway allows Prometheus to get Metrics from Systems that are not scrab Add as [Composer](https://getcomposer.org/) dependency: ```sh -composer require lkaemmerling/prometheus_push_gateway_php +composer require promphp/prometheus_push_gateway_php ``` ## Usage diff --git a/composer.json b/composer.json index c451e87..1e07e2f 100644 --- a/composer.json +++ b/composer.json @@ -1,11 +1,11 @@ { - "name": "lkaemmerling/prometheus_push_gateway_php", + "name": "promphp/prometheus_push_gateway_php", "description": "Prometheus Push Gateway client for PHP applications.", "type": "library", "require": { "php": "^7.2", "guzzlehttp/guzzle": "^6.3|^7.0", - "lkaemmerling/prometheus_client_php": "^1.0|^2.0" + "promphp/prometheus_client_php": "^1.0|^2.0" }, "require-dev": { "phpunit/phpunit": "^8.4",