File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,10 +3,11 @@ sudo: false
33language : php
44
55php :
6- - 7.0
76 - 7.1
7+ - 7.2
88
99install :
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
Original file line number Diff line number Diff 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
18191 . Require the module via Composer
Original file line number Diff line number Diff line change 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" : [
You can’t perform that action at this time.
0 commit comments