diff --git a/composer.json b/composer.json index 58a92530da..e03514e797 100644 --- a/composer.json +++ b/composer.json @@ -159,6 +159,7 @@ "spryker/company-unit-address-gui-extension": "^1.0.0", "spryker/company-unit-address-label": "^1.0.0", "spryker/company-unit-address-label-data-import": "^0.1.0", + "spryker/company-unit-address-label-gui": "^1.0.0", "spryker/company-user": "^1.0.0", "spryker/company-user-extension": "^1.0.0", "spryker/company-user-invitation": "^1.0.0", @@ -357,8 +358,6 @@ "spryker/url-collector": "^1.0.0", "spryker/url-storage": "^1.0.0", "spryker/user": "^3.0.0", - "spryker/util-measurement-unit-conversion": "^1.0.0", - "spryker/util-validate": "^1.0.0", "spryker/wishlist": "^6.0.0", "spryker/zed-navigation": "^1.0.0", "spryker/zed-request": "^3.0.0", diff --git a/composer.lock b/composer.lock index cfaab13151..bf6e958af9 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "7583cdeb65ff5954699996bf033b8c02", + "content-hash": "7483b7b6cc5f102ee314748349fb401b", "packages": [ { "name": "aws/aws-sdk-php", @@ -9148,6 +9148,54 @@ "description": "CompanyUnitAddressLabelDataImport module", "time": "2018-03-29T05:15:24+00:00" }, + { + "name": "spryker/company-unit-address-label-gui", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/spryker/company-unit-address-label-gui.git", + "reference": "829d049e09b7517f296652ee8a895bfe00c41a6e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker/company-unit-address-label-gui/zipball/829d049e09b7517f296652ee8a895bfe00c41a6e", + "reference": "829d049e09b7517f296652ee8a895bfe00c41a6e", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker/company-unit-address-gui-extension": "^1.0.0", + "spryker/company-unit-address-label": "^1.1.0", + "spryker/kernel": "^3.0.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/company-unit-address": "*", + "spryker/gui": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/company-unit-address": "If you want to use CompanyUnitAddressTableExpanderPlugin which used CompanyUnitAddress module entity map.", + "spryker/gui": "If you want to use CompanyUnitAddressTableExpanderPlugin which used Gui transfer object." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Spryker\\": "src/Spryker/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "CompanyUnitAddressLabelGui module", + "time": "2018-04-04T10:42:53+00:00" + }, { "name": "spryker/company-user", "version": "1.3.0",