From 0e3c9152f97ef93dfc128f8373ed549acfff0421 Mon Sep 17 00:00:00 2001 From: Cherif BOUCHELAGHEM Date: Wed, 10 Jun 2020 16:47:27 +0100 Subject: [PATCH] Update php version and stability --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e211059..f74a0bf 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,7 @@ "description": "Algerian mobile phone number value object", "type": "library", "license": "MIT", + "minimum-stability": "stable", "authors": [ { "name": "Cherif BOUCHELAGHEM", @@ -10,7 +11,7 @@ } ], "require": { - "php": "7.2.0" + "php": ">=7.2.0" }, "autoload": { "psr-4": {