Skip to content

Commit f83c349

Browse files
authored
Merge pull request #10 from renatocason/1.1-develop
Magento 2.3 support
2 parents 54ac487 + ed8538c commit f83c349

3 files changed

Lines changed: 11 additions & 9 deletions

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ sudo: false
33
language: php
44

55
php:
6-
- 7.0
76
- 7.1
7+
- 7.2
88

99
install:
10+
- mkdir -p ~/.composer/
1011
- echo "{\"http-basic\":{\"repo.magento.com\":{\"username\":\"${MAGENTO_USERNAME}\",\"password\":\"${MAGENTO_PASSWORD}\"}}}" > ~/.composer/auth.json
1112
- composer install --prefer-dist
1213
- composer create-project --repository=https://repo.magento.com magento/marketplace-eqp marketplace-eqp

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ This extension supports the following versions of Magento:
1313

1414
* Community Edition (CE) versions 2.1.x
1515
* Community Edition (CE) versions 2.2.x
16+
* Community Edition (CE) versions 2.3.x
1617

1718
## Installation
1819
1. Require the module via Composer

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@
88
}
99
],
1010
"require": {
11-
"php": "~7.0.0|~7.1.0",
12-
"symfony/console": "~2.3, !=2.7.0",
13-
"magento/framework": "101.0.*",
14-
"magento/module-store": "100.2.*"
11+
"php": "~7.1.0|~7.2.0",
12+
"symfony/console": "~4.1.9",
13+
"magento/framework": "102.0.*",
14+
"magento/module-store": "101.0.*"
1515
},
1616
"require-dev": {
17-
"phpunit/phpunit": "~6.2.0",
18-
"squizlabs/php_codesniffer": "3.2.2",
17+
"phpunit/phpunit": "~6.5.13",
18+
"squizlabs/php_codesniffer": "3.3.1",
1919
"phpmd/phpmd": "@stable",
2020
"php-coveralls/php-coveralls": "~2.1.0"
2121
},
2222
"suggest": {
23-
"renatocason/magento2-module-mq-mysql": "~1.0.0",
24-
"renatocason/magento2-module-mq-amqp": "~1.0.0"
23+
"renatocason/magento2-module-mq-mysql": "~1.1.0",
24+
"renatocason/magento2-module-mq-amqp": "~1.1.0"
2525
},
2626
"type": "magento2-module",
2727
"license": [

0 commit comments

Comments
 (0)