Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
OxCom committed Jan 11, 2021
1 parent 4181b39 commit a4e4d1b
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,16 @@
"homepage": "https://github.com/OxCom/magento2-top-products",
"require": {
"php": ">=5.6",
"magento/module-config": "100.0.*|100.1.*|101.0.*",
"magento/module-store": "100.0.*|100.1.*|100.2.*",
"magento/module-backend": "100.0.*|100.1.*|100.2.*",
"magento/module-directory": "100.0.*|100.1.*|100.2.*",
"magento/framework": "100.0.*|100.1.*|101.0.*"
"magento/module-config": "100.0.*|100.1.*|101.0.*|101.1.*|101.2.*",
"magento/module-store": "100.0.*|100.1.*|100.2.*|101.0.*|101.1.*",
"magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.*|102.0.*|103.0.*",
"magento/module-directory": "100.0.*|100.1.*|100.2.*|100.3.*|100.4.*",
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*|103.0.*"
},
"require-dev": {
"magento/zendframework1": "1.12.*|1.13.*",
"phpunit/phpunit": "5.3.5",
"squizlabs/php_codesniffer": "^3.1",
"sebastian/phpcpd": "^3.0"
"magento/zendframework1": "1.12.*|1.13.*|1.14.*",
"phpunit/phpunit": "5.3.5|^7.5.20|^9.3.8",
"squizlabs/php_codesniffer": "^3.5.8"
},
"autoload": {
"files": [
Expand Down

0 comments on commit a4e4d1b

Please sign in to comment.