diff --git a/composer.json b/composer.json index 729f06d..36653a3 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ }, "minimum-stability" : "dev", "require": { - "php": ">=5.4.0" + "php": ">=7.1" }, "require-dev": { "atoum/atoum": "^2.8|^3.0", diff --git a/src/M6Web/Component/Statsd/Client.php b/src/M6Web/Component/Statsd/Client.php index e8bbe3d..e3b8d4f 100644 --- a/src/M6Web/Component/Statsd/Client.php +++ b/src/M6Web/Component/Statsd/Client.php @@ -1,4 +1,6 @@