From 463347d13ca1b2e5fa4c20b3a25775c993b44466 Mon Sep 17 00:00:00 2001 From: codehgento Date: Mon, 18 Feb 2019 17:49:14 -0300 Subject: [PATCH] + updating php 7.2 compatibility + fix layout block name --- composer.json | 2 +- view/frontend/layout/checkout_index_index.xml | 4 ++-- view/frontend/layout/customer_account_create.xml | 4 ++-- view/frontend/layout/customer_address_form.xml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 4b23bf3..bd77741 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "OSL-3.0" ], "require": { - "php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0", + "php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2", "intelipost/magento2-basic": "1.*" }, "autoload": { diff --git a/view/frontend/layout/checkout_index_index.xml b/view/frontend/layout/checkout_index_index.xml index 56f9703..d3a8df9 100644 --- a/view/frontend/layout/checkout_index_index.xml +++ b/view/frontend/layout/checkout_index_index.xml @@ -10,8 +10,8 @@ - - + + diff --git a/view/frontend/layout/customer_account_create.xml b/view/frontend/layout/customer_account_create.xml index bf509cf..ff55baf 100644 --- a/view/frontend/layout/customer_account_create.xml +++ b/view/frontend/layout/customer_account_create.xml @@ -10,8 +10,8 @@ - - + + \ No newline at end of file diff --git a/view/frontend/layout/customer_address_form.xml b/view/frontend/layout/customer_address_form.xml index 20884a2..ff6abea 100644 --- a/view/frontend/layout/customer_address_form.xml +++ b/view/frontend/layout/customer_address_form.xml @@ -10,8 +10,8 @@ - - + + \ No newline at end of file