Skip to content

Commit

Permalink
Add magento dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Willian Keller committed Jan 30, 2019
1 parent c897fc4 commit 828a288
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,19 @@
],
"require": {
"php": "7.0.2|7.0.2|7.0.4|~7.0.6|~7.1.0",
"magento/module-backend": "100.0.*|100.1.*|100.2.*|100.3.*|101.0.0",
"magento/module-backend": "100.0.*|100.1.*|100.2.*|100.3.*|101.0.*",
"magento/framework": "100.0.*|100.1.*|100.2.*|100.3.*|101.0.*"
},
"require-dev": {
"phpmd/phpmd": "@stable",
"phpspec/phpspec": "^2.5",
"squizlabs/php_codesniffer": "3.0.1",
"magento/marketplace-eqp": "1.*"
"squizlabs/php_codesniffer": "3.0.1"
},
"repositories": {
"0": {
"type": "composer",
"url": "https://repo.magento.com/"
}
},
"autoload": {
"files": [
Expand Down

0 comments on commit 828a288

Please sign in to comment.