From 932816433872cec772be47310ca4ad507ee33b6c Mon Sep 17 00:00:00 2001 From: Tomas Gerulaitis Date: Mon, 8 Jan 2018 12:18:43 +0000 Subject: [PATCH] Update package to support Magento 2.2 Drops support for all prior versions of Magento 2 --- composer.json | 6 +++--- dev/docker-compose.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 2f8c0a4..a323499 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "meanbee/magento2-infinitescroll", "description": "A Magento 2 extension that loads additional products on category pages without navigating to the next page.", "type": "magento2-module", - "version": "1.0.0", + "version": "1.1.0", "license": [ "OSL-3.0" ], @@ -20,8 +20,8 @@ }, "require": { "php": ">=7.0", - "magento/framework": "^100.1.0", - "magento/module-catalog": "^101.0.0", + "magento/framework": "^101.0.0", + "magento/module-catalog": "^102.0.0", "magento/module-catalog-search": "^100.1.0" }, "autoload": { diff --git a/dev/docker-compose.yml b/dev/docker-compose.yml index 5bcf943..07af511 100644 --- a/dev/docker-compose.yml +++ b/dev/docker-compose.yml @@ -58,7 +58,7 @@ services: COMPOSER_HOME: /root/.composer COMPOSER_ALLOW_SUPERUSER: 1 M2SETUP_INSTALL_DB: "true" - M2SETUP_VERSION: 2.1.* + M2SETUP_VERSION: 2.2.* M2SETUP_USE_SAMPLE_DATA: "true" M2SETUP_DB_HOST: db M2SETUP_DB_NAME: magento2 @@ -89,7 +89,7 @@ services: TERM: dumb magento: - image: meanbee/magento2-data:2.1 + image: meanbee/magento2-data:2.2-sample volumes: - ..:/extensions/Meanbee_InfiniteScroll environment: