Skip to content

Commit

Permalink
MAGETWO-70191: Convert long form tags with echo to use short-echo tags
Browse files Browse the repository at this point in the history
…#1563

 - fixed static tests
  • Loading branch information
Oleksii Korshenko committed Jun 28, 2017
1 parent 9231cf0 commit 7bfd347
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app/code/Magento/Braintree/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"magento/module-catalog": "101.1.*",
"magento/module-quote": "100.2.*",
"magento/module-paypal": "100.2.*",
"magento/module-theme": "100.2.*",
"magento/module-ui": "100.2.*",
"braintree/braintree_php": "3.22.0"
},
"suggest": {
"magento/module-checkout-agreements": "100.2.*"
"magento/module-checkout-agreements": "100.2.*",
"magento/module-theme": "100.2.*"
},
"type": "magento2-module",
"version": "100.2.0-dev",
Expand Down
4 changes: 3 additions & 1 deletion app/code/Magento/Multishipping/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@
"magento/module-payment": "100.2.*",
"magento/module-tax": "100.2.*",
"magento/module-customer": "100.2.*",
"magento/module-theme": "100.2.*",
"magento/module-quote": "100.2.*",
"magento/framework": "100.2.*",
"magento/module-directory": "100.2.*"
},
"suggest": {
"magento/module-theme": "100.2.*"
},
"type": "magento2-module",
"version": "100.2.0-dev",
"license": [
Expand Down
4 changes: 3 additions & 1 deletion app/code/Magento/SendFriend/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
"magento/module-store": "100.2.*",
"magento/module-catalog": "101.1.*",
"magento/module-customer": "100.2.*",
"magento/module-theme": "100.2.*",
"magento/framework": "100.2.*"
},
"suggest": {
"magento/module-theme": "100.2.*"
},
"type": "magento2-module",
"version": "100.2.0-dev",
"license": [
Expand Down
4 changes: 2 additions & 2 deletions app/code/Magento/Translation/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"magento/module-backend": "100.2.*",
"magento/module-developer": "100.2.*",
"magento/module-store": "100.2.*",
"magento/module-theme": "100.2.*",
"magento/framework": "100.2.*"
},
"suggest": {
"magento/module-deploy": "100.2.*"
"magento/module-deploy": "100.2.*",
"magento/module-theme": "100.2.*"
},
"type": "magento2-module",
"version": "100.2.0-dev",
Expand Down
4 changes: 3 additions & 1 deletion app/code/Magento/Vault/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"magento/module-checkout": "100.2.*",
"magento/module-payment": "100.2.*",
"magento/module-customer": "100.2.*",
"magento/module-quote": "100.2.*",
"magento/module-quote": "100.2.*"
},
"suggest": {
"magento/module-theme": "100.2.*"
},
"type": "magento2-module",
Expand Down
4 changes: 2 additions & 2 deletions app/code/Magento/Wishlist/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"magento/module-customer": "100.2.*",
"magento/module-catalog": "101.1.*",
"magento/module-checkout": "100.2.*",
"magento/module-theme": "100.2.*",
"magento/module-catalog-inventory": "100.2.*",
"magento/module-rss": "100.2.*",
"magento/module-backend": "100.2.*",
Expand All @@ -21,7 +20,8 @@
"magento/module-bundle": "100.2.*",
"magento/module-cookie": "100.2.*",
"magento/module-grouped-product": "100.2.*",
"magento/module-wishlist-sample-data": "Sample Data version:100.2.*"
"magento/module-wishlist-sample-data": "Sample Data version:100.2.*",
"magento/module-theme": "100.2.*"
},
"type": "magento2-module",
"version": "100.2.0-dev",
Expand Down

0 comments on commit 7bfd347

Please sign in to comment.