aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kiryukhin <a.kiryukhin@mail.ru>2020-05-15 21:58:38 +0300
committerAlexander Kiryukhin <a.kiryukhin@mail.ru>2020-05-15 21:58:38 +0300
commite6f35cd802c611194901db7ca53c8151af931e22 (patch)
treeebb5b17411e1537be3ecd8c6154c532a88de7f95
parent043058f3c72deae2f4a40eac7e91a03208eaba23 (diff)
Fix version string for Travis
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
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"