Skip to content

Commit bed61be

Browse files
committed
rollback composer.json and README.md
Signed-off-by: Даниил Эйзерман <deizerman@team.amocrm.com>
1 parent 8984ac9 commit bed61be

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# A prometheus client library written in PHP. Forked from [promphp/prometheus_client_php](https://github.com/PromPHP/prometheus_client_php)
1+
# A prometheus client library written in PHP
22

33
![Tests](https://github.com/promphp/prometheus_client_php/workflows/Tests/badge.svg)
44

composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
{
2-
"name": "gp/prometheus_client_php",
3-
"description": "Prometheus instrumentation library for PHP applications. Forked from https://github.com/PromPHP/prometheus_client_php",
2+
"name": "promphp/prometheus_client_php",
3+
"description": "Prometheus instrumentation library for PHP applications.",
44
"type": "library",
55
"license": "Apache-2.0",
66
"authors": [
77
{
8-
"name": "Daniel Eiserman",
9-
"email": "deizerman@team.amocrm.com"
8+
"name": "Lukas Kämmerling",
9+
"email": "kontakt@lukas-kaemmerling.de"
1010
}
1111
],
1212
"replace": {
1313
"jimdo/prometheus_client_php": "*",
1414
"endclothing/prometheus_client_php": "*",
15-
"lkaemmerling/prometheus_client_php": "*",
16-
"promphp/prometheus_client_php",
15+
"lkaemmerling/prometheus_client_php": "*"
1716
},
1817
"require": {
1918
"php": "^7.2|^8.0",

0 commit comments

Comments
 (0)