diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5435f50412..2d75a298ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -150,7 +150,7 @@ jobs: run: vendor/bin/phpmd src/ text vendor/spryker/architecture-sniffer/src/ruleset.xml --minimumpriority 2 - name: Run PHPStan - run: vendor/bin/phpstan analyze -l 5 -c phpstan.neon src/ + run: vendor/bin/phpstan analyze -l 6 -c phpstan.neon src/ - name: Run Evaluator run: vendor/bin/evaluator evaluate diff --git a/.gitignore b/.gitignore index 5194ac5381..217e7500fc 100644 --- a/.gitignore +++ b/.gitignore @@ -36,8 +36,8 @@ FOSS.md /data/* !/data/import/ -!/data/translation/ -!/data/export +!/data/export/ +/data/export/merchants/* # grunt stuff .grunt @@ -47,11 +47,10 @@ config/Yves/cache_bust.php /node_modules/ # public stuff -/public/*/assets/ -/public/*/dist/ +public/*/assets/ +public/Configurator/dist/ # docker stuff -/docker/ /.docker-sync/ /.unison* /deploy.local.yml @@ -84,18 +83,22 @@ npm-debug.log /src/Orm/Propel/Sql /src/Orm/Propel/Migration_pgsql/ /src/Orm/Propel/Migration_mysql/ +/src/Orm/Propel/generated-conf/ # tools composer.phar c3.php .phpstorm.meta.php .githook_local -/architecture-baseline.json # Yarn .yarn/* !.yarn/releases/ !.yarn/plugins/ +# Docker +docker + # angular -/.angular/ +/.angular/cache +/.angular diff --git a/.prettierignore b/.prettierignore index 6dce90c131..7c09f92dc4 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,10 +1,10 @@ # Ignore paths -/.angular/ /.github/ +/.angular/ /.idea/ /docker/ /vendor/ -/public/*/assets/ +/public/*/assets/** **/dist/** /src/Generated/ /src/Orm/Propel/Schema/ diff --git a/.prettierrc.js b/.prettierrc.js new file mode 100644 index 0000000000..936ee06019 --- /dev/null +++ b/.prettierrc.js @@ -0,0 +1 @@ +module.exports = require('@spryker/frontend-config.prettier/.prettierrc.json'); diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 32d961c476..4b5501527c 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -1,15 +1,12 @@ build: environment: php: '8.0.19' + node: '14.0' tests: override: - true # disable test execution on scrutinizer - dependencies: - override: - - true - nodes: analysis: tests: diff --git a/composer.json b/composer.json index 13663a0042..0a518636d2 100644 --- a/composer.json +++ b/composer.json @@ -17,121 +17,121 @@ "league/flysystem": "^2.5.0", "spryker-eco/loggly": "^0.1.1", "spryker-eco/new-relic": "^2.0.1", - "spryker-feature/acl": "^202212.0", - "spryker-feature/agent-assist": "dev-master as 202304.0", - "spryker-feature/alternative-products": "dev-master as 202304.0", - "spryker-feature/approval-process": "^202212.0", - "spryker-feature/availability-notification": "dev-master as 202304.0", - "spryker-feature/cart": "dev-master as 202304.0", - "spryker-feature/catalog": "^202212.0", - "spryker-feature/category-management": "dev-master as 202304.0", - "spryker-feature/checkout": "^202212.0", - "spryker-feature/cms": "^202212.0", - "spryker-feature/comments": "^202212.0", - "spryker-feature/company-account": "dev-master as 202304.0", - "spryker-feature/configurable-bundle": "^202212.0", - "spryker-feature/configurable-product": "^202212.0", - "spryker-feature/configurable-product-shopping-lists": "^202212.0", - "spryker-feature/customer-access": "^202212.0", - "spryker-feature/customer-account-management": "dev-master as 202304.0", - "spryker-feature/deployment-tools": "dev-master as 202304.0", - "spryker-feature/file-manager": "dev-master as 202304.0", - "spryker-feature/inventory-management": "^202212.0", - "spryker-feature/invoice": "^202212.0", - "spryker-feature/mailing-notifications": "^202212.0", - "spryker-feature/marketplace-cart": "^202212.0", - "spryker-feature/marketplace-inventory-management": "dev-master as 202304.0", - "spryker-feature/marketplace-merchant": "^202212.0", - "spryker-feature/marketplace-merchant-custom-prices": "^202212.0", - "spryker-feature/marketplace-merchant-order-threshold": "^202212.0", - "spryker-feature/marketplace-merchant-portal-product-management": "dev-master as 202304.0", - "spryker-feature/marketplace-merchant-portal-product-offer-management": "dev-master as 202304.0", - "spryker-feature/marketplace-merchantportal-core": "dev-master as 202304.0", - "spryker-feature/marketplace-order-management": "^202212.0", - "spryker-feature/marketplace-packaging-units": "^202212.0", - "spryker-feature/marketplace-product": "dev-master as 202304.0", - "spryker-feature/marketplace-product-approval-process": "^202212.0", - "spryker-feature/marketplace-product-offer": "dev-master as 202304.0", - "spryker-feature/marketplace-product-offer-prices": "dev-master as 202304.0", - "spryker-feature/marketplace-product-options": "dev-master as 202304.0", - "spryker-feature/marketplace-promotions-discounts": "dev-master as 202304.0", - "spryker-feature/marketplace-return-management": "^202212.0", - "spryker-feature/marketplace-shipment": "^202212.0", - "spryker-feature/marketplace-shopping-lists": "^202212.0", - "spryker-feature/measurement-units": "^202212.0", - "spryker-feature/merchant": "^202212.0", - "spryker-feature/merchant-category": "^202212.0", - "spryker-feature/merchant-contracts": "^202212.0", - "spryker-feature/merchant-custom-prices": "^202212.0", - "spryker-feature/merchant-opening-hours": "^202212.0", - "spryker-feature/merchant-order-threshold": "^202212.0", - "spryker-feature/merchant-product-restrictions": "^202212.0", - "spryker-feature/multiple-carts": "^202212.0", - "spryker-feature/navigation": "^202212.0", - "spryker-feature/non-splittable-products": "^202212.0", - "spryker-feature/order-management": "dev-master as 202304.0", - "spryker-feature/packaging-units": "^202212.0", - "spryker-feature/payments": "^202212.0", - "spryker-feature/persistent-cart-sharing": "^202212.0", - "spryker-feature/prices": "dev-master as 202304.0", - "spryker-feature/product": "dev-master as 202304.0", - "spryker-feature/product-approval-process": "^202212.0", - "spryker-feature/product-barcode": "^202212.0", - "spryker-feature/product-bundles": "dev-master as 202304.0", - "spryker-feature/product-customer-restrictions": "^202212.0", - "spryker-feature/product-groups": "^202212.0", - "spryker-feature/product-labels": "dev-master as 202304.0", - "spryker-feature/product-lists": "dev-master as 202304.0", - "spryker-feature/product-options": "^202212.0", - "spryker-feature/product-rating-reviews": "dev-master as 202304.0", - "spryker-feature/product-relations": "^202212.0", - "spryker-feature/product-sets": "^202212.0", - "spryker-feature/promotions-discounts": "dev-master as 202304.0", - "spryker-feature/quick-add-to-cart": "^202212.0", - "spryker-feature/quotation-process": "^202212.0", - "spryker-feature/reclamations": "^202212.0", - "spryker-feature/refunds": "^202212.0", - "spryker-feature/reorder": "^202212.0", - "spryker-feature/resource-sharing": "^202212.0", - "spryker-feature/return-management": "^202212.0", - "spryker-feature/scheduled-prices": "^202212.0", - "spryker-feature/search": "^202212.0", - "spryker-feature/shared-carts": "^202212.0", - "spryker-feature/shipment": "^202212.0", - "spryker-feature/shopping-lists": "^202212.0", - "spryker-feature/spryker-core": "dev-master as 202304.0", - "spryker-feature/spryker-core-back-office": "dev-master as 202304.0", - "spryker-feature/state-machine": "^202212.0", - "spryker-feature/tax": "dev-master as 202304.0", + "spryker-feature/acl": "^202307.0", + "spryker-feature/agent-assist": "^202307.0", + "spryker-feature/alternative-products": "^202307.0", + "spryker-feature/approval-process": "^202307.0", + "spryker-feature/availability-notification": "^202307.0", + "spryker-feature/cart": "^202307.0", + "spryker-feature/catalog": "^202307.0", + "spryker-feature/category-management": "^202307.0", + "spryker-feature/checkout": "^202307.0", + "spryker-feature/cms": "^202307.0", + "spryker-feature/comments": "^202307.0", + "spryker-feature/company-account": "^202307.0", + "spryker-feature/configurable-bundle": "^202307.0", + "spryker-feature/configurable-product": "^202307.0", + "spryker-feature/configurable-product-shopping-lists": "^202307.0", + "spryker-feature/customer-access": "^202307.0", + "spryker-feature/customer-account-management": "^202307.0", + "spryker-feature/deployment-tools": "^202307.0", + "spryker-feature/file-manager": "^202307.0", + "spryker-feature/inventory-management": "^202307.0", + "spryker-feature/invoice": "^202307.0", + "spryker-feature/mailing-notifications": "^202307.0", + "spryker-feature/marketplace-cart": "^202307.0", + "spryker-feature/marketplace-inventory-management": "^202307.0", + "spryker-feature/marketplace-merchant": "^202307.0", + "spryker-feature/marketplace-merchant-custom-prices": "^202307.0", + "spryker-feature/marketplace-merchant-order-threshold": "^202307.0", + "spryker-feature/marketplace-merchant-portal-product-management": "^202307.0", + "spryker-feature/marketplace-merchant-portal-product-offer-management": "^202307.0", + "spryker-feature/marketplace-merchantportal-core": "^202307.0", + "spryker-feature/marketplace-order-management": "^202307.0", + "spryker-feature/marketplace-packaging-units": "^202307.0", + "spryker-feature/marketplace-product": "^202307.0", + "spryker-feature/marketplace-product-approval-process": "^202307.0", + "spryker-feature/marketplace-product-offer": "^202307.0", + "spryker-feature/marketplace-product-offer-prices": "^202307.0", + "spryker-feature/marketplace-product-options": "^202307.0", + "spryker-feature/marketplace-promotions-discounts": "^202307.0", + "spryker-feature/marketplace-return-management": "^202307.0", + "spryker-feature/marketplace-shipment": "^202307.0", + "spryker-feature/marketplace-shopping-lists": "^202307.0", + "spryker-feature/measurement-units": "^202307.0", + "spryker-feature/merchant": "^202307.0", + "spryker-feature/merchant-category": "^202307.0", + "spryker-feature/merchant-contracts": "^202307.0", + "spryker-feature/merchant-custom-prices": "^202307.0", + "spryker-feature/merchant-opening-hours": "^202307.0", + "spryker-feature/merchant-order-threshold": "^202307.0", + "spryker-feature/merchant-product-restrictions": "^202307.0", + "spryker-feature/multiple-carts": "^202307.0", + "spryker-feature/navigation": "^202307.0", + "spryker-feature/non-splittable-products": "^202307.0", + "spryker-feature/order-management": "^202307.0", + "spryker-feature/packaging-units": "^202307.0", + "spryker-feature/payments": "^202307.0", + "spryker-feature/persistent-cart-sharing": "^202307.0", + "spryker-feature/prices": "^202307.0", + "spryker-feature/product": "^202307.0", + "spryker-feature/product-approval-process": "^202307.0", + "spryker-feature/product-barcode": "^202307.0", + "spryker-feature/product-bundles": "^202307.0", + "spryker-feature/product-customer-restrictions": "^202307.0", + "spryker-feature/product-groups": "^202307.0", + "spryker-feature/product-labels": "^202307.0", + "spryker-feature/product-lists": "^202307.0", + "spryker-feature/product-options": "^202307.0", + "spryker-feature/product-rating-reviews": "^202307.0", + "spryker-feature/product-relations": "^202307.0", + "spryker-feature/product-sets": "^202307.0", + "spryker-feature/promotions-discounts": "^202307.0", + "spryker-feature/quick-add-to-cart": "^202307.0", + "spryker-feature/quotation-process": "^202307.0", + "spryker-feature/reclamations": "^202307.0", + "spryker-feature/refunds": "^202307.0", + "spryker-feature/reorder": "^202307.0", + "spryker-feature/resource-sharing": "^202307.0", + "spryker-feature/return-management": "^202307.0", + "spryker-feature/scheduled-prices": "^202307.0", + "spryker-feature/search": "^202307.0", + "spryker-feature/shared-carts": "^202307.0", + "spryker-feature/shipment": "^202307.0", + "spryker-feature/shopping-lists": "^202307.0", + "spryker-feature/spryker-core": "^202307.0", + "spryker-feature/spryker-core-back-office": "^202307.0", + "spryker-feature/state-machine": "^202307.0", + "spryker-feature/tax": "^202307.0", "spryker-shop/asset-widget": "^1.0.0", "spryker-shop/calculation-page": "^1.3.2", "spryker-shop/chart-widget": "^0.2.3", "spryker-shop/cms-content-widget-chart-connector": "^1.0.3", "spryker-shop/cms-content-widget-product-connector": "^1.3.0", - "spryker-shop/cms-content-widget-product-set-connector": "^1.3.1", + "spryker-shop/cms-content-widget-product-set-connector": "^1.3.2", "spryker-shop/date-time-configurator-page-example": "^0.4.0", "spryker/agent-auth-rest-api": "^1.0.0", "spryker/alternative-products-rest-api": "^1.1.2", - "spryker/app-catalog-gui": "^1.2.0", - "spryker/asset": "^1.5.1", - "spryker/asset-storage": "^1.2.0", - "spryker/auth-rest-api": "^2.14.1", + "spryker/app-catalog-gui": "^1.3.0", + "spryker/asset": "^1.5.2", + "spryker/asset-storage": "^1.2.1", + "spryker/auth-rest-api": "^2.14.2", "spryker/availability-cart-connector": "^7.3.0", "spryker/availability-merchant-portal-gui": "^1.0.0", "spryker/availability-notifications-rest-api": "^1.2.0", "spryker/barcode-laminas": "^1.1.0", - "spryker/cart-codes-rest-api": "^1.4.0", - "spryker/cart-currency-connector": "^1.1.5", + "spryker/cart-codes-rest-api": "^1.4.1", + "spryker/cart-currency-connector": "^1.2.0", "spryker/cart-note-merchant-portal-gui": "^1.0.0", - "spryker/cart-note-product-bundle-connector": "^1.0.3", + "spryker/cart-note-product-bundle-connector": "^1.1.0", "spryker/cart-permission-groups-rest-api": "^1.2.1", - "spryker/carts-rest-api": "^5.22.0", - "spryker/catalog-price-product-connector": "^1.4.0", + "spryker/carts-rest-api": "^5.22.1", + "spryker/catalog-price-product-connector": "^1.5.0", "spryker/catalog-search-products-resource-relationship": "^1.2.0", - "spryker/catalog-search-rest-api": "^2.7.0", - "spryker/categories-rest-api": "^1.6.0", - "spryker/category-discount-connector": "^1.1.0", - "spryker/category-navigation-connector": "^1.0.2", + "spryker/catalog-search-rest-api": "^2.8.0", + "spryker/categories-rest-api": "^1.7.1", + "spryker/category-discount-connector": "^1.2.0", + "spryker/category-navigation-connector": "^1.0.3", "spryker/chart-gui": "^1.1.1", "spryker/checkout-rest-api": "^3.7.2", "spryker/cms-content-widget-cms-block-connector": "^1.4.0", @@ -146,43 +146,43 @@ "spryker/cms-pages-rest-api": "^1.0.0", "spryker/cms-slot-block-category-connector": "^1.0.1", "spryker/cms-slot-block-cms-connector": "^1.0.0", - "spryker/cms-slot-block-product-category-connector": "^1.3.0", - "spryker/cms-slot-locale-connector": "^1.0.1", + "spryker/cms-slot-block-product-category-connector": "^1.5.0", + "spryker/cms-slot-locale-connector": "^1.1.0", "spryker/cms-slot-store-connector": "^1.0.1", - "spryker/cms-user-connector": "^1.1.1", - "spryker/comment-sales-connector": "^1.0.1", + "spryker/cms-user-connector": "^1.3.0", + "spryker/comment-sales-connector": "^1.1.0", "spryker/companies-rest-api": "^1.2.0", "spryker/company-business-unit-addresses-rest-api": "^1.1.1", - "spryker/company-business-unit-sales-connector": "^1.1.0", + "spryker/company-business-unit-sales-connector": "^1.1.1", "spryker/company-business-units-rest-api": "^1.3.0", "spryker/company-mail-connector": "^1.1.0", "spryker/company-roles-rest-api": "^1.1.3", - "spryker/company-sales-connector": "^1.1.0", + "spryker/company-sales-connector": "^1.1.1", "spryker/company-user-auth-rest-api": "^2.1.0", - "spryker/company-users-rest-api": "^2.6.0", - "spryker/configurable-bundle-carts-rest-api": "^0.1.1", + "spryker/company-users-rest-api": "^2.6.1", + "spryker/configurable-bundle-carts-rest-api": "^0.1.3", "spryker/configurable-bundles-products-resource-relationship": "^1.1.0", "spryker/configurable-bundles-rest-api": "^1.1.0", "spryker/content-banners-rest-api": "^2.2.0", "spryker/content-product-abstract-lists-rest-api": "^1.2.0", "spryker/customer-access-rest-api": "^1.1.2", "spryker/customer-catalog": "^1.1.1", - "spryker/customer-group-discount-connector": "^2.2.0", - "spryker/customer-user-connector": "^1.0.3", + "spryker/customer-group-discount-connector": "^2.2.1", + "spryker/customer-user-connector": "^1.0.4", "spryker/customer-user-connector-gui": "^1.4.0", "spryker/customers-rest-api": "^1.21.2", "spryker/dashboard-merchant-portal-gui": "^2.1.0", "spryker/discount-calculation-connector": "^5.3.0", - "spryker/discount-promotions-rest-api": "^1.4.1", + "spryker/discount-promotions-rest-api": "^1.4.2", "spryker/documentation-generator-rest-api": "^1.15.0", "spryker/dummy-marketplace-payment": "^0.2.3", "spryker/entity-tags-rest-api": "^1.0.2", - "spryker/flysystem": "^2.1.0", + "spryker/flysystem": "^2.2.0", "spryker/flysystem-ftp-file-system": "^2.0.0", "spryker/flysystem-local-file-system": "^2.0.0", - "spryker/glue-backend-api-application-authorization-connector": "^1.1.0", + "spryker/glue-backend-api-application-authorization-connector": "^1.2.0", "spryker/glue-backend-api-application-glue-json-api-convention-connector": "^1.0.0", - "spryker/glue-storefront-api-application-authorization-connector": "^1.0.0", + "spryker/glue-storefront-api-application-authorization-connector": "^1.0.2", "spryker/glue-storefront-api-application-glue-json-api-convention-connector": "^1.0.0", "spryker/merchant-categories-rest-api": "^1.0.0", "spryker/merchant-opening-hours-rest-api": "^1.0.0", @@ -190,50 +190,50 @@ "spryker/merchant-product-offers-rest-api": "^2.0.0", "spryker/merchant-product-shopping-lists-rest-api": "^1.0.0", "spryker/merchant-products-rest-api": "^1.0.0", - "spryker/merchant-profile-merchant-portal-gui": "^2.1.0", + "spryker/merchant-profile-merchant-portal-gui": "^2.3.1", "spryker/merchant-sales-returns-rest-api": "^1.0.0", "spryker/merchants-rest-api": "^1.0.0", "spryker/message-broker": "^1.7.0", - "spryker/message-broker-aws": "^1.4.0", - "spryker/money-gui": "^1.0.0", + "spryker/message-broker-aws": "^1.4.3", + "spryker/money-gui": "^1.1.0", "spryker/multi-carts-rest-api": "^1.0.0", "spryker/navigations-category-nodes-resource-relationship": "^1.0.1", "spryker/navigations-rest-api": "^2.1.1", - "spryker/nopayment": "^4.1.0", - "spryker/oauth-agent-connector": "^1.0.2", - "spryker/oauth-api": "^1.0.0", - "spryker/oauth-auth0": "1.1.0", - "spryker/oauth-backend-api": "^1.0.0", - "spryker/oauth-client": "^1.1.0", - "spryker/oauth-company-user": "^2.2.0", + "spryker/nopayment": "^4.2.0", + "spryker/oauth-agent-connector": "^1.1.0", + "spryker/oauth-api": "^1.3.0", + "spryker/oauth-auth0": "^1.1.0", + "spryker/oauth-backend-api": "^1.4.0", + "spryker/oauth-client": "^1.3.0", + "spryker/oauth-company-user": "^2.2.1", "spryker/oauth-customer-connector": "^1.8.0", "spryker/oauth-dummy": "^1.1.0", - "spryker/oauth-user-connector": "^1.0.0", + "spryker/oauth-user-connector": "^1.3.0", "spryker/oms-discount-connector": "^3.0.6", "spryker/oms-multi-thread": "^1.0.0", "spryker/order-payments-rest-api": "^1.0.1", "spryker/orders-rest-api": "^4.11.0", "spryker/payment-cart-connector": "^1.0.1", - "spryker/payments-rest-api": "^1.1.1", - "spryker/price-cart-connector": "^6.9.0", + "spryker/payments-rest-api": "^1.2.0", + "spryker/price-cart-connector": "^6.10.0", "spryker/price-product-offer-volumes-rest-api": "^1.0.1", "spryker/price-product-volumes-rest-api": "^1.1.0", - "spryker/product-alternative-product-label-connector": "^1.1.1", + "spryker/product-alternative-product-label-connector": "^1.2.0", "spryker/product-attributes-rest-api": "^1.0.0", "spryker/product-availabilities-rest-api": "^4.2.0", "spryker/product-bundle-carts-rest-api": "^1.0.0", - "spryker/product-bundle-discount-connector": "^1.0.0", + "spryker/product-bundle-discount-connector": "^1.1.0", "spryker/product-bundle-product-list-connector": "^1.0.4", "spryker/product-bundles-rest-api": "^1.0.1", - "spryker/product-cart-connector": "^4.9.1", - "spryker/product-configuration-shopping-lists-rest-api": "^1.0.0", + "spryker/product-cart-connector": "^4.10.1", + "spryker/product-configuration-shopping-lists-rest-api": "^1.0.2", "spryker/product-configurations-price-product-volumes-rest-api": "^1.0.0", - "spryker/product-configurations-rest-api": "^1.0.1", + "spryker/product-configurations-rest-api": "^1.0.3", "spryker/product-discontinued-product-bundle-connector": "^1.2.2", - "spryker/product-discontinued-product-label-connector": "^1.3.0", + "spryker/product-discontinued-product-label-connector": "^1.4.0", "spryker/product-discontinued-rest-api": "^1.0.1", - "spryker/product-discount-connector": "^5.1.0", - "spryker/product-image-cart-connector": "^1.2.3", + "spryker/product-discount-connector": "^5.2.0", + "spryker/product-image-cart-connector": "^1.2.4", "spryker/product-image-sets-rest-api": "^1.0.5", "spryker/product-label-discount-connector": "^3.1.0", "spryker/product-labels-rest-api": "^1.3.0", @@ -243,46 +243,43 @@ "spryker/product-offer-sales-rest-api": "^1.0.1", "spryker/product-offer-shopping-lists-rest-api": "^1.0.0", "spryker/product-offers-rest-api": "^1.0.0", - "spryker/product-option-cart-connector": "^7.1.2", + "spryker/product-option-cart-connector": "^7.1.3", "spryker/product-option-merchant-portal-gui": "^1.0.1", - "spryker/product-options-rest-api": "^1.2.0", - "spryker/product-prices-rest-api": "^1.6.0", - "spryker/product-reviews-rest-api": "^1.0.1", + "spryker/product-options-rest-api": "^1.3.0", + "spryker/product-prices-rest-api": "^1.7.0", + "spryker/product-reviews-rest-api": "^1.1.0", "spryker/product-tax-sets-rest-api": "^2.1.2", "spryker/products-categories-resource-relationship": "^1.4.0", "spryker/products-rest-api": "^2.15.1", "spryker/quote-approval-shipment-connector": "^1.0.1", "spryker/related-products-rest-api": "^1.3.2", - "spryker/rest-request-validator": "^1.4.0", - "spryker/sales-merchant-portal-gui": "^2.1.2", + "spryker/rest-request-validator": "^1.5.0", + "spryker/sales-merchant-portal-gui": "^2.2.0", "spryker/sales-order-thresholds-rest-api": "^1.0.0", - "spryker/sales-product-connector": "^1.8.1", + "spryker/sales-product-connector": "^1.8.2", "spryker/sales-returns-rest-api": "^1.1.0", "spryker/sales-statistics": "^1.2.0", - "spryker/scheduler-jenkins": "^1.2.1", - "spryker/search-http": "^0.3.2", + "spryker/scheduler-jenkins": "^1.3.0", "spryker/secrets-manager": "^1.0.0", - "spryker/secrets-manager-aws": "^1.0.1", + "spryker/secrets-manager-aws": "^1.0.2", "spryker/security-blocker-merchant-portal-gui": "^1.0.0", "spryker/security-blocker-rest-api": "^1.0.0", - "spryker/security-merchant-portal-gui": "^2.1.0", - "spryker/shared-carts-rest-api": "^1.2.5", - "spryker/shipment-cart-connector": "^2.1.1", - "spryker/shipment-checkout-connector": "^2.0.4", + "spryker/shared-carts-rest-api": "^1.2.6", + "spryker/shipment-cart-connector": "^2.1.2", + "spryker/shipment-checkout-connector": "^2.0.5", "spryker/shipment-discount-connector": "^4.0.5", - "spryker/shipments-rest-api": "^1.6.1", - "spryker/shopping-list-product-option-connector": "^1.4.1", + "spryker/shipments-rest-api": "^1.7.1", + "spryker/shopping-list-product-option-connector": "^1.4.2", "spryker/shopping-lists-rest-api": "^1.2.0", "spryker/storage-gui": "^1.0.0", - "spryker/stores-rest-api": "^1.0.4", + "spryker/stores-rest-api": "^1.1.0", "spryker/tax-merchant-portal-gui": "^1.0.1", - "spryker/tax-product-connector": "^4.5.1", + "spryker/tax-product-connector": "^4.7.1", "spryker/up-selling-products-rest-api": "^1.2.2", "spryker/urls-rest-api": "^1.0.2", - "spryker/user-merchant-portal-gui": "^2.2.0", "spryker/util-number": "^1.0.0", "spryker/uuid": "^1.0.1", - "symfony/http-kernel": "^6.0.0" + "symfony/http-kernel": "^6.0.20" }, "require-dev": { "codeception/codeception": "^5.0.8", @@ -294,11 +291,11 @@ "codeception/module-webdriver": "^3.1.1", "composer/package-versions-deprecated": "^1.10.0", "filp/whoops": "^2.7", + "phpstan/phpstan": "^1.9.16", "phpunit/phpunit": "^9.5.2", - "spryker-feature/development-tools": "dev-master as 202304.0", - "spryker-sdk/evaluator": "^0.1.0", + "spryker-feature/development-tools": "^202307.0", + "spryker-sdk/evaluator": "^0.1.3", "spryker-sdk/phpstan-spryker": "^0.4.0", - "spryker-sdk/security-checker": "^0.2.0", "spryker/architecture-sniffer": "^0.5.5", "spryker/code-sniffer": "^0.17.18", "spryker/docker-chromedriver": "dev-master", @@ -364,7 +361,7 @@ "ChromedriverInstaller\\Installer::installChromedriver" ], "phpstan": [ - "php -d memory_limit=1024M vendor/bin/phpstan analyze -c phpstan.neon src/ -l 5" + "php -d memory_limit=1024M vendor/bin/phpstan analyze -c phpstan.neon src/ -l 6" ], "phpstan-setup": "vendor/bin/console dev:ide-auto-completion:generate", "prefer-mid": [ diff --git a/composer.lock b/composer.lock index 98af7df419..67870bda6d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "b2903cf70e8ef7e5a1478e611b362c5b", + "content-hash": "f7c3ac624caf848c85c3d440454b88e4", "packages": [ { "name": "async-aws/core", - "version": "1.18.1", + "version": "1.19.0", "source": { "type": "git", "url": "https://github.com/async-aws/core.git", - "reference": "fd09655f15b8b2d16799ec46a792dcdbb4e460fb" + "reference": "8702223061b63f800257b3177f36cb7572360352" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/async-aws/core/zipball/fd09655f15b8b2d16799ec46a792dcdbb4e460fb", - "reference": "fd09655f15b8b2d16799ec46a792dcdbb4e460fb", + "url": "https://api.github.com/repos/async-aws/core/zipball/8702223061b63f800257b3177f36cb7572360352", + "reference": "8702223061b63f800257b3177f36cb7572360352", "shasum": "" }, "require": { @@ -28,12 +28,13 @@ "psr/cache": "^1.0 || ^2.0 || ^3.0", "psr/log": "^1.0 || ^2.0 || ^3.0", "symfony/deprecation-contracts": "^2.1 || ^3.0", - "symfony/http-client": "^4.4.16 || ^5.1.7,!=5.2.0 || ^6.0", + "symfony/http-client": "^4.4.16 || ^5.1.7 || ^6.0 || ^7.0", "symfony/http-client-contracts": "^1.1.8 || ^2.0 || ^3.0", "symfony/service-contracts": "^1.0 || ^2.0 || ^3.0" }, "conflict": { - "async-aws/s3": "<1.1" + "async-aws/s3": "<1.1", + "symfony/http-client": "5.2.0" }, "type": "library", "extra": { @@ -59,7 +60,7 @@ "sts" ], "support": { - "source": "https://github.com/async-aws/core/tree/1.18.1" + "source": "https://github.com/async-aws/core/tree/1.19.0" }, "funding": [ { @@ -71,7 +72,7 @@ "type": "github" } ], - "time": "2023-02-28T16:31:16+00:00" + "time": "2023-06-20T19:17:40+00:00" }, { "name": "async-aws/sns", @@ -133,16 +134,16 @@ }, { "name": "async-aws/sqs", - "version": "1.7.0", + "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/async-aws/sqs.git", - "reference": "6959a2222a30a67177e7f1658bdd1bb9547d237e" + "reference": "46eb8ad1208c815cf302807a301cfb37317678f8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/async-aws/sqs/zipball/6959a2222a30a67177e7f1658bdd1bb9547d237e", - "reference": "6959a2222a30a67177e7f1658bdd1bb9547d237e", + "url": "https://api.github.com/repos/async-aws/sqs/zipball/46eb8ad1208c815cf302807a301cfb37317678f8", + "reference": "46eb8ad1208c815cf302807a301cfb37317678f8", "shasum": "" }, "require": { @@ -154,7 +155,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.7-dev" + "dev-master": "1.8-dev" } }, "autoload": { @@ -175,7 +176,7 @@ "sqs" ], "support": { - "source": "https://github.com/async-aws/sqs/tree/1.7.0" + "source": "https://github.com/async-aws/sqs/tree/1.8.0" }, "funding": [ { @@ -187,7 +188,7 @@ "type": "github" } ], - "time": "2021-12-20T13:18:18+00:00" + "time": "2023-06-20T19:17:40+00:00" }, { "name": "aws/aws-crt-php", @@ -245,16 +246,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.271.1", + "version": "3.275.2", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "707552cfb1fa37e8e501d2c70afa9bc2e61104c0" + "reference": "4506d631caf6097fd73009d57707e61b95efe92c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/707552cfb1fa37e8e501d2c70afa9bc2e61104c0", - "reference": "707552cfb1fa37e8e501d2c70afa9bc2e61104c0", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/4506d631caf6097fd73009d57707e61b95efe92c", + "reference": "4506d631caf6097fd73009d57707e61b95efe92c", "shasum": "" }, "require": { @@ -334,9 +335,9 @@ "support": { "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "issues": "https://github.com/aws/aws-sdk-php/issues", - "source": "https://github.com/aws/aws-sdk-php/tree/3.271.1" + "source": "https://github.com/aws/aws-sdk-php/tree/3.275.2" }, - "time": "2023-05-24T18:20:35+00:00" + "time": "2023-07-03T18:27:31+00:00" }, { "name": "brick/math", @@ -545,16 +546,16 @@ }, { "name": "defuse/php-encryption", - "version": "v2.3.1", + "version": "v2.4.0", "source": { "type": "git", "url": "https://github.com/defuse/php-encryption.git", - "reference": "77880488b9954b7884c25555c2a0ea9e7053f9d2" + "reference": "f53396c2d34225064647a05ca76c1da9d99e5828" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/defuse/php-encryption/zipball/77880488b9954b7884c25555c2a0ea9e7053f9d2", - "reference": "77880488b9954b7884c25555c2a0ea9e7053f9d2", + "url": "https://api.github.com/repos/defuse/php-encryption/zipball/f53396c2d34225064647a05ca76c1da9d99e5828", + "reference": "f53396c2d34225064647a05ca76c1da9d99e5828", "shasum": "" }, "require": { @@ -563,7 +564,8 @@ "php": ">=5.6.0" }, "require-dev": { - "phpunit/phpunit": "^4|^5|^6|^7|^8|^9" + "phpunit/phpunit": "^5|^6|^7|^8|^9|^10", + "yoast/phpunit-polyfills": "^2.0.0" }, "bin": [ "bin/generate-defuse-key" @@ -605,31 +607,35 @@ ], "support": { "issues": "https://github.com/defuse/php-encryption/issues", - "source": "https://github.com/defuse/php-encryption/tree/v2.3.1" + "source": "https://github.com/defuse/php-encryption/tree/v2.4.0" }, - "time": "2021-04-09T23:57:26+00:00" + "time": "2023-06-19T06:10:36+00:00" }, { "name": "doctrine/deprecations", - "version": "v1.0.0", + "version": "v1.1.1", "source": { "type": "git", "url": "https://github.com/doctrine/deprecations.git", - "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de" + "reference": "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de", - "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de", + "url": "https://api.github.com/repos/doctrine/deprecations/zipball/612a3ee5ab0d5dd97b7cf3874a6efe24325efac3", + "reference": "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3", "shasum": "" }, "require": { - "php": "^7.1|^8.0" + "php": "^7.1 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^9", - "phpunit/phpunit": "^7.5|^8.5|^9.5", - "psr/log": "^1|^2|^3" + "phpstan/phpstan": "1.4.10 || 1.10.15", + "phpstan/phpstan-phpunit": "^1.0", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "psalm/plugin-phpunit": "0.18.4", + "psr/log": "^1 || ^2 || ^3", + "vimeo/psalm": "4.30.0 || 5.12.0" }, "suggest": { "psr/log": "Allows logging deprecations via PSR-3 logger implementation" @@ -648,34 +654,34 @@ "homepage": "https://www.doctrine-project.org/", "support": { "issues": "https://github.com/doctrine/deprecations/issues", - "source": "https://github.com/doctrine/deprecations/tree/v1.0.0" + "source": "https://github.com/doctrine/deprecations/tree/v1.1.1" }, - "time": "2022-05-02T15:47:09+00:00" + "time": "2023-06-03T09:27:29+00:00" }, { "name": "doctrine/inflector", - "version": "2.0.6", + "version": "2.0.8", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", - "reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024" + "reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/inflector/zipball/d9d313a36c872fd6ee06d9a6cbcf713eaa40f024", - "reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/f9301a5b2fb1216b2b08f02ba04dc45423db6bff", + "reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "^10", + "doctrine/coding-standard": "^11.0", "phpstan/phpstan": "^1.8", "phpstan/phpstan-phpunit": "^1.1", "phpstan/phpstan-strict-rules": "^1.3", "phpunit/phpunit": "^8.5 || ^9.5", - "vimeo/psalm": "^4.25" + "vimeo/psalm": "^4.25 || ^5.4" }, "type": "library", "autoload": { @@ -725,7 +731,7 @@ ], "support": { "issues": "https://github.com/doctrine/inflector/issues", - "source": "https://github.com/doctrine/inflector/tree/2.0.6" + "source": "https://github.com/doctrine/inflector/tree/2.0.8" }, "funding": [ { @@ -741,7 +747,7 @@ "type": "tidelift" } ], - "time": "2022-10-20T09:10:12+00:00" + "time": "2023-06-16T13:40:37+00:00" }, { "name": "doctrine/lexer", @@ -823,16 +829,16 @@ }, { "name": "egulias/email-validator", - "version": "3.2.5", + "version": "3.2.6", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", - "reference": "b531a2311709443320c786feb4519cfaf94af796" + "reference": "e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/b531a2311709443320c786feb4519cfaf94af796", - "reference": "b531a2311709443320c786feb4519cfaf94af796", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7", + "reference": "e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7", "shasum": "" }, "require": { @@ -878,7 +884,7 @@ ], "support": { "issues": "https://github.com/egulias/EmailValidator/issues", - "source": "https://github.com/egulias/EmailValidator/tree/3.2.5" + "source": "https://github.com/egulias/EmailValidator/tree/3.2.6" }, "funding": [ { @@ -886,7 +892,7 @@ "type": "github" } ], - "time": "2023-01-02T17:26:14+00:00" + "time": "2023-06-01T07:04:22+00:00" }, { "name": "elasticsearch/elasticsearch", @@ -1995,16 +2001,16 @@ }, { "name": "laminas/laminas-validator", - "version": "2.28.0", + "version": "2.30.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-validator.git", - "reference": "695bfa40b0a83dc1c5c58bdf74a03fdbeb516c39" + "reference": "b7d217b5e4951955fda9a3a5ada91b717b5c8d5c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-validator/zipball/695bfa40b0a83dc1c5c58bdf74a03fdbeb516c39", - "reference": "695bfa40b0a83dc1c5c58bdf74a03fdbeb516c39", + "url": "https://api.github.com/repos/laminas/laminas-validator/zipball/b7d217b5e4951955fda9a3a5ada91b717b5c8d5c", + "reference": "b7d217b5e4951955fda9a3a5ada91b717b5c8d5c", "shasum": "" }, "require": { @@ -2018,17 +2024,17 @@ }, "require-dev": { "laminas/laminas-coding-standard": "^2.4.0", - "laminas/laminas-db": "^2.15.0", - "laminas/laminas-filter": "^2.23.0", - "laminas/laminas-http": "^2.17.0", + "laminas/laminas-db": "^2.16", + "laminas/laminas-filter": "^2.28.1", + "laminas/laminas-http": "^2.18", "laminas/laminas-i18n": "^2.19", - "laminas/laminas-session": "^2.13.0", + "laminas/laminas-session": "^2.15", "laminas/laminas-uri": "^2.10.0", - "phpunit/phpunit": "^9.5.25", - "psalm/plugin-phpunit": "^0.18.0", + "phpunit/phpunit": "^9.5.26", + "psalm/plugin-phpunit": "^0.18.3", "psr/http-client": "^1.0.1", "psr/http-factory": "^1.0.1", - "vimeo/psalm": "^4.28" + "vimeo/psalm": "^5.0" }, "suggest": { "laminas/laminas-db": "Laminas\\Db component, required by the (No)RecordExists validator", @@ -2076,7 +2082,7 @@ "type": "community_bridge" } ], - "time": "2022-11-14T08:50:44+00:00" + "time": "2023-01-30T22:41:19+00:00" }, { "name": "lcobucci/clock", @@ -2559,16 +2565,16 @@ }, { "name": "league/oauth2-client", - "version": "2.6.1", + "version": "2.7.0", "source": { "type": "git", "url": "https://github.com/thephpleague/oauth2-client.git", - "reference": "2334c249907190c132364f5dae0287ab8666aa19" + "reference": "160d6274b03562ebeb55ed18399281d8118b76c8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/2334c249907190c132364f5dae0287ab8666aa19", - "reference": "2334c249907190c132364f5dae0287ab8666aa19", + "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/160d6274b03562ebeb55ed18399281d8118b76c8", + "reference": "160d6274b03562ebeb55ed18399281d8118b76c8", "shasum": "" }, "require": { @@ -2623,41 +2629,40 @@ ], "support": { "issues": "https://github.com/thephpleague/oauth2-client/issues", - "source": "https://github.com/thephpleague/oauth2-client/tree/2.6.1" + "source": "https://github.com/thephpleague/oauth2-client/tree/2.7.0" }, - "time": "2021-12-22T16:42:49+00:00" + "time": "2023-04-16T18:19:15+00:00" }, { "name": "league/oauth2-server", - "version": "8.5.1", + "version": "8.5.2", "source": { "type": "git", "url": "https://github.com/thephpleague/oauth2-server.git", - "reference": "43cd4d406906c6be5c8de2cee9bd3ad3753544ef" + "reference": "8ab731e84eef904b5913ba31b38116acf8ea50b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/43cd4d406906c6be5c8de2cee9bd3ad3753544ef", - "reference": "43cd4d406906c6be5c8de2cee9bd3ad3753544ef", + "url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/8ab731e84eef904b5913ba31b38116acf8ea50b6", + "reference": "8ab731e84eef904b5913ba31b38116acf8ea50b6", "shasum": "" }, "require": { "defuse/php-encryption": "^2.3", - "ext-json": "*", "ext-openssl": "*", "lcobucci/clock": "^2.2 || ^3.0", "lcobucci/jwt": "^4.3 || ^5.0", "league/event": "^2.2", "league/uri": "^6.7", "php": "^8.0", - "psr/http-message": "^1.0.1" + "psr/http-message": "^1.0.1 || ^2.0" }, "replace": { "league/oauth2server": "*", "lncd/oauth2": "*" }, "require-dev": { - "laminas/laminas-diactoros": "^2.24.0", + "laminas/laminas-diactoros": "^3.0.0", "phpstan/phpstan": "^0.12.57", "phpstan/phpstan-phpunit": "^0.12.16", "phpunit/phpunit": "^9.6.6", @@ -2706,7 +2711,7 @@ ], "support": { "issues": "https://github.com/thephpleague/oauth2-server/issues", - "source": "https://github.com/thephpleague/oauth2-server/tree/8.5.1" + "source": "https://github.com/thephpleague/oauth2-server/tree/8.5.2" }, "funding": [ { @@ -2714,7 +2719,7 @@ "type": "github" } ], - "time": "2023-04-04T10:20:16+00:00" + "time": "2023-06-16T15:32:47+00:00" }, { "name": "league/uri", @@ -3315,16 +3320,16 @@ }, { "name": "php-amqplib/php-amqplib", - "version": "v3.5.3", + "version": "v3.5.4", "source": { "type": "git", "url": "https://github.com/php-amqplib/php-amqplib.git", - "reference": "bccaaf8ef8bcf18b4ab41e645e92537752b887bd" + "reference": "1aecbd182b35eb039667c50d7d92d71f105be779" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/bccaaf8ef8bcf18b4ab41e645e92537752b887bd", - "reference": "bccaaf8ef8bcf18b4ab41e645e92537752b887bd", + "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/1aecbd182b35eb039667c50d7d92d71f105be779", + "reference": "1aecbd182b35eb039667c50d7d92d71f105be779", "shasum": "" }, "require": { @@ -3390,9 +3395,9 @@ ], "support": { "issues": "https://github.com/php-amqplib/php-amqplib/issues", - "source": "https://github.com/php-amqplib/php-amqplib/tree/v3.5.3" + "source": "https://github.com/php-amqplib/php-amqplib/tree/v3.5.4" }, - "time": "2023-04-03T18:25:49+00:00" + "time": "2023-07-01T11:25:08+00:00" }, { "name": "phpdocumentor/graphviz", @@ -3449,16 +3454,16 @@ }, { "name": "phpseclib/phpseclib", - "version": "3.0.19", + "version": "3.0.20", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", - "reference": "cc181005cf548bfd8a4896383bb825d859259f95" + "reference": "543a1da81111a0bfd6ae7bbc2865c5e89ed3fc67" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/cc181005cf548bfd8a4896383bb825d859259f95", - "reference": "cc181005cf548bfd8a4896383bb825d859259f95", + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/543a1da81111a0bfd6ae7bbc2865c5e89ed3fc67", + "reference": "543a1da81111a0bfd6ae7bbc2865c5e89ed3fc67", "shasum": "" }, "require": { @@ -3539,7 +3544,7 @@ ], "support": { "issues": "https://github.com/phpseclib/phpseclib/issues", - "source": "https://github.com/phpseclib/phpseclib/tree/3.0.19" + "source": "https://github.com/phpseclib/phpseclib/tree/3.0.20" }, "funding": [ { @@ -3555,7 +3560,7 @@ "type": "tidelift" } ], - "time": "2023-03-05T17:13:09+00:00" + "time": "2023-06-13T06:30:34+00:00" }, { "name": "predis/predis", @@ -4684,29 +4689,29 @@ }, { "name": "spryker-feature/acl", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/acl.git", - "reference": "7e73953306554f219d988dfb0f0b1f5cd5c6d261" + "reference": "e669e1bbdc4153a1dc6761551441d613d8960e74" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/acl/zipball/7e73953306554f219d988dfb0f0b1f5cd5c6d261", - "reference": "7e73953306554f219d988dfb0f0b1f5cd5c6d261", + "url": "https://api.github.com/repos/spryker-feature/acl/zipball/e669e1bbdc4153a1dc6761551441d613d8960e74", + "reference": "e669e1bbdc4153a1dc6761551441d613d8960e74", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/acl": "^3.13.0", + "spryker/acl": "^3.17.0", "spryker/acl-data-import": "^0.1.0", - "spryker/acl-entity": "^1.6.0", + "spryker/acl-entity": "^1.9.0", "spryker/acl-entity-data-import": "^0.2.0" }, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -4715,38 +4720,37 @@ ], "description": "ACL [feature]", "support": { - "source": "https://github.com/spryker-feature/acl/tree/202212.0" + "source": "https://github.com/spryker-feature/acl/tree/202307.0" }, - "time": "2022-12-16T09:52:43+00:00" + "time": "2023-07-26T14:50:26+00:00" }, { "name": "spryker-feature/agent-assist", - "version": "dev-master", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/agent-assist.git", - "reference": "2ebe07ae2fbae1ba845ea14ed20a0641b0f49c8e" + "reference": "9dff0b9f790a836738c6f1691fc7e57877aa9f53" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/agent-assist/zipball/2ebe07ae2fbae1ba845ea14ed20a0641b0f49c8e", - "reference": "2ebe07ae2fbae1ba845ea14ed20a0641b0f49c8e", + "url": "https://api.github.com/repos/spryker-feature/agent-assist/zipball/9dff0b9f790a836738c6f1691fc7e57877aa9f53", + "reference": "9dff0b9f790a836738c6f1691fc7e57877aa9f53", "shasum": "" }, "require": { "php": ">=8.0", - "spryker-shop/agent-page": "^1.11.0", + "spryker-shop/agent-page": "^1.12.0", "spryker-shop/agent-widget": "^1.3.0", - "spryker-shop/session-agent-validation": "^1.0.0", - "spryker/agent": "^1.5.0", - "spryker/agent-gui": "^1.0.0", + "spryker-shop/session-agent-validation": "^1.1.0", + "spryker/agent": "^1.6.0", + "spryker/agent-gui": "^1.1.0", "spryker/security-blocker-storefront-agent": "^1.0.0" }, - "default-branch": true, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -4755,41 +4759,40 @@ ], "description": "Agent Assist [feature]", "support": { - "source": "https://github.com/spryker-feature/agent-assist/tree/master" + "source": "https://github.com/spryker-feature/agent-assist/tree/202307.0" }, - "time": "2023-03-28T13:56:20+00:00" + "time": "2023-07-26T15:05:56+00:00" }, { "name": "spryker-feature/alternative-products", - "version": "dev-master", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/alternative-products.git", - "reference": "265685b73c903bc731106596b3ef662075f06b32" + "reference": "8e8f9bf565edd852542342ace9c397fbe2c44eaa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/alternative-products/zipball/265685b73c903bc731106596b3ef662075f06b32", - "reference": "265685b73c903bc731106596b3ef662075f06b32", + "url": "https://api.github.com/repos/spryker-feature/alternative-products/zipball/8e8f9bf565edd852542342ace9c397fbe2c44eaa", + "reference": "8e8f9bf565edd852542342ace9c397fbe2c44eaa", "shasum": "" }, "require": { "php": ">=8.0", "spryker-shop/product-alternative-widget": "^1.5.0", "spryker-shop/product-replacement-for-widget": "^1.5.0", - "spryker/product-alternative": "^1.1.0", - "spryker/product-alternative-data-import": "^1.0.1", + "spryker/product-alternative": "^1.3.0", + "spryker/product-alternative-data-import": "^1.1.0", "spryker/product-alternative-gui": "^1.2.0", - "spryker/product-alternative-storage": "^1.10.0" + "spryker/product-alternative-storage": "^1.11.0" }, "suggest": { "spryker-feature/product": "Recommended feature dependency." }, - "default-branch": true, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -4798,22 +4801,22 @@ ], "description": "Alternative Products [feature]", "support": { - "source": "https://github.com/spryker-feature/alternative-products/tree/202212.0" + "source": "https://github.com/spryker-feature/alternative-products/tree/202307.0" }, - "time": "2022-12-16T09:52:46+00:00" + "time": "2023-07-26T14:51:22+00:00" }, { "name": "spryker-feature/approval-process", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/approval-process.git", - "reference": "cfc164417d2ebf52f499ad2723338e9ee2af2b64" + "reference": "a1c8d388072c37d51b71b247682333aa645ca4fb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/approval-process/zipball/cfc164417d2ebf52f499ad2723338e9ee2af2b64", - "reference": "cfc164417d2ebf52f499ad2723338e9ee2af2b64", + "url": "https://api.github.com/repos/spryker-feature/approval-process/zipball/a1c8d388072c37d51b71b247682333aa645ca4fb", + "reference": "a1c8d388072c37d51b71b247682333aa645ca4fb", "shasum": "" }, "require": { @@ -4824,7 +4827,7 @@ "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -4833,40 +4836,39 @@ ], "description": "Approval process [feature]", "support": { - "source": "https://github.com/spryker-feature/approval-process/tree/202212.0" + "source": "https://github.com/spryker-feature/approval-process/tree/202307.0" }, - "time": "2022-12-16T09:52:47+00:00" + "time": "2023-07-26T15:05:59+00:00" }, { "name": "spryker-feature/availability-notification", - "version": "dev-master", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/availability-notification.git", - "reference": "52f52138fd921594eab089268862d1c712c47f23" + "reference": "c8cd5b74110af5ef261fed3695ffb7545e58e3a4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/availability-notification/zipball/52f52138fd921594eab089268862d1c712c47f23", - "reference": "52f52138fd921594eab089268862d1c712c47f23", + "url": "https://api.github.com/repos/spryker-feature/availability-notification/zipball/c8cd5b74110af5ef261fed3695ffb7545e58e3a4", + "reference": "c8cd5b74110af5ef261fed3695ffb7545e58e3a4", "shasum": "" }, "require": { "php": ">=8.0", "spryker-shop/availability-notification-page": "^1.1.0", "spryker-shop/availability-notification-widget": "^1.1.0", - "spryker/availability-notification": "^1.2.0" + "spryker/availability-notification": "^1.4.0" }, "suggest": { "spryker-feature/inventory-management": "Recommended feature dependency.", "spryker-feature/mailing-notifications": "Recommended feature dependency.", "spryker-feature/product": "Recommended feature dependency." }, - "default-branch": true, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -4875,39 +4877,38 @@ ], "description": "Availability Notification [feature]", "support": { - "source": "https://github.com/spryker-feature/availability-notification/tree/202212.0" + "source": "https://github.com/spryker-feature/availability-notification/tree/202307.0" }, - "time": "2022-12-16T09:39:51+00:00" + "time": "2023-07-26T14:50:36+00:00" }, { "name": "spryker-feature/cart", - "version": "dev-master", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/cart.git", - "reference": "7cbfc25d4ee220da7138b421d61517e49b01b839" + "reference": "c69dc2bda57f99a80bd5186485c1f1ead2b61906" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/cart/zipball/7cbfc25d4ee220da7138b421d61517e49b01b839", - "reference": "7cbfc25d4ee220da7138b421d61517e49b01b839", + "url": "https://api.github.com/repos/spryker-feature/cart/zipball/c69dc2bda57f99a80bd5186485c1f1ead2b61906", + "reference": "c69dc2bda57f99a80bd5186485c1f1ead2b61906", "shasum": "" }, "require": { "php": ">=8.0", "spryker-shop/cart-note-widget": "^1.4.0", - "spryker-shop/cart-page": "^3.35.0", + "spryker-shop/cart-page": "^3.36.0", "spryker/calculation": "^4.12.0", - "spryker/cart": "^7.11.0", - "spryker/cart-note": "^1.0.0", + "spryker/cart": "^7.12.0", + "spryker/cart-note": "^1.1.0", "spryker/cart-variant": "^2.0.0", - "spryker/persistent-cart": "^3.5.0" + "spryker/persistent-cart": "^3.7.0" }, - "default-branch": true, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -4916,29 +4917,29 @@ ], "description": "Cart [feature]", "support": { - "source": "https://github.com/spryker-feature/cart/tree/202212.0" + "source": "https://github.com/spryker-feature/cart/tree/202307.0" }, - "time": "2022-12-16T09:39:25+00:00" + "time": "2023-07-26T14:49:56+00:00" }, { "name": "spryker-feature/catalog", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/catalog.git", - "reference": "f6b79b419ace0eb18dadcc5cf4a4d79d02f4e0c8" + "reference": "5bade00119da22f6d6a919a06dfb569b651e2834" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/catalog/zipball/f6b79b419ace0eb18dadcc5cf4a4d79d02f4e0c8", - "reference": "f6b79b419ace0eb18dadcc5cf4a4d79d02f4e0c8", + "url": "https://api.github.com/repos/spryker-feature/catalog/zipball/5bade00119da22f6d6a919a06dfb569b651e2834", + "reference": "5bade00119da22f6d6a919a06dfb569b651e2834", "shasum": "" }, "require": { "php": ">=8.0", - "spryker-shop/catalog-page": "^1.24.0", + "spryker-shop/catalog-page": "^1.25.0", "spryker-shop/tabs-widget": "^1.0.0", - "spryker/catalog": "^5.7.0" + "spryker/catalog": "^5.8.0" }, "suggest": { "spryker-feature/spryker-core": "Recommended feature dependency." @@ -4946,7 +4947,7 @@ "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -4955,47 +4956,46 @@ ], "description": "Catalog [feature]", "support": { - "source": "https://github.com/spryker-feature/catalog/tree/202212.0" + "source": "https://github.com/spryker-feature/catalog/tree/202307.0" }, - "time": "2022-12-16T09:39:27+00:00" + "time": "2023-07-26T14:49:57+00:00" }, { "name": "spryker-feature/category-management", - "version": "dev-master", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/category-management.git", - "reference": "0ae69209919baca1b3cf04ab5a9d6c060bcd3b26" + "reference": "68e59de408c1a3293331a8cf5647cef908f7b571" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/category-management/zipball/0ae69209919baca1b3cf04ab5a9d6c060bcd3b26", - "reference": "0ae69209919baca1b3cf04ab5a9d6c060bcd3b26", + "url": "https://api.github.com/repos/spryker-feature/category-management/zipball/68e59de408c1a3293331a8cf5647cef908f7b571", + "reference": "68e59de408c1a3293331a8cf5647cef908f7b571", "shasum": "" }, "require": { "php": ">=8.0", "spryker-shop/category-image-storage-widget": "^1.0.0", "spryker-shop/category-widget": "^1.4.0", - "spryker/category": "^5.7.0", + "spryker/category": "^5.13.0", "spryker/category-data-feed": "^0.2.1", "spryker/category-data-import": "^0.3.0", "spryker/category-exporter": "^3.0.2", - "spryker/category-gui": "^2.1.0", - "spryker/category-image": "^1.1.0", - "spryker/category-image-gui": "^1.4.0", - "spryker/category-image-storage": "^1.5.0", + "spryker/category-gui": "^2.2.0", + "spryker/category-image": "^1.3.0", + "spryker/category-image-gui": "^1.6.0", + "spryker/category-image-storage": "^1.6.0", "spryker/category-page-search": "^2.2.0", - "spryker/category-storage": "^2.4.0" + "spryker/category-storage": "^2.7.0" }, "suggest": { "spryker-feature/spryker-core": "Recommended feature dependency." }, - "default-branch": true, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -5004,40 +5004,40 @@ ], "description": "Category Management [feature]", "support": { - "source": "https://github.com/spryker-feature/category-management/tree/master" + "source": "https://github.com/spryker-feature/category-management/tree/202307.0" }, - "time": "2023-02-01T17:38:02+00:00" + "time": "2023-07-26T14:50:49+00:00" }, { "name": "spryker-feature/checkout", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/checkout.git", - "reference": "116e40944d6a3b7e62a61122876e0c5817994569" + "reference": "96d2cdaefd895f82d6430a1fafdfbec5546d7ec7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/checkout/zipball/116e40944d6a3b7e62a61122876e0c5817994569", - "reference": "116e40944d6a3b7e62a61122876e0c5817994569", + "url": "https://api.github.com/repos/spryker-feature/checkout/zipball/96d2cdaefd895f82d6430a1fafdfbec5546d7ec7", + "reference": "96d2cdaefd895f82d6430a1fafdfbec5546d7ec7", "shasum": "" }, "require": { "php": ">=8.0", - "spryker-shop/checkout-page": "^3.22.0", + "spryker-shop/checkout-page": "^3.24.0", "spryker-shop/checkout-widget": "^1.4.0", "spryker-shop/sales-order-threshold-widget": "^1.1.0", "spryker/checkout": "^6.4.0", "spryker/dummy-payment": "^2.7.0", - "spryker/sales-order-threshold": "^1.7.0", + "spryker/sales-order-threshold": "^1.9.0", "spryker/sales-order-threshold-data-import": "^0.1.0", - "spryker/sales-order-threshold-gui": "^1.8.0", + "spryker/sales-order-threshold-gui": "^1.9.0", "spryker/step-engine": "^3.4.0" }, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -5046,28 +5046,28 @@ ], "description": "Checkout [feature]", "support": { - "source": "https://github.com/spryker-feature/checkout/tree/202212.0" + "source": "https://github.com/spryker-feature/checkout/tree/202307.0" }, - "time": "2022-12-16T09:39:29+00:00" + "time": "2023-07-26T14:49:58+00:00" }, { "name": "spryker-feature/cms", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/cms.git", - "reference": "622775b11db5fb89a7d3f6edd657e8049266c4f9" + "reference": "5f66384a8193a9830d5bf4a94cbef2c3c00305f0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/cms/zipball/622775b11db5fb89a7d3f6edd657e8049266c4f9", - "reference": "622775b11db5fb89a7d3f6edd657e8049266c4f9", + "url": "https://api.github.com/repos/spryker-feature/cms/zipball/5f66384a8193a9830d5bf4a94cbef2c3c00305f0", + "reference": "5f66384a8193a9830d5bf4a94cbef2c3c00305f0", "shasum": "" }, "require": { "php": ">=8.0", "spryker-shop/cms-block-widget": "^2.3.0", - "spryker-shop/cms-page": "^1.7.0", + "spryker-shop/cms-page": "^1.8.0", "spryker-shop/cms-search-page": "^1.3.0", "spryker-shop/cms-slot-block-widget": "^1.1.0", "spryker-shop/content-banner-widget": "^1.1.0", @@ -5075,47 +5075,47 @@ "spryker-shop/content-product-set-widget": "^1.4.0", "spryker-shop/content-product-widget": "^1.2.0", "spryker-shop/shop-cms-slot": "^1.0.0", - "spryker/cms": "^7.11.0", - "spryker/cms-block": "^3.4.0", + "spryker/cms": "^7.13.0", + "spryker/cms-block": "^3.6.0", "spryker/cms-block-category-storage": "^1.7.0", - "spryker/cms-block-gui": "^2.9.0", + "spryker/cms-block-gui": "^2.11.0", "spryker/cms-block-product-storage": "^1.6.0", - "spryker/cms-block-storage": "^2.4.0", + "spryker/cms-block-storage": "^2.5.0", "spryker/cms-content-widget": "^1.9.0", - "spryker/cms-gui": "^5.10.0", - "spryker/cms-page-data-import": "^1.1.0", - "spryker/cms-page-search": "^2.5.0", + "spryker/cms-gui": "^5.12.0", + "spryker/cms-page-data-import": "^1.2.0", + "spryker/cms-page-search": "^2.6.0", "spryker/cms-slot": "^1.0.0", "spryker/cms-slot-block": "^1.1.0", - "spryker/cms-slot-block-category-gui": "^1.2.0", - "spryker/cms-slot-block-cms-gui": "^1.0.0", + "spryker/cms-slot-block-category-gui": "^1.3.0", + "spryker/cms-slot-block-cms-gui": "^1.1.0", "spryker/cms-slot-block-data-import": "^0.2.0", "spryker/cms-slot-block-gui": "^1.2.0", - "spryker/cms-slot-block-product-category-gui": "^1.0.0", + "spryker/cms-slot-block-product-category-gui": "^1.1.0", "spryker/cms-slot-block-storage": "^1.2.0", "spryker/cms-slot-data-import": "^0.7.0", "spryker/cms-slot-gui": "^1.2.0", "spryker/cms-slot-storage": "^1.2.0", - "spryker/cms-storage": "^2.6.0", - "spryker/content": "^2.2.0", + "spryker/cms-storage": "^2.7.0", + "spryker/content": "^2.3.0", "spryker/content-banner": "^2.2.0", "spryker/content-banner-data-import": "^0.2.0", "spryker/content-banner-gui": "^2.2.0", "spryker/content-file": "^1.0.0", - "spryker/content-file-gui": "^2.1.0", - "spryker/content-gui": "^2.5.0", + "spryker/content-file-gui": "^2.2.0", + "spryker/content-gui": "^2.6.0", "spryker/content-product": "^1.1.0", "spryker/content-product-data-import": "^0.3.0", - "spryker/content-product-gui": "^1.1.0", + "spryker/content-product-gui": "^1.2.0", "spryker/content-product-set": "^1.0.0", "spryker/content-product-set-data-import": "^0.2.0", - "spryker/content-product-set-gui": "^1.1.0", - "spryker/content-storage": "^2.5.0" + "spryker/content-product-set-gui": "^1.2.0", + "spryker/content-storage": "^2.6.0" }, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -5124,28 +5124,28 @@ ], "description": "CMS [feature]", "support": { - "source": "https://github.com/spryker-feature/cms/tree/202212.0" + "source": "https://github.com/spryker-feature/cms/tree/202307.0" }, - "time": "2022-12-16T09:39:53+00:00" + "time": "2023-07-26T14:50:00+00:00" }, { "name": "spryker-feature/comments", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/comments.git", - "reference": "764f86c07ff9cc189d305826b1b29b9a621f34c7" + "reference": "790ac608afe3a56ef19b3fcdf24c86ec561eb129" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/comments/zipball/764f86c07ff9cc189d305826b1b29b9a621f34c7", - "reference": "764f86c07ff9cc189d305826b1b29b9a621f34c7", + "url": "https://api.github.com/repos/spryker-feature/comments/zipball/790ac608afe3a56ef19b3fcdf24c86ec561eb129", + "reference": "790ac608afe3a56ef19b3fcdf24c86ec561eb129", "shasum": "" }, "require": { "php": ">=8.0", "spryker-shop/comment-widget": "^1.2.0", - "spryker/comment": "^1.2.0", + "spryker/comment": "^1.3.0", "spryker/comment-data-import": "^0.1.0" }, "suggest": { @@ -5154,7 +5154,7 @@ "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -5163,28 +5163,28 @@ ], "description": "Comments [feature]", "support": { - "source": "https://github.com/spryker-feature/comments/tree/202212.0" + "source": "https://github.com/spryker-feature/comments/tree/202307.0" }, - "time": "2022-12-16T09:52:56+00:00" + "time": "2023-07-26T14:52:04+00:00" }, { "name": "spryker-feature/company-account", - "version": "dev-master", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/company-account.git", - "reference": "81c04ee1b9d342cad726f2ab9cd9d89f152b5a4b" + "reference": "45c73f17139a1bd412dfa363060e5324e9cd474f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/company-account/zipball/81c04ee1b9d342cad726f2ab9cd9d89f152b5a4b", - "reference": "81c04ee1b9d342cad726f2ab9cd9d89f152b5a4b", + "url": "https://api.github.com/repos/spryker-feature/company-account/zipball/45c73f17139a1bd412dfa363060e5324e9cd474f", + "reference": "45c73f17139a1bd412dfa363060e5324e9cd474f", "shasum": "" }, "require": { "php": ">=8.0", "spryker-shop/business-on-behalf-widget": "^1.1.0", - "spryker-shop/company-page": "^2.20.0", + "spryker-shop/company-page": "^2.23.0", "spryker-shop/company-user-agent-widget": "^1.1.0", "spryker-shop/company-user-invitation-page": "^2.4.0", "spryker-shop/company-widget": "^1.8.0", @@ -5192,7 +5192,7 @@ "spryker/business-on-behalf-data-import": "^3.0.0", "spryker/business-on-behalf-gui": "^1.3.0", "spryker/company": "^1.5.0", - "spryker/company-business-unit": "^2.14.0", + "spryker/company-business-unit": "^2.15.0", "spryker/company-business-unit-data-import": "^0.5.2", "spryker/company-business-unit-gui": "^2.10.0", "spryker/company-business-unit-storage": "^1.0.0", @@ -5201,13 +5201,13 @@ "spryker/company-role": "^1.7.0", "spryker/company-role-data-import": "^0.1.2", "spryker/company-role-gui": "^1.8.0", - "spryker/company-unit-address": "^1.14.0", + "spryker/company-unit-address": "^1.15.0", "spryker/company-unit-address-data-import": "^0.3.1", - "spryker/company-unit-address-gui": "^1.2.0", + "spryker/company-unit-address-gui": "^1.3.0", "spryker/company-unit-address-label": "^1.1.0", "spryker/company-unit-address-label-data-import": "^0.1.1", "spryker/company-unit-address-label-gui": "^1.0.0", - "spryker/company-user": "^2.15.0", + "spryker/company-user": "^2.16.0", "spryker/company-user-agent": "^1.0.0", "spryker/company-user-data-import": "^0.2.0", "spryker/company-user-gui": "^1.10.0", @@ -5219,11 +5219,10 @@ "suggest": { "spryker-feature/customer-account-management": "Recommended feature dependency." }, - "default-branch": true, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -5232,43 +5231,43 @@ ], "description": "Company Account [feature]", "support": { - "source": "https://github.com/spryker-feature/company-account/tree/202212.0" + "source": "https://github.com/spryker-feature/company-account/tree/202307.0" }, - "time": "2022-12-16T09:40:10+00:00" + "time": "2023-07-26T14:51:52+00:00" }, { "name": "spryker-feature/configurable-bundle", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/configurable-bundle.git", - "reference": "1a07d5e58192941b17e842b6acd8d7d150af1e6a" + "reference": "70341636cbec51999b939bdad3019d35f1e9d32c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/configurable-bundle/zipball/1a07d5e58192941b17e842b6acd8d7d150af1e6a", - "reference": "1a07d5e58192941b17e842b6acd8d7d150af1e6a", + "url": "https://api.github.com/repos/spryker-feature/configurable-bundle/zipball/70341636cbec51999b939bdad3019d35f1e9d32c", + "reference": "70341636cbec51999b939bdad3019d35f1e9d32c", "shasum": "" }, "require": { "php": ">=8.0", "spryker-shop/configurable-bundle-note-widget": "^1.0.0", "spryker-shop/configurable-bundle-page": "^1.2.0", - "spryker-shop/configurable-bundle-widget": "^1.7.0", + "spryker-shop/configurable-bundle-widget": "^1.8.0", "spryker-shop/sales-configurable-bundle-widget": "^1.5.0", - "spryker/configurable-bundle": "^2.1.0", + "spryker/configurable-bundle": "^2.2.0", "spryker/configurable-bundle-cart": "^1.4.0", "spryker/configurable-bundle-data-import": "^0.2.0", - "spryker/configurable-bundle-gui": "^1.3.0", + "spryker/configurable-bundle-gui": "^1.4.0", "spryker/configurable-bundle-note": "^1.0.0", "spryker/configurable-bundle-page-search": "^1.4.0", - "spryker/configurable-bundle-storage": "^2.5.0", + "spryker/configurable-bundle-storage": "^2.6.0", "spryker/sales-configurable-bundle": "^1.5.0" }, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -5277,22 +5276,22 @@ ], "description": "Configurable Bundle [feature]", "support": { - "source": "https://github.com/spryker-feature/configurable-bundle/tree/202212.0" + "source": "https://github.com/spryker-feature/configurable-bundle/tree/202307.0" }, - "time": "2022-12-16T09:39:31+00:00" + "time": "2023-07-26T14:50:01+00:00" }, { "name": "spryker-feature/configurable-product", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/configurable-product.git", - "reference": "558af3011cf45c7b9d6c83627c645de4e150e4fd" + "reference": "490a389af67bb37d3f4e34b9c4af2f5c313d8aa1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/configurable-product/zipball/558af3011cf45c7b9d6c83627c645de4e150e4fd", - "reference": "558af3011cf45c7b9d6c83627c645de4e150e4fd", + "url": "https://api.github.com/repos/spryker-feature/configurable-product/zipball/490a389af67bb37d3f4e34b9c4af2f5c313d8aa1", + "reference": "490a389af67bb37d3f4e34b9c4af2f5c313d8aa1", "shasum": "" }, "require": { @@ -5301,19 +5300,19 @@ "spryker-shop/product-configuration-widget": "^1.0.0", "spryker-shop/product-configurator-gateway-page": "^1.0.0", "spryker-shop/sales-product-configuration-widget": "^1.0.0", - "spryker/product-configuration": "^1.1.0", + "spryker/product-configuration": "^1.2.0", "spryker/product-configuration-cart": "^1.0.0", "spryker/product-configuration-data-import": "^0.2.0", "spryker/product-configuration-gui": "^1.0.0", "spryker/product-configuration-persistent-cart": "^1.0.0", - "spryker/product-configuration-storage": "^1.0.0", + "spryker/product-configuration-storage": "^1.1.0", "spryker/sales-product-configuration": "^1.0.0", "spryker/sales-product-configuration-gui": "^1.0.0" }, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -5322,22 +5321,22 @@ ], "description": "Configurable Product [feature]", "support": { - "source": "https://github.com/spryker-feature/configurable-product/tree/202212.0" + "source": "https://github.com/spryker-feature/configurable-product/tree/202307.0" }, - "time": "2022-12-16T09:40:04+00:00" + "time": "2023-07-26T14:51:26+00:00" }, { "name": "spryker-feature/configurable-product-shopping-lists", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/configurable-product-shopping-lists.git", - "reference": "16c067d482c3aded42cb1a4ab2f067d61c94be94" + "reference": "e019b5a79c61950206c67bcd616f7e7f4df3bf92" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/configurable-product-shopping-lists/zipball/16c067d482c3aded42cb1a4ab2f067d61c94be94", - "reference": "16c067d482c3aded42cb1a4ab2f067d61c94be94", + "url": "https://api.github.com/repos/spryker-feature/configurable-product-shopping-lists/zipball/e019b5a79c61950206c67bcd616f7e7f4df3bf92", + "reference": "e019b5a79c61950206c67bcd616f7e7f4df3bf92", "shasum": "" }, "require": { @@ -5351,7 +5350,7 @@ "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -5360,22 +5359,22 @@ ], "description": "Configurable Product Shopping Lists [feature]", "support": { - "source": "https://github.com/spryker-feature/configurable-product-shopping-lists/tree/202212.0" + "source": "https://github.com/spryker-feature/configurable-product-shopping-lists/tree/202307.0" }, - "time": "2022-12-06T15:39:34+00:00" + "time": "2023-07-26T15:06:13+00:00" }, { "name": "spryker-feature/customer-access", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/customer-access.git", - "reference": "0b1a677d4ec2399f2aca081896f97154f8cc2ed6" + "reference": "d8d73b8b564c8d4238a4ad7a1511cca7eca88e24" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/customer-access/zipball/0b1a677d4ec2399f2aca081896f97154f8cc2ed6", - "reference": "0b1a677d4ec2399f2aca081896f97154f8cc2ed6", + "url": "https://api.github.com/repos/spryker-feature/customer-access/zipball/d8d73b8b564c8d4238a4ad7a1511cca7eca88e24", + "reference": "d8d73b8b564c8d4238a4ad7a1511cca7eca88e24", "shasum": "" }, "require": { @@ -5383,7 +5382,7 @@ "spryker/customer-access": "^1.3.0", "spryker/customer-access-gui": "^1.1.0", "spryker/customer-access-permission": "^1.2.0", - "spryker/customer-access-storage": "^1.7.0" + "spryker/customer-access-storage": "^1.8.0" }, "suggest": { "spryker-feature/spryker-core": "Recommended feature dependency." @@ -5391,7 +5390,7 @@ "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -5400,44 +5399,43 @@ ], "description": "Customer Access [feature]", "support": { - "source": "https://github.com/spryker-feature/customer-access/tree/202212.0" + "source": "https://github.com/spryker-feature/customer-access/tree/202307.0" }, - "time": "2022-12-16T09:53:04+00:00" + "time": "2023-07-26T14:50:57+00:00" }, { "name": "spryker-feature/customer-account-management", - "version": "dev-master", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/customer-account-management.git", - "reference": "e90a29582b91c235457be62de6269f5301520c5f" + "reference": "c888e02b35995e7675f891d26edd5b61c304edde" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/customer-account-management/zipball/e90a29582b91c235457be62de6269f5301520c5f", - "reference": "e90a29582b91c235457be62de6269f5301520c5f", + "url": "https://api.github.com/repos/spryker-feature/customer-account-management/zipball/c888e02b35995e7675f891d26edd5b61c304edde", + "reference": "c888e02b35995e7675f891d26edd5b61c304edde", "shasum": "" }, "require": { "php": ">=8.0", - "spryker-shop/customer-page": "^2.40.0", + "spryker-shop/customer-page": "^2.43.0", "spryker-shop/customer-validation-page": "^1.0.0", "spryker-shop/session-customer-validation-page": "^1.0.0", - "spryker/customer": "^7.48.0", + "spryker/customer": "^7.51.0", "spryker/customer-group": "^2.6.0", "spryker/customer-note": "^1.1.0", "spryker/customer-note-gui": "^1.2.0", "spryker/customer-storage": "^1.0.0", - "spryker/oauth": "^2.6.0", + "spryker/oauth": "^2.11.0", "spryker/oauth-cryptography": "^1.0.0", "spryker/oauth-customer-validation": "^1.0.0", "spryker/oauth-revoke": "^1.3.0" }, - "default-branch": true, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -5446,39 +5444,38 @@ ], "description": "Customer Account Management [feature]", "support": { - "source": "https://github.com/spryker-feature/customer-account-management/tree/master" + "source": "https://github.com/spryker-feature/customer-account-management/tree/202307.0" }, - "time": "2023-02-08T19:54:53+00:00" + "time": "2023-07-26T14:50:05+00:00" }, { "name": "spryker-feature/deployment-tools", - "version": "dev-master", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/deployment-tools.git", - "reference": "13631f72a46f4c65c9327013805d1bdcea0cbe1a" + "reference": "4a783c475a714046f08742b57c864453d8aad056" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/deployment-tools/zipball/13631f72a46f4c65c9327013805d1bdcea0cbe1a", - "reference": "13631f72a46f4c65c9327013805d1bdcea0cbe1a", + "url": "https://api.github.com/repos/spryker-feature/deployment-tools/zipball/4a783c475a714046f08742b57c864453d8aad056", + "reference": "4a783c475a714046f08742b57c864453d8aad056", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/console": "^4.10.0", + "spryker/console": "^4.12.0", "spryker/health-check": "^1.0.0", "spryker/index-generator": "^1.1.0", - "spryker/install": "^1.0.0", - "spryker/publish-and-synchronize-health-check": "^1.0.0", - "spryker/publish-and-synchronize-health-check-search": "^1.0.0", - "spryker/publish-and-synchronize-health-check-storage": "^1.0.0" + "spryker/install": "^1.1.0", + "spryker/publish-and-synchronize-health-check": "^1.1.0", + "spryker/publish-and-synchronize-health-check-search": "^1.1.0", + "spryker/publish-and-synchronize-health-check-storage": "^1.1.0" }, - "default-branch": true, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -5487,37 +5484,36 @@ ], "description": "Deployment tools [feature]", "support": { - "source": "https://github.com/spryker-feature/deployment-tools/tree/202212.0" + "source": "https://github.com/spryker-feature/deployment-tools/tree/202307.0" }, - "time": "2022-12-16T09:53:07+00:00" + "time": "2023-07-26T14:50:53+00:00" }, { "name": "spryker-feature/file-manager", - "version": "dev-master", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/file-manager.git", - "reference": "478e98bb76fdd70f920bb31430c944b482fb165b" + "reference": "7285f47a90a27fbd08cc5c35158acb88219a6bf5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/file-manager/zipball/478e98bb76fdd70f920bb31430c944b482fb165b", - "reference": "478e98bb76fdd70f920bb31430c944b482fb165b", + "url": "https://api.github.com/repos/spryker-feature/file-manager/zipball/7285f47a90a27fbd08cc5c35158acb88219a6bf5", + "reference": "7285f47a90a27fbd08cc5c35158acb88219a6bf5", "shasum": "" }, "require": { "php": ">=8.0", "spryker-shop/file-manager-widget": "^2.0.0", - "spryker/file-manager": "^2.0.0", + "spryker/file-manager": "^2.2.0", "spryker/file-manager-data-import": "^2.0.0", - "spryker/file-manager-gui": "^2.3.0", - "spryker/file-manager-storage": "^2.1.0" + "spryker/file-manager-gui": "^2.4.0", + "spryker/file-manager-storage": "^2.3.0" }, - "default-branch": true, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -5526,36 +5522,38 @@ ], "description": "File Manager [feature]", "support": { - "source": "https://github.com/spryker-feature/file-manager/tree/202212.0" + "source": "https://github.com/spryker-feature/file-manager/tree/202307.0" }, - "time": "2022-12-16T09:53:10+00:00" + "time": "2023-07-26T14:51:00+00:00" }, { "name": "spryker-feature/inventory-management", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/inventory-management.git", - "reference": "33a8196af37821d37a2612bf19f7505a88656eed" + "reference": "5001ee7d6e6a1d77899ec6e665304bd1ed319440" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/inventory-management/zipball/33a8196af37821d37a2612bf19f7505a88656eed", - "reference": "33a8196af37821d37a2612bf19f7505a88656eed", + "url": "https://api.github.com/repos/spryker-feature/inventory-management/zipball/5001ee7d6e6a1d77899ec6e665304bd1ed319440", + "reference": "5001ee7d6e6a1d77899ec6e665304bd1ed319440", "shasum": "" }, "require": { "php": ">=8.0", "spryker-shop/availability-widget": "^1.1.0", - "spryker/availability": "^9.16.0", + "spryker/availability": "^9.18.0", "spryker/availability-data-feed": "^0.1.3", - "spryker/availability-gui": "^6.7.0", + "spryker/availability-gui": "^6.8.0", "spryker/availability-storage": "^2.7.0", - "spryker/stock": "^8.4.0", - "spryker/stock-address": "^1.0.0", + "spryker/oauth-warehouse": "^0.1.0", + "spryker/stock": "^8.8.0", + "spryker/stock-address": "^1.1.0", "spryker/stock-address-data-import": "^0.1.0", "spryker/stock-data-import": "^1.2.0", - "spryker/stock-gui": "^2.1.0" + "spryker/stock-gui": "^2.1.0", + "spryker/warehouse-allocation": "^0.1.0" }, "suggest": { "spryker-feature/product": "Recommended feature dependency." @@ -5563,7 +5561,7 @@ "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -5572,22 +5570,22 @@ ], "description": "Inventory Management [feature]", "support": { - "source": "https://github.com/spryker-feature/inventory-management/tree/202212.0" + "source": "https://github.com/spryker-feature/inventory-management/tree/202307.0" }, - "time": "2022-12-16T09:53:14+00:00" + "time": "2023-07-26T14:50:32+00:00" }, { "name": "spryker-feature/invoice", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/invoice.git", - "reference": "d505888a1858f352310996a483144ed5b3810aed" + "reference": "b3c4775e3dca7e59ca4a67a8be89211021d277d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/invoice/zipball/d505888a1858f352310996a483144ed5b3810aed", - "reference": "d505888a1858f352310996a483144ed5b3810aed", + "url": "https://api.github.com/repos/spryker-feature/invoice/zipball/b3c4775e3dca7e59ca4a67a8be89211021d277d8", + "reference": "b3c4775e3dca7e59ca4a67a8be89211021d277d8", "shasum": "" }, "require": { @@ -5600,7 +5598,7 @@ "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -5609,36 +5607,36 @@ ], "description": "Invoice [feature]", "support": { - "source": "https://github.com/spryker-feature/invoice/tree/202212.0" + "source": "https://github.com/spryker-feature/invoice/tree/202307.0" }, - "time": "2022-12-16T09:53:17+00:00" + "time": "2023-07-26T15:06:26+00:00" }, { "name": "spryker-feature/mailing-notifications", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/mailing-notifications.git", - "reference": "c8662f3b3147e73a548ec8f462c895fb6bc67649" + "reference": "796ec8fc1f31d78f97067fae2bee82b70a82a25a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/mailing-notifications/zipball/c8662f3b3147e73a548ec8f462c895fb6bc67649", - "reference": "c8662f3b3147e73a548ec8f462c895fb6bc67649", + "url": "https://api.github.com/repos/spryker-feature/mailing-notifications/zipball/796ec8fc1f31d78f97067fae2bee82b70a82a25a", + "reference": "796ec8fc1f31d78f97067fae2bee82b70a82a25a", "shasum": "" }, "require": { "php": ">=8.0", "spryker-shop/newsletter-page": "^1.1.0", "spryker-shop/newsletter-widget": "^1.7.0", - "spryker/mail": "^4.10.0", + "spryker/mail": "^4.11.0", "spryker/newsletter": "^4.6.0", - "spryker/symfony-mailer": "^1.0.0" + "spryker/symfony-mailer": "^1.1.0" }, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -5647,33 +5645,33 @@ ], "description": "Mailing & Notifications [feature]", "support": { - "source": "https://github.com/spryker-feature/mailing-notifications/tree/202212.0" + "source": "https://github.com/spryker-feature/mailing-notifications/tree/202307.0" }, - "time": "2022-12-16T09:39:56+00:00" + "time": "2023-07-26T14:51:02+00:00" }, { "name": "spryker-feature/marketplace-cart", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/marketplace-cart.git", - "reference": "6e441f456d97a32a827a1eade657ce129d87399b" + "reference": "5de77288cc8fd8c59b8460b08ae6c5a393821204" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/marketplace-cart/zipball/6e441f456d97a32a827a1eade657ce129d87399b", - "reference": "6e441f456d97a32a827a1eade657ce129d87399b", + "url": "https://api.github.com/repos/spryker-feature/marketplace-cart/zipball/5de77288cc8fd8c59b8460b08ae6c5a393821204", + "reference": "5de77288cc8fd8c59b8460b08ae6c5a393821204", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/cart-note": "^1.0.0", + "spryker/cart-note": "^1.1.0", "spryker/cart-note-merchant-sales-order-gui": "^1.0.0" }, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -5682,39 +5680,39 @@ ], "description": "Marketplace Cart [feature]", "support": { - "source": "https://github.com/spryker-feature/marketplace-cart/tree/202212.0" + "source": "https://github.com/spryker-feature/marketplace-cart/tree/202307.0" }, - "time": "2022-12-16T09:53:19+00:00" + "time": "2023-07-26T14:50:45+00:00" }, { "name": "spryker-feature/marketplace-inventory-management", - "version": "dev-master", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/marketplace-inventory-management.git", - "reference": "42ff8f3fa07cc0f5e63827b85cf26fc006ebde14" + "reference": "a1691d291db3a4e99725c1c230c5d9f6fff58539" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/marketplace-inventory-management/zipball/42ff8f3fa07cc0f5e63827b85cf26fc006ebde14", - "reference": "42ff8f3fa07cc0f5e63827b85cf26fc006ebde14", + "url": "https://api.github.com/repos/spryker-feature/marketplace-inventory-management/zipball/a1691d291db3a4e99725c1c230c5d9f6fff58539", + "reference": "a1691d291db3a4e99725c1c230c5d9f6fff58539", "shasum": "" }, "require": { "php": ">=8.0", "spryker-shop/availability-widget": "^1.1.0", - "spryker/availability": "^9.16.0", - "spryker/availability-gui": "^6.7.0", + "spryker/availability": "^9.18.0", + "spryker/availability-gui": "^6.8.0", "spryker/availability-storage": "^2.7.0", - "spryker/merchant-stock": "^1.0.0", + "spryker/merchant-stock": "^1.1.0", "spryker/merchant-stock-data-import": "^0.3.0", "spryker/merchant-stock-gui": "^1.0.0", - "spryker/product-offer-availability": "^1.1.0", - "spryker/product-offer-availability-storage": "^1.0.0", - "spryker/product-offer-stock": "^1.1.0", + "spryker/product-offer-availability": "^1.2.0", + "spryker/product-offer-availability-storage": "^1.1.0", + "spryker/product-offer-stock": "^1.2.0", "spryker/product-offer-stock-data-import": "^0.7.0", "spryker/product-offer-stock-gui": "^1.1.0", - "spryker/stock": "^8.4.0", + "spryker/stock": "^8.8.0", "spryker/stock-data-import": "^1.2.0", "spryker/stock-gui": "^2.1.0" }, @@ -5722,11 +5720,10 @@ "spryker-feature/inventory-management": "Recommended feature dependency.", "spryker-feature/marketplace-product-offer": "Recommended feature dependency." }, - "default-branch": true, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -5735,38 +5732,38 @@ ], "description": "Marketplace Inventory Management [feature]", "support": { - "source": "https://github.com/spryker-feature/marketplace-inventory-management/tree/202212.0" + "source": "https://github.com/spryker-feature/marketplace-inventory-management/tree/202307.0" }, - "time": "2022-12-16T09:53:21+00:00" + "time": "2023-07-26T14:50:34+00:00" }, { "name": "spryker-feature/marketplace-merchant", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/marketplace-merchant.git", - "reference": "e6ca44941f9286f22070cd8c88a3e18147c85d98" + "reference": "f97ec667371070d4559622b50601022190124f30" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/marketplace-merchant/zipball/e6ca44941f9286f22070cd8c88a3e18147c85d98", - "reference": "e6ca44941f9286f22070cd8c88a3e18147c85d98", + "url": "https://api.github.com/repos/spryker-feature/marketplace-merchant/zipball/f97ec667371070d4559622b50601022190124f30", + "reference": "f97ec667371070d4559622b50601022190124f30", "shasum": "" }, "require": { "php": ">=8.0", - "spryker-shop/merchant-page": "^1.0.0", - "spryker-shop/merchant-profile-widget": "^1.0.0", + "spryker-shop/merchant-page": "^1.1.0", + "spryker-shop/merchant-profile-widget": "^1.1.0", "spryker-shop/merchant-search-widget": "^1.0.0", - "spryker-shop/merchant-widget": "^1.2.0", - "spryker/merchant": "^3.5.0", - "spryker/merchant-profile": "^1.0.0", + "spryker-shop/merchant-widget": "^1.3.0", + "spryker/merchant": "^3.7.0", + "spryker/merchant-profile": "^1.3.0", "spryker/merchant-profile-data-import": "^0.6.0", - "spryker/merchant-profile-gui": "^1.0.0", + "spryker/merchant-profile-gui": "^1.2.0", "spryker/merchant-search": "^1.0.0", "spryker/merchant-storage": "^1.1.0", - "spryker/merchant-user": "^1.1.0", - "spryker/merchant-user-gui": "^1.3.0" + "spryker/merchant-user": "^1.4.0", + "spryker/merchant-user-gui": "^1.5.0" }, "suggest": { "spryker-feature/merchant": "Recommended feature dependency." @@ -5774,7 +5771,7 @@ "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -5783,39 +5780,38 @@ ], "description": "Marketplace Merchant [feature]", "support": { - "source": "https://github.com/spryker-feature/marketplace-merchant/tree/202212.0" + "source": "https://github.com/spryker-feature/marketplace-merchant/tree/202307.0" }, - "time": "2022-12-16T09:40:13+00:00" + "time": "2023-07-26T14:52:05+00:00" }, { "name": "spryker-feature/marketplace-merchant-custom-prices", - "version": "dev-master", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/marketplace-merchant-custom-prices.git", - "reference": "5936df041b569804dc2aa79c00bd2d403d2d7e8a" + "reference": "63bb5b51b58b7cb35d3cf77920191f9736d6cfaa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/marketplace-merchant-custom-prices/zipball/5936df041b569804dc2aa79c00bd2d403d2d7e8a", - "reference": "5936df041b569804dc2aa79c00bd2d403d2d7e8a", + "url": "https://api.github.com/repos/spryker-feature/marketplace-merchant-custom-prices/zipball/63bb5b51b58b7cb35d3cf77920191f9736d6cfaa", + "reference": "63bb5b51b58b7cb35d3cf77920191f9736d6cfaa", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/price-product": "^4.37.0", - "spryker/price-product-merchant-relationship": "^1.9.0", - "spryker/price-product-merchant-relationship-merchant-portal-gui": "^1.1.0", - "spryker/product-merchant-portal-gui": "^3.0.0" + "spryker/price-product": "^4.42.0", + "spryker/price-product-merchant-relationship": "^1.10.0", + "spryker/price-product-merchant-relationship-merchant-portal-gui": "^1.3.0", + "spryker/product-merchant-portal-gui": "^3.5.0" }, "suggest": { "spryker-feature/merchant-custom-prices": "Recommended feature dependency." }, - "default-branch": true, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -5824,22 +5820,22 @@ ], "description": "Marketplace Merchant Custom Prices [feature]", "support": { - "source": "https://github.com/spryker-feature/marketplace-merchant-custom-prices/tree/master" + "source": "https://github.com/spryker-feature/marketplace-merchant-custom-prices/tree/202307.0" }, - "time": "2023-02-13T06:39:55+00:00" + "time": "2023-07-26T14:51:12+00:00" }, { "name": "spryker-feature/marketplace-merchant-order-threshold", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/marketplace-merchant-order-threshold.git", - "reference": "8d894ba11ca3495e144513e25621b5868a5cffec" + "reference": "04314bb4d839030bb39d390d77e7662fef722b4b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/marketplace-merchant-order-threshold/zipball/8d894ba11ca3495e144513e25621b5868a5cffec", - "reference": "8d894ba11ca3495e144513e25621b5868a5cffec", + "url": "https://api.github.com/repos/spryker-feature/marketplace-merchant-order-threshold/zipball/04314bb4d839030bb39d390d77e7662fef722b4b", + "reference": "04314bb4d839030bb39d390d77e7662fef722b4b", "shasum": "" }, "require": { @@ -5853,7 +5849,7 @@ "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -5862,37 +5858,36 @@ ], "description": "Marketplace Merchant Order Threshold [feature]", "support": { - "source": "https://github.com/spryker-feature/marketplace-merchant-order-threshold/tree/202212.0" + "source": "https://github.com/spryker-feature/marketplace-merchant-order-threshold/tree/202307.0" }, - "time": "2022-12-16T09:53:25+00:00" + "time": "2023-07-26T15:06:34+00:00" }, { "name": "spryker-feature/marketplace-merchant-portal-product-management", - "version": "dev-master", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/marketplace-merchant-portal-product-management.git", - "reference": "e8d68b96468fdb92c65b08c991ddd2e0ab4234ef" + "reference": "b2e8fec4265dcfcbb2231a380793642537a89cd0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/marketplace-merchant-portal-product-management/zipball/e8d68b96468fdb92c65b08c991ddd2e0ab4234ef", - "reference": "e8d68b96468fdb92c65b08c991ddd2e0ab4234ef", + "url": "https://api.github.com/repos/spryker-feature/marketplace-merchant-portal-product-management/zipball/b2e8fec4265dcfcbb2231a380793642537a89cd0", + "reference": "b2e8fec4265dcfcbb2231a380793642537a89cd0", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/product-merchant-portal-gui": "^3.0.0" + "spryker/product-merchant-portal-gui": "^3.5.0" }, "suggest": { "spryker-feature/marketplace-merchantportal-core": "Recommended feature dependency.", "spryker-feature/marketplace-product": "Recommended feature dependency." }, - "default-branch": true, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -5901,27 +5896,27 @@ ], "description": "Marketplace Merchant Portal Product Management [feature]", "support": { - "source": "https://github.com/spryker-feature/marketplace-merchant-portal-product-management/tree/master" + "source": "https://github.com/spryker-feature/marketplace-merchant-portal-product-management/tree/202307.0" }, - "time": "2023-02-13T06:39:56+00:00" + "time": "2023-07-26T14:52:13+00:00" }, { "name": "spryker-feature/marketplace-merchant-portal-product-offer-management", - "version": "dev-master", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/marketplace-merchant-portal-product-offer-management.git", - "reference": "446e887a73018ed6f176f6a79ec07e13dd04d866" + "reference": "c6d712af481946a452a81972ca82984af2118624" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/marketplace-merchant-portal-product-offer-management/zipball/446e887a73018ed6f176f6a79ec07e13dd04d866", - "reference": "446e887a73018ed6f176f6a79ec07e13dd04d866", + "url": "https://api.github.com/repos/spryker-feature/marketplace-merchant-portal-product-offer-management/zipball/c6d712af481946a452a81972ca82984af2118624", + "reference": "c6d712af481946a452a81972ca82984af2118624", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/product-offer-merchant-portal-gui": "^2.0.0" + "spryker/product-offer-merchant-portal-gui": "^2.4.0" }, "suggest": { "spryker-feature/marketplace-inventory-management": "Recommended feature dependency.", @@ -5929,11 +5924,10 @@ "spryker-feature/marketplace-product-offer": "Recommended feature dependency.", "spryker-feature/marketplace-product-offer-prices": "Recommended feature dependency." }, - "default-branch": true, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -5942,47 +5936,46 @@ ], "description": "Marketplace Merchant Portal Product Offer Management [feature]", "support": { - "source": "https://github.com/spryker-feature/marketplace-merchant-portal-product-offer-management/tree/master" + "source": "https://github.com/spryker-feature/marketplace-merchant-portal-product-offer-management/tree/202307.0" }, - "time": "2023-02-13T06:39:57+00:00" + "time": "2023-07-26T14:52:15+00:00" }, { "name": "spryker-feature/marketplace-merchantportal-core", - "version": "dev-master", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/marketplace-merchantportal-core.git", - "reference": "a16afd02236b7c74dad3b19351fbf08de8d1c72a" + "reference": "d9a49ce5f271d511d748073f0b72f2312a43cecc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/marketplace-merchantportal-core/zipball/a16afd02236b7c74dad3b19351fbf08de8d1c72a", - "reference": "a16afd02236b7c74dad3b19351fbf08de8d1c72a", + "url": "https://api.github.com/repos/spryker-feature/marketplace-merchantportal-core/zipball/d9a49ce5f271d511d748073f0b72f2312a43cecc", + "reference": "d9a49ce5f271d511d748073f0b72f2312a43cecc", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/acl": "^3.13.0", - "spryker/acl-entity": "^1.6.0", - "spryker/acl-merchant-portal": "^1.8.0", - "spryker/gui-table": "^2.0.0", - "spryker/merchant-portal-application": "^1.0.0", - "spryker/merchant-user": "^1.1.0", + "spryker/acl": "^3.17.0", + "spryker/acl-entity": "^1.9.0", + "spryker/acl-merchant-portal": "^1.11.0", + "spryker/gui-table": "^2.1.0", + "spryker/merchant-portal-application": "^1.1.0", + "spryker/merchant-user": "^1.4.0", "spryker/merchant-user-password-reset-mail": "^1.1.0", - "spryker/navigation": "^2.6.0", + "spryker/navigation": "^2.7.0", "spryker/security-blocker-merchant-portal": "^1.0.0", - "spryker/security-merchant-portal-gui": "^2.0.0", - "spryker/user-merchant-portal-gui": "^2.0.0", - "spryker/zed-ui": "^2.0.0" + "spryker/security-merchant-portal-gui": "^2.1.0", + "spryker/user-merchant-portal-gui": "^2.4.0", + "spryker/zed-ui": "^2.1.0" }, "suggest": { "spryker-feature/acl": "Recommended feature dependency." }, - "default-branch": true, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -5991,22 +5984,22 @@ ], "description": "Marketplace MerchantPortal Core [feature]", "support": { - "source": "https://github.com/spryker-feature/marketplace-merchantportal-core/tree/master" + "source": "https://github.com/spryker-feature/marketplace-merchantportal-core/tree/202307.0" }, - "time": "2023-03-28T13:56:18+00:00" + "time": "2023-07-26T14:50:28+00:00" }, { "name": "spryker-feature/marketplace-order-management", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/marketplace-order-management.git", - "reference": "d568ce559d6511f89c270f70db938a6f7cadd26a" + "reference": "1e434af13042c06bcd913191d9ab37d37c900c0c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/marketplace-order-management/zipball/d568ce559d6511f89c270f70db938a6f7cadd26a", - "reference": "d568ce559d6511f89c270f70db938a6f7cadd26a", + "url": "https://api.github.com/repos/spryker-feature/marketplace-order-management/zipball/1e434af13042c06bcd913191d9ab37d37c900c0c", + "reference": "1e434af13042c06bcd913191d9ab37d37c900c0c", "shasum": "" }, "require": { @@ -6016,14 +6009,14 @@ "spryker/merchant-oms": "^1.0.0", "spryker/merchant-oms-data-import": "^0.5.0", "spryker/merchant-oms-gui": "^1.0.0", - "spryker/merchant-sales-order": "^1.1.0", + "spryker/merchant-sales-order": "^1.3.0", "spryker/merchant-sales-order-data-export": "^0.2.0", "spryker/merchant-sales-order-merchant-user-gui": "^1.1.0", - "spryker/oms": "^11.22.0", - "spryker/oms-product-offer-reservation": "^1.0.0", + "spryker/oms": "^11.26.0", + "spryker/oms-product-offer-reservation": "^1.1.0", "spryker/product-offer-reservation-gui": "^1.1.0", "spryker/product-offer-sales": "^1.0.0", - "spryker/sales": "^11.34.0", + "spryker/sales": "^11.40.0", "spryker/sales-oms": "^0.1.0" }, "suggest": { @@ -6033,7 +6026,7 @@ "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -6042,22 +6035,22 @@ ], "description": "Marketplace Order Management [feature]", "support": { - "source": "https://github.com/spryker-feature/marketplace-order-management/tree/202212.0" + "source": "https://github.com/spryker-feature/marketplace-order-management/tree/202307.0" }, - "time": "2022-12-16T09:39:59+00:00" + "time": "2023-07-26T14:51:07+00:00" }, { "name": "spryker-feature/marketplace-packaging-units", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/marketplace-packaging-units.git", - "reference": "fde5a8122ceb2c5a203718300a0a685b6e6576b6" + "reference": "b27321bc5dd6e7a7f732ce3c4be56e94ce70b759" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/marketplace-packaging-units/zipball/fde5a8122ceb2c5a203718300a0a685b6e6576b6", - "reference": "fde5a8122ceb2c5a203718300a0a685b6e6576b6", + "url": "https://api.github.com/repos/spryker-feature/marketplace-packaging-units/zipball/b27321bc5dd6e7a7f732ce3c4be56e94ce70b759", + "reference": "b27321bc5dd6e7a7f732ce3c4be56e94ce70b759", "shasum": "" }, "require": { @@ -6067,7 +6060,7 @@ "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -6076,48 +6069,47 @@ ], "description": "Marketplace Packaging Units [feature]", "support": { - "source": "https://github.com/spryker-feature/marketplace-packaging-units/tree/202212.0" + "source": "https://github.com/spryker-feature/marketplace-packaging-units/tree/202307.0" }, - "time": "2022-12-16T09:53:32+00:00" + "time": "2023-07-26T15:06:40+00:00" }, { "name": "spryker-feature/marketplace-product", - "version": "dev-master", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/marketplace-product.git", - "reference": "8955db6184a30bcae2049b981f01c32f84771da5" + "reference": "532b790046b58526eee8d4c791f5d872ff984f56" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/marketplace-product/zipball/8955db6184a30bcae2049b981f01c32f84771da5", - "reference": "8955db6184a30bcae2049b981f01c32f84771da5", + "url": "https://api.github.com/repos/spryker-feature/marketplace-product/zipball/532b790046b58526eee8d4c791f5d872ff984f56", + "reference": "532b790046b58526eee8d4c791f5d872ff984f56", "shasum": "" }, "require": { "php": ">=8.0", "spryker-shop/merchant-product-widget": "^1.2.0", - "spryker/merchant-product": "^1.2.0", + "spryker/merchant-product": "^1.6.0", "spryker/merchant-product-data-import": "^0.3.0", "spryker/merchant-product-gui": "^1.1.0", - "spryker/merchant-product-search": "^1.1.0", - "spryker/merchant-product-storage": "^1.2.0", - "spryker/product": "^6.29.0", - "spryker/product-attribute": "^1.10.0", - "spryker/product-page-search": "^3.29.0", - "spryker/product-search": "^5.17.0", - "spryker/product-storage": "^1.36.0", - "spryker/product-validity": "^1.2.0" + "spryker/merchant-product-search": "^1.3.0", + "spryker/merchant-product-storage": "^1.5.0", + "spryker/product": "^6.36.0", + "spryker/product-attribute": "^1.13.0", + "spryker/product-page-search": "^3.30.0", + "spryker/product-search": "^5.19.0", + "spryker/product-storage": "^1.38.0", + "spryker/product-validity": "^1.3.0" }, "suggest": { "spryker-feature/marketplace-merchant": "Recommended feature dependency.", "spryker-feature/product": "Recommended feature dependency." }, - "default-branch": true, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -6126,22 +6118,22 @@ ], "description": "Marketplace Product [feature]", "support": { - "source": "https://github.com/spryker-feature/marketplace-product/tree/202212.0" + "source": "https://github.com/spryker-feature/marketplace-product/tree/202307.0" }, - "time": "2022-12-16T09:53:33+00:00" + "time": "2023-07-26T14:51:16+00:00" }, { "name": "spryker-feature/marketplace-product-approval-process", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/marketplace-product-approval-process.git", - "reference": "67008c81423c9de13141fccc05123477d2e8ae8d" + "reference": "6d2cac420b4326e87da3b30645ae92357ba6330e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/marketplace-product-approval-process/zipball/67008c81423c9de13141fccc05123477d2e8ae8d", - "reference": "67008c81423c9de13141fccc05123477d2e8ae8d", + "url": "https://api.github.com/repos/spryker-feature/marketplace-product-approval-process/zipball/6d2cac420b4326e87da3b30645ae92357ba6330e", + "reference": "6d2cac420b4326e87da3b30645ae92357ba6330e", "shasum": "" }, "require": { @@ -6152,7 +6144,7 @@ "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -6161,38 +6153,38 @@ ], "description": "Marketplace Product Approval Process [feature]", "support": { - "source": "https://github.com/spryker-feature/marketplace-product-approval-process/tree/202212.0" + "source": "https://github.com/spryker-feature/marketplace-product-approval-process/tree/202307.0" }, - "time": "2022-12-16T09:53:35+00:00" + "time": "2023-07-26T15:06:43+00:00" }, { "name": "spryker-feature/marketplace-product-offer", - "version": "dev-master", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/marketplace-product-offer.git", - "reference": "f8322e270c9bdf9c695bac9db71eddfdad8cfa63" + "reference": "93f3e3146a20d6dfcce25c22edbb56aadba5ab74" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/marketplace-product-offer/zipball/f8322e270c9bdf9c695bac9db71eddfdad8cfa63", - "reference": "f8322e270c9bdf9c695bac9db71eddfdad8cfa63", + "url": "https://api.github.com/repos/spryker-feature/marketplace-product-offer/zipball/93f3e3146a20d6dfcce25c22edbb56aadba5ab74", + "reference": "93f3e3146a20d6dfcce25c22edbb56aadba5ab74", "shasum": "" }, "require": { "php": ">=8.0", "spryker-shop/merchant-product-offer-widget": "^2.4.0", "spryker-shop/product-offer-widget": "^1.1.0", - "spryker/merchant-product-offer": "^1.5.0", + "spryker/merchant-product-offer": "^1.7.0", "spryker/merchant-product-offer-data-import": "^1.1.0", "spryker/merchant-product-offer-gui": "^1.0.0", - "spryker/merchant-product-offer-search": "^1.2.0", + "spryker/merchant-product-offer-search": "^1.6.0", "spryker/merchant-product-offer-storage": "^2.0.0", - "spryker/product": "^6.29.0", - "spryker/product-offer": "^1.4.0", - "spryker/product-offer-gui": "^1.2.0", - "spryker/product-offer-storage": "^1.1.0", - "spryker/product-offer-validity": "^1.1.0", + "spryker/product": "^6.36.0", + "spryker/product-offer": "^1.8.0", + "spryker/product-offer-gui": "^1.4.0", + "spryker/product-offer-storage": "^1.3.0", + "spryker/product-offer-validity": "^1.2.0", "spryker/product-offer-validity-data-import": "^0.5.0", "spryker/product-offer-validity-gui": "^1.0.0" }, @@ -6200,11 +6192,10 @@ "spryker-feature/marketplace-merchant": "Recommended feature dependency.", "spryker-feature/product": "Recommended feature dependency." }, - "default-branch": true, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -6213,49 +6204,48 @@ ], "description": "Marketplace Product Offer [feature]", "support": { - "source": "https://github.com/spryker-feature/marketplace-product-offer/tree/202212.0" + "source": "https://github.com/spryker-feature/marketplace-product-offer/tree/202307.0" }, - "time": "2022-12-16T09:53:37+00:00" + "time": "2023-07-26T14:51:18+00:00" }, { "name": "spryker-feature/marketplace-product-offer-prices", - "version": "dev-master", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/marketplace-product-offer-prices.git", - "reference": "639a537eccaf39c812c10a967daa8361904b489d" + "reference": "8647d688c0f77d582718ad117d69ea6f00c95f6d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/marketplace-product-offer-prices/zipball/639a537eccaf39c812c10a967daa8361904b489d", - "reference": "639a537eccaf39c812c10a967daa8361904b489d", + "url": "https://api.github.com/repos/spryker-feature/marketplace-product-offer-prices/zipball/8647d688c0f77d582718ad117d69ea6f00c95f6d", + "reference": "8647d688c0f77d582718ad117d69ea6f00c95f6d", "shasum": "" }, "require": { "php": ">=8.0", - "spryker-shop/price-product-volume-widget": "^1.8.0", + "spryker-shop/price-product-volume-widget": "^1.9.0", "spryker-shop/price-widget": "^1.4.0", - "spryker/price": "^5.6.0", - "spryker/price-product": "^4.37.0", + "spryker/price": "^5.7.0", + "spryker/price-product": "^4.42.0", "spryker/price-product-data-import": "^0.1.0", - "spryker/price-product-offer": "^1.1.0", + "spryker/price-product-offer": "^1.5.0", "spryker/price-product-offer-data-import": "^0.7.0", - "spryker/price-product-offer-gui": "^1.1.0", - "spryker/price-product-offer-storage": "^1.1.0", + "spryker/price-product-offer-gui": "^1.2.0", + "spryker/price-product-offer-storage": "^1.3.0", "spryker/price-product-offer-volume": "^1.0.0", "spryker/price-product-offer-volume-gui": "^1.0.0", "spryker/price-product-storage": "^4.9.0", - "spryker/price-product-volume": "^3.3.0" + "spryker/price-product-volume": "^3.4.0" }, "suggest": { "spryker-feature/marketplace-product-offer": "Recommended feature dependency.", "spryker-feature/prices": "Recommended feature dependency." }, - "default-branch": true, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -6264,43 +6254,42 @@ ], "description": "Marketplace Product Offer Prices [feature]", "support": { - "source": "https://github.com/spryker-feature/marketplace-product-offer-prices/tree/202212.0" + "source": "https://github.com/spryker-feature/marketplace-product-offer-prices/tree/202307.0" }, - "time": "2022-12-16T09:39:35+00:00" + "time": "2023-07-26T14:50:14+00:00" }, { "name": "spryker-feature/marketplace-product-options", - "version": "dev-master", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/marketplace-product-options.git", - "reference": "835edc6d18bdc86db107a60bbdf4a91e0800b8d5" + "reference": "45af0c24d8a22398955a28f73c0b0225154a9691" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/marketplace-product-options/zipball/835edc6d18bdc86db107a60bbdf4a91e0800b8d5", - "reference": "835edc6d18bdc86db107a60bbdf4a91e0800b8d5", + "url": "https://api.github.com/repos/spryker-feature/marketplace-product-options/zipball/45af0c24d8a22398955a28f73c0b0225154a9691", + "reference": "45af0c24d8a22398955a28f73c0b0225154a9691", "shasum": "" }, "require": { "php": ">=8.0", "spryker-shop/product-option-widget": "^1.4.0", - "spryker/merchant-product-option": "^1.0.0", + "spryker/merchant-product-option": "^1.1.0", "spryker/merchant-product-option-data-import": "^0.2.0", "spryker/merchant-product-option-gui": "^1.0.0", - "spryker/merchant-product-option-storage": "^1.0.0", - "spryker/product-option": "^8.13.0", - "spryker/product-option-storage": "^1.13.0" + "spryker/merchant-product-option-storage": "^1.1.0", + "spryker/product-option": "^8.15.0", + "spryker/product-option-storage": "^1.14.0" }, "suggest": { "spryker-feature/marketplace-merchant": "Recommended feature dependency.", "spryker-feature/product-options": "Recommended feature dependency." }, - "default-branch": true, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -6309,22 +6298,22 @@ ], "description": "Marketplace Product Options [feature]", "support": { - "source": "https://github.com/spryker-feature/marketplace-product-options/tree/202212.0" + "source": "https://github.com/spryker-feature/marketplace-product-options/tree/202307.0" }, - "time": "2022-12-16T09:53:39+00:00" + "time": "2023-07-26T14:56:34+00:00" }, { "name": "spryker-feature/marketplace-promotions-discounts", - "version": "dev-master", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/marketplace-promotions-discounts.git", - "reference": "d29389986d1fe7ba94604e039897e4300540a0ac" + "reference": "d0de854e71d19b36e94f009d5be6af6f5a2e19df" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/marketplace-promotions-discounts/zipball/d29389986d1fe7ba94604e039897e4300540a0ac", - "reference": "d29389986d1fe7ba94604e039897e4300540a0ac", + "url": "https://api.github.com/repos/spryker-feature/marketplace-promotions-discounts/zipball/d0de854e71d19b36e94f009d5be6af6f5a2e19df", + "reference": "d0de854e71d19b36e94f009d5be6af6f5a2e19df", "shasum": "" }, "require": { @@ -6332,21 +6321,20 @@ "spryker-shop/cart-code-widget": "^1.4.0", "spryker-shop/discount-promotion-widget": "^3.5.0", "spryker-shop/discount-widget": "^1.8.0", - "spryker/cart-code": "^1.2.0", - "spryker/discount": "^9.28.0", + "spryker/cart-code": "^1.3.0", + "spryker/discount": "^9.34.0", "spryker/discount-merchant-sales-order": "^1.0.0", "spryker/discount-merchant-sales-order-gui": "^1.0.0", - "spryker/discount-promotion": "^4.9.0" + "spryker/discount-promotion": "^4.11.0" }, "suggest": { "spryker-feature/marketplace-order-management": "Recommended feature dependency.", "spryker-feature/promotions-discounts": "Recommended feature dependency." }, - "default-branch": true, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -6355,34 +6343,34 @@ ], "description": "Marketplace Promotions & Discounts [feature]", "support": { - "source": "https://github.com/spryker-feature/marketplace-promotions-discounts/tree/202212.0" + "source": "https://github.com/spryker-feature/marketplace-promotions-discounts/tree/202307.0" }, - "time": "2022-12-16T09:53:41+00:00" + "time": "2023-07-26T14:50:40+00:00" }, { "name": "spryker-feature/marketplace-return-management", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/marketplace-return-management.git", - "reference": "dabb8c35a28980bfa7d5030f0d53e97cec5f81d7" + "reference": "6fc1786e039e0f38389438fc5045fe7a513cbed0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/marketplace-return-management/zipball/dabb8c35a28980bfa7d5030f0d53e97cec5f81d7", - "reference": "dabb8c35a28980bfa7d5030f0d53e97cec5f81d7", + "url": "https://api.github.com/repos/spryker-feature/marketplace-return-management/zipball/6fc1786e039e0f38389438fc5045fe7a513cbed0", + "reference": "6fc1786e039e0f38389438fc5045fe7a513cbed0", "shasum": "" }, "require": { "php": ">=8.0", "spryker-shop/merchant-sales-return-widget": "^1.0.0", - "spryker-shop/sales-return-page": "^1.5.0", + "spryker-shop/sales-return-page": "^1.7.0", "spryker/merchant-sales-return": "^1.0.0", - "spryker/merchant-sales-return-gui": "^1.0.0", + "spryker/merchant-sales-return-gui": "^1.1.0", "spryker/merchant-sales-return-merchant-user-gui": "^1.2.0", - "spryker/sales-return": "^1.4.0", + "spryker/sales-return": "^1.5.0", "spryker/sales-return-data-import": "^0.2.0", - "spryker/sales-return-search": "^1.0.0" + "spryker/sales-return-search": "^1.1.0" }, "suggest": { "spryker-feature/marketplace-order-management": "Recommended feature dependency.", @@ -6391,7 +6379,7 @@ "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -6400,31 +6388,31 @@ ], "description": "Marketplace Return Management [feature]", "support": { - "source": "https://github.com/spryker-feature/marketplace-return-management/tree/202212.0" + "source": "https://github.com/spryker-feature/marketplace-return-management/tree/202307.0" }, - "time": "2022-12-16T09:39:46+00:00" + "time": "2023-07-26T14:50:22+00:00" }, { "name": "spryker-feature/marketplace-shipment", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/marketplace-shipment.git", - "reference": "784dea691cd0f93f923c557b05c45b3db3796cc7" + "reference": "a47046525a86282a56297380d30f191936b7c5e6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/marketplace-shipment/zipball/784dea691cd0f93f923c557b05c45b3db3796cc7", - "reference": "784dea691cd0f93f923c557b05c45b3db3796cc7", + "url": "https://api.github.com/repos/spryker-feature/marketplace-shipment/zipball/a47046525a86282a56297380d30f191936b7c5e6", + "reference": "a47046525a86282a56297380d30f191936b7c5e6", "shasum": "" }, "require": { "php": ">=8.0", "spryker/merchant-shipment": "^1.0.0", "spryker/merchant-shipment-gui": "^1.0.0", - "spryker/shipment": "^8.10.0", - "spryker/shipment-data-import": "^1.1.0", - "spryker/shipment-gui": "^2.6.0" + "spryker/shipment": "^8.15.0", + "spryker/shipment-data-import": "^1.2.0", + "spryker/shipment-gui": "^2.8.0" }, "suggest": { "spryker-feature/marketplace-merchant": "Recommended feature dependency.", @@ -6433,7 +6421,7 @@ "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -6442,22 +6430,22 @@ ], "description": "Marketplace Shipment [feature]", "support": { - "source": "https://github.com/spryker-feature/marketplace-shipment/tree/202212.0" + "source": "https://github.com/spryker-feature/marketplace-shipment/tree/202307.0" }, - "time": "2022-12-16T09:53:44+00:00" + "time": "2023-07-26T14:51:44+00:00" }, { "name": "spryker-feature/marketplace-shopping-lists", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/marketplace-shopping-lists.git", - "reference": "ea33caf8f103e55ab3065887a5f64ebacbc16b04" + "reference": "8c7e41fa16caafed33845ebb85b5a2ada30f726d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/marketplace-shopping-lists/zipball/ea33caf8f103e55ab3065887a5f64ebacbc16b04", - "reference": "ea33caf8f103e55ab3065887a5f64ebacbc16b04", + "url": "https://api.github.com/repos/spryker-feature/marketplace-shopping-lists/zipball/8c7e41fa16caafed33845ebb85b5a2ada30f726d", + "reference": "8c7e41fa16caafed33845ebb85b5a2ada30f726d", "shasum": "" }, "require": { @@ -6465,12 +6453,12 @@ "spryker-shop/product-offer-shopping-list-widget": "^1.0.0", "spryker/product-offer-shopping-list": "^1.0.0", "spryker/product-offer-shopping-list-data-import": "^0.1.0", - "spryker/shopping-list": "^4.10.0" + "spryker/shopping-list": "^4.12.0" }, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -6479,27 +6467,27 @@ ], "description": "Marketplace Shopping Lists [feature]", "support": { - "source": "https://github.com/spryker-feature/marketplace-shopping-lists/tree/202212.0" + "source": "https://github.com/spryker-feature/marketplace-shopping-lists/tree/202307.0" }, - "time": "2022-12-16T09:53:47+00:00" + "time": "2023-07-26T14:52:13+00:00" }, { "name": "spryker-feature/measurement-units", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/measurement-units.git", - "reference": "0149739f92e03c8286635aac921df08ffe213ba2" + "reference": "49f6e1b4766d59d00fadf389ffd12954f091177d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/measurement-units/zipball/0149739f92e03c8286635aac921df08ffe213ba2", - "reference": "0149739f92e03c8286635aac921df08ffe213ba2", + "url": "https://api.github.com/repos/spryker-feature/measurement-units/zipball/49f6e1b4766d59d00fadf389ffd12954f091177d", + "reference": "49f6e1b4766d59d00fadf389ffd12954f091177d", "shasum": "" }, "require": { "php": ">=8.0", - "spryker-shop/product-measurement-unit-widget": "^1.1.0", + "spryker-shop/product-measurement-unit-widget": "^1.2.0", "spryker/product-measurement-unit": "^5.3.0", "spryker/product-measurement-unit-data-import": "^1.2.3", "spryker/product-measurement-unit-storage": "^1.11.0" @@ -6510,7 +6498,7 @@ "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -6519,34 +6507,34 @@ ], "description": "Measurement units [feature]", "support": { - "source": "https://github.com/spryker-feature/measurement-units/tree/202212.0" + "source": "https://github.com/spryker-feature/measurement-units/tree/202307.0" }, - "time": "2022-12-16T09:40:05+00:00" + "time": "2023-07-26T14:51:54+00:00" }, { "name": "spryker-feature/merchant", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/merchant.git", - "reference": "5b97e2eeb3d8eebb6a8de1e34709b3650705f94f" + "reference": "bd4e88e48f383f93fe91654df4a0794f2f1442ff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/merchant/zipball/5b97e2eeb3d8eebb6a8de1e34709b3650705f94f", - "reference": "5b97e2eeb3d8eebb6a8de1e34709b3650705f94f", + "url": "https://api.github.com/repos/spryker-feature/merchant/zipball/bd4e88e48f383f93fe91654df4a0794f2f1442ff", + "reference": "bd4e88e48f383f93fe91654df4a0794f2f1442ff", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/merchant": "^3.5.0", + "spryker/merchant": "^3.7.0", "spryker/merchant-data-import": "^0.5.0", - "spryker/merchant-gui": "^3.9.0" + "spryker/merchant-gui": "^3.10.0" }, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -6555,28 +6543,28 @@ ], "description": "Merchant [feature]", "support": { - "source": "https://github.com/spryker-feature/merchant/tree/202212.0" + "source": "https://github.com/spryker-feature/merchant/tree/202307.0" }, - "time": "2022-12-16T09:53:51+00:00" + "time": "2023-07-26T14:52:06+00:00" }, { "name": "spryker-feature/merchant-category", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/merchant-category.git", - "reference": "a580f53dd14f569e7b5d347fd417593760ff95fc" + "reference": "c1b7f9a08d1726536edfc17e608f70c8887ec471" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/merchant-category/zipball/a580f53dd14f569e7b5d347fd417593760ff95fc", - "reference": "a580f53dd14f569e7b5d347fd417593760ff95fc", + "url": "https://api.github.com/repos/spryker-feature/merchant-category/zipball/c1b7f9a08d1726536edfc17e608f70c8887ec471", + "reference": "c1b7f9a08d1726536edfc17e608f70c8887ec471", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/category": "^5.7.0", - "spryker/merchant-category": "^1.0.0", + "spryker/category": "^5.13.0", + "spryker/merchant-category": "^1.1.0", "spryker/merchant-category-data-import": "^0.3.0", "spryker/merchant-category-search": "^1.0.0" }, @@ -6587,7 +6575,7 @@ "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -6596,27 +6584,27 @@ ], "description": "Merchant Category [feature]", "support": { - "source": "https://github.com/spryker-feature/merchant-category/tree/202212.0" + "source": "https://github.com/spryker-feature/merchant-category/tree/202307.0" }, - "time": "2022-12-16T09:53:54+00:00" + "time": "2023-07-26T14:50:51+00:00" }, { "name": "spryker-feature/merchant-contracts", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/merchant-contracts.git", - "reference": "8c559b5e324421fc66f87f5582f5e38b6867cad1" + "reference": "efe8326663e29f26a96d6d97ab35cc0e262a3fb0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/merchant-contracts/zipball/8c559b5e324421fc66f87f5582f5e38b6867cad1", - "reference": "8c559b5e324421fc66f87f5582f5e38b6867cad1", + "url": "https://api.github.com/repos/spryker-feature/merchant-contracts/zipball/efe8326663e29f26a96d6d97ab35cc0e262a3fb0", + "reference": "efe8326663e29f26a96d6d97ab35cc0e262a3fb0", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/merchant-relationship": "^1.10.0", + "spryker/merchant-relationship": "^1.11.0", "spryker/merchant-relationship-data-import": "^0.2.0", "spryker/merchant-relationship-gui": "^1.9.0" }, @@ -6626,7 +6614,7 @@ "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -6635,30 +6623,30 @@ ], "description": "Merchant B2B Contracts [feature]", "support": { - "source": "https://github.com/spryker-feature/merchant-contracts/tree/202212.0" + "source": "https://github.com/spryker-feature/merchant-contracts/tree/202307.0" }, - "time": "2022-12-16T09:53:53+00:00" + "time": "2023-07-26T14:52:07+00:00" }, { "name": "spryker-feature/merchant-custom-prices", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/merchant-custom-prices.git", - "reference": "7e33707ed590e526f1658ca37f87297fde6f710e" + "reference": "4b50b931065dae99d4dc42ae343ca76cd27d1b3c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/merchant-custom-prices/zipball/7e33707ed590e526f1658ca37f87297fde6f710e", - "reference": "7e33707ed590e526f1658ca37f87297fde6f710e", + "url": "https://api.github.com/repos/spryker-feature/merchant-custom-prices/zipball/4b50b931065dae99d4dc42ae343ca76cd27d1b3c", + "reference": "4b50b931065dae99d4dc42ae343ca76cd27d1b3c", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/price-product-merchant-relationship": "^1.9.0", + "spryker/price-product-merchant-relationship": "^1.10.0", "spryker/price-product-merchant-relationship-data-import": "^0.2.0", "spryker/price-product-merchant-relationship-gui": "^1.1.0", - "spryker/price-product-merchant-relationship-storage": "^1.14.0" + "spryker/price-product-merchant-relationship-storage": "^1.16.0" }, "suggest": { "spryker-feature/merchant": "Recommended feature dependency." @@ -6666,7 +6654,7 @@ "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -6675,22 +6663,22 @@ ], "description": "Merchant Custom Prices [feature]", "support": { - "source": "https://github.com/spryker-feature/merchant-custom-prices/tree/202212.0" + "source": "https://github.com/spryker-feature/merchant-custom-prices/tree/202307.0" }, - "time": "2022-12-16T09:53:56+00:00" + "time": "2023-07-26T14:52:11+00:00" }, { "name": "spryker-feature/merchant-opening-hours", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/merchant-opening-hours.git", - "reference": "cacac1f81ea7eb42a5774bcd28eb2474c897c135" + "reference": "ec1189ef11ca04e5f1beeba3ebdee604a01928f0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/merchant-opening-hours/zipball/cacac1f81ea7eb42a5774bcd28eb2474c897c135", - "reference": "cacac1f81ea7eb42a5774bcd28eb2474c897c135", + "url": "https://api.github.com/repos/spryker-feature/merchant-opening-hours/zipball/ec1189ef11ca04e5f1beeba3ebdee604a01928f0", + "reference": "ec1189ef11ca04e5f1beeba3ebdee604a01928f0", "shasum": "" }, "require": { @@ -6707,7 +6695,7 @@ "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -6716,29 +6704,29 @@ ], "description": "Merchant Opening Hours [feature]", "support": { - "source": "https://github.com/spryker-feature/merchant-opening-hours/tree/202212.0" + "source": "https://github.com/spryker-feature/merchant-opening-hours/tree/202307.0" }, - "time": "2022-12-16T09:53:58+00:00" + "time": "2023-07-26T15:07:03+00:00" }, { "name": "spryker-feature/merchant-order-threshold", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/merchant-order-threshold.git", - "reference": "8500835135edd39be4a1251303445d2a43d1cf52" + "reference": "4879304f8d535bd83916667c06d8bbf1a3cb5b9d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/merchant-order-threshold/zipball/8500835135edd39be4a1251303445d2a43d1cf52", - "reference": "8500835135edd39be4a1251303445d2a43d1cf52", + "url": "https://api.github.com/repos/spryker-feature/merchant-order-threshold/zipball/4879304f8d535bd83916667c06d8bbf1a3cb5b9d", + "reference": "4879304f8d535bd83916667c06d8bbf1a3cb5b9d", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/merchant-relationship-sales-order-threshold": "^1.2.0", + "spryker/merchant-relationship-sales-order-threshold": "^1.3.0", "spryker/merchant-relationship-sales-order-threshold-data-import": "^0.1.0", - "spryker/merchant-relationship-sales-order-threshold-gui": "^1.7.0" + "spryker/merchant-relationship-sales-order-threshold-gui": "^1.8.0" }, "suggest": { "spryker-feature/checkout": "Recommended feature dependency.", @@ -6747,7 +6735,7 @@ "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -6756,22 +6744,22 @@ ], "description": "Merchant Order Threshold [feature]", "support": { - "source": "https://github.com/spryker-feature/merchant-order-threshold/tree/202212.0" + "source": "https://github.com/spryker-feature/merchant-order-threshold/tree/202307.0" }, - "time": "2022-12-16T09:53:59+00:00" + "time": "2023-07-26T14:52:08+00:00" }, { "name": "spryker-feature/merchant-product-restrictions", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/merchant-product-restrictions.git", - "reference": "ed87bf58b2854ea15f382a73c458f4567a572df4" + "reference": "f3975489c1cd330ed16e8765cd33f4661acc00d5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/merchant-product-restrictions/zipball/ed87bf58b2854ea15f382a73c458f4567a572df4", - "reference": "ed87bf58b2854ea15f382a73c458f4567a572df4", + "url": "https://api.github.com/repos/spryker-feature/merchant-product-restrictions/zipball/f3975489c1cd330ed16e8765cd33f4661acc00d5", + "reference": "f3975489c1cd330ed16e8765cd33f4661acc00d5", "shasum": "" }, "require": { @@ -6787,7 +6775,7 @@ "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -6796,29 +6784,29 @@ ], "description": "Merchant Product restrictions [feature]", "support": { - "source": "https://github.com/spryker-feature/merchant-product-restrictions/tree/202212.0" + "source": "https://github.com/spryker-feature/merchant-product-restrictions/tree/202307.0" }, - "time": "2022-12-16T09:54:01+00:00" + "time": "2023-07-26T15:07:05+00:00" }, { "name": "spryker-feature/multiple-carts", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/multiple-carts.git", - "reference": "44cd35267a2bc0262adddacbf1c327d78c395203" + "reference": "1e6b9e19957997359d1d3f56c138d44da74b2c9a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/multiple-carts/zipball/44cd35267a2bc0262adddacbf1c327d78c395203", - "reference": "44cd35267a2bc0262adddacbf1c327d78c395203", + "url": "https://api.github.com/repos/spryker-feature/multiple-carts/zipball/1e6b9e19957997359d1d3f56c138d44da74b2c9a", + "reference": "1e6b9e19957997359d1d3f56c138d44da74b2c9a", "shasum": "" }, "require": { "php": ">=8.0", "spryker-shop/multi-cart-page": "^2.6.0", "spryker-shop/multi-cart-widget": "^1.8.0", - "spryker/multi-cart": "^1.8.0", + "spryker/multi-cart": "^1.10.0", "spryker/multi-cart-data-import": "^0.1.2" }, "suggest": { @@ -6827,7 +6815,7 @@ "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -6836,22 +6824,22 @@ ], "description": "Multiple carts [feature]", "support": { - "source": "https://github.com/spryker-feature/multiple-carts/tree/202212.0" + "source": "https://github.com/spryker-feature/multiple-carts/tree/202307.0" }, - "time": "2022-12-16T09:40:05+00:00" + "time": "2023-07-26T14:52:09+00:00" }, { "name": "spryker-feature/navigation", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/navigation.git", - "reference": "defb951b4c4afb979f60018aadbc62bfd73004b4" + "reference": "d309861847f17f00d2644e720e5bff8c9a38524f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/navigation/zipball/defb951b4c4afb979f60018aadbc62bfd73004b4", - "reference": "defb951b4c4afb979f60018aadbc62bfd73004b4", + "url": "https://api.github.com/repos/spryker-feature/navigation/zipball/d309861847f17f00d2644e720e5bff8c9a38524f", + "reference": "d309861847f17f00d2644e720e5bff8c9a38524f", "shasum": "" }, "require": { @@ -6860,9 +6848,9 @@ "spryker/content-navigation": "^1.0.0", "spryker/content-navigation-data-import": "^0.1.0", "spryker/content-navigation-gui": "^1.0.0", - "spryker/navigation": "^2.6.0", - "spryker/navigation-gui": "^2.8.0", - "spryker/navigation-storage": "^1.9.0" + "spryker/navigation": "^2.7.0", + "spryker/navigation-gui": "^2.9.0", + "spryker/navigation-storage": "^1.10.0" }, "suggest": { "spryker-feature/spryker-core": "Recommended feature dependency." @@ -6870,7 +6858,7 @@ "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -6879,22 +6867,22 @@ ], "description": "Navigation [feature]", "support": { - "source": "https://github.com/spryker-feature/navigation/tree/202212.0" + "source": "https://github.com/spryker-feature/navigation/tree/202307.0" }, - "time": "2022-12-16T09:54:04+00:00" + "time": "2023-07-26T14:51:04+00:00" }, { "name": "spryker-feature/non-splittable-products", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/non-splittable-products.git", - "reference": "d8e25398ac17f8dce67794701a3e74630aca404e" + "reference": "c614a5c4e214076936ae0dae75d63e7ffbbd5b99" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/non-splittable-products/zipball/d8e25398ac17f8dce67794701a3e74630aca404e", - "reference": "d8e25398ac17f8dce67794701a3e74630aca404e", + "url": "https://api.github.com/repos/spryker-feature/non-splittable-products/zipball/c614a5c4e214076936ae0dae75d63e7ffbbd5b99", + "reference": "c614a5c4e214076936ae0dae75d63e7ffbbd5b99", "shasum": "" }, "require": { @@ -6909,7 +6897,7 @@ "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -6918,45 +6906,44 @@ ], "description": "Non-splittable Products [feature]", "support": { - "source": "https://github.com/spryker-feature/non-splittable-products/tree/202212.0" + "source": "https://github.com/spryker-feature/non-splittable-products/tree/202307.0" }, - "time": "2022-12-16T09:54:06+00:00" + "time": "2023-07-26T15:07:09+00:00" }, { "name": "spryker-feature/order-management", - "version": "dev-master", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/order-management.git", - "reference": "66176b4e59766323294c2c5fd59e9fd1a6f04689" + "reference": "edab0487be67e2426659b5081ebb8db02dc1665d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/order-management/zipball/66176b4e59766323294c2c5fd59e9fd1a6f04689", - "reference": "66176b4e59766323294c2c5fd59e9fd1a6f04689", + "url": "https://api.github.com/repos/spryker-feature/order-management/zipball/edab0487be67e2426659b5081ebb8db02dc1665d", + "reference": "edab0487be67e2426659b5081ebb8db02dc1665d", "shasum": "" }, "require": { "php": ">=8.0", "spryker-shop/order-cancel-widget": "^1.1.0", "spryker-shop/order-custom-reference-widget": "^1.0.0", - "spryker/oms": "^11.22.0", + "spryker/oms": "^11.26.0", "spryker/order-custom-reference": "^1.0.0", "spryker/order-custom-reference-gui": "^1.0.0", - "spryker/sales": "^11.34.0", + "spryker/sales": "^11.40.0", "spryker/sales-data-export": "^0.2.0", - "spryker/sales-invoice": "^1.2.0", + "spryker/sales-invoice": "^1.4.0", "spryker/sales-oms": "^0.1.0", - "spryker/sales-payment": "^1.2.0", - "spryker/sales-payment-gui": "^1.0.0", + "spryker/sales-payment": "^1.3.0", + "spryker/sales-payment-gui": "^1.1.0", "spryker/sales-quantity": "^3.4.0", "spryker/sales-split": "^5.1.0" }, - "default-branch": true, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -6965,28 +6952,28 @@ ], "description": "Order Management [feature]", "support": { - "source": "https://github.com/spryker-feature/order-management/tree/master" + "source": "https://github.com/spryker-feature/order-management/tree/202307.0" }, - "time": "2023-04-17T18:13:26+00:00" + "time": "2023-07-26T14:51:09+00:00" }, { "name": "spryker-feature/packaging-units", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/packaging-units.git", - "reference": "145140627ed41915cebae1233e27861aee622547" + "reference": "d39f07e99ce5e7aa25cd5c28b27fe1cf14a3bda3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/packaging-units/zipball/145140627ed41915cebae1233e27861aee622547", - "reference": "145140627ed41915cebae1233e27861aee622547", + "url": "https://api.github.com/repos/spryker-feature/packaging-units/zipball/d39f07e99ce5e7aa25cd5c28b27fe1cf14a3bda3", + "reference": "d39f07e99ce5e7aa25cd5c28b27fe1cf14a3bda3", "shasum": "" }, "require": { "php": ">=8.0", - "spryker-shop/product-packaging-unit-widget": "^1.4.0", - "spryker/product-packaging-unit": "^4.6.0", + "spryker-shop/product-packaging-unit-widget": "^1.6.0", + "spryker/product-packaging-unit": "^4.8.0", "spryker/product-packaging-unit-data-import": "^2.0.0", "spryker/product-packaging-unit-storage": "^5.2.0" }, @@ -6996,7 +6983,7 @@ "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -7005,35 +6992,35 @@ ], "description": "Packaging units [feature]", "support": { - "source": "https://github.com/spryker-feature/packaging-units/tree/202212.0" + "source": "https://github.com/spryker-feature/packaging-units/tree/202307.0" }, - "time": "2022-12-16T09:40:07+00:00" + "time": "2023-07-26T14:51:56+00:00" }, { "name": "spryker-feature/payments", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/payments.git", - "reference": "09f82174368bc9ca78698d71b5ddec45973c15ee" + "reference": "1c68beca95a20c58c774b49e4428d1acaac9a5a4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/payments/zipball/09f82174368bc9ca78698d71b5ddec45973c15ee", - "reference": "09f82174368bc9ca78698d71b5ddec45973c15ee", + "url": "https://api.github.com/repos/spryker-feature/payments/zipball/1c68beca95a20c58c774b49e4428d1acaac9a5a4", + "reference": "1c68beca95a20c58c774b49e4428d1acaac9a5a4", "shasum": "" }, "require": { "php": ">=8.0", - "spryker-shop/payment-page": "^1.2.0", - "spryker/payment": "^5.10.0", + "spryker-shop/payment-page": "^1.3.0", + "spryker/payment": "^5.14.0", "spryker/payment-data-import": "^1.0.0", "spryker/payment-gui": "^1.3.0" }, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -7042,22 +7029,22 @@ ], "description": "Payments [feature]", "support": { - "source": "https://github.com/spryker-feature/payments/tree/202212.0" + "source": "https://github.com/spryker-feature/payments/tree/202307.0" }, - "time": "2022-12-16T09:54:10+00:00" + "time": "2023-07-26T14:50:11+00:00" }, { "name": "spryker-feature/persistent-cart-sharing", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/persistent-cart-sharing.git", - "reference": "7d63fde2ce10035042c51e0607d6919cbe39f437" + "reference": "485294b254614af2c0786026ec6120ebc918b71b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/persistent-cart-sharing/zipball/7d63fde2ce10035042c51e0607d6919cbe39f437", - "reference": "7d63fde2ce10035042c51e0607d6919cbe39f437", + "url": "https://api.github.com/repos/spryker-feature/persistent-cart-sharing/zipball/485294b254614af2c0786026ec6120ebc918b71b", + "reference": "485294b254614af2c0786026ec6120ebc918b71b", "shasum": "" }, "require": { @@ -7069,7 +7056,7 @@ "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -7078,47 +7065,46 @@ ], "description": "Persistent Cart Sharing [feature]", "support": { - "source": "https://github.com/spryker-feature/persistent-cart-sharing/tree/202212.0" + "source": "https://github.com/spryker-feature/persistent-cart-sharing/tree/202307.0" }, - "time": "2022-12-16T09:54:11+00:00" + "time": "2023-07-26T15:07:15+00:00" }, { "name": "spryker-feature/prices", - "version": "dev-master", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/prices.git", - "reference": "954bd056babbb286eb801a131d8656572570a117" + "reference": "5f4f9e2492c713ac680754218b33d23913bd9919" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/prices/zipball/954bd056babbb286eb801a131d8656572570a117", - "reference": "954bd056babbb286eb801a131d8656572570a117", + "url": "https://api.github.com/repos/spryker-feature/prices/zipball/5f4f9e2492c713ac680754218b33d23913bd9919", + "reference": "5f4f9e2492c713ac680754218b33d23913bd9919", "shasum": "" }, "require": { "php": ">=8.0", - "spryker-shop/currency-widget": "^1.5.0", - "spryker-shop/money-widget": "^1.6.0", - "spryker-shop/price-product-volume-widget": "^1.8.0", + "spryker-shop/currency-widget": "^1.6.0", + "spryker-shop/money-widget": "^1.7.0", + "spryker-shop/price-product-volume-widget": "^1.9.0", "spryker-shop/price-product-widget": "^1.0.0", "spryker-shop/price-widget": "^1.4.0", "spryker/currency": "^4.0.0", "spryker/currency-data-import": "^0.1.0", "spryker/currency-gui": "^1.0.0", - "spryker/price": "^5.6.0", + "spryker/price": "^5.7.0", "spryker/price-data-feed": "^0.2.1", - "spryker/price-product": "^4.37.0", + "spryker/price-product": "^4.42.0", "spryker/price-product-data-import": "^0.1.5", "spryker/price-product-storage": "^4.9.0", - "spryker/price-product-volume": "^3.3.0", - "spryker/price-product-volume-gui": "^3.2.0" + "spryker/price-product-volume": "^3.4.0", + "spryker/price-product-volume-gui": "^3.3.0" }, - "default-branch": true, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -7127,64 +7113,63 @@ ], "description": "Prices [feature]", "support": { - "source": "https://github.com/spryker-feature/prices/tree/master" + "source": "https://github.com/spryker-feature/prices/tree/202307.0" }, - "time": "2023-04-03T15:19:03+00:00" + "time": "2023-07-26T14:50:03+00:00" }, { "name": "spryker-feature/product", - "version": "dev-master", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/product.git", - "reference": "e2e25eafa3da9e16681e4cf8eb671398b96c70f3" + "reference": "3244400800b294d206797944971574c3b9e0abf5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/product/zipball/e2e25eafa3da9e16681e4cf8eb671398b96c70f3", - "reference": "e2e25eafa3da9e16681e4cf8eb671398b96c70f3", + "url": "https://api.github.com/repos/spryker-feature/product/zipball/3244400800b294d206797944971574c3b9e0abf5", + "reference": "3244400800b294d206797944971574c3b9e0abf5", "shasum": "" }, "require": { "php": ">=8.0", - "spryker-shop/product-category-widget": "^1.6.0", - "spryker-shop/product-detail-page": "^3.18.0", + "spryker-shop/product-category-widget": "^1.7.0", + "spryker-shop/product-detail-page": "^3.19.0", "spryker-shop/product-discontinued-widget": "^1.1.0", "spryker-shop/product-image-widget": "^1.0.1", - "spryker-shop/product-search-widget": "^3.4.0", + "spryker-shop/product-search-widget": "^3.5.0", "spryker-shop/product-widget": "^1.3.0", - "spryker/product": "^6.29.0", + "spryker/product": "^6.36.0", "spryker/product-abstract-data-feed": "^0.2.2", - "spryker/product-attribute": "^1.10.0", - "spryker/product-attribute-gui": "^1.4.0", + "spryker/product-attribute": "^1.13.0", + "spryker/product-attribute-gui": "^1.5.0", "spryker/product-category-filter": "^1.2.2", - "spryker/product-category-filter-gui": "^2.3.0", + "spryker/product-category-filter-gui": "^2.4.0", "spryker/product-category-filter-storage": "^1.4.0", "spryker/product-category-search": "^1.1.0", - "spryker/product-category-storage": "^2.4.0", - "spryker/product-discontinued": "^1.8.0", - "spryker/product-discontinued-data-import": "^1.0.0", - "spryker/product-discontinued-gui": "^1.3.0", - "spryker/product-discontinued-storage": "^1.13.0", - "spryker/product-image": "^3.13.0", - "spryker/product-image-storage": "^1.14.0", + "spryker/product-category-storage": "^2.6.0", + "spryker/product-discontinued": "^1.10.0", + "spryker/product-discontinued-data-import": "^1.2.0", + "spryker/product-discontinued-gui": "^1.5.0", + "spryker/product-discontinued-storage": "^1.16.0", + "spryker/product-image": "^3.16.0", + "spryker/product-image-storage": "^1.15.0", "spryker/product-management": "^0.19.0", - "spryker/product-page-search": "^3.29.0", + "spryker/product-page-search": "^3.30.0", "spryker/product-quantity-storage": "^3.4.0", "spryker/product-resource-alias-storage": "^1.2.0", - "spryker/product-search": "^5.17.0", + "spryker/product-search": "^5.19.0", "spryker/product-search-config-storage": "^1.4.0", - "spryker/product-storage": "^1.36.0", - "spryker/product-validity": "^1.2.0" + "spryker/product-storage": "^1.38.0", + "spryker/product-validity": "^1.3.0" }, "suggest": { "spryker-feature/spryker-core": "Recommended feature dependency." }, - "default-branch": true, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -7193,28 +7178,28 @@ ], "description": "Product [feature]", "support": { - "source": "https://github.com/spryker-feature/product/tree/master" + "source": "https://github.com/spryker-feature/product/tree/202307.0" }, - "time": "2023-04-20T14:39:31+00:00" + "time": "2023-07-26T14:50:17+00:00" }, { "name": "spryker-feature/product-approval-process", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/product-approval-process.git", - "reference": "6339b642a72563416ab9a8b1e28da765d1c70a8a" + "reference": "1d686fa1360f1c03e34799e981ad9dc514bdb157" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/product-approval-process/zipball/6339b642a72563416ab9a8b1e28da765d1c70a8a", - "reference": "6339b642a72563416ab9a8b1e28da765d1c70a8a", + "url": "https://api.github.com/repos/spryker-feature/product-approval-process/zipball/1d686fa1360f1c03e34799e981ad9dc514bdb157", + "reference": "1d686fa1360f1c03e34799e981ad9dc514bdb157", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/product": "^6.29.0", - "spryker/product-approval": "^1.0.0", + "spryker/product": "^6.36.0", + "spryker/product-approval": "^1.1.0", "spryker/product-approval-data-import": "^0.1.0", "spryker/product-approval-gui": "^1.2.0", "spryker/product-management": "^0.19.25" @@ -7222,7 +7207,7 @@ "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -7231,29 +7216,29 @@ ], "description": "Product Approval Process [feature]", "support": { - "source": "https://github.com/spryker-feature/product-approval-process/tree/202212.0" + "source": "https://github.com/spryker-feature/product-approval-process/tree/202307.0" }, - "time": "2022-12-16T09:54:16+00:00" + "time": "2023-07-26T14:51:20+00:00" }, { "name": "spryker-feature/product-barcode", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/product-barcode.git", - "reference": "300076648581f5b6e8ae13ae644e9b5c1763530a" + "reference": "47cb64a08982f373ac4d6d75ba6b0a62e3be55cb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/product-barcode/zipball/300076648581f5b6e8ae13ae644e9b5c1763530a", - "reference": "300076648581f5b6e8ae13ae644e9b5c1763530a", + "url": "https://api.github.com/repos/spryker-feature/product-barcode/zipball/47cb64a08982f373ac4d6d75ba6b0a62e3be55cb", + "reference": "47cb64a08982f373ac4d6d75ba6b0a62e3be55cb", "shasum": "" }, "require": { "php": ">=8.0", "spryker-shop/product-barcode-widget": "^1.1.0", "spryker/product-barcode": "^1.1.0", - "spryker/product-barcode-gui": "^1.2.0" + "spryker/product-barcode-gui": "^1.3.0" }, "suggest": { "spryker-feature/product": "Recommended feature dependency." @@ -7261,7 +7246,7 @@ "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -7270,39 +7255,38 @@ ], "description": "Product Barcode [feature]", "support": { - "source": "https://github.com/spryker-feature/product-barcode/tree/202212.0" + "source": "https://github.com/spryker-feature/product-barcode/tree/202307.0" }, - "time": "2022-12-16T09:54:17+00:00" + "time": "2023-07-26T14:51:24+00:00" }, { "name": "spryker-feature/product-bundles", - "version": "dev-master", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/product-bundles.git", - "reference": "0bbe3ad041c2797379e1522698e47b0af67d0494" + "reference": "8807fe4a311727cfeee2e9a02a99b1484a422060" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/product-bundles/zipball/0bbe3ad041c2797379e1522698e47b0af67d0494", - "reference": "0bbe3ad041c2797379e1522698e47b0af67d0494", + "url": "https://api.github.com/repos/spryker-feature/product-bundles/zipball/8807fe4a311727cfeee2e9a02a99b1484a422060", + "reference": "8807fe4a311727cfeee2e9a02a99b1484a422060", "shasum": "" }, "require": { "php": ">=8.0", "spryker-shop/product-bundle-widget": "^1.6.0", "spryker-shop/sales-product-bundle-widget": "^1.1.0", - "spryker/product-bundle": "^7.13.0", + "spryker/product-bundle": "^7.15.0", "spryker/product-bundle-storage": "^1.1.0" }, "suggest": { "spryker-feature/product": "Recommended feature dependency." }, - "default-branch": true, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -7311,27 +7295,27 @@ ], "description": "Product Bundles [feature]", "support": { - "source": "https://github.com/spryker-feature/product-bundles/tree/202212.0" + "source": "https://github.com/spryker-feature/product-bundles/tree/202307.0" }, - "time": "2022-12-16T09:39:38+00:00" + "time": "2023-07-26T14:50:47+00:00" }, { "name": "spryker-feature/product-customer-restrictions", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/product-customer-restrictions.git", - "reference": "93374140684d144ea425928a99f1c9a691acc5b3" + "reference": "01cb5c1fd58ad0892cbc32354da2be9f972a5ed1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/product-customer-restrictions/zipball/93374140684d144ea425928a99f1c9a691acc5b3", - "reference": "93374140684d144ea425928a99f1c9a691acc5b3", + "url": "https://api.github.com/repos/spryker-feature/product-customer-restrictions/zipball/01cb5c1fd58ad0892cbc32354da2be9f972a5ed1", + "reference": "01cb5c1fd58ad0892cbc32354da2be9f972a5ed1", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/product-customer-permission": "^1.2.0" + "spryker/product-customer-permission": "^1.3.0" }, "suggest": { "spryker-feature/product": "Recommended feature dependency." @@ -7339,7 +7323,7 @@ "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -7348,22 +7332,22 @@ ], "description": "Product Customer Restrictions [feature]", "support": { - "source": "https://github.com/spryker-feature/product-customer-restrictions/tree/202212.0" + "source": "https://github.com/spryker-feature/product-customer-restrictions/tree/202307.0" }, - "time": "2022-12-16T09:54:20+00:00" + "time": "2023-07-26T14:52:11+00:00" }, { "name": "spryker-feature/product-groups", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/product-groups.git", - "reference": "c1e500e36c340e9ea6aad60b7c17db76833b86f4" + "reference": "6a75466ba947ae89e0443999235cb790f4674899" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/product-groups/zipball/c1e500e36c340e9ea6aad60b7c17db76833b86f4", - "reference": "c1e500e36c340e9ea6aad60b7c17db76833b86f4", + "url": "https://api.github.com/repos/spryker-feature/product-groups/zipball/6a75466ba947ae89e0443999235cb790f4674899", + "reference": "6a75466ba947ae89e0443999235cb790f4674899", "shasum": "" }, "require": { @@ -7378,7 +7362,7 @@ "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -7387,43 +7371,42 @@ ], "description": "Product Groups [feature]", "support": { - "source": "https://github.com/spryker-feature/product-groups/tree/202212.0" + "source": "https://github.com/spryker-feature/product-groups/tree/202307.0" }, - "time": "2022-12-16T09:54:22+00:00" + "time": "2023-07-26T15:07:23+00:00" }, { "name": "spryker-feature/product-labels", - "version": "dev-master", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/product-labels.git", - "reference": "dcf9ccbc6f1f246863909d8366c1de4308ec0aca" + "reference": "8ca9c13f6be3f7d935693d8c85e3206e3d1c4d26" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/product-labels/zipball/dcf9ccbc6f1f246863909d8366c1de4308ec0aca", - "reference": "dcf9ccbc6f1f246863909d8366c1de4308ec0aca", + "url": "https://api.github.com/repos/spryker-feature/product-labels/zipball/8ca9c13f6be3f7d935693d8c85e3206e3d1c4d26", + "reference": "8ca9c13f6be3f7d935693d8c85e3206e3d1c4d26", "shasum": "" }, "require": { "php": ">=8.0", "spryker-shop/product-label-widget": "^1.6.0", - "spryker-shop/product-new-page": "^1.3.0", - "spryker/product-label": "^3.3.0", + "spryker-shop/product-new-page": "^1.4.0", + "spryker/product-label": "^3.9.0", "spryker/product-label-data-import": "^0.1.0", - "spryker/product-label-gui": "^3.3.0", - "spryker/product-label-search": "^2.2.0", - "spryker/product-label-storage": "^2.5.0", - "spryker/product-new": "^1.4.0" + "spryker/product-label-gui": "^3.4.0", + "spryker/product-label-search": "^2.5.0", + "spryker/product-label-storage": "^2.8.0", + "spryker/product-new": "^1.5.0" }, "suggest": { "spryker-feature/product": "Recommended feature dependency." }, - "default-branch": true, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -7432,40 +7415,39 @@ ], "description": "Product Labels [feature]", "support": { - "source": "https://github.com/spryker-feature/product-labels/tree/202212.0" + "source": "https://github.com/spryker-feature/product-labels/tree/202307.0" }, - "time": "2022-12-16T09:39:40+00:00" + "time": "2023-07-26T14:50:19+00:00" }, { "name": "spryker-feature/product-lists", - "version": "dev-master", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/product-lists.git", - "reference": "029b6e8d00a35897aab8c740f41a766f1755cffc" + "reference": "26a9148ba5585a09c3fb77f759cf588693a4b56d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/product-lists/zipball/029b6e8d00a35897aab8c740f41a766f1755cffc", - "reference": "029b6e8d00a35897aab8c740f41a766f1755cffc", + "url": "https://api.github.com/repos/spryker-feature/product-lists/zipball/26a9148ba5585a09c3fb77f759cf588693a4b56d", + "reference": "26a9148ba5585a09c3fb77f759cf588693a4b56d", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/product-list": "^1.6.0", + "spryker/product-list": "^1.7.0", "spryker/product-list-data-import": "^0.1.0", - "spryker/product-list-gui": "^2.2.0", - "spryker/product-list-search": "^2.5.0", - "spryker/product-list-storage": "^1.15.0" + "spryker/product-list-gui": "^2.3.0", + "spryker/product-list-search": "^2.6.0", + "spryker/product-list-storage": "^1.16.0" }, "suggest": { "spryker-feature/product": "Recommended feature dependency." }, - "default-branch": true, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -7474,29 +7456,29 @@ ], "description": "Product Lists [feature]", "support": { - "source": "https://github.com/spryker-feature/product-lists/tree/202212.0" + "source": "https://github.com/spryker-feature/product-lists/tree/202307.0" }, - "time": "2022-12-16T09:54:24+00:00" + "time": "2023-07-26T14:51:28+00:00" }, { "name": "spryker-feature/product-options", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/product-options.git", - "reference": "1e861deef0d6d1af8446c0e091b586b7179d323c" + "reference": "3964c3a90dba81cdce3b367dda5f589b9da42e57" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/product-options/zipball/1e861deef0d6d1af8446c0e091b586b7179d323c", - "reference": "1e861deef0d6d1af8446c0e091b586b7179d323c", + "url": "https://api.github.com/repos/spryker-feature/product-options/zipball/3964c3a90dba81cdce3b367dda5f589b9da42e57", + "reference": "3964c3a90dba81cdce3b367dda5f589b9da42e57", "shasum": "" }, "require": { "php": ">=8.0", "spryker-shop/product-option-widget": "^1.4.0", - "spryker/product-option": "^8.13.0", - "spryker/product-option-storage": "^1.13.0" + "spryker/product-option": "^8.15.0", + "spryker/product-option-storage": "^1.14.0" }, "suggest": { "spryker-feature/product": "Recommended feature dependency." @@ -7504,7 +7486,7 @@ "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -7513,37 +7495,36 @@ ], "description": "Product Options [feature]", "support": { - "source": "https://github.com/spryker-feature/product-options/tree/202212.0" + "source": "https://github.com/spryker-feature/product-options/tree/202307.0" }, - "time": "2022-12-16T09:54:26+00:00" + "time": "2023-07-26T14:51:31+00:00" }, { "name": "spryker-feature/product-rating-reviews", - "version": "dev-master", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/product-rating-reviews.git", - "reference": "235be201b5e916a69cfb166878012e9a5a2b7266" + "reference": "91c8f0a82c0062588f1b888bc35a26aa1bb01f2e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/product-rating-reviews/zipball/235be201b5e916a69cfb166878012e9a5a2b7266", - "reference": "235be201b5e916a69cfb166878012e9a5a2b7266", + "url": "https://api.github.com/repos/spryker-feature/product-rating-reviews/zipball/91c8f0a82c0062588f1b888bc35a26aa1bb01f2e", + "reference": "91c8f0a82c0062588f1b888bc35a26aa1bb01f2e", "shasum": "" }, "require": { "php": ">=8.0", "spryker-shop/product-review-widget": "^1.14.0", - "spryker/product-review": "^2.9.0", - "spryker/product-review-gui": "^1.4.0", - "spryker/product-review-search": "^1.7.0", + "spryker/product-review": "^2.11.0", + "spryker/product-review-gui": "^1.6.0", + "spryker/product-review-search": "^1.9.0", "spryker/product-review-storage": "^1.5.0" }, - "default-branch": true, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -7552,30 +7533,30 @@ ], "description": "Product Rating & Reviews [feature]", "support": { - "source": "https://github.com/spryker-feature/product-rating-reviews/tree/202212.0" + "source": "https://github.com/spryker-feature/product-rating-reviews/tree/202307.0" }, - "time": "2022-12-16T09:39:42+00:00" + "time": "2023-07-26T14:51:36+00:00" }, { "name": "spryker-feature/product-relations", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/product-relations.git", - "reference": "63107172f38a8d58b921ae1f74740f5eace723c9" + "reference": "752d7dfe49fb59bf40df26b4c999e3f646236032" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/product-relations/zipball/63107172f38a8d58b921ae1f74740f5eace723c9", - "reference": "63107172f38a8d58b921ae1f74740f5eace723c9", + "url": "https://api.github.com/repos/spryker-feature/product-relations/zipball/752d7dfe49fb59bf40df26b4c999e3f646236032", + "reference": "752d7dfe49fb59bf40df26b4c999e3f646236032", "shasum": "" }, "require": { "php": ">=8.0", "spryker-shop/product-relation-widget": "^1.3.0", - "spryker/product-relation": "^3.2.0", + "spryker/product-relation": "^3.3.0", "spryker/product-relation-data-import": "^1.1.0", - "spryker/product-relation-gui": "^1.3.0", + "spryker/product-relation-gui": "^1.4.0", "spryker/product-relation-storage": "^2.3.0" }, "suggest": { @@ -7584,7 +7565,7 @@ "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -7593,22 +7574,22 @@ ], "description": "Product Relations [feature]", "support": { - "source": "https://github.com/spryker-feature/product-relations/tree/202212.0" + "source": "https://github.com/spryker-feature/product-relations/tree/202307.0" }, - "time": "2022-12-16T09:54:29+00:00" + "time": "2023-07-26T14:51:33+00:00" }, { "name": "spryker-feature/product-sets", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/product-sets.git", - "reference": "ced5d6d13a55f12021a4725681a0a1957120a9a9" + "reference": "3e6f22c52cb3bce5d6a57c4d7a4b00dc011c0357" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/product-sets/zipball/ced5d6d13a55f12021a4725681a0a1957120a9a9", - "reference": "ced5d6d13a55f12021a4725681a0a1957120a9a9", + "url": "https://api.github.com/repos/spryker-feature/product-sets/zipball/3e6f22c52cb3bce5d6a57c4d7a4b00dc011c0357", + "reference": "3e6f22c52cb3bce5d6a57c4d7a4b00dc011c0357", "shasum": "" }, "require": { @@ -7616,9 +7597,9 @@ "spryker-shop/product-set-detail-page": "^1.9.0", "spryker-shop/product-set-list-page": "^1.1.0", "spryker-shop/product-set-widget": "^1.8.0", - "spryker/product-set": "^1.6.0", - "spryker/product-set-gui": "^2.5.0", - "spryker/product-set-page-search": "^1.7.0", + "spryker/product-set": "^1.7.0", + "spryker/product-set-gui": "^2.7.0", + "spryker/product-set-page-search": "^1.8.0", "spryker/product-set-storage": "^1.9.0" }, "suggest": { @@ -7627,7 +7608,7 @@ "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -7636,22 +7617,22 @@ ], "description": "Product Sets [feature]", "support": { - "source": "https://github.com/spryker-feature/product-sets/tree/202212.0" + "source": "https://github.com/spryker-feature/product-sets/tree/202307.0" }, - "time": "2022-12-16T09:54:30+00:00" + "time": "2023-07-26T14:51:38+00:00" }, { "name": "spryker-feature/promotions-discounts", - "version": "dev-master", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/promotions-discounts.git", - "reference": "b98a733790d6ba57562417ff4c6068a6e27a6b24" + "reference": "bd145752bba1dc23b411465e457cbfec4ae36396" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/promotions-discounts/zipball/b98a733790d6ba57562417ff4c6068a6e27a6b24", - "reference": "b98a733790d6ba57562417ff4c6068a6e27a6b24", + "url": "https://api.github.com/repos/spryker-feature/promotions-discounts/zipball/bd145752bba1dc23b411465e457cbfec4ae36396", + "reference": "bd145752bba1dc23b411465e457cbfec4ae36396", "shasum": "" }, "require": { @@ -7659,15 +7640,14 @@ "spryker-shop/cart-code-widget": "^1.4.0", "spryker-shop/discount-promotion-widget": "^3.5.0", "spryker-shop/discount-widget": "^1.8.0", - "spryker/cart-code": "^1.2.0", - "spryker/discount": "^9.28.0", - "spryker/discount-promotion": "^4.9.0" + "spryker/cart-code": "^1.3.0", + "spryker/discount": "^9.34.0", + "spryker/discount-promotion": "^4.11.0" }, - "default-branch": true, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -7676,28 +7656,28 @@ ], "description": "Promotions & Discounts [feature]", "support": { - "source": "https://github.com/spryker-feature/promotions-discounts/tree/202212.0" + "source": "https://github.com/spryker-feature/promotions-discounts/tree/202307.0" }, - "time": "2022-12-16T09:54:32+00:00" + "time": "2023-07-26T14:50:43+00:00" }, { "name": "spryker-feature/quick-add-to-cart", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/quick-add-to-cart.git", - "reference": "289289613eb14a8c6f10b148dde1d4584d87ce60" + "reference": "c0b99e7feceb435d1fa9d5260f47bf12db2e6957" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/quick-add-to-cart/zipball/289289613eb14a8c6f10b148dde1d4584d87ce60", - "reference": "289289613eb14a8c6f10b148dde1d4584d87ce60", + "url": "https://api.github.com/repos/spryker-feature/quick-add-to-cart/zipball/c0b99e7feceb435d1fa9d5260f47bf12db2e6957", + "reference": "c0b99e7feceb435d1fa9d5260f47bf12db2e6957", "shasum": "" }, "require": { "php": ">=8.0", - "spryker-shop/quick-order-page": "^4.8.0", - "spryker/quick-order": "^3.0.0" + "spryker-shop/quick-order-page": "^4.9.0", + "spryker/quick-order": "^3.1.0" }, "suggest": { "spryker-feature/cart": "Recommended feature dependency." @@ -7705,7 +7685,7 @@ "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -7714,27 +7694,27 @@ ], "description": "Quick add to cart [feature]", "support": { - "source": "https://github.com/spryker-feature/quick-add-to-cart/tree/202212.0" + "source": "https://github.com/spryker-feature/quick-add-to-cart/tree/202307.0" }, - "time": "2022-12-16T09:40:07+00:00" + "time": "2023-07-26T14:51:58+00:00" }, { "name": "spryker-feature/quotation-process", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/quotation-process.git", - "reference": "fb09f31976262a13f19bc1e7fabca6d51c2b060c" + "reference": "310cda69d1763c8a35f9d23495051cfa3d9d53a3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/quotation-process/zipball/fb09f31976262a13f19bc1e7fabca6d51c2b060c", - "reference": "fb09f31976262a13f19bc1e7fabca6d51c2b060c", + "url": "https://api.github.com/repos/spryker-feature/quotation-process/zipball/310cda69d1763c8a35f9d23495051cfa3d9d53a3", + "reference": "310cda69d1763c8a35f9d23495051cfa3d9d53a3", "shasum": "" }, "require": { "php": ">=8.0", - "spryker-shop/quote-request-agent-page": "^3.2.0", + "spryker-shop/quote-request-agent-page": "^3.3.0", "spryker-shop/quote-request-agent-widget": "^2.6.0", "spryker-shop/quote-request-page": "^3.4.0", "spryker-shop/quote-request-widget": "^2.5.0", @@ -7753,7 +7733,7 @@ "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -7762,22 +7742,22 @@ ], "description": "Quotation Process [feature]", "support": { - "source": "https://github.com/spryker-feature/quotation-process/tree/202212.0" + "source": "https://github.com/spryker-feature/quotation-process/tree/202307.0" }, - "time": "2022-12-16T09:40:09+00:00" + "time": "2023-07-26T14:52:00+00:00" }, { "name": "spryker-feature/reclamations", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/reclamations.git", - "reference": "8bffd3ddaf1505c6e48fad60fe8ae0134aab77c1" + "reference": "59a815b94df1785a0fc01f16478f7f292f2829e2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/reclamations/zipball/8bffd3ddaf1505c6e48fad60fe8ae0134aab77c1", - "reference": "8bffd3ddaf1505c6e48fad60fe8ae0134aab77c1", + "url": "https://api.github.com/repos/spryker-feature/reclamations/zipball/59a815b94df1785a0fc01f16478f7f292f2829e2", + "reference": "59a815b94df1785a0fc01f16478f7f292f2829e2", "shasum": "" }, "require": { @@ -7788,7 +7768,7 @@ "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -7797,32 +7777,32 @@ ], "description": "Reclamations [feature]", "support": { - "source": "https://github.com/spryker-feature/reclamations/tree/202212.0" + "source": "https://github.com/spryker-feature/reclamations/tree/202307.0" }, - "time": "2022-12-16T09:54:36+00:00" + "time": "2023-07-26T15:07:35+00:00" }, { "name": "spryker-feature/refunds", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/refunds.git", - "reference": "4785af1e905dd13f959f8ea485d9163fa4e3c8f5" + "reference": "c94b43aa4dc5f581ae858c1264edde0fa0c3594a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/refunds/zipball/4785af1e905dd13f959f8ea485d9163fa4e3c8f5", - "reference": "4785af1e905dd13f959f8ea485d9163fa4e3c8f5", + "url": "https://api.github.com/repos/spryker-feature/refunds/zipball/c94b43aa4dc5f581ae858c1264edde0fa0c3594a", + "reference": "c94b43aa4dc5f581ae858c1264edde0fa0c3594a", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/refund": "^5.5.0" + "spryker/refund": "^5.7.0" }, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -7831,27 +7811,27 @@ ], "description": "Refunds [feature]", "support": { - "source": "https://github.com/spryker-feature/refunds/tree/202212.0" + "source": "https://github.com/spryker-feature/refunds/tree/202307.0" }, - "time": "2022-12-16T09:54:37+00:00" + "time": "2023-07-26T14:51:40+00:00" }, { "name": "spryker-feature/reorder", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/reorder.git", - "reference": "d510cef86bb7712014fea47eddb577893f2608c9" + "reference": "5f90d74aadbbed2fe58324c7342e56f99f910065" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/reorder/zipball/d510cef86bb7712014fea47eddb577893f2608c9", - "reference": "d510cef86bb7712014fea47eddb577893f2608c9", + "url": "https://api.github.com/repos/spryker-feature/reorder/zipball/5f90d74aadbbed2fe58324c7342e56f99f910065", + "reference": "5f90d74aadbbed2fe58324c7342e56f99f910065", "shasum": "" }, "require": { "php": ">=8.0", - "spryker-shop/customer-reorder-widget": "^6.13.0" + "spryker-shop/customer-reorder-widget": "^6.15.0" }, "suggest": { "spryker-feature/cart": "Recommended feature dependency." @@ -7859,7 +7839,7 @@ "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -7868,22 +7848,22 @@ ], "description": "Reorder [feature]", "support": { - "source": "https://github.com/spryker-feature/reorder/tree/202212.0" + "source": "https://github.com/spryker-feature/reorder/tree/202307.0" }, - "time": "2022-12-16T09:54:39+00:00" + "time": "2023-07-26T14:50:07+00:00" }, { "name": "spryker-feature/resource-sharing", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/resource-sharing.git", - "reference": "05ea4c0ac79518f562df59b95f25ca1767414815" + "reference": "4158a8d2bd06e355934f90365fa6785b25093f5e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/resource-sharing/zipball/05ea4c0ac79518f562df59b95f25ca1767414815", - "reference": "05ea4c0ac79518f562df59b95f25ca1767414815", + "url": "https://api.github.com/repos/spryker-feature/resource-sharing/zipball/4158a8d2bd06e355934f90365fa6785b25093f5e", + "reference": "4158a8d2bd06e355934f90365fa6785b25093f5e", "shasum": "" }, "require": { @@ -7897,7 +7877,7 @@ "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -7906,31 +7886,31 @@ ], "description": "Resource Sharing [feature]", "support": { - "source": "https://github.com/spryker-feature/resource-sharing/tree/202212.0" + "source": "https://github.com/spryker-feature/resource-sharing/tree/202307.0" }, - "time": "2022-12-16T09:54:41+00:00" + "time": "2023-07-26T15:07:40+00:00" }, { "name": "spryker-feature/return-management", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/return-management.git", - "reference": "191787dea987d20315a4318ea97e114f9e1d9425" + "reference": "49ca5de5f1943198c7d1c32df0460a871fee89fb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/return-management/zipball/191787dea987d20315a4318ea97e114f9e1d9425", - "reference": "191787dea987d20315a4318ea97e114f9e1d9425", + "url": "https://api.github.com/repos/spryker-feature/return-management/zipball/49ca5de5f1943198c7d1c32df0460a871fee89fb", + "reference": "49ca5de5f1943198c7d1c32df0460a871fee89fb", "shasum": "" }, "require": { "php": ">=8.0", - "spryker-shop/sales-return-page": "^1.5.0", - "spryker/sales-return": "^1.4.0", + "spryker-shop/sales-return-page": "^1.7.0", + "spryker/sales-return": "^1.5.0", "spryker/sales-return-data-import": "^0.2.0", - "spryker/sales-return-gui": "^1.4.0", - "spryker/sales-return-search": "^1.0.0" + "spryker/sales-return-gui": "^1.8.0", + "spryker/sales-return-search": "^1.1.0" }, "suggest": { "spryker-feature/order-management": "Recommended feature dependency." @@ -7938,7 +7918,7 @@ "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -7947,34 +7927,34 @@ ], "description": "Return Management [feature]", "support": { - "source": "https://github.com/spryker-feature/return-management/tree/202212.0" + "source": "https://github.com/spryker-feature/return-management/tree/202307.0" }, - "time": "2022-12-16T09:39:48+00:00" + "time": "2023-07-26T14:50:24+00:00" }, { "name": "spryker-feature/scheduled-prices", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/scheduled-prices.git", - "reference": "af1122fcf44a32ef65bf36f5f19688d624738b5d" + "reference": "7af7ee6a0984f2b97eab2d9ae424d0b61cf2e5d5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/scheduled-prices/zipball/af1122fcf44a32ef65bf36f5f19688d624738b5d", - "reference": "af1122fcf44a32ef65bf36f5f19688d624738b5d", + "url": "https://api.github.com/repos/spryker-feature/scheduled-prices/zipball/7af7ee6a0984f2b97eab2d9ae424d0b61cf2e5d5", + "reference": "7af7ee6a0984f2b97eab2d9ae424d0b61cf2e5d5", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/price-product-schedule": "^2.5.0", + "spryker/price-product-schedule": "^2.7.0", "spryker/price-product-schedule-data-import": "^0.1.0", - "spryker/price-product-schedule-gui": "^2.3.0" + "spryker/price-product-schedule-gui": "^2.4.0" }, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -7983,35 +7963,36 @@ ], "description": "Scheduled Prices [feature]", "support": { - "source": "https://github.com/spryker-feature/scheduled-prices/tree/202212.0" + "source": "https://github.com/spryker-feature/scheduled-prices/tree/202307.0" }, - "time": "2022-12-16T09:54:44+00:00" + "time": "2023-07-26T14:51:13+00:00" }, { "name": "spryker-feature/search", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/search.git", - "reference": "0683c09481c00906ed943ffc8a7dfdc2cef7762b" + "reference": "64d1484120c7e1fd8b6b5cc21ca2279984f5f444" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/search/zipball/0683c09481c00906ed943ffc8a7dfdc2cef7762b", - "reference": "0683c09481c00906ed943ffc8a7dfdc2cef7762b", + "url": "https://api.github.com/repos/spryker-feature/search/zipball/64d1484120c7e1fd8b6b5cc21ca2279984f5f444", + "reference": "64d1484120c7e1fd8b6b5cc21ca2279984f5f444", "shasum": "" }, "require": { "php": ">=8.0", "spryker/elastica": "^6.0.0", - "spryker/search": "^8.19.0", - "spryker/search-elasticsearch": "^1.14.0", - "spryker/search-elasticsearch-gui": "^1.0.0" + "spryker/search": "^8.20.0", + "spryker/search-elasticsearch": "^1.15.0", + "spryker/search-elasticsearch-gui": "^1.0.0", + "spryker/search-http": "^0.3.0" }, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -8020,22 +8001,22 @@ ], "description": "Search [feature]", "support": { - "source": "https://github.com/spryker-feature/search/tree/202212.0" + "source": "https://github.com/spryker-feature/search/tree/202307.0" }, - "time": "2022-12-16T09:54:45+00:00" + "time": "2023-07-26T14:51:42+00:00" }, { "name": "spryker-feature/shared-carts", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/shared-carts.git", - "reference": "4716435c445bc24cd87aef32db930cc65f7c1365" + "reference": "a58c2369bec5f6afac3e21aca40f5d4b24219275" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/shared-carts/zipball/4716435c445bc24cd87aef32db930cc65f7c1365", - "reference": "4716435c445bc24cd87aef32db930cc65f7c1365", + "url": "https://api.github.com/repos/spryker-feature/shared-carts/zipball/a58c2369bec5f6afac3e21aca40f5d4b24219275", + "reference": "a58c2369bec5f6afac3e21aca40f5d4b24219275", "shasum": "" }, "require": { @@ -8051,7 +8032,7 @@ "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -8060,34 +8041,37 @@ ], "description": "Shared carts [feature]", "support": { - "source": "https://github.com/spryker-feature/shared-carts/tree/202212.0" + "source": "https://github.com/spryker-feature/shared-carts/tree/202307.0" }, - "time": "2022-12-16T09:54:47+00:00" + "time": "2023-07-26T15:07:46+00:00" }, { "name": "spryker-feature/shipment", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/shipment.git", - "reference": "bd156071a90c95e2a1f0d18c2ff7001d725da723" + "reference": "95e9b66addd33e4fa2f96ad8da9eac5a2d2eaffb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/shipment/zipball/bd156071a90c95e2a1f0d18c2ff7001d725da723", - "reference": "bd156071a90c95e2a1f0d18c2ff7001d725da723", + "url": "https://api.github.com/repos/spryker-feature/shipment/zipball/95e9b66addd33e4fa2f96ad8da9eac5a2d2eaffb", + "reference": "95e9b66addd33e4fa2f96ad8da9eac5a2d2eaffb", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/shipment": "^8.10.0", - "spryker/shipment-data-import": "^1.1.0", - "spryker/shipment-gui": "^2.6.0" + "spryker/shipment": "^8.15.0", + "spryker/shipment-data-import": "^1.2.0", + "spryker/shipment-gui": "^2.8.0", + "spryker/shipment-type": "^0.1.0", + "spryker/shipment-type-data-import": "^0.1.1", + "spryker/shipment-type-storage": "^0.1.0" }, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -8096,30 +8080,30 @@ ], "description": "Shipment [feature]", "support": { - "source": "https://github.com/spryker-feature/shipment/tree/202212.0" + "source": "https://github.com/spryker-feature/shipment/tree/202307.0" }, - "time": "2022-12-16T09:54:48+00:00" + "time": "2023-07-26T14:51:45+00:00" }, { "name": "spryker-feature/shopping-lists", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/shopping-lists.git", - "reference": "dbdf5eec679d87ab38091a106d993b7998ff3c23" + "reference": "b3f6aab2632bc8499507f14c8230833006a7ada3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/shopping-lists/zipball/dbdf5eec679d87ab38091a106d993b7998ff3c23", - "reference": "dbdf5eec679d87ab38091a106d993b7998ff3c23", + "url": "https://api.github.com/repos/spryker-feature/shopping-lists/zipball/b3f6aab2632bc8499507f14c8230833006a7ada3", + "reference": "b3f6aab2632bc8499507f14c8230833006a7ada3", "shasum": "" }, "require": { "php": ">=8.0", "spryker-shop/shopping-list-note-widget": "^1.1.0", - "spryker-shop/shopping-list-page": "^1.8.0", + "spryker-shop/shopping-list-page": "^1.9.0", "spryker-shop/shopping-list-widget": "^1.5.0", - "spryker/shopping-list": "^4.10.0", + "spryker/shopping-list": "^4.12.0", "spryker/shopping-list-data-import": "^0.2.0", "spryker/shopping-list-note": "^1.2.0", "spryker/shopping-list-session": "^1.2.0", @@ -8136,7 +8120,7 @@ "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -8145,110 +8129,109 @@ ], "description": "Shopping Lists [feature]", "support": { - "source": "https://github.com/spryker-feature/shopping-lists/tree/202212.0" + "source": "https://github.com/spryker-feature/shopping-lists/tree/202307.0" }, - "time": "2022-12-16T09:40:09+00:00" + "time": "2023-07-26T14:52:02+00:00" }, { "name": "spryker-feature/spryker-core", - "version": "dev-master", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/spryker-core.git", - "reference": "e6984c49838d802d1d41e6e713bd4d51de25d7ea" + "reference": "ce52778cee9d0b692777e3e7b242eb24f0c9a71a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/spryker-core/zipball/e6984c49838d802d1d41e6e713bd4d51de25d7ea", - "reference": "e6984c49838d802d1d41e6e713bd4d51de25d7ea", + "url": "https://api.github.com/repos/spryker-feature/spryker-core/zipball/ce52778cee9d0b692777e3e7b242eb24f0c9a71a", + "reference": "ce52778cee9d0b692777e3e7b242eb24f0c9a71a", "shasum": "" }, "require": { "php": ">=8.0", "spryker-shop/error-page": "^1.9.0", "spryker-shop/home-page": "^1.1.0", - "spryker-shop/language-switcher-widget": "^1.4.0", + "spryker-shop/language-switcher-widget": "^1.5.0", "spryker-shop/redirect-page": "^1.1.0", "spryker-shop/security-blocker-page": "^1.0.0", - "spryker-shop/shop-application": "^1.13.0", + "spryker-shop/shop-application": "^1.15.0", "spryker-shop/shop-permission": "^1.2.0", - "spryker-shop/shop-router": "^1.0.2", - "spryker-shop/shop-translator": "^1.1.0", - "spryker-shop/shop-ui": "^1.66.0", + "spryker-shop/shop-router": "^1.1.0", + "spryker-shop/shop-translator": "^1.2.0", + "spryker-shop/shop-ui": "^1.71.0", "spryker-shop/storage-router": "^0.1.0", - "spryker-shop/store-widget": "^1.0.0", - "spryker/application": "^3.30.0", + "spryker-shop/store-widget": "^1.1.0", + "spryker/application": "^3.32.0", "spryker/assertion": "^3.0.0", "spryker/authentication": "^1.0.0", "spryker/authentication-oauth": "^1.0.0", - "spryker/authorization": "^1.2.0", - "spryker/country": "^4.0.0", + "spryker/authorization": "^1.3.0", + "spryker/country": "^4.1.0", "spryker/country-data-import": "^0.1.0", "spryker/country-gui": "^1.0.0", "spryker/data-export": "^0.1.3", - "spryker/data-import": "^1.19.0", + "spryker/data-import": "^1.21.0", "spryker/documentation-generator-api": "^1.0.0", - "spryker/documentation-generator-open-api": "^1.1.0", + "spryker/documentation-generator-open-api": "^1.3.0", "spryker/event": "^2.9.0", - "spryker/event-dispatcher": "^1.3.0", - "spryker/form": "^1.1.0", - "spryker/glossary": "^3.11.0", + "spryker/event-dispatcher": "^1.4.0", + "spryker/form": "^1.2.0", + "spryker/glossary": "^3.14.0", "spryker/glossary-storage": "^1.11.0", - "spryker/glue-application": "^1.48.0", - "spryker/glue-backend-api-application": "^1.0.0", - "spryker/glue-json-api-convention": "^1.0.0", - "spryker/glue-storefront-api-application": "^1.0.0", + "spryker/glue-application": "^1.57.0", + "spryker/glue-backend-api-application": "^1.3.0", + "spryker/glue-json-api-convention": "^1.2.0", + "spryker/glue-storefront-api-application": "^1.2.0", "spryker/graceful-runner": "^1.0.0", - "spryker/gui": "^3.46.0", + "spryker/gui": "^3.49.0", "spryker/health-check": "^1.0.1", - "spryker/http": "^1.7.0", - "spryker/installer": "^4.0.1", - "spryker/locale": "^4.0.0", + "spryker/http": "^1.10.0", + "spryker/installer": "^4.1.0", + "spryker/locale": "^4.1.0", "spryker/locale-data-import": "^0.1.0", "spryker/locale-gui": "^1.0.0", - "spryker/log": "^3.13.0", + "spryker/log": "^3.15.0", "spryker/maintenance": "^3.3.0", "spryker/permission": "^1.5.0", - "spryker/propel": "^3.35.0", - "spryker/propel-orm": "^1.17.0", + "spryker/propel": "^3.38.0", + "spryker/propel-orm": "^1.19.0", "spryker/propel-query-builder": "^0.3.1", "spryker/propel-replication-cache": "^1.1.0", "spryker/publisher": "^1.2.0", - "spryker/rabbit-mq": "^2.15.0", - "spryker/router": "^1.14.0", - "spryker/scheduler": "^1.2.0", + "spryker/rabbit-mq": "^2.16.0", + "spryker/router": "^1.15.0", + "spryker/scheduler": "^1.4.0", "spryker/security": "^1.7.0", - "spryker/security-blocker": "^1.1.0", + "spryker/security-blocker": "^1.2.0", "spryker/security-blocker-storefront-customer": "^1.0.0", "spryker/security-system-user": "^1.0.0", - "spryker/session": "^4.13.0", + "spryker/session": "^4.15.0", "spryker/session-file": "^1.5.0", "spryker/session-redis": "^1.8.0", "spryker/setup": "^4.4.0", "spryker/setup-frontend": "^1.7.0", - "spryker/storage": "^3.19.0", + "spryker/storage": "^3.20.0", "spryker/storage-database": "^1.2.0", "spryker/storage-redis": "^1.3.0", - "spryker/store": "^1.16.0", + "spryker/store": "^1.20.0", "spryker/store-context-gui": "^1.0.0", "spryker/store-data-import": "^0.1.0", - "spryker/store-gui": "^1.1.0", + "spryker/store-gui": "^1.2.0", "spryker/store-storage": "^1.0.0", - "spryker/synchronization": "^1.14.0", - "spryker/synchronization-behavior": "^1.9.0", - "spryker/translator": "^1.9.0", - "spryker/url": "^3.9.0", - "spryker/url-storage": "^1.15.0", + "spryker/synchronization": "^1.16.0", + "spryker/synchronization-behavior": "^1.10.0", + "spryker/translator": "^1.11.0", + "spryker/url": "^3.12.0", + "spryker/url-storage": "^1.16.0", "spryker/uuid-behavior": "^1.3.0", "spryker/validator": "^1.1.0", "spryker/vault": "^1.2.0", - "spryker/zed-request": "^3.18.0" + "spryker/zed-request": "^3.19.0" }, - "default-branch": true, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -8257,46 +8240,45 @@ ], "description": "Spryker Core [feature]", "support": { - "source": "https://github.com/spryker-feature/spryker-core/tree/master" + "source": "https://github.com/spryker-feature/spryker-core/tree/202307.0" }, - "time": "2023-05-02T17:31:33+00:00" + "time": "2023-07-26T14:50:09+00:00" }, { "name": "spryker-feature/spryker-core-back-office", - "version": "dev-master", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/spryker-core-back-office.git", - "reference": "03790a4778fa6683d099878747c80d48f2e3d6de" + "reference": "98deb17e1c0bab05c95706a8409b7a87025a75a7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/spryker-core-back-office/zipball/03790a4778fa6683d099878747c80d48f2e3d6de", - "reference": "03790a4778fa6683d099878747c80d48f2e3d6de", + "url": "https://api.github.com/repos/spryker-feature/spryker-core-back-office/zipball/98deb17e1c0bab05c95706a8409b7a87025a75a7", + "reference": "98deb17e1c0bab05c95706a8409b7a87025a75a7", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/acl": "^3.13.0", + "spryker/acl": "^3.17.0", "spryker/dashboard": "^1.1.0", - "spryker/gui": "^3.46.0", + "spryker/gui": "^3.49.0", "spryker/security-blocker-backoffice": "^1.0.0", "spryker/security-blocker-backoffice-gui": "^1.0.0", - "spryker/security-gui": "^1.1.0", - "spryker/security-oauth-user": "^1.1.0", - "spryker/session-user-validation": "^1.0.0", - "spryker/user": "^3.14.0", - "spryker/user-locale": "^1.1.0", - "spryker/user-locale-gui": "^1.0.0", - "spryker/user-password-reset": "^1.1.0", + "spryker/security-gui": "^1.3.0", + "spryker/security-oauth-user": "^1.3.0", + "spryker/session-user-validation": "^1.2.0", + "spryker/user": "^3.18.0", + "spryker/user-locale": "^1.3.0", + "spryker/user-locale-gui": "^1.1.0", + "spryker/user-password-reset": "^1.4.0", "spryker/user-password-reset-mail": "^1.1.0", "spryker/zed-navigation": "^1.12.0" }, - "default-branch": true, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -8305,32 +8287,32 @@ ], "description": "Spryker Core Back Office [feature]", "support": { - "source": "https://github.com/spryker-feature/spryker-core-back-office/tree/master" + "source": "https://github.com/spryker-feature/spryker-core-back-office/tree/202307.0" }, - "time": "2023-03-28T13:56:13+00:00" + "time": "2023-07-26T14:50:30+00:00" }, { "name": "spryker-feature/state-machine", - "version": "202212.0", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/state-machine.git", - "reference": "298ff69b40d524a20a6a3073561a69905466da9d" + "reference": "d288dd004c57a8db7b7a8ea262ebf5cf1ba49593" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/state-machine/zipball/298ff69b40d524a20a6a3073561a69905466da9d", - "reference": "298ff69b40d524a20a6a3073561a69905466da9d", + "url": "https://api.github.com/repos/spryker-feature/state-machine/zipball/d288dd004c57a8db7b7a8ea262ebf5cf1ba49593", + "reference": "d288dd004c57a8db7b7a8ea262ebf5cf1ba49593", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/state-machine": "^2.16.0" + "spryker/state-machine": "^2.18.0" }, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -8339,35 +8321,34 @@ ], "description": "State Machine [feature]", "support": { - "source": "https://github.com/spryker-feature/state-machine/tree/202212.0" + "source": "https://github.com/spryker-feature/state-machine/tree/202307.0" }, - "time": "2022-12-16T09:54:53+00:00" + "time": "2023-07-26T14:51:47+00:00" }, { "name": "spryker-feature/tax", - "version": "dev-master", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/tax.git", - "reference": "b9de34d38f5dee1e773422cb5748b80ae196df4f" + "reference": "d1260e24f8200ef1273466346c06ebcb72d06a44" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/tax/zipball/b9de34d38f5dee1e773422cb5748b80ae196df4f", - "reference": "b9de34d38f5dee1e773422cb5748b80ae196df4f", + "url": "https://api.github.com/repos/spryker-feature/tax/zipball/d1260e24f8200ef1273466346c06ebcb72d06a44", + "reference": "d1260e24f8200ef1273466346c06ebcb72d06a44", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/tax": "^5.10.0", - "spryker/tax-product-storage": "^1.2.0", - "spryker/tax-storage": "^1.3.0" + "spryker/tax": "^5.14.0", + "spryker/tax-product-storage": "^1.3.0", + "spryker/tax-storage": "^1.4.0" }, - "default-branch": true, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -8376,22 +8357,22 @@ ], "description": "Tax [feature]", "support": { - "source": "https://github.com/spryker-feature/tax/tree/202212.0" + "source": "https://github.com/spryker-feature/tax/tree/202307.0" }, - "time": "2022-12-16T09:54:55+00:00" + "time": "2023-07-26T14:51:49+00:00" }, { "name": "spryker-sdk/evaluator", - "version": "0.1.0", + "version": "0.1.3", "source": { "type": "git", "url": "https://github.com/spryker-sdk/evaluator.git", - "reference": "ba9793347a35268e5bfa9c8654a90ed95551a391" + "reference": "3a4b3c85c00aea0514a98367317b4929ad7f6318" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-sdk/evaluator/zipball/ba9793347a35268e5bfa9c8654a90ed95551a391", - "reference": "ba9793347a35268e5bfa9c8654a90ed95551a391", + "url": "https://api.github.com/repos/spryker-sdk/evaluator/zipball/3a4b3c85c00aea0514a98367317b4929ad7f6318", + "reference": "3a4b3c85c00aea0514a98367317b4929ad7f6318", "shasum": "" }, "require": { @@ -8450,9 +8431,9 @@ "description": "The tool for evaluating Spryker shops", "support": { "issues": "https://github.com/spryker-sdk/evaluator/issues", - "source": "https://github.com/spryker-sdk/evaluator/tree/0.1.0" + "source": "https://github.com/spryker-sdk/evaluator/tree/0.1.3" }, - "time": "2023-06-14T15:03:17+00:00" + "time": "2023-07-25T09:03:46+00:00" }, { "name": "spryker-sdk/security-checker", @@ -10867,16 +10848,16 @@ }, { "name": "spryker-shop/customer-page", - "version": "2.42.0", + "version": "2.43.0", "source": { "type": "git", "url": "https://github.com/spryker-shop/customer-page.git", - "reference": "b3374e42584922dfaa31ad468afcb0b624d53da4" + "reference": "93c8ae52879fa94ef1a325d7d5c841a7c9c4a169" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/customer-page/zipball/b3374e42584922dfaa31ad468afcb0b624d53da4", - "reference": "b3374e42584922dfaa31ad468afcb0b624d53da4", + "url": "https://api.github.com/repos/spryker-shop/customer-page/zipball/93c8ae52879fa94ef1a325d7d5c841a7c9c4a169", + "reference": "93c8ae52879fa94ef1a325d7d5c841a7c9c4a169", "shasum": "" }, "require": { @@ -10957,9 +10938,9 @@ ], "description": "CustomerPage module", "support": { - "source": "https://github.com/spryker-shop/customer-page/tree/2.42.0" + "source": "https://github.com/spryker-shop/customer-page/tree/2.43.0" }, - "time": "2023-06-16T12:23:11+00:00" + "time": "2023-07-06T09:11:57+00:00" }, { "name": "spryker-shop/customer-page-extension", @@ -11934,20 +11915,20 @@ }, { "name": "spryker-shop/merchant-sales-return-widget", - "version": "1.0.0", + "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/spryker-shop/merchant-sales-return-widget.git", - "reference": "49d19d27fed7a433295bc425945fb9c445403632" + "reference": "5527e1315a776f0ad4e3a243c25d7032ff3c3569" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/merchant-sales-return-widget/zipball/49d19d27fed7a433295bc425945fb9c445403632", - "reference": "49d19d27fed7a433295bc425945fb9c445403632", + "url": "https://api.github.com/repos/spryker-shop/merchant-sales-return-widget/zipball/5527e1315a776f0ad4e3a243c25d7032ff3c3569", + "reference": "5527e1315a776f0ad4e3a243c25d7032ff3c3569", "shasum": "" }, "require": { - "php": ">=7.3", + "php": ">=8.0", "spryker-shop/shop-application-extension": "^1.2.0", "spryker-shop/shop-ui": "^1.52.0", "spryker/kernel": "^3.30.0", @@ -11959,7 +11940,7 @@ "spryker/code-sniffer": "*" }, "suggest": { - "spryker-shop/sales-return-page": "Add the module if you want to use return-create-link molecule." + "spryker-shop/sales-return-page": "Add the module if you want to use return-create-link molecule: ^1.7.0" }, "type": "library", "extra": { @@ -11978,9 +11959,9 @@ ], "description": "MerchantSalesReturnWidget module", "support": { - "source": "https://github.com/spryker-shop/merchant-sales-return-widget/tree/1.0.0" + "source": "https://github.com/spryker-shop/merchant-sales-return-widget/tree/1.0.1" }, - "time": "2021-08-16T16:27:49+00:00" + "time": "2023-05-16T16:26:20+00:00" }, { "name": "spryker-shop/merchant-search-widget", @@ -14679,16 +14660,16 @@ }, { "name": "spryker-shop/quote-request-agent-page", - "version": "3.2.0", + "version": "3.3.0", "source": { "type": "git", "url": "https://github.com/spryker-shop/quote-request-agent-page.git", - "reference": "91a4cbebbe3e779c7f972bc07b83a712844b051b" + "reference": "3a84b006929a0a447d300a5e41bfab43fa567c33" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/quote-request-agent-page/zipball/91a4cbebbe3e779c7f972bc07b83a712844b051b", - "reference": "91a4cbebbe3e779c7f972bc07b83a712844b051b", + "url": "https://api.github.com/repos/spryker-shop/quote-request-agent-page/zipball/3a84b006929a0a447d300a5e41bfab43fa567c33", + "reference": "3a84b006929a0a447d300a5e41bfab43fa567c33", "shasum": "" }, "require": { @@ -14696,12 +14677,13 @@ "spryker-shop/checkout-page-extension": "^1.2.0", "spryker-shop/quote-request-agent-page-extension": "^1.0.0", "spryker-shop/shop-application": "^1.2.0", - "spryker-shop/shop-ui": "^1.28.1", + "spryker-shop/shop-ui": "^1.69.0", "spryker/application": "^3.8.0", "spryker/cart": "^5.9.0 || ^7.0.0", "spryker/company-user": "^2.10.0", "spryker/customer": "^7.0.0", "spryker/kernel": "^3.52.0", + "spryker/locale": "^3.0.0 || ^4.0.0", "spryker/messenger": "^3.0.0", "spryker/persistent-cart": "^3.0.0", "spryker/price": "^5.0.0", @@ -14752,9 +14734,9 @@ ], "description": "QuoteRequestAgentPage module", "support": { - "source": "https://github.com/spryker-shop/quote-request-agent-page/tree/3.2.0" + "source": "https://github.com/spryker-shop/quote-request-agent-page/tree/3.3.0" }, - "time": "2022-11-24T12:58:31+00:00" + "time": "2023-05-29T08:40:55+00:00" }, { "name": "spryker-shop/quote-request-agent-page-extension", @@ -15427,16 +15409,16 @@ }, { "name": "spryker-shop/sales-return-page", - "version": "1.6.0", + "version": "1.7.0", "source": { "type": "git", "url": "https://github.com/spryker-shop/sales-return-page.git", - "reference": "587afc65325e2409e8f174b06e553d5010f3cebc" + "reference": "e5f9b983169dc28361264c12e31b4994e7eeffc2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/sales-return-page/zipball/587afc65325e2409e8f174b06e553d5010f3cebc", - "reference": "587afc65325e2409e8f174b06e553d5010f3cebc", + "url": "https://api.github.com/repos/spryker-shop/sales-return-page/zipball/e5f9b983169dc28361264c12e31b4994e7eeffc2", + "reference": "e5f9b983169dc28361264c12e31b4994e7eeffc2", "shasum": "" }, "require": { @@ -15488,9 +15470,9 @@ ], "description": "SalesReturnPage module", "support": { - "source": "https://github.com/spryker-shop/sales-return-page/tree/1.6.0" + "source": "https://github.com/spryker-shop/sales-return-page/tree/1.7.0" }, - "time": "2023-04-18T14:01:21+00:00" + "time": "2023-05-16T16:26:20+00:00" }, { "name": "spryker-shop/sales-return-page-extension", @@ -16300,16 +16282,16 @@ }, { "name": "spryker-shop/shop-ui", - "version": "1.70.0", + "version": "1.71.0", "source": { "type": "git", "url": "https://github.com/spryker-shop/shop-ui.git", - "reference": "93e666adac5a20344bce22dfb22ac85dfeb76631" + "reference": "688ca5a02955d6443dbf2a192f0c0d052c3c7298" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/shop-ui/zipball/93e666adac5a20344bce22dfb22ac85dfeb76631", - "reference": "93e666adac5a20344bce22dfb22ac85dfeb76631", + "url": "https://api.github.com/repos/spryker-shop/shop-ui/zipball/688ca5a02955d6443dbf2a192f0c0d052c3c7298", + "reference": "688ca5a02955d6443dbf2a192f0c0d052c3c7298", "shasum": "" }, "require": { @@ -16357,9 +16339,9 @@ ], "description": "ShopUi module", "support": { - "source": "https://github.com/spryker-shop/shop-ui/tree/1.70.0" + "source": "https://github.com/spryker-shop/shop-ui/tree/1.71.0" }, - "time": "2023-06-16T12:23:11+00:00" + "time": "2023-07-03T12:28:35+00:00" }, { "name": "spryker-shop/shopping-list-note-widget", @@ -17175,16 +17157,16 @@ }, { "name": "spryker/acl-merchant-portal", - "version": "1.10.1", + "version": "1.11.0", "source": { "type": "git", "url": "https://github.com/spryker/acl-merchant-portal.git", - "reference": "46ec41722db2a9268c27e367090a3b773229c82b" + "reference": "492e339450bd80fe15b25b2bd92df8b79012d08c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/acl-merchant-portal/zipball/46ec41722db2a9268c27e367090a3b773229c82b", - "reference": "46ec41722db2a9268c27e367090a3b773229c82b", + "url": "https://api.github.com/repos/spryker/acl-merchant-portal/zipball/492e339450bd80fe15b25b2bd92df8b79012d08c", + "reference": "492e339450bd80fe15b25b2bd92df8b79012d08c", "shasum": "" }, "require": { @@ -17228,9 +17210,9 @@ ], "description": "AclMerchantPortal module", "support": { - "source": "https://github.com/spryker/acl-merchant-portal/tree/1.10.1" + "source": "https://github.com/spryker/acl-merchant-portal/tree/1.11.0" }, - "time": "2023-05-24T11:26:01+00:00" + "time": "2023-07-03T12:00:48+00:00" }, { "name": "spryker/acl-merchant-portal-extension", @@ -17275,16 +17257,16 @@ }, { "name": "spryker/agent", - "version": "1.5.2", + "version": "1.6.0", "source": { "type": "git", "url": "https://github.com/spryker/agent.git", - "reference": "29660eca7c02a00f53eb9dbb5543370b55209f8c" + "reference": "6dd2143aaf193f08356d3df0e9a2a431df0bce78" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/agent/zipball/29660eca7c02a00f53eb9dbb5543370b55209f8c", - "reference": "29660eca7c02a00f53eb9dbb5543370b55209f8c", + "url": "https://api.github.com/repos/spryker/agent/zipball/6dd2143aaf193f08356d3df0e9a2a431df0bce78", + "reference": "6dd2143aaf193f08356d3df0e9a2a431df0bce78", "shasum": "" }, "require": { @@ -17323,9 +17305,9 @@ ], "description": "Agent module", "support": { - "source": "https://github.com/spryker/agent/tree/1.5.2" + "source": "https://github.com/spryker/agent/tree/1.6.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-07-13T08:31:14+00:00" }, { "name": "spryker/agent-auth-rest-api", @@ -17565,16 +17547,16 @@ }, { "name": "spryker/application", - "version": "3.32.0", + "version": "3.32.1", "source": { "type": "git", "url": "https://github.com/spryker/application.git", - "reference": "9b9026398e66979e04f62a2cbc83871dfd235fc1" + "reference": "86c27e0e946f0ffcd3bcc52a7f223dea8c30bfc8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/application/zipball/9b9026398e66979e04f62a2cbc83871dfd235fc1", - "reference": "9b9026398e66979e04f62a2cbc83871dfd235fc1", + "url": "https://api.github.com/repos/spryker/application/zipball/86c27e0e946f0ffcd3bcc52a7f223dea8c30bfc8", + "reference": "86c27e0e946f0ffcd3bcc52a7f223dea8c30bfc8", "shasum": "" }, "require": { @@ -17626,9 +17608,9 @@ ], "description": "Application module", "support": { - "source": "https://github.com/spryker/application/tree/3.32.0" + "source": "https://github.com/spryker/application/tree/3.32.1" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-06-30T14:52:52+00:00" }, { "name": "spryker/application-extension", @@ -21018,16 +21000,16 @@ }, { "name": "spryker/category-page-search", - "version": "2.2.1", + "version": "2.2.2", "source": { "type": "git", "url": "https://github.com/spryker/category-page-search.git", - "reference": "c6053073009d531bc547a57ddc75b95171f4481f" + "reference": "5e9200658ea4066b369934f9400b8b4a1f75f951" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/category-page-search/zipball/c6053073009d531bc547a57ddc75b95171f4481f", - "reference": "c6053073009d531bc547a57ddc75b95171f4481f", + "url": "https://api.github.com/repos/spryker/category-page-search/zipball/5e9200658ea4066b369934f9400b8b4a1f75f951", + "reference": "5e9200658ea4066b369934f9400b8b4a1f75f951", "shasum": "" }, "require": { @@ -21079,22 +21061,22 @@ ], "description": "CategoryPageSearch module", "support": { - "source": "https://github.com/spryker/category-page-search/tree/2.2.1" + "source": "https://github.com/spryker/category-page-search/tree/2.2.2" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-05-25T10:00:30+00:00" }, { "name": "spryker/category-storage", - "version": "2.7.0", + "version": "2.7.1", "source": { "type": "git", "url": "https://github.com/spryker/category-storage.git", - "reference": "d2c985b97f160a31384ae40894a0ae96f1188f25" + "reference": "150bdb7bc3a8f0c8ac7fc76d9f75ec4c9fd24e48" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/category-storage/zipball/d2c985b97f160a31384ae40894a0ae96f1188f25", - "reference": "d2c985b97f160a31384ae40894a0ae96f1188f25", + "url": "https://api.github.com/repos/spryker/category-storage/zipball/150bdb7bc3a8f0c8ac7fc76d9f75ec4c9fd24e48", + "reference": "150bdb7bc3a8f0c8ac7fc76d9f75ec4c9fd24e48", "shasum": "" }, "require": { @@ -21151,9 +21133,9 @@ ], "description": "CategoryStorage module", "support": { - "source": "https://github.com/spryker/category-storage/tree/2.7.0" + "source": "https://github.com/spryker/category-storage/tree/2.7.1" }, - "time": "2023-04-20T13:53:42+00:00" + "time": "2023-06-07T12:29:41+00:00" }, { "name": "spryker/chart", @@ -23956,24 +23938,25 @@ }, { "name": "spryker/cms-user-connector", - "version": "1.1.1", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/spryker/cms-user-connector.git", - "reference": "ee3784ee143f13d66c315a8bb6ec5a722533ae49" + "reference": "e46bc404407f37f05ff229811a0dc667dd085d7f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-user-connector/zipball/ee3784ee143f13d66c315a8bb6ec5a722533ae49", - "reference": "ee3784ee143f13d66c315a8bb6ec5a722533ae49", + "url": "https://api.github.com/repos/spryker/cms-user-connector/zipball/e46bc404407f37f05ff229811a0dc667dd085d7f", + "reference": "e46bc404407f37f05ff229811a0dc667dd085d7f", "shasum": "" }, "require": { - "php": ">=7.2", + "php": ">=8.0", "spryker/cms": "^5.0.0 || ^6.0.0 || ^7.0.0", "spryker/cms-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/user": "^3.0.1" + "spryker/transfer": "^3.27.0", + "spryker/user": "^3.17.0" }, "require-dev": { "spryker/code-sniffer": "*", @@ -23997,9 +23980,9 @@ ], "description": "CmsUserConnector module", "support": { - "source": "https://github.com/spryker/cms-user-connector/tree/1.1.1" + "source": "https://github.com/spryker/cms-user-connector/tree/1.3.0" }, - "time": "2020-05-29T13:08:37+00:00" + "time": "2023-03-03T10:26:17+00:00" }, { "name": "spryker/collector", @@ -25217,20 +25200,20 @@ }, { "name": "spryker/company-role-gui", - "version": "1.8.0", + "version": "1.8.1", "source": { "type": "git", "url": "https://github.com/spryker/company-role-gui.git", - "reference": "3ea8ab51c6d8b25e15cb6803ee2d758812535bd5" + "reference": "55d7c30a26341f196f15d0b941f3d8c13d2b1f60" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-role-gui/zipball/3ea8ab51c6d8b25e15cb6803ee2d758812535bd5", - "reference": "3ea8ab51c6d8b25e15cb6803ee2d758812535bd5", + "url": "https://api.github.com/repos/spryker/company-role-gui/zipball/55d7c30a26341f196f15d0b941f3d8c13d2b1f60", + "reference": "55d7c30a26341f196f15d0b941f3d8c13d2b1f60", "shasum": "" }, "require": { - "php": ">=7.4", + "php": ">=8.0", "spryker/business-on-behalf-gui-extension": "^1.0.0", "spryker/company": "^1.1.0", "spryker/company-role": "^1.4.0", @@ -25263,9 +25246,9 @@ ], "description": "CompanyRoleGui module", "support": { - "source": "https://github.com/spryker/company-role-gui/tree/1.8.0" + "source": "https://github.com/spryker/company-role-gui/tree/1.8.1" }, - "time": "2022-09-19T06:48:51+00:00" + "time": "2023-07-12T07:56:12+00:00" }, { "name": "spryker/company-role-gui-extension", @@ -26068,16 +26051,16 @@ }, { "name": "spryker/company-user-gui", - "version": "1.10.1", + "version": "1.10.2", "source": { "type": "git", "url": "https://github.com/spryker/company-user-gui.git", - "reference": "17beeafa4d5b23f71095a5f2b63d92fb13a322f8" + "reference": "f23b147e0b78bc5492cdc748b105c15937a738ee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-user-gui/zipball/17beeafa4d5b23f71095a5f2b63d92fb13a322f8", - "reference": "17beeafa4d5b23f71095a5f2b63d92fb13a322f8", + "url": "https://api.github.com/repos/spryker/company-user-gui/zipball/f23b147e0b78bc5492cdc748b105c15937a738ee", + "reference": "f23b147e0b78bc5492cdc748b105c15937a738ee", "shasum": "" }, "require": { @@ -26113,9 +26096,9 @@ ], "description": "CompanyUserGui module", "support": { - "source": "https://github.com/spryker/company-user-gui/tree/1.10.1" + "source": "https://github.com/spryker/company-user-gui/tree/1.10.2" }, - "time": "2022-10-27T12:32:50+00:00" + "time": "2023-07-12T07:56:12+00:00" }, { "name": "spryker/company-user-gui-extension", @@ -28638,16 +28621,16 @@ }, { "name": "spryker/customer", - "version": "7.51.3", + "version": "7.51.4", "source": { "type": "git", "url": "https://github.com/spryker/customer.git", - "reference": "5e449f5e0b2a24d3dd528d91f6915e6a679dd790" + "reference": "5986c56d94e35fa3b332a4dbb700efb4ef1f54f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/customer/zipball/5e449f5e0b2a24d3dd528d91f6915e6a679dd790", - "reference": "5e449f5e0b2a24d3dd528d91f6915e6a679dd790", + "url": "https://api.github.com/repos/spryker/customer/zipball/5986c56d94e35fa3b332a4dbb700efb4ef1f54f4", + "reference": "5986c56d94e35fa3b332a4dbb700efb4ef1f54f4", "shasum": "" }, "require": { @@ -28714,9 +28697,9 @@ ], "description": "Customer module", "support": { - "source": "https://github.com/spryker/customer/tree/7.51.3" + "source": "https://github.com/spryker/customer/tree/7.51.4" }, - "time": "2023-06-16T12:23:09+00:00" + "time": "2023-07-12T07:56:12+00:00" }, { "name": "spryker/customer-access", @@ -29936,16 +29919,16 @@ }, { "name": "spryker/discount", - "version": "9.33.1", + "version": "9.34.0", "source": { "type": "git", "url": "https://github.com/spryker/discount.git", - "reference": "98507dcd232691ea06c5b6b4cf3ed99d2e53824c" + "reference": "833af3d4e77526156eb6913a5a867682d23839ef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/discount/zipball/98507dcd232691ea06c5b6b4cf3ed99d2e53824c", - "reference": "98507dcd232691ea06c5b6b4cf3ed99d2e53824c", + "url": "https://api.github.com/repos/spryker/discount/zipball/833af3d4e77526156eb6913a5a867682d23839ef", + "reference": "833af3d4e77526156eb6913a5a867682d23839ef", "shasum": "" }, "require": { @@ -30008,9 +29991,9 @@ ], "description": "Discount module", "support": { - "source": "https://github.com/spryker/discount/tree/9.33.1" + "source": "https://github.com/spryker/discount/tree/9.34.0" }, - "time": "2023-04-12T15:59:20+00:00" + "time": "2023-06-22T08:06:14+00:00" }, { "name": "spryker/discount-calculation-connector", @@ -30109,20 +30092,20 @@ }, { "name": "spryker/discount-merchant-sales-order", - "version": "1.0.0", + "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/spryker/discount-merchant-sales-order.git", - "reference": "07faefe7fa54aef8ae89207cc4313296a2d3b56b" + "reference": "51581c4fbd6571871e72f4c7431a3a33477a629f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/discount-merchant-sales-order/zipball/07faefe7fa54aef8ae89207cc4313296a2d3b56b", - "reference": "07faefe7fa54aef8ae89207cc4313296a2d3b56b", + "url": "https://api.github.com/repos/spryker/discount-merchant-sales-order/zipball/51581c4fbd6571871e72f4c7431a3a33477a629f", + "reference": "51581c4fbd6571871e72f4c7431a3a33477a629f", "shasum": "" }, "require": { - "php": ">=7.3", + "php": ">=8.0", "spryker/kernel": "^3.33.0", "spryker/merchant-sales-order-extension": "^1.0.0" }, @@ -30131,6 +30114,7 @@ "spryker/merchant-sales-order": "*", "spryker/propel": "*", "spryker/sales": "*", + "spryker/shipment": "*", "spryker/testify": "*" }, "type": "library", @@ -30150,9 +30134,9 @@ ], "description": "DiscountMerchantSalesOrder module", "support": { - "source": "https://github.com/spryker/discount-merchant-sales-order/tree/1.0.0" + "source": "https://github.com/spryker/discount-merchant-sales-order/tree/1.0.1" }, - "time": "2021-08-16T16:27:47+00:00" + "time": "2023-06-06T15:14:45+00:00" }, { "name": "spryker/discount-merchant-sales-order-gui", @@ -31874,16 +31858,16 @@ }, { "name": "spryker/glue-application", - "version": "1.53.0", + "version": "1.57.0", "source": { "type": "git", "url": "https://github.com/spryker/glue-application.git", - "reference": "cf9b0e66f266a665acdbf03609ff47099ac26a77" + "reference": "6a3eea0bf26f04375b6813555f5f9f64c8473803" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/glue-application/zipball/cf9b0e66f266a665acdbf03609ff47099ac26a77", - "reference": "cf9b0e66f266a665acdbf03609ff47099ac26a77", + "url": "https://api.github.com/repos/spryker/glue-application/zipball/6a3eea0bf26f04375b6813555f5f9f64c8473803", + "reference": "6a3eea0bf26f04375b6813555f5f9f64c8473803", "shasum": "" }, "require": { @@ -31895,7 +31879,7 @@ "spryker/documentation-generator-api-extension": "^1.0.0", "spryker/documentation-generator-rest-api-extension": "^1.0.0", "spryker/event-dispatcher-extension": "^1.0.0", - "spryker/glue-application-extension": "^1.13.0", + "spryker/glue-application-extension": "^1.14.0", "spryker/kernel": "^3.58.0", "spryker/log": "^3.0.0", "spryker/session": "^3.0.0 || ^4.0.0", @@ -31935,9 +31919,9 @@ ], "description": "GlueApplication module", "support": { - "source": "https://github.com/spryker/glue-application/tree/1.53.0" + "source": "https://github.com/spryker/glue-application/tree/1.57.0" }, - "time": "2023-04-25T12:55:27+00:00" + "time": "2023-07-20T15:05:10+00:00" }, { "name": "spryker/glue-application-authorization-connector-extension", @@ -31982,20 +31966,20 @@ }, { "name": "spryker/glue-application-extension", - "version": "1.13.0", + "version": "1.14.0", "source": { "type": "git", "url": "https://github.com/spryker/glue-application-extension.git", - "reference": "9d915e60284a2bdecc0b1df8c0dd80b5fbc5715b" + "reference": "2110960384d2f2e43dca02c680332826acc38102" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/glue-application-extension/zipball/9d915e60284a2bdecc0b1df8c0dd80b5fbc5715b", - "reference": "9d915e60284a2bdecc0b1df8c0dd80b5fbc5715b", + "url": "https://api.github.com/repos/spryker/glue-application-extension/zipball/2110960384d2f2e43dca02c680332826acc38102", + "reference": "2110960384d2f2e43dca02c680332826acc38102", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=8.0" }, "require-dev": { "spryker/application": "*", @@ -32027,9 +32011,9 @@ ], "description": "GlueApplicationExtension module", "support": { - "source": "https://github.com/spryker/glue-application-extension/tree/1.13.0" + "source": "https://github.com/spryker/glue-application-extension/tree/1.14.0" }, - "time": "2022-09-20T11:45:04+00:00" + "time": "2023-07-18T14:25:47+00:00" }, { "name": "spryker/glue-backend-api-application", @@ -33312,16 +33296,16 @@ }, { "name": "spryker/locale", - "version": "4.0.1", + "version": "4.1.0", "source": { "type": "git", "url": "https://github.com/spryker/locale.git", - "reference": "15f14d48330cd3e90ebb84089352f25514d329d2" + "reference": "71be6de97df74807c0eeb2e848ec752366b246b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/locale/zipball/15f14d48330cd3e90ebb84089352f25514d329d2", - "reference": "15f14d48330cd3e90ebb84089352f25514d329d2", + "url": "https://api.github.com/repos/spryker/locale/zipball/71be6de97df74807c0eeb2e848ec752366b246b5", + "reference": "71be6de97df74807c0eeb2e848ec752366b246b5", "shasum": "" }, "require": { @@ -33375,9 +33359,9 @@ ], "description": "Locale module", "support": { - "source": "https://github.com/spryker/locale/tree/4.0.1" + "source": "https://github.com/spryker/locale/tree/4.1.0" }, - "time": "2023-05-05T18:20:59+00:00" + "time": "2023-07-11T10:55:36+00:00" }, { "name": "spryker/locale-data-import", @@ -33760,16 +33744,16 @@ }, { "name": "spryker/merchant", - "version": "3.7.0", + "version": "3.7.1", "source": { "type": "git", "url": "https://github.com/spryker/merchant.git", - "reference": "e6013c11278d692f2bb2ed40eb5d870de22634ef" + "reference": "fc9043993bae8300d51667b6fc3480ea4959f13f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant/zipball/e6013c11278d692f2bb2ed40eb5d870de22634ef", - "reference": "e6013c11278d692f2bb2ed40eb5d870de22634ef", + "url": "https://api.github.com/repos/spryker/merchant/zipball/fc9043993bae8300d51667b6fc3480ea4959f13f", + "reference": "fc9043993bae8300d51667b6fc3480ea4959f13f", "shasum": "" }, "require": { @@ -33816,9 +33800,9 @@ ], "description": "Merchant module", "support": { - "source": "https://github.com/spryker/merchant/tree/3.7.0" + "source": "https://github.com/spryker/merchant/tree/3.7.1" }, - "time": "2023-05-22T19:10:17+00:00" + "time": "2023-06-16T09:24:47+00:00" }, { "name": "spryker/merchant-categories-rest-api", @@ -35028,16 +35012,16 @@ }, { "name": "spryker/merchant-product-offer-search", - "version": "1.5.0", + "version": "1.6.0", "source": { "type": "git", "url": "https://github.com/spryker/merchant-product-offer-search.git", - "reference": "6832f7ac286e83db3e1ba476a04725d1a2f0d36a" + "reference": "43919c86ea5e845a776b1d9edb3b51e9f58ed79e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-product-offer-search/zipball/6832f7ac286e83db3e1ba476a04725d1a2f0d36a", - "reference": "6832f7ac286e83db3e1ba476a04725d1a2f0d36a", + "url": "https://api.github.com/repos/spryker/merchant-product-offer-search/zipball/43919c86ea5e845a776b1d9edb3b51e9f58ed79e", + "reference": "43919c86ea5e845a776b1d9edb3b51e9f58ed79e", "shasum": "" }, "require": { @@ -35093,9 +35077,9 @@ ], "description": "MerchantProductOfferSearch module", "support": { - "source": "https://github.com/spryker/merchant-product-offer-search/tree/1.5.0" + "source": "https://github.com/spryker/merchant-product-offer-search/tree/1.6.0" }, - "time": "2023-04-21T08:15:01+00:00" + "time": "2023-07-03T09:56:58+00:00" }, { "name": "spryker/merchant-product-offer-shopping-lists-rest-api", @@ -35348,16 +35332,16 @@ }, { "name": "spryker/merchant-product-option-data-import", - "version": "0.2.1", + "version": "0.2.2", "source": { "type": "git", "url": "https://github.com/spryker/merchant-product-option-data-import.git", - "reference": "36d6f3e0796a9dc923f3d86a0ae16789d5f7d1cc" + "reference": "5f0a3ce9045ee43d03cec34a862655921939e05d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-product-option-data-import/zipball/36d6f3e0796a9dc923f3d86a0ae16789d5f7d1cc", - "reference": "36d6f3e0796a9dc923f3d86a0ae16789d5f7d1cc", + "url": "https://api.github.com/repos/spryker/merchant-product-option-data-import/zipball/5f0a3ce9045ee43d03cec34a862655921939e05d", + "reference": "5f0a3ce9045ee43d03cec34a862655921939e05d", "shasum": "" }, "require": { @@ -35390,9 +35374,9 @@ ], "description": "MerchantProductOptionDataImport module", "support": { - "source": "https://github.com/spryker/merchant-product-option-data-import/tree/0.2.1" + "source": "https://github.com/spryker/merchant-product-option-data-import/tree/0.2.2" }, - "time": "2022-12-29T12:04:01+00:00" + "time": "2023-05-24T11:26:01+00:00" }, { "name": "spryker/merchant-product-option-gui", @@ -35870,16 +35854,16 @@ }, { "name": "spryker/merchant-profile-merchant-portal-gui", - "version": "2.3.0", + "version": "2.3.1", "source": { "type": "git", "url": "https://github.com/spryker/merchant-profile-merchant-portal-gui.git", - "reference": "66ec12b8440f9923624f009fb540fc6b1a4b196c" + "reference": "2b9666b7b0cbc878d2b92231026459f0fdf3a2d5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-profile-merchant-portal-gui/zipball/66ec12b8440f9923624f009fb540fc6b1a4b196c", - "reference": "66ec12b8440f9923624f009fb540fc6b1a4b196c", + "url": "https://api.github.com/repos/spryker/merchant-profile-merchant-portal-gui/zipball/2b9666b7b0cbc878d2b92231026459f0fdf3a2d5", + "reference": "2b9666b7b0cbc878d2b92231026459f0fdf3a2d5", "shasum": "" }, "require": { @@ -35899,7 +35883,8 @@ "spryker/zed-ui": "^2.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -35918,9 +35903,9 @@ ], "description": "MerchantProfileMerchantPortalGui module", "support": { - "source": "https://github.com/spryker/merchant-profile-merchant-portal-gui/tree/2.3.0" + "source": "https://github.com/spryker/merchant-profile-merchant-portal-gui/tree/2.3.1" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-06-06T12:14:08+00:00" }, { "name": "spryker/merchant-relationship", @@ -36598,16 +36583,16 @@ }, { "name": "spryker/merchant-sales-order-data-export", - "version": "0.2.1", + "version": "0.2.2", "source": { "type": "git", "url": "https://github.com/spryker/merchant-sales-order-data-export.git", - "reference": "3ed197f30193cb7aacf96d3e774b861630ccf894" + "reference": "bec3b20b5ea5deaec53283d2d1223303622038ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-sales-order-data-export/zipball/3ed197f30193cb7aacf96d3e774b861630ccf894", - "reference": "3ed197f30193cb7aacf96d3e774b861630ccf894", + "url": "https://api.github.com/repos/spryker/merchant-sales-order-data-export/zipball/bec3b20b5ea5deaec53283d2d1223303622038ab", + "reference": "bec3b20b5ea5deaec53283d2d1223303622038ab", "shasum": "" }, "require": { @@ -36652,9 +36637,9 @@ ], "description": "MerchantSalesOrderDataExport module", "support": { - "source": "https://github.com/spryker/merchant-sales-order-data-export/tree/0.2.1" + "source": "https://github.com/spryker/merchant-sales-order-data-export/tree/0.2.2" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-06-06T15:14:45+00:00" }, { "name": "spryker/merchant-sales-order-extension", @@ -37759,23 +37744,23 @@ }, { "name": "spryker/message-broker-aws", - "version": "1.4.2", + "version": "1.4.3", "source": { "type": "git", "url": "https://github.com/spryker/message-broker-aws.git", - "reference": "f720e73bf61f810faa1c80ef766fe0d706fa8964" + "reference": "5cc230af8d486356b66990567082f632b7bb4ae7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/message-broker-aws/zipball/f720e73bf61f810faa1c80ef766fe0d706fa8964", - "reference": "f720e73bf61f810faa1c80ef766fe0d706fa8964", + "url": "https://api.github.com/repos/spryker/message-broker-aws/zipball/5cc230af8d486356b66990567082f632b7bb4ae7", + "reference": "5cc230af8d486356b66990567082f632b7bb4ae7", "shasum": "" }, "require": { "async-aws/core": "^1.10.0", "async-aws/sns": "^1.0.0", "async-aws/sqs": "^1.0.0", - "aws/aws-sdk-php": "^3.247.0", + "aws/aws-sdk-php": "^3.263.14", "php": ">=8.0", "spryker/guzzle": "^2.0.0", "spryker/kernel": "^3.30.0", @@ -37813,9 +37798,9 @@ ], "description": "MessageBrokerAws module", "support": { - "source": "https://github.com/spryker/message-broker-aws/tree/1.4.2" + "source": "https://github.com/spryker/message-broker-aws/tree/1.4.3" }, - "time": "2023-05-05T18:20:59+00:00" + "time": "2023-06-22T13:12:04+00:00" }, { "name": "spryker/message-broker-extension", @@ -38730,16 +38715,16 @@ }, { "name": "spryker/oauth", - "version": "2.10.0", + "version": "2.11.0", "source": { "type": "git", "url": "https://github.com/spryker/oauth.git", - "reference": "da9d97d006c3fa2255fd00fb96ad30e2eaa13f20" + "reference": "1fe3b46b26e0986e288facde0cb3d8b3c3ef9867" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/oauth/zipball/da9d97d006c3fa2255fd00fb96ad30e2eaa13f20", - "reference": "da9d97d006c3fa2255fd00fb96ad30e2eaa13f20", + "url": "https://api.github.com/repos/spryker/oauth/zipball/1fe3b46b26e0986e288facde0cb3d8b3c3ef9867", + "reference": "1fe3b46b26e0986e288facde0cb3d8b3c3ef9867", "shasum": "" }, "require": { @@ -38788,26 +38773,26 @@ ], "description": "Oauth module", "support": { - "source": "https://github.com/spryker/oauth/tree/2.10.0" + "source": "https://github.com/spryker/oauth/tree/2.11.0" }, - "time": "2023-05-18T11:08:04+00:00" + "time": "2023-07-21T10:16:46+00:00" }, { "name": "spryker/oauth-agent-connector", - "version": "1.0.2", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/spryker/oauth-agent-connector.git", - "reference": "aed0a499d0f42f2af7fe9f82a7bdc8d8443236b6" + "reference": "0b862f542401850ce3ceea75828ed1458febb2f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/oauth-agent-connector/zipball/aed0a499d0f42f2af7fe9f82a7bdc8d8443236b6", - "reference": "aed0a499d0f42f2af7fe9f82a7bdc8d8443236b6", + "url": "https://api.github.com/repos/spryker/oauth-agent-connector/zipball/0b862f542401850ce3ceea75828ed1458febb2f5", + "reference": "0b862f542401850ce3ceea75828ed1458febb2f5", "shasum": "" }, "require": { - "php": ">=7.2", + "php": ">=8.0", "psr/http-message": "^1.0.0", "spryker/agent": "^1.0.0", "spryker/kernel": "^3.30.0", @@ -38843,9 +38828,9 @@ ], "description": "OauthAgentConnector module", "support": { - "source": "https://github.com/spryker/oauth-agent-connector/tree/1.0.2" + "source": "https://github.com/spryker/oauth-agent-connector/tree/1.1.0" }, - "time": "2020-10-09T11:31:07+00:00" + "time": "2023-04-25T15:38:42+00:00" }, { "name": "spryker/oauth-api", @@ -39725,18 +39710,73 @@ }, "time": "2023-03-16T13:08:01+00:00" }, + { + "name": "spryker/oauth-warehouse", + "version": "0.1.1", + "source": { + "type": "git", + "url": "https://github.com/spryker/oauth-warehouse.git", + "reference": "b54f9d4e5c96324a23194eccc77003575cb9c15e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker/oauth-warehouse/zipball/b54f9d4e5c96324a23194eccc77003575cb9c15e", + "reference": "b54f9d4e5c96324a23194eccc77003575cb9c15e", + "shasum": "" + }, + "require": { + "php": ">=8.0", + "psr/http-message": "^1.0.0", + "spryker/authorization-extension": "^1.1.0", + "spryker/installer-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/oauth": "^2.4.0", + "spryker/oauth-extension": "^1.6.0", + "spryker/stock": "^8.7.0", + "spryker/transfer": "^3.27.0", + "spryker/util-encoding": "^2.0.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/installer": "If you want to use Installer plugins." + }, + "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": "OauthWarehouse module", + "support": { + "source": "https://github.com/spryker/oauth-warehouse/tree/0.1.1" + }, + "time": "2023-03-24T14:46:01+00:00" + }, { "name": "spryker/oms", - "version": "11.26.3", + "version": "11.26.5", "source": { "type": "git", "url": "https://github.com/spryker/oms.git", - "reference": "1fe4ca019883bbe38202d2ff14afbb724369061e" + "reference": "7677ff2d756f73191c4b1df1fe2aed04146bd400" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/oms/zipball/1fe4ca019883bbe38202d2ff14afbb724369061e", - "reference": "1fe4ca019883bbe38202d2ff14afbb724369061e", + "url": "https://api.github.com/repos/spryker/oms/zipball/7677ff2d756f73191c4b1df1fe2aed04146bd400", + "reference": "7677ff2d756f73191c4b1df1fe2aed04146bd400", "shasum": "" }, "require": { @@ -39769,6 +39809,7 @@ "spryker/container": "*", "spryker/customer": "*", "spryker/sales-payment": "*", + "spryker/shipment": "*", "spryker/testify": "*" }, "suggest": { @@ -39792,9 +39833,9 @@ ], "description": "Oms module", "support": { - "source": "https://github.com/spryker/oms/tree/11.26.3" + "source": "https://github.com/spryker/oms/tree/11.26.5" }, - "time": "2023-05-12T10:24:47+00:00" + "time": "2023-06-16T09:24:47+00:00" }, { "name": "spryker/oms-discount-connector", @@ -40272,16 +40313,16 @@ }, { "name": "spryker/payment", - "version": "5.14.0", + "version": "5.14.1", "source": { "type": "git", "url": "https://github.com/spryker/payment.git", - "reference": "53d8cb031d3d84bcd854688cc1e880489e89a250" + "reference": "3999cb4636d65f94c56733c99f9e43eb3aea6fcf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/payment/zipball/53d8cb031d3d84bcd854688cc1e880489e89a250", - "reference": "53d8cb031d3d84bcd854688cc1e880489e89a250", + "url": "https://api.github.com/repos/spryker/payment/zipball/3999cb4636d65f94c56733c99f9e43eb3aea6fcf", + "reference": "3999cb4636d65f94c56733c99f9e43eb3aea6fcf", "shasum": "" }, "require": { @@ -40336,9 +40377,9 @@ ], "description": "Payment module", "support": { - "source": "https://github.com/spryker/payment/tree/5.14.0" + "source": "https://github.com/spryker/payment/tree/5.14.1" }, - "time": "2023-06-07T12:04:33+00:00" + "time": "2023-06-16T09:24:47+00:00" }, { "name": "spryker/payment-cart-connector", @@ -40667,16 +40708,16 @@ }, { "name": "spryker/persistent-cart", - "version": "3.6.0", + "version": "3.7.0", "source": { "type": "git", "url": "https://github.com/spryker/persistent-cart.git", - "reference": "c69fee51e39bdc3735f7deb21009c2de26f18f4d" + "reference": "372ef7d377fd266be0a77c8fcb638642208cc84d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/persistent-cart/zipball/c69fee51e39bdc3735f7deb21009c2de26f18f4d", - "reference": "c69fee51e39bdc3735f7deb21009c2de26f18f4d", + "url": "https://api.github.com/repos/spryker/persistent-cart/zipball/372ef7d377fd266be0a77c8fcb638642208cc84d", + "reference": "372ef7d377fd266be0a77c8fcb638642208cc84d", "shasum": "" }, "require": { @@ -40719,9 +40760,9 @@ ], "description": "PersistentCart module", "support": { - "source": "https://github.com/spryker/persistent-cart/tree/3.6.0" + "source": "https://github.com/spryker/persistent-cart/tree/3.7.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-07-20T10:07:00+00:00" }, { "name": "spryker/persistent-cart-extension", @@ -41142,16 +41183,16 @@ }, { "name": "spryker/price-product", - "version": "4.42.0", + "version": "4.42.1", "source": { "type": "git", "url": "https://github.com/spryker/price-product.git", - "reference": "52a17cac9e012225b88dd04b00dd8ea5dfa09e45" + "reference": "0ed071fad704b9608d9e67c42a70a0b7355ad17e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/price-product/zipball/52a17cac9e012225b88dd04b00dd8ea5dfa09e45", - "reference": "52a17cac9e012225b88dd04b00dd8ea5dfa09e45", + "url": "https://api.github.com/repos/spryker/price-product/zipball/0ed071fad704b9608d9e67c42a70a0b7355ad17e", + "reference": "0ed071fad704b9608d9e67c42a70a0b7355ad17e", "shasum": "" }, "require": { @@ -41208,9 +41249,9 @@ ], "description": "PriceProduct module", "support": { - "source": "https://github.com/spryker/price-product/tree/4.42.0" + "source": "https://github.com/spryker/price-product/tree/4.42.1" }, - "time": "2023-05-02T09:41:12+00:00" + "time": "2023-06-06T14:54:59+00:00" }, { "name": "spryker/price-product-data-import", @@ -42504,16 +42545,16 @@ }, { "name": "spryker/product", - "version": "6.36.2", + "version": "6.36.3", "source": { "type": "git", "url": "https://github.com/spryker/product.git", - "reference": "66dcc7175979b96d47cfa01e534ffeca042a80c5" + "reference": "a1c280f867e5e3f8844eb2e01d8dea9723fc8c01" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product/zipball/66dcc7175979b96d47cfa01e534ffeca042a80c5", - "reference": "66dcc7175979b96d47cfa01e534ffeca042a80c5", + "url": "https://api.github.com/repos/spryker/product/zipball/a1c280f867e5e3f8844eb2e01d8dea9723fc8c01", + "reference": "a1c280f867e5e3f8844eb2e01d8dea9723fc8c01", "shasum": "" }, "require": { @@ -42563,9 +42604,9 @@ ], "description": "Product module", "support": { - "source": "https://github.com/spryker/product/tree/6.36.2" + "source": "https://github.com/spryker/product/tree/6.36.3" }, - "time": "2023-05-05T18:20:59+00:00" + "time": "2023-06-16T09:24:47+00:00" }, { "name": "spryker/product-abstract-data-feed", @@ -44643,16 +44684,16 @@ }, { "name": "spryker/product-configuration-shopping-lists-rest-api", - "version": "1.0.0", + "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/spryker/product-configuration-shopping-lists-rest-api.git", - "reference": "040fd7d71507dd40148402c3909f4df4ddfe41a6" + "reference": "27ec2f48eb313c14faf7cdafa8befc318cfab6b1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-configuration-shopping-lists-rest-api/zipball/040fd7d71507dd40148402c3909f4df4ddfe41a6", - "reference": "040fd7d71507dd40148402c3909f4df4ddfe41a6", + "url": "https://api.github.com/repos/spryker/product-configuration-shopping-lists-rest-api/zipball/27ec2f48eb313c14faf7cdafa8befc318cfab6b1", + "reference": "27ec2f48eb313c14faf7cdafa8befc318cfab6b1", "shasum": "" }, "require": { @@ -44685,9 +44726,9 @@ ], "description": "ProductConfigurationShoppingListsRestApi module", "support": { - "source": "https://github.com/spryker/product-configuration-shopping-lists-rest-api/tree/1.0.0" + "source": "https://github.com/spryker/product-configuration-shopping-lists-rest-api/tree/1.0.2" }, - "time": "2022-11-23T07:38:27+00:00" + "time": "2023-05-24T11:26:01+00:00" }, { "name": "spryker/product-configuration-shopping-lists-rest-api-extension", @@ -44799,16 +44840,16 @@ }, { "name": "spryker/product-configuration-wishlists-rest-api-extension", - "version": "1.0.0", + "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/spryker/product-configuration-wishlists-rest-api-extension.git", - "reference": "017f1de8b4ac143353876a870a4953a830b32735" + "reference": "c65fb47e384bcf10cc60b8084640e6cb528a9f02" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-configuration-wishlists-rest-api-extension/zipball/017f1de8b4ac143353876a870a4953a830b32735", - "reference": "017f1de8b4ac143353876a870a4953a830b32735", + "url": "https://api.github.com/repos/spryker/product-configuration-wishlists-rest-api-extension/zipball/c65fb47e384bcf10cc60b8084640e6cb528a9f02", + "reference": "c65fb47e384bcf10cc60b8084640e6cb528a9f02", "shasum": "" }, "require": { @@ -44834,9 +44875,9 @@ ], "description": "ProductConfigurationWishlistsRestApiExtension module", "support": { - "source": "https://github.com/spryker/product-configuration-wishlists-rest-api-extension/tree/1.0.0" + "source": "https://github.com/spryker/product-configuration-wishlists-rest-api-extension/tree/1.0.1" }, - "time": "2022-10-18T17:47:15+00:00" + "time": "2023-05-24T11:26:01+00:00" }, { "name": "spryker/product-configurations-price-product-volumes-rest-api", @@ -44889,16 +44930,16 @@ }, { "name": "spryker/product-configurations-rest-api", - "version": "1.0.1", + "version": "1.0.3", "source": { "type": "git", "url": "https://github.com/spryker/product-configurations-rest-api.git", - "reference": "2801b0e142a410ed9b748716767a168ad752726f" + "reference": "238c2cc872406b93c147ce6d5ccf81178b0dbaa2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-configurations-rest-api/zipball/2801b0e142a410ed9b748716767a168ad752726f", - "reference": "2801b0e142a410ed9b748716767a168ad752726f", + "url": "https://api.github.com/repos/spryker/product-configurations-rest-api/zipball/238c2cc872406b93c147ce6d5ccf81178b0dbaa2", + "reference": "238c2cc872406b93c147ce6d5ccf81178b0dbaa2", "shasum": "" }, "require": { @@ -44939,9 +44980,9 @@ ], "description": "ProductConfigurationsRestApi module", "support": { - "source": "https://github.com/spryker/product-configurations-rest-api/tree/1.0.1" + "source": "https://github.com/spryker/product-configurations-rest-api/tree/1.0.3" }, - "time": "2022-12-02T08:46:48+00:00" + "time": "2023-05-05T18:20:59+00:00" }, { "name": "spryker/product-configurations-rest-api-extension", @@ -49257,16 +49298,16 @@ }, { "name": "spryker/product-page-search", - "version": "3.30.0", + "version": "3.30.1", "source": { "type": "git", "url": "https://github.com/spryker/product-page-search.git", - "reference": "63d507e039ddaf22b73b43779c00cc385c2e0607" + "reference": "905ab770dd75d1b67fb90845cf6d34c3e9e89517" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-page-search/zipball/63d507e039ddaf22b73b43779c00cc385c2e0607", - "reference": "63d507e039ddaf22b73b43779c00cc385c2e0607", + "url": "https://api.github.com/repos/spryker/product-page-search/zipball/905ab770dd75d1b67fb90845cf6d34c3e9e89517", + "reference": "905ab770dd75d1b67fb90845cf6d34c3e9e89517", "shasum": "" }, "require": { @@ -49328,9 +49369,9 @@ ], "description": "ProductPageSearch module", "support": { - "source": "https://github.com/spryker/product-page-search/tree/3.30.0" + "source": "https://github.com/spryker/product-page-search/tree/3.30.1" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-06-30T08:58:40+00:00" }, { "name": "spryker/product-page-search-extension", @@ -50604,16 +50645,16 @@ }, { "name": "spryker/product-storage", - "version": "1.37.1", + "version": "1.38.0", "source": { "type": "git", "url": "https://github.com/spryker/product-storage.git", - "reference": "f5b23e5d49c222f192a1fba1c8270e7a78062d49" + "reference": "424ff5abad1843729079dfb563cd71a97cf134d1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-storage/zipball/f5b23e5d49c222f192a1fba1c8270e7a78062d49", - "reference": "f5b23e5d49c222f192a1fba1c8270e7a78062d49", + "url": "https://api.github.com/repos/spryker/product-storage/zipball/424ff5abad1843729079dfb563cd71a97cf134d1", + "reference": "424ff5abad1843729079dfb563cd71a97cf134d1", "shasum": "" }, "require": { @@ -50666,9 +50707,9 @@ ], "description": "ProductStorage module", "support": { - "source": "https://github.com/spryker/product-storage/tree/1.37.1" + "source": "https://github.com/spryker/product-storage/tree/1.38.0" }, - "time": "2023-05-05T18:20:59+00:00" + "time": "2023-06-05T10:22:03+00:00" }, { "name": "spryker/product-storage-extension", @@ -52281,16 +52322,16 @@ }, { "name": "spryker/refund", - "version": "5.7.1", + "version": "5.7.2", "source": { "type": "git", "url": "https://github.com/spryker/refund.git", - "reference": "d85968bc834a2c6f562606c45b342374b3a22d91" + "reference": "108fcc579a30134a38f53ae19cbe1cea6ec3f87b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/refund/zipball/d85968bc834a2c6f562606c45b342374b3a22d91", - "reference": "d85968bc834a2c6f562606c45b342374b3a22d91", + "url": "https://api.github.com/repos/spryker/refund/zipball/108fcc579a30134a38f53ae19cbe1cea6ec3f87b", + "reference": "108fcc579a30134a38f53ae19cbe1cea6ec3f87b", "shasum": "" }, "require": { @@ -52314,6 +52355,7 @@ "spryker/oms": "*", "spryker/propel": "^3.0.0", "spryker/propel-orm": "^1.0.0", + "spryker/shipment": "*", "spryker/store": "*", "spryker/testify": "*", "spryker/zed-navigation": "*" @@ -52335,9 +52377,9 @@ ], "description": "Refund module", "support": { - "source": "https://github.com/spryker/refund/tree/5.7.1" + "source": "https://github.com/spryker/refund/tree/5.7.2" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-06-06T15:14:45+00:00" }, { "name": "spryker/refund-extension", @@ -52680,16 +52722,16 @@ }, { "name": "spryker/sales", - "version": "11.40.3", + "version": "11.40.5", "source": { "type": "git", "url": "https://github.com/spryker/sales.git", - "reference": "f81d2733e4e0242ceab3238f82e79412e3a774f5" + "reference": "50e134623b85dfe29e5292aa6eb5a42ee259deb9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales/zipball/f81d2733e4e0242ceab3238f82e79412e3a774f5", - "reference": "f81d2733e4e0242ceab3238f82e79412e3a774f5", + "url": "https://api.github.com/repos/spryker/sales/zipball/50e134623b85dfe29e5292aa6eb5a42ee259deb9", + "reference": "50e134623b85dfe29e5292aa6eb5a42ee259deb9", "shasum": "" }, "require": { @@ -52755,9 +52797,9 @@ ], "description": "Sales module", "support": { - "source": "https://github.com/spryker/sales/tree/11.40.3" + "source": "https://github.com/spryker/sales/tree/11.40.5" }, - "time": "2023-06-13T10:42:20+00:00" + "time": "2023-07-07T11:59:09+00:00" }, { "name": "spryker/sales-configurable-bundle", @@ -53123,16 +53165,16 @@ }, { "name": "spryker/sales-oms", - "version": "0.1.2", + "version": "0.1.3", "source": { "type": "git", "url": "https://github.com/spryker/sales-oms.git", - "reference": "39fcf7a33ee33b0a1e8521fca36bcb9d74a97c77" + "reference": "b8479562432a3bb5c73877f9cc2e4ab53ba4fa84" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales-oms/zipball/39fcf7a33ee33b0a1e8521fca36bcb9d74a97c77", - "reference": "39fcf7a33ee33b0a1e8521fca36bcb9d74a97c77", + "url": "https://api.github.com/repos/spryker/sales-oms/zipball/b8479562432a3bb5c73877f9cc2e4ab53ba4fa84", + "reference": "b8479562432a3bb5c73877f9cc2e4ab53ba4fa84", "shasum": "" }, "require": { @@ -53149,6 +53191,7 @@ "spryker/code-sniffer": "*", "spryker/container": "*", "spryker/propel": "*", + "spryker/shipment": "*", "spryker/store": "*", "spryker/testify": "*" }, @@ -53169,9 +53212,9 @@ ], "description": "SalesOms module", "support": { - "source": "https://github.com/spryker/sales-oms/tree/0.1.2" + "source": "https://github.com/spryker/sales-oms/tree/0.1.3" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-06-06T15:14:45+00:00" }, { "name": "spryker/sales-order-threshold", @@ -53481,16 +53524,16 @@ }, { "name": "spryker/sales-payment", - "version": "1.3.1", + "version": "1.3.2", "source": { "type": "git", "url": "https://github.com/spryker/sales-payment.git", - "reference": "94ba254a482b9afd4c05afde1045a9d152cc3eb8" + "reference": "ed394c4003cca367489c4520f329746fc0a453a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales-payment/zipball/94ba254a482b9afd4c05afde1045a9d152cc3eb8", - "reference": "94ba254a482b9afd4c05afde1045a9d152cc3eb8", + "url": "https://api.github.com/repos/spryker/sales-payment/zipball/ed394c4003cca367489c4520f329746fc0a453a1", + "reference": "ed394c4003cca367489c4520f329746fc0a453a1", "shasum": "" }, "require": { @@ -53535,9 +53578,9 @@ ], "description": "SalesPayment module", "support": { - "source": "https://github.com/spryker/sales-payment/tree/1.3.1" + "source": "https://github.com/spryker/sales-payment/tree/1.3.2" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-06-16T09:24:47+00:00" }, { "name": "spryker/sales-payment-extension", @@ -53625,16 +53668,16 @@ }, { "name": "spryker/sales-product-configuration", - "version": "1.0.1", + "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/spryker/sales-product-configuration.git", - "reference": "173ab1b68d71d0210a3379129181786fbe862227" + "reference": "33d740cdc1e11c302118b5b6a6f6d331fd18d12c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales-product-configuration/zipball/173ab1b68d71d0210a3379129181786fbe862227", - "reference": "173ab1b68d71d0210a3379129181786fbe862227", + "url": "https://api.github.com/repos/spryker/sales-product-configuration/zipball/33d740cdc1e11c302118b5b6a6f6d331fd18d12c", + "reference": "33d740cdc1e11c302118b5b6a6f6d331fd18d12c", "shasum": "" }, "require": { @@ -53650,6 +53693,7 @@ "spryker/code-sniffer": "*", "spryker/product": "*", "spryker/propel": "*", + "spryker/shipment": "*", "spryker/testify": "*" }, "type": "library", @@ -53669,9 +53713,9 @@ ], "description": "SalesProductConfiguration module", "support": { - "source": "https://github.com/spryker/sales-product-configuration/tree/1.0.1" + "source": "https://github.com/spryker/sales-product-configuration/tree/1.0.2" }, - "time": "2022-12-29T12:04:01+00:00" + "time": "2023-06-06T15:14:45+00:00" }, { "name": "spryker/sales-product-configuration-gui", @@ -54856,16 +54900,16 @@ }, { "name": "spryker/search-http", - "version": "0.3.2", + "version": "0.3.3", "source": { "type": "git", "url": "https://github.com/spryker/search-http.git", - "reference": "acbf678407461026b7d5eed02fc99fdb81822a29" + "reference": "a2c2200fa5982ea2850c1e00299319444eb1aa0b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/search-http/zipball/acbf678407461026b7d5eed02fc99fdb81822a29", - "reference": "acbf678407461026b7d5eed02fc99fdb81822a29", + "url": "https://api.github.com/repos/spryker/search-http/zipball/a2c2200fa5982ea2850c1e00299319444eb1aa0b", + "reference": "a2c2200fa5982ea2850c1e00299319444eb1aa0b", "shasum": "" }, "require": { @@ -54918,9 +54962,9 @@ ], "description": "SearchHttp module", "support": { - "source": "https://github.com/spryker/search-http/tree/0.3.2" + "source": "https://github.com/spryker/search-http/tree/0.3.3" }, - "time": "2023-04-21T08:15:01+00:00" + "time": "2023-06-16T09:24:47+00:00" }, { "name": "spryker/secrets-manager", @@ -54969,21 +55013,21 @@ }, { "name": "spryker/secrets-manager-aws", - "version": "1.0.1", + "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/spryker/secrets-manager-aws.git", - "reference": "82f1ebe2990c9662646148c4233504c4bb629780" + "reference": "957116be05150a8dbdaa349ca0580795c560f1a0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/secrets-manager-aws/zipball/82f1ebe2990c9662646148c4233504c4bb629780", - "reference": "82f1ebe2990c9662646148c4233504c4bb629780", + "url": "https://api.github.com/repos/spryker/secrets-manager-aws/zipball/957116be05150a8dbdaa349ca0580795c560f1a0", + "reference": "957116be05150a8dbdaa349ca0580795c560f1a0", "shasum": "" }, "require": { - "aws/aws-sdk-php": "^3.0.0", - "php": ">=7.4", + "aws/aws-sdk-php": "^3.263.14", + "php": ">=8.0", "spryker/kernel": "^3.30.0", "spryker/log": "^1.0.0 || ^2.0.0 || ^3.0.0", "spryker/secrets-manager-extension": "^1.0.0", @@ -55012,9 +55056,9 @@ ], "description": "SecretsManagerAws module", "support": { - "source": "https://github.com/spryker/secrets-manager-aws/tree/1.0.1" + "source": "https://github.com/spryker/secrets-manager-aws/tree/1.0.2" }, - "time": "2022-05-18T16:18:58+00:00" + "time": "2023-06-22T13:12:04+00:00" }, { "name": "spryker/secrets-manager-extension", @@ -56715,16 +56759,16 @@ }, { "name": "spryker/shipment", - "version": "8.15.1", + "version": "8.15.2", "source": { "type": "git", "url": "https://github.com/spryker/shipment.git", - "reference": "04478ee35d7c2ef03fb55fc01fe61802791696c8" + "reference": "f36ddcbe915591f59a041efac02d12842b7a974e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/shipment/zipball/04478ee35d7c2ef03fb55fc01fe61802791696c8", - "reference": "04478ee35d7c2ef03fb55fc01fe61802791696c8", + "url": "https://api.github.com/repos/spryker/shipment/zipball/f36ddcbe915591f59a041efac02d12842b7a974e", + "reference": "f36ddcbe915591f59a041efac02d12842b7a974e", "shasum": "" }, "require": { @@ -56781,9 +56825,9 @@ ], "description": "Shipment module", "support": { - "source": "https://github.com/spryker/shipment/tree/8.15.1" + "source": "https://github.com/spryker/shipment/tree/8.15.2" }, - "time": "2023-05-05T18:20:59+00:00" + "time": "2023-06-06T15:14:45+00:00" }, { "name": "spryker/shipment-cart-connector", @@ -57132,6 +57176,158 @@ }, "time": "2021-07-07T15:14:17+00:00" }, + { + "name": "spryker/shipment-type", + "version": "0.1.1", + "source": { + "type": "git", + "url": "https://github.com/spryker/shipment-type.git", + "reference": "b03e8da30ce184ba86a0a17e6934523b1719510f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker/shipment-type/zipball/b03e8da30ce184ba86a0a17e6934523b1719510f", + "reference": "b03e8da30ce184ba86a0a17e6934523b1719510f", + "shasum": "" + }, + "require": { + "php": ">=8.0", + "spryker/kernel": "^3.30.0", + "spryker/propel-orm": "^1.6.0", + "spryker/store": "^1.12.0", + "spryker/transfer": "^3.27.0", + "spryker/uuid-behavior": "^1.0.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/testify": "*" + }, + "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": "ShipmentType module", + "support": { + "source": "https://github.com/spryker/shipment-type/tree/0.1.1" + }, + "time": "2023-05-23T12:28:05+00:00" + }, + { + "name": "spryker/shipment-type-data-import", + "version": "0.1.1", + "source": { + "type": "git", + "url": "https://github.com/spryker/shipment-type-data-import.git", + "reference": "6fadbc8cc5b15be6900efc13e1cbc1d2b022c53b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker/shipment-type-data-import/zipball/6fadbc8cc5b15be6900efc13e1cbc1d2b022c53b", + "reference": "6fadbc8cc5b15be6900efc13e1cbc1d2b022c53b", + "shasum": "" + }, + "require": { + "php": ">=8.0", + "spryker/data-import": "^1.3.0", + "spryker/kernel": "^3.30.0", + "spryker/shipment": "^8.0.0", + "spryker/shipment-type": "^0.1.0", + "spryker/store": "^1.0.0", + "spryker/transfer": "^3.27.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/propel-orm": "*", + "spryker/testify": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Spryker\\": "src/Spryker/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "ShipmentTypeDataImport module", + "support": { + "source": "https://github.com/spryker/shipment-type-data-import/tree/0.1.1" + }, + "time": "2023-06-06T09:21:00+00:00" + }, + { + "name": "spryker/shipment-type-storage", + "version": "0.1.0", + "source": { + "type": "git", + "url": "https://github.com/spryker/shipment-type-storage.git", + "reference": "4bea41a720deaf81c6c259b87b6006453a012b71" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker/shipment-type-storage/zipball/4bea41a720deaf81c6c259b87b6006453a012b71", + "reference": "4bea41a720deaf81c6c259b87b6006453a012b71", + "shasum": "" + }, + "require": { + "php": ">=8.0", + "spryker/event-behavior": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/publisher-extension": "^1.0.0", + "spryker/shipment-type": "^0.1.0", + "spryker/storage": "^3.0.0", + "spryker/store": "^1.19.0", + "spryker/synchronization": "^1.9.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.1.0", + "spryker/transfer": "^3.27.0", + "spryker/util-encoding": "^2.0.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/testify": "*" + }, + "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": "ShipmentTypeStorage module", + "support": { + "source": "https://github.com/spryker/shipment-type-storage/tree/0.1.0" + }, + "time": "2023-06-06T09:21:00+00:00" + }, { "name": "spryker/shipments-rest-api", "version": "1.7.1", @@ -57228,16 +57424,16 @@ }, { "name": "spryker/shopping-list", - "version": "4.11.1", + "version": "4.12.0", "source": { "type": "git", "url": "https://github.com/spryker/shopping-list.git", - "reference": "caebd823139b7b1a26e9fdb2794fc82f012b8204" + "reference": "eb7a89aabb5cd93acd2baabd2b268970279c9fb2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/shopping-list/zipball/caebd823139b7b1a26e9fdb2794fc82f012b8204", - "reference": "caebd823139b7b1a26e9fdb2794fc82f012b8204", + "url": "https://api.github.com/repos/spryker/shopping-list/zipball/eb7a89aabb5cd93acd2baabd2b268970279c9fb2", + "reference": "eb7a89aabb5cd93acd2baabd2b268970279c9fb2", "shasum": "" }, "require": { @@ -57245,7 +57441,7 @@ "spryker/cart": "^5.1.0 || ^7.0.0", "spryker/company-business-unit": "^1.0.0 || ^2.0.0", "spryker/company-business-unit-extension": "^1.1.0", - "spryker/company-user": "^1.0.0 || ^2.0.0", + "spryker/company-user": "^1.5.0 || ^2.0.0", "spryker/company-user-extension": "^1.1.0", "spryker/customer": "^7.0.0", "spryker/event": "^1.0.0 || ^2.0.0", @@ -57294,9 +57490,9 @@ ], "description": "ShoppingList module", "support": { - "source": "https://github.com/spryker/shopping-list/tree/4.11.1" + "source": "https://github.com/spryker/shopping-list/tree/4.12.0" }, - "time": "2023-05-05T18:20:59+00:00" + "time": "2023-05-25T15:53:20+00:00" }, { "name": "spryker/shopping-list-data-import", @@ -57798,16 +57994,16 @@ }, { "name": "spryker/state-machine", - "version": "2.17.0", + "version": "2.18.0", "source": { "type": "git", "url": "https://github.com/spryker/state-machine.git", - "reference": "654b304f9d990e1a6e112fedc816171b99d3c6e1" + "reference": "2736a095208d8837e100a00ec086091937a2e571" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/state-machine/zipball/654b304f9d990e1a6e112fedc816171b99d3c6e1", - "reference": "654b304f9d990e1a6e112fedc816171b99d3c6e1", + "url": "https://api.github.com/repos/spryker/state-machine/zipball/2736a095208d8837e100a00ec086091937a2e571", + "reference": "2736a095208d8837e100a00ec086091937a2e571", "shasum": "" }, "require": { @@ -57845,9 +58041,9 @@ ], "description": "StateMachine module", "support": { - "source": "https://github.com/spryker/state-machine/tree/2.17.0" + "source": "https://github.com/spryker/state-machine/tree/2.18.0" }, - "time": "2023-03-10T14:11:16+00:00" + "time": "2023-07-18T10:08:54+00:00" }, { "name": "spryker/step-engine", @@ -58231,16 +58427,16 @@ }, { "name": "spryker/storage", - "version": "3.20.0", + "version": "3.20.1", "source": { "type": "git", "url": "https://github.com/spryker/storage.git", - "reference": "5bde4e9b0ef84ff833cd2008b42dacf15fa4ffae" + "reference": "e18aa318532a53831a66ff406ba4529119091b01" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/storage/zipball/5bde4e9b0ef84ff833cd2008b42dacf15fa4ffae", - "reference": "5bde4e9b0ef84ff833cd2008b42dacf15fa4ffae", + "url": "https://api.github.com/repos/spryker/storage/zipball/e18aa318532a53831a66ff406ba4529119091b01", + "reference": "e18aa318532a53831a66ff406ba4529119091b01", "shasum": "" }, "require": { @@ -58291,9 +58487,9 @@ ], "description": "Storage module", "support": { - "source": "https://github.com/spryker/storage/tree/3.20.0" + "source": "https://github.com/spryker/storage/tree/3.20.1" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-07-12T09:45:07+00:00" }, { "name": "spryker/storage-database", @@ -61503,6 +61699,102 @@ }, "time": "2020-05-29T13:08:37+00:00" }, + { + "name": "spryker/warehouse-allocation", + "version": "0.1.0", + "source": { + "type": "git", + "url": "https://github.com/spryker/warehouse-allocation.git", + "reference": "7787a11b9058b004c7a6a33e38aed938f83a246e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker/warehouse-allocation/zipball/7787a11b9058b004c7a6a33e38aed938f83a246e", + "reference": "7787a11b9058b004c7a6a33e38aed938f83a246e", + "shasum": "" + }, + "require": { + "php": ">=8.0", + "spryker/kernel": "^3.33.0", + "spryker/propel-orm": "^1.0.0", + "spryker/sales-extension": "^1.6.0", + "spryker/stock": "^8.0.0", + "spryker/transfer": "^3.27.0", + "spryker/warehouse-allocation-extension": "^0.1.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/oms": "*", + "spryker/propel": "*", + "spryker/sales": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/oms": "If you want to use Oms command plugins.", + "spryker/sales": "If you want to use Oms command plugins." + }, + "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": "WarehouseAllocation module", + "support": { + "source": "https://github.com/spryker/warehouse-allocation/tree/0.1.0" + }, + "time": "2023-02-09T15:12:38+00:00" + }, + { + "name": "spryker/warehouse-allocation-extension", + "version": "0.1.0", + "source": { + "type": "git", + "url": "https://github.com/spryker/warehouse-allocation-extension.git", + "reference": "21d430d5e1261b8356e8593f387dcb219cd4182f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker/warehouse-allocation-extension/zipball/21d430d5e1261b8356e8593f387dcb219cd4182f", + "reference": "21d430d5e1261b8356e8593f387dcb219cd4182f", + "shasum": "" + }, + "require": { + "php": ">=8.0" + }, + "require-dev": { + "spryker/code-sniffer": "*" + }, + "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": "WarehouseAllocationExtension module", + "support": { + "source": "https://github.com/spryker/warehouse-allocation-extension/tree/0.1.0" + }, + "time": "2023-02-09T15:12:38+00:00" + }, { "name": "spryker/web-profiler-extension", "version": "1.0.0", @@ -62458,46 +62750,42 @@ }, { "name": "symfony/console", - "version": "v5.4.24", + "version": "v6.0.19", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "560fc3ed7a43e6d30ea94a07d77f9a60b8ed0fb8" + "reference": "c3ebc83d031b71c39da318ca8b7a07ecc67507ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/560fc3ed7a43e6d30ea94a07d77f9a60b8ed0fb8", - "reference": "560fc3ed7a43e6d30ea94a07d77f9a60b8ed0fb8", + "url": "https://api.github.com/repos/symfony/console/zipball/c3ebc83d031b71c39da318ca8b7a07ecc67507ed", + "reference": "c3ebc83d031b71c39da318ca8b7a07ecc67507ed", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1|^3", + "php": ">=8.0.2", "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php73": "^1.9", - "symfony/polyfill-php80": "^1.16", "symfony/service-contracts": "^1.1|^2|^3", - "symfony/string": "^5.1|^6.0" + "symfony/string": "^5.4|^6.0" }, "conflict": { - "psr/log": ">=3", - "symfony/dependency-injection": "<4.4", - "symfony/dotenv": "<5.1", - "symfony/event-dispatcher": "<4.4", - "symfony/lock": "<4.4", - "symfony/process": "<4.4" + "symfony/dependency-injection": "<5.4", + "symfony/dotenv": "<5.4", + "symfony/event-dispatcher": "<5.4", + "symfony/lock": "<5.4", + "symfony/process": "<5.4" }, "provide": { - "psr/log-implementation": "1.0|2.0" + "psr/log-implementation": "1.0|2.0|3.0" }, "require-dev": { - "psr/log": "^1|^2", - "symfony/config": "^4.4|^5.0|^6.0", - "symfony/dependency-injection": "^4.4|^5.0|^6.0", - "symfony/event-dispatcher": "^4.4|^5.0|^6.0", - "symfony/lock": "^4.4|^5.0|^6.0", - "symfony/process": "^4.4|^5.0|^6.0", - "symfony/var-dumper": "^4.4|^5.0|^6.0" + "psr/log": "^1|^2|^3", + "symfony/config": "^5.4|^6.0", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/event-dispatcher": "^5.4|^6.0", + "symfony/lock": "^5.4|^6.0", + "symfony/process": "^5.4|^6.0", + "symfony/var-dumper": "^5.4|^6.0" }, "suggest": { "psr/log": "For using the console logger", @@ -62532,12 +62820,12 @@ "homepage": "https://symfony.com", "keywords": [ "cli", - "command-line", + "command line", "console", "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v5.4.24" + "source": "https://github.com/symfony/console/tree/v6.0.19" }, "funding": [ { @@ -62553,7 +62841,7 @@ "type": "tidelift" } ], - "time": "2023-05-26T05:13:16+00:00" + "time": "2023-01-01T08:36:10+00:00" }, { "name": "symfony/debug", @@ -63147,22 +63435,20 @@ }, { "name": "symfony/finder", - "version": "v5.4.21", + "version": "v6.0.19", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "078e9a5e1871fcfe6a5ce421b539344c21afef19" + "reference": "5cc9cac6586fc0c28cd173780ca696e419fefa11" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/078e9a5e1871fcfe6a5ce421b539344c21afef19", - "reference": "078e9a5e1871fcfe6a5ce421b539344c21afef19", + "url": "https://api.github.com/repos/symfony/finder/zipball/5cc9cac6586fc0c28cd173780ca696e419fefa11", + "reference": "5cc9cac6586fc0c28cd173780ca696e419fefa11", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.0.2" }, "type": "library", "autoload": { @@ -63190,7 +63476,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v5.4.21" + "source": "https://github.com/symfony/finder/tree/v6.0.19" }, "funding": [ { @@ -63206,7 +63492,7 @@ "type": "tidelift" } ], - "time": "2023-02-16T09:33:00+00:00" + "time": "2023-01-20T17:44:14+00:00" }, { "name": "symfony/flex", @@ -66992,16 +67278,16 @@ }, { "name": "twig/twig", - "version": "v3.6.0", + "version": "v3.6.1", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "106c170d08e8415d78be2d16c3d057d0d108262b" + "reference": "7e7d5839d4bec168dfeef0ac66d5c5a2edbabffd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/106c170d08e8415d78be2d16c3d057d0d108262b", - "reference": "106c170d08e8415d78be2d16c3d057d0d108262b", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/7e7d5839d4bec168dfeef0ac66d5c5a2edbabffd", + "reference": "7e7d5839d4bec168dfeef0ac66d5c5a2edbabffd", "shasum": "" }, "require": { @@ -67047,7 +67333,7 @@ ], "support": { "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v3.6.0" + "source": "https://github.com/twigphp/Twig/tree/v3.6.1" }, "funding": [ { @@ -67059,20 +67345,20 @@ "type": "tidelift" } ], - "time": "2023-05-03T19:06:57+00:00" + "time": "2023-06-08T12:52:13+00:00" }, { "name": "voku/anti-xss", - "version": "4.1.41", + "version": "4.1.42", "source": { "type": "git", "url": "https://github.com/voku/anti-xss.git", - "reference": "55a403436494e44a2547a8d42de68e6cad4bca1d" + "reference": "bca1f8607e55a3c5077483615cd93bd8f11bd675" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/voku/anti-xss/zipball/55a403436494e44a2547a8d42de68e6cad4bca1d", - "reference": "55a403436494e44a2547a8d42de68e6cad4bca1d", + "url": "https://api.github.com/repos/voku/anti-xss/zipball/bca1f8607e55a3c5077483615cd93bd8f11bd675", + "reference": "bca1f8607e55a3c5077483615cd93bd8f11bd675", "shasum": "" }, "require": { @@ -67118,7 +67404,7 @@ ], "support": { "issues": "https://github.com/voku/anti-xss/issues", - "source": "https://github.com/voku/anti-xss/tree/4.1.41" + "source": "https://github.com/voku/anti-xss/tree/4.1.42" }, "funding": [ { @@ -67142,7 +67428,7 @@ "type": "tidelift" } ], - "time": "2023-02-12T15:56:55+00:00" + "time": "2023-07-03T14:40:46+00:00" }, { "name": "voku/portable-ascii", @@ -67882,20 +68168,21 @@ }, { "name": "codeception/module-cli", - "version": "2.0.0", + "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/Codeception/module-cli.git", - "reference": "aa9bdd8346983eebc3aa3f21e902399ceefec372" + "reference": "a3a101fae4049fa2f810107f7bd5db3b3266ce63" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/module-cli/zipball/aa9bdd8346983eebc3aa3f21e902399ceefec372", - "reference": "aa9bdd8346983eebc3aa3f21e902399ceefec372", + "url": "https://api.github.com/repos/Codeception/module-cli/zipball/a3a101fae4049fa2f810107f7bd5db3b3266ce63", + "reference": "a3a101fae4049fa2f810107f7bd5db3b3266ce63", "shasum": "" }, "require": { "codeception/codeception": "*@dev", + "codeception/module-asserts": "*", "php": "^7.4 || ^8.0" }, "conflict": { @@ -67923,9 +68210,9 @@ ], "support": { "issues": "https://github.com/Codeception/module-cli/issues", - "source": "https://github.com/Codeception/module-cli/tree/2.0.0" + "source": "https://github.com/Codeception/module-cli/tree/2.0.1" }, - "time": "2021-12-01T01:21:55+00:00" + "time": "2023-01-13T18:41:03+00:00" }, { "name": "codeception/module-filesystem", @@ -68106,16 +68393,16 @@ }, { "name": "codeception/module-webdriver", - "version": "3.2.0", + "version": "3.2.1", "source": { "type": "git", "url": "https://github.com/Codeception/module-webdriver.git", - "reference": "8d65b02f50f90bf3f4da2174693a1cb5cd5fe7b2" + "reference": "59b6fe426dddbe889c23593f8698c52e08bba6e9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/module-webdriver/zipball/8d65b02f50f90bf3f4da2174693a1cb5cd5fe7b2", - "reference": "8d65b02f50f90bf3f4da2174693a1cb5cd5fe7b2", + "url": "https://api.github.com/repos/Codeception/module-webdriver/zipball/59b6fe426dddbe889c23593f8698c52e08bba6e9", + "reference": "59b6fe426dddbe889c23593f8698c52e08bba6e9", "shasum": "" }, "require": { @@ -68125,7 +68412,8 @@ "ext-json": "*", "ext-mbstring": "*", "php": "^8.0", - "php-webdriver/webdriver": "^1.8.0" + "php-webdriver/webdriver": "^1.8.0", + "phpunit/phpunit": "^9.5" }, "suggest": { "codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests" @@ -68160,9 +68448,9 @@ ], "support": { "issues": "https://github.com/Codeception/module-webdriver/issues", - "source": "https://github.com/Codeception/module-webdriver/tree/3.2.0" + "source": "https://github.com/Codeception/module-webdriver/tree/3.2.1" }, - "time": "2022-10-15T19:19:42+00:00" + "time": "2023-02-03T21:46:32+00:00" }, { "name": "codeception/stub", @@ -68417,35 +68705,38 @@ }, { "name": "dealerdirect/phpcodesniffer-composer-installer", - "version": "v0.7.2", + "version": "v1.0.0", "source": { "type": "git", - "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git", - "reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db" + "url": "https://github.com/PHPCSStandards/composer-installer.git", + "reference": "4be43904336affa5c2f70744a348312336afd0da" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db", - "reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db", + "url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/4be43904336affa5c2f70744a348312336afd0da", + "reference": "4be43904336affa5c2f70744a348312336afd0da", "shasum": "" }, "require": { "composer-plugin-api": "^1.0 || ^2.0", - "php": ">=5.3", + "php": ">=5.4", "squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0" }, "require-dev": { "composer/composer": "*", + "ext-json": "*", + "ext-zip": "*", "php-parallel-lint/php-parallel-lint": "^1.3.1", - "phpcompatibility/php-compatibility": "^9.0" + "phpcompatibility/php-compatibility": "^9.0", + "yoast/phpunit-polyfills": "^1.0" }, "type": "composer-plugin", "extra": { - "class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin" + "class": "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin" }, "autoload": { "psr-4": { - "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/" + "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -68461,7 +68752,7 @@ }, { "name": "Contributors", - "homepage": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer/graphs/contributors" + "homepage": "https://github.com/PHPCSStandards/composer-installer/graphs/contributors" } ], "description": "PHP_CodeSniffer Standards Composer Installer Plugin", @@ -68485,10 +68776,10 @@ "tests" ], "support": { - "issues": "https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues", - "source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer" + "issues": "https://github.com/PHPCSStandards/composer-installer/issues", + "source": "https://github.com/PHPCSStandards/composer-installer" }, - "time": "2022-02-04T12:51:07+00:00" + "time": "2023-01-05T11:28:13+00:00" }, { "name": "dms/phpunit-arraysubset-asserts", @@ -68537,30 +68828,30 @@ }, { "name": "doctrine/annotations", - "version": "1.14.3", + "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af" + "reference": "e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af", - "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f", + "reference": "e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f", "shasum": "" }, "require": { - "doctrine/lexer": "^1 || ^2", + "doctrine/lexer": "^2 || ^3", "ext-tokenizer": "*", - "php": "^7.1 || ^8.0", + "php": "^7.2 || ^8.0", "psr/cache": "^1 || ^2 || ^3" }, "require-dev": { - "doctrine/cache": "^1.11 || ^2.0", - "doctrine/coding-standard": "^9 || ^10", - "phpstan/phpstan": "~1.4.10 || ^1.8.0", + "doctrine/cache": "^2.0", + "doctrine/coding-standard": "^10", + "phpstan/phpstan": "^1.8.0", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "symfony/cache": "^4.4 || ^5.4 || ^6", + "symfony/cache": "^5.4 || ^6", "vimeo/psalm": "^4.10" }, "suggest": { @@ -68607,9 +68898,9 @@ ], "support": { "issues": "https://github.com/doctrine/annotations/issues", - "source": "https://github.com/doctrine/annotations/tree/1.14.3" + "source": "https://github.com/doctrine/annotations/tree/2.0.1" }, - "time": "2023-02-01T09:20:38+00:00" + "time": "2023-02-02T22:02:53+00:00" }, { "name": "doctrine/instantiator", @@ -68683,16 +68974,16 @@ }, { "name": "fakerphp/faker", - "version": "v1.22.0", + "version": "v1.23.0", "source": { "type": "git", "url": "https://github.com/FakerPHP/Faker.git", - "reference": "f85772abd508bd04e20bb4b1bbe260a68d0066d2" + "reference": "e3daa170d00fde61ea7719ef47bb09bb8f1d9b01" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/f85772abd508bd04e20bb4b1bbe260a68d0066d2", - "reference": "f85772abd508bd04e20bb4b1bbe260a68d0066d2", + "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e3daa170d00fde61ea7719ef47bb09bb8f1d9b01", + "reference": "e3daa170d00fde61ea7719ef47bb09bb8f1d9b01", "shasum": "" }, "require": { @@ -68745,9 +69036,9 @@ ], "support": { "issues": "https://github.com/FakerPHP/Faker/issues", - "source": "https://github.com/FakerPHP/Faker/tree/v1.22.0" + "source": "https://github.com/FakerPHP/Faker/tree/v1.23.0" }, - "time": "2023-05-14T12:31:37+00:00" + "time": "2023-06-12T08:44:38+00:00" }, { "name": "filp/whoops", @@ -69356,16 +69647,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.15.5", + "version": "v4.16.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e" + "reference": "19526a33fb561ef417e822e85f08a00db4059c17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/11e2663a5bc9db5d714eedb4277ee300403b4a9e", - "reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/19526a33fb561ef417e822e85f08a00db4059c17", + "reference": "19526a33fb561ef417e822e85f08a00db4059c17", "shasum": "" }, "require": { @@ -69406,22 +69697,22 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.5" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.16.0" }, - "time": "2023-05-19T20:20:00+00:00" + "time": "2023-06-25T14:52:30+00:00" }, { "name": "pdepend/pdepend", - "version": "2.13.0", + "version": "2.14.0", "source": { "type": "git", "url": "https://github.com/pdepend/pdepend.git", - "reference": "31be7cd4f305f3f7b52af99c1cb13fc938d1cfad" + "reference": "1121d4b04af06e33e9659bac3a6741b91cab1de1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pdepend/pdepend/zipball/31be7cd4f305f3f7b52af99c1cb13fc938d1cfad", - "reference": "31be7cd4f305f3f7b52af99c1cb13fc938d1cfad", + "url": "https://api.github.com/repos/pdepend/pdepend/zipball/1121d4b04af06e33e9659bac3a6741b91cab1de1", + "reference": "1121d4b04af06e33e9659bac3a6741b91cab1de1", "shasum": "" }, "require": { @@ -69455,9 +69746,15 @@ "BSD-3-Clause" ], "description": "Official version of pdepend to be handled with Composer", + "keywords": [ + "PHP Depend", + "PHP_Depend", + "dev", + "pdepend" + ], "support": { "issues": "https://github.com/pdepend/pdepend/issues", - "source": "https://github.com/pdepend/pdepend/tree/2.13.0" + "source": "https://github.com/pdepend/pdepend/tree/2.14.0" }, "funding": [ { @@ -69465,7 +69762,7 @@ "type": "tidelift" } ], - "time": "2023-02-28T20:56:15+00:00" + "time": "2023-05-26T13:15:18+00:00" }, { "name": "phar-io/manifest", @@ -69580,37 +69877,38 @@ }, { "name": "php-webdriver/webdriver", - "version": "1.13.1", + "version": "1.14.0", "source": { "type": "git", "url": "https://github.com/php-webdriver/php-webdriver.git", - "reference": "6dfe5f814b796c1b5748850aa19f781b9274c36c" + "reference": "3ea4f924afb43056bf9c630509e657d951608563" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/6dfe5f814b796c1b5748850aa19f781b9274c36c", - "reference": "6dfe5f814b796c1b5748850aa19f781b9274c36c", + "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/3ea4f924afb43056bf9c630509e657d951608563", + "reference": "3ea4f924afb43056bf9c630509e657d951608563", "shasum": "" }, "require": { "ext-curl": "*", "ext-json": "*", "ext-zip": "*", - "php": "^5.6 || ~7.0 || ^8.0", + "php": "^7.3 || ^8.0", "symfony/polyfill-mbstring": "^1.12", - "symfony/process": "^2.8 || ^3.1 || ^4.0 || ^5.0 || ^6.0" + "symfony/process": "^5.0 || ^6.0" }, "replace": { "facebook/webdriver": "*" }, "require-dev": { - "ondram/ci-detector": "^2.1 || ^3.5 || ^4.0", + "ergebnis/composer-normalize": "^2.20.0", + "ondram/ci-detector": "^4.0", "php-coveralls/php-coveralls": "^2.4", - "php-mock/php-mock-phpunit": "^1.1 || ^2.0", + "php-mock/php-mock-phpunit": "^2.0", "php-parallel-lint/php-parallel-lint": "^1.2", - "phpunit/phpunit": "^5.7 || ^7 || ^8 || ^9", + "phpunit/phpunit": "^9.3", "squizlabs/php_codesniffer": "^3.5", - "symfony/var-dumper": "^3.3 || ^4.0 || ^5.0 || ^6.0" + "symfony/var-dumper": "^5.0 || ^6.0" }, "suggest": { "ext-SimpleXML": "For Firefox profile creation" @@ -69639,9 +69937,9 @@ ], "support": { "issues": "https://github.com/php-webdriver/php-webdriver/issues", - "source": "https://github.com/php-webdriver/php-webdriver/tree/1.13.1" + "source": "https://github.com/php-webdriver/php-webdriver/tree/1.14.0" }, - "time": "2022-10-11T11:49:44+00:00" + "time": "2023-02-09T12:12:19+00:00" }, { "name": "phpbench/container", @@ -69696,25 +69994,25 @@ }, { "name": "phpbench/dom", - "version": "0.3.2", + "version": "0.3.3", "source": { "type": "git", "url": "https://github.com/phpbench/dom.git", - "reference": "b013b717832ddbaadf2a40984b04bc66af9a7110" + "reference": "786a96db538d0def931f5b19225233ec42ec7a72" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpbench/dom/zipball/b013b717832ddbaadf2a40984b04bc66af9a7110", - "reference": "b013b717832ddbaadf2a40984b04bc66af9a7110", + "url": "https://api.github.com/repos/phpbench/dom/zipball/786a96db538d0def931f5b19225233ec42ec7a72", + "reference": "786a96db538d0def931f5b19225233ec42ec7a72", "shasum": "" }, "require": { "ext-dom": "*", - "php": "^7.2||^8.0" + "php": "^7.3||^8.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.18", - "phpstan/phpstan": "^0.12.83", + "friendsofphp/php-cs-fixer": "^3.14", + "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^8.0||^9.0" }, "type": "library", @@ -69741,35 +70039,35 @@ "description": "DOM wrapper to simplify working with the PHP DOM implementation", "support": { "issues": "https://github.com/phpbench/dom/issues", - "source": "https://github.com/phpbench/dom/tree/0.3.2" + "source": "https://github.com/phpbench/dom/tree/0.3.3" }, - "time": "2021-09-24T15:26:07+00:00" + "time": "2023-03-06T23:46:57+00:00" }, { "name": "phpbench/phpbench", - "version": "1.2.7", + "version": "1.2.10", "source": { "type": "git", "url": "https://github.com/phpbench/phpbench.git", - "reference": "dce145304abbb16c8d9af69c19d96f47e9d0e670" + "reference": "95206f92479674599a75e02b74b9933e2d9883aa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpbench/phpbench/zipball/dce145304abbb16c8d9af69c19d96f47e9d0e670", - "reference": "dce145304abbb16c8d9af69c19d96f47e9d0e670", + "url": "https://api.github.com/repos/phpbench/phpbench/zipball/95206f92479674599a75e02b74b9933e2d9883aa", + "reference": "95206f92479674599a75e02b74b9933e2d9883aa", "shasum": "" }, "require": { - "doctrine/annotations": "^1.13", + "doctrine/annotations": "^1.13 || ^2.0", "ext-dom": "*", "ext-json": "*", "ext-pcre": "*", "ext-reflection": "*", "ext-spl": "*", "ext-tokenizer": "*", - "php": "^7.3 || ^8.0", + "php": "^7.4 || ^8.0", "phpbench/container": "^2.1", - "phpbench/dom": "~0.3.1", + "phpbench/dom": "~0.3.3", "psr/log": "^1.1 || ^2.0 || ^3.0", "seld/jsonlint": "^1.1", "symfony/console": "^4.2 || ^5.0 || ^6.0", @@ -69787,7 +70085,7 @@ "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "^1.0", "phpstan/phpstan-phpunit": "^1.0", - "phpunit/phpunit": "^8.5.8 || ^9.0", + "phpunit/phpunit": "^9.0", "symfony/error-handler": "^5.2 || ^6.0", "symfony/var-dumper": "^4.0 || ^5.0 || ^6.0" }, @@ -69825,7 +70123,7 @@ "description": "PHP Benchmarking Framework", "support": { "issues": "https://github.com/phpbench/phpbench/issues", - "source": "https://github.com/phpbench/phpbench/tree/1.2.7" + "source": "https://github.com/phpbench/phpbench/tree/1.2.10" }, "funding": [ { @@ -69833,7 +70131,172 @@ "type": "github" } ], - "time": "2022-10-15T09:57:51+00:00" + "time": "2023-03-24T08:52:55+00:00" + }, + { + "name": "phpdocumentor/reflection-common", + "version": "2.2.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/ReflectionCommon.git", + "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b", + "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jaap van Otterdijk", + "email": "opensource@ijaap.nl" + } + ], + "description": "Common reflection classes used by phpdocumentor to reflect the code structure", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "FQSEN", + "phpDocumentor", + "phpdoc", + "reflection", + "static analysis" + ], + "support": { + "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues", + "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x" + }, + "time": "2020-06-27T09:03:43+00:00" + }, + { + "name": "phpdocumentor/reflection-docblock", + "version": "5.3.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", + "reference": "622548b623e81ca6d78b721c5e029f4ce664f170" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170", + "reference": "622548b623e81ca6d78b721c5e029f4ce664f170", + "shasum": "" + }, + "require": { + "ext-filter": "*", + "php": "^7.2 || ^8.0", + "phpdocumentor/reflection-common": "^2.2", + "phpdocumentor/type-resolver": "^1.3", + "webmozart/assert": "^1.9.1" + }, + "require-dev": { + "mockery/mockery": "~1.3.2", + "psalm/phar": "^4.8" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mike van Riel", + "email": "me@mikevanriel.com" + }, + { + "name": "Jaap van Otterdijk", + "email": "account@ijaap.nl" + } + ], + "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", + "support": { + "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", + "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0" + }, + "time": "2021-10-19T17:43:47+00:00" + }, + { + "name": "phpdocumentor/type-resolver", + "version": "1.6.2", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/TypeResolver.git", + "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/48f445a408c131e38cab1c235aa6d2bb7a0bb20d", + "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d", + "shasum": "" + }, + "require": { + "php": "^7.4 || ^8.0", + "phpdocumentor/reflection-common": "^2.0" + }, + "require-dev": { + "ext-tokenizer": "*", + "phpstan/extension-installer": "^1.1", + "phpstan/phpstan": "^1.8", + "phpstan/phpstan-phpunit": "^1.1", + "phpunit/phpunit": "^9.5", + "rector/rector": "^0.13.9", + "vimeo/psalm": "^4.25" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mike van Riel", + "email": "me@mikevanriel.com" + } + ], + "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", + "support": { + "issues": "https://github.com/phpDocumentor/TypeResolver/issues", + "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.2" + }, + "time": "2022-10-14T12:47:21+00:00" }, { "name": "phpmd/phpmd", @@ -69920,22 +70383,23 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "1.21.0", + "version": "1.22.1", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "6df62b08faef4f899772bc7c3bbabb93d2b7a21c" + "reference": "65c39594fbd8c67abfc68bb323f86447bab79cc0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/6df62b08faef4f899772bc7c3bbabb93d2b7a21c", - "reference": "6df62b08faef4f899772bc7c3bbabb93d2b7a21c", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/65c39594fbd8c67abfc68bb323f86447bab79cc0", + "reference": "65c39594fbd8c67abfc68bb323f86447bab79cc0", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "require-dev": { + "doctrine/annotations": "^2.0", "nikic/php-parser": "^4.15", "php-parallel-lint/php-parallel-lint": "^1.2", "phpstan/extension-installer": "^1.0", @@ -69960,22 +70424,22 @@ "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/1.21.0" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.22.1" }, - "time": "2023-05-17T13:13:44+00:00" + "time": "2023-06-29T20:46:06+00:00" }, { "name": "phpstan/phpstan", - "version": "1.9.2", + "version": "1.9.16", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "d6fdf01c53978b6429f1393ba4afeca39cc68afa" + "reference": "922e2689bb180575d0f57de0443c431a5a698e8f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/d6fdf01c53978b6429f1393ba4afeca39cc68afa", - "reference": "d6fdf01c53978b6429f1393ba4afeca39cc68afa", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/922e2689bb180575d0f57de0443c431a5a698e8f", + "reference": "922e2689bb180575d0f57de0443c431a5a698e8f", "shasum": "" }, "require": { @@ -70005,7 +70469,7 @@ ], "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.9.2" + "source": "https://github.com/phpstan/phpstan/tree/1.9.16" }, "funding": [ { @@ -70021,7 +70485,7 @@ "type": "tidelift" } ], - "time": "2022-11-10T09:56:11+00:00" + "time": "2023-02-07T10:42:21+00:00" }, { "name": "phpunit/php-code-coverage", @@ -70343,16 +70807,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.6.8", + "version": "9.6.9", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "17d621b3aff84d0c8b62539e269e87d8d5baa76e" + "reference": "a9aceaf20a682aeacf28d582654a1670d8826778" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/17d621b3aff84d0c8b62539e269e87d8d5baa76e", - "reference": "17d621b3aff84d0c8b62539e269e87d8d5baa76e", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a9aceaf20a682aeacf28d582654a1670d8826778", + "reference": "a9aceaf20a682aeacf28d582654a1670d8826778", "shasum": "" }, "require": { @@ -70426,7 +70890,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.8" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.9" }, "funding": [ { @@ -70442,7 +70906,7 @@ "type": "tidelift" } ], - "time": "2023-05-11T05:14:45+00:00" + "time": "2023-06-11T06:13:56+00:00" }, { "name": "psy/psysh", @@ -71486,16 +71950,16 @@ }, { "name": "seld/jsonlint", - "version": "1.9.0", + "version": "1.10.0", "source": { "type": "git", "url": "https://github.com/Seldaek/jsonlint.git", - "reference": "4211420d25eba80712bff236a98960ef68b866b7" + "reference": "594fd6462aad8ecee0b45ca5045acea4776667f1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/4211420d25eba80712bff236a98960ef68b866b7", - "reference": "4211420d25eba80712bff236a98960ef68b866b7", + "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/594fd6462aad8ecee0b45ca5045acea4776667f1", + "reference": "594fd6462aad8ecee0b45ca5045acea4776667f1", "shasum": "" }, "require": { @@ -71534,7 +71998,7 @@ ], "support": { "issues": "https://github.com/Seldaek/jsonlint/issues", - "source": "https://github.com/Seldaek/jsonlint/tree/1.9.0" + "source": "https://github.com/Seldaek/jsonlint/tree/1.10.0" }, "funding": [ { @@ -71546,46 +72010,46 @@ "type": "tidelift" } ], - "time": "2022-04-01T13:37:23+00:00" + "time": "2023-05-11T13:16:46+00:00" }, { "name": "slevomat/coding-standard", - "version": "7.2.1", + "version": "8.13.1", "source": { "type": "git", "url": "https://github.com/slevomat/coding-standard.git", - "reference": "aff06ae7a84e4534bf6f821dc982a93a5d477c90" + "reference": "a13c15e20f2d307a1ca8dec5313ec462a4466470" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/aff06ae7a84e4534bf6f821dc982a93a5d477c90", - "reference": "aff06ae7a84e4534bf6f821dc982a93a5d477c90", + "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/a13c15e20f2d307a1ca8dec5313ec462a4466470", + "reference": "a13c15e20f2d307a1ca8dec5313ec462a4466470", "shasum": "" }, "require": { - "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7", + "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7 || ^1.0", "php": "^7.2 || ^8.0", - "phpstan/phpdoc-parser": "^1.5.1", - "squizlabs/php_codesniffer": "^3.6.2" + "phpstan/phpdoc-parser": "^1.22.0", + "squizlabs/php_codesniffer": "^3.7.1" }, "require-dev": { - "phing/phing": "2.17.3", + "phing/phing": "2.17.4", "php-parallel-lint/php-parallel-lint": "1.3.2", - "phpstan/phpstan": "1.4.10|1.7.1", - "phpstan/phpstan-deprecation-rules": "1.0.0", - "phpstan/phpstan-phpunit": "1.0.0|1.1.1", - "phpstan/phpstan-strict-rules": "1.2.3", - "phpunit/phpunit": "7.5.20|8.5.21|9.5.20" + "phpstan/phpstan": "1.10.21", + "phpstan/phpstan-deprecation-rules": "1.1.3", + "phpstan/phpstan-phpunit": "1.3.13", + "phpstan/phpstan-strict-rules": "1.5.1", + "phpunit/phpunit": "7.5.20|8.5.21|9.6.8|10.2.2" }, "type": "phpcodesniffer-standard", "extra": { "branch-alias": { - "dev-master": "7.x-dev" + "dev-master": "8.x-dev" } }, "autoload": { "psr-4": { - "SlevomatCodingStandard\\": "SlevomatCodingStandard" + "SlevomatCodingStandard\\": "SlevomatCodingStandard/" } }, "notification-url": "https://packagist.org/downloads/", @@ -71593,9 +72057,13 @@ "MIT" ], "description": "Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.", + "keywords": [ + "dev", + "phpcs" + ], "support": { "issues": "https://github.com/slevomat/coding-standard/issues", - "source": "https://github.com/slevomat/coding-standard/tree/7.2.1" + "source": "https://github.com/slevomat/coding-standard/tree/8.13.1" }, "funding": [ { @@ -71607,7 +72075,7 @@ "type": "tidelift" } ], - "time": "2022-05-25T10:58:12+00:00" + "time": "2023-06-25T12:52:34+00:00" }, { "name": "softcreatr/jsonpath", @@ -71679,16 +72147,16 @@ }, { "name": "spryker-feature/development-tools", - "version": "dev-master", + "version": "202307.0", "source": { "type": "git", "url": "https://github.com/spryker-feature/development-tools.git", - "reference": "e9b81fed15efb0339bebfbdebcc93eecd2476796" + "reference": "35268e4976474f53cd1fb51662f8c341ff52d69d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-feature/development-tools/zipball/e9b81fed15efb0339bebfbdebcc93eecd2476796", - "reference": "e9b81fed15efb0339bebfbdebcc93eecd2476796", + "url": "https://api.github.com/repos/spryker-feature/development-tools/zipball/35268e4976474f53cd1fb51662f8c341ff52d69d", + "reference": "35268e4976474f53cd1fb51662f8c341ff52d69d", "shasum": "" }, "require": { @@ -71700,11 +72168,10 @@ "spryker/development": "^3.34.0", "spryker/web-profiler": "^1.6.0" }, - "default-branch": true, "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "202212.x-dev" + "dev-master": "202307.x-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -71713,9 +72180,9 @@ ], "description": "Development tools [feature]", "support": { - "source": "https://github.com/spryker-feature/development-tools/tree/master" + "source": "https://github.com/spryker-feature/development-tools/tree/202307.0" }, - "time": "2022-12-23T10:00:43+00:00" + "time": "2023-07-26T15:06:20+00:00" }, { "name": "spryker-sdk/benchmark", @@ -71980,24 +72447,25 @@ }, { "name": "spryker/architecture-sniffer", - "version": "0.5.6", + "version": "0.5.7", "source": { "type": "git", "url": "https://github.com/spryker/architecture-sniffer.git", - "reference": "671a2a8f002e2d09aef14f85f30498c24a8ccaa6" + "reference": "07fa5a75f481dfd0de2676a4f11c36df6365f652" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/architecture-sniffer/zipball/671a2a8f002e2d09aef14f85f30498c24a8ccaa6", - "reference": "671a2a8f002e2d09aef14f85f30498c24a8ccaa6", + "url": "https://api.github.com/repos/spryker/architecture-sniffer/zipball/07fa5a75f481dfd0de2676a4f11c36df6365f652", + "reference": "07fa5a75f481dfd0de2676a4f11c36df6365f652", "shasum": "" }, "require": { "laminas/laminas-config": "^2.5.1 || ^3.1.0", "laminas/laminas-filter": "^2.5.1", - "php": ">=7.3", + "php": ">=7.4", + "phpdocumentor/reflection-docblock": "^5.3.0", "phpmd/phpmd": "^2.10.0", - "symfony/finder": "^3.4.0 || ^4.0.0 || ^5.0.0" + "symfony/finder": "^4.0.0 || ^5.0.0 || ^6.0.0" }, "require-dev": { "codeception/codeception": "^4.1", @@ -72037,7 +72505,7 @@ "issues": "https://github.com/spryker/architecture-sniffer/issues", "source": "https://github.com/spryker/architecture-sniffer" }, - "time": "2022-04-28T10:27:06+00:00" + "time": "2023-01-24T16:01:38+00:00" }, { "name": "spryker/code-sniffer", @@ -72159,12 +72627,12 @@ "source": { "type": "git", "url": "https://github.com/spryker/docker-chromedriver.git", - "reference": "9beaaf8fe114fce33c923e58a146ff8effff8933" + "reference": "0ec753e433c38af4dc1565a95f4459084093f355" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/docker-chromedriver/zipball/9beaaf8fe114fce33c923e58a146ff8effff8933", - "reference": "9beaaf8fe114fce33c923e58a146ff8effff8933", + "url": "https://api.github.com/repos/spryker/docker-chromedriver/zipball/0ec753e433c38af4dc1565a95f4459084093f355", + "reference": "0ec753e433c38af4dc1565a95f4459084093f355", "shasum": "" }, "default-branch": true, @@ -72189,7 +72657,7 @@ "issues": "https://github.com/spryker/docker-chromedriver/issues", "source": "https://github.com/spryker/docker-chromedriver/tree/master" }, - "time": "2022-06-09T07:30:40+00:00" + "time": "2022-12-28T16:44:41+00:00" }, { "name": "spryker/module-finder", @@ -72295,7 +72763,7 @@ "source": { "type": "git", "url": "https://github.com/spryker/robotframework-suite-tests.git", - "reference": "13325954c2b69f1f1530f8693bd247d4a86aba75" + "reference": "075ecd3e3d9d7797a60b69869e36f05654d782c0" }, "default-branch": true, "type": "library", @@ -72303,7 +72771,7 @@ "MIT" ], "description": "Automated tests for the Robot Framework", - "time": "2023-06-20T08:08:15+00:00" + "time": "2023-06-30T11:58:56+00:00" }, { "name": "spryker/testify", @@ -72443,16 +72911,16 @@ }, { "name": "squizlabs/php_codesniffer", - "version": "3.7.1", + "version": "3.7.2", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619" + "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/1359e176e9307e906dc3d890bcc9603ff6d90619", - "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ed8e00df0a83aa96acf703f8c2979ff33341f879", + "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879", "shasum": "" }, "require": { @@ -72488,40 +72956,42 @@ "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", "keywords": [ "phpcs", - "standards" + "standards", + "static analysis" ], "support": { "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", "source": "https://github.com/squizlabs/PHP_CodeSniffer", "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" }, - "time": "2022-06-18T07:21:10+00:00" + "time": "2023-02-22T23:07:41+00:00" }, { "name": "stecman/symfony-console-completion", - "version": "0.11.0", + "version": "v0.12.1", "source": { "type": "git", "url": "https://github.com/stecman/symfony-console-completion.git", - "reference": "a9502dab59405e275a9f264536c4e1cb61fc3518" + "reference": "90a1d2c3d51bd95a31df8e12f1c9c554effc69f9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/a9502dab59405e275a9f264536c4e1cb61fc3518", - "reference": "a9502dab59405e275a9f264536c4e1cb61fc3518", + "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/90a1d2c3d51bd95a31df8e12f1c9c554effc69f9", + "reference": "90a1d2c3d51bd95a31df8e12f1c9c554effc69f9", "shasum": "" }, "require": { - "php": ">=5.3.2", - "symfony/console": "~2.3 || ~3.0 || ~4.0 || ~5.0" + "php": ">=8.0.2", + "symfony/console": "~6.0" }, "require-dev": { - "phpunit/phpunit": "~4.8.36 || ~5.7 || ~6.4" + "dms/phpunit-arraysubset-asserts": "^0.4.0", + "phpunit/phpunit": "^9.5" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "0.10.x-dev" + "dev-master": "0.11.x-dev" } }, "autoload": { @@ -72542,22 +73012,22 @@ "description": "Automatic BASH completion for Symfony Console Component based applications.", "support": { "issues": "https://github.com/stecman/symfony-console-completion/issues", - "source": "https://github.com/stecman/symfony-console-completion/tree/0.11.0" + "source": "https://github.com/stecman/symfony-console-completion/tree/v0.12.1" }, - "time": "2019-11-24T17:03:06+00:00" + "time": "2023-06-23T22:17:30+00:00" }, { "name": "symfony/browser-kit", - "version": "v6.0.11", + "version": "v6.0.19", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", - "reference": "92e4b59bf2ef0f7a01d2620c4c87108e5c143d36" + "reference": "4d1bf7886e2af0a194332486273debcd6662cfc9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/92e4b59bf2ef0f7a01d2620c4c87108e5c143d36", - "reference": "92e4b59bf2ef0f7a01d2620c4c87108e5c143d36", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/4d1bf7886e2af0a194332486273debcd6662cfc9", + "reference": "4d1bf7886e2af0a194332486273debcd6662cfc9", "shasum": "" }, "require": { @@ -72599,7 +73069,7 @@ "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/browser-kit/tree/v6.0.11" + "source": "https://github.com/symfony/browser-kit/tree/v6.0.19" }, "funding": [ { @@ -72615,7 +73085,7 @@ "type": "tidelift" } ], - "time": "2022-07-27T15:50:26+00:00" + "time": "2023-01-01T08:36:10+00:00" }, { "name": "symfony/css-selector", @@ -72684,16 +73154,16 @@ }, { "name": "symfony/dom-crawler", - "version": "v6.0.15", + "version": "v6.0.19", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "b659bb16afdeb784699ee08736b22bc6cc352536" + "reference": "622578ff158318b1b49d95068bd6b66c713601e9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/b659bb16afdeb784699ee08736b22bc6cc352536", - "reference": "b659bb16afdeb784699ee08736b22bc6cc352536", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/622578ff158318b1b49d95068bd6b66c713601e9", + "reference": "622578ff158318b1b49d95068bd6b66c713601e9", "shasum": "" }, "require": { @@ -72737,7 +73207,7 @@ "description": "Eases DOM navigation for HTML and XML documents", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dom-crawler/tree/v6.0.15" + "source": "https://github.com/symfony/dom-crawler/tree/v6.0.19" }, "funding": [ { @@ -72753,20 +73223,20 @@ "type": "tidelift" } ], - "time": "2022-10-28T16:22:58+00:00" + "time": "2023-01-20T17:44:14+00:00" }, { "name": "symfony/twig-bundle", - "version": "v6.0.8", + "version": "v6.0.19", "source": { "type": "git", "url": "https://github.com/symfony/twig-bundle.git", - "reference": "0c5bb02150d08fa3174d8cd7600496a51702360a" + "reference": "13ce8cae82ca5870aabfcfd2e8d4bd03d3d843d5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/0c5bb02150d08fa3174d8cd7600496a51702360a", - "reference": "0c5bb02150d08fa3174d8cd7600496a51702360a", + "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/13ce8cae82ca5870aabfcfd2e8d4bd03d3d843d5", + "reference": "13ce8cae82ca5870aabfcfd2e8d4bd03d3d843d5", "shasum": "" }, "require": { @@ -72785,7 +73255,7 @@ "symfony/translation": "<5.4" }, "require-dev": { - "doctrine/annotations": "^1.10.4", + "doctrine/annotations": "^1.10.4|^2", "symfony/asset": "^5.4|^6.0", "symfony/dependency-injection": "^5.4|^6.0", "symfony/expression-language": "^5.4|^6.0", @@ -72824,7 +73294,7 @@ "description": "Provides a tight integration of Twig into the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/twig-bundle/tree/v6.0.8" + "source": "https://github.com/symfony/twig-bundle/tree/v6.0.19" }, "funding": [ { @@ -72840,20 +73310,20 @@ "type": "tidelift" } ], - "time": "2022-04-03T13:04:20+00:00" + "time": "2023-01-01T08:36:10+00:00" }, { "name": "symfony/web-profiler-bundle", - "version": "v5.4.14", + "version": "v5.4.24", "source": { "type": "git", "url": "https://github.com/symfony/web-profiler-bundle.git", - "reference": "e41ebd5411908bc8afdc848ccf68918ecb243c02" + "reference": "42dbb751c0363d75a3697775e662d6f21f3d8b83" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/e41ebd5411908bc8afdc848ccf68918ecb243c02", - "reference": "e41ebd5411908bc8afdc848ccf68918ecb243c02", + "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/42dbb751c0363d75a3697775e662d6f21f3d8b83", + "reference": "42dbb751c0363d75a3697775e662d6f21f3d8b83", "shasum": "" }, "require": { @@ -72904,7 +73374,7 @@ "description": "Provides a development tool that gives detailed information about the execution of any request", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/web-profiler-bundle/tree/v5.4.14" + "source": "https://github.com/symfony/web-profiler-bundle/tree/v5.4.24" }, "funding": [ { @@ -72920,7 +73390,7 @@ "type": "tidelift" } ], - "time": "2022-10-01T21:59:28+00:00" + "time": "2023-05-02T16:38:36+00:00" }, { "name": "theseer/tokenizer", @@ -72971,222 +73441,69 @@ } ], "time": "2021-07-28T10:34:58+00:00" - } - ], - "aliases": [ - { - "package": "spryker-feature/agent-assist", - "version": "9999999-dev", - "alias": "202304.0", - "alias_normalized": "202304.0" - }, - { - "package": "spryker-feature/alternative-products", - "version": "9999999-dev", - "alias": "202304.0", - "alias_normalized": "202304.0" }, { - "package": "spryker-feature/availability-notification", - "version": "9999999-dev", - "alias": "202304.0", - "alias_normalized": "202304.0" - }, - { - "package": "spryker-feature/cart", - "version": "9999999-dev", - "alias": "202304.0", - "alias_normalized": "202304.0" - }, - { - "package": "spryker-feature/category-management", - "version": "9999999-dev", - "alias": "202304.0", - "alias_normalized": "202304.0" - }, - { - "package": "spryker-feature/company-account", - "version": "9999999-dev", - "alias": "202304.0", - "alias_normalized": "202304.0" - }, - { - "package": "spryker-feature/customer-account-management", - "version": "9999999-dev", - "alias": "202304.0", - "alias_normalized": "202304.0" - }, - { - "package": "spryker-feature/deployment-tools", - "version": "9999999-dev", - "alias": "202304.0", - "alias_normalized": "202304.0" - }, - { - "package": "spryker-feature/development-tools", - "version": "9999999-dev", - "alias": "202304.0", - "alias_normalized": "202304.0" - }, - { - "package": "spryker-feature/file-manager", - "version": "9999999-dev", - "alias": "202304.0", - "alias_normalized": "202304.0" - }, - { - "package": "spryker-feature/marketplace-inventory-management", - "version": "9999999-dev", - "alias": "202304.0", - "alias_normalized": "202304.0" - }, - { - "package": "spryker-feature/marketplace-merchant-portal-product-management", - "version": "9999999-dev", - "alias": "202304.0", - "alias_normalized": "202304.0" - }, - { - "package": "spryker-feature/marketplace-merchant-portal-product-offer-management", - "version": "9999999-dev", - "alias": "202304.0", - "alias_normalized": "202304.0" - }, - { - "package": "spryker-feature/marketplace-merchantportal-core", - "version": "9999999-dev", - "alias": "202304.0", - "alias_normalized": "202304.0" - }, - { - "package": "spryker-feature/marketplace-product", - "version": "9999999-dev", - "alias": "202304.0", - "alias_normalized": "202304.0" - }, - { - "package": "spryker-feature/marketplace-product-offer", - "version": "9999999-dev", - "alias": "202304.0", - "alias_normalized": "202304.0" - }, - { - "package": "spryker-feature/marketplace-product-offer-prices", - "version": "9999999-dev", - "alias": "202304.0", - "alias_normalized": "202304.0" - }, - { - "package": "spryker-feature/marketplace-product-options", - "version": "9999999-dev", - "alias": "202304.0", - "alias_normalized": "202304.0" - }, - { - "package": "spryker-feature/marketplace-promotions-discounts", - "version": "9999999-dev", - "alias": "202304.0", - "alias_normalized": "202304.0" - }, - { - "package": "spryker-feature/order-management", - "version": "9999999-dev", - "alias": "202304.0", - "alias_normalized": "202304.0" - }, - { - "package": "spryker-feature/prices", - "version": "9999999-dev", - "alias": "202304.0", - "alias_normalized": "202304.0" - }, - { - "package": "spryker-feature/product", - "version": "9999999-dev", - "alias": "202304.0", - "alias_normalized": "202304.0" - }, - { - "package": "spryker-feature/product-bundles", - "version": "9999999-dev", - "alias": "202304.0", - "alias_normalized": "202304.0" - }, - { - "package": "spryker-feature/product-labels", - "version": "9999999-dev", - "alias": "202304.0", - "alias_normalized": "202304.0" - }, - { - "package": "spryker-feature/product-lists", - "version": "9999999-dev", - "alias": "202304.0", - "alias_normalized": "202304.0" - }, - { - "package": "spryker-feature/product-rating-reviews", - "version": "9999999-dev", - "alias": "202304.0", - "alias_normalized": "202304.0" - }, - { - "package": "spryker-feature/promotions-discounts", - "version": "9999999-dev", - "alias": "202304.0", - "alias_normalized": "202304.0" - }, - { - "package": "spryker-feature/spryker-core", - "version": "9999999-dev", - "alias": "202304.0", - "alias_normalized": "202304.0" - }, - { - "package": "spryker-feature/spryker-core-back-office", - "version": "9999999-dev", - "alias": "202304.0", - "alias_normalized": "202304.0" - }, - { - "package": "spryker-feature/tax", - "version": "9999999-dev", - "alias": "202304.0", - "alias_normalized": "202304.0" + "name": "webmozart/assert", + "version": "1.11.0", + "source": { + "type": "git", + "url": "https://github.com/webmozarts/assert.git", + "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991", + "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991", + "shasum": "" + }, + "require": { + "ext-ctype": "*", + "php": "^7.2 || ^8.0" + }, + "conflict": { + "phpstan/phpstan": "<0.12.20", + "vimeo/psalm": "<4.6.1 || 4.6.2" + }, + "require-dev": { + "phpunit/phpunit": "^8.5.13" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.10-dev" + } + }, + "autoload": { + "psr-4": { + "Webmozart\\Assert\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + } + ], + "description": "Assertions to validate method input/output with nice error messages.", + "keywords": [ + "assert", + "check", + "validate" + ], + "support": { + "issues": "https://github.com/webmozarts/assert/issues", + "source": "https://github.com/webmozarts/assert/tree/1.11.0" + }, + "time": "2022-06-03T18:03:27+00:00" } ], + "aliases": [], "minimum-stability": "dev", "stability-flags": { - "spryker-feature/agent-assist": 20, - "spryker-feature/alternative-products": 20, - "spryker-feature/availability-notification": 20, - "spryker-feature/cart": 20, - "spryker-feature/category-management": 20, - "spryker-feature/company-account": 20, - "spryker-feature/customer-account-management": 20, - "spryker-feature/deployment-tools": 20, - "spryker-feature/file-manager": 20, - "spryker-feature/marketplace-inventory-management": 20, - "spryker-feature/marketplace-merchant-portal-product-management": 20, - "spryker-feature/marketplace-merchant-portal-product-offer-management": 20, - "spryker-feature/marketplace-merchantportal-core": 20, - "spryker-feature/marketplace-product": 20, - "spryker-feature/marketplace-product-offer": 20, - "spryker-feature/marketplace-product-offer-prices": 20, - "spryker-feature/marketplace-product-options": 20, - "spryker-feature/marketplace-promotions-discounts": 20, - "spryker-feature/order-management": 20, - "spryker-feature/prices": 20, - "spryker-feature/product": 20, - "spryker-feature/product-bundles": 20, - "spryker-feature/product-labels": 20, - "spryker-feature/product-lists": 20, - "spryker-feature/product-rating-reviews": 20, - "spryker-feature/promotions-discounts": 20, - "spryker-feature/spryker-core": 20, - "spryker-feature/spryker-core-back-office": 20, - "spryker-feature/tax": 20, - "spryker-feature/development-tools": 20, "spryker/docker-chromedriver": 20, "spryker/robotframework-suite-tests": 20 }, diff --git a/data/import/common/AT/payment_method_store.csv b/data/import/common/AT/payment_method_store.csv index 9791bee467..6ec8427bf2 100644 --- a/data/import/common/AT/payment_method_store.csv +++ b/data/import/common/AT/payment_method_store.csv @@ -1,3 +1,2 @@ payment_method_key,store -dummyPaymentInvoice,AT dummyMarketplacePaymentInvoice,AT diff --git a/data/import/common/DE/payment_method_store.csv b/data/import/common/DE/payment_method_store.csv index 53b240d832..221d3e2333 100644 --- a/data/import/common/DE/payment_method_store.csv +++ b/data/import/common/DE/payment_method_store.csv @@ -1,3 +1,2 @@ payment_method_key,store -dummyPaymentInvoice,DE dummyMarketplacePaymentInvoice,DE diff --git a/data/import/common/US/payment_method_store.csv b/data/import/common/US/payment_method_store.csv index b0887492a7..4129c599e8 100644 --- a/data/import/common/US/payment_method_store.csv +++ b/data/import/common/US/payment_method_store.csv @@ -1,3 +1,2 @@ payment_method_key,store -dummyPaymentInvoice,US dummyMarketplacePaymentInvoice,US diff --git a/data/import/common/common/payment_method.csv b/data/import/common/common/payment_method.csv index 2a96eb847e..83cfa6097b 100644 --- a/data/import/common/common/payment_method.csv +++ b/data/import/common/common/payment_method.csv @@ -1,3 +1,2 @@ payment_method_key,payment_method_name,payment_provider_key,payment_provider_name,is_active -dummyPaymentInvoice,Invoice,dummyPayment,Dummy Payment,1 dummyMarketplacePaymentInvoice,Invoice,DummyMarketplacePayment,Dummy Marketplace Payment,1 diff --git a/frontend/libs/command-line-parser.js b/frontend/libs/command-line-parser.js index 075efba7ef..84d347af00 100644 --- a/frontend/libs/command-line-parser.js +++ b/frontend/libs/command-line-parser.js @@ -6,6 +6,7 @@ let mode = null; const collectArguments = (argument, argumentCollection) => { argumentCollection.push(argument); + return argumentCollection; }; @@ -165,4 +166,8 @@ const getAttributes = () => { }; }; +if (process.argv.includes('--help') || process.argv.includes('-h')) { + getAttributes(); +} + module.exports = getAttributes; diff --git a/frontend/libs/formatter.js b/frontend/libs/formatter.js deleted file mode 100644 index 8ca65c34b1..0000000000 --- a/frontend/libs/formatter.js +++ /dev/null @@ -1,18 +0,0 @@ -const { spawn } = require('child_process'); -const { globalSettings } = require('../settings'); -const commandLineParser = require('commander'); -const configPath = 'node_modules/@spryker/frontend-config.prettier/.prettierrc.json'; - -commandLineParser - .option('-f, --fix', 'execute stylelint in the fix mode.') - .option('-p, --file-path ', 'execute stylelint only for this file.') - .option('-i, --ignore-path ', 'path to prettier ignore file.') - .parse(process.argv); - -const mode = commandLineParser.fix ? '--write' : '--check'; -const filePaths = commandLineParser.filePath ? [commandLineParser.filePath] : globalSettings.formatter; -const ignorePath = commandLineParser.ignorePath ? commandLineParser.ignorePath : './.prettierignore'; - -spawn('npx', ['prettier', '--config', configPath, '--ignore-path', ignorePath, mode, ...filePaths], { - stdio: 'inherit', -}); diff --git a/frontend/merchant-portal/update-config-paths.js b/frontend/merchant-portal/update-config-paths.js index f12fa70252..bccb2e5ca0 100644 --- a/frontend/merchant-portal/update-config-paths.js +++ b/frontend/merchant-portal/update-config-paths.js @@ -9,7 +9,7 @@ const TSCONFIG_FILES = ['tsconfig.mp.json']; async function getMPPathsMap() { const entryPoints = await getMPEntryPoints(SPRYKER_CORE_DIR, MP_CORE_ENTRY_POINT_FILE); - return entryPoints.reduce( + return entryPoints.sort().reduce( (acc, entryPoint) => ({ ...acc, [entryPointPathToName('@mp/', entryPoint)]: [ @@ -34,7 +34,10 @@ async function updateConfigPaths() { fs.writeFileSync(fileName, JSON.stringify(config)); - spawnSync('node', ['./frontend/libs/formatter', '-f', '-p', fileName], { stdio: 'inherit', cwd: ROOT_DIR }); + spawnSync('npx', ['prettier', '--write', fileName], { + stdio: 'inherit', + cwd: ROOT_DIR, + }); } } diff --git a/frontend/settings.js b/frontend/settings.js index 8bfb3a09c5..c5eef84d69 100644 --- a/frontend/settings.js +++ b/frontend/settings.js @@ -29,8 +29,6 @@ const globalSettings = { project: './src/Pyz/Yves', }, - formatter: [`**/*.(scss|css|less|js|ts|json|html)`], - expectedModeArgument: 2, }; diff --git a/package-lock.json b/package-lock.json index 0281e4f45e..9ab7e5ad10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7199,38 +7199,6 @@ "webpack": ">=2" } }, - "node_modules/@spryker/oryx-for-zed/node_modules/babel-loader/node_modules/loader-utils": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", - "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", - "dev": true, - "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - }, - "engines": { - "node": ">=8.9.0" - } - }, - "node_modules/@spryker/oryx-for-zed/node_modules/babel-loader/node_modules/schema-utils": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", - "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", - "dev": true, - "dependencies": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - }, - "engines": { - "node": ">= 8.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, "node_modules/@spryker/oryx-for-zed/node_modules/cliui": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz", @@ -7267,6 +7235,51 @@ "webpack": "^4.0.0" } }, + "node_modules/@spryker/oryx-for-zed/node_modules/css-loader/node_modules/loader-utils": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.2.tgz", + "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==", + "dev": true, + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/@spryker/oryx-for-zed/node_modules/css-loader/node_modules/postcss": { + "version": "7.0.39", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", + "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "dev": true, + "dependencies": { + "picocolors": "^0.2.1", + "source-map": "^0.6.1" + }, + "engines": { + "node": ">=6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + } + }, + "node_modules/@spryker/oryx-for-zed/node_modules/css-loader/node_modules/schema-utils": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", + "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", + "dev": true, + "dependencies": { + "ajv": "^6.1.0", + "ajv-errors": "^1.0.0", + "ajv-keywords": "^3.1.0" + }, + "engines": { + "node": ">= 4" + } + }, "node_modules/@spryker/oryx-for-zed/node_modules/emoji-regex": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", @@ -7274,9 +7287,9 @@ "dev": true }, "node_modules/@spryker/oryx-for-zed/node_modules/es-module-lexer": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.2.1.tgz", - "integrity": "sha512-9978wrXM50Y4rTMmW5kXIC09ZdXQZqkE4mxhwkd8VbzsGkXGPgV4zWuqQJgCEzYngdo2dYDa0l8xhX4fkSwJSg==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.3.0.tgz", + "integrity": "sha512-vZK7T0N2CBmBOixhmjdqx2gWVbFZ4DXZ/NyRMZVlJXPa7CyFS+/a4QQsDGDQy9ZfEzxFuNEsMLeQJnKP2p5/JA==", "dev": true }, "node_modules/@spryker/oryx-for-zed/node_modules/find-up": { @@ -7306,21 +7319,7 @@ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", "dev": true }, - "node_modules/@spryker/oryx-for-zed/node_modules/loader-utils": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.2.tgz", - "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==", - "dev": true, - "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/@spryker/oryx-for-zed/node_modules/loader-utils/node_modules/json5": { + "node_modules/@spryker/oryx-for-zed/node_modules/json5": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", @@ -7396,7 +7395,21 @@ "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", "dev": true }, - "node_modules/@spryker/oryx-for-zed/node_modules/postcss": { + "node_modules/@spryker/oryx-for-zed/node_modules/postcss-modules-local-by-default": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-2.0.6.tgz", + "integrity": "sha512-oLUV5YNkeIBa0yQl7EYnxMgy4N6noxmiwZStaEJUSe2xPMcdNc8WmBQuQCx18H5psYbVxz8zoHk0RAAYZXP9gA==", + "dev": true, + "dependencies": { + "postcss": "^7.0.6", + "postcss-selector-parser": "^6.0.0", + "postcss-value-parser": "^3.3.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/@spryker/oryx-for-zed/node_modules/postcss-modules-local-by-default/node_modules/postcss": { "version": "7.0.39", "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", @@ -7413,20 +7426,6 @@ "url": "https://opencollective.com/postcss/" } }, - "node_modules/@spryker/oryx-for-zed/node_modules/postcss-modules-local-by-default": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-2.0.6.tgz", - "integrity": "sha512-oLUV5YNkeIBa0yQl7EYnxMgy4N6noxmiwZStaEJUSe2xPMcdNc8WmBQuQCx18H5psYbVxz8zoHk0RAAYZXP9gA==", - "dev": true, - "dependencies": { - "postcss": "^7.0.6", - "postcss-selector-parser": "^6.0.0", - "postcss-value-parser": "^3.3.1" - }, - "engines": { - "node": ">= 6" - } - }, "node_modules/@spryker/oryx-for-zed/node_modules/postcss-modules-values": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-2.0.0.tgz", @@ -7437,6 +7436,23 @@ "postcss": "^7.0.6" } }, + "node_modules/@spryker/oryx-for-zed/node_modules/postcss-modules-values/node_modules/postcss": { + "version": "7.0.39", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", + "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "dev": true, + "dependencies": { + "picocolors": "^0.2.1", + "source-map": "^0.6.1" + }, + "engines": { + "node": ">=6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + } + }, "node_modules/@spryker/oryx-for-zed/node_modules/sass": { "version": "1.60.0", "resolved": "https://registry.npmjs.org/sass/-/sass-1.60.0.tgz", @@ -7491,24 +7507,10 @@ } } }, - "node_modules/@spryker/oryx-for-zed/node_modules/sass-loader/node_modules/loader-utils": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", - "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", - "dev": true, - "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - }, - "engines": { - "node": ">=8.9.0" - } - }, "node_modules/@spryker/oryx-for-zed/node_modules/sass-loader/node_modules/schema-utils": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", - "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", "dev": true, "dependencies": { "@types/json-schema": "^7.0.8", @@ -7523,20 +7525,6 @@ "url": "https://opencollective.com/webpack" } }, - "node_modules/@spryker/oryx-for-zed/node_modules/schema-utils": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", - "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", - "dev": true, - "dependencies": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - }, - "engines": { - "node": ">= 4" - } - }, "node_modules/@spryker/oryx-for-zed/node_modules/source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", @@ -7629,9 +7617,9 @@ } }, "node_modules/@spryker/oryx-for-zed/node_modules/webpack/node_modules/schema-utils": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.2.tgz", - "integrity": "sha512-pvjEHOgWc9OWA/f/DE3ohBWTD6EleVLf7iFUkoSwAxttdBhB9QUebQgxER2kWueOvRJXPHNnyrvvh9eZINB8Eg==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", "dev": true, "dependencies": { "@types/json-schema": "^7.0.8", @@ -12700,24 +12688,24 @@ } }, "node_modules/css-minimizer-webpack-plugin/node_modules/@jest/schemas": { - "version": "29.4.3", - "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.4.3.tgz", - "integrity": "sha512-VLYKXQmtmuEz6IxJsrZwzG9NvtkQsWNnWMsKxqWNu3+CnfzJQhp0WDDKWLVV9hLKr0l3SLLFRqcYHjhtyuDVxg==", + "version": "29.6.0", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.0.tgz", + "integrity": "sha512-rxLjXyJBTL4LQeJW3aKo0M/+GkCOXsO+8i9Iu7eDb6KwtP65ayoDsitrdPBtujxQ88k4wI2FNYfa6TOGwSn6cQ==", "dev": true, "dependencies": { - "@sinclair/typebox": "^0.25.16" + "@sinclair/typebox": "^0.27.8" }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/css-minimizer-webpack-plugin/node_modules/@jest/types": { - "version": "29.5.0", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.5.0.tgz", - "integrity": "sha512-qbu7kN6czmVRc3xWFQcAN03RAUamgppVUdXrvl1Wr3jlNF93o9mJbGcDWrwGB6ht44u7efB1qCFgVQmca24Uog==", + "version": "29.6.1", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.1.tgz", + "integrity": "sha512-tPKQNMPuXgvdOn2/Lg9HNfUvjYVGolt04Hp03f5hAk878uwOLikN+JzeLY0HcVgKgFl9Hs3EIqpu3WX27XNhnw==", "dev": true, "dependencies": { - "@jest/schemas": "^29.4.3", + "@jest/schemas": "^29.6.0", "@types/istanbul-lib-coverage": "^2.0.0", "@types/istanbul-reports": "^3.0.0", "@types/node": "*", @@ -12729,9 +12717,9 @@ } }, "node_modules/css-minimizer-webpack-plugin/node_modules/@sinclair/typebox": { - "version": "0.25.24", - "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.25.24.tgz", - "integrity": "sha512-XJfwUVUKDHF5ugKwIcxEgc9k8b7HbznCp6eUfWgu710hMPNIO4aw4/zB5RogDQz8nd6gyCDpU9O/m6qYEWY6yQ==", + "version": "0.27.8", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz", + "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==", "dev": true }, "node_modules/css-minimizer-webpack-plugin/node_modules/ajv": { @@ -12833,12 +12821,12 @@ } }, "node_modules/css-minimizer-webpack-plugin/node_modules/jest-util": { - "version": "29.5.0", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz", - "integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==", + "version": "29.6.1", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.6.1.tgz", + "integrity": "sha512-NRFCcjc+/uO3ijUVyNOQJluf8PtGCe/W6cix36+M3cTFgiYqFOOW5MgN4JOOcvbUhcKTYVd1CvHz/LWi8d16Mg==", "dev": true, "dependencies": { - "@jest/types": "^29.5.0", + "@jest/types": "^29.6.1", "@types/node": "*", "chalk": "^4.0.0", "ci-info": "^3.2.0", @@ -12850,13 +12838,13 @@ } }, "node_modules/css-minimizer-webpack-plugin/node_modules/jest-worker": { - "version": "29.5.0", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.5.0.tgz", - "integrity": "sha512-NcrQnevGoSp4b5kg+akIpthoAFHxPBcb5P6mYPY0fUNT+sSvmtu6jlkEle3anczUKIKEbMxFimk9oTP/tpIPgA==", + "version": "29.6.1", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.6.1.tgz", + "integrity": "sha512-U+Wrbca7S8ZAxAe9L6nb6g8kPdia5hj32Puu5iOqBCMTMWFHXuK6dOV2IFrpedbTV8fjMFLdWNttQTBL6u2MRA==", "dev": true, "dependencies": { "@types/node": "*", - "jest-util": "^29.5.0", + "jest-util": "^29.6.1", "merge-stream": "^2.0.0", "supports-color": "^8.0.0" }, @@ -12865,15 +12853,15 @@ } }, "node_modules/css-minimizer-webpack-plugin/node_modules/schema-utils": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz", - "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", + "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", "dev": true, "dependencies": { "@types/json-schema": "^7.0.9", - "ajv": "^8.8.0", + "ajv": "^8.9.0", "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.0.0" + "ajv-keywords": "^5.1.0" }, "engines": { "node": ">= 12.13.0" @@ -13324,9 +13312,9 @@ } }, "node_modules/dayjs": { - "version": "1.11.7", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.7.tgz", - "integrity": "sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ==", + "version": "1.11.9", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.9.tgz", + "integrity": "sha512-QvzAURSbQ0pKdIye2txOzNaHmxtUBXerpY0FJsFXUMKbIZeFm5ht1LS/jFsrncjnmtv8HsG0W2g6c0zUjZWmpA==", "dev": true }, "node_modules/debug": { @@ -30435,9 +30423,9 @@ } }, "node_modules/which-module": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", - "integrity": "sha512-B+enWhmw6cjfVC7kS8Pj9pCrKSc5txArRyaYGe088shv/FGWH+0Rjx/xPgtsWfsUtS27FkP697E4DDhgrgoc0Q==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.1.tgz", + "integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==", "dev": true }, "node_modules/which-typed-array": { @@ -36321,30 +36309,6 @@ "loader-utils": "^2.0.0", "make-dir": "^3.1.0", "schema-utils": "^2.6.5" - }, - "dependencies": { - "loader-utils": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", - "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", - "dev": true, - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - } - }, - "schema-utils": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", - "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - } - } } }, "cliui": { @@ -36375,6 +36339,40 @@ "postcss-modules-values": "^2.0.0", "postcss-value-parser": "^3.3.0", "schema-utils": "^1.0.0" + }, + "dependencies": { + "loader-utils": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.2.tgz", + "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==", + "dev": true, + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + } + }, + "postcss": { + "version": "7.0.39", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", + "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "dev": true, + "requires": { + "picocolors": "^0.2.1", + "source-map": "^0.6.1" + } + }, + "schema-utils": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", + "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", + "dev": true, + "requires": { + "ajv": "^6.1.0", + "ajv-errors": "^1.0.0", + "ajv-keywords": "^3.1.0" + } + } } }, "emoji-regex": { @@ -36384,9 +36382,9 @@ "dev": true }, "es-module-lexer": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.2.1.tgz", - "integrity": "sha512-9978wrXM50Y4rTMmW5kXIC09ZdXQZqkE4mxhwkd8VbzsGkXGPgV4zWuqQJgCEzYngdo2dYDa0l8xhX4fkSwJSg==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.3.0.tgz", + "integrity": "sha512-vZK7T0N2CBmBOixhmjdqx2gWVbFZ4DXZ/NyRMZVlJXPa7CyFS+/a4QQsDGDQy9ZfEzxFuNEsMLeQJnKP2p5/JA==", "dev": true }, "find-up": { @@ -36410,26 +36408,13 @@ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", "dev": true }, - "loader-utils": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.2.tgz", - "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==", + "json5": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", "dev": true, "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "dependencies": { - "json5": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", - "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", - "dev": true, - "requires": { - "minimist": "^1.2.0" - } - } + "minimist": "^1.2.0" } }, "locate-path": { @@ -36480,16 +36465,6 @@ "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", "dev": true }, - "postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "dev": true, - "requires": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - } - }, "postcss-modules-local-by-default": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-2.0.6.tgz", @@ -36499,6 +36474,18 @@ "postcss": "^7.0.6", "postcss-selector-parser": "^6.0.0", "postcss-value-parser": "^3.3.1" + }, + "dependencies": { + "postcss": { + "version": "7.0.39", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", + "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "dev": true, + "requires": { + "picocolors": "^0.2.1", + "source-map": "^0.6.1" + } + } } }, "postcss-modules-values": { @@ -36509,6 +36496,18 @@ "requires": { "icss-replace-symbols": "^1.1.0", "postcss": "^7.0.6" + }, + "dependencies": { + "postcss": { + "version": "7.0.39", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", + "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "dev": true, + "requires": { + "picocolors": "^0.2.1", + "source-map": "^0.6.1" + } + } } }, "sass": { @@ -36535,21 +36534,10 @@ "semver": "^7.3.2" }, "dependencies": { - "loader-utils": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", - "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", - "dev": true, - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - } - }, "schema-utils": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", - "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", "dev": true, "requires": { "@types/json-schema": "^7.0.8", @@ -36559,17 +36547,6 @@ } } }, - "schema-utils": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", - "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", - "dev": true, - "requires": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - } - }, "source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", @@ -36629,9 +36606,9 @@ }, "dependencies": { "schema-utils": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.2.tgz", - "integrity": "sha512-pvjEHOgWc9OWA/f/DE3ohBWTD6EleVLf7iFUkoSwAxttdBhB9QUebQgxER2kWueOvRJXPHNnyrvvh9eZINB8Eg==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", "dev": true, "requires": { "@types/json-schema": "^7.0.8", @@ -40474,21 +40451,21 @@ }, "dependencies": { "@jest/schemas": { - "version": "29.4.3", - "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.4.3.tgz", - "integrity": "sha512-VLYKXQmtmuEz6IxJsrZwzG9NvtkQsWNnWMsKxqWNu3+CnfzJQhp0WDDKWLVV9hLKr0l3SLLFRqcYHjhtyuDVxg==", + "version": "29.6.0", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.0.tgz", + "integrity": "sha512-rxLjXyJBTL4LQeJW3aKo0M/+GkCOXsO+8i9Iu7eDb6KwtP65ayoDsitrdPBtujxQ88k4wI2FNYfa6TOGwSn6cQ==", "dev": true, "requires": { - "@sinclair/typebox": "^0.25.16" + "@sinclair/typebox": "^0.27.8" } }, "@jest/types": { - "version": "29.5.0", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.5.0.tgz", - "integrity": "sha512-qbu7kN6czmVRc3xWFQcAN03RAUamgppVUdXrvl1Wr3jlNF93o9mJbGcDWrwGB6ht44u7efB1qCFgVQmca24Uog==", + "version": "29.6.1", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.1.tgz", + "integrity": "sha512-tPKQNMPuXgvdOn2/Lg9HNfUvjYVGolt04Hp03f5hAk878uwOLikN+JzeLY0HcVgKgFl9Hs3EIqpu3WX27XNhnw==", "dev": true, "requires": { - "@jest/schemas": "^29.4.3", + "@jest/schemas": "^29.6.0", "@types/istanbul-lib-coverage": "^2.0.0", "@types/istanbul-reports": "^3.0.0", "@types/node": "*", @@ -40497,9 +40474,9 @@ } }, "@sinclair/typebox": { - "version": "0.25.24", - "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.25.24.tgz", - "integrity": "sha512-XJfwUVUKDHF5ugKwIcxEgc9k8b7HbznCp6eUfWgu710hMPNIO4aw4/zB5RogDQz8nd6gyCDpU9O/m6qYEWY6yQ==", + "version": "0.27.8", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz", + "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==", "dev": true }, "ajv": { @@ -40575,12 +40552,12 @@ "dev": true }, "jest-util": { - "version": "29.5.0", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz", - "integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==", + "version": "29.6.1", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.6.1.tgz", + "integrity": "sha512-NRFCcjc+/uO3ijUVyNOQJluf8PtGCe/W6cix36+M3cTFgiYqFOOW5MgN4JOOcvbUhcKTYVd1CvHz/LWi8d16Mg==", "dev": true, "requires": { - "@jest/types": "^29.5.0", + "@jest/types": "^29.6.1", "@types/node": "*", "chalk": "^4.0.0", "ci-info": "^3.2.0", @@ -40589,27 +40566,27 @@ } }, "jest-worker": { - "version": "29.5.0", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.5.0.tgz", - "integrity": "sha512-NcrQnevGoSp4b5kg+akIpthoAFHxPBcb5P6mYPY0fUNT+sSvmtu6jlkEle3anczUKIKEbMxFimk9oTP/tpIPgA==", + "version": "29.6.1", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.6.1.tgz", + "integrity": "sha512-U+Wrbca7S8ZAxAe9L6nb6g8kPdia5hj32Puu5iOqBCMTMWFHXuK6dOV2IFrpedbTV8fjMFLdWNttQTBL6u2MRA==", "dev": true, "requires": { "@types/node": "*", - "jest-util": "^29.5.0", + "jest-util": "^29.6.1", "merge-stream": "^2.0.0", "supports-color": "^8.0.0" } }, "schema-utils": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz", - "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", + "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", "dev": true, "requires": { "@types/json-schema": "^7.0.9", - "ajv": "^8.8.0", + "ajv": "^8.9.0", "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.0.0" + "ajv-keywords": "^5.1.0" } }, "source-map": { @@ -40994,9 +40971,9 @@ "integrity": "sha512-dlLD5rKaKxpFdnjrs+5azHDFOPEu4ANy/LTh04A1DTzMM7qoajmKCBc8pkKRFT41CNzw+4gQh79X5C+Jq27HAw==" }, "dayjs": { - "version": "1.11.7", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.7.tgz", - "integrity": "sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ==", + "version": "1.11.9", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.9.tgz", + "integrity": "sha512-QvzAURSbQ0pKdIye2txOzNaHmxtUBXerpY0FJsFXUMKbIZeFm5ht1LS/jFsrncjnmtv8HsG0W2g6c0zUjZWmpA==", "dev": true }, "debug": { @@ -54479,9 +54456,9 @@ } }, "which-module": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", - "integrity": "sha512-B+enWhmw6cjfVC7kS8Pj9pCrKSc5txArRyaYGe088shv/FGWH+0Rjx/xPgtsWfsUtS27FkP697E4DDhgrgoc0Q==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.1.tgz", + "integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==", "dev": true }, "which-typed-array": { diff --git a/package.json b/package.json index 7942f6e7f4..977ffb4f05 100644 --- a/package.json +++ b/package.json @@ -19,10 +19,10 @@ "yves:help": "node ./frontend/libs/command-line-parser --help", "yves:stylelint": "node ./frontend/libs/stylelint", "yves:stylelint:fix": "node ./frontend/libs/stylelint --fix", - "yves:lint": "eslint --no-error-on-unmatched-pattern ./src/Pyz/Yves/**/Theme/**/*.{js,ts}", - "yves:lint:fix": "eslint --no-error-on-unmatched-pattern --fix ./src/Pyz/Yves/**/Theme/**/*.{js,ts}", - "formatter": "node ./frontend/libs/formatter", - "formatter:fix": "node ./frontend/libs/formatter --fix", + "yves:lint": "eslint --no-error-on-unmatched-pattern './src/Pyz/Yves/**/Theme/**/*.{js,ts}'", + "yves:lint:fix": "eslint --no-error-on-unmatched-pattern --fix './src/Pyz/Yves/**/Theme/**/*.{js,ts}'", + "formatter": "prettier --check '**/*.(scss|css|less|js|ts|json|html)'", + "formatter:fix": "prettier --write '**/*.(scss|css|less|js|ts|json|html)'", "zed": "node ./node_modules/@spryker/oryx-for-zed/build", "zed:watch": "node ./node_modules/@spryker/oryx-for-zed/build --dev", "zed:production": "node ./node_modules/@spryker/oryx-for-zed/build --prod", diff --git a/phpstan.neon b/phpstan.neon index 6684a6cad9..acb7596e61 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,17 +1,25 @@ includes: - vendor/spryker-sdk/phpstan-spryker/extension.neon + - vendor/phpstan/phpstan/conf/bleedingEdge.neon parameters: + level: 6 + paths: + - src/ + excludePaths: - - %rootDir%/../../../src/Generated/* - - %rootDir%/../../../src/Orm/* + - '%rootDir%/../../../src/Generated/*' + - '%rootDir%/../../../src/Orm/*' bootstrapFiles: - - %rootDir%/../../../phpstan-bootstrap.php + - '%rootDir%/../../../phpstan-bootstrap.php' ignoreErrors: - '#Call to an undefined method .+Criteria::.+\(\).#' - - '#Call to an undefined method .+DataSetStepBrokerAwareInterface::.+\(\).#' + - '#Call to an undefined method .+DataSetStepBrokerAwareInterface::setDataSetWriter\(\).#' + - '#Call to an undefined method .+DataSetStepBrokerAwareInterface::addAfterImportHook\(\).#' + - '#Parameter \#1 \$rawCatalogSearchResultFormatterPlugin of class .+CurrencyAwareSuggestionByTypeResultFormatter constructor expects .+ResultFormatterPluginInterface, .+SuggestionByTypeResultFormatterPlugin given.#' + - '#Method .+CheckoutPageDependencyProvider::.+\(\) return type has no value type specified in iterable type .+FormInterface.#' reportUnmatchedIgnoredErrors: false @@ -22,4 +30,4 @@ parameters: - APPLICATION_CODE_BUCKET parallel: - maximumNumberOfProcesses: 1 + maximumNumberOfProcesses: 1 diff --git a/src/Orm/Zed/ShipmentType/Persistence/SpyShipmentType.php b/src/Orm/Zed/ShipmentType/Persistence/SpyShipmentType.php new file mode 100644 index 0000000000..f4c861a245 --- /dev/null +++ b/src/Orm/Zed/ShipmentType/Persistence/SpyShipmentType.php @@ -0,0 +1,23 @@ + $requestParameters * - * @return array + * @return array */ public function salePyzSearch(array $requestParameters = []): array { diff --git a/src/Pyz/Client/ExampleProductSalePage/ExampleProductSalePageClientInterface.php b/src/Pyz/Client/ExampleProductSalePage/ExampleProductSalePageClientInterface.php index 1645fd33e7..2cbc850b31 100644 --- a/src/Pyz/Client/ExampleProductSalePage/ExampleProductSalePageClientInterface.php +++ b/src/Pyz/Client/ExampleProductSalePage/ExampleProductSalePageClientInterface.php @@ -21,9 +21,9 @@ interface ExampleProductSalePageClientInterface * * @api * - * @param array $requestParameters + * @param array $requestParameters * - * @return array + * @return array */ public function salePyzSearch(array $requestParameters): array; } diff --git a/src/Pyz/Client/ExampleProductSalePage/ExampleProductSalePageFactory.php b/src/Pyz/Client/ExampleProductSalePage/ExampleProductSalePageFactory.php index 64f1e23946..4641e1fde3 100644 --- a/src/Pyz/Client/ExampleProductSalePage/ExampleProductSalePageFactory.php +++ b/src/Pyz/Client/ExampleProductSalePage/ExampleProductSalePageFactory.php @@ -19,7 +19,7 @@ class ExampleProductSalePageFactory extends AbstractFactory { /** - * @param array $requestParameters + * @param array $requestParameters * * @return \Spryker\Client\SearchExtension\Dependency\Plugin\QueryInterface */ diff --git a/src/Pyz/Client/ProductSetPageSearch/ProductSetPageSearchDependencyProvider.php b/src/Pyz/Client/ProductSetPageSearch/ProductSetPageSearchDependencyProvider.php index 97c996e8fd..31d8976c36 100644 --- a/src/Pyz/Client/ProductSetPageSearch/ProductSetPageSearchDependencyProvider.php +++ b/src/Pyz/Client/ProductSetPageSearch/ProductSetPageSearchDependencyProvider.php @@ -15,7 +15,7 @@ class ProductSetPageSearchDependencyProvider extends SprykerProductSetPageSearchDependencyProvider { /** - * @return array + * @return array<\Spryker\Client\SearchExtension\Dependency\Plugin\ResultFormatterPluginInterface|\Spryker\Client\Search\Dependency\Plugin\ResultFormatterPluginInterface> */ protected function getProductSetListResultFormatterPlugins(): array { @@ -25,7 +25,7 @@ protected function getProductSetListResultFormatterPlugins(): array } /** - * @return array + * @return array<\Spryker\Client\Kernel\AbstractPlugin> */ protected function getProductSetListQueryExpanderPlugins(): array { diff --git a/src/Pyz/Client/RabbitMq/RabbitMqConfig.php b/src/Pyz/Client/RabbitMq/RabbitMqConfig.php index f83ec6df29..6c6fb3116e 100644 --- a/src/Pyz/Client/RabbitMq/RabbitMqConfig.php +++ b/src/Pyz/Client/RabbitMq/RabbitMqConfig.php @@ -86,7 +86,7 @@ public function getDefaultLocaleCode(): ?string * * @see https://www.rabbitmq.com/tutorials/amqp-concepts.html * - * @return array + * @return array */ protected function getQueueConfiguration(): array { @@ -104,7 +104,7 @@ protected function getQueueConfiguration(): array } /** - * @return array + * @return array */ protected function getPyzPublishQueueConfiguration(): array { @@ -130,7 +130,7 @@ protected function getPyzPublishQueueConfiguration(): array } /** - * @return array + * @return array */ protected function getPyzSynchronizationQueueConfiguration(): array { diff --git a/src/Pyz/Glue/Router/RouterDependencyProvider.php b/src/Pyz/Glue/Router/RouterDependencyProvider.php index fb22ead3ae..2f061ce4ce 100644 --- a/src/Pyz/Glue/Router/RouterDependencyProvider.php +++ b/src/Pyz/Glue/Router/RouterDependencyProvider.php @@ -13,7 +13,7 @@ class RouterDependencyProvider extends SprykerRouterDependencyProvider { /** - * @return array + * @return array<\Spryker\Glue\RouterExtension\Dependency\Plugin\RouterPluginInterface|\Spryker\Glue\Kernel\AbstractPlugin> */ protected function getRouterPlugins(): array { diff --git a/src/Pyz/Shared/CmsContentWidgetProductConnector/ContentWidgetConfigurationProvider/CmsProductGroupContentWidgetConfigurationProvider.php b/src/Pyz/Shared/CmsContentWidgetProductConnector/ContentWidgetConfigurationProvider/CmsProductGroupContentWidgetConfigurationProvider.php index 1987efeed6..ea59160898 100644 --- a/src/Pyz/Shared/CmsContentWidgetProductConnector/ContentWidgetConfigurationProvider/CmsProductGroupContentWidgetConfigurationProvider.php +++ b/src/Pyz/Shared/CmsContentWidgetProductConnector/ContentWidgetConfigurationProvider/CmsProductGroupContentWidgetConfigurationProvider.php @@ -17,7 +17,7 @@ class CmsProductGroupContentWidgetConfigurationProvider extends SprykerCmsProduc public const PYZ_SLIDER_TEMPLATE_IDENTIFIER = 'slider'; /** - * @return array + * @return array */ public function getAvailableTemplates(): array { diff --git a/src/Pyz/Shared/ContentBannerGui/ContentBannerGuiConfig.php b/src/Pyz/Shared/ContentBannerGui/ContentBannerGuiConfig.php index 7505b1876d..6a77377908 100644 --- a/src/Pyz/Shared/ContentBannerGui/ContentBannerGuiConfig.php +++ b/src/Pyz/Shared/ContentBannerGui/ContentBannerGuiConfig.php @@ -26,7 +26,7 @@ class ContentBannerGuiConfig extends SprykerContentBannerGuiConfig protected const PYZ_WIDGET_TEMPLATE_DISPLAY_NAME_HOME_PAGE = 'content_banner.template.home-page'; /** - * @return array + * @return array */ public function getContentWidgetTemplates(): array { diff --git a/src/Pyz/Shared/ContentProductGui/ContentProductGuiConfig.php b/src/Pyz/Shared/ContentProductGui/ContentProductGuiConfig.php index 77f864b258..dea6601e62 100644 --- a/src/Pyz/Shared/ContentProductGui/ContentProductGuiConfig.php +++ b/src/Pyz/Shared/ContentProductGui/ContentProductGuiConfig.php @@ -26,7 +26,7 @@ class ContentProductGuiConfig extends SprykerContentProductGuiConfig protected const PYZ_WIDGET_TEMPLATE_DISPLAY_NAME_SLIDER = 'content_product_abstract_list.template.slider'; /** - * @return array + * @return array */ public function getContentWidgetTemplates(): array { diff --git a/src/Pyz/Shared/ContentProductSetGui/ContentProductSetGuiConfig.php b/src/Pyz/Shared/ContentProductSetGui/ContentProductSetGuiConfig.php index 14569180d4..c1e34db675 100644 --- a/src/Pyz/Shared/ContentProductSetGui/ContentProductSetGuiConfig.php +++ b/src/Pyz/Shared/ContentProductSetGui/ContentProductSetGuiConfig.php @@ -26,7 +26,7 @@ class ContentProductSetGuiConfig extends SprykerContentProductSetGuiConfig protected const PYZ_WIDGET_TEMPLATE_DISPLAY_NAME_LANDING_PAGE = 'content_product_set_gui.template.landing-page'; /** - * @return array + * @return array */ public function getContentWidgetTemplates(): array { diff --git a/src/Pyz/Yves/CartPage/Controller/CartController.php b/src/Pyz/Yves/CartPage/Controller/CartController.php index d85a327ecf..41cd06531e 100644 --- a/src/Pyz/Yves/CartPage/Controller/CartController.php +++ b/src/Pyz/Yves/CartPage/Controller/CartController.php @@ -23,10 +23,10 @@ class CartController extends SprykerCartController protected const PYZ_PARAM_REFERER = 'referer'; /** - * @param array $selectedAttributes + * @param array $selectedAttributes * @param bool $withItems * - * @return array + * @return array */ protected function executeIndexAction(array $selectedAttributes = [], bool $withItems = true): array { diff --git a/src/Pyz/Yves/CheckoutPage/Form/Steps/PaymentForm.php b/src/Pyz/Yves/CheckoutPage/Form/Steps/PaymentForm.php index 12117b5d79..452e5f0694 100644 --- a/src/Pyz/Yves/CheckoutPage/Form/Steps/PaymentForm.php +++ b/src/Pyz/Yves/CheckoutPage/Form/Steps/PaymentForm.php @@ -61,7 +61,7 @@ public function getBlockPrefix(): string /** * @param \Symfony\Component\Form\FormBuilderInterface $builder - * @param array $options + * @param array $options * * @return void */ @@ -99,7 +99,7 @@ public function configureOptions(OptionsResolver $resolver): void /** * @param \Symfony\Component\Form\FormBuilderInterface $builder * @param array<\Spryker\Yves\StepEngine\Dependency\Form\SubFormInterface|\Pyz\Yves\StepEngine\Dependency\Form\SubFormInterface> $paymentMethodSubForms - * @param array $options + * @param array $options * * @return $this */ @@ -140,7 +140,7 @@ protected function getPyzPaymentMethodSubFormOptions($paymentMethodSubForm): arr /** * @param \Symfony\Component\Form\FormBuilderInterface $builder - * @param array $options + * @param array $options * * @return $this */ diff --git a/src/Pyz/Yves/ContentBannerWidget/Twig/ContentBannerTwigFunctionProvider.php b/src/Pyz/Yves/ContentBannerWidget/Twig/ContentBannerTwigFunctionProvider.php index eb84e25a8a..8bdfa11fd3 100644 --- a/src/Pyz/Yves/ContentBannerWidget/Twig/ContentBannerTwigFunctionProvider.php +++ b/src/Pyz/Yves/ContentBannerWidget/Twig/ContentBannerTwigFunctionProvider.php @@ -99,7 +99,7 @@ public function getFunction(): callable } /** - * @return array + * @return array */ protected function getPyzAvailableTemplates(): array { diff --git a/src/Pyz/Yves/ContentProductSetWidget/Reader/ContentProductAbstractReader.php b/src/Pyz/Yves/ContentProductSetWidget/Reader/ContentProductAbstractReader.php index 55172f0baa..aaf7292b34 100644 --- a/src/Pyz/Yves/ContentProductSetWidget/Reader/ContentProductAbstractReader.php +++ b/src/Pyz/Yves/ContentProductSetWidget/Reader/ContentProductAbstractReader.php @@ -27,7 +27,7 @@ public function __construct(ContentProductSetWidgetToProductStorageClientInterfa /** * @param \Generated\Shared\Transfer\ProductSetDataStorageTransfer $productSetDataStorageTransfer - * @param array $selectedAttributes + * @param array $selectedAttributes * @param string $localeName * * @return array<\Generated\Shared\Transfer\ProductViewTransfer> @@ -56,9 +56,9 @@ public function getProductAbstractCollection( /** * @param int $idProductAbstract - * @param array $selectedAttributes + * @param array $selectedAttributes * - * @return array + * @return array */ protected function getSelectedAttributesByIdProductAbstract(int $idProductAbstract, array $selectedAttributes): array { diff --git a/src/Pyz/Yves/ContentProductSetWidget/Reader/ContentProductAbstractReaderInterface.php b/src/Pyz/Yves/ContentProductSetWidget/Reader/ContentProductAbstractReaderInterface.php index 36ec2e0488..f36a61b3e9 100644 --- a/src/Pyz/Yves/ContentProductSetWidget/Reader/ContentProductAbstractReaderInterface.php +++ b/src/Pyz/Yves/ContentProductSetWidget/Reader/ContentProductAbstractReaderInterface.php @@ -13,7 +13,7 @@ interface ContentProductAbstractReaderInterface { /** * @param \Generated\Shared\Transfer\ProductSetDataStorageTransfer $productSetDataStorageTransfer - * @param array $selectedAttributes + * @param array $selectedAttributes * @param string $localeName * * @return array<\Generated\Shared\Transfer\ProductViewTransfer> diff --git a/src/Pyz/Yves/ContentProductSetWidget/Twig/ContentProductSetTwigFunctionProvider.php b/src/Pyz/Yves/ContentProductSetWidget/Twig/ContentProductSetTwigFunctionProvider.php index f2153ac158..734677345c 100644 --- a/src/Pyz/Yves/ContentProductSetWidget/Twig/ContentProductSetTwigFunctionProvider.php +++ b/src/Pyz/Yves/ContentProductSetWidget/Twig/ContentProductSetTwigFunctionProvider.php @@ -123,7 +123,7 @@ public function getFunction(): callable return $this->getPyzMessageProductSetNotFound($contentKey); } - /** @var array $selectedAttributes */ + /** @var array $selectedAttributes*/ $selectedAttributes = $this->getPyzRequest($context)->query->get(static::PYZ_PARAM_ATTRIBUTE) ?: []; $productAbstractViewCollection = $this->contentProductAbstractReader ->getProductAbstractCollection($productSetDataStorageTransfer, $selectedAttributes, $this->localeName); @@ -139,7 +139,7 @@ public function getFunction(): callable } /** - * @return array + * @return array */ public function getOptions(): array { @@ -196,7 +196,7 @@ protected function getPyzMessageProductSetWrongType(string $contentKey): string } /** - * @param array $context + * @param array $context * * @return \Symfony\Component\HttpFoundation\Request */ diff --git a/src/Pyz/Yves/ContentProductWidget/Twig/ContentProductAbstractListTwigFunctionProvider.php b/src/Pyz/Yves/ContentProductWidget/Twig/ContentProductAbstractListTwigFunctionProvider.php index 9608b098c9..86875aa07a 100644 --- a/src/Pyz/Yves/ContentProductWidget/Twig/ContentProductAbstractListTwigFunctionProvider.php +++ b/src/Pyz/Yves/ContentProductWidget/Twig/ContentProductAbstractListTwigFunctionProvider.php @@ -106,7 +106,7 @@ public function getFunction(): callable } /** - * @return array + * @return array */ protected function getPyzAvailableTemplates(): array { diff --git a/src/Pyz/Yves/ExampleProductSalePage/Controller/SaleController.php b/src/Pyz/Yves/ExampleProductSalePage/Controller/SaleController.php index 5a147bb207..9f0c093ebe 100644 --- a/src/Pyz/Yves/ExampleProductSalePage/Controller/SaleController.php +++ b/src/Pyz/Yves/ExampleProductSalePage/Controller/SaleController.php @@ -67,7 +67,7 @@ public function indexPyzAction($categoryPath, Request $request): View * * @throws \Symfony\Component\HttpKernel\Exception\NotFoundHttpException * - * @return array + * @return array */ protected function getPyzCategoryNode($categoryPath): array { diff --git a/src/Pyz/Yves/ProductDetailPage/Controller/ProductController.php b/src/Pyz/Yves/ProductDetailPage/Controller/ProductController.php index 908de1592f..cdb7d7e59d 100644 --- a/src/Pyz/Yves/ProductDetailPage/Controller/ProductController.php +++ b/src/Pyz/Yves/ProductDetailPage/Controller/ProductController.php @@ -27,12 +27,12 @@ class ProductController extends SprykerShopProductController protected const PYZ_KEY_ID_PRODUCT_ABSTRACT = 'id_product_abstract'; /** - * @param array $productData + * @param array $productData * @param \Symfony\Component\HttpFoundation\Request $request * * @throws \Symfony\Component\HttpKernel\Exception\NotFoundHttpException * - * @return array + * @return array */ protected function executeDetailAction(array $productData, Request $request): array { diff --git a/src/Pyz/Yves/ProductSetWidget/Widget/ProductSetIdsWidget.php b/src/Pyz/Yves/ProductSetWidget/Widget/ProductSetIdsWidget.php index 14576d1d74..510b90c666 100644 --- a/src/Pyz/Yves/ProductSetWidget/Widget/ProductSetIdsWidget.php +++ b/src/Pyz/Yves/ProductSetWidget/Widget/ProductSetIdsWidget.php @@ -22,7 +22,7 @@ class ProductSetIdsWidget extends AbstractWidget protected const PYZ_PARAMETER_PRODUCT_SET_LIST = 'productSetList'; /** - * @param array $productSetIds + * @param list $productSetIds */ public function __construct(array $productSetIds) { @@ -48,7 +48,7 @@ public static function getTemplate(): string } /** - * @param array $productSetIds + * @param list $productSetIds * * @return void */ @@ -60,9 +60,9 @@ protected function addPyzProductSetListParameter(array $productSetIds): void } /** - * @param array $productSetIds + * @param list $productSetIds * - * @return array + * @return list> */ protected function getPyzProductSetList(array $productSetIds): array { @@ -81,7 +81,7 @@ protected function getPyzProductSetList(array $productSetIds): array /** * @param int $productSetId * - * @return array + * @return array */ protected function getPyzSingleProductSet($productSetId): array { diff --git a/src/Pyz/Yves/QuoteRequestAgentPage/Theme/default/components/molecules/source-price-form/source-price-form.ts b/src/Pyz/Yves/QuoteRequestAgentPage/Theme/default/components/molecules/source-price-form/source-price-form.ts index e017b86de2..ab8dc67f84 100644 --- a/src/Pyz/Yves/QuoteRequestAgentPage/Theme/default/components/molecules/source-price-form/source-price-form.ts +++ b/src/Pyz/Yves/QuoteRequestAgentPage/Theme/default/components/molecules/source-price-form/source-price-form.ts @@ -8,7 +8,7 @@ export default class SourcePriceForm extends SourcePriceFormParentClass { protected init(): void { this.price = this.getElementsByClassName(`${this.jsName}__price`)[0]; this.originPrice = this.getElementsByClassName(`${this.jsName}__origin-price`)[0]; - super.readyCallback(); + super.init(); } protected togglePriceVisibility(): void { diff --git a/src/Pyz/Yves/QuoteRequestAgentPage/Theme/default/components/molecules/source-price-form/source-price-form.twig b/src/Pyz/Yves/QuoteRequestAgentPage/Theme/default/components/molecules/source-price-form/source-price-form.twig index c8df93ceff..8020ff843a 100644 --- a/src/Pyz/Yves/QuoteRequestAgentPage/Theme/default/components/molecules/source-price-form/source-price-form.twig +++ b/src/Pyz/Yves/QuoteRequestAgentPage/Theme/default/components/molecules/source-price-form/source-price-form.twig @@ -32,7 +32,13 @@ {% block priceColumn %}
{% block priceColumnInner %} - {{ form_row(data.priceForm, {'attr': {'class': config.jsName ~ '__input-container is-hidden'}}) }} + {{ form_row(data.priceForm, { + attr: { + class: config.jsName ~ '__input-container is-hidden', + }, + hiddenInputClass: config.jsName ~ '__hidden-input', + }) }} + {% set isDifferentPrice = data.currentItemPrice != data.originItemPrice %} {% set hiddenClass = isDifferentPrice ? 'is-hidden' %} {% set price = isDifferentPrice ? data.originItemPrice : data.currentItemPrice %} diff --git a/src/Pyz/Yves/ShopUi/Theme/default/components/atoms/input/input.scss b/src/Pyz/Yves/ShopUi/Theme/default/components/atoms/input/input.scss index 024529a1ba..7178ef7502 100644 --- a/src/Pyz/Yves/ShopUi/Theme/default/components/atoms/input/input.scss +++ b/src/Pyz/Yves/ShopUi/Theme/default/components/atoms/input/input.scss @@ -1,46 +1,51 @@ -@include shop-ui-input { - $name: '.input'; - border-radius: $setting-border-radius; - color: $setting-color-gray-5; - font: fw(regular) rem(15) / rem(19) $setting-font-family; - padding: rem(14) rem(20) rem(13); - - &--small { - font-size: rem(14); - line-height: rem(18); - padding: rem(10) rem(16); - } +@mixin shop-ui-input-extended($name: '.input') { + @include shop-ui-input($name) { + border-radius: $setting-border-radius; + color: $setting-color-gray-5; + font: fw(regular) rem(15) / rem(19) $setting-font-family; + padding: rem(14) rem(20) rem(13); - &--measurement-unit { - max-width: rem(90); - appearance: none; + &--small { + font-size: rem(14); + line-height: rem(18); + padding: rem(10) rem(16); + } - &::-webkit-inner-spin-button, - &::-webkit-outer-spin-button { + &--measurement-unit { + max-width: rem(90); appearance: none; - margin: 0; + + &::-webkit-inner-spin-button, + &::-webkit-outer-spin-button { + appearance: none; + margin: 0; + } } - } - &--filter-range { - font-weight: fw(medium); - color: $setting-color-gray-4; - padding-right: rem(24); - padding-left: rem(8); + &--filter-range { + font-weight: fw(medium); + color: $setting-color-gray-4; + padding-right: rem(24); + padding-left: rem(8); - @include helper-breakpoint-media-min($md) { - padding-left: rem(12); + @include helper-breakpoint-media-min($md) { + padding-left: rem(12); + } } - } - &--transparent[disabled] { - background-color: $setting-color-transparent; - } + &--transparent[disabled] { + background-color: $setting-color-transparent; + } - &--inline { - border-top-right-radius: 0; - border-bottom-right-radius: 0; - padding-left: rem(10); - padding-right: rem(10); + &--inline { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + padding-left: rem(10); + padding-right: rem(10); + } + + @content; } } + +@include shop-ui-input-extended(); diff --git a/src/Pyz/Yves/ShopUi/Theme/default/components/atoms/textarea/textarea.scss b/src/Pyz/Yves/ShopUi/Theme/default/components/atoms/textarea/textarea.scss index e89966dc20..01d18732e0 100644 --- a/src/Pyz/Yves/ShopUi/Theme/default/components/atoms/textarea/textarea.scss +++ b/src/Pyz/Yves/ShopUi/Theme/default/components/atoms/textarea/textarea.scss @@ -1,4 +1,9 @@ @include shop-ui-textarea() { + border-radius: $setting-border-radius; + color: $setting-color-gray-5; + font: fw(regular) rem(15) / rem(19) $setting-font-family; + padding: rem(14) rem(20) rem(13); + &--alternative { min-width: 100%; max-width: 100%; diff --git a/src/Pyz/Yves/ShopUi/Theme/default/components/molecules/formatted-number-input/formatted-number-input.scss b/src/Pyz/Yves/ShopUi/Theme/default/components/molecules/formatted-number-input/formatted-number-input.scss index d21127e2a9..ba0d187998 100644 --- a/src/Pyz/Yves/ShopUi/Theme/default/components/molecules/formatted-number-input/formatted-number-input.scss +++ b/src/Pyz/Yves/ShopUi/Theme/default/components/molecules/formatted-number-input/formatted-number-input.scss @@ -1,7 +1,11 @@ +@import '../../atoms/input/input'; + @mixin shop-ui-formatted-number-input($name: '.formatted-number-input') { #{$name} { - @include shop-ui-input(&__input); + @include shop-ui-input-extended(#{$name}__input); @content; } } + +@include shop-ui-formatted-number-input(); diff --git a/src/Pyz/Yves/ShopUi/Theme/default/components/molecules/search-form/search-form.scss b/src/Pyz/Yves/ShopUi/Theme/default/components/molecules/search-form/search-form.scss index 4f2e88510d..e1e3ddb0a6 100644 --- a/src/Pyz/Yves/ShopUi/Theme/default/components/molecules/search-form/search-form.scss +++ b/src/Pyz/Yves/ShopUi/Theme/default/components/molecules/search-form/search-form.scss @@ -33,16 +33,17 @@ &__button { position: absolute; top: 0; - width: rem(43); + width: rem(45); height: 100%; padding: 0; border: none; background: $setting-color-transparent; color: $setting-color-gray-4; z-index: $setting-zi-search-suggestions + 3; + cursor: pointer; @include helper-breakpoint-media-min($lg) { - width: rem(56); + width: rem(55); } &--submit { @@ -58,10 +59,9 @@ } &:hover { - background: $setting-color-transparent; - - .icon { + #{$name}__icon { color: $setting-color-gray-3; + fill: $setting-color-gray-3; } } } diff --git a/src/Pyz/Yves/ShopUi/Theme/default/components/molecules/search-form/search-form.twig b/src/Pyz/Yves/ShopUi/Theme/default/components/molecules/search-form/search-form.twig index ff2fe4bd48..69bb8119ac 100644 --- a/src/Pyz/Yves/ShopUi/Theme/default/components/molecules/search-form/search-form.twig +++ b/src/Pyz/Yves/ShopUi/Theme/default/components/molecules/search-form/search-form.twig @@ -1,44 +1,39 @@ -{% extends model('component') %} - -{% define config = { - name: 'search-form' -} %} - -{% define data = { - searchUrl: path('search'), - searchValue: app.request.get('q') -} %} - -{% define attributes = { - 'data-search-id': required -} %} +{% extends molecule('search-form', '@SprykerShop:ShopUi') %} {% block body %} -
- - - - {% include molecule('suggest-search') with { attributes: { 'suggestion-url': path('search/suggestion'), - 'base-suggest-url': path('search/suggestion'), 'input-class-name': config.jsName ~ '__input--' ~ attributes['data-search-id'], 'overlay-breakpoint': '768', }, diff --git a/src/Pyz/Yves/ShopUi/Theme/default/components/molecules/suggest-search/suggest-search.scss b/src/Pyz/Yves/ShopUi/Theme/default/components/molecules/suggest-search/suggest-search.scss index b9b0deafec..e5cb828d1d 100644 --- a/src/Pyz/Yves/ShopUi/Theme/default/components/molecules/suggest-search/suggest-search.scss +++ b/src/Pyz/Yves/ShopUi/Theme/default/components/molecules/suggest-search/suggest-search.scss @@ -4,36 +4,31 @@ position: absolute; top: 100%; left: 0; - margin: rem(-3) 0 0 0; - padding: rem(1) rem(25) rem(29); + width: 100%; + padding: rem(1) rem(25) rem(30); border-radius: 0 0 $setting-border-radius $setting-border-radius; background: $setting-color-white; box-shadow: 0 18px 18px 0 $setting-color-shadow-1, 0 3px 3px 0 $setting-color-shadow-1; - width: 100%; max-height: rem(300); overflow-x: hidden; z-index: $setting-zi-search-suggestions + 3; @include helper-breakpoint-media-min($lg) { max-height: 30rem; - padding-left: rem(19); - padding-right: rem(21); + padding-left: rem(20); + padding-right: rem(20); } } - &__input { - padding: rem(19) rem(46) rem(20) rem(43); + &__input, + &__hint { + padding: rem(20) rem(45); border: none; - font-size: rem(18); - font-weight: fw(bold); - line-height: rem(20); - border-radius: $setting-border-radius; - box-shadow: 0 18px 18px 0 $setting-color-shadow-1, 0 3px 3px 0 $setting-color-shadow-1; - position: relative; - z-index: $setting-zi-search-suggestions + 2; + font: fw(bold) rem(18) / rem(20) $setting-font-family; + width: 100%; @include helper-breakpoint-media-min($lg) { - padding: rem(15) rem(10) rem(15) rem(56); + padding: rem(15) rem(10) rem(15) rem(55); font-size: rem(15); font-weight: fw(regular); } @@ -41,44 +36,42 @@ &--active { border-radius: $setting-border-radius $setting-border-radius 0 0; } + } + + &__input { + position: relative; + border-radius: $setting-border-radius; + box-shadow: 0 18px 18px 0 $setting-color-shadow-1, 0 3px 3px 0 $setting-color-shadow-1; + z-index: $setting-zi-search-suggestions + 2; &--transparent { background-color: $setting-color-transparent; } } - &__product { - padding-bottom: rem(10); - } - - &__product-action { - padding-top: rem(23); - } - &__hint { - padding: rem(19) rem(46) rem(20) rem(43); - border: none; - font-size: rem(18); - font-weight: fw(bold); - line-height: rem(20); position: absolute; - width: 100%; - color: $setting-color-gray-2; top: 0; + color: $setting-color-gray-2; z-index: $setting-zi-search-suggestions + 1; @include helper-breakpoint-media-min($lg) { - padding: rem(15) rem(15) rem(15) rem(56); - font-size: rem(15); - font-weight: fw(regular); + padding-right: rem(15); } &--active { background-color: $setting-color-gray-7; - border-radius: $setting-border-radius $setting-border-radius 0 0; } } + &__product { + padding-bottom: rem(10); + } + + &__product-action { + padding-top: rem(23); + } + &__item { &--active { text-decoration: underline; diff --git a/src/Pyz/Yves/ShopUi/Theme/default/components/molecules/suggest-search/suggest-search.twig b/src/Pyz/Yves/ShopUi/Theme/default/components/molecules/suggest-search/suggest-search.twig index babc96e41b..a7cb9ff363 100644 --- a/src/Pyz/Yves/ShopUi/Theme/default/components/molecules/suggest-search/suggest-search.twig +++ b/src/Pyz/Yves/ShopUi/Theme/default/components/molecules/suggest-search/suggest-search.twig @@ -1,17 +1,6 @@ -{% extends model('component') %} - -{% define config = { - name: 'suggest-search', - tag: 'suggest-search', -} %} +{% extends molecule('suggest-search', '@SprykerShop:ShopUi') %} {% define attributes = { - 'suggestion-url': required, - 'base-suggest-url': required, - 'input-class-name': required, - 'debounce-delay': 500, - 'throttle-delay': 200, - 'letters-trashold': 2, 'overlay-class-name': 'js-overlay-block', 'overlay-breakpoint': '0', } %} diff --git a/src/Pyz/Yves/ShopUi/Theme/default/resources/form/form.twig b/src/Pyz/Yves/ShopUi/Theme/default/resources/form/form.twig index 4784790b50..0aa3509a83 100644 --- a/src/Pyz/Yves/ShopUi/Theme/default/resources/form/form.twig +++ b/src/Pyz/Yves/ShopUi/Theme/default/resources/form/form.twig @@ -186,11 +186,16 @@ {%- block formatted_integer_widget -%} {%- set label = (label | default) | trans -%} - {%- set filteredAttr = attr | filter((value, key) => key != 'min' and key != 'max') -%} + {%- set filteredAttr = attr | filter((value, key) => key != 'class' and key != 'min' and key != 'max') -%} - {%- set attr = attr | merge({ - placeholder: attr.placeholder | default(label) - }) -%} + {%- set placeholder = attr.placeholder | default(label) -%} + {% if placeholder %} + {%- set filteredAttr = filteredAttr | merge({placeholder: placeholder}) -%} + {% endif %} + + {% if id ?? false %} + {%- set filteredAttr = filteredAttr | merge({id: id}) -%} + {% endif %} {%- set inputAttributes = { 'decimal-rounding': 1, @@ -230,6 +235,53 @@ } only %} {%- endblock formatted_integer_widget -%} +{%- block formatted_money_widget -%} + {%- set label = (label | default) | trans -%} + {%- set filteredAttr = attr | filter((value, key) => key != 'class' and key != 'min' and key != 'max') -%} + + {%- set placeholder = attr.placeholder | default(label) -%} + {% if placeholder %} + {%- set filteredAttr = filteredAttr | merge({placeholder: placeholder}) -%} + {% endif %} + + {% if id ?? false %} + {%- set filteredAttr = filteredAttr | merge({id: id}) -%} + {% endif %} + + {%- set inputAttributes = { + 'decimal-rounding': 2, + } -%} + + {% if grouping_separator_symbol ?? false %} + {%- set inputAttributes = inputAttributes | merge({'grouping-separator': grouping_separator_symbol}) -%} + {% endif %} + + {% if decimal_separator_symbol ?? false %} + {%- set inputAttributes = inputAttributes | merge({'decimal-separator': decimal_separator_symbol}) -%} + {% endif %} + + {% if attr.min ?? false %} + {%- set inputAttributes = inputAttributes | merge({min: attr.min}) -%} + {% endif %} + + {% if attr.max ?? false %} + {%- set inputAttributes = inputAttributes | merge({max: attr.max}) -%} + {% endif %} + + {% include molecule('formatted-number-input') with { + modifiers: ['expand', errors is not empty ? 'error'], + class: componentClass | default, + data: { + inputName: full_name, + inputValue: value, + inputAttributes: filteredAttr, + inputExtraClasses: attr.class | default, + hiddenInputExtraClasses: hiddenInputClass | default, + }, + attributes: inputAttributes, + } only %} +{%- endblock formatted_money_widget -%} + {# rows #} {%- block form_row -%} @@ -246,7 +298,8 @@ {% for child in form %} {% if not child.isRendered %} {{- form_row(child, { - rowAttr: rowAttr | default({}) + rowAttr: rowAttr | default({}), + hiddenInputClass: hiddenInputClass | default, }) -}} {% endif %} {% endfor %} diff --git a/src/Pyz/Yves/ShoppingListWidget/Controller/ShoppingListWidgetController.php b/src/Pyz/Yves/ShoppingListWidget/Controller/ShoppingListWidgetController.php index a053646844..f1f0fc0669 100644 --- a/src/Pyz/Yves/ShoppingListWidget/Controller/ShoppingListWidgetController.php +++ b/src/Pyz/Yves/ShoppingListWidget/Controller/ShoppingListWidgetController.php @@ -40,7 +40,7 @@ public function indexAction(Request $request): RedirectResponse /** * @param \Symfony\Component\HttpFoundation\Request $request * - * @return array|string|null + * @return array|string|null */ protected function getPyzRefererUrl(Request $request) { diff --git a/src/Pyz/Zed/Acl/AclConfig.php b/src/Pyz/Zed/Acl/AclConfig.php index 68a661b63d..a08193601a 100644 --- a/src/Pyz/Zed/Acl/AclConfig.php +++ b/src/Pyz/Zed/Acl/AclConfig.php @@ -18,7 +18,7 @@ class AclConfig extends SprykerAclConfig protected const PYZ_RULE_TYPE_DENY = 'deny'; /** - * @return array + * @return array> */ public function getInstallerUsers(): array { diff --git a/src/Pyz/Zed/AclMerchantPortal/AclMerchantPortalConfig.php b/src/Pyz/Zed/AclMerchantPortal/AclMerchantPortalConfig.php new file mode 100644 index 0000000000..ea49f648f5 --- /dev/null +++ b/src/Pyz/Zed/AclMerchantPortal/AclMerchantPortalConfig.php @@ -0,0 +1,21 @@ + */ public function getTemplateList(): array { diff --git a/src/Pyz/Zed/Cms/CmsDependencyProvider.php b/src/Pyz/Zed/Cms/CmsDependencyProvider.php index 04d9708e88..9f7282feae 100644 --- a/src/Pyz/Zed/Cms/CmsDependencyProvider.php +++ b/src/Pyz/Zed/Cms/CmsDependencyProvider.php @@ -20,7 +20,7 @@ class CmsDependencyProvider extends SprykerCmsDependencyProvider /** * @param \Spryker\Zed\Kernel\Container $container * - * @return array + * @return array<\Spryker\Zed\CmsExtension\Dependency\Plugin\CmsVersionPostSavePluginInterface> */ protected function getPostSavePlugins(Container $container): array { @@ -32,7 +32,7 @@ protected function getPostSavePlugins(Container $container): array /** * @param \Spryker\Zed\Kernel\Container $container * - * @return array + * @return array<\Spryker\Zed\CmsExtension\Dependency\Plugin\CmsVersionTransferExpanderPluginInterface> */ protected function getTransferExpanderPlugins(Container $container): array { diff --git a/src/Pyz/Zed/Console/ConsoleDependencyProvider.php b/src/Pyz/Zed/Console/ConsoleDependencyProvider.php index 641972e4a4..a5afc259e7 100644 --- a/src/Pyz/Zed/Console/ConsoleDependencyProvider.php +++ b/src/Pyz/Zed/Console/ConsoleDependencyProvider.php @@ -455,7 +455,7 @@ protected function getConsoleCommands(Container $container): array /** * @param \Spryker\Zed\Kernel\Container $container * - * @return array + * @return array<\Spryker\Zed\Console\Dependency\Plugin\ConsolePostRunHookPluginInterface> */ public function getConsolePostRunHookPlugins(Container $container): array { diff --git a/src/Pyz/Zed/CustomerAccess/Business/CustomerAccess/CustomerAccessFilter.php b/src/Pyz/Zed/CustomerAccess/Business/CustomerAccess/CustomerAccessFilter.php index 6eca945b91..3d92f8945d 100644 --- a/src/Pyz/Zed/CustomerAccess/Business/CustomerAccess/CustomerAccessFilter.php +++ b/src/Pyz/Zed/CustomerAccess/Business/CustomerAccess/CustomerAccessFilter.php @@ -67,7 +67,7 @@ public function filterNonManageableContentTypes(CustomerAccessTransfer $customer /** * @param string|null $contentType - * @param array $manageableContentTypes + * @param list $manageableContentTypes * * @return bool */ diff --git a/src/Pyz/Zed/CustomerAccess/CustomerAccessConfig.php b/src/Pyz/Zed/CustomerAccess/CustomerAccessConfig.php index b74ed797be..df02efa876 100644 --- a/src/Pyz/Zed/CustomerAccess/CustomerAccessConfig.php +++ b/src/Pyz/Zed/CustomerAccess/CustomerAccessConfig.php @@ -47,7 +47,7 @@ public function getContentAccessByType(): array /** * Gets list of content types that can be managed. * - * @return array + * @return list */ public function getPyzManageableContentTypes(): array { diff --git a/src/Pyz/Zed/CustomerAccessGui/Communication/Controller/IndexController.php b/src/Pyz/Zed/CustomerAccessGui/Communication/Controller/IndexController.php index 3c7dfbd082..fa9d5f0e69 100644 --- a/src/Pyz/Zed/CustomerAccessGui/Communication/Controller/IndexController.php +++ b/src/Pyz/Zed/CustomerAccessGui/Communication/Controller/IndexController.php @@ -23,7 +23,7 @@ class IndexController extends SprykerIndexController /** * @param \Symfony\Component\HttpFoundation\Request $request * - * @return array + * @return array */ public function indexAction(Request $request): array { diff --git a/src/Pyz/Zed/CustomerAccessGui/Communication/CustomerAccessGuiCommunicationFactory.php b/src/Pyz/Zed/CustomerAccessGui/Communication/CustomerAccessGuiCommunicationFactory.php index e3e7d3ed53..537132ef9c 100644 --- a/src/Pyz/Zed/CustomerAccessGui/Communication/CustomerAccessGuiCommunicationFactory.php +++ b/src/Pyz/Zed/CustomerAccessGui/Communication/CustomerAccessGuiCommunicationFactory.php @@ -38,7 +38,7 @@ public function getPyzCustomerAccessFacade(): CustomerAccessFacadeInterface /** * @param \Generated\Shared\Transfer\CustomerAccessTransfer $customerAccessTransfer - * @param array $options + * @param array $options * * @return \Symfony\Component\Form\FormInterface */ diff --git a/src/Pyz/Zed/CustomerAccessGui/Communication/Form/CustomerAccessForm.php b/src/Pyz/Zed/CustomerAccessGui/Communication/Form/CustomerAccessForm.php index 073f6c833c..01979101b4 100644 --- a/src/Pyz/Zed/CustomerAccessGui/Communication/Form/CustomerAccessForm.php +++ b/src/Pyz/Zed/CustomerAccessGui/Communication/Form/CustomerAccessForm.php @@ -76,7 +76,7 @@ public function buildForm(FormBuilderInterface $builder, array $options): void /** * @param \Symfony\Component\Form\FormBuilderInterface $builder - * @param array $options + * @param array $options * * @return $this */ @@ -109,7 +109,7 @@ protected function addPyzContentTypeAccessManageable(FormBuilderInterface $build /** * @param \Symfony\Component\Form\FormBuilderInterface $builder - * @param array $options + * @param array $options * * @return $this */ diff --git a/src/Pyz/Zed/CustomerAccessGui/Communication/Form/DataProvider/CustomerAccessDataProvider.php b/src/Pyz/Zed/CustomerAccessGui/Communication/Form/DataProvider/CustomerAccessDataProvider.php index 74b4e7028a..9b1ebc7973 100644 --- a/src/Pyz/Zed/CustomerAccessGui/Communication/Form/DataProvider/CustomerAccessDataProvider.php +++ b/src/Pyz/Zed/CustomerAccessGui/Communication/Form/DataProvider/CustomerAccessDataProvider.php @@ -30,7 +30,7 @@ public function __construct( } /** - * @return array + * @return array */ public function getOptions(): array { @@ -57,7 +57,7 @@ public function getData(): CustomerAccessTransfer } /** - * @param \ArrayObject<\Generated\Shared\Transfer\ContentTypeAccessTransfer> $contentTypes + * @param \ArrayObject $contentTypes * * @return array<\Generated\Shared\Transfer\ContentTypeAccessTransfer> */ diff --git a/src/Pyz/Zed/DataImport/Business/CombinedProduct/Product/CombinedProductLocalizedAttributesExtractorStep.php b/src/Pyz/Zed/DataImport/Business/CombinedProduct/Product/CombinedProductLocalizedAttributesExtractorStep.php index 26b17bd4e5..564f36e091 100644 --- a/src/Pyz/Zed/DataImport/Business/CombinedProduct/Product/CombinedProductLocalizedAttributesExtractorStep.php +++ b/src/Pyz/Zed/DataImport/Business/CombinedProduct/Product/CombinedProductLocalizedAttributesExtractorStep.php @@ -12,7 +12,7 @@ class CombinedProductLocalizedAttributesExtractorStep extends ProductLocalizedAttributesExtractorStep { /** - * @param array $defaultAttributes + * @param array $defaultAttributes */ public function __construct(array $defaultAttributes = []) { diff --git a/src/Pyz/Zed/DataImport/Business/CombinedProduct/ProductAbstract/CombinedProductAbstractHydratorStep.php b/src/Pyz/Zed/DataImport/Business/CombinedProduct/ProductAbstract/CombinedProductAbstractHydratorStep.php index e9c5a2a751..5521591f58 100644 --- a/src/Pyz/Zed/DataImport/Business/CombinedProduct/ProductAbstract/CombinedProductAbstractHydratorStep.php +++ b/src/Pyz/Zed/DataImport/Business/CombinedProduct/ProductAbstract/CombinedProductAbstractHydratorStep.php @@ -105,7 +105,7 @@ class CombinedProductAbstractHydratorStep extends ProductAbstractHydratorStep protected const ASSIGNABLE_PRODUCT_TYPE_BOTH = 'both'; /** - * @var array + * @var array */ protected const ASSIGNABLE_PRODUCT_TYPES = [ self::ASSIGNABLE_PRODUCT_TYPE_ABSTRACT, diff --git a/src/Pyz/Zed/DataImport/Business/CombinedProduct/ProductConcrete/CombinedProductConcreteHydratorStep.php b/src/Pyz/Zed/DataImport/Business/CombinedProduct/ProductConcrete/CombinedProductConcreteHydratorStep.php index cfd8631f1f..3f209a2b1b 100644 --- a/src/Pyz/Zed/DataImport/Business/CombinedProduct/ProductConcrete/CombinedProductConcreteHydratorStep.php +++ b/src/Pyz/Zed/DataImport/Business/CombinedProduct/ProductConcrete/CombinedProductConcreteHydratorStep.php @@ -71,7 +71,7 @@ class CombinedProductConcreteHydratorStep extends ProductConcreteHydratorStep protected const ASSIGNABLE_PRODUCT_TYPE_BOTH = 'both'; /** - * @var array + * @var array */ protected const ASSIGNABLE_PRODUCT_TYPES = [ self::ASSIGNABLE_PRODUCT_TYPE_CONCRETE, diff --git a/src/Pyz/Zed/DataImport/Business/CombinedProduct/ProductImage/CombinedProductImageHydratorStep.php b/src/Pyz/Zed/DataImport/Business/CombinedProduct/ProductImage/CombinedProductImageHydratorStep.php index b65887c7a1..3c829da3c2 100644 --- a/src/Pyz/Zed/DataImport/Business/CombinedProduct/ProductImage/CombinedProductImageHydratorStep.php +++ b/src/Pyz/Zed/DataImport/Business/CombinedProduct/ProductImage/CombinedProductImageHydratorStep.php @@ -80,7 +80,7 @@ class CombinedProductImageHydratorStep extends ProductImageHydratorStep protected const ASSIGNABLE_PRODUCT_TYPE_CONCRETE = 'concrete'; /** - * @var array + * @var array */ protected const ASSIGNABLE_PRODUCT_TYPES = [ self::ASSIGNABLE_PRODUCT_TYPE_ABSTRACT, diff --git a/src/Pyz/Zed/DataImport/Business/CombinedProduct/ProductPrice/CombinedProductPriceHydratorStep.php b/src/Pyz/Zed/DataImport/Business/CombinedProduct/ProductPrice/CombinedProductPriceHydratorStep.php index 884ffbb3cc..63ed143783 100644 --- a/src/Pyz/Zed/DataImport/Business/CombinedProduct/ProductPrice/CombinedProductPriceHydratorStep.php +++ b/src/Pyz/Zed/DataImport/Business/CombinedProduct/ProductPrice/CombinedProductPriceHydratorStep.php @@ -87,7 +87,7 @@ class CombinedProductPriceHydratorStep extends ProductPriceHydratorStep protected const ASSIGNABLE_PRODUCT_TYPE_CONCRETE = 'concrete'; /** - * @var array + * @var array */ protected const ASSIGNABLE_PRODUCT_TYPES = [ self::ASSIGNABLE_PRODUCT_TYPE_ABSTRACT, diff --git a/src/Pyz/Zed/DataImport/Business/DataImportBusinessFactory.php b/src/Pyz/Zed/DataImport/Business/DataImportBusinessFactory.php index 8796540837..5880f9b836 100644 --- a/src/Pyz/Zed/DataImport/Business/DataImportBusinessFactory.php +++ b/src/Pyz/Zed/DataImport/Business/DataImportBusinessFactory.php @@ -984,7 +984,7 @@ public function createAttributesExtractorStep(): AttributesExtractorStep } /** - * @param array $defaultAttributes + * @param array $defaultAttributes * * @return \Pyz\Zed\DataImport\Business\Model\Product\ProductLocalizedAttributesExtractorStep */ @@ -1740,7 +1740,7 @@ public function createCombinedAttributesExtractorStep(): DataImportStepInterface } /** - * @param array $defaultAttributes + * @param array $defaultAttributes * * @return \Pyz\Zed\DataImport\Business\Model\Product\ProductLocalizedAttributesExtractorStep */ diff --git a/src/Pyz/Zed/DataImport/Business/Model/Country/Repository/CountryRepository.php b/src/Pyz/Zed/DataImport/Business/Model/Country/Repository/CountryRepository.php index 9d0d8de0bd..28b136556d 100644 --- a/src/Pyz/Zed/DataImport/Business/Model/Country/Repository/CountryRepository.php +++ b/src/Pyz/Zed/DataImport/Business/Model/Country/Repository/CountryRepository.php @@ -13,7 +13,7 @@ class CountryRepository implements CountryRepositoryInterface { /** - * @var \ArrayObject + * @var \ArrayObject */ protected $countryIds; diff --git a/src/Pyz/Zed/DataImport/Business/Model/DiscountAmount/DiscountAmountWriterStep.php b/src/Pyz/Zed/DataImport/Business/Model/DiscountAmount/DiscountAmountWriterStep.php index 1fccac1726..70df856fa2 100644 --- a/src/Pyz/Zed/DataImport/Business/Model/DiscountAmount/DiscountAmountWriterStep.php +++ b/src/Pyz/Zed/DataImport/Business/Model/DiscountAmount/DiscountAmountWriterStep.php @@ -42,7 +42,7 @@ class DiscountAmountWriterStep implements DataImportStepInterface public const KEY_VALUE_GROSS = 'value_gross'; /** - * @var array + * @var array */ protected static $currencyCache = []; @@ -83,6 +83,7 @@ protected function getCurrencyByCode($currencyCode): SpyCurrency return static::$currencyCache[$currencyCode]; } + /** @var \Orm\Zed\Currency\Persistence\SpyCurrency $currencyEntity */ $currencyEntity = SpyCurrencyQuery::create() ->filterByCode($currencyCode) ->findOne(); diff --git a/src/Pyz/Zed/DataImport/Business/Model/DiscountVoucher/DiscountVoucherWriterStep.php b/src/Pyz/Zed/DataImport/Business/Model/DiscountVoucher/DiscountVoucherWriterStep.php index 5e189765e3..00dc887e9b 100644 --- a/src/Pyz/Zed/DataImport/Business/Model/DiscountVoucher/DiscountVoucherWriterStep.php +++ b/src/Pyz/Zed/DataImport/Business/Model/DiscountVoucher/DiscountVoucherWriterStep.php @@ -16,6 +16,9 @@ use Spryker\Zed\DataImport\Business\Model\DataSet\DataSetInterface; use Spryker\Zed\Discount\DiscountConfig; +/** + * @SuppressWarnings(PHPMD.CountInLoopExpression) + */ class DiscountVoucherWriterStep implements DataImportStepInterface { /** @@ -127,9 +130,9 @@ protected function voucherBatchExists(SpyDiscount $discountEntity, $voucherBatch * @param int $quantity * @param string|null $customCode * - * @return array + * @return array */ - protected function generateCodes($length, $quantity, $customCode = null): array + protected function generateCodes(int $length, int $quantity, ?string $customCode = null): array { $codesToGenerate = []; @@ -156,11 +159,11 @@ protected function generateCodes($length, $quantity, $customCode = null): array * * @return string */ - protected function addCustomCodeToGenerated($customCode, $code): string + protected function addCustomCodeToGenerated(string $customCode, string $code): string { $replacementString = $this->discountConfig->getVoucherPoolTemplateReplacementString(); - if (!$customCode) { + if ($customCode === '') { return $code; } @@ -176,7 +179,7 @@ protected function addCustomCodeToGenerated($customCode, $code): string * * @return bool */ - protected function voucherCodeExists($code): bool + protected function voucherCodeExists(string $code): bool { return (SpyDiscountVoucherQuery::create()->filterByCode($code)->count() > 0); } @@ -186,7 +189,7 @@ protected function voucherCodeExists($code): bool * * @return string */ - protected function getRandomVoucherCode($length): string + protected function getRandomVoucherCode(int $length): string { $allowedCharacters = $this->discountConfig->getVoucherCodeCharacters(); diff --git a/src/Pyz/Zed/DataImport/Business/Model/Locale/LocaleNameToIdLocaleStep.php b/src/Pyz/Zed/DataImport/Business/Model/Locale/LocaleNameToIdLocaleStep.php index 24bb70112f..305a6cdc47 100644 --- a/src/Pyz/Zed/DataImport/Business/Model/Locale/LocaleNameToIdLocaleStep.php +++ b/src/Pyz/Zed/DataImport/Business/Model/Locale/LocaleNameToIdLocaleStep.php @@ -36,7 +36,7 @@ class LocaleNameToIdLocaleStep implements DataImportStepInterface protected $target; /** - * @var array + * @var array */ protected $resolved = []; @@ -67,11 +67,13 @@ public function execute(DataSetInterface $dataSet): void )); } - if (!isset($this->resolved[$dataSet[$this->source]])) { - $this->resolved[$dataSet[$this->source]] = $this->resolveIdLocale($dataSet[$this->source]); + /** @var string $localeName */ + $localeName = $dataSet[$this->source]; + if (!isset($this->resolved[$localeName])) { + $this->resolved[$localeName] = $this->resolveIdLocale($localeName); } - $dataSet[$this->target] = $this->resolved[$dataSet[$this->source]]; + $dataSet[$this->target] = $this->resolved[$localeName]; } /** diff --git a/src/Pyz/Zed/DataImport/Business/Model/Locale/Repository/LocaleRepository.php b/src/Pyz/Zed/DataImport/Business/Model/Locale/Repository/LocaleRepository.php index 7f81d6c252..52d3eb3104 100644 --- a/src/Pyz/Zed/DataImport/Business/Model/Locale/Repository/LocaleRepository.php +++ b/src/Pyz/Zed/DataImport/Business/Model/Locale/Repository/LocaleRepository.php @@ -13,7 +13,7 @@ class LocaleRepository implements LocaleRepositoryInterface { /** - * @var array + * @var array */ protected static $localeMap; @@ -36,13 +36,13 @@ public function getIdLocaleByLocale($locale): int */ private function loadLocaleMap(): void { - /** @var array $localeCollection */ + /** @var array> $localeCollection */ $localeCollection = SpyLocaleQuery::create() ->select([SpyLocaleTableMap::COL_ID_LOCALE, SpyLocaleTableMap::COL_LOCALE_NAME]) ->find(); foreach ($localeCollection as $locale) { - static::$localeMap[$locale[SpyLocaleTableMap::COL_LOCALE_NAME]] = $locale[SpyLocaleTableMap::COL_ID_LOCALE]; + static::$localeMap[(string)$locale[SpyLocaleTableMap::COL_LOCALE_NAME]] = $locale[SpyLocaleTableMap::COL_ID_LOCALE]; } } } diff --git a/src/Pyz/Zed/DataImport/Business/Model/Navigation/NavigationKeyToIdNavigationStep.php b/src/Pyz/Zed/DataImport/Business/Model/Navigation/NavigationKeyToIdNavigationStep.php index 1953436909..78b5817798 100644 --- a/src/Pyz/Zed/DataImport/Business/Model/Navigation/NavigationKeyToIdNavigationStep.php +++ b/src/Pyz/Zed/DataImport/Business/Model/Navigation/NavigationKeyToIdNavigationStep.php @@ -36,7 +36,7 @@ class NavigationKeyToIdNavigationStep implements DataImportStepInterface protected $target; /** - * @var array + * @var array */ protected $resolved = []; @@ -67,11 +67,13 @@ public function execute(DataSetInterface $dataSet): void )); } - if (!isset($this->resolved[$dataSet[$this->source]])) { - $this->resolved[$dataSet[$this->source]] = $this->resolveIdNavigation($dataSet[$this->source]); + /** @var string $navigationKey */ + $navigationKey = $dataSet[$this->source]; + if (!isset($this->resolved[$navigationKey])) { + $this->resolved[$navigationKey] = $this->resolveIdNavigation($navigationKey); } - $dataSet[$this->target] = $this->resolved[$dataSet[$this->source]]; + $dataSet[$this->target] = $this->resolved[$navigationKey]; } /** diff --git a/src/Pyz/Zed/DataImport/Business/Model/NavigationNode/NavigationNodeWriterStep.php b/src/Pyz/Zed/DataImport/Business/Model/NavigationNode/NavigationNodeWriterStep.php index bfeaccfe3a..f355f1c48e 100644 --- a/src/Pyz/Zed/DataImport/Business/Model/NavigationNode/NavigationNodeWriterStep.php +++ b/src/Pyz/Zed/DataImport/Business/Model/NavigationNode/NavigationNodeWriterStep.php @@ -228,9 +228,9 @@ protected function isActive(SpyNavigationNode $navigationNodeEntity, DataSetInte * @param \Orm\Zed\Navigation\Persistence\SpyNavigationNode $navigationNodeEntity * @param \Spryker\Zed\DataImport\Business\Model\DataSet\DataSetInterface $dataSet * - * @return string + * @return string|null */ - protected function getNodeType(SpyNavigationNode $navigationNodeEntity, DataSetInterface $dataSet): string + protected function getNodeType(SpyNavigationNode $navigationNodeEntity, DataSetInterface $dataSet): ?string { if (isset($dataSet[static::KEY_NODE_TYPE]) && !empty($dataSet[static::KEY_NODE_TYPE])) { return $dataSet[static::KEY_NODE_TYPE]; @@ -241,12 +241,14 @@ protected function getNodeType(SpyNavigationNode $navigationNodeEntity, DataSetI /** * @param \Orm\Zed\Navigation\Persistence\SpyNavigationNodeLocalizedAttributes $navigationNodeLocalizedAttributes - * @param array $localizedAttributes + * @param array $localizedAttributes * * @return string */ - protected function getTitle(SpyNavigationNodeLocalizedAttributes $navigationNodeLocalizedAttributes, array $localizedAttributes): string - { + protected function getTitle( + SpyNavigationNodeLocalizedAttributes $navigationNodeLocalizedAttributes, + array $localizedAttributes, + ): string { if (isset($localizedAttributes[static::KEY_TITLE]) && !empty($localizedAttributes[static::KEY_TITLE])) { return $localizedAttributes[static::KEY_TITLE]; } @@ -256,12 +258,14 @@ protected function getTitle(SpyNavigationNodeLocalizedAttributes $navigationNode /** * @param \Orm\Zed\Navigation\Persistence\SpyNavigationNodeLocalizedAttributes $navigationNodeLocalizedAttributes - * @param array $localizedAttributes + * @param array $localizedAttributes * * @return string|null */ - protected function getLink(SpyNavigationNodeLocalizedAttributes $navigationNodeLocalizedAttributes, array $localizedAttributes): ?string - { + protected function getLink( + SpyNavigationNodeLocalizedAttributes $navigationNodeLocalizedAttributes, + array $localizedAttributes, + ): ?string { if (isset($localizedAttributes[static::KEY_URL]) && !empty($localizedAttributes[static::KEY_URL])) { return $localizedAttributes[static::KEY_URL]; } @@ -271,12 +275,14 @@ protected function getLink(SpyNavigationNodeLocalizedAttributes $navigationNodeL /** * @param \Orm\Zed\Navigation\Persistence\SpyNavigationNodeLocalizedAttributes $navigationNodeLocalizedAttributes - * @param array $localizedAttributes + * @param array $localizedAttributes * * @return string|null */ - protected function getExternalUrl(SpyNavigationNodeLocalizedAttributes $navigationNodeLocalizedAttributes, array $localizedAttributes): ?string - { + protected function getExternalUrl( + SpyNavigationNodeLocalizedAttributes $navigationNodeLocalizedAttributes, + array $localizedAttributes, + ): ?string { if (isset($localizedAttributes[static::KEY_URL]) && !empty($localizedAttributes[static::KEY_URL])) { return $localizedAttributes[static::KEY_URL]; } @@ -286,13 +292,16 @@ protected function getExternalUrl(SpyNavigationNodeLocalizedAttributes $navigati /** * @param \Orm\Zed\Navigation\Persistence\SpyNavigationNodeLocalizedAttributes $navigationNodeLocalizedAttributes - * @param array $localizedAttributes + * @param array $localizedAttributes * @param int $idLocale * * @return int|null */ - protected function getFkUrl(SpyNavigationNodeLocalizedAttributes $navigationNodeLocalizedAttributes, array $localizedAttributes, $idLocale): ?int - { + protected function getFkUrl( + SpyNavigationNodeLocalizedAttributes $navigationNodeLocalizedAttributes, + array $localizedAttributes, + $idLocale, + ): ?int { if (isset($localizedAttributes[static::KEY_URL]) && !empty($localizedAttributes[static::KEY_URL])) { $urlEntity = SpyUrlQuery::create() ->filterByFkLocale($idLocale) @@ -309,12 +318,14 @@ protected function getFkUrl(SpyNavigationNodeLocalizedAttributes $navigationNode /** * @param \Orm\Zed\Navigation\Persistence\SpyNavigationNodeLocalizedAttributes $navigationNodeLocalizedAttributes - * @param array $localizedAttributes + * @param array $localizedAttributes * * @return string|null */ - protected function getCssClass(SpyNavigationNodeLocalizedAttributes $navigationNodeLocalizedAttributes, array $localizedAttributes): ?string - { + protected function getCssClass( + SpyNavigationNodeLocalizedAttributes $navigationNodeLocalizedAttributes, + array $localizedAttributes, + ): ?string { if (isset($localizedAttributes[static::KEY_CSS_CLASS]) && !empty($localizedAttributes[static::KEY_CSS_CLASS])) { return $localizedAttributes[static::KEY_CSS_CLASS]; } diff --git a/src/Pyz/Zed/DataImport/Business/Model/Product/ProductLocalizedAttributesExtractorStep.php b/src/Pyz/Zed/DataImport/Business/Model/Product/ProductLocalizedAttributesExtractorStep.php index b54c171908..fce4c5b918 100644 --- a/src/Pyz/Zed/DataImport/Business/Model/Product/ProductLocalizedAttributesExtractorStep.php +++ b/src/Pyz/Zed/DataImport/Business/Model/Product/ProductLocalizedAttributesExtractorStep.php @@ -18,12 +18,12 @@ class ProductLocalizedAttributesExtractorStep implements DataImportStepInterface public const KEY_LOCALIZED_ATTRIBUTES = 'localizedAttributes'; /** - * @var array + * @var array */ protected $defaultAttributes = []; /** - * @param array $defaultAttributes + * @param array $defaultAttributes */ public function __construct(array $defaultAttributes = []) { diff --git a/src/Pyz/Zed/DataImport/Business/Model/Product/Repository/ProductRepository.php b/src/Pyz/Zed/DataImport/Business/Model/Product/Repository/ProductRepository.php index f88b6e4812..2ed8eeb754 100644 --- a/src/Pyz/Zed/DataImport/Business/Model/Product/Repository/ProductRepository.php +++ b/src/Pyz/Zed/DataImport/Business/Model/Product/Repository/ProductRepository.php @@ -34,7 +34,7 @@ class ProductRepository implements ProductRepositoryInterface public const ABSTRACT_SKU = 'abstractSku'; /** - * @var array + * @var array> */ protected static $resolved = []; diff --git a/src/Pyz/Zed/DataImport/Business/Model/ProductAbstract/AddCategoryKeysStep.php b/src/Pyz/Zed/DataImport/Business/Model/ProductAbstract/AddCategoryKeysStep.php index ade646bdad..9e605b8a53 100644 --- a/src/Pyz/Zed/DataImport/Business/Model/ProductAbstract/AddCategoryKeysStep.php +++ b/src/Pyz/Zed/DataImport/Business/Model/ProductAbstract/AddCategoryKeysStep.php @@ -19,7 +19,7 @@ class AddCategoryKeysStep implements DataImportStepInterface public const KEY_CATEGORY_KEYS = 'categoryKeys'; /** - * @var array + * @var array */ protected $categoryKeys = []; @@ -31,6 +31,7 @@ class AddCategoryKeysStep implements DataImportStepInterface public function execute(DataSetInterface $dataSet): void { if (!$this->categoryKeys) { + /** @var array<\Orm\Zed\Category\Persistence\SpyCategory> $categoryEntityCollection */ $categoryEntityCollection = SpyCategoryQuery::create()->find(); foreach ($categoryEntityCollection as $categoryEntity) { diff --git a/src/Pyz/Zed/DataImport/Business/Model/ProductAbstract/AddProductAbstractSkusStep.php b/src/Pyz/Zed/DataImport/Business/Model/ProductAbstract/AddProductAbstractSkusStep.php index b5311996b8..93487a84ba 100644 --- a/src/Pyz/Zed/DataImport/Business/Model/ProductAbstract/AddProductAbstractSkusStep.php +++ b/src/Pyz/Zed/DataImport/Business/Model/ProductAbstract/AddProductAbstractSkusStep.php @@ -21,7 +21,7 @@ class AddProductAbstractSkusStep implements DataImportStepInterface public const KEY_PRODUCT_ABSTRACT_SKUS = 'productAbstractSkus'; /** - * @var array + * @var array */ protected $productAbstractSkus = []; @@ -39,10 +39,11 @@ public function execute(DataSetInterface $dataSet): void SpyProductAbstractTableMap::COL_ID_PRODUCT_ABSTRACT, ])->setFormatter(new SimpleArrayFormatter()); - /** @var array $productAbstractEntities */ + /** @var array> $productAbstractEntities */ $productAbstractEntities = $query->find(); foreach ($productAbstractEntities as $productAbstractEntity) { + /** @var string $key */ $key = $productAbstractEntity[SpyProductAbstractTableMap::COL_SKU]; $value = $productAbstractEntity[SpyProductAbstractTableMap::COL_ID_PRODUCT_ABSTRACT]; $this->productAbstractSkus[$key] = $value; diff --git a/src/Pyz/Zed/DataImport/Business/Model/ProductAbstract/ProductAbstractHydratorStep.php b/src/Pyz/Zed/DataImport/Business/Model/ProductAbstract/ProductAbstractHydratorStep.php index f5e79e0dde..6b2c49d01e 100644 --- a/src/Pyz/Zed/DataImport/Business/Model/ProductAbstract/ProductAbstractHydratorStep.php +++ b/src/Pyz/Zed/DataImport/Business/Model/ProductAbstract/ProductAbstractHydratorStep.php @@ -283,7 +283,7 @@ protected function importProductUrls(DataSetInterface $dataSet): void /** * @param string $categoryKeys * - * @return array + * @return array */ protected function getCategoryKeys($categoryKeys): array { @@ -295,7 +295,7 @@ protected function getCategoryKeys($categoryKeys): array /** * @param string $categoryProductOrder * - * @return array + * @return array */ protected function getCategoryProductOrder($categoryProductOrder): array { diff --git a/src/Pyz/Zed/DataImport/Business/Model/ProductAbstract/ProductAbstractSkuToIdProductAbstractStep.php b/src/Pyz/Zed/DataImport/Business/Model/ProductAbstract/ProductAbstractSkuToIdProductAbstractStep.php index 18971342ce..af045912ce 100644 --- a/src/Pyz/Zed/DataImport/Business/Model/ProductAbstract/ProductAbstractSkuToIdProductAbstractStep.php +++ b/src/Pyz/Zed/DataImport/Business/Model/ProductAbstract/ProductAbstractSkuToIdProductAbstractStep.php @@ -35,7 +35,7 @@ class ProductAbstractSkuToIdProductAbstractStep implements DataImportStepInterfa protected $target; /** - * @var array + * @var array */ protected static $resolved = []; @@ -60,11 +60,13 @@ public function execute(DataSetInterface $dataSet): void return; } - if (!isset(static::$resolved[$dataSet[$this->source]])) { - static::$resolved[$dataSet[$this->source]] = $this->resolveIdProductAbstract($dataSet[$this->source]); + /** @var string $sku */ + $sku = $dataSet[$this->source]; + if (!isset(static::$resolved[$sku])) { + static::$resolved[$sku] = $this->resolveIdProductAbstract($sku); } - $dataSet[$this->target] = static::$resolved[$dataSet[$this->source]]; + $dataSet[$this->target] = static::$resolved[$sku]; } /** diff --git a/src/Pyz/Zed/DataImport/Business/Model/ProductAbstract/ProductAbstractWriterStep.php b/src/Pyz/Zed/DataImport/Business/Model/ProductAbstract/ProductAbstractWriterStep.php index 406786f006..1964a689f9 100644 --- a/src/Pyz/Zed/DataImport/Business/Model/ProductAbstract/ProductAbstractWriterStep.php +++ b/src/Pyz/Zed/DataImport/Business/Model/ProductAbstract/ProductAbstractWriterStep.php @@ -245,7 +245,7 @@ protected function importProductCategories(DataSetInterface $dataSet, SpyProduct /** * @param string $categoryKeys * - * @return array + * @return list */ protected function getCategoryKeys($categoryKeys): array { @@ -257,7 +257,7 @@ protected function getCategoryKeys($categoryKeys): array /** * @param string $categoryProductOrder * - * @return array + * @return list */ protected function getCategoryProductOrder($categoryProductOrder): array { diff --git a/src/Pyz/Zed/DataImport/Business/Model/ProductAbstract/Writer/ProductAbstractPropelDataSetWriter.php b/src/Pyz/Zed/DataImport/Business/Model/ProductAbstract/Writer/ProductAbstractPropelDataSetWriter.php index e41ab25ec7..43735e4041 100644 --- a/src/Pyz/Zed/DataImport/Business/Model/ProductAbstract/Writer/ProductAbstractPropelDataSetWriter.php +++ b/src/Pyz/Zed/DataImport/Business/Model/ProductAbstract/Writer/ProductAbstractPropelDataSetWriter.php @@ -206,7 +206,7 @@ protected function getProductAbstractTransfer(DataSetInterface $dataSet): SpyPro /** * @param \Spryker\Zed\DataImport\Business\Model\DataSet\DataSetInterface $dataSet * - * @return array + * @return array */ protected function getProductAbstractLocalizedTransfers(DataSetInterface $dataSet): array { @@ -216,7 +216,7 @@ protected function getProductAbstractLocalizedTransfers(DataSetInterface $dataSe /** * @param \Spryker\Zed\DataImport\Business\Model\DataSet\DataSetInterface $dataSet * - * @return array + * @return array */ protected function getProductCategoryTransfers(DataSetInterface $dataSet): array { @@ -226,7 +226,7 @@ protected function getProductCategoryTransfers(DataSetInterface $dataSet): array /** * @param \Spryker\Zed\DataImport\Business\Model\DataSet\DataSetInterface $dataSet * - * @return array + * @return array */ protected function getProductUrlTransfers(DataSetInterface $dataSet): array { diff --git a/src/Pyz/Zed/DataImport/Business/Model/ProductAttributeKey/AddProductAttributeKeysStep.php b/src/Pyz/Zed/DataImport/Business/Model/ProductAttributeKey/AddProductAttributeKeysStep.php index 54b36f3537..cc7b9bd941 100644 --- a/src/Pyz/Zed/DataImport/Business/Model/ProductAttributeKey/AddProductAttributeKeysStep.php +++ b/src/Pyz/Zed/DataImport/Business/Model/ProductAttributeKey/AddProductAttributeKeysStep.php @@ -21,7 +21,7 @@ class AddProductAttributeKeysStep implements DataImportStepInterface public const KEY_TARGET = 'attributeKeys'; /** - * @var array + * @var array */ protected $productAttributeKeys = []; @@ -40,9 +40,10 @@ public function execute(DataSetInterface $dataSet): void ]) ->setFormatter(new SimpleArrayFormatter()); - /** @var array $productAttributeKeys */ + /** @var array> $productAttributeKeys */ $productAttributeKeys = $query->find(); foreach ($productAttributeKeys as $productAttributeKey) { + /** @var string $key */ $key = $productAttributeKey[SpyProductAttributeKeyTableMap::COL_KEY]; $value = $productAttributeKey[SpyProductAttributeKeyTableMap::COL_ID_PRODUCT_ATTRIBUTE_KEY]; diff --git a/src/Pyz/Zed/DataImport/Business/Model/ProductConcrete/ProductConcreteAttributesUniqueCheckStep.php b/src/Pyz/Zed/DataImport/Business/Model/ProductConcrete/ProductConcreteAttributesUniqueCheckStep.php index e70050eec5..6bce32d2c7 100644 --- a/src/Pyz/Zed/DataImport/Business/Model/ProductConcrete/ProductConcreteAttributesUniqueCheckStep.php +++ b/src/Pyz/Zed/DataImport/Business/Model/ProductConcrete/ProductConcreteAttributesUniqueCheckStep.php @@ -62,7 +62,7 @@ class ProductConcreteAttributesUniqueCheckStep implements DataImportStepInterfac protected $utilEncodingService; /** - * @var array + * @var array>> */ protected static $productConcreteAttributesMap = []; @@ -87,7 +87,9 @@ public function __construct( */ public function execute(DataSetInterface $dataSet): void { + /** @var string $dataSetProductConcreteSku */ $dataSetProductConcreteSku = $dataSet[static::KEY_CONCRETE_SKU]; + /** @var string $dataSetProductAbstractSku */ $dataSetProductAbstractSku = $dataSet[static::KEY_ABSTRACT_SKU]; $dataSetProductConcreteAttributes = $dataSet[static::KEY_ATTRIBUTES]; ksort($dataSetProductConcreteAttributes); @@ -100,7 +102,7 @@ public function execute(DataSetInterface $dataSet): void /** * @param string $dataSetProductAbstractSku * @param string $dataSetProductConcreteSku - * @param array $dataSetProductConcreteAttributes + * @param array $dataSetProductConcreteAttributes * * @throws \Pyz\Zed\DataImport\Business\Exception\InvalidDataException * @@ -144,7 +146,9 @@ protected function prepareProductConcreteAttributesMap(): void if ($productConcreteAttributes) { ksort($productConcreteAttributes); } + /** @var string $productConcreteSku */ $productConcreteSku = $productConcrete[static::PRODUCT_COL_SKU]; + /** @var string $productAbstractSku */ $productAbstractSku = $productConcrete[static::PRODUCT_ABSTRACT_COL_SKU]; static::$productConcreteAttributesMap[$productAbstractSku][$productConcreteSku] = $productConcreteAttributes; diff --git a/src/Pyz/Zed/DataImport/Business/Model/ProductConcrete/ProductSkuToIdProductStep.php b/src/Pyz/Zed/DataImport/Business/Model/ProductConcrete/ProductSkuToIdProductStep.php index ef778e94cd..54e80e79e6 100644 --- a/src/Pyz/Zed/DataImport/Business/Model/ProductConcrete/ProductSkuToIdProductStep.php +++ b/src/Pyz/Zed/DataImport/Business/Model/ProductConcrete/ProductSkuToIdProductStep.php @@ -35,7 +35,7 @@ class ProductSkuToIdProductStep implements DataImportStepInterface protected $target; /** - * @var array + * @var array */ protected static $resolved = []; diff --git a/src/Pyz/Zed/DataImport/Business/Model/ProductConcrete/Writer/ProductConcretePropelDataSetWriter.php b/src/Pyz/Zed/DataImport/Business/Model/ProductConcrete/Writer/ProductConcretePropelDataSetWriter.php index f31c19be09..7fe113c9ed 100644 --- a/src/Pyz/Zed/DataImport/Business/Model/ProductConcrete/Writer/ProductConcretePropelDataSetWriter.php +++ b/src/Pyz/Zed/DataImport/Business/Model/ProductConcrete/Writer/ProductConcretePropelDataSetWriter.php @@ -226,7 +226,7 @@ protected function mapProductSearchEntityToEventEntityTransfer( /** * @param \Spryker\Zed\DataImport\Business\Model\DataSet\DataSetInterface $dataSet * - * @return array + * @return array */ protected function getProductConcreteBundleData(DataSetInterface $dataSet): array { @@ -236,7 +236,7 @@ protected function getProductConcreteBundleData(DataSetInterface $dataSet): arra /** * @param \Spryker\Zed\DataImport\Business\Model\DataSet\DataSetInterface $dataSet * - * @return array + * @return array */ protected function getProductConcreteLocalizedTransfers(DataSetInterface $dataSet): array { diff --git a/src/Pyz/Zed/DataImport/Business/Model/ProductManagementAttribute/ProductManagementLocalizedAttributesExtractorStep.php b/src/Pyz/Zed/DataImport/Business/Model/ProductManagementAttribute/ProductManagementLocalizedAttributesExtractorStep.php index eead465903..8cb64abe5f 100644 --- a/src/Pyz/Zed/DataImport/Business/Model/ProductManagementAttribute/ProductManagementLocalizedAttributesExtractorStep.php +++ b/src/Pyz/Zed/DataImport/Business/Model/ProductManagementAttribute/ProductManagementLocalizedAttributesExtractorStep.php @@ -53,7 +53,7 @@ public function execute(DataSetInterface $dataSet): void /** * @param string $data * - * @return array + * @return array */ private function toArray($data): array { diff --git a/src/Pyz/Zed/DataImport/Business/Model/ProductPrice/ProductPriceHydratorStep.php b/src/Pyz/Zed/DataImport/Business/Model/ProductPrice/ProductPriceHydratorStep.php index 7c056b340f..bd74623efa 100644 --- a/src/Pyz/Zed/DataImport/Business/Model/ProductPrice/ProductPriceHydratorStep.php +++ b/src/Pyz/Zed/DataImport/Business/Model/ProductPrice/ProductPriceHydratorStep.php @@ -262,7 +262,7 @@ protected function importPriceData(DataSetInterface $dataSet): void /** * @param \Spryker\Zed\DataImport\Business\Model\DataSet\DataSetInterface $dataSet * - * @return array + * @return array */ protected function getPriceData(DataSetInterface $dataSet): array { @@ -313,11 +313,11 @@ protected function getPriceDataKey(string $key): string } /** - * @param array $priceData + * @param array $priceData * @param string $key * @param string $value * - * @return array + * @return array */ protected function addPriceDataValue(array $priceData, string $key, string $value): array { diff --git a/src/Pyz/Zed/DataImport/Business/Model/ProductStock/Hook/ProductStockAfterImportPublishHook.php b/src/Pyz/Zed/DataImport/Business/Model/ProductStock/Hook/ProductStockAfterImportPublishHook.php index ff8acbcf4c..78653f1a04 100644 --- a/src/Pyz/Zed/DataImport/Business/Model/ProductStock/Hook/ProductStockAfterImportPublishHook.php +++ b/src/Pyz/Zed/DataImport/Business/Model/ProductStock/Hook/ProductStockAfterImportPublishHook.php @@ -18,7 +18,7 @@ class ProductStockAfterImportPublishHook implements DataImporterAfterImportInterface { /** - * @var array + * @var array */ protected $entityEvents = []; diff --git a/src/Pyz/Zed/DataImport/Business/Model/ProductStock/Writer/ProductStockPropelDataSetWriter.php b/src/Pyz/Zed/DataImport/Business/Model/ProductStock/Writer/ProductStockPropelDataSetWriter.php index 891029b346..81e79a57fe 100644 --- a/src/Pyz/Zed/DataImport/Business/Model/ProductStock/Writer/ProductStockPropelDataSetWriter.php +++ b/src/Pyz/Zed/DataImport/Business/Model/ProductStock/Writer/ProductStockPropelDataSetWriter.php @@ -317,7 +317,7 @@ protected function calculateProductStockForSkuAndStore(string $concreteSku, Stor /** * @param string $storeName * - * @return array + * @return array */ protected function getStoreWarehouses(string $storeName): array { @@ -418,7 +418,7 @@ protected function getIdStore(StoreTransfer $storeTransfer): int } /** - * @param array $availabilityData + * @param array $availabilityData * * @return void */ diff --git a/src/Pyz/Zed/DataImport/Business/Model/Tax/TaxSetNameToIdTaxSetStep.php b/src/Pyz/Zed/DataImport/Business/Model/Tax/TaxSetNameToIdTaxSetStep.php index aab8b733a3..768d5633f7 100644 --- a/src/Pyz/Zed/DataImport/Business/Model/Tax/TaxSetNameToIdTaxSetStep.php +++ b/src/Pyz/Zed/DataImport/Business/Model/Tax/TaxSetNameToIdTaxSetStep.php @@ -35,7 +35,7 @@ class TaxSetNameToIdTaxSetStep implements DataImportStepInterface protected $target; /** - * @var array + * @var array */ protected $resolved = []; diff --git a/src/Pyz/Zed/DataImport/Business/Model/Tax/TaxWriterStep.php b/src/Pyz/Zed/DataImport/Business/Model/Tax/TaxWriterStep.php index 8e4e74c019..e07b143a2c 100644 --- a/src/Pyz/Zed/DataImport/Business/Model/Tax/TaxWriterStep.php +++ b/src/Pyz/Zed/DataImport/Business/Model/Tax/TaxWriterStep.php @@ -54,7 +54,7 @@ class TaxWriterStep extends PublishAwareStep implements DataImportStepInterface protected $countryRepository; /** - * @var array + * @var array */ protected $shipmentSets = [ 'Shipment Taxes' => true, diff --git a/src/Pyz/Zed/DataImport/DataImportDependencyProvider.php b/src/Pyz/Zed/DataImport/DataImportDependencyProvider.php index e95de1e09e..6e83b35d26 100644 --- a/src/Pyz/Zed/DataImport/DataImportDependencyProvider.php +++ b/src/Pyz/Zed/DataImport/DataImportDependencyProvider.php @@ -326,7 +326,7 @@ protected function addMerchantUserFacade(Container $container): Container } /** - * @return array + * @return array<\Spryker\Zed\DataImport\Dependency\Plugin\DataImportPluginInterface> */ protected function getDataImporterPlugins(): array { @@ -439,7 +439,7 @@ protected function getDataImporterPlugins(): array } /** - * @return array + * @return array<\Spryker\Zed\DataImport\Business\Model\DataImporterPluginCollectionInterface|\Spryker\Zed\DataImport\Business\Model\DataImporterCollectionInterface|\Spryker\Zed\DataImport\Dependency\Plugin\DataImportBeforeImportHookInterface|\Spryker\Zed\DataImport\Dependency\Plugin\DataImportAfterImportHookInterface> */ protected function getDataImportBeforeImportHookPlugins(): array { @@ -449,7 +449,7 @@ protected function getDataImportBeforeImportHookPlugins(): array } /** - * @return array + * @return array<\Spryker\Zed\DataImport\Business\Model\DataImporterPluginCollectionInterface|\Spryker\Zed\DataImport\Business\Model\DataImporterCollectionInterface|\Spryker\Zed\DataImport\Dependency\Plugin\DataImportBeforeImportHookInterface|\Spryker\Zed\DataImport\Dependency\Plugin\DataImportAfterImportHookInterface> */ protected function getDataImportAfterImportHookPlugins(): array { diff --git a/src/Pyz/Zed/Discount/DiscountDependencyProvider.php b/src/Pyz/Zed/Discount/DiscountDependencyProvider.php index b2b36b6da9..ec9225ce8b 100644 --- a/src/Pyz/Zed/Discount/DiscountDependencyProvider.php +++ b/src/Pyz/Zed/Discount/DiscountDependencyProvider.php @@ -71,7 +71,7 @@ protected function getCollectorPlugins(): array } /** - * @return array + * @return array<\Spryker\Zed\Discount\Dependency\Plugin\DiscountableItemFilterPluginInterface> */ protected function getDiscountableItemFilterPlugins(): array { diff --git a/src/Pyz/Zed/ExampleProductSalePage/Business/Label/ProductAbstractRelationReader.php b/src/Pyz/Zed/ExampleProductSalePage/Business/Label/ProductAbstractRelationReader.php index 40aa6233e4..a0434e1f0d 100644 --- a/src/Pyz/Zed/ExampleProductSalePage/Business/Label/ProductAbstractRelationReader.php +++ b/src/Pyz/Zed/ExampleProductSalePage/Business/Label/ProductAbstractRelationReader.php @@ -87,7 +87,7 @@ protected function getProductLabelNewEntity(): SpyProductLabel /** * @param \Orm\Zed\ProductLabel\Persistence\SpyProductLabel $productLabelEntity * - * @return array + * @return array> */ protected function findRelationsBecomingInactive(SpyProductLabel $productLabelEntity): array { @@ -107,7 +107,7 @@ protected function findRelationsBecomingInactive(SpyProductLabel $productLabelEn /** * @param \Orm\Zed\ProductLabel\Persistence\SpyProductLabel $productLabelEntity * - * @return array + * @return array> */ protected function findRelationsBecomingActive(SpyProductLabel $productLabelEntity): array { @@ -126,8 +126,8 @@ protected function findRelationsBecomingActive(SpyProductLabel $productLabelEnti /** * @param int $idProductLabel - * @param array $relationsToAssign - * @param array $relationsToDeAssign + * @param array> $relationsToAssign + * @param array> $relationsToDeAssign * * @return \Generated\Shared\Transfer\ProductLabelProductAbstractRelationsTransfer */ diff --git a/src/Pyz/Zed/ExampleStateMachine/Communication/Controller/TestController.php b/src/Pyz/Zed/ExampleStateMachine/Communication/Controller/TestController.php index 9c77f32395..e38e270fd3 100644 --- a/src/Pyz/Zed/ExampleStateMachine/Communication/Controller/TestController.php +++ b/src/Pyz/Zed/ExampleStateMachine/Communication/Controller/TestController.php @@ -19,12 +19,14 @@ class TestController extends AbstractController { /** + * @return array + * * @var string */ public const PYZ_STATE_MACHINE_NAME = 'Test'; /** - * @return array + * @return array */ public function listPyzAction(): array { diff --git a/src/Pyz/Zed/ExampleStateMachine/Communication/Plugin/TestStateMachineHandlerPlugin.php b/src/Pyz/Zed/ExampleStateMachine/Communication/Plugin/TestStateMachineHandlerPlugin.php index 8f6b0a63db..f00654b8ed 100644 --- a/src/Pyz/Zed/ExampleStateMachine/Communication/Plugin/TestStateMachineHandlerPlugin.php +++ b/src/Pyz/Zed/ExampleStateMachine/Communication/Plugin/TestStateMachineHandlerPlugin.php @@ -107,7 +107,7 @@ public function itemStateUpdated(StateMachineItemTransfer $stateMachineItemTrans /** * This method should return all list of StateMachineItemTransfer, with (identifier, IdStateMachineProcess, IdItemState) * - * @param array $stateIds + * @param array $stateIds * * @return array<\Generated\Shared\Transfer\StateMachineItemTransfer> */ diff --git a/src/Pyz/Zed/MerchantOms/Communication/Plugin/Oms/AbstractTriggerOmsEventCommandPlugin.php b/src/Pyz/Zed/MerchantOms/Communication/Plugin/Oms/AbstractTriggerOmsEventCommandPlugin.php index e3287d61b7..0d6e1e5688 100644 --- a/src/Pyz/Zed/MerchantOms/Communication/Plugin/Oms/AbstractTriggerOmsEventCommandPlugin.php +++ b/src/Pyz/Zed/MerchantOms/Communication/Plugin/Oms/AbstractTriggerOmsEventCommandPlugin.php @@ -36,7 +36,7 @@ abstract public function getEventName(): string; * * @return void */ - public function run(StateMachineItemTransfer $stateMachineItemTransfer) + public function run(StateMachineItemTransfer $stateMachineItemTransfer): void { $merchantOrderItemTransfer = $this->getFactory()->getMerchantSalesOrderFacade()->findMerchantOrderItem( (new MerchantOrderItemCriteriaTransfer()) diff --git a/src/Pyz/Zed/MerchantOms/Communication/Plugin/Oms/CloseMerchantOrderItemCommandPlugin.php b/src/Pyz/Zed/MerchantOms/Communication/Plugin/Oms/CloseMerchantOrderItemCommandPlugin.php index 2ea2d4b736..2569c22903 100644 --- a/src/Pyz/Zed/MerchantOms/Communication/Plugin/Oms/CloseMerchantOrderItemCommandPlugin.php +++ b/src/Pyz/Zed/MerchantOms/Communication/Plugin/Oms/CloseMerchantOrderItemCommandPlugin.php @@ -36,7 +36,7 @@ class CloseMerchantOrderItemCommandPlugin extends AbstractPlugin implements Comm * @param \Orm\Zed\Sales\Persistence\SpySalesOrderItem $orderItem * @param \Spryker\Zed\Oms\Business\Util\ReadOnlyArrayObject $data * - * @return array + * @return array */ public function run(SpySalesOrderItem $orderItem, ReadOnlyArrayObject $data): array { diff --git a/src/Pyz/Zed/MerchantOms/Communication/Plugin/Oms/ReturnMerchantOrderItemCommandPlugin.php b/src/Pyz/Zed/MerchantOms/Communication/Plugin/Oms/ReturnMerchantOrderItemCommandPlugin.php index 7dcae49213..e9367b77df 100644 --- a/src/Pyz/Zed/MerchantOms/Communication/Plugin/Oms/ReturnMerchantOrderItemCommandPlugin.php +++ b/src/Pyz/Zed/MerchantOms/Communication/Plugin/Oms/ReturnMerchantOrderItemCommandPlugin.php @@ -37,7 +37,7 @@ class ReturnMerchantOrderItemCommandPlugin extends AbstractPlugin implements Com * * @throws \LogicException * - * @return array + * @return array */ public function run(SpySalesOrderItem $orderItem, ReadOnlyArrayObject $data): array { diff --git a/src/Pyz/Zed/MerchantOms/MerchantOmsDependencyProvider.php b/src/Pyz/Zed/MerchantOms/MerchantOmsDependencyProvider.php index 6fd72cba13..1fafea90fd 100644 --- a/src/Pyz/Zed/MerchantOms/MerchantOmsDependencyProvider.php +++ b/src/Pyz/Zed/MerchantOms/MerchantOmsDependencyProvider.php @@ -18,6 +18,9 @@ use Spryker\Zed\Kernel\Container; use Spryker\Zed\MerchantOms\MerchantOmsDependencyProvider as SprykerMerchantOmsDependencyProvider; +/** + * @method \Spryker\Zed\MerchantOms\MerchantOmsConfig getConfig() + */ class MerchantOmsDependencyProvider extends SprykerMerchantOmsDependencyProvider { /** @@ -31,7 +34,7 @@ class MerchantOmsDependencyProvider extends SprykerMerchantOmsDependencyProvider public const PYZ_FACADE_SALES_RETURN = 'PYZ_FACADE_SALES_RETURN'; /** - * @return array + * @return array<\Spryker\Zed\StateMachine\Dependency\Plugin\CommandPluginInterface> */ protected function getStateMachineCommandPlugins(): array { diff --git a/src/Pyz/Zed/MerchantSalesOrder/Communication/Plugin/Oms/CreateMerchantOrdersCommandPlugin.php b/src/Pyz/Zed/MerchantSalesOrder/Communication/Plugin/Oms/CreateMerchantOrdersCommandPlugin.php index c7697abfef..8aed3af26e 100644 --- a/src/Pyz/Zed/MerchantSalesOrder/Communication/Plugin/Oms/CreateMerchantOrdersCommandPlugin.php +++ b/src/Pyz/Zed/MerchantSalesOrder/Communication/Plugin/Oms/CreateMerchantOrdersCommandPlugin.php @@ -30,7 +30,7 @@ class CreateMerchantOrdersCommandPlugin extends AbstractPlugin implements Comman * @param \Orm\Zed\Sales\Persistence\SpySalesOrder $orderEntity * @param \Spryker\Zed\Oms\Business\Util\ReadOnlyArrayObject $data * - * @return array + * @return array */ public function run(array $orderItems, SpySalesOrder $orderEntity, ReadOnlyArrayObject $data): array { diff --git a/src/Pyz/Zed/Product/ProductDependencyProvider.php b/src/Pyz/Zed/Product/ProductDependencyProvider.php index 0260b5b7b9..af2f7a22bd 100644 --- a/src/Pyz/Zed/Product/ProductDependencyProvider.php +++ b/src/Pyz/Zed/Product/ProductDependencyProvider.php @@ -184,7 +184,7 @@ protected function getProductAbstractPreCreatePlugins(): array /** * @param \Spryker\Zed\Kernel\Container $container * - * @return array + * @return list<\Spryker\Zed\ProductExtension\Dependency\Plugin\ProductAbstractExpanderPluginInterface> */ protected function getProductAbstractExpanderPlugins(Container $container): array { diff --git a/src/Pyz/Zed/Publisher/PublisherDependencyProvider.php b/src/Pyz/Zed/Publisher/PublisherDependencyProvider.php index b70450e7ab..e52eaa79a5 100644 --- a/src/Pyz/Zed/Publisher/PublisherDependencyProvider.php +++ b/src/Pyz/Zed/Publisher/PublisherDependencyProvider.php @@ -149,7 +149,7 @@ class PublisherDependencyProvider extends SprykerPublisherDependencyProvider { /** - * @return array<\Spryker\Zed\PublisherExtension\Dependency\Plugin\PublisherPluginInterface> + * @return array|array> */ protected function getPublisherPlugins(): array { @@ -190,7 +190,7 @@ protected function getPublisherPlugins(): array } /** - * @return array + * @return array> */ protected function getPublishAndSynchronizeHealthCheckPlugins(): array { @@ -244,7 +244,7 @@ protected function getPublisherTriggerPlugins(): array } /** - * @return array + * @return array|array> */ protected function getGlossaryStoragePlugins(): array { @@ -586,7 +586,7 @@ protected function getCustomerStoragePlugins(): array } /** - * @return array<\Spryker\Zed\PublisherExtension\Dependency\Plugin\PublisherPluginInterface> + * @return list<\Spryker\Zed\PublisherExtension\Dependency\Plugin\PublisherPluginInterface> */ protected function getProductPageSearchPlugins(): array { diff --git a/src/Pyz/Zed/Queue/QueueConfig.php b/src/Pyz/Zed/Queue/QueueConfig.php index 1b2f7bd679..31aeb5cb92 100644 --- a/src/Pyz/Zed/Queue/QueueConfig.php +++ b/src/Pyz/Zed/Queue/QueueConfig.php @@ -35,7 +35,7 @@ public function getSignalsForGracefulWorkerShutdown(): array } /** - * @return array + * @return array */ protected function getQueueReceiverOptions(): array { @@ -53,7 +53,7 @@ protected function getQueueReceiverOptions(): array } /** - * @return array + * @return array */ protected function getMessageCheckOptions(): array { diff --git a/src/Pyz/Zed/Quote/QuoteConfig.php b/src/Pyz/Zed/Quote/QuoteConfig.php index 44f6e857f2..d753ef4d68 100644 --- a/src/Pyz/Zed/Quote/QuoteConfig.php +++ b/src/Pyz/Zed/Quote/QuoteConfig.php @@ -13,7 +13,7 @@ class QuoteConfig extends SprykerQuoteConfig { /** - * @return array + * @return array */ public function getQuoteFieldsAllowedForSaving(): array { diff --git a/src/Pyz/Zed/SearchElasticsearch/SearchElasticsearchConfig.php b/src/Pyz/Zed/SearchElasticsearch/SearchElasticsearchConfig.php index f27890b78e..6aa3c4c478 100644 --- a/src/Pyz/Zed/SearchElasticsearch/SearchElasticsearchConfig.php +++ b/src/Pyz/Zed/SearchElasticsearch/SearchElasticsearchConfig.php @@ -15,7 +15,7 @@ class SearchElasticsearchConfig extends SprykerSearchElasticsearchConfig { /** - * @return array + * @return array */ public function getJsonSchemaDefinitionDirectories(): array { diff --git a/src/Pyz/Zed/Setup/SetupConfig.php b/src/Pyz/Zed/Setup/SetupConfig.php index 8c4c49865c..fc9a71ef36 100644 --- a/src/Pyz/Zed/Setup/SetupConfig.php +++ b/src/Pyz/Zed/Setup/SetupConfig.php @@ -23,7 +23,7 @@ class SetupConfig extends SprykerSetupConfig * * For a first initial migration you must use OPTION_NO_DIFF false. * - * @return array + * @return list */ public function getSetupInstallCommandNames(): array { diff --git a/src/Pyz/Zed/Stock/StockConfig.php b/src/Pyz/Zed/Stock/StockConfig.php index 01fd36a4e4..d1d659b411 100644 --- a/src/Pyz/Zed/Stock/StockConfig.php +++ b/src/Pyz/Zed/Stock/StockConfig.php @@ -12,7 +12,7 @@ class StockConfig extends SprykerStockConfig { /** - * @return array + * @return array> */ public function getPyzStoreToWarehouseMapping(): array { diff --git a/src/Pyz/Zed/Transfer/TransferConfig.php b/src/Pyz/Zed/Transfer/TransferConfig.php index 87f108fa42..3fffaf4049 100644 --- a/src/Pyz/Zed/Transfer/TransferConfig.php +++ b/src/Pyz/Zed/Transfer/TransferConfig.php @@ -12,7 +12,7 @@ class TransferConfig extends SprykerTransferConfig { /** - * @return array + * @return array */ public function getEntitiesSourceDirectories(): array { diff --git a/src/Pyz/Zed/User/UserConfig.php b/src/Pyz/Zed/User/UserConfig.php index 5a4ba1af97..27b4586c91 100644 --- a/src/Pyz/Zed/User/UserConfig.php +++ b/src/Pyz/Zed/User/UserConfig.php @@ -12,7 +12,7 @@ class UserConfig extends SprykerUserConfig { /** - * @return array + * @return array> */ public function getInstallerUsers(): array { diff --git a/tests/PyzTest/Yves/Application/_support/ApplicationControllerTester.php b/tests/PyzTest/Yves/Application/_support/ApplicationControllerTester.php index e327e5d9b1..cb3cb0400a 100644 --- a/tests/PyzTest/Yves/Application/_support/ApplicationControllerTester.php +++ b/tests/PyzTest/Yves/Application/_support/ApplicationControllerTester.php @@ -23,7 +23,7 @@ * @method void comment($description) * @method \Codeception\Lib\Friend haveFriend($name, $actorClass = NULL) * - * @SuppressWarnings(PHPMD) + * @SuppressWarnings(\PyzTest\Yves\Application\PHPMD) */ class ApplicationControllerTester extends Actor { diff --git a/tests/PyzTest/Yves/Availability/_support/AvailabilityPresentationTester.php b/tests/PyzTest/Yves/Availability/_support/AvailabilityPresentationTester.php index e2f2a1d80d..a0b6e89f16 100644 --- a/tests/PyzTest/Yves/Availability/_support/AvailabilityPresentationTester.php +++ b/tests/PyzTest/Yves/Availability/_support/AvailabilityPresentationTester.php @@ -24,7 +24,7 @@ * @method void comment($description) * @method \Codeception\Lib\Friend haveFriend($name, $actorClass = NULL) * - * @SuppressWarnings(PHPMD) + * @SuppressWarnings(\PyzTest\Yves\Availability\PHPMD) */ class AvailabilityPresentationTester extends Actor { diff --git a/tests/PyzTest/Yves/Checkout/_support/CheckoutBusinessTester.php b/tests/PyzTest/Yves/Checkout/_support/CheckoutBusinessTester.php index 75fcddd469..5111ee0722 100644 --- a/tests/PyzTest/Yves/Checkout/_support/CheckoutBusinessTester.php +++ b/tests/PyzTest/Yves/Checkout/_support/CheckoutBusinessTester.php @@ -25,7 +25,7 @@ * @method void comment($description) * @method \Codeception\Lib\Friend haveFriend($name, $actorClass = NULL) * - * @SuppressWarnings(PHPMD) + * @SuppressWarnings(\PyzTest\Yves\Checkout\PHPMD) */ class CheckoutBusinessTester extends Actor { diff --git a/tests/PyzTest/Yves/CompanyUser/_support/CompanyUserPresentationTester.php b/tests/PyzTest/Yves/CompanyUser/_support/CompanyUserPresentationTester.php index ab1e9a632c..ca249017a5 100644 --- a/tests/PyzTest/Yves/CompanyUser/_support/CompanyUserPresentationTester.php +++ b/tests/PyzTest/Yves/CompanyUser/_support/CompanyUserPresentationTester.php @@ -25,7 +25,7 @@ * @method void comment($description) * @method \Codeception\Lib\Friend haveFriend($name, $actorClass = NULL) * - * @SuppressWarnings(PHPMD) + * @SuppressWarnings(\PyzTest\Yves\CompanyUser\PHPMD) */ class CompanyUserPresentationTester extends Actor { diff --git a/tests/PyzTest/Yves/Customer/_support/CustomerPresentationTester.php b/tests/PyzTest/Yves/Customer/_support/CustomerPresentationTester.php index 0452586a06..83da08216a 100644 --- a/tests/PyzTest/Yves/Customer/_support/CustomerPresentationTester.php +++ b/tests/PyzTest/Yves/Customer/_support/CustomerPresentationTester.php @@ -26,7 +26,7 @@ * @method void comment($description) * @method \Codeception\Lib\Friend haveFriend($name, $actorClass = NULL) * - * @SuppressWarnings(PHPMD) + * @SuppressWarnings(\PyzTest\Yves\Customer\PHPMD) */ class CustomerPresentationTester extends Actor { diff --git a/tests/PyzTest/Yves/Newsletter/_support/NewsletterPresentationTester.php b/tests/PyzTest/Yves/Newsletter/_support/NewsletterPresentationTester.php index 244a7410ba..c56d3196b2 100644 --- a/tests/PyzTest/Yves/Newsletter/_support/NewsletterPresentationTester.php +++ b/tests/PyzTest/Yves/Newsletter/_support/NewsletterPresentationTester.php @@ -28,7 +28,7 @@ * @method void comment($description) * @method \Codeception\Lib\Friend haveFriend($name, $actorClass = NULL) * - * @SuppressWarnings(PHPMD) + * @SuppressWarnings(\PyzTest\Yves\Newsletter\PHPMD) */ class NewsletterPresentationTester extends Actor { diff --git a/tests/PyzTest/Zed/AclEntity/_support/AclQueryDirectorTester.php b/tests/PyzTest/Zed/AclEntity/_support/AclQueryDirectorTester.php index 7c5fec80e7..4ad4db8cfe 100644 --- a/tests/PyzTest/Zed/AclEntity/_support/AclQueryDirectorTester.php +++ b/tests/PyzTest/Zed/AclEntity/_support/AclQueryDirectorTester.php @@ -69,7 +69,7 @@ * @method void comment($description) * @method void pause() * - * @SuppressWarnings(PHPMD) + * @SuppressWarnings(\PyzTest\Zed\AclEntity\PHPMD) */ class AclQueryDirectorTester extends Actor { diff --git a/tests/PyzTest/Zed/AppCatalogGui/_support/AppCatalogGuiCommunicationTester.php b/tests/PyzTest/Zed/AppCatalogGui/_support/AppCatalogGuiCommunicationTester.php index 0c0d603b7f..44dbf84fd3 100644 --- a/tests/PyzTest/Zed/AppCatalogGui/_support/AppCatalogGuiCommunicationTester.php +++ b/tests/PyzTest/Zed/AppCatalogGui/_support/AppCatalogGuiCommunicationTester.php @@ -23,7 +23,7 @@ * @method void comment($description) * @method void pause() * - * @SuppressWarnings(PHPMD) + * @SuppressWarnings(\PyzTest\Zed\AppCatalogGui\PHPMD) */ class AppCatalogGuiCommunicationTester extends Actor { diff --git a/tests/PyzTest/Zed/Asset/_support/AssetTester.php b/tests/PyzTest/Zed/Asset/_support/AssetTester.php index b41ccc7524..c37af90a52 100644 --- a/tests/PyzTest/Zed/Asset/_support/AssetTester.php +++ b/tests/PyzTest/Zed/Asset/_support/AssetTester.php @@ -25,7 +25,7 @@ * @method void comment($description) * @method void pause() * - * @SuppressWarnings(PHPMD) + * @SuppressWarnings(\PyzTest\Zed\Asset\PHPMD) */ class AssetTester extends Actor { diff --git a/tests/PyzTest/Zed/Calculation/_support/CalculationBusinessTester.php b/tests/PyzTest/Zed/Calculation/_support/CalculationBusinessTester.php index 330ea6e9db..199825b39d 100644 --- a/tests/PyzTest/Zed/Calculation/_support/CalculationBusinessTester.php +++ b/tests/PyzTest/Zed/Calculation/_support/CalculationBusinessTester.php @@ -58,7 +58,7 @@ * @method void comment($description) * @method \Codeception\Lib\Friend haveFriend($name, $actorClass = NULL) * - * @SuppressWarnings(PHPMD) + * @SuppressWarnings(\PyzTest\Zed\Calculation\PHPMD) */ class CalculationBusinessTester extends Actor { diff --git a/tests/PyzTest/Zed/CmsGui/_support/CmsGuiPresentationTester.php b/tests/PyzTest/Zed/CmsGui/_support/CmsGuiPresentationTester.php index 4d237db52c..f2a1b9d5ed 100644 --- a/tests/PyzTest/Zed/CmsGui/_support/CmsGuiPresentationTester.php +++ b/tests/PyzTest/Zed/CmsGui/_support/CmsGuiPresentationTester.php @@ -25,7 +25,7 @@ * @method void comment($description) * @method \Codeception\Lib\Friend haveFriend($name, $actorClass = NULL) * - * @SuppressWarnings(PHPMD) + * @SuppressWarnings(\PyzTest\Zed\CmsGui\PHPMD) */ class CmsGuiPresentationTester extends Actor { diff --git a/tests/PyzTest/Zed/Console/_support/ConsoleConsoleTester.php b/tests/PyzTest/Zed/Console/_support/ConsoleConsoleTester.php index cfa0d69231..cb7a7e7d4f 100644 --- a/tests/PyzTest/Zed/Console/_support/ConsoleConsoleTester.php +++ b/tests/PyzTest/Zed/Console/_support/ConsoleConsoleTester.php @@ -24,7 +24,7 @@ * @method void comment($description) * @method \Codeception\Lib\Friend haveFriend($name, $actorClass = NULL) * - * @SuppressWarnings(PHPMD) + * @SuppressWarnings(\PyzTest\Zed\Console\PHPMD) */ class ConsoleConsoleTester extends Actor { diff --git a/tests/PyzTest/Zed/MessageBroker/_support/MessageBrokerBusinessTester.php b/tests/PyzTest/Zed/MessageBroker/_support/MessageBrokerBusinessTester.php index afb2fe4124..1ee0d007b7 100644 --- a/tests/PyzTest/Zed/MessageBroker/_support/MessageBrokerBusinessTester.php +++ b/tests/PyzTest/Zed/MessageBroker/_support/MessageBrokerBusinessTester.php @@ -24,7 +24,7 @@ * @method void comment($description) * @method void pause() * - * @SuppressWarnings(PHPMD) + * @SuppressWarnings(\PyzTest\Zed\MessageBroker\PHPMD) */ class MessageBrokerBusinessTester extends Actor { diff --git a/tests/PyzTest/Zed/NavigationGui/_support/NavigationGuiPresentationTester.php b/tests/PyzTest/Zed/NavigationGui/_support/NavigationGuiPresentationTester.php index 1bd4bd4c87..dd1383e732 100644 --- a/tests/PyzTest/Zed/NavigationGui/_support/NavigationGuiPresentationTester.php +++ b/tests/PyzTest/Zed/NavigationGui/_support/NavigationGuiPresentationTester.php @@ -30,7 +30,7 @@ * @method void comment($description) * @method \Codeception\Lib\Friend haveFriend($name, $actorClass = NULL) * - * @SuppressWarnings(PHPMD) + * @SuppressWarnings(\PyzTest\Zed\NavigationGui\PHPMD) */ class NavigationGuiPresentationTester extends Actor { diff --git a/tests/PyzTest/Zed/OauthClient/_support/OauthClientBusinessTester.php b/tests/PyzTest/Zed/OauthClient/_support/OauthClientBusinessTester.php index adf73f38f8..c35aeae0bb 100644 --- a/tests/PyzTest/Zed/OauthClient/_support/OauthClientBusinessTester.php +++ b/tests/PyzTest/Zed/OauthClient/_support/OauthClientBusinessTester.php @@ -27,7 +27,7 @@ * @method void comment($description) * @method void pause($vars = []) * - * @SuppressWarnings(PHPMD) + * @SuppressWarnings(\PyzTest\Zed\OauthClient\PHPMD) */ class OauthClientBusinessTester extends Actor { diff --git a/tests/PyzTest/Zed/Payment/_support/PaymentTester.php b/tests/PyzTest/Zed/Payment/_support/PaymentTester.php index 617c047e69..d8ad2f9da9 100644 --- a/tests/PyzTest/Zed/Payment/_support/PaymentTester.php +++ b/tests/PyzTest/Zed/Payment/_support/PaymentTester.php @@ -33,7 +33,7 @@ * @method void comment($description) * @method void pause() * - * @SuppressWarnings(PHPMD) + * @SuppressWarnings(\PyzTest\Zed\Payment\PHPMD) */ class PaymentTester extends Actor { diff --git a/tests/PyzTest/Zed/PaymentMethod/_support/PaymentMethodPresentationTester.php b/tests/PyzTest/Zed/PaymentMethod/_support/PaymentMethodPresentationTester.php index c9e5a06e1c..61d133b5d3 100644 --- a/tests/PyzTest/Zed/PaymentMethod/_support/PaymentMethodPresentationTester.php +++ b/tests/PyzTest/Zed/PaymentMethod/_support/PaymentMethodPresentationTester.php @@ -31,7 +31,7 @@ * @method void comment($description) * @method \Codeception\Lib\Friend haveFriend($name, $actorClass = null) * - * @SuppressWarnings(PHPMD) + * @SuppressWarnings(\PyzTest\Zed\PaymentMethod\PHPMD) */ class PaymentMethodPresentationTester extends Actor { diff --git a/tests/PyzTest/Zed/Product/_support/ProductBusinessTester.php b/tests/PyzTest/Zed/Product/_support/ProductBusinessTester.php index 0bd17182e6..ff12b5497f 100644 --- a/tests/PyzTest/Zed/Product/_support/ProductBusinessTester.php +++ b/tests/PyzTest/Zed/Product/_support/ProductBusinessTester.php @@ -23,7 +23,7 @@ * @method void comment($description) * @method \Codeception\Lib\Friend haveFriend($name, $actorClass = NULL) * - * @SuppressWarnings(PHPMD) + * @SuppressWarnings(\PyzTest\Zed\Product\PHPMD) */ class ProductBusinessTester extends Actor { diff --git a/tests/PyzTest/Zed/Product/_support/ProductCommunicationTester.php b/tests/PyzTest/Zed/Product/_support/ProductCommunicationTester.php index a4888d8c52..7889efc467 100644 --- a/tests/PyzTest/Zed/Product/_support/ProductCommunicationTester.php +++ b/tests/PyzTest/Zed/Product/_support/ProductCommunicationTester.php @@ -23,7 +23,7 @@ * @method void comment($description) * @method \Codeception\Lib\Friend haveFriend($name, $actorClass = null) * - * @SuppressWarnings(PHPMD) + * @SuppressWarnings(\PyzTest\Zed\Product\PHPMD) */ class ProductCommunicationTester extends Actor { diff --git a/tests/PyzTest/Zed/ProductOption/_support/ProductOptionBusinessTester.php b/tests/PyzTest/Zed/ProductOption/_support/ProductOptionBusinessTester.php index aed1160fd9..b1141378fe 100644 --- a/tests/PyzTest/Zed/ProductOption/_support/ProductOptionBusinessTester.php +++ b/tests/PyzTest/Zed/ProductOption/_support/ProductOptionBusinessTester.php @@ -23,7 +23,7 @@ * @method void comment($description) * @method \Codeception\Lib\Friend haveFriend($name, $actorClass = NULL) * - * @SuppressWarnings(PHPMD) + * @SuppressWarnings(\PyzTest\Zed\ProductOption\PHPMD) */ class ProductOptionBusinessTester extends Actor { diff --git a/tests/PyzTest/Zed/ProductRelation/_support/ProductRelationPresentationTester.php b/tests/PyzTest/Zed/ProductRelation/_support/ProductRelationPresentationTester.php index b625e3a661..d55e916cf2 100644 --- a/tests/PyzTest/Zed/ProductRelation/_support/ProductRelationPresentationTester.php +++ b/tests/PyzTest/Zed/ProductRelation/_support/ProductRelationPresentationTester.php @@ -24,7 +24,7 @@ * @method void comment($description) * @method \Codeception\Lib\Friend haveFriend($name, $actorClass = NULL) * - * @SuppressWarnings(PHPMD) + * @SuppressWarnings(\PyzTest\Zed\ProductRelation\PHPMD) */ class ProductRelationPresentationTester extends Actor { diff --git a/tests/PyzTest/Zed/ProductReview/_support/ProductReviewTester.php b/tests/PyzTest/Zed/ProductReview/_support/ProductReviewTester.php index 0f86d8c5e4..f86d95ae2c 100644 --- a/tests/PyzTest/Zed/ProductReview/_support/ProductReviewTester.php +++ b/tests/PyzTest/Zed/ProductReview/_support/ProductReviewTester.php @@ -23,7 +23,7 @@ * @method void comment($description) * @method void pause() * - * @SuppressWarnings(PHPMD) + * @SuppressWarnings(\PyzTest\Zed\ProductReview\PHPMD) */ class ProductReviewTester extends Actor { diff --git a/tests/PyzTest/Zed/PropelOrm/_support/PropelOrmBusinessTester.php b/tests/PyzTest/Zed/PropelOrm/_support/PropelOrmBusinessTester.php index 522f45d93a..045eeec527 100644 --- a/tests/PyzTest/Zed/PropelOrm/_support/PropelOrmBusinessTester.php +++ b/tests/PyzTest/Zed/PropelOrm/_support/PropelOrmBusinessTester.php @@ -23,7 +23,7 @@ * @method void comment($description) * @method \Codeception\Lib\Friend haveFriend($name, $actorClass = NULL) * - * @SuppressWarnings(PHPMD) + * @SuppressWarnings(\PyzTest\Zed\PropelOrm\PHPMD) */ class PropelOrmBusinessTester extends Actor { diff --git a/tests/PyzTest/Zed/SearchHttp/_support/SearchHttpTester.php b/tests/PyzTest/Zed/SearchHttp/_support/SearchHttpTester.php index 8fe35bf5ba..146b9f93da 100644 --- a/tests/PyzTest/Zed/SearchHttp/_support/SearchHttpTester.php +++ b/tests/PyzTest/Zed/SearchHttp/_support/SearchHttpTester.php @@ -31,7 +31,7 @@ * @method void comment($description) * @method void pause() * - * @SuppressWarnings(PHPMD) + * @SuppressWarnings(\PyzTest\Zed\SearchHttp\PHPMD) */ class SearchHttpTester extends Actor { diff --git a/tests/PyzTest/Zed/Tax/_support/TaxPresentationTester.php b/tests/PyzTest/Zed/Tax/_support/TaxPresentationTester.php index ad449e9c13..2dee1dab93 100644 --- a/tests/PyzTest/Zed/Tax/_support/TaxPresentationTester.php +++ b/tests/PyzTest/Zed/Tax/_support/TaxPresentationTester.php @@ -27,7 +27,7 @@ * @method void comment($description) * @method \Codeception\Lib\Friend haveFriend($name, $actorClass = null) * - * @SuppressWarnings(PHPMD) + * @SuppressWarnings(\PyzTest\Zed\Tax\PHPMD) */ class TaxPresentationTester extends Actor { diff --git a/tests/PyzTest/Zed/Touch/_support/TouchBusinessTester.php b/tests/PyzTest/Zed/Touch/_support/TouchBusinessTester.php index 89778f4fc8..9b0721b13f 100644 --- a/tests/PyzTest/Zed/Touch/_support/TouchBusinessTester.php +++ b/tests/PyzTest/Zed/Touch/_support/TouchBusinessTester.php @@ -23,7 +23,7 @@ * @method void comment($description) * @method \Codeception\Lib\Friend haveFriend($name, $actorClass = NULL) * - * @SuppressWarnings(PHPMD) + * @SuppressWarnings(\PyzTest\Zed\Touch\PHPMD) */ class TouchBusinessTester extends Actor { diff --git a/tsconfig.mp.json b/tsconfig.mp.json index 69c19d1551..c88a02e125 100644 --- a/tsconfig.mp.json +++ b/tsconfig.mp.json @@ -10,8 +10,8 @@ "@mp/product-offer-merchant-portal-gui": [ "vendor/spryker/product-offer-merchant-portal-gui/mp.public-api.ts" ], - "@mp/security-merchant-portal-gui": ["vendor/spryker/security-merchant-portal-gui/mp.public-api.ts"], "@mp/sales-merchant-portal-gui": ["vendor/spryker/sales-merchant-portal-gui/mp.public-api.ts"], + "@mp/security-merchant-portal-gui": ["vendor/spryker/security-merchant-portal-gui/mp.public-api.ts"], "@mp/user-merchant-portal-gui": ["vendor/spryker/user-merchant-portal-gui/mp.public-api.ts"], "@mp/zed-ui": ["vendor/spryker/zed-ui/mp.public-api.ts"], "@mp/*": ["vendor/spryker/*/mp.public-api.ts"],