From 02deece8c1f9ad3686b40b650b8ae63bca254982 Mon Sep 17 00:00:00 2001 From: Manuele Menozzi Date: Thu, 5 Mar 2020 10:53:22 +0100 Subject: [PATCH] Remove PHP 7.2 and Sylius 1.6 support --- .travis.yml | 1 - composer.json | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 85a36eab..f776b3bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ language: php dist: trusty php: - - '7.2' - '7.3' cache: diff --git a/composer.json b/composer.json index 71f65110..7041c9e8 100644 --- a/composer.json +++ b/composer.json @@ -5,8 +5,8 @@ "description": "Plugin allowing to import products data from Akeneo PIM to your Sylius store.", "license": "MIT", "require": { - "php": "^7.2", - "sylius/sylius": "^1.6", + "php": "^7.3", + "sylius/sylius": "^1.7", "guzzlehttp/guzzle": "^6.5", "cocur/slugify": "^4.0" },