From 2de962b1ca3427459e300ae70600a5f52c7e714c Mon Sep 17 00:00:00 2001 From: Bertus Steenberg Date: Sun, 28 Apr 2019 11:53:32 +0200 Subject: [PATCH] lower requirements for illuminate libs --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 68453e1..e81e8a0 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "superbalist/laravel-prometheus-exporter", + "name": "superbalist/laravel4-prometheus-exporter", "description": "A prometheus exporter for Laravel", "license": "MIT", "authors": [ @@ -10,9 +10,9 @@ ], "require": { "php": ">=5.6.0", - "illuminate/support": "^5.3", - "illuminate/routing": "^5.3", - "jimdo/prometheus_client_php": "^0.9.0" + "illuminate/support": "^4.0", + "illuminate/routing": "^4.0", + "jimdo/prometheus_client_php": "^0.9.1" }, "autoload": { "psr-4": {