diff --git a/.travis.yml b/.travis.yml index 92fb328..2d0de07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,9 @@ language: php php: - - 5.6 - - 7.0 - - 7.1 - 7.2 - 7.3 + - 7.4 before_install: - echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini diff --git a/composer.json b/composer.json index 6cac986..81cfe3f 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "superbalist/laravel-prometheus-exporter", + "name": "futurematt/laravel-prometheus-exporter", "description": "A prometheus exporter for Laravel", "license": "MIT", "authors": [ @@ -9,10 +9,10 @@ } ], "require": { - "php": ">=5.6.0", - "illuminate/support": "^5.3 || ^6.0 || ^7.0", - "illuminate/routing": "^5.3 || ^6.0 || ^7.0", - "jimdo/prometheus_client_php": "^0.9.0" + "php": ">=7.2.0", + "illuminate/support": "^5.3 || ^6.0 || ^7.0 || ^8.0", + "illuminate/routing": "^5.3 || ^6.0 || ^7.0 || ^8.0", + "endclothing/prometheus_client_php": "^1.0" }, "autoload": { "psr-4": { @@ -34,7 +34,7 @@ } }, "require-dev": { - "phpunit/phpunit": "^5.5", - "mockery/mockery": "^0.9.5" + "phpunit/phpunit": "^8", + "mockery/mockery": "^1.3" } } diff --git a/phpunit.xml b/phpunit.xml index 59500d1..460aa40 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -8,7 +8,6 @@ convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" - syntaxCheck="true" verbose="true" >