From 392a130052580b079f61afbd94f3a4d871fbeba0 Mon Sep 17 00:00:00 2001 From: Soumya Unnikrishnan Date: Fri, 6 Mar 2020 12:11:31 -0600 Subject: [PATCH] MQE-1738: MFTF PHP Compatibility Update (PHP 7.4) removed support for php7.0/7.1 --- .travis.yml | 2 -- composer.json | 2 +- composer.lock | 4 ++-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 913c74f48..fb21686b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,5 @@ language: php php: - - 7.0 - - 7.1 - 7.2 - 7.3 install: composer install --no-interaction --prefer-source diff --git a/composer.json b/composer.json index 5fc595478..727f4c8a5 100755 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "sort-packages": true }, "require": { - "php": "7.0.2||7.0.4||~7.0.6||~7.1.0||~7.2.0||~7.3.0", + "php": "~7.2.0||~7.3.0", "ext-curl": "*", "ext-json": "*", "ext-openssl": "*", diff --git a/composer.lock b/composer.lock index cd692f7e6..43be8f65d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "21ca9c7fef683977c7a1bbb0591c54b0", + "content-hash": "ddf9b7965d3a2369bf0f22f5172d75dc", "packages": [ { "name": "allure-framework/allure-codeception", @@ -6869,7 +6869,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "7.0.2||7.0.4||~7.0.6||~7.1.0||~7.2.0||~7.3.0", + "php": "~7.2.0||~7.3.0", "ext-curl": "*", "ext-json": "*", "ext-openssl": "*"