From b244f595137a43a73e8f6118f22607a1282b30a6 Mon Sep 17 00:00:00 2001 From: Cyrille Giquello Date: Fri, 29 Jun 2018 19:03:16 +0200 Subject: [PATCH] make Laravel 5.4 compatible --- composer.json | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 04cd146..d10e9fa 100644 --- a/composer.json +++ b/composer.json @@ -15,18 +15,12 @@ "Tback\\PrometheusExporter\\": "src/" } }, - "repositories": [ - { - "type" : "vcs", - "url": "https://github.com/traum-ferienwohnungen/prometheus_client_php" - } - ], "require": { - "jimdo/prometheus_client_php": "dev-store-initialized", - "illuminate/support": "^5.6" + "jimdo/prometheus_client_php": "0.9.1", + "illuminate/support": "^5.4" }, "require-dev": { - "illuminate/http": "^5.6", + "illuminate/http": "^5.4", "phpunit/phpunit": "^6.0", "orchestra/testbench": "~3.0" },