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: