From ad524715933bfb45529c5d89402c2766d96099f6 Mon Sep 17 00:00:00 2001 From: Jlis Date: Tue, 11 Sep 2018 10:21:57 +0200 Subject: [PATCH] Some small cs fixes --- composer.json | 2 +- composer.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3c83a06..50bda92 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "repositories": [ { "type": "vcs", - "url": "https://github.com/jlis/prometheus_client_php.git" + "url": "https://github.com/jlis/prometheus_client_php" } ], "require": { diff --git a/composer.lock b/composer.lock index 9d6e975..c847d9e 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": "885a0fca19d2b37167c96832ca74bd73", + "content-hash": "3a4f51c6097d6f7540255a1410f44705", "packages": [ { "name": "guzzlehttp/guzzle",