Skip to content

Commit

Permalink
Merge pull request #41 from spryker-shop/release-202212.0
Browse files Browse the repository at this point in the history
Release 202212.0
  • Loading branch information
DmitryLymarenko authored Dec 20, 2022
2 parents f8610e0 + 8d7ff01 commit e2230c7
Show file tree
Hide file tree
Showing 367 changed files with 9,645 additions and 3,498 deletions.
2 changes: 1 addition & 1 deletion .git.docker
Original file line number Diff line number Diff line change
@@ -1 +1 @@
736fb5cb4dcb7f86ac7b16bd471bdd3dd4f5fa1c
4c44379fd93b6505a86c2cd185b3bb5270afb1d6
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,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 4 -c phpstan.neon src/ --debug
run: vendor/bin/phpstan analyze -l 5 -c phpstan.neon src/ --debug

- name: Run Security check
run: vendor/bin/console security:check
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ config/Yves/cache_bust.php

# public stuff
/public/*/assets/
/public/*/dist/

# vagrant stuff
.vagrant
Expand Down
4 changes: 2 additions & 2 deletions codeception.acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include:

paths:
tests: tests
log: tests/_output
output: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
Expand All @@ -15,7 +15,7 @@ bootstrap: _bootstrap.php
settings:
suite_class: \PHPUnit_Framework_TestSuite
colors: true
memory_limit: 1024M
memory_limit: 2048M
log: true

coverage:
Expand Down
2 changes: 1 addition & 1 deletion codeception.api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include:

paths:
tests: tests
log: tests/_output
output: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
Expand Down
2 changes: 1 addition & 1 deletion codeception.ci.functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include:

paths:
tests: tests
log: tests/_output
output: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
Expand Down
5 changes: 3 additions & 2 deletions codeception.functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include:

paths:
tests: tests
log: tests/_output
output: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
Expand All @@ -15,8 +15,9 @@ bootstrap: _bootstrap.php
settings:
suite_class: \PHPUnit_Framework_TestSuite
colors: true
memory_limit: 1024M
memory_limit: 1536M
log: true
lint: false

coverage:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion codeception.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include:

paths:
tests: tests
log: tests/_output
output: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
Expand Down
190 changes: 95 additions & 95 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,78 +16,81 @@
"ext-redis": "*",
"league/flysystem": "^2.5.0",
"spryker-eco/loggly": "^0.1.1",
"spryker-feature/acl": "^202211.0",
"spryker-feature/agent-assist": "^202211.0",
"spryker-feature/alternative-products": "^202211.0",
"spryker-feature/availability-notification": "^202211.0",
"spryker-feature/cart": "^202211.0",
"spryker-feature/catalog": "^202211.0",
"spryker-feature/category-management": "^202211.0",
"spryker-feature/checkout": "^202211.0",
"spryker-feature/cms": "^202211.0",
"spryker-feature/configurable-bundle": "^202211.0",
"spryker-feature/customer-access": "^202211.0",
"spryker-feature/customer-account-management": "^202211.0",
"spryker-feature/deployment-tools": "^202211.0",
"spryker-feature/file-manager": "^202211.0",
"spryker-feature/gift-cards": "^202211.0",
"spryker-feature/inventory-management": "^202211.0",
"spryker-feature/invoice": "^202211.0",
"spryker-feature/mailing-notifications": "^202211.0",
"spryker-feature/marketplace-cart": "^202211.0",
"spryker-feature/marketplace-inventory-management": "^202211.0",
"spryker-feature/marketplace-merchant": "^202211.0",
"spryker-feature/marketplace-merchant-portal-product-management": "^202211.0",
"spryker-feature/marketplace-merchant-portal-product-offer-management": "^202211.0",
"spryker-feature/marketplace-merchantportal-core": "^202211.0",
"spryker-feature/marketplace-order-management": "^202211.0",
"spryker-feature/marketplace-product": "^202211.0",
"spryker-feature/marketplace-product-approval-process": "^202211.0",
"spryker-feature/marketplace-product-offer": "^202211.0",
"spryker-feature/marketplace-product-offer-prices": "^202211.0",
"spryker-feature/marketplace-product-options": "^202211.0",
"spryker-feature/marketplace-promotions-discounts": "^202211.0",
"spryker-feature/marketplace-return-management": "^202211.0",
"spryker-feature/marketplace-shipment": "^202211.0",
"spryker-feature/marketplace-wishlist": "^202211.0",
"spryker-feature/merchant": "^202211.0",
"spryker-feature/merchant-category": "^202211.0",
"spryker-feature/merchant-opening-hours": "^202211.0",
"spryker-feature/navigation": "^202211.0",
"spryker-feature/non-splittable-products": "^202211.0",
"spryker-feature/order-management": "^202211.0",
"spryker-feature/payments": "^202211.0",
"spryker-feature/prices": "^202211.0",
"spryker-feature/product": "^202211.0",
"spryker-feature/product-approval-process": "^202211.0",
"spryker-feature/product-barcode": "^202211.0",
"spryker-feature/product-bundles": "^202211.0",
"spryker-feature/product-groups": "^202211.0",
"spryker-feature/product-labels": "^202211.0",
"spryker-feature/product-lists": "^202211.0",
"spryker-feature/product-options": "^202211.0",
"spryker-feature/product-rating-reviews": "^202211.0",
"spryker-feature/product-relations": "^202211.0",
"spryker-feature/product-sets": "^202211.0",
"spryker-feature/promotions-discounts": "^202211.0",
"spryker-feature/reclamations": "^202211.0",
"spryker-feature/refunds": "^202211.0",
"spryker-feature/reorder": "^202211.0",
"spryker-feature/return-management": "^202211.0",
"spryker-feature/scheduled-prices": "^202211.0",
"spryker-feature/search": "^202211.0",
"spryker-feature/shipment": "^202211.0",
"spryker-feature/spryker-core": "^202211.0",
"spryker-feature/spryker-core-back-office": "^202211.0",
"spryker-feature/state-machine": "^202211.0",
"spryker-feature/tax": "^202211.0",
"spryker-feature/wishlist": "^202211.0",
"spryker-feature/acl": "^202212.0",
"spryker-feature/agent-assist": "^202212.0",
"spryker-feature/alternative-products": "^202212.0",
"spryker-feature/availability-notification": "^202212.0",
"spryker-feature/cart": "^202212.0",
"spryker-feature/catalog": "^202212.0",
"spryker-feature/category-management": "^202212.0",
"spryker-feature/checkout": "^202212.0",
"spryker-feature/cms": "^202212.0",
"spryker-feature/configurable-bundle": "^202212.0",
"spryker-feature/configurable-product": "^202212.0",
"spryker-feature/configurable-product-wishlist": "^202212.0",
"spryker-feature/customer-access": "^202212.0",
"spryker-feature/customer-account-management": "^202212.0",
"spryker-feature/deployment-tools": "^202212.0",
"spryker-feature/file-manager": "^202212.0",
"spryker-feature/gift-cards": "^202212.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": "^202212.0",
"spryker-feature/marketplace-merchant": "^202212.0",
"spryker-feature/marketplace-merchant-portal-product-management": "^202212.0",
"spryker-feature/marketplace-merchant-portal-product-offer-management": "^202212.0",
"spryker-feature/marketplace-merchantportal-core": "^202212.0",
"spryker-feature/marketplace-order-management": "^202212.0",
"spryker-feature/marketplace-product": "^202212.0",
"spryker-feature/marketplace-product-approval-process": "^202212.0",
"spryker-feature/marketplace-product-offer": "^202212.0",
"spryker-feature/marketplace-product-offer-prices": "^202212.0",
"spryker-feature/marketplace-product-options": "^202212.0",
"spryker-feature/marketplace-promotions-discounts": "^202212.0",
"spryker-feature/marketplace-return-management": "^202212.0",
"spryker-feature/marketplace-shipment": "^202212.0",
"spryker-feature/marketplace-wishlist": "^202212.0",
"spryker-feature/merchant": "^202212.0",
"spryker-feature/merchant-category": "^202212.0",
"spryker-feature/merchant-opening-hours": "^202212.0",
"spryker-feature/navigation": "^202212.0",
"spryker-feature/non-splittable-products": "^202212.0",
"spryker-feature/order-management": "^202212.0",
"spryker-feature/payments": "^202212.0",
"spryker-feature/prices": "^202212.0",
"spryker-feature/product": "^202212.0",
"spryker-feature/product-approval-process": "^202212.0",
"spryker-feature/product-barcode": "^202212.0",
"spryker-feature/product-bundles": "^202212.0",
"spryker-feature/product-groups": "^202212.0",
"spryker-feature/product-labels": "^202212.0",
"spryker-feature/product-lists": "^202212.0",
"spryker-feature/product-options": "^202212.0",
"spryker-feature/product-rating-reviews": "^202212.0",
"spryker-feature/product-relations": "^202212.0",
"spryker-feature/product-sets": "^202212.0",
"spryker-feature/promotions-discounts": "^202212.0",
"spryker-feature/reclamations": "^202212.0",
"spryker-feature/refunds": "^202212.0",
"spryker-feature/reorder": "^202212.0",
"spryker-feature/return-management": "^202212.0",
"spryker-feature/scheduled-prices": "^202212.0",
"spryker-feature/search": "^202212.0",
"spryker-feature/shipment": "^202212.0",
"spryker-feature/spryker-core": "^202212.0",
"spryker-feature/spryker-core-back-office": "^202212.0",
"spryker-feature/state-machine": "^202212.0",
"spryker-feature/tax": "^202212.0",
"spryker-feature/wishlist": "^202212.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/date-time-configurator-page-example": "^0.3.0",
"spryker/agent-auth-rest-api": "^1.0.0",
"spryker/alternative-products-rest-api": "^1.1.2",
"spryker/app-catalog-gui": "^1.2.0",
Expand All @@ -103,10 +106,10 @@
"spryker/cart-currency-connector": "^1.1.5",
"spryker/cart-note-merchant-portal-gui": "^1.0.0",
"spryker/cart-note-product-bundle-connector": "^1.0.3",
"spryker/carts-rest-api": "^5.21.0",
"spryker/carts-rest-api": "^5.22.0",
"spryker/catalog-price-product-connector": "^1.3.2",
"spryker/catalog-search-products-resource-relationship": "^1.2.0",
"spryker/catalog-search-rest-api": "^2.6.0",
"spryker/catalog-search-rest-api": "^2.7.0",
"spryker/categories-rest-api": "^1.6.0",
"spryker/category-discount-connector": "^1.0.0",
"spryker/category-navigation-connector": "^1.0.2",
Expand Down Expand Up @@ -147,17 +150,18 @@
"spryker/flysystem": "^2.1.0",
"spryker/flysystem-ftp-file-system": "^2.0.0",
"spryker/flysystem-local-file-system": "^2.0.0",
"spryker/gift-card-mail-connector": "^1.0.5",
"spryker/gift-card-mail-connector": "^1.1.0",
"spryker/gift-cards-rest-api": "^1.0.0",
"spryker/merchant-categories-rest-api": "^1.0.0",
"spryker/merchant-opening-hours-rest-api": "^1.0.0",
"spryker/merchant-product-offer-wishlist-rest-api": "^1.1.0",
"spryker/merchant-product-offers-rest-api": "^2.0.0",
"spryker/merchant-products-rest-api": "^1.0.0",
"spryker/merchant-profile-merchant-portal-gui": "^1.6.0",
"spryker/merchant-profile-merchant-portal-gui": "^1.7.0",
"spryker/merchants-rest-api": "^1.0.0",
"spryker/message-broker": "^1.2.0",
"spryker/message-broker": "^1.2.1",
"spryker/message-broker-aws": "^1.3.0",
"spryker/money-gui": "^1.0.0",
"spryker/navigations-category-nodes-resource-relationship": "^1.0.1",
"spryker/navigations-rest-api": "^2.1.1",
"spryker/oauth-agent-connector": "^1.0.2",
Expand All @@ -181,6 +185,9 @@
"spryker/product-bundle-discount-connector": "^1.0.0",
"spryker/product-bundles-rest-api": "^1.0.1",
"spryker/product-cart-connector": "^4.9.0",
"spryker/product-configuration-wishlists-rest-api": "^1.1.0",
"spryker/product-configurations-price-product-volumes-rest-api": "^1.0.0",
"spryker/product-configurations-rest-api": "^1.0.1",
"spryker/product-discontinued-product-bundle-connector": "^1.2.2",
"spryker/product-discontinued-product-label-connector": "^1.3.0",
"spryker/product-discontinued-rest-api": "^1.0.1",
Expand All @@ -202,7 +209,7 @@
"spryker/products-rest-api": "^2.15.1",
"spryker/related-products-rest-api": "^1.3.2",
"spryker/rest-request-validator": "^1.4.0",
"spryker/sales-merchant-portal-gui": "^1.9.4",
"spryker/sales-merchant-portal-gui": "^1.10.1",
"spryker/sales-order-thresholds-rest-api": "^1.0.0",
"spryker/sales-product-connector": "^1.8.1",
"spryker/sales-returns-rest-api": "^1.1.0",
Expand All @@ -211,51 +218,44 @@
"spryker/secrets-manager": "^1.0.0",
"spryker/secrets-manager-aws": "^1.0.1",
"spryker/security-blocker-rest-api": "^1.0.0",
"spryker/security-merchant-portal-gui": "^1.6.0",
"spryker/security-merchant-portal-gui": "^1.7.0",
"spryker/security-system-user": "^1.0.0",
"spryker/session-customer-validation": "^1.0.1",
"spryker/session-user-validation": "^1.0.0",
"spryker/shipment-cart-connector": "^2.1.1",
"spryker/shipment-checkout-connector": "^2.0.4",
"spryker/shipment-discount-connector": "^4.0.5",
"spryker/shipments-rest-api": "^1.5.0",
"spryker/store-reference": "^1.1.0",
"spryker/shipments-rest-api": "^1.6.0",
"spryker/storage-gui": "^1.0.0",
"spryker/stores-rest-api": "^1.0.4",
"spryker/tax-merchant-portal-gui": "^1.0.1",
"spryker/tax-product-connector": "^4.5.0",
"spryker/up-selling-products-rest-api": "^1.2.2",
"spryker/urls-rest-api": "^1.0.2",
"spryker/user-merchant-portal-gui": "^1.9.0",
"spryker/user-merchant-portal-gui": "^1.9.1",
"spryker/util-number": "^1.0.0",
"spryker/uuid": "^1.0.1",
"spryker/wishlists-rest-api": "^1.6.0"
"spryker/wishlists-rest-api": "^1.6.1"
},
"require-dev": {
"codeception/codeception": "^4.1.22",
"codeception/lib-innerbrowser": "^1.3.4",
"codeception/module-asserts": "^1.1",
"codeception/module-cli": "^1.0",
"codeception/module-filesystem": "^1.0",
"codeception/module-phpbrowser": "^1.0",
"codeception/module-rest": "^1.0",
"codeception/module-webdriver": "^1.0",
"codeception/codeception": "^5.0.2",
"codeception/module-asserts": "^3.0.0",
"codeception/module-cli": "^2.0.0",
"codeception/module-filesystem": "^3.0.0",
"codeception/module-phpbrowser": "^3.0.0",
"codeception/module-rest": "^3.1.0",
"codeception/module-webdriver": "^3.1.1",
"composer/package-versions-deprecated": "^1.10",
"fakerphp/faker": "^1.16.0",
"filp/whoops": "^2.7",
"myclabs/deep-copy": "^1.8.1",
"phpstan/phpstan": "^1.9.2",
"phpunit/phpunit": "^9.5.2",
"sebastian/git": "^2.1",
"sebastian/object-enumerator": "^3.0.3 || ^4.0",
"sebastian/recursion-context": "^3.0.0 || ^4.0",
"sllh/composer-versions-check": "^2.0.5",
"spryker-feature/development-tools": "^202211.0",
"spryker-feature/development-tools": "^202212.0",
"spryker-sdk/integrator": "dev-master",
"spryker-sdk/phpstan-spryker": "^0.4.0",
"spryker-sdk/security-checker": "^0.1.0",
"spryker/architecture-sniffer": "^0.5.5",
"spryker/code-sniffer": "^0.15.9",
"spryker/code-sniffer": "^0.16.6",
"spryker/docker-chromedriver": "dev-master",
"spryker/testify": "^3.44.0",
"spryker/testify": "^3.47.0",
"stecman/symfony-console-completion": "*",
"symfony/web-profiler-bundle": "*"
},
Expand Down
Loading

0 comments on commit e2230c7

Please sign in to comment.