From e6f35cd802c611194901db7ca53c8151af931e22 Mon Sep 17 00:00:00 2001 From: Alexander Kiryukhin Date: Fri, 15 May 2020 21:58:38 +0300 Subject: Fix version string for Travis --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e4ace7e..3098443 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ } ], "require": { - "php": ">=7.1.*" + "php": ">=7.1" }, "require-dev": { "phpunit/phpunit": "~7.0" -- cgit v1.2.3