Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

Commit

Permalink
Update package to support Magento 2.2
Browse files Browse the repository at this point in the history
Drops support for all prior versions of Magento 2
  • Loading branch information
tgerulaitis committed Jan 8, 2018
1 parent e60231a commit 9328164
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand All @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 9328164

Please sign in to comment.