File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ addons:
12
12
language : php
13
13
jobs :
14
14
include :
15
- - php : 7.1
15
+ - php : 7.2
16
16
env :
17
- - MAGENTO_VERSION=2.2
17
+ - MAGENTO_VERSION=2.3
18
18
- TEST_SUITE=integration
19
19
- php : 7.3
20
20
env :
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ The MIT License (MIT). Please see [License File](LICENSE) for more information.
78
78
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/integer-net/magento2-rewritemap?style=flat-square
79
79
[ico-code-quality]: https://img.shields.io/scrutinizer/g/integer-net/magento2-rewritemap.svg?style=flat-square
80
80
[ico-maintainability]: https://img.shields.io/codeclimate/maintainability/integer-net/magento2-rewritemap?style=flat-square
81
- [ico-compatibility]: https://img.shields.io/badge/magento-2.2%20| %202.3%20|%202.4-brightgreen.svg?logo=magento&longCache=true&style=flat-square
81
+ [ico-compatibility]: https://img.shields.io/badge/magento-%202.3%20|%202.4-brightgreen.svg?logo=magento&longCache=true&style=flat-square
82
82
83
83
[link-packagist]: https://packagist.org/packages/integer-net/magento2-rewritemap
84
84
[link-travis]: https://travis-ci.org/integer-net/magento2-rewritemap
Original file line number Diff line number Diff line change 30
30
}
31
31
],
32
32
"require" : {
33
- "php" : " ~7.1||~7. 2||~7.3||~7.4" ,
34
- "magento/framework" : " ^101.0.0||^ 102.0.0||^103.0.0" ,
33
+ "php" : " ~7.2||~7.3||~7.4" ,
34
+ "magento/framework" : " ^102.0.0||^103.0.0" ,
35
35
"magento/module-store" : " ^100.0.2||^101.0" ,
36
36
"magento/module-url-rewrite" : " ^100.0.2||^101.0.0||^102.0.0"
37
37
},
You can’t perform that action at this time.
0 commit comments