diff --git a/codeception.functional.yml b/codeception.functional.yml index 1be886ad8d..6410e09ec8 100644 --- a/codeception.functional.yml +++ b/codeception.functional.yml @@ -30,6 +30,7 @@ extensions: config: \SprykerTest\Shared\Testify\Helper\SuiteFilterHelper: exclusive: - - Presentation - - Glue - Api + - AsyncApi + - Glue + - Presentation diff --git a/composer.json b/composer.json index b1e9bc9ea0..5f02259ae4 100644 --- a/composer.json +++ b/composer.json @@ -1099,6 +1099,7 @@ "spryker/tax-product-connector-extension": "^1.0.0", "spryker/tax-product-storage": "^1.0.0", "spryker/tax-storage": "^1.0.0", + "spryker/testify-async-api": "^0.1.0", "spryker/touch": "^4.0.0", "spryker/transfer": "^3.0.0", "spryker/translator": "^1.0.0", @@ -1169,7 +1170,7 @@ "phpstan/phpstan": "1.9.16", "phpunit/phpunit": "^9.5.0", "psalm/phar": "^4.3.1", - "spryker-sdk/async-api": "^0.2.3", + "spryker-sdk/async-api": "^0.3.0", "spryker-sdk/benchmark": "^0.2.0", "spryker-sdk/codeception-phantoman": "^0.1.0", "spryker-sdk/composer-constrainer": "^0.2.0", diff --git a/composer.lock b/composer.lock index 1f2fe1369c..553920cec6 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "fc623b90c2c114f836f6758fb5849241", + "content-hash": "c84c480f683690ce7e786a9b6097e5c0", "packages": [ { "name": "async-aws/core", @@ -339,6 +339,69 @@ }, "time": "2023-07-20T18:16:37+00:00" }, + { + "name": "behat/gherkin", + "version": "v4.9.0", + "source": { + "type": "git", + "url": "https://github.com/Behat/Gherkin.git", + "reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Behat/Gherkin/zipball/0bc8d1e30e96183e4f36db9dc79caead300beff4", + "reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4", + "shasum": "" + }, + "require": { + "php": "~7.2|~8.0" + }, + "require-dev": { + "cucumber/cucumber": "dev-gherkin-22.0.0", + "phpunit/phpunit": "~8|~9", + "symfony/yaml": "~3|~4|~5" + }, + "suggest": { + "symfony/yaml": "If you want to parse features, represented in YAML files" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.x-dev" + } + }, + "autoload": { + "psr-0": { + "Behat\\Gherkin": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" + } + ], + "description": "Gherkin DSL parser for PHP", + "homepage": "http://behat.org/", + "keywords": [ + "BDD", + "Behat", + "Cucumber", + "DSL", + "gherkin", + "parser" + ], + "support": { + "issues": "https://github.com/Behat/Gherkin/issues", + "source": "https://github.com/Behat/Gherkin/tree/v4.9.0" + }, + "time": "2021-10-12T13:05:09+00:00" + }, { "name": "brick/math", "version": "0.9.3", @@ -468,6 +531,217 @@ }, "time": "2022-04-20T14:46:44+00:00" }, + { + "name": "codeception/codeception", + "version": "5.0.10", + "source": { + "type": "git", + "url": "https://github.com/Codeception/Codeception.git", + "reference": "ed4af7fd4103cdd035916fbb8f35124edd2d018b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Codeception/Codeception/zipball/ed4af7fd4103cdd035916fbb8f35124edd2d018b", + "reference": "ed4af7fd4103cdd035916fbb8f35124edd2d018b", + "shasum": "" + }, + "require": { + "behat/gherkin": "^4.6.2", + "codeception/lib-asserts": "^2.0", + "codeception/stub": "^4.1", + "ext-curl": "*", + "ext-json": "*", + "ext-mbstring": "*", + "php": "^8.0", + "phpunit/php-code-coverage": "^9.2 || ^10.0", + "phpunit/php-text-template": "^2.0 || ^3.0", + "phpunit/php-timer": "^5.0.3 || ^6.0", + "phpunit/phpunit": "^9.5.20 || ^10.0", + "psy/psysh": "^0.11.2", + "sebastian/comparator": "^4.0.5 || ^5.0", + "sebastian/diff": "^4.0.3 || ^5.0", + "symfony/console": ">=4.4.24 <7.0", + "symfony/css-selector": ">=4.4.24 <7.0", + "symfony/event-dispatcher": ">=4.4.24 <7.0", + "symfony/finder": ">=4.4.24 <7.0", + "symfony/var-dumper": ">=4.4.24 < 7.0", + "symfony/yaml": ">=4.4.24 <7.0" + }, + "conflict": { + "codeception/lib-innerbrowser": "<3.1.3", + "codeception/module-filesystem": "<3.0", + "codeception/module-phpbrowser": "<2.5" + }, + "replace": { + "codeception/phpunit-wrapper": "*" + }, + "require-dev": { + "codeception/lib-innerbrowser": "*@dev", + "codeception/lib-web": "^1.0", + "codeception/module-asserts": "*@dev", + "codeception/module-cli": "*@dev", + "codeception/module-db": "*@dev", + "codeception/module-filesystem": "*@dev", + "codeception/module-phpbrowser": "*@dev", + "codeception/util-universalframework": "*@dev", + "ext-simplexml": "*", + "jetbrains/phpstorm-attributes": "^1.0", + "symfony/dotenv": ">=4.4.24 <7.0", + "symfony/process": ">=4.4.24 <7.0", + "vlucas/phpdotenv": "^5.1" + }, + "suggest": { + "codeception/specify": "BDD-style code blocks", + "codeception/verify": "BDD-style assertions", + "ext-simplexml": "For loading params from XML files", + "stecman/symfony-console-completion": "For BASH autocompletion", + "symfony/dotenv": "For loading params from .env files", + "symfony/phpunit-bridge": "For phpunit-bridge support", + "vlucas/phpdotenv": "For loading params from .env files" + }, + "bin": [ + "codecept" + ], + "type": "library", + "autoload": { + "files": [ + "functions.php" + ], + "psr-4": { + "Codeception\\": "src/Codeception", + "Codeception\\Extension\\": "ext" + }, + "classmap": [ + "src/PHPUnit/TestCase.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Michael Bodnarchuk", + "email": "davert.ua@gmail.com", + "homepage": "https://codeception.com" + } + ], + "description": "BDD-style testing framework", + "homepage": "https://codeception.com/", + "keywords": [ + "BDD", + "TDD", + "acceptance testing", + "functional testing", + "unit testing" + ], + "support": { + "issues": "https://github.com/Codeception/Codeception/issues", + "source": "https://github.com/Codeception/Codeception/tree/5.0.10" + }, + "funding": [ + { + "url": "https://opencollective.com/codeception", + "type": "open_collective" + } + ], + "time": "2023-03-14T07:21:10+00:00" + }, + { + "name": "codeception/lib-asserts", + "version": "2.1.0", + "source": { + "type": "git", + "url": "https://github.com/Codeception/lib-asserts.git", + "reference": "b8c7dff552249e560879c682ba44a4b963af91bc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Codeception/lib-asserts/zipball/b8c7dff552249e560879c682ba44a4b963af91bc", + "reference": "b8c7dff552249e560879c682ba44a4b963af91bc", + "shasum": "" + }, + "require": { + "codeception/phpunit-wrapper": "^7.7.1 | ^8.0.3 | ^9.0", + "ext-dom": "*", + "php": "^7.4 | ^8.0" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Michael Bodnarchuk", + "email": "davert@mail.ua", + "homepage": "http://codegyre.com" + }, + { + "name": "Gintautas Miselis" + }, + { + "name": "Gustavo Nieves", + "homepage": "https://medium.com/@ganieves" + } + ], + "description": "Assertion methods used by Codeception core and Asserts module", + "homepage": "https://codeception.com/", + "keywords": [ + "codeception" + ], + "support": { + "issues": "https://github.com/Codeception/lib-asserts/issues", + "source": "https://github.com/Codeception/lib-asserts/tree/2.1.0" + }, + "time": "2023-02-10T18:36:23+00:00" + }, + { + "name": "codeception/stub", + "version": "4.1.0", + "source": { + "type": "git", + "url": "https://github.com/Codeception/Stub.git", + "reference": "58751aed08a68ae960a952fd3fe74ee9a56cdb1b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Codeception/Stub/zipball/58751aed08a68ae960a952fd3fe74ee9a56cdb1b", + "reference": "58751aed08a68ae960a952fd3fe74ee9a56cdb1b", + "shasum": "" + }, + "require": { + "php": "^7.4 | ^8.0", + "phpunit/phpunit": "^8.4 | ^9.0 | ^10.0 | 10.0.x-dev" + }, + "conflict": { + "codeception/codeception": "<5.0.6" + }, + "require-dev": { + "consolidation/robo": "^3.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Codeception\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Flexible Stub wrapper for PHPUnit's Mock Builder", + "support": { + "issues": "https://github.com/Codeception/Stub/issues", + "source": "https://github.com/Codeception/Stub/tree/4.1.0" + }, + "time": "2022-12-27T18:41:43+00:00" + }, { "name": "composer/semver", "version": "3.3.2", @@ -616,6 +890,51 @@ }, "time": "2023-06-19T06:10:36+00:00" }, + { + "name": "dms/phpunit-arraysubset-asserts", + "version": "v0.4.0", + "source": { + "type": "git", + "url": "https://github.com/rdohms/phpunit-arraysubset-asserts.git", + "reference": "428293c2a00eceefbad71a2dbdfb913febb35de2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/rdohms/phpunit-arraysubset-asserts/zipball/428293c2a00eceefbad71a2dbdfb913febb35de2", + "reference": "428293c2a00eceefbad71a2dbdfb913febb35de2", + "shasum": "" + }, + "require": { + "php": "^5.4 || ^7.0 || ^8.0", + "phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0" + }, + "require-dev": { + "dms/coding-standard": "^9", + "squizlabs/php_codesniffer": "^3.4" + }, + "type": "library", + "autoload": { + "files": [ + "assertarraysubset-autoload.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Rafael Dohms", + "email": "rdohms@gmail.com" + } + ], + "description": "This package provides ArraySubset and related asserts once deprecated in PHPUnit 8", + "support": { + "issues": "https://github.com/rdohms/phpunit-arraysubset-asserts/issues", + "source": "https://github.com/rdohms/phpunit-arraysubset-asserts/tree/v0.4.0" + }, + "time": "2022-02-13T15:00:28+00:00" + }, { "name": "doctrine/deprecations", "version": "v1.1.1", @@ -754,6 +1073,76 @@ ], "time": "2023-06-16T13:40:37+00:00" }, + { + "name": "doctrine/instantiator", + "version": "1.5.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/instantiator.git", + "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b", + "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0" + }, + "require-dev": { + "doctrine/coding-standard": "^9 || ^11", + "ext-pdo": "*", + "ext-phar": "*", + "phpbench/phpbench": "^0.16 || ^1", + "phpstan/phpstan": "^1.4", + "phpstan/phpstan-phpunit": "^1", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "vimeo/psalm": "^4.30 || ^5.4" + }, + "type": "library", + "autoload": { + "psr-4": { + "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com", + "homepage": "https://ocramius.github.io/" + } + ], + "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", + "homepage": "https://www.doctrine-project.org/projects/instantiator.html", + "keywords": [ + "constructor", + "instantiate" + ], + "support": { + "issues": "https://github.com/doctrine/instantiator/issues", + "source": "https://github.com/doctrine/instantiator/tree/1.5.0" + }, + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", + "type": "tidelift" + } + ], + "time": "2022-12-30T00:15:36+00:00" + }, { "name": "doctrine/lexer", "version": "2.1.0", @@ -1258,6 +1647,74 @@ }, "time": "2022-12-07T11:28:53+00:00" }, + { + "name": "fakerphp/faker", + "version": "v1.23.0", + "source": { + "type": "git", + "url": "https://github.com/FakerPHP/Faker.git", + "reference": "e3daa170d00fde61ea7719ef47bb09bb8f1d9b01" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e3daa170d00fde61ea7719ef47bb09bb8f1d9b01", + "reference": "e3daa170d00fde61ea7719ef47bb09bb8f1d9b01", + "shasum": "" + }, + "require": { + "php": "^7.4 || ^8.0", + "psr/container": "^1.0 || ^2.0", + "symfony/deprecation-contracts": "^2.2 || ^3.0" + }, + "conflict": { + "fzaninotto/faker": "*" + }, + "require-dev": { + "bamarni/composer-bin-plugin": "^1.4.1", + "doctrine/persistence": "^1.3 || ^2.0", + "ext-intl": "*", + "phpunit/phpunit": "^9.5.26", + "symfony/phpunit-bridge": "^5.4.16" + }, + "suggest": { + "doctrine/orm": "Required to use Faker\\ORM\\Doctrine", + "ext-curl": "Required by Faker\\Provider\\Image to download images.", + "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.", + "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.", + "ext-mbstring": "Required for multibyte Unicode string functionality." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "v1.21-dev" + } + }, + "autoload": { + "psr-4": { + "Faker\\": "src/Faker/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "François Zaninotto" + } + ], + "description": "Faker is a PHP library that generates fake data for you.", + "keywords": [ + "data", + "faker", + "fixtures" + ], + "support": { + "issues": "https://github.com/FakerPHP/Faker/issues", + "source": "https://github.com/FakerPHP/Faker/tree/v1.23.0" + }, + "time": "2023-06-12T08:44:38+00:00" + }, { "name": "fgrosse/phpasn1", "version": "v2.5.0", @@ -3093,6 +3550,57 @@ ], "time": "2021-06-28T04:27:21+00:00" }, + { + "name": "mikey179/vfsstream", + "version": "v1.6.11", + "source": { + "type": "git", + "url": "https://github.com/bovigo/vfsStream.git", + "reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f", + "reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.5|^5.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.6.x-dev" + } + }, + "autoload": { + "psr-0": { + "org\\bovigo\\vfs\\": "src/main/php" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Frank Kleine", + "homepage": "http://frankkleine.de/", + "role": "Developer" + } + ], + "description": "Virtual file system to mock the real file system in unit tests.", + "homepage": "http://vfs.bovigo.org/", + "support": { + "issues": "https://github.com/bovigo/vfsStream/issues", + "source": "https://github.com/bovigo/vfsStream/tree/master", + "wiki": "https://github.com/bovigo/vfsStream/wiki" + }, + "time": "2022-02-23T02:02:42+00:00" + }, { "name": "minishlink/web-push", "version": "v8.0.0", @@ -3409,6 +3917,121 @@ }, "time": "2021-06-14T00:11:39+00:00" }, + { + "name": "myclabs/deep-copy", + "version": "1.11.1", + "source": { + "type": "git", + "url": "https://github.com/myclabs/DeepCopy.git", + "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", + "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0" + }, + "conflict": { + "doctrine/collections": "<1.6.8", + "doctrine/common": "<2.13.3 || >=3,<3.2.2" + }, + "require-dev": { + "doctrine/collections": "^1.6.8", + "doctrine/common": "^2.13.3 || ^3.2.2", + "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" + }, + "type": "library", + "autoload": { + "files": [ + "src/DeepCopy/deep_copy.php" + ], + "psr-4": { + "DeepCopy\\": "src/DeepCopy/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Create deep copies (clones) of your objects", + "keywords": [ + "clone", + "copy", + "duplicate", + "object", + "object graph" + ], + "support": { + "issues": "https://github.com/myclabs/DeepCopy/issues", + "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1" + }, + "funding": [ + { + "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", + "type": "tidelift" + } + ], + "time": "2023-03-08T13:26:56+00:00" + }, + { + "name": "nikic/php-parser", + "version": "v4.16.0", + "source": { + "type": "git", + "url": "https://github.com/nikic/PHP-Parser.git", + "reference": "19526a33fb561ef417e822e85f08a00db4059c17" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/19526a33fb561ef417e822e85f08a00db4059c17", + "reference": "19526a33fb561ef417e822e85f08a00db4059c17", + "shasum": "" + }, + "require": { + "ext-tokenizer": "*", + "php": ">=7.0" + }, + "require-dev": { + "ircmaxell/php-yacc": "^0.0.7", + "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" + }, + "bin": [ + "bin/php-parse" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.9-dev" + } + }, + "autoload": { + "psr-4": { + "PhpParser\\": "lib/PhpParser" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Nikita Popov" + } + ], + "description": "A PHP parser written in PHP", + "keywords": [ + "parser", + "php" + ], + "support": { + "issues": "https://github.com/nikic/PHP-Parser/issues", + "source": "https://github.com/nikic/PHP-Parser/tree/v4.16.0" + }, + "time": "2023-06-25T14:52:30+00:00" + }, { "name": "nyholm/dsn", "version": "2.0.1", @@ -3587,6 +4210,117 @@ }, "time": "2020-10-15T08:29:30+00:00" }, + { + "name": "phar-io/manifest", + "version": "2.0.3", + "source": { + "type": "git", + "url": "https://github.com/phar-io/manifest.git", + "reference": "97803eca37d319dfa7826cc2437fc020857acb53" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53", + "reference": "97803eca37d319dfa7826cc2437fc020857acb53", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-phar": "*", + "ext-xmlwriter": "*", + "phar-io/version": "^3.0.1", + "php": "^7.2 || ^8.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + }, + { + "name": "Sebastian Heuer", + "email": "sebastian@phpeople.de", + "role": "Developer" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "Developer" + } + ], + "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", + "support": { + "issues": "https://github.com/phar-io/manifest/issues", + "source": "https://github.com/phar-io/manifest/tree/2.0.3" + }, + "time": "2021-07-20T11:28:43+00:00" + }, + { + "name": "phar-io/version", + "version": "3.2.1", + "source": { + "type": "git", + "url": "https://github.com/phar-io/version.git", + "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74", + "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + }, + { + "name": "Sebastian Heuer", + "email": "sebastian@phpeople.de", + "role": "Developer" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "Developer" + } + ], + "description": "Library for handling version information and constraints", + "support": { + "issues": "https://github.com/phar-io/version/issues", + "source": "https://github.com/phar-io/version/tree/3.2.1" + }, + "time": "2022-02-21T01:04:05+00:00" + }, { "name": "php-amqplib/php-amqplib", "version": "v3.5.4", @@ -3831,6 +4565,427 @@ ], "time": "2023-07-09T15:24:48+00:00" }, + { + "name": "phpunit/php-code-coverage", + "version": "9.2.26", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-code-coverage.git", + "reference": "443bc6912c9bd5b409254a40f4b0f4ced7c80ea1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/443bc6912c9bd5b409254a40f4b0f4ced7c80ea1", + "reference": "443bc6912c9bd5b409254a40f4b0f4ced7c80ea1", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-libxml": "*", + "ext-xmlwriter": "*", + "nikic/php-parser": "^4.15", + "php": ">=7.3", + "phpunit/php-file-iterator": "^3.0.3", + "phpunit/php-text-template": "^2.0.2", + "sebastian/code-unit-reverse-lookup": "^2.0.2", + "sebastian/complexity": "^2.0", + "sebastian/environment": "^5.1.2", + "sebastian/lines-of-code": "^1.0.3", + "sebastian/version": "^3.0.1", + "theseer/tokenizer": "^1.2.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-pcov": "PHP extension that provides line coverage", + "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "9.2-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", + "homepage": "https://github.com/sebastianbergmann/php-code-coverage", + "keywords": [ + "coverage", + "testing", + "xunit" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.26" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2023-03-06T12:58:08+00:00" + }, + { + "name": "phpunit/php-file-iterator", + "version": "3.0.6", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-file-iterator.git", + "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", + "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "FilterIterator implementation that filters files based on a list of suffixes.", + "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", + "keywords": [ + "filesystem", + "iterator" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", + "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2021-12-02T12:48:52+00:00" + }, + { + "name": "phpunit/php-invoker", + "version": "3.1.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-invoker.git", + "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67", + "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "ext-pcntl": "*", + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-pcntl": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.1-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Invoke callables with a timeout", + "homepage": "https://github.com/sebastianbergmann/php-invoker/", + "keywords": [ + "process" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-invoker/issues", + "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T05:58:55+00:00" + }, + { + "name": "phpunit/php-text-template", + "version": "2.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-text-template.git", + "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", + "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Simple template engine.", + "homepage": "https://github.com/sebastianbergmann/php-text-template/", + "keywords": [ + "template" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-text-template/issues", + "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T05:33:50+00:00" + }, + { + "name": "phpunit/php-timer", + "version": "5.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-timer.git", + "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", + "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Utility class for timing", + "homepage": "https://github.com/sebastianbergmann/php-timer/", + "keywords": [ + "timer" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-timer/issues", + "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:16:10+00:00" + }, + { + "name": "phpunit/phpunit", + "version": "9.6.10", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/phpunit.git", + "reference": "a6d351645c3fe5a30f5e86be6577d946af65a328" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a6d351645c3fe5a30f5e86be6577d946af65a328", + "reference": "a6d351645c3fe5a30f5e86be6577d946af65a328", + "shasum": "" + }, + "require": { + "doctrine/instantiator": "^1.3.1 || ^2", + "ext-dom": "*", + "ext-json": "*", + "ext-libxml": "*", + "ext-mbstring": "*", + "ext-xml": "*", + "ext-xmlwriter": "*", + "myclabs/deep-copy": "^1.10.1", + "phar-io/manifest": "^2.0.3", + "phar-io/version": "^3.0.2", + "php": ">=7.3", + "phpunit/php-code-coverage": "^9.2.13", + "phpunit/php-file-iterator": "^3.0.5", + "phpunit/php-invoker": "^3.1.1", + "phpunit/php-text-template": "^2.0.3", + "phpunit/php-timer": "^5.0.2", + "sebastian/cli-parser": "^1.0.1", + "sebastian/code-unit": "^1.0.6", + "sebastian/comparator": "^4.0.8", + "sebastian/diff": "^4.0.3", + "sebastian/environment": "^5.1.3", + "sebastian/exporter": "^4.0.5", + "sebastian/global-state": "^5.0.1", + "sebastian/object-enumerator": "^4.0.3", + "sebastian/resource-operations": "^3.0.3", + "sebastian/type": "^3.2", + "sebastian/version": "^3.0.2" + }, + "suggest": { + "ext-soap": "To be able to generate mocks based on WSDL files", + "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" + }, + "bin": [ + "phpunit" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "9.6-dev" + } + }, + "autoload": { + "files": [ + "src/Framework/Assert/Functions.php" + ], + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "The PHP Unit Testing framework.", + "homepage": "https://phpunit.de/", + "keywords": [ + "phpunit", + "testing", + "xunit" + ], + "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.10" + }, + "funding": [ + { + "url": "https://phpunit.de/sponsors.html", + "type": "custom" + }, + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit", + "type": "tidelift" + } + ], + "time": "2023-07-10T04:04:23+00:00" + }, { "name": "predis/predis", "version": "v1.1.10", @@ -4378,6 +5533,82 @@ }, "time": "2021-05-03T11:20:27+00:00" }, + { + "name": "psy/psysh", + "version": "v0.11.19", + "source": { + "type": "git", + "url": "https://github.com/bobthecow/psysh.git", + "reference": "1724ceff278daeeac5a006744633bacbb2dc4706" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/1724ceff278daeeac5a006744633bacbb2dc4706", + "reference": "1724ceff278daeeac5a006744633bacbb2dc4706", + "shasum": "" + }, + "require": { + "ext-json": "*", + "ext-tokenizer": "*", + "nikic/php-parser": "^4.0 || ^3.1", + "php": "^8.0 || ^7.0.8", + "symfony/console": "^6.0 || ^5.0 || ^4.0 || ^3.4", + "symfony/var-dumper": "^6.0 || ^5.0 || ^4.0 || ^3.4" + }, + "conflict": { + "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4" + }, + "require-dev": { + "bamarni/composer-bin-plugin": "^1.2" + }, + "suggest": { + "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", + "ext-pdo-sqlite": "The doc command requires SQLite to work.", + "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.", + "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history." + }, + "bin": [ + "bin/psysh" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "0.11.x-dev" + } + }, + "autoload": { + "files": [ + "src/functions.php" + ], + "psr-4": { + "Psy\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Justin Hileman", + "email": "justin@justinhileman.info", + "homepage": "http://justinhileman.com" + } + ], + "description": "An interactive shell for modern PHP.", + "homepage": "http://psysh.org", + "keywords": [ + "REPL", + "console", + "interactive", + "shell" + ], + "support": { + "issues": "https://github.com/bobthecow/psysh/issues", + "source": "https://github.com/bobthecow/psysh/tree/v0.11.19" + }, + "time": "2023-07-15T19:42:19+00:00" + }, { "name": "ralouphie/getallheaders", "version": "3.0.3", @@ -4799,1049 +6030,1133 @@ "time": "2023-04-21T09:04:46+00:00" }, { - "name": "seld/signal-handler", - "version": "1.3.0", + "name": "sebastian/cli-parser", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/Seldaek/signal-handler.git", - "reference": "7904836d112951e9f30ef4871036ab34399c8dd5" + "url": "https://github.com/sebastianbergmann/cli-parser.git", + "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/signal-handler/zipball/7904836d112951e9f30ef4871036ab34399c8dd5", - "reference": "7904836d112951e9f30ef4871036ab34399c8dd5", + "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2", + "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2", "shasum": "" }, "require": { - "php": ">=7.1.0" + "php": ">=7.3" }, "require-dev": { - "phpstan/phpstan": "^1", - "phpstan/phpstan-phpunit": "^1", - "phpunit/phpunit": "^7.5.20 || ^8.5.23", - "psr/log": "^1 || ^2 || ^3" + "phpunit/phpunit": "^9.3" }, "type": "library", - "autoload": { - "psr-4": { - "Seld\\Signal\\": "src/" + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" } }, + "autoload": { + "classmap": [ + "src/" + ] + }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Jordi Boggiano", - "email": "j.boggiano@seld.be", - "homepage": "http://seld.be" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" } ], - "description": "Simple unix signal handler that silently fails where signals are not supported for easy cross-platform development", - "keywords": [ - "posix", - "sigint", - "signal", - "sigterm", - "unix" - ], + "description": "Library for parsing CLI options", + "homepage": "https://github.com/sebastianbergmann/cli-parser", "support": { - "issues": "https://github.com/Seldaek/signal-handler/issues", - "source": "https://github.com/Seldaek/signal-handler/tree/1.3.0" + "issues": "https://github.com/sebastianbergmann/cli-parser/issues", + "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1" }, - "time": "2022-02-17T20:38:26+00:00" + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T06:08:49+00:00" }, { - "name": "spomky-labs/base64url", - "version": "v2.0.4", + "name": "sebastian/code-unit", + "version": "1.0.8", "source": { "type": "git", - "url": "https://github.com/Spomky-Labs/base64url.git", - "reference": "7752ce931ec285da4ed1f4c5aa27e45e097be61d" + "url": "https://github.com/sebastianbergmann/code-unit.git", + "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Spomky-Labs/base64url/zipball/7752ce931ec285da4ed1f4c5aa27e45e097be61d", - "reference": "7752ce931ec285da4ed1f4c5aa27e45e097be61d", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120", + "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.3" }, "require-dev": { - "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "^0.11|^0.12", - "phpstan/phpstan-beberlei-assert": "^0.11|^0.12", - "phpstan/phpstan-deprecation-rules": "^0.11|^0.12", - "phpstan/phpstan-phpunit": "^0.11|^0.12", - "phpstan/phpstan-strict-rules": "^0.11|^0.12" + "phpunit/phpunit": "^9.3" }, "type": "library", - "autoload": { - "psr-4": { - "Base64Url\\": "src/" + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" } }, + "autoload": { + "classmap": [ + "src/" + ] + }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Florent Morselli", - "homepage": "https://github.com/Spomky-Labs/base64url/contributors" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" } ], - "description": "Base 64 URL Safe Encoding/Decoding PHP Library", - "homepage": "https://github.com/Spomky-Labs/base64url", - "keywords": [ - "base64", - "rfc4648", - "safe", - "url" - ], + "description": "Collection of value objects that represent the PHP code units", + "homepage": "https://github.com/sebastianbergmann/code-unit", "support": { - "issues": "https://github.com/Spomky-Labs/base64url/issues", - "source": "https://github.com/Spomky-Labs/base64url/tree/v2.0.4" + "issues": "https://github.com/sebastianbergmann/code-unit/issues", + "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8" }, "funding": [ { - "url": "https://github.com/Spomky", + "url": "https://github.com/sebastianbergmann", "type": "github" - }, - { - "url": "https://www.patreon.com/FlorentMorselli", - "type": "patreon" } ], - "time": "2020-11-03T09:10:25+00:00" + "time": "2020-10-26T13:08:54+00:00" }, { - "name": "spryker-eco/authorization-picking-app-backend-api", - "version": "0.2.0", + "name": "sebastian/code-unit-reverse-lookup", + "version": "2.0.3", "source": { "type": "git", - "url": "https://github.com/spryker-eco/authorization-picking-app-backend-api.git", - "reference": "df2e0642e80d3f72034d8022773a2906c644abc4" + "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", + "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-eco/authorization-picking-app-backend-api/zipball/df2e0642e80d3f72034d8022773a2906c644abc4", - "reference": "df2e0642e80d3f72034d8022773a2906c644abc4", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", + "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", "shasum": "" }, "require": { - "php": ">=8.0", - "psr/http-message": "^1.0.0", - "spryker/glue-application-extension": "^1.10.0", - "spryker/guzzle": "^2.0.0", - "spryker/kernel": "^3.52.0", - "spryker/oauth": "^2.7.0", - "spryker/oauth-code-flow": "^0.1.0", - "spryker/propel-orm": "^1.16.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.33.1", - "spryker/user": "^3.9.0", - "spryker/util-encoding": "^2.1.1" + "php": ">=7.3" }, "require-dev": { - "codeception/module-asserts": "^3.0.0", - "phpstan/phpstan": "1.8.10", - "phpunit/phpunit": "^9.0.0", - "spryker/application": "*", - "spryker/code-sniffer": "*", - "spryker/config": "*", - "spryker/error-handler": "*", - "spryker/glue-application": "^1.39.0", - "spryker/log": "*", - "spryker/monolog": "*", - "spryker/propel": "^3.35.1", - "spryker/queue": "*", - "spryker/testify": "^3.47.0" - }, - "suggest": { - "spryker/glue-application": "If you want to use plugins with glue application." + "phpunit/phpunit": "^9.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0-dev" } }, "autoload": { - "psr-4": { - "SprykerEco\\": "src/SprykerEco/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], - "description": "AuthorizationPickingAppBackendApi module", + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Looks up which function or method a line of code belongs to", + "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", "support": { - "issues": "https://github.com/spryker-eco/authorization-picking-app-backend-api/issues", - "source": "https://github.com/spryker-eco/authorization-picking-app-backend-api/tree/0.2.0" + "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", + "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3" }, - "time": "2023-05-23T06:57:37+00:00" + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T05:30:19+00:00" }, { - "name": "spryker-eco/loggly", - "version": "0.1.1", + "name": "sebastian/comparator", + "version": "4.0.8", "source": { "type": "git", - "url": "https://github.com/spryker-eco/loggly.git", - "reference": "70d976acd568e3f909d7b8faadd92af4d1838168" + "url": "https://github.com/sebastianbergmann/comparator.git", + "reference": "fa0f136dd2334583309d32b62544682ee972b51a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-eco/loggly/zipball/70d976acd568e3f909d7b8faadd92af4d1838168", - "reference": "70d976acd568e3f909d7b8faadd92af4d1838168", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a", + "reference": "fa0f136dd2334583309d32b62544682ee972b51a", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/kernel": "^3.49.0" + "php": ">=7.3", + "sebastian/diff": "^4.0", + "sebastian/exporter": "^4.0" }, "require-dev": { - "phpstan/phpstan": "^1.0.0", - "spryker/code-sniffer": "^0.17.1", - "spryker/monolog": "^2.0.4", - "spryker/queue": "^1.5.0", - "spryker/testify": "^3.40.0", - "spryker/transfer": "^3.25.0" - }, - "suggest": { - "spryker/monolog": "Needed to send messages to loggly via Curl helper", - "spryker/queue": "Needed to process messages from the queue" + "phpunit/phpunit": "^9.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.0-dev" } }, "autoload": { - "psr-4": { - "SprykerEco\\": "src/SprykerEco/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@2bepublished.at" + } + ], + "description": "Provides the functionality to compare PHP values for equality", + "homepage": "https://github.com/sebastianbergmann/comparator", + "keywords": [ + "comparator", + "compare", + "equality" ], - "description": "Loggly module", "support": { - "issues": "https://github.com/spryker-eco/loggly/issues", - "source": "https://github.com/spryker-eco/loggly/tree/0.1.1" + "issues": "https://github.com/sebastianbergmann/comparator/issues", + "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8" }, - "time": "2021-11-10T11:57:20+00:00" + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-09-14T12:41:17+00:00" }, { - "name": "spryker-eco/payone", - "version": "4.5.0", + "name": "sebastian/complexity", + "version": "2.0.2", "source": { "type": "git", - "url": "https://github.com/spryker-eco/payone.git", - "reference": "a8446eb3b770f630f3226703deb5fd9ff62264bd" + "url": "https://github.com/sebastianbergmann/complexity.git", + "reference": "739b35e53379900cc9ac327b2147867b8b6efd88" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-eco/payone/zipball/a8446eb3b770f630f3226703deb5fd9ff62264bd", - "reference": "a8446eb3b770f630f3226703deb5fd9ff62264bd", + "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88", + "reference": "739b35e53379900cc9ac327b2147867b8b6efd88", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/calculation": "^4.0.0", - "spryker/cart": "^5.0.0 || ^7.0.0", - "spryker/checkout-extension": "^1.3.0", - "spryker/config": "^3.0.0", - "spryker/customer": "^7.0.0", - "spryker/decimal-object": "^1.0.0", - "spryker/glossary": "^3.0.0", - "spryker/guzzle": "^2.1.0", - "spryker/kernel": "^3.33.0", - "spryker/oms": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^10.0.0 || ^11.0.0", - "spryker/propel-orm": "^1.6.0", - "spryker/quote": "^2.18.0", - "spryker/refund": "^4.0.0 || ^5.0.0", - "spryker/sales": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^10.0.0 || ^11.0.0", - "spryker/shipment": "^6.0.0 || ^8.0.0", - "spryker/step-engine": "^3.0.0", - "spryker/store": "^1.19.0", - "spryker/symfony": "^3.1.1", - "spryker/transfer": "^3.25.0", - "spryker/util-encoding": "^2.0.0", - "spryker/zed-request": "^3.2.0" - }, - "replace": { - "spryker/payone": "*" + "nikic/php-parser": "^4.7", + "php": ">=7.3" }, "require-dev": { - "phpstan/phpstan": "*", - "spryker/application": "^3.0.0", - "spryker/checkout": "*", - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/country": "^3.2.0 || ^4.0.0", - "spryker/payment": "*", - "spryker/propel": "*", - "spryker/router": "*", - "spryker/silex": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/application": "If you want to use Application plugins you need to install spryker/application.", - "spryker/checkout": "If you want to use Checkout plugins you need to install spryker/checkout.", - "spryker/payment": "If you want to use Payment plugins you need to install spryker/payment.", - "spryker/router": "Use this module if you want use the RouterProviderPlugin.", - "spryker/silex": "If you want to use Silex plugins you need to install spryker/silex." + "phpunit/phpunit": "^9.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "2.0-dev" } }, "autoload": { - "psr-4": { - "SprykerEco\\": "src/SprykerEco/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], - "description": "Payone module", + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library for calculating the complexity of PHP code units", + "homepage": "https://github.com/sebastianbergmann/complexity", "support": { - "source": "https://github.com/spryker-eco/payone/tree/4.5.0" + "issues": "https://github.com/sebastianbergmann/complexity/issues", + "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2" }, - "time": "2023-03-31T19:36:06+00:00" + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T15:52:27+00:00" }, { - "name": "spryker-sdk/evaluator", - "version": "dev-master", + "name": "sebastian/diff", + "version": "4.0.5", "source": { "type": "git", - "url": "https://github.com/spryker-sdk/evaluator.git", - "reference": "dd5d598238a38b99fcb6c9d5978628606d58ed62" + "url": "https://github.com/sebastianbergmann/diff.git", + "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-sdk/evaluator/zipball/dd5d598238a38b99fcb6c9d5978628606d58ed62", - "reference": "dd5d598238a38b99fcb6c9d5978628606d58ed62", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131", + "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131", "shasum": "" }, "require": { - "composer/semver": "^3.3", - "ext-ctype": "*", - "ext-iconv": "*", - "ext-json": "*", - "guzzlehttp/guzzle": "^7.5", - "php": ">=7.4", - "spryker-sdk/security-checker": "^0.2.0", - "symfony/console": "^5.4|^6.0", - "symfony/dotenv": "^5.4|^6.0", - "symfony/filesystem": "^5.4|^6.0", - "symfony/flex": "^1.17|^2", - "symfony/framework-bundle": "^5.4|^6.0", - "symfony/monolog-bundle": "^3.8", - "symfony/process": "^5.4|^6.0", - "symfony/runtime": "^5.4|^6.0", - "symfony/serializer": "^5.4|^6.0", - "symfony/stopwatch": "^5.4|^6.0", - "symfony/uid": "^5.4|^6.0", - "symfony/yaml": "^5.4|^6.0" - }, - "conflict": { - "symfony/symfony": "*" - }, - "replace": { - "symfony/polyfill-ctype": "*", - "symfony/polyfill-iconv": "*", - "symfony/polyfill-php72": "*" + "php": ">=7.3" }, "require-dev": { - "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^9.6", - "spryker/code-sniffer": "^0.17.18" + "phpunit/phpunit": "^9.3", + "symfony/process": "^4.2 || ^5" }, - "default-branch": true, - "bin": [ - "bin/evaluator" - ], - "type": "project", + "type": "library", "extra": { - "symfony": { - "allow-contrib": false, - "require": "^5.4|^6.0" + "branch-alias": { + "dev-master": "4.0-dev" } }, "autoload": { - "psr-4": { - "SprykerSdk\\Evaluator\\": "src/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Kore Nordmann", + "email": "mail@kore-nordmann.de" + } + ], + "description": "Diff implementation", + "homepage": "https://github.com/sebastianbergmann/diff", + "keywords": [ + "diff", + "udiff", + "unidiff", + "unified diff" ], - "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.2" + "issues": "https://github.com/sebastianbergmann/diff/issues", + "source": "https://github.com/sebastianbergmann/diff/tree/4.0.5" }, - "time": "2023-07-18T13:16:58+00:00" + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2023-05-07T05:35:17+00:00" }, { - "name": "spryker-sdk/security-checker", - "version": "0.2.0", + "name": "sebastian/environment", + "version": "5.1.5", "source": { "type": "git", - "url": "https://github.com/spryker-sdk/security-checker.git", - "reference": "619c9c636590e0bef836f1c9ab1203ac9a66c46c" + "url": "https://github.com/sebastianbergmann/environment.git", + "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-sdk/security-checker/zipball/619c9c636590e0bef836f1c9ab1203ac9a66c46c", - "reference": "619c9c636590e0bef836f1c9ab1203ac9a66c46c", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", + "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", "shasum": "" }, "require": { - "php": ">=7.3", - "symfony/console": "^4.0.0 || ^5.0.0 || ^6.0.0", - "symfony/options-resolver": "^4.0.0 || ^5.0.0 || ^6.0.0", - "symfony/process": "^4.0.0 || ^5.0.0 || ^6.0.0" + "php": ">=7.3" }, "require-dev": { - "phpstan/phpstan": "^1.2.0", - "slevomat/coding-standard": "^6.2", - "spryker/code-sniffer": "^0.15.6", - "squizlabs/php_codesniffer": "^3.5" + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-posix": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "5.1-dev" } }, "autoload": { - "psr-4": { - "SecurityChecker\\": "src/SecurityChecker/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Provides functionality to handle HHVM/PHP environments", + "homepage": "http://www.github.com/sebastianbergmann/environment", + "keywords": [ + "Xdebug", + "environment", + "hhvm" ], - "description": "A security checker for your composer.lock", "support": { - "issues": "https://github.com/spryker-sdk/security-checker/issues", - "source": "https://github.com/spryker-sdk/security-checker/tree/0.2.0" + "issues": "https://github.com/sebastianbergmann/environment/issues", + "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5" }, - "time": "2023-04-24T11:24:18+00:00" + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2023-02-03T06:03:51+00:00" }, { - "name": "spryker-shop/agent-page", - "version": "1.12.0", + "name": "sebastian/exporter", + "version": "4.0.5", "source": { "type": "git", - "url": "https://github.com/spryker-shop/agent-page.git", - "reference": "35a3524cb484854a1555f171e6da8887514ff8e0" + "url": "https://github.com/sebastianbergmann/exporter.git", + "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/agent-page/zipball/35a3524cb484854a1555f171e6da8887514ff8e0", - "reference": "35a3524cb484854a1555f171e6da8887514ff8e0", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", + "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker-shop/agent-page-extension": "^1.0.0", - "spryker-shop/customer-page": "^1.4.0 || ^2.0.0", - "spryker-shop/customer-page-extension": "^1.2.0", - "spryker-shop/shop-application": "^1.1.0", - "spryker-shop/shop-ui": "^1.3.0", - "spryker/agent": "^1.4.0", - "spryker/application": "^3.9.0", - "spryker/customer": "^7.10.0", - "spryker/kernel": "^3.52.0", - "spryker/messenger": "^3.1.0", - "spryker/quote": "^2.0.0", - "spryker/router": "^1.5.0", - "spryker/security-extension": "^1.0.0", - "spryker/symfony": "^3.1.0" + "php": ">=7.3", + "sebastian/recursion-context": "^4.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/event-dispatcher": "*", - "spryker/propel": "*", - "spryker/security": "*", - "spryker/session": "*", - "spryker/silex": "*", - "spryker/storage": "*", - "spryker/storage-redis": "*", - "spryker/store": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/container": "Add this module to use the ContainerInterface.", - "spryker/security": "Add this module to use the SecurityPlugin.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "ext-mbstring": "*", + "phpunit/phpunit": "^9.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.0-dev" } }, "autoload": { - "psr-4": { - "SprykerShop\\": "src/SprykerShop/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + } + ], + "description": "Provides the functionality to export PHP variables for visualization", + "homepage": "https://www.github.com/sebastianbergmann/exporter", + "keywords": [ + "export", + "exporter" ], - "description": "AgentPage module", "support": { - "source": "https://github.com/spryker-shop/agent-page/tree/1.12.0" + "issues": "https://github.com/sebastianbergmann/exporter/issues", + "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5" }, - "time": "2023-04-25T15:38:45+00:00" + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-09-14T06:03:37+00:00" }, { - "name": "spryker-shop/agent-page-extension", - "version": "1.0.0", + "name": "sebastian/global-state", + "version": "5.0.5", "source": { "type": "git", - "url": "https://github.com/spryker-shop/agent-page-extension.git", - "reference": "d33a31ff55d67d6e86ce8e745ebc38921c17406f" + "url": "https://github.com/sebastianbergmann/global-state.git", + "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/agent-page-extension/zipball/d33a31ff55d67d6e86ce8e745ebc38921c17406f", - "reference": "d33a31ff55d67d6e86ce8e745ebc38921c17406f", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2", + "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2", "shasum": "" }, "require": { - "php": ">=8.0" + "php": ">=7.3", + "sebastian/object-reflector": "^2.0", + "sebastian/recursion-context": "^4.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "ext-dom": "*", + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-uopz": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "5.0-dev" } }, "autoload": { - "psr-4": { - "SprykerShop\\": "src/SprykerShop/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Snapshotting of global state", + "homepage": "http://www.github.com/sebastianbergmann/global-state", + "keywords": [ + "global state" ], - "description": "AgentPageExtension module", "support": { - "source": "https://github.com/spryker-shop/agent-page-extension/tree/1.0.0" + "issues": "https://github.com/sebastianbergmann/global-state/issues", + "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5" }, - "time": "2022-12-13T15:22:32+00:00" + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-02-14T08:28:10+00:00" }, { - "name": "spryker-shop/agent-widget", - "version": "1.3.3", + "name": "sebastian/lines-of-code", + "version": "1.0.3", "source": { "type": "git", - "url": "https://github.com/spryker-shop/agent-widget.git", - "reference": "4ec89d0ff1471866383c4ac91126e27b2986d64f" + "url": "https://github.com/sebastianbergmann/lines-of-code.git", + "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/agent-widget/zipball/4ec89d0ff1471866383c4ac91126e27b2986d64f", - "reference": "4ec89d0ff1471866383c4ac91126e27b2986d64f", + "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc", + "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker-shop/shop-application": "^1.0.0", - "spryker-shop/shop-ui": "^1.28.1", - "spryker/agent": "^1.0.0", - "spryker/customer": "^7.0.0", - "spryker/kernel": "^3.52.0", - "spryker/symfony": "^3.1.0" + "nikic/php-parser": "^4.6", + "php": ">=7.3" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/router": "*", - "spryker/silex": "*" - }, - "suggest": { - "spryker/router": "Use this module when you want to use the Router.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "phpunit/phpunit": "^9.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.0-dev" } }, "autoload": { - "psr-4": { - "SprykerShop\\": "src/SprykerShop/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "BSD-3-Clause" ], - "description": "AgentWidget module", + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library for counting the lines of code in PHP source code", + "homepage": "https://github.com/sebastianbergmann/lines-of-code", "support": { - "source": "https://github.com/spryker-shop/agent-widget/tree/master" + "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", + "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3" }, - "time": "2020-07-24T04:43:12+00:00" + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-11-28T06:42:11+00:00" }, { - "name": "spryker-shop/asset-widget", - "version": "1.0.0", + "name": "sebastian/object-enumerator", + "version": "4.0.4", "source": { "type": "git", - "url": "https://github.com/spryker-shop/asset-widget.git", - "reference": "cabde31899856d9b87570a8f4cc50a8b3b4869ef" + "url": "https://github.com/sebastianbergmann/object-enumerator.git", + "reference": "5c9eeac41b290a3712d88851518825ad78f45c71" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/asset-widget/zipball/cabde31899856d9b87570a8f4cc50a8b3b4869ef", - "reference": "cabde31899856d9b87570a8f4cc50a8b3b4869ef", + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71", + "reference": "5c9eeac41b290a3712d88851518825ad78f45c71", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/asset-storage": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/store": "^1.8.0", - "spryker/transfer": "^3.27.0" + "php": ">=7.3", + "sebastian/object-reflector": "^2.0", + "sebastian/recursion-context": "^4.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "phpunit/phpunit": "^9.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.0-dev" } }, "autoload": { - "psr-4": { - "SprykerShop\\": "src/SprykerShop/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "BSD-3-Clause" ], - "description": "AssetWidget module", + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Traverses array structures and object graphs to enumerate all referenced objects", + "homepage": "https://github.com/sebastianbergmann/object-enumerator/", "support": { - "source": "https://github.com/spryker-shop/asset-widget/tree/1.0.0" + "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", + "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4" }, - "time": "2022-04-14T07:53:43+00:00" + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:12:34+00:00" }, { - "name": "spryker-shop/availability-notification-page", - "version": "1.1.2", + "name": "sebastian/object-reflector", + "version": "2.0.4", "source": { "type": "git", - "url": "https://github.com/spryker-shop/availability-notification-page.git", - "reference": "4c6ec8fa1aa914f77597dd7966a144a3ba756295" + "url": "https://github.com/sebastianbergmann/object-reflector.git", + "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/availability-notification-page/zipball/4c6ec8fa1aa914f77597dd7966a144a3ba756295", - "reference": "4c6ec8fa1aa914f77597dd7966a144a3ba756295", + "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", + "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker-shop/shop-application": "^1.0.0", - "spryker/availability-notification": "^1.0.0", - "spryker/customer": "^7.16.0", - "spryker/kernel": "^3.52.0", - "spryker/symfony": "^3.1.0" + "php": ">=7.3" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/router": "*", - "spryker/silex": "*" - }, - "suggest": { - "spryker/router": "Use this module when you want to use the Router.", - "spryker/silex": "If you want to use silex" + "phpunit/phpunit": "^9.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0-dev" } }, "autoload": { - "psr-4": { - "SprykerShop\\": "src/SprykerShop/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "BSD-3-Clause" ], - "description": "AvailabilityNotificationPage module", + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Allows reflection of object attributes, including inherited and non-public ones", + "homepage": "https://github.com/sebastianbergmann/object-reflector/", "support": { - "source": "https://github.com/spryker-shop/availability-notification-page/tree/1.1.2" + "issues": "https://github.com/sebastianbergmann/object-reflector/issues", + "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4" }, - "time": "2020-07-24T04:43:12+00:00" + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:14:26+00:00" }, { - "name": "spryker-shop/availability-notification-widget", - "version": "1.1.4", + "name": "sebastian/recursion-context", + "version": "4.0.5", "source": { "type": "git", - "url": "https://github.com/spryker-shop/availability-notification-widget.git", - "reference": "ca448f901980280e96a5d7005068520463c64341" + "url": "https://github.com/sebastianbergmann/recursion-context.git", + "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/availability-notification-widget/zipball/ca448f901980280e96a5d7005068520463c64341", - "reference": "ca448f901980280e96a5d7005068520463c64341", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", + "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker-shop/shop-application": "^1.3.0", - "spryker/application": "^3.8.0", - "spryker/availability-notification": "^1.0.0", - "spryker/customer": "^7.16.0", - "spryker/kernel": "^3.52.0", - "spryker/symfony": "^3.1.0" + "php": ">=7.3" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/router": "*", - "spryker/silex": "*" - }, - "suggest": { - "spryker-shop/product-detail-page": "If you want to see AvailabilityNotificationWidget on pdp", - "spryker/router": "Use this module when you want to use the Router.", - "spryker/silex": "If you want to use silex" + "phpunit/phpunit": "^9.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.0-dev" } }, "autoload": { - "psr-4": { - "SprykerShop\\": "src/SprykerShop/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "BSD-3-Clause" ], - "description": "AvailabilityNotificationWidget module", + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" + } + ], + "description": "Provides functionality to recursively process PHP variables", + "homepage": "https://github.com/sebastianbergmann/recursion-context", "support": { - "source": "https://github.com/spryker-shop/availability-notification-widget/tree/master" + "issues": "https://github.com/sebastianbergmann/recursion-context/issues", + "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5" }, - "time": "2020-07-24T04:43:12+00:00" + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2023-02-03T06:07:39+00:00" }, { - "name": "spryker-shop/availability-widget", - "version": "1.1.1", + "name": "sebastian/resource-operations", + "version": "3.0.3", "source": { "type": "git", - "url": "https://github.com/spryker-shop/availability-widget.git", - "reference": "74c79cd54b4be6e2790dad0c6fa7a4fea4dd69a2" + "url": "https://github.com/sebastianbergmann/resource-operations.git", + "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/availability-widget/zipball/74c79cd54b4be6e2790dad0c6fa7a4fea4dd69a2", - "reference": "74c79cd54b4be6e2790dad0c6fa7a4fea4dd69a2", + "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", + "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/kernel": "^3.24.0" + "php": ">=7.3" }, "require-dev": { - "spryker-shop/product-detail-page": "*", - "spryker/code-sniffer": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker-shop/product-detail-page": "Widget plugins are available for this module." + "phpunit/phpunit": "^9.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0-dev" } }, "autoload": { - "psr-4": { - "SprykerShop\\": "src/SprykerShop/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "BSD-3-Clause" ], - "description": "AvailabilityWidget module", + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Provides a list of PHP built-in functions that operate on resources", + "homepage": "https://www.github.com/sebastianbergmann/resource-operations", "support": { - "source": "https://github.com/spryker-shop/availability-widget/tree/master" + "issues": "https://github.com/sebastianbergmann/resource-operations/issues", + "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3" }, - "time": "2019-03-04T16:59:14+00:00" + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T06:45:17+00:00" }, { - "name": "spryker-shop/barcode-widget", - "version": "1.0.0", + "name": "sebastian/type", + "version": "3.2.1", "source": { "type": "git", - "url": "https://github.com/spryker-shop/barcode-widget.git", - "reference": "da5e76fed4606206676855ac34d670f01c8df773" + "url": "https://github.com/sebastianbergmann/type.git", + "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/barcode-widget/zipball/da5e76fed4606206676855ac34d670f01c8df773", - "reference": "da5e76fed4606206676855ac34d670f01c8df773", + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", + "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/barcode": "^1.0.0", - "spryker/kernel": "^3.30.0" + "php": ">=7.3" }, "require-dev": { - "spryker/code-sniffer": "*" + "phpunit/phpunit": "^9.5" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.2-dev" } }, "autoload": { - "psr-4": { - "SprykerShop\\": "src/SprykerShop/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "BSD-3-Clause" ], - "description": "BarcodeWidget module", + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Collection of value objects that represent the types of the PHP type system", + "homepage": "https://github.com/sebastianbergmann/type", "support": { - "source": "https://github.com/spryker-shop/barcode-widget/tree/1.0.0" + "issues": "https://github.com/sebastianbergmann/type/issues", + "source": "https://github.com/sebastianbergmann/type/tree/3.2.1" }, - "time": "2020-05-26T05:43:11+00:00" + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2023-02-03T06:13:03+00:00" }, { - "name": "spryker-shop/business-on-behalf-widget", - "version": "1.1.0", + "name": "sebastian/version", + "version": "3.0.2", "source": { "type": "git", - "url": "https://github.com/spryker-shop/business-on-behalf-widget.git", - "reference": "a1b747abe3319710fd85e3dff8061b26bf48351c" + "url": "https://github.com/sebastianbergmann/version.git", + "reference": "c6c1022351a901512170118436c764e473f6de8c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/business-on-behalf-widget/zipball/a1b747abe3319710fd85e3dff8061b26bf48351c", - "reference": "a1b747abe3319710fd85e3dff8061b26bf48351c", + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c", + "reference": "c6c1022351a901512170118436c764e473f6de8c", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker-shop/shop-ui": "^1.54.0", - "spryker/business-on-behalf": "^1.1.0", - "spryker/customer": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", - "spryker/kernel": "^3.30.0" - }, - "require-dev": { - "spryker/code-sniffer": "*" + "php": ">=7.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0-dev" } }, "autoload": { - "psr-4": { - "SprykerShop\\": "src/SprykerShop/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "BSD-3-Clause" ], - "description": "BusinessOnBehalfWidget module", - "support": { - "source": "https://github.com/spryker-shop/business-on-behalf-widget/tree/1.1.0" + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library that helps with managing the version number of Git-hosted PHP projects", + "homepage": "https://github.com/sebastianbergmann/version", + "support": { + "issues": "https://github.com/sebastianbergmann/version/issues", + "source": "https://github.com/sebastianbergmann/version/tree/3.0.2" }, - "time": "2021-08-16T08:44:35+00:00" + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T06:39:44+00:00" }, { - "name": "spryker-shop/calculation-page", - "version": "1.3.2", + "name": "seld/signal-handler", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/calculation-page.git", - "reference": "d76ee2259c5fffebf01685b72b90b95bf487f66f" + "url": "https://github.com/Seldaek/signal-handler.git", + "reference": "7904836d112951e9f30ef4871036ab34399c8dd5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/calculation-page/zipball/d76ee2259c5fffebf01685b72b90b95bf487f66f", - "reference": "d76ee2259c5fffebf01685b72b90b95bf487f66f", + "url": "https://api.github.com/repos/Seldaek/signal-handler/zipball/7904836d112951e9f30ef4871036ab34399c8dd5", + "reference": "7904836d112951e9f30ef4871036ab34399c8dd5", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/calculation": "^4.2.0", - "spryker/kernel": "^3.52.0", - "spryker/quote": "^1.1.0 || ^2.0.0", - "spryker/symfony": "^3.1.0" + "php": ">=7.1.0" }, "require-dev": { - "spryker-shop/shop-application": "*", - "spryker/code-sniffer": "*", - "spryker/router": "*", - "spryker/silex": "*" - }, - "suggest": { - "spryker-shop/shop-application": "Use this module when using plugins that need ShopApplication dependencies.", - "spryker/router": "Use this module when you want to use the Router.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "phpstan/phpstan": "^1", + "phpstan/phpstan-phpunit": "^1", + "phpunit/phpunit": "^7.5.20 || ^8.5.23", + "psr/log": "^1 || ^2 || ^3" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Seld\\Signal\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + } + ], + "description": "Simple unix signal handler that silently fails where signals are not supported for easy cross-platform development", + "keywords": [ + "posix", + "sigint", + "signal", + "sigterm", + "unix" ], - "description": "CalculationPage module", "support": { - "source": "https://github.com/spryker-shop/calculation-page/tree/master" + "issues": "https://github.com/Seldaek/signal-handler/issues", + "source": "https://github.com/Seldaek/signal-handler/tree/1.3.0" }, - "time": "2020-07-24T04:43:12+00:00" + "time": "2022-02-17T20:38:26+00:00" }, { - "name": "spryker-shop/cart-code-widget", - "version": "1.4.1", + "name": "spomky-labs/base64url", + "version": "v2.0.4", "source": { "type": "git", - "url": "https://github.com/spryker-shop/cart-code-widget.git", - "reference": "854510495d2ce7e41dab280c11f27f143deb911c" + "url": "https://github.com/Spomky-Labs/base64url.git", + "reference": "7752ce931ec285da4ed1f4c5aa27e45e097be61d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/cart-code-widget/zipball/854510495d2ce7e41dab280c11f27f143deb911c", - "reference": "854510495d2ce7e41dab280c11f27f143deb911c", + "url": "https://api.github.com/repos/Spomky-Labs/base64url/zipball/7752ce931ec285da4ed1f4c5aa27e45e097be61d", + "reference": "7752ce931ec285da4ed1f4c5aa27e45e097be61d", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker-shop/shop-application": "^1.0.0", - "spryker/application": "^3.8.0", - "spryker/cart-code": "^1.1.0", - "spryker/kernel": "^3.52.0", - "spryker/quote": "^2.8.0", - "spryker/symfony": "^3.1.0", - "spryker/zed-request": "^3.6.0" + "php": ">=7.1" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/router": "*", - "spryker/silex": "*" - }, - "suggest": { - "spryker/router": "Use this module when you want to use the RouteProviderPlugin.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "phpstan/extension-installer": "^1.0", + "phpstan/phpstan": "^0.11|^0.12", + "phpstan/phpstan-beberlei-assert": "^0.11|^0.12", + "phpstan/phpstan-deprecation-rules": "^0.11|^0.12", + "phpstan/phpstan-phpunit": "^0.11|^0.12", + "phpstan/phpstan-strict-rules": "^0.11|^0.12" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Base64Url\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" + ], + "authors": [ + { + "name": "Florent Morselli", + "homepage": "https://github.com/Spomky-Labs/base64url/contributors" + } + ], + "description": "Base 64 URL Safe Encoding/Decoding PHP Library", + "homepage": "https://github.com/Spomky-Labs/base64url", + "keywords": [ + "base64", + "rfc4648", + "safe", + "url" ], - "description": "CartCodeWidget module", "support": { - "source": "https://github.com/spryker-shop/cart-code-widget/tree/master" + "issues": "https://github.com/Spomky-Labs/base64url/issues", + "source": "https://github.com/Spomky-Labs/base64url/tree/v2.0.4" }, - "time": "2020-07-24T04:43:12+00:00" + "funding": [ + { + "url": "https://github.com/Spomky", + "type": "github" + }, + { + "url": "https://www.patreon.com/FlorentMorselli", + "type": "patreon" + } + ], + "time": "2020-11-03T09:10:25+00:00" }, { - "name": "spryker-shop/cart-note-widget", - "version": "1.4.0", + "name": "spryker-eco/authorization-picking-app-backend-api", + "version": "0.2.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/cart-note-widget.git", - "reference": "ec3e148d0b8fb5450e2c8bd97ecd3fadd883b4fe" + "url": "https://github.com/spryker-eco/authorization-picking-app-backend-api.git", + "reference": "df2e0642e80d3f72034d8022773a2906c644abc4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/cart-note-widget/zipball/ec3e148d0b8fb5450e2c8bd97ecd3fadd883b4fe", - "reference": "ec3e148d0b8fb5450e2c8bd97ecd3fadd883b4fe", + "url": "https://api.github.com/repos/spryker-eco/authorization-picking-app-backend-api/zipball/df2e0642e80d3f72034d8022773a2906c644abc4", + "reference": "df2e0642e80d3f72034d8022773a2906c644abc4", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker-shop/shop-application-extension": "^1.2.0", - "spryker-shop/shop-ui": "^1.43.0", - "spryker/application": "^3.8.0", - "spryker/cart-note": "^0.1.0 || ^1.0.0", - "spryker/glossary-storage": "^1.0.0", + "php": ">=8.0", + "psr/http-message": "^1.0.0", + "spryker/glue-application-extension": "^1.10.0", + "spryker/guzzle": "^2.0.0", "spryker/kernel": "^3.52.0", - "spryker/symfony": "^3.1.0" + "spryker/oauth": "^2.7.0", + "spryker/oauth-code-flow": "^0.1.0", + "spryker/propel-orm": "^1.16.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.33.1", + "spryker/user": "^3.9.0", + "spryker/util-encoding": "^2.1.1" }, "require-dev": { - "spryker-shop/cart-page": "*", - "spryker-shop/checkout-page": "*", - "spryker-shop/customer-page": "*", - "spryker-shop/shop-application": "*", + "codeception/module-asserts": "^3.0.0", + "phpstan/phpstan": "1.8.10", + "phpunit/phpunit": "^9.0.0", + "spryker/application": "*", "spryker/code-sniffer": "*", - "spryker/router": "*", - "spryker/silex": "*" + "spryker/config": "*", + "spryker/error-handler": "*", + "spryker/glue-application": "^1.39.0", + "spryker/log": "*", + "spryker/monolog": "*", + "spryker/propel": "^3.35.1", + "spryker/queue": "*", + "spryker/testify": "^3.47.0" }, "suggest": { - "spryker-shop/cart-page": "Widget plugins are available for this module.", - "spryker-shop/checkout-page": "Widget plugins are available for this module.", - "spryker-shop/customer-page": "Widget plugins are available for this module.", - "spryker-shop/shop-application": "Use this module when using plugins that need ShopApplication dependencies.", - "spryker/router": "Use this module when using plugins that need Router dependencies.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/glue-application": "If you want to use plugins with glue application." }, "type": "library", "extra": { @@ -5851,202 +7166,189 @@ }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "SprykerEco\\": "src/SprykerEco/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "CartNoteWidget module", + "description": "AuthorizationPickingAppBackendApi module", "support": { - "source": "https://github.com/spryker-shop/cart-note-widget/tree/1.4.0" + "issues": "https://github.com/spryker-eco/authorization-picking-app-backend-api/issues", + "source": "https://github.com/spryker-eco/authorization-picking-app-backend-api/tree/0.2.0" }, - "time": "2020-12-29T08:14:04+00:00" + "time": "2023-05-23T06:57:37+00:00" }, { - "name": "spryker-shop/cart-page", - "version": "3.36.0", + "name": "spryker-eco/loggly", + "version": "0.1.1", "source": { "type": "git", - "url": "https://github.com/spryker-shop/cart-page.git", - "reference": "5daafd036a95b200d7d3abb22d8c6d2e770dedde" + "url": "https://github.com/spryker-eco/loggly.git", + "reference": "70d976acd568e3f909d7b8faadd92af4d1838168" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/cart-page/zipball/5daafd036a95b200d7d3abb22d8c6d2e770dedde", - "reference": "5daafd036a95b200d7d3abb22d8c6d2e770dedde", + "url": "https://api.github.com/repos/spryker-eco/loggly/zipball/70d976acd568e3f909d7b8faadd92af4d1838168", + "reference": "70d976acd568e3f909d7b8faadd92af4d1838168", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker-shop/cart-page-extension": "^1.1.0", - "spryker-shop/comment-widget-extension": "^1.0.0", - "spryker-shop/product-configurator-gateway-page-extension": "^0.1.0 || ^0.2.0 || ^1.0.0", - "spryker-shop/product-group-widget-extension": "^1.0.0", - "spryker-shop/shop-application": "^1.0.0", - "spryker-shop/shop-ui": "^1.63.0", - "spryker/application": "^3.0.0", - "spryker/availability-storage": "^1.0.0 || ^2.0.0", - "spryker/cart": "^5.9.0 || ^7.0.0", - "spryker/cart-variant": "^1.0.0 || ^2.0.0", - "spryker/kernel": "^3.52.0", - "spryker/permission-extension": "^1.0.0", - "spryker/product-storage": "^1.32.0", - "spryker/quote": "^2.8.0", - "spryker/symfony": "^3.1.0", - "spryker/transfer": "^3.27.0", - "spryker/twig": "^3.18.0", - "spryker/twig-extension": "^1.0.0", - "spryker/util-number": "^1.0.0", - "spryker/zed-request": "^3.6.0" + "php": ">=7.4", + "spryker/kernel": "^3.49.0" }, "require-dev": { - "spryker-shop/discount-promotion-widget": "*", - "spryker-shop/discount-widget": "*", - "spryker-shop/gift-card-widget": "*", - "spryker-shop/multi-cart-widget": "*", - "spryker-shop/order-custom-reference-widget": "*", - "spryker-shop/product-measurement-unit-widget": "*", - "spryker-shop/product-option-widget": "*", - "spryker-shop/product-packaging-unit-widget": "*", - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/event-dispatcher": "*", - "spryker/router": "*", - "spryker/silex": "*", - "spryker/testify": "*" + "phpstan/phpstan": "^1.0.0", + "spryker/code-sniffer": "^0.17.1", + "spryker/monolog": "^2.0.4", + "spryker/queue": "^1.5.0", + "spryker/testify": "^3.40.0", + "spryker/transfer": "^3.25.0" }, "suggest": { - "spryker-shop/asset-widget": "If you want to use components from module AssetWidget", - "spryker-shop/configurable-bundle-widget": "Add the module if you want to use QuoteConfiguredBundleWidget.", - "spryker-shop/discount-promotion-widget": "If you want to use components from module DiscountPromotionWidget.", - "spryker-shop/discount-widget": "If you want to use components from module DiscountWidget or DiscountSummaryWidgetPlugin", - "spryker-shop/gift-card-widget": "If you want to use components from module GiftCardWidget.", - "spryker-shop/multi-cart-widget": "If you want to use components from module MultiCartWidget or CartOperationsWidgetPlugin", - "spryker-shop/order-custom-reference-widget": "Add the module if you want to use order custom reference functionality", - "spryker-shop/product-configuration-cart-widget": "Add the module if you want to use ProductConfigurationCartItemDisplayWidget or ProductConfigurationCartPageButtonWidget.", - "spryker-shop/product-measurement-unit-widget": "^0.7.2: If you want to use measurement-unit-item molecule from module ProductMeasurementUnitWidget", - "spryker-shop/product-option-widget": "If you want to use components from module ProductOptionWidget or CartItemProductOptionWidgetPlugin", - "spryker-shop/product-packaging-unit-widget": "If you want to use components from module ProductPackagingUnitWidget or CartProductPackagingUnitWidgetPlugin", - "spryker/container": "If you want to use the CartTwigPlugin", - "spryker/permission": "If you want to use permissions plugins", - "spryker/router": "Use this module when using plugins that adds routes to the Route Module.", - "spryker/shipment": "If you want to use the shipment total price, min version 8.4.0", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/monolog": "Needed to send messages to loggly via Curl helper", + "spryker/queue": "Needed to process messages from the queue" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "SprykerEco\\": "src/SprykerEco/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CartPage module", + "description": "Loggly module", "support": { - "source": "https://github.com/spryker-shop/cart-page/tree/3.36.0" + "issues": "https://github.com/spryker-eco/loggly/issues", + "source": "https://github.com/spryker-eco/loggly/tree/0.1.1" }, - "time": "2023-03-22T09:04:54+00:00" + "time": "2021-11-10T11:57:20+00:00" }, { - "name": "spryker-shop/cart-page-extension", - "version": "1.1.0", + "name": "spryker-eco/payone", + "version": "4.5.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/cart-page-extension.git", - "reference": "d96f527c830dba824b229c9f61bf678d3877733f" + "url": "https://github.com/spryker-eco/payone.git", + "reference": "a8446eb3b770f630f3226703deb5fd9ff62264bd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/cart-page-extension/zipball/d96f527c830dba824b229c9f61bf678d3877733f", - "reference": "d96f527c830dba824b229c9f61bf678d3877733f", + "url": "https://api.github.com/repos/spryker-eco/payone/zipball/a8446eb3b770f630f3226703deb5fd9ff62264bd", + "reference": "a8446eb3b770f630f3226703deb5fd9ff62264bd", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=8.0", + "spryker/calculation": "^4.0.0", + "spryker/cart": "^5.0.0 || ^7.0.0", + "spryker/checkout-extension": "^1.3.0", + "spryker/config": "^3.0.0", + "spryker/customer": "^7.0.0", + "spryker/decimal-object": "^1.0.0", + "spryker/glossary": "^3.0.0", + "spryker/guzzle": "^2.1.0", + "spryker/kernel": "^3.33.0", + "spryker/oms": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^10.0.0 || ^11.0.0", + "spryker/propel-orm": "^1.6.0", + "spryker/quote": "^2.18.0", + "spryker/refund": "^4.0.0 || ^5.0.0", + "spryker/sales": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^10.0.0 || ^11.0.0", + "spryker/shipment": "^6.0.0 || ^8.0.0", + "spryker/step-engine": "^3.0.0", + "spryker/store": "^1.19.0", + "spryker/symfony": "^3.1.1", + "spryker/transfer": "^3.25.0", + "spryker/util-encoding": "^2.0.0", + "spryker/zed-request": "^3.2.0" + }, + "replace": { + "spryker/payone": "*" }, "require-dev": { - "spryker/code-sniffer": "*" + "phpstan/phpstan": "*", + "spryker/application": "^3.0.0", + "spryker/checkout": "*", + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/country": "^3.2.0 || ^4.0.0", + "spryker/payment": "*", + "spryker/propel": "*", + "spryker/router": "*", + "spryker/silex": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/application": "If you want to use Application plugins you need to install spryker/application.", + "spryker/checkout": "If you want to use Checkout plugins you need to install spryker/checkout.", + "spryker/payment": "If you want to use Payment plugins you need to install spryker/payment.", + "spryker/router": "Use this module if you want use the RouterProviderPlugin.", + "spryker/silex": "If you want to use Silex plugins you need to install spryker/silex." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "SprykerEco\\": "src/SprykerEco/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "CartPageExtension module", + "description": "Payone module", "support": { - "source": "https://github.com/spryker-shop/cart-page-extension/tree/1.1.0" + "source": "https://github.com/spryker-eco/payone/tree/4.5.0" }, - "time": "2022-02-01T08:28:45+00:00" + "time": "2023-03-31T19:36:06+00:00" }, { - "name": "spryker-shop/catalog-page", - "version": "1.25.0", + "name": "spryker-sdk/async-api", + "version": "0.3.1", "source": { "type": "git", - "url": "https://github.com/spryker-shop/catalog-page.git", - "reference": "7ede7da5e5c477f163ff9ac20f5d2921eef7be49" + "url": "https://github.com/spryker-sdk/async-api.git", + "reference": "cf3fc3738046522347a8d57980dfbb81f1d86b99" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/catalog-page/zipball/7ede7da5e5c477f163ff9ac20f5d2921eef7be49", - "reference": "7ede7da5e5c477f163ff9ac20f5d2921eef7be49", + "url": "https://api.github.com/repos/spryker-sdk/async-api/zipball/cf3fc3738046522347a8d57980dfbb81f1d86b99", + "reference": "cf3fc3738046522347a8d57980dfbb81f1d86b99", "shasum": "" }, "require": { + "doctrine/inflector": "~1.4.2 || ~2.0.0", "php": ">=8.0", - "spryker-shop/shop-application": "^1.0.0", - "spryker-shop/shop-router-extension": "^1.0.0", - "spryker-shop/shop-ui": "^1.63.0", - "spryker-shop/storage-router-extension": "^1.0.0", - "spryker-shop/tabs-widget-extension": "^1.0.0", - "spryker/catalog": "^5.4.0", - "spryker/category-storage": "^1.11.0 || ^2.0.0", - "spryker/kernel": "^3.52.0", - "spryker/locale": "^3.1.0 || ^4.0.0", - "spryker/product-category-filter": "^1.2.0", - "spryker/product-category-filter-storage": "^1.0.0", - "spryker/search": "^7.0.0 || ^8.0.0", - "spryker/storage": "^3.4.0", - "spryker/store": "^1.4.0", - "spryker/symfony": "^3.1.0", - "spryker/transfer": "^3.25.0", - "spryker/twig": "^3.18.0", - "spryker/twig-extension": "^1.0.0", - "spryker/util-number": "^1.0.0", - "spryker/util-text": "^1.2.0" + "symfony/console": "^4.0.0 || ^5.3 || ^6.0", + "symfony/finder": "^4.0.0 || ^5.3 || ^6.0", + "symfony/process": "^4.0.0 || ^5.4 || ^6.0", + "symfony/property-access": "^4.0.0 || ^5.4 || ^6.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/router": "*", - "spryker/silex": "*" - }, - "suggest": { - "spryker-shop/asset-widget": "If you want to use components from module AssetWidget", - "spryker/container": "If you want to use Twig Plugins", - "spryker/permission": "If you want to use permissions plugins.", - "spryker/router": "Use this module when you want to use the Router.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "codeception/codeception": "^5.0.0", + "codeception/module-asserts": "^3.0.0", + "mikey179/vfsstream": "^1.6.10", + "phpstan/phpdoc-parser": "~1.5.1", + "sllh/composer-versions-check": "^2.0", + "spryker-sdk/architector": "0.1.x-dev", + "spryker/code-sniffer": "^0.17.18", + "symfony/var-dumper": "^6.0.0" }, + "bin": [ + "bin/asyncapi" + ], "type": "library", "extra": { "branch-alias": { @@ -6055,96 +7357,121 @@ }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Transfer\\": "src/Transfer/", + "SprykerSdk\\AsyncApi\\": "src/SprykerSdk/AsyncApi/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CatalogPage module", + "description": "SDK for AsyncAPI.", "support": { - "source": "https://github.com/spryker-shop/catalog-page/tree/1.25.0" + "issues": "https://github.com/spryker-sdk/async-api/issues", + "source": "https://github.com/spryker-sdk/async-api/tree/0.3.1" }, - "time": "2023-03-31T19:36:14+00:00" + "time": "2023-07-07T11:53:59+00:00" }, { - "name": "spryker-shop/category-image-storage-widget", - "version": "1.0.3", + "name": "spryker-sdk/evaluator", + "version": "dev-master", "source": { "type": "git", - "url": "https://github.com/spryker-shop/category-image-storage-widget.git", - "reference": "89d19782ff90721a6e2354884f66eca3f2e9897b" + "url": "https://github.com/spryker-sdk/evaluator.git", + "reference": "dd5d598238a38b99fcb6c9d5978628606d58ed62" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/category-image-storage-widget/zipball/89d19782ff90721a6e2354884f66eca3f2e9897b", - "reference": "89d19782ff90721a6e2354884f66eca3f2e9897b", + "url": "https://api.github.com/repos/spryker-sdk/evaluator/zipball/dd5d598238a38b99fcb6c9d5978628606d58ed62", + "reference": "dd5d598238a38b99fcb6c9d5978628606d58ed62", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker-shop/shop-ui": "^1.40.0", - "spryker/category-image-storage": "^1.0.0", - "spryker/kernel": "^3.30.0" + "composer/semver": "^3.3", + "ext-ctype": "*", + "ext-iconv": "*", + "ext-json": "*", + "guzzlehttp/guzzle": "^7.5", + "php": ">=7.4", + "spryker-sdk/security-checker": "^0.2.0", + "symfony/console": "^5.4|^6.0", + "symfony/dotenv": "^5.4|^6.0", + "symfony/filesystem": "^5.4|^6.0", + "symfony/flex": "^1.17|^2", + "symfony/framework-bundle": "^5.4|^6.0", + "symfony/monolog-bundle": "^3.8", + "symfony/process": "^5.4|^6.0", + "symfony/runtime": "^5.4|^6.0", + "symfony/serializer": "^5.4|^6.0", + "symfony/stopwatch": "^5.4|^6.0", + "symfony/uid": "^5.4|^6.0", + "symfony/yaml": "^5.4|^6.0" + }, + "conflict": { + "symfony/symfony": "*" + }, + "replace": { + "symfony/polyfill-ctype": "*", + "symfony/polyfill-iconv": "*", + "symfony/polyfill-php72": "*" }, "require-dev": { - "spryker/code-sniffer": "*" + "phpstan/phpstan": "^1.10", + "phpunit/phpunit": "^9.6", + "spryker/code-sniffer": "^0.17.18" }, - "type": "library", + "default-branch": true, + "bin": [ + "bin/evaluator" + ], + "type": "project", "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" + "symfony": { + "allow-contrib": false, + "require": "^5.4|^6.0" } }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "SprykerSdk\\Evaluator\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CategoryImageStorageWidget module", + "description": "The tool for evaluating Spryker shops", "support": { - "source": "https://github.com/spryker-shop/category-image-storage-widget/tree/1.0.3" + "issues": "https://github.com/spryker-sdk/evaluator/issues", + "source": "https://github.com/spryker-sdk/evaluator/tree/0.1.2" }, - "time": "2020-06-16T13:01:29+00:00" + "time": "2023-07-18T13:16:58+00:00" }, { - "name": "spryker-shop/category-widget", - "version": "1.4.0", + "name": "spryker-sdk/security-checker", + "version": "0.2.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/category-widget.git", - "reference": "cafe028b3c3ba5df245a211b66d2f5c4e8f43bc5" + "url": "https://github.com/spryker-sdk/security-checker.git", + "reference": "619c9c636590e0bef836f1c9ab1203ac9a66c46c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/category-widget/zipball/cafe028b3c3ba5df245a211b66d2f5c4e8f43bc5", - "reference": "cafe028b3c3ba5df245a211b66d2f5c4e8f43bc5", + "url": "https://api.github.com/repos/spryker-sdk/security-checker/zipball/619c9c636590e0bef836f1c9ab1203ac9a66c46c", + "reference": "619c9c636590e0bef836f1c9ab1203ac9a66c46c", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/category-storage": "^1.11.0 || ^2.0.0", - "spryker/kernel": "^3.30.0", - "spryker/store": "^1.4.0", - "spryker/transfer": "^3.25.0", - "spryker/twig-extension": "^1.0.0" + "php": ">=7.3", + "symfony/console": "^4.0.0 || ^5.0.0 || ^6.0.0", + "symfony/options-resolver": "^4.0.0 || ^5.0.0 || ^6.0.0", + "symfony/process": "^4.0.0 || ^5.0.0 || ^6.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/silex": "*", - "spryker/twig": "*" - }, - "suggest": { - "spryker/container": "If you want to use Twig Plugins", - "spryker/silex": "Use this module when using plugins that need Silex dependencies.", - "spryker/twig": "Use this module when using plugins that need Twig dependencies." + "phpstan/phpstan": "^1.2.0", + "slevomat/coding-standard": "^6.2", + "spryker/code-sniffer": "^0.15.6", + "squizlabs/php_codesniffer": "^3.5" }, "type": "library", "extra": { @@ -6154,51 +7481,68 @@ }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "SecurityChecker\\": "src/SecurityChecker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CategoryWidget module", + "description": "A security checker for your composer.lock", "support": { - "source": "https://github.com/spryker-shop/category-widget/tree/1.4.0" + "issues": "https://github.com/spryker-sdk/security-checker/issues", + "source": "https://github.com/spryker-sdk/security-checker/tree/0.2.0" }, - "time": "2021-10-29T12:16:12+00:00" + "time": "2023-04-24T11:24:18+00:00" }, { - "name": "spryker-shop/chart-widget", - "version": "0.2.3", + "name": "spryker-shop/agent-page", + "version": "1.12.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/chart-widget.git", - "reference": "887c3fb482de2302f03c341a83311de41d7e3885" + "url": "https://github.com/spryker-shop/agent-page.git", + "reference": "35a3524cb484854a1555f171e6da8887514ff8e0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/chart-widget/zipball/887c3fb482de2302f03c341a83311de41d7e3885", - "reference": "887c3fb482de2302f03c341a83311de41d7e3885", + "url": "https://api.github.com/repos/spryker-shop/agent-page/zipball/35a3524cb484854a1555f171e6da8887514ff8e0", + "reference": "35a3524cb484854a1555f171e6da8887514ff8e0", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/chart": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/twig-extension": "^1.0.0" + "php": ">=8.0", + "spryker-shop/agent-page-extension": "^1.0.0", + "spryker-shop/customer-page": "^1.4.0 || ^2.0.0", + "spryker-shop/customer-page-extension": "^1.2.0", + "spryker-shop/shop-application": "^1.1.0", + "spryker-shop/shop-ui": "^1.3.0", + "spryker/agent": "^1.4.0", + "spryker/application": "^3.9.0", + "spryker/customer": "^7.10.0", + "spryker/kernel": "^3.52.0", + "spryker/messenger": "^3.1.0", + "spryker/quote": "^2.0.0", + "spryker/router": "^1.5.0", + "spryker/security-extension": "^1.0.0", + "spryker/symfony": "^3.1.0" }, "require-dev": { - "spryker-shop/cms-content-widget-chart-connector": "*", "spryker/code-sniffer": "*", "spryker/container": "*", + "spryker/event-dispatcher": "*", + "spryker/propel": "*", + "spryker/security": "*", + "spryker/session": "*", "spryker/silex": "*", - "spryker/twig": "*" + "spryker/storage": "*", + "spryker/storage-redis": "*", + "spryker/store": "*", + "spryker/testify": "*" }, "suggest": { - "spryker-shop/cms-content-widget-chart-connector": "If you want to use ChartWidgetPlugin: ^1.0.0", - "spryker/container": "If you want to use Twig Plugins", - "spryker/silex": "*", - "spryker/twig": "If you want to use ChartWidgetPlugin: ^3.2.0" + "spryker/container": "Add this module to use the ContainerInterface.", + "spryker/security": "Add this module to use the SecurityPlugin.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." }, "type": "library", "extra": { @@ -6215,86 +7559,36 @@ "license": [ "proprietary" ], - "description": "ChartWidget module", + "description": "AgentPage module", "support": { - "source": "https://github.com/spryker-shop/chart-widget/tree/0.2.3" + "source": "https://github.com/spryker-shop/agent-page/tree/1.12.0" }, - "time": "2020-08-07T12:22:18+00:00" + "time": "2023-04-25T15:38:45+00:00" }, { - "name": "spryker-shop/checkout-page", - "version": "3.24.0", + "name": "spryker-shop/agent-page-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/checkout-page.git", - "reference": "c08bf59ca60686a4e7a110116cf10b20d0f4e451" + "url": "https://github.com/spryker-shop/agent-page-extension.git", + "reference": "d33a31ff55d67d6e86ce8e745ebc38921c17406f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/checkout-page/zipball/c08bf59ca60686a4e7a110116cf10b20d0f4e451", - "reference": "c08bf59ca60686a4e7a110116cf10b20d0f4e451", + "url": "https://api.github.com/repos/spryker-shop/agent-page-extension/zipball/d33a31ff55d67d6e86ce8e745ebc38921c17406f", + "reference": "d33a31ff55d67d6e86ce8e745ebc38921c17406f", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker-shop/checkout-page-extension": "^1.4.0", - "spryker-shop/customer-page": "^2.13.0", - "spryker-shop/money-widget": "^1.0.0", - "spryker-shop/shop-application": "^1.0.0", - "spryker-shop/shop-ui": "^1.40.0", - "spryker/application": "^3.8.0", - "spryker/calculation": "^4.2.0", - "spryker/cart": "^4.3.0 || ^5.0.0 || ^7.0.0", - "spryker/checkout": "^4.5.0 || ^6.2.0", - "spryker/customer": "^7.25.0", - "spryker/glossary-storage": "^1.0.0", - "spryker/kernel": "^3.52.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/messenger": "^3.1.0", - "spryker/money": "^2.4.0", - "spryker/payment": "^4.3.0 || ^5.0.0", - "spryker/permission-extension": "^1.0.0", - "spryker/price": "^5.1.0", - "spryker/product-bundle": "^4.1.0 || ^6.0.0 || ^7.0.0", - "spryker/quote": "^1.1.0 || ^2.0.0", - "spryker/shipment": "^7.0.0 || ^8.0.0", - "spryker/step-engine": "^3.3.0", - "spryker/symfony": "^3.1.0", - "spryker/transfer": "^3.27.0", - "spryker/twig": "^3.18.0", - "spryker/util-validate": "^1.0.0" + "php": ">=8.0" }, "require-dev": { - "spryker-shop/cart-note-widget": "*", - "spryker-shop/checkout-widget": "*", - "spryker-shop/company-widget": "*", - "spryker-shop/gift-card-widget": "*", - "spryker-shop/order-custom-reference-widget": "*", - "spryker-shop/product-packaging-unit-widget": "*", - "spryker/code-sniffer": "*", - "spryker/router": "*", - "spryker/silex": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker-shop/cart-code-widget": "If you want to use components from module CartCodeWidget or CheckoutVoucherFormWidget or CheckoutVoucherFormWidgetPlugin", - "spryker-shop/cart-note-widget": "If you want to use components from module CartNoteWidget or CartNoteQuoteItemNoteWidgetPlugin.", - "spryker-shop/checkout-widget": "Add the module if you want to use checkout widget", - "spryker-shop/company-widget": "Add the module if you want to use company widget", - "spryker-shop/configurable-bundle-widget": "Add the module if you want to use QuoteConfiguredBundleWidget.", - "spryker-shop/gift-card-widget": "Add the module if you want to use gift card widget", - "spryker-shop/merchant-widget": "If you want to use MerchantMetaSchemaWidget use the version >= 1.3.0", - "spryker-shop/order-custom-reference-widget": "Add the module if you want to use order custom reference functionality", - "spryker-shop/product-packaging-unit-widget": "If you want to use components from module ProductPackagingUnitWidget or SummaryProductPackagingUnitWidgetPlugin: ^0.5.2", - "spryker-shop/quote-request-widget": "If you want to use QuoteRequestActionsWidget: ^2.2.0", - "spryker/router": "Use this module when you want to use the Router.", - "spryker/shipment-cart-connector": "If you want to use shipment totals in quote or shipment source prices, min version 2.1.0", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -6306,37 +7600,43 @@ "license": [ "proprietary" ], - "description": "CheckoutPage module", + "description": "AgentPageExtension module", "support": { - "source": "https://github.com/spryker-shop/checkout-page/tree/3.24.0" + "source": "https://github.com/spryker-shop/agent-page-extension/tree/1.0.0" }, - "time": "2023-03-31T19:36:14+00:00" + "time": "2022-12-13T15:22:32+00:00" }, { - "name": "spryker-shop/checkout-page-extension", - "version": "1.4.0", + "name": "spryker-shop/agent-widget", + "version": "1.3.3", "source": { "type": "git", - "url": "https://github.com/spryker-shop/checkout-page-extension.git", - "reference": "d7509366e15257de3677a868a59df2a5512b45f2" + "url": "https://github.com/spryker-shop/agent-widget.git", + "reference": "4ec89d0ff1471866383c4ac91126e27b2986d64f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/checkout-page-extension/zipball/d7509366e15257de3677a868a59df2a5512b45f2", - "reference": "d7509366e15257de3677a868a59df2a5512b45f2", + "url": "https://api.github.com/repos/spryker-shop/agent-widget/zipball/4ec89d0ff1471866383c4ac91126e27b2986d64f", + "reference": "4ec89d0ff1471866383c4ac91126e27b2986d64f", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/step-engine-extension": "^1.0.0" + "php": ">=7.2", + "spryker-shop/shop-application": "^1.0.0", + "spryker-shop/shop-ui": "^1.28.1", + "spryker/agent": "^1.0.0", + "spryker/customer": "^7.0.0", + "spryker/kernel": "^3.52.0", + "spryker/symfony": "^3.1.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/step-engine": "*" + "spryker/router": "*", + "spryker/silex": "*" }, "suggest": { - "spryker/step-engine": "If you want to use PaymentCollection extender plugins.", - "spryker/symfony": "If you want to use CheckoutPage expander plugins." + "spryker/router": "Use this module when you want to use the Router.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." }, "type": "library", "extra": { @@ -6353,40 +7653,36 @@ "license": [ "proprietary" ], - "description": "CheckoutPageExtension module", + "description": "AgentWidget module", "support": { - "source": "https://github.com/spryker-shop/checkout-page-extension/tree/1.4.0" + "source": "https://github.com/spryker-shop/agent-widget/tree/master" }, - "time": "2022-04-14T07:53:43+00:00" + "time": "2020-07-24T04:43:12+00:00" }, { - "name": "spryker-shop/checkout-widget", - "version": "1.4.0", + "name": "spryker-shop/asset-widget", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/checkout-widget.git", - "reference": "ff3856078ede42714f3547441a9079eb062a2750" + "url": "https://github.com/spryker-shop/asset-widget.git", + "reference": "cabde31899856d9b87570a8f4cc50a8b3b4869ef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/checkout-widget/zipball/ff3856078ede42714f3547441a9079eb062a2750", - "reference": "ff3856078ede42714f3547441a9079eb062a2750", + "url": "https://api.github.com/repos/spryker-shop/asset-widget/zipball/cabde31899856d9b87570a8f4cc50a8b3b4869ef", + "reference": "cabde31899856d9b87570a8f4cc50a8b3b4869ef", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker-shop/checkout-page": "^1.0.0 || ^2.0.0 || ^3.0.0", - "spryker-shop/shop-ui": "^1.54.0", - "spryker/checkout": "^4.3.0 || ^6.0.0", - "spryker/kernel": "^3.30.0" + "php": ">=7.4", + "spryker/asset-storage": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/store": "^1.8.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { - "spryker-shop/cart-page": "*", "spryker/code-sniffer": "*" }, - "suggest": { - "spryker-shop/cart-page": "Widget plugins are available for this module." - }, "type": "library", "extra": { "branch-alias": { @@ -6402,51 +7698,47 @@ "license": [ "proprietary" ], - "description": "CheckoutWidget module", + "description": "AssetWidget module", "support": { - "source": "https://github.com/spryker-shop/checkout-widget/tree/1.4.0" + "source": "https://github.com/spryker-shop/asset-widget/tree/1.0.0" }, - "time": "2021-08-16T08:44:35+00:00" + "time": "2022-04-14T07:53:43+00:00" }, { - "name": "spryker-shop/cms-block-widget", - "version": "2.3.1", + "name": "spryker-shop/availability-notification-page", + "version": "1.1.2", "source": { "type": "git", - "url": "https://github.com/spryker-shop/cms-block-widget.git", - "reference": "70f7c472326954aff2c00c620aa9774f7e7f3309" + "url": "https://github.com/spryker-shop/availability-notification-page.git", + "reference": "4c6ec8fa1aa914f77597dd7966a144a3ba756295" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/cms-block-widget/zipball/70f7c472326954aff2c00c620aa9774f7e7f3309", - "reference": "70f7c472326954aff2c00c620aa9774f7e7f3309", + "url": "https://api.github.com/repos/spryker-shop/availability-notification-page/zipball/4c6ec8fa1aa914f77597dd7966a144a3ba756295", + "reference": "4c6ec8fa1aa914f77597dd7966a144a3ba756295", "shasum": "" }, "require": { "php": ">=7.2", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/cms-block-storage": "^2.0.0", - "spryker/cms-content-widget": "^1.2.0", + "spryker-shop/shop-application": "^1.0.0", + "spryker/availability-notification": "^1.0.0", + "spryker/customer": "^7.16.0", "spryker/kernel": "^3.52.0", - "spryker/store": "^1.4.0", - "spryker/symfony": "^3.0.0" + "spryker/symfony": "^3.1.0" }, "require-dev": { - "spryker-shop/shop-application": "*", "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/twig": "*" + "spryker/router": "*", + "spryker/silex": "*" }, "suggest": { - "spryker-shop/shop-application": "Twig plugins are available for this module.", - "spryker/container": "If you want to use ShopApplication plugins through container.", - "spryker/translator": "^1.2.0 TranslatorApplicationPlugin is needed for CMS block content translations.", - "spryker/twig": "Use this module when using plugins that need Twig dependencies." + "spryker/router": "Use this module when you want to use the Router.", + "spryker/silex": "If you want to use silex" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -6458,38 +7750,44 @@ "license": [ "proprietary" ], - "description": "CmsBlockWidget module", + "description": "AvailabilityNotificationPage module", "support": { - "source": "https://github.com/spryker-shop/cms-block-widget/tree/2.3.1" + "source": "https://github.com/spryker-shop/availability-notification-page/tree/1.1.2" }, - "time": "2020-10-07T15:35:33+00:00" + "time": "2020-07-24T04:43:12+00:00" }, { - "name": "spryker-shop/cms-content-widget-chart-connector", - "version": "1.0.3", + "name": "spryker-shop/availability-notification-widget", + "version": "1.1.4", "source": { "type": "git", - "url": "https://github.com/spryker-shop/cms-content-widget-chart-connector.git", - "reference": "0afd82e4ae846aebd84880bffcfe9b386073d513" + "url": "https://github.com/spryker-shop/availability-notification-widget.git", + "reference": "ca448f901980280e96a5d7005068520463c64341" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/cms-content-widget-chart-connector/zipball/0afd82e4ae846aebd84880bffcfe9b386073d513", - "reference": "0afd82e4ae846aebd84880bffcfe9b386073d513", + "url": "https://api.github.com/repos/spryker-shop/availability-notification-widget/zipball/ca448f901980280e96a5d7005068520463c64341", + "reference": "ca448f901980280e96a5d7005068520463c64341", "shasum": "" }, "require": { "php": ">=7.2", - "spryker/cms-content-widget": "^1.0.0", - "spryker/kernel": "^3.30.0" + "spryker-shop/shop-application": "^1.3.0", + "spryker/application": "^3.8.0", + "spryker/availability-notification": "^1.0.0", + "spryker/customer": "^7.16.0", + "spryker/kernel": "^3.52.0", + "spryker/symfony": "^3.1.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/twig": "*" + "spryker/router": "*", + "spryker/silex": "*" }, "suggest": { - "spryker-shop/chart-widget": "If you want to use ChartWidgetPlugin: ^0.1.0", - "spryker/twig": "If you want to use CmsChartContentWidgetPlugin: ^3.2.0" + "spryker-shop/product-detail-page": "If you want to see AvailabilityNotificationWidget on pdp", + "spryker/router": "Use this module when you want to use the Router.", + "spryker/silex": "If you want to use silex" }, "type": "library", "extra": { @@ -6506,38 +7804,38 @@ "license": [ "proprietary" ], - "description": "CmsContentWidgetChartConnector module", + "description": "AvailabilityNotificationWidget module", "support": { - "source": "https://github.com/spryker-shop/cms-content-widget-chart-connector/tree/master" + "source": "https://github.com/spryker-shop/availability-notification-widget/tree/master" }, - "time": "2020-05-29T13:03:33+00:00" + "time": "2020-07-24T04:43:12+00:00" }, { - "name": "spryker-shop/cms-content-widget-product-connector", - "version": "1.3.0", + "name": "spryker-shop/availability-widget", + "version": "1.1.1", "source": { "type": "git", - "url": "https://github.com/spryker-shop/cms-content-widget-product-connector.git", - "reference": "0fb866c4aeaa9ba14877cfc0f6c0e20f0a2d76a7" + "url": "https://github.com/spryker-shop/availability-widget.git", + "reference": "74c79cd54b4be6e2790dad0c6fa7a4fea4dd69a2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/cms-content-widget-product-connector/zipball/0fb866c4aeaa9ba14877cfc0f6c0e20f0a2d76a7", - "reference": "0fb866c4aeaa9ba14877cfc0f6c0e20f0a2d76a7", + "url": "https://api.github.com/repos/spryker-shop/availability-widget/zipball/74c79cd54b4be6e2790dad0c6fa7a4fea4dd69a2", + "reference": "74c79cd54b4be6e2790dad0c6fa7a4fea4dd69a2", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/cms-content-widget": "^1.2.0", - "spryker/kernel": "^3.30.0", - "spryker/product-storage": "^1.8.0" + "php": ">=7.1", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/kernel": "^3.24.0" }, "require-dev": { + "spryker-shop/product-detail-page": "*", "spryker/code-sniffer": "*", - "spryker/twig": "*" + "spryker/testify": "*" }, "suggest": { - "spryker/twig": "If you want to use CmsProductContentWidgetPlugin." + "spryker-shop/product-detail-page": "Widget plugins are available for this module." }, "type": "library", "extra": { @@ -6554,43 +7852,34 @@ "license": [ "proprietary" ], - "description": "CmsContentWidgetProductConnector module", + "description": "AvailabilityWidget module", "support": { - "source": "https://github.com/spryker-shop/cms-content-widget-product-connector/tree/master" + "source": "https://github.com/spryker-shop/availability-widget/tree/master" }, - "time": "2020-08-28T13:46:20+00:00" + "time": "2019-03-04T16:59:14+00:00" }, { - "name": "spryker-shop/cms-content-widget-product-set-connector", - "version": "1.3.2", + "name": "spryker-shop/barcode-widget", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/cms-content-widget-product-set-connector.git", - "reference": "ce847b2f34ee3ed27628c10e18b6b0613f0ca4d1" + "url": "https://github.com/spryker-shop/barcode-widget.git", + "reference": "da5e76fed4606206676855ac34d670f01c8df773" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/cms-content-widget-product-set-connector/zipball/ce847b2f34ee3ed27628c10e18b6b0613f0ca4d1", - "reference": "ce847b2f34ee3ed27628c10e18b6b0613f0ca4d1", + "url": "https://api.github.com/repos/spryker-shop/barcode-widget/zipball/da5e76fed4606206676855ac34d670f01c8df773", + "reference": "da5e76fed4606206676855ac34d670f01c8df773", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/cms-content-widget": "^1.2.0", - "spryker/kernel": "^3.30.0", - "spryker/product-set-storage": "^1.0.0", - "spryker/product-storage": "^1.14.0" + "php": ">=7.2", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/barcode": "^1.0.0", + "spryker/kernel": "^3.30.0" }, "require-dev": { - "spryker-shop/product-set-detail-page": "*", - "spryker-shop/product-set-widget": "*", - "spryker/code-sniffer": "*", - "spryker/twig": "*" - }, - "suggest": { - "spryker-shop/product-set-detail-page": "If you want to use CmsProductSetContentWidgetPlugin.", - "spryker-shop/product-set-widget": "If you want to use components from module ProductSetWidget or ProductSetWidgetPlugin.", - "spryker/twig": "If you want to use CmsProductSetContentWidgetPlugin." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -6607,53 +7896,35 @@ "license": [ "proprietary" ], - "description": "CmsContentWidgetProductSetConnector module", + "description": "BarcodeWidget module", "support": { - "source": "https://github.com/spryker-shop/cms-content-widget-product-set-connector/tree/1.3.2" + "source": "https://github.com/spryker-shop/barcode-widget/tree/1.0.0" }, - "time": "2023-01-27T14:36:44+00:00" + "time": "2020-05-26T05:43:11+00:00" }, { - "name": "spryker-shop/cms-page", - "version": "1.8.0", + "name": "spryker-shop/business-on-behalf-widget", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/cms-page.git", - "reference": "a3a914113e05a5b7ca7b6caea1a772f0ad0a49d5" + "url": "https://github.com/spryker-shop/business-on-behalf-widget.git", + "reference": "a1b747abe3319710fd85e3dff8061b26bf48351c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/cms-page/zipball/a3a914113e05a5b7ca7b6caea1a772f0ad0a49d5", - "reference": "a3a914113e05a5b7ca7b6caea1a772f0ad0a49d5", + "url": "https://api.github.com/repos/spryker-shop/business-on-behalf-widget/zipball/a1b747abe3319710fd85e3dff8061b26bf48351c", + "reference": "a1b747abe3319710fd85e3dff8061b26bf48351c", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker-shop/shop-application": "^1.0.0", - "spryker-shop/shop-router-extension": "^1.0.0", - "spryker-shop/shop-ui": "^1.0.0", - "spryker-shop/storage-router-extension": "^1.0.0", - "spryker/cms": "^6.4.0 || ^7.0.0", - "spryker/cms-content-widget": "^1.2.0", - "spryker/cms-storage": "^1.0.0 || ^2.0.0", - "spryker/customer": "^7.4.0", - "spryker/kernel": "^3.52.0", - "spryker/locale": "^3.8.0 || ^4.0.0", - "spryker/symfony": "^3.5.0", - "spryker/twig-extension": "^1.0.0" + "php": ">=7.3", + "spryker-shop/shop-ui": "^1.54.0", + "spryker/business-on-behalf": "^1.1.0", + "spryker/customer": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", + "spryker/kernel": "^3.30.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/router": "*", - "spryker/silex": "*", - "spryker/twig": "*" - }, - "suggest": { - "spryker/container": "If you want to use Twig Plugins", - "spryker/router": "Use this module when you want to use the Router.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies.", - "spryker/twig": "Use this module when using plugins that need Twig dependencies." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -6670,41 +7941,42 @@ "license": [ "proprietary" ], - "description": "CmsPage module", + "description": "BusinessOnBehalfWidget module", "support": { - "source": "https://github.com/spryker-shop/cms-page/tree/1.8.0" + "source": "https://github.com/spryker-shop/business-on-behalf-widget/tree/1.1.0" }, - "time": "2023-03-31T19:36:14+00:00" + "time": "2021-08-16T08:44:35+00:00" }, { - "name": "spryker-shop/cms-search-page", + "name": "spryker-shop/calculation-page", "version": "1.3.2", "source": { "type": "git", - "url": "https://github.com/spryker-shop/cms-search-page.git", - "reference": "0b391df609aac411a632482948b295fcf402a7f2" + "url": "https://github.com/spryker-shop/calculation-page.git", + "reference": "d76ee2259c5fffebf01685b72b90b95bf487f66f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/cms-search-page/zipball/0b391df609aac411a632482948b295fcf402a7f2", - "reference": "0b391df609aac411a632482948b295fcf402a7f2", + "url": "https://api.github.com/repos/spryker-shop/calculation-page/zipball/d76ee2259c5fffebf01685b72b90b95bf487f66f", + "reference": "d76ee2259c5fffebf01685b72b90b95bf487f66f", "shasum": "" }, "require": { "php": ">=7.2", - "spryker-shop/shop-application": "^1.3.0", - "spryker-shop/shop-ui": "^1.13.0", - "spryker-shop/tabs-widget-extension": "^1.0.0", - "spryker/cms-page-search": "^1.2.0 || ^2.0.0", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/calculation": "^4.2.0", "spryker/kernel": "^3.52.0", - "spryker/symfony": "^3.1.5" + "spryker/quote": "^1.1.0 || ^2.0.0", + "spryker/symfony": "^3.1.0" }, "require-dev": { + "spryker-shop/shop-application": "*", "spryker/code-sniffer": "*", "spryker/router": "*", "spryker/silex": "*" }, "suggest": { + "spryker-shop/shop-application": "Use this module when using plugins that need ShopApplication dependencies.", "spryker/router": "Use this module when you want to use the Router.", "spryker/silex": "Use this module when using plugins that need Silex dependencies." }, @@ -6723,42 +7995,44 @@ "license": [ "proprietary" ], - "description": "CmsSearchPage module", + "description": "CalculationPage module", "support": { - "source": "https://github.com/spryker-shop/cms-search-page/tree/1.3.2" + "source": "https://github.com/spryker-shop/calculation-page/tree/master" }, "time": "2020-07-24T04:43:12+00:00" }, { - "name": "spryker-shop/cms-slot-block-widget", - "version": "1.1.0", + "name": "spryker-shop/cart-code-widget", + "version": "1.4.1", "source": { "type": "git", - "url": "https://github.com/spryker-shop/cms-slot-block-widget.git", - "reference": "c116d9d7a5459b613d0c061fee3b4756f5452def" + "url": "https://github.com/spryker-shop/cart-code-widget.git", + "reference": "854510495d2ce7e41dab280c11f27f143deb911c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/cms-slot-block-widget/zipball/c116d9d7a5459b613d0c061fee3b4756f5452def", - "reference": "c116d9d7a5459b613d0c061fee3b4756f5452def", + "url": "https://api.github.com/repos/spryker-shop/cart-code-widget/zipball/854510495d2ce7e41dab280c11f27f143deb911c", + "reference": "854510495d2ce7e41dab280c11f27f143deb911c", "shasum": "" }, "require": { "php": ">=7.2", - "spryker-shop/shop-cms-slot": "^1.0.0", - "spryker-shop/shop-cms-slot-extension": "^1.0.0", - "spryker/cms-slot-block": "^1.0.0", - "spryker/cms-slot-block-storage": "^1.0.0", + "spryker-shop/shop-application": "^1.0.0", + "spryker/application": "^3.8.0", + "spryker/cart-code": "^1.1.0", "spryker/kernel": "^3.52.0", - "spryker/transfer": "^3.8.0", - "spryker/twig": "^1.0.0 || ^2.0.0 || ^3.0.0" + "spryker/quote": "^2.8.0", + "spryker/symfony": "^3.1.0", + "spryker/zed-request": "^3.6.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/router": "*", + "spryker/silex": "*" }, "suggest": { - "spryker-shop/cms-block-widget": "If you want to use CmsBlockTwigPlugin. Minimum required version: 2.0.0." + "spryker/router": "Use this module when you want to use the RouteProviderPlugin.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." }, "type": "library", "extra": { @@ -6775,45 +8049,53 @@ "license": [ "proprietary" ], - "description": "CmsSlotBlockWidget module", + "description": "CartCodeWidget module", "support": { - "source": "https://github.com/spryker-shop/cms-slot-block-widget/tree/1.1.0" + "source": "https://github.com/spryker-shop/cart-code-widget/tree/master" }, "time": "2020-07-24T04:43:12+00:00" }, { - "name": "spryker-shop/comment-widget", - "version": "1.2.2", + "name": "spryker-shop/cart-note-widget", + "version": "1.4.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/comment-widget.git", - "reference": "ed82e0c70357ab1f54cea6edbd6e8765b7ad270b" + "url": "https://github.com/spryker-shop/cart-note-widget.git", + "reference": "ec3e148d0b8fb5450e2c8bd97ecd3fadd883b4fe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/comment-widget/zipball/ed82e0c70357ab1f54cea6edbd6e8765b7ad270b", - "reference": "ed82e0c70357ab1f54cea6edbd6e8765b7ad270b", + "url": "https://api.github.com/repos/spryker-shop/cart-note-widget/zipball/ec3e148d0b8fb5450e2c8bd97ecd3fadd883b4fe", + "reference": "ec3e148d0b8fb5450e2c8bd97ecd3fadd883b4fe", "shasum": "" }, "require": { "php": ">=7.3", - "spryker-shop/comment-widget-extension": "^1.0.0", - "spryker-shop/shop-application": "^1.2.0", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/comment": "^1.0.0", - "spryker/customer": "^7.0.0", + "spryker-shop/shop-application-extension": "^1.2.0", + "spryker-shop/shop-ui": "^1.43.0", + "spryker/application": "^3.8.0", + "spryker/cart-note": "^0.1.0 || ^1.0.0", + "spryker/glossary-storage": "^1.0.0", "spryker/kernel": "^3.52.0", - "spryker/symfony": "^3.0.0" + "spryker/symfony": "^3.1.0" }, "require-dev": { + "spryker-shop/cart-page": "*", + "spryker-shop/checkout-page": "*", + "spryker-shop/customer-page": "*", + "spryker-shop/shop-application": "*", "spryker/code-sniffer": "*", "spryker/router": "*", "spryker/silex": "*" }, "suggest": { - "spryker/router": "Use this module when you want to use the Router.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." - }, + "spryker-shop/cart-page": "Widget plugins are available for this module.", + "spryker-shop/checkout-page": "Widget plugins are available for this module.", + "spryker-shop/customer-page": "Widget plugins are available for this module.", + "spryker-shop/shop-application": "Use this module when using plugins that need ShopApplication dependencies.", + "spryker/router": "Use this module when using plugins that need Router dependencies.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." + }, "type": "library", "extra": { "branch-alias": { @@ -6829,40 +8111,87 @@ "license": [ "proprietary" ], - "description": "CommentWidget module", + "description": "CartNoteWidget module", "support": { - "source": "https://github.com/spryker-shop/comment-widget/tree/1.2.2" + "source": "https://github.com/spryker-shop/cart-note-widget/tree/1.4.0" }, - "time": "2020-11-24T14:56:13+00:00" + "time": "2020-12-29T08:14:04+00:00" }, { - "name": "spryker-shop/comment-widget-extension", - "version": "1.0.0", + "name": "spryker-shop/cart-page", + "version": "3.36.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/comment-widget-extension.git", - "reference": "739701bbfb147007466c63e7cb0a6898cd5e7708" + "url": "https://github.com/spryker-shop/cart-page.git", + "reference": "5daafd036a95b200d7d3abb22d8c6d2e770dedde" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/comment-widget-extension/zipball/739701bbfb147007466c63e7cb0a6898cd5e7708", - "reference": "739701bbfb147007466c63e7cb0a6898cd5e7708", + "url": "https://api.github.com/repos/spryker-shop/cart-page/zipball/5daafd036a95b200d7d3abb22d8c6d2e770dedde", + "reference": "5daafd036a95b200d7d3abb22d8c6d2e770dedde", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.0", + "spryker-shop/cart-page-extension": "^1.1.0", + "spryker-shop/comment-widget-extension": "^1.0.0", + "spryker-shop/product-configurator-gateway-page-extension": "^0.1.0 || ^0.2.0 || ^1.0.0", + "spryker-shop/product-group-widget-extension": "^1.0.0", + "spryker-shop/shop-application": "^1.0.0", + "spryker-shop/shop-ui": "^1.63.0", + "spryker/application": "^3.0.0", + "spryker/availability-storage": "^1.0.0 || ^2.0.0", + "spryker/cart": "^5.9.0 || ^7.0.0", + "spryker/cart-variant": "^1.0.0 || ^2.0.0", + "spryker/kernel": "^3.52.0", + "spryker/permission-extension": "^1.0.0", + "spryker/product-storage": "^1.32.0", + "spryker/quote": "^2.8.0", + "spryker/symfony": "^3.1.0", + "spryker/transfer": "^3.27.0", + "spryker/twig": "^3.18.0", + "spryker/twig-extension": "^1.0.0", + "spryker/util-number": "^1.0.0", + "spryker/zed-request": "^3.6.0" }, "require-dev": { + "spryker-shop/discount-promotion-widget": "*", + "spryker-shop/discount-widget": "*", + "spryker-shop/gift-card-widget": "*", + "spryker-shop/multi-cart-widget": "*", + "spryker-shop/order-custom-reference-widget": "*", + "spryker-shop/product-measurement-unit-widget": "*", + "spryker-shop/product-option-widget": "*", + "spryker-shop/product-packaging-unit-widget": "*", "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/event-dispatcher": "*", + "spryker/router": "*", + "spryker/silex": "*", "spryker/testify": "*" }, "suggest": { - "spryker/symfony": "If you want to plugins with symfony components." + "spryker-shop/asset-widget": "If you want to use components from module AssetWidget", + "spryker-shop/configurable-bundle-widget": "Add the module if you want to use QuoteConfiguredBundleWidget.", + "spryker-shop/discount-promotion-widget": "If you want to use components from module DiscountPromotionWidget.", + "spryker-shop/discount-widget": "If you want to use components from module DiscountWidget or DiscountSummaryWidgetPlugin", + "spryker-shop/gift-card-widget": "If you want to use components from module GiftCardWidget.", + "spryker-shop/multi-cart-widget": "If you want to use components from module MultiCartWidget or CartOperationsWidgetPlugin", + "spryker-shop/order-custom-reference-widget": "Add the module if you want to use order custom reference functionality", + "spryker-shop/product-configuration-cart-widget": "Add the module if you want to use ProductConfigurationCartItemDisplayWidget or ProductConfigurationCartPageButtonWidget.", + "spryker-shop/product-measurement-unit-widget": "^0.7.2: If you want to use measurement-unit-item molecule from module ProductMeasurementUnitWidget", + "spryker-shop/product-option-widget": "If you want to use components from module ProductOptionWidget or CartItemProductOptionWidgetPlugin", + "spryker-shop/product-packaging-unit-widget": "If you want to use components from module ProductPackagingUnitWidget or CartProductPackagingUnitWidgetPlugin", + "spryker/container": "If you want to use the CartTwigPlugin", + "spryker/permission": "If you want to use permissions plugins", + "spryker/router": "Use this module when using plugins that adds routes to the Route Module.", + "spryker/shipment": "If you want to use the shipment total price, min version 8.4.0", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -6874,70 +8203,36 @@ "license": [ "proprietary" ], - "description": "CommentWidgetExtension module", + "description": "CartPage module", "support": { - "source": "https://github.com/spryker-shop/comment-widget-extension/tree/1.0.0" + "source": "https://github.com/spryker-shop/cart-page/tree/3.36.0" }, - "time": "2019-07-01T13:37:43+00:00" + "time": "2023-03-22T09:04:54+00:00" }, { - "name": "spryker-shop/company-page", - "version": "2.23.0", + "name": "spryker-shop/cart-page-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/company-page.git", - "reference": "fa6f148e5a521e9072b17653dae634e6e60d526f" + "url": "https://github.com/spryker-shop/cart-page-extension.git", + "reference": "d96f527c830dba824b229c9f61bf678d3877733f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/company-page/zipball/fa6f148e5a521e9072b17653dae634e6e60d526f", - "reference": "fa6f148e5a521e9072b17653dae634e6e60d526f", + "url": "https://api.github.com/repos/spryker-shop/cart-page-extension/zipball/d96f527c830dba824b229c9f61bf678d3877733f", + "reference": "d96f527c830dba824b229c9f61bf678d3877733f", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker-shop/checkout-page-extension": "^1.0.0", - "spryker-shop/customer-page-extension": "^1.5.0", - "spryker-shop/shop-application": "^1.0.0", - "spryker-shop/shop-application-extension": "^1.0.0", - "spryker-shop/shop-ui": "^1.70.0", - "spryker/application": "^3.8.0", - "spryker/business-on-behalf": "^1.1.0", - "spryker/company": "^1.0.0", - "spryker/company-business-unit": "^2.11.0", - "spryker/company-role": "^1.1.0", - "spryker/company-unit-address": "^1.4.0", - "spryker/company-user": "^2.15.0", - "spryker/container": "^1.4.0", - "spryker/customer": "^7.4.0", - "spryker/glossary-storage": "^1.0.0", - "spryker/kernel": "^3.52.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/messenger": "^3.1.0", - "spryker/permission": "^1.0.0", - "spryker/permission-extension": "^1.2.0", - "spryker/router": "^1.6.0", - "spryker/store": "^1.4.0", - "spryker/symfony": "^3.5.0" + "php": ">=7.4" }, "require-dev": { - "spryker-shop/company-user-invitation-page": "*", - "spryker-shop/customer-page": "*", - "spryker/code-sniffer": "*", - "spryker/silex": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker-shop/company-user-invitation-page": "If you want to import new invitations from file: ^2.1.0", - "spryker-shop/customer-page": "If you wat to use CompanyUserPreAuthUserCheckPlugin: ^2.34.0", - "spryker/company-business-unit-sales-connector": "If you want to use CompanyBusinessUnitOrderSearchFormExpanderPlugin, CompanyBusinessUnitOrderSearchFormHandlerPlugin: ^1.0.0", - "spryker/company-sales-connector": "If you want to use CompanyBusinessUnitOrderSearchFormExpanderPlugin, CompanyBusinessUnitOrderSearchFormHandlerPlugin: ^1.0.0", - "spryker/silex": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -6949,41 +8244,60 @@ "license": [ "proprietary" ], - "description": "CompanyPage module", + "description": "CartPageExtension module", "support": { - "source": "https://github.com/spryker-shop/company-page/tree/2.23.0" + "source": "https://github.com/spryker-shop/cart-page-extension/tree/1.1.0" }, - "time": "2023-06-16T12:23:11+00:00" + "time": "2022-02-01T08:28:45+00:00" }, { - "name": "spryker-shop/company-user-agent-widget", - "version": "1.1.2", + "name": "spryker-shop/catalog-page", + "version": "1.25.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/company-user-agent-widget.git", - "reference": "1a7dde37d9125c0f12772d1eed35bb8e4573f904" + "url": "https://github.com/spryker-shop/catalog-page.git", + "reference": "7ede7da5e5c477f163ff9ac20f5d2921eef7be49" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/company-user-agent-widget/zipball/1a7dde37d9125c0f12772d1eed35bb8e4573f904", - "reference": "1a7dde37d9125c0f12772d1eed35bb8e4573f904", + "url": "https://api.github.com/repos/spryker-shop/catalog-page/zipball/7ede7da5e5c477f163ff9ac20f5d2921eef7be49", + "reference": "7ede7da5e5c477f163ff9ac20f5d2921eef7be49", "shasum": "" }, "require": { - "php": ">=7.2", + "php": ">=8.0", "spryker-shop/shop-application": "^1.0.0", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/company-user-agent": "^1.0.0", + "spryker-shop/shop-router-extension": "^1.0.0", + "spryker-shop/shop-ui": "^1.63.0", + "spryker-shop/storage-router-extension": "^1.0.0", + "spryker-shop/tabs-widget-extension": "^1.0.0", + "spryker/catalog": "^5.4.0", + "spryker/category-storage": "^1.11.0 || ^2.0.0", "spryker/kernel": "^3.52.0", - "spryker/symfony": "^3.1.0" + "spryker/locale": "^3.1.0 || ^4.0.0", + "spryker/product-category-filter": "^1.2.0", + "spryker/product-category-filter-storage": "^1.0.0", + "spryker/search": "^7.0.0 || ^8.0.0", + "spryker/storage": "^3.4.0", + "spryker/store": "^1.4.0", + "spryker/symfony": "^3.1.0", + "spryker/transfer": "^3.25.0", + "spryker/twig": "^3.18.0", + "spryker/twig-extension": "^1.0.0", + "spryker/util-number": "^1.0.0", + "spryker/util-text": "^1.2.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/container": "*", "spryker/router": "*", "spryker/silex": "*" }, "suggest": { - "spryker/router": "Use this module if you want use the RouterProviderPlugin.", + "spryker-shop/asset-widget": "If you want to use components from module AssetWidget", + "spryker/container": "If you want to use Twig Plugins", + "spryker/permission": "If you want to use permissions plugins.", + "spryker/router": "Use this module when you want to use the Router.", "spryker/silex": "Use this module when using plugins that need Silex dependencies." }, "type": "library", @@ -7001,54 +8315,39 @@ "license": [ "proprietary" ], - "description": "CompanyUserAgentWidget module", + "description": "CatalogPage module", "support": { - "source": "https://github.com/spryker-shop/company-user-agent-widget/tree/master" + "source": "https://github.com/spryker-shop/catalog-page/tree/1.25.0" }, - "time": "2020-07-24T04:43:12+00:00" + "time": "2023-03-31T19:36:14+00:00" }, { - "name": "spryker-shop/company-user-invitation-page", - "version": "2.4.2", + "name": "spryker-shop/category-image-storage-widget", + "version": "1.0.3", "source": { "type": "git", - "url": "https://github.com/spryker-shop/company-user-invitation-page.git", - "reference": "40566e4fb825ed3afc2d6b7336259c0adcee9e32" + "url": "https://github.com/spryker-shop/category-image-storage-widget.git", + "reference": "89d19782ff90721a6e2354884f66eca3f2e9897b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/company-user-invitation-page/zipball/40566e4fb825ed3afc2d6b7336259c0adcee9e32", - "reference": "40566e4fb825ed3afc2d6b7336259c0adcee9e32", + "url": "https://api.github.com/repos/spryker-shop/category-image-storage-widget/zipball/89d19782ff90721a6e2354884f66eca3f2e9897b", + "reference": "89d19782ff90721a6e2354884f66eca3f2e9897b", "shasum": "" }, "require": { "php": ">=7.2", - "spryker-shop/customer-page-extension": "^1.0.0", - "spryker-shop/shop-application": "^1.0.0", - "spryker-shop/shop-ui": "^1.13.0", - "spryker/application": "^3.8.0", - "spryker/company-user-invitation": "^1.0.0", - "spryker/csv": "^3.0.0", - "spryker/customer": "^7.7.1", - "spryker/kernel": "^3.52.0", - "spryker/session": "^3.2.4 || ^4.0.0", - "spryker/symfony": "^3.1.4" + "spryker-shop/shop-ui": "^1.40.0", + "spryker/category-image-storage": "^1.0.0", + "spryker/kernel": "^3.30.0" }, "require-dev": { - "spryker-shop/company-page": "*", - "spryker/code-sniffer": "*", - "spryker/router": "*", - "spryker/silex": "*" - }, - "suggest": { - "spryker-shop/company-page": "Use this module when you want to use the CompanyPage plugins.", - "spryker/router": "Use this module when you want to use the Router.", - "spryker/silex": "If you want to use the shops router provider" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -7060,34 +8359,45 @@ "license": [ "proprietary" ], - "description": "CompanyUserInvitationPage module", + "description": "CategoryImageStorageWidget module", "support": { - "source": "https://github.com/spryker-shop/company-user-invitation-page/tree/master" + "source": "https://github.com/spryker-shop/category-image-storage-widget/tree/1.0.3" }, - "time": "2020-07-24T04:43:12+00:00" + "time": "2020-06-16T13:01:29+00:00" }, { - "name": "spryker-shop/company-widget", - "version": "1.8.0", + "name": "spryker-shop/category-widget", + "version": "1.4.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/company-widget.git", - "reference": "69dbc2fb6433c47ea651487978324b9fa8c6eaf0" + "url": "https://github.com/spryker-shop/category-widget.git", + "reference": "cafe028b3c3ba5df245a211b66d2f5c4e8f43bc5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/company-widget/zipball/69dbc2fb6433c47ea651487978324b9fa8c6eaf0", - "reference": "69dbc2fb6433c47ea651487978324b9fa8c6eaf0", + "url": "https://api.github.com/repos/spryker-shop/category-widget/zipball/cafe028b3c3ba5df245a211b66d2f5c4e8f43bc5", + "reference": "cafe028b3c3ba5df245a211b66d2f5c4e8f43bc5", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker-shop/shop-ui": "^1.54.0", - "spryker/customer": "^7.0.0", - "spryker/kernel": "^3.30.0" + "php": ">=7.4", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/category-storage": "^1.11.0 || ^2.0.0", + "spryker/kernel": "^3.30.0", + "spryker/store": "^1.4.0", + "spryker/transfer": "^3.25.0", + "spryker/twig-extension": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/silex": "*", + "spryker/twig": "*" + }, + "suggest": { + "spryker/container": "If you want to use Twig Plugins", + "spryker/silex": "Use this module when using plugins that need Silex dependencies.", + "spryker/twig": "Use this module when using plugins that need Twig dependencies." }, "type": "library", "extra": { @@ -7104,42 +8414,44 @@ "license": [ "proprietary" ], - "description": "CompanyWidget module", + "description": "CategoryWidget module", "support": { - "source": "https://github.com/spryker-shop/company-widget/tree/1.8.0" + "source": "https://github.com/spryker-shop/category-widget/tree/1.4.0" }, - "time": "2021-08-16T08:44:35+00:00" + "time": "2021-10-29T12:16:12+00:00" }, { - "name": "spryker-shop/configurable-bundle-note-widget", - "version": "1.0.1", + "name": "spryker-shop/chart-widget", + "version": "0.2.3", "source": { "type": "git", - "url": "https://github.com/spryker-shop/configurable-bundle-note-widget.git", - "reference": "e76daac9140bee820b8853fb8655ddb5fe5a7e13" + "url": "https://github.com/spryker-shop/chart-widget.git", + "reference": "887c3fb482de2302f03c341a83311de41d7e3885" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/configurable-bundle-note-widget/zipball/e76daac9140bee820b8853fb8655ddb5fe5a7e13", - "reference": "e76daac9140bee820b8853fb8655ddb5fe5a7e13", + "url": "https://api.github.com/repos/spryker-shop/chart-widget/zipball/887c3fb482de2302f03c341a83311de41d7e3885", + "reference": "887c3fb482de2302f03c341a83311de41d7e3885", "shasum": "" }, "require": { "php": ">=7.2", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/application": "^3.8.0", - "spryker/configurable-bundle-note": "^1.0.0", - "spryker/glossary-storage": "^1.0.0", - "spryker/kernel": "^3.52.0", - "spryker/quote": "^2.0.0", - "spryker/symfony": "^3.1.0" + "spryker/chart": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/twig-extension": "^1.0.0" }, "require-dev": { + "spryker-shop/cms-content-widget-chart-connector": "*", "spryker/code-sniffer": "*", - "spryker/router": "*" + "spryker/container": "*", + "spryker/silex": "*", + "spryker/twig": "*" }, "suggest": { - "spryker/router": "Use this module when using plugins that need Router dependencies." + "spryker-shop/cms-content-widget-chart-connector": "If you want to use ChartWidgetPlugin: ^1.0.0", + "spryker/container": "If you want to use Twig Plugins", + "spryker/silex": "*", + "spryker/twig": "If you want to use ChartWidgetPlugin: ^3.2.0" }, "type": "library", "extra": { @@ -7156,55 +8468,86 @@ "license": [ "proprietary" ], - "description": "ConfigurableBundleNoteWidget module", + "description": "ChartWidget module", "support": { - "source": "https://github.com/spryker-shop/configurable-bundle-note-widget/tree/1.0.1" + "source": "https://github.com/spryker-shop/chart-widget/tree/0.2.3" }, - "time": "2020-07-24T04:43:12+00:00" + "time": "2020-08-07T12:22:18+00:00" }, { - "name": "spryker-shop/configurable-bundle-page", - "version": "1.2.4", + "name": "spryker-shop/checkout-page", + "version": "3.24.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/configurable-bundle-page.git", - "reference": "4f64c7ebd7bd1ea1db1f50d57e90328035cf5e88" + "url": "https://github.com/spryker-shop/checkout-page.git", + "reference": "c08bf59ca60686a4e7a110116cf10b20d0f4e451" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/configurable-bundle-page/zipball/4f64c7ebd7bd1ea1db1f50d57e90328035cf5e88", - "reference": "4f64c7ebd7bd1ea1db1f50d57e90328035cf5e88", + "url": "https://api.github.com/repos/spryker-shop/checkout-page/zipball/c08bf59ca60686a4e7a110116cf10b20d0f4e451", + "reference": "c08bf59ca60686a4e7a110116cf10b20d0f4e451", "shasum": "" }, "require": { "php": ">=8.0", - "spryker-shop/price-product-widget": "^1.0.0", - "spryker-shop/product-search-widget": "^3.2.0", + "spryker-shop/checkout-page-extension": "^1.4.0", + "spryker-shop/customer-page": "^2.13.0", + "spryker-shop/money-widget": "^1.0.0", "spryker-shop/shop-application": "^1.0.0", "spryker-shop/shop-ui": "^1.40.0", - "spryker/application": "^3.0.0", - "spryker/configurable-bundle": "^2.0.0", - "spryker/configurable-bundle-cart": "^1.1.0", - "spryker/configurable-bundle-page-search": "^1.0.0", - "spryker/configurable-bundle-storage": "^2.1.0", + "spryker/application": "^3.8.0", + "spryker/calculation": "^4.2.0", + "spryker/cart": "^4.3.0 || ^5.0.0 || ^7.0.0", + "spryker/checkout": "^4.5.0 || ^6.2.0", + "spryker/customer": "^7.25.0", "spryker/glossary-storage": "^1.0.0", "spryker/kernel": "^3.52.0", - "spryker/price-product-storage": "^4.0.0", - "spryker/product-image-storage": "^1.0.0", - "spryker/sales-configurable-bundle": "^1.0.0", - "spryker/symfony": "^3.0.0" + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/messenger": "^3.1.0", + "spryker/money": "^2.4.0", + "spryker/payment": "^4.3.0 || ^5.0.0", + "spryker/permission-extension": "^1.0.0", + "spryker/price": "^5.1.0", + "spryker/product-bundle": "^4.1.0 || ^6.0.0 || ^7.0.0", + "spryker/quote": "^1.1.0 || ^2.0.0", + "spryker/shipment": "^7.0.0 || ^8.0.0", + "spryker/step-engine": "^3.3.0", + "spryker/symfony": "^3.1.0", + "spryker/transfer": "^3.27.0", + "spryker/twig": "^3.18.0", + "spryker/util-validate": "^1.0.0" }, "require-dev": { + "spryker-shop/cart-note-widget": "*", + "spryker-shop/checkout-widget": "*", + "spryker-shop/company-widget": "*", + "spryker-shop/gift-card-widget": "*", + "spryker-shop/order-custom-reference-widget": "*", + "spryker-shop/product-packaging-unit-widget": "*", "spryker/code-sniffer": "*", - "spryker/router": "*" + "spryker/router": "*", + "spryker/silex": "*", + "spryker/testify": "*" }, "suggest": { - "spryker/router": "Use this module if you want use the RouterProviderPlugin." + "spryker-shop/cart-code-widget": "If you want to use components from module CartCodeWidget or CheckoutVoucherFormWidget or CheckoutVoucherFormWidgetPlugin", + "spryker-shop/cart-note-widget": "If you want to use components from module CartNoteWidget or CartNoteQuoteItemNoteWidgetPlugin.", + "spryker-shop/checkout-widget": "Add the module if you want to use checkout widget", + "spryker-shop/company-widget": "Add the module if you want to use company widget", + "spryker-shop/configurable-bundle-widget": "Add the module if you want to use QuoteConfiguredBundleWidget.", + "spryker-shop/gift-card-widget": "Add the module if you want to use gift card widget", + "spryker-shop/merchant-widget": "If you want to use MerchantMetaSchemaWidget use the version >= 1.3.0", + "spryker-shop/order-custom-reference-widget": "Add the module if you want to use order custom reference functionality", + "spryker-shop/product-packaging-unit-widget": "If you want to use components from module ProductPackagingUnitWidget or SummaryProductPackagingUnitWidgetPlugin: ^0.5.2", + "spryker-shop/quote-request-widget": "If you want to use QuoteRequestActionsWidget: ^2.2.0", + "spryker/router": "Use this module when you want to use the Router.", + "spryker/shipment-cart-connector": "If you want to use shipment totals in quote or shipment source prices, min version 2.1.0", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -7216,49 +8559,37 @@ "license": [ "proprietary" ], - "description": "ConfigurableBundlePage module", + "description": "CheckoutPage module", "support": { - "source": "https://github.com/spryker-shop/configurable-bundle-page/tree/1.2.4" + "source": "https://github.com/spryker-shop/checkout-page/tree/3.24.0" }, - "time": "2023-03-10T12:46:37+00:00" + "time": "2023-03-31T19:36:14+00:00" }, { - "name": "spryker-shop/configurable-bundle-widget", - "version": "1.8.0", + "name": "spryker-shop/checkout-page-extension", + "version": "1.4.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/configurable-bundle-widget.git", - "reference": "dd170e73843f7ddbb5b5513dd1fd549da4b3152e" + "url": "https://github.com/spryker-shop/checkout-page-extension.git", + "reference": "d7509366e15257de3677a868a59df2a5512b45f2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/configurable-bundle-widget/zipball/dd170e73843f7ddbb5b5513dd1fd549da4b3152e", - "reference": "dd170e73843f7ddbb5b5513dd1fd549da4b3152e", + "url": "https://api.github.com/repos/spryker-shop/checkout-page-extension/zipball/d7509366e15257de3677a868a59df2a5512b45f2", + "reference": "d7509366e15257de3677a868a59df2a5512b45f2", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker-shop/shop-application": "^1.2.0", - "spryker-shop/shop-ui": "^1.63.0", - "spryker/configurable-bundle": "^1.0.0 || ^2.0.0", - "spryker/configurable-bundle-cart": "^1.0.0", - "spryker/kernel": "^3.52.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/quote": "^2.8.0", - "spryker/symfony": "^3.1.0", - "spryker/twig": "^3.18.0", - "spryker/util-number": "^1.0.0" + "php": ">=7.4", + "spryker/step-engine-extension": "^1.0.0" }, "require-dev": { - "spryker-shop/configurable-bundle-note-widget": "*", "spryker/code-sniffer": "*", - "spryker/router": "*", - "spryker/silex": "*" + "spryker/step-engine": "*" }, "suggest": { - "spryker-shop/configurable-bundle-note-widget": "If you want to use configurable bundle note feature.", - "spryker/router": "Use this module if you want use the RouterProviderPlugin.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/step-engine": "If you want to use PaymentCollection extender plugins.", + "spryker/symfony": "If you want to use CheckoutPage expander plugins." }, "type": "library", "extra": { @@ -7275,42 +8606,39 @@ "license": [ "proprietary" ], - "description": "ConfigurableBundleWidget module", + "description": "CheckoutPageExtension module", "support": { - "source": "https://github.com/spryker-shop/configurable-bundle-widget/tree/1.8.0" + "source": "https://github.com/spryker-shop/checkout-page-extension/tree/1.4.0" }, - "time": "2023-03-31T19:36:14+00:00" + "time": "2022-04-14T07:53:43+00:00" }, { - "name": "spryker-shop/content-banner-widget", - "version": "1.1.0", + "name": "spryker-shop/checkout-widget", + "version": "1.4.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/content-banner-widget.git", - "reference": "a7088e480954deb7301059e8d66b033ab9ffa350" + "url": "https://github.com/spryker-shop/checkout-widget.git", + "reference": "ff3856078ede42714f3547441a9079eb062a2750" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/content-banner-widget/zipball/a7088e480954deb7301059e8d66b033ab9ffa350", - "reference": "a7088e480954deb7301059e8d66b033ab9ffa350", + "url": "https://api.github.com/repos/spryker-shop/checkout-widget/zipball/ff3856078ede42714f3547441a9079eb062a2750", + "reference": "ff3856078ede42714f3547441a9079eb062a2750", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/content-banner": "^2.0.0", - "spryker/kernel": "^3.52.0", - "spryker/twig": "^3.13.0", - "spryker/twig-extension": "^1.0.0" + "php": ">=7.3", + "spryker-shop/checkout-page": "^1.0.0 || ^2.0.0 || ^3.0.0", + "spryker-shop/shop-ui": "^1.54.0", + "spryker/checkout": "^4.3.0 || ^6.0.0", + "spryker/kernel": "^3.30.0" }, "require-dev": { - "spryker/application": "*", - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/locale": "*", - "spryker/testify": "*" + "spryker-shop/cart-page": "*", + "spryker/code-sniffer": "*" }, "suggest": { - "spryker/container": "If you want to use Twig Plugin" + "spryker-shop/cart-page": "Widget plugins are available for this module." }, "type": "library", "extra": { @@ -7327,44 +8655,46 @@ "license": [ "proprietary" ], - "description": "ContentBannerWidget module", + "description": "CheckoutWidget module", "support": { - "source": "https://github.com/spryker-shop/content-banner-widget/tree/1.1.0" + "source": "https://github.com/spryker-shop/checkout-widget/tree/1.4.0" }, - "time": "2020-09-16T05:33:12+00:00" + "time": "2021-08-16T08:44:35+00:00" }, { - "name": "spryker-shop/content-file-widget", - "version": "2.0.0", + "name": "spryker-shop/cms-block-widget", + "version": "2.3.1", "source": { "type": "git", - "url": "https://github.com/spryker-shop/content-file-widget.git", - "reference": "8d04c0058cae16e940f277bd1fd1fe55ab7b34b0" + "url": "https://github.com/spryker-shop/cms-block-widget.git", + "reference": "70f7c472326954aff2c00c620aa9774f7e7f3309" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/content-file-widget/zipball/8d04c0058cae16e940f277bd1fd1fe55ab7b34b0", - "reference": "8d04c0058cae16e940f277bd1fd1fe55ab7b34b0", + "url": "https://api.github.com/repos/spryker-shop/cms-block-widget/zipball/70f7c472326954aff2c00c620aa9774f7e7f3309", + "reference": "70f7c472326954aff2c00c620aa9774f7e7f3309", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker-shop/file-manager-widget": "^2.0.0", - "spryker/content-file": "^1.0.0", - "spryker/file-manager-storage": "^2.0.0", + "php": ">=7.2", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/cms-block-storage": "^2.0.0", + "spryker/cms-content-widget": "^1.2.0", "spryker/kernel": "^3.52.0", - "spryker/twig": "^3.13.0", - "spryker/twig-extension": "^1.0.0" + "spryker/store": "^1.4.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/application": "*", + "spryker-shop/shop-application": "*", "spryker/code-sniffer": "*", "spryker/container": "*", - "spryker/locale": "*", - "spryker/testify": "*" + "spryker/twig": "*" }, "suggest": { - "spryker/container": "If you want to use Twig Plugin" + "spryker-shop/shop-application": "Twig plugins are available for this module.", + "spryker/container": "If you want to use ShopApplication plugins through container.", + "spryker/translator": "^1.2.0 TranslatorApplicationPlugin is needed for CMS block content translations.", + "spryker/twig": "Use this module when using plugins that need Twig dependencies." }, "type": "library", "extra": { @@ -7381,42 +8711,38 @@ "license": [ "proprietary" ], - "description": "ContentFileWidget module", + "description": "CmsBlockWidget module", "support": { - "source": "https://github.com/spryker-shop/content-file-widget/tree/2.0.0" + "source": "https://github.com/spryker-shop/cms-block-widget/tree/2.3.1" }, - "time": "2021-10-08T18:13:42+00:00" + "time": "2020-10-07T15:35:33+00:00" }, { - "name": "spryker-shop/content-navigation-widget", - "version": "1.4.0", + "name": "spryker-shop/cms-content-widget-chart-connector", + "version": "1.0.3", "source": { "type": "git", - "url": "https://github.com/spryker-shop/content-navigation-widget.git", - "reference": "cf9e6c9117d5e15de1d0db4beca33deb265fc687" + "url": "https://github.com/spryker-shop/cms-content-widget-chart-connector.git", + "reference": "0afd82e4ae846aebd84880bffcfe9b386073d513" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/content-navigation-widget/zipball/cf9e6c9117d5e15de1d0db4beca33deb265fc687", - "reference": "cf9e6c9117d5e15de1d0db4beca33deb265fc687", + "url": "https://api.github.com/repos/spryker-shop/cms-content-widget-chart-connector/zipball/0afd82e4ae846aebd84880bffcfe9b386073d513", + "reference": "0afd82e4ae846aebd84880bffcfe9b386073d513", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker-shop/shop-ui": "^1.40.3", - "spryker/content-navigation": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/navigation-storage": "^1.0.0", - "spryker/twig": "^3.13.0", - "spryker/twig-extension": "^1.0.0" + "php": ">=7.2", + "spryker/cms-content-widget": "^1.0.0", + "spryker/kernel": "^3.30.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/testify": "*" + "spryker/twig": "*" }, "suggest": { - "spryker/container": "If you want to use Twig Plugin" + "spryker-shop/chart-widget": "If you want to use ChartWidgetPlugin: ^0.1.0", + "spryker/twig": "If you want to use CmsChartContentWidgetPlugin: ^3.2.0" }, "type": "library", "extra": { @@ -7433,48 +8759,38 @@ "license": [ "proprietary" ], - "description": "ContentNavigationWidget module", + "description": "CmsContentWidgetChartConnector module", "support": { - "source": "https://github.com/spryker-shop/content-navigation-widget/tree/1.4.0" + "source": "https://github.com/spryker-shop/cms-content-widget-chart-connector/tree/master" }, - "time": "2021-07-09T09:11:55+00:00" + "time": "2020-05-29T13:03:33+00:00" }, { - "name": "spryker-shop/content-product-set-widget", - "version": "1.4.1", + "name": "spryker-shop/cms-content-widget-product-connector", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/content-product-set-widget.git", - "reference": "e4090ed59b0e071d1b89f1e860be5157e28f7564" + "url": "https://github.com/spryker-shop/cms-content-widget-product-connector.git", + "reference": "0fb866c4aeaa9ba14877cfc0f6c0e20f0a2d76a7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/content-product-set-widget/zipball/e4090ed59b0e071d1b89f1e860be5157e28f7564", - "reference": "e4090ed59b0e071d1b89f1e860be5157e28f7564", + "url": "https://api.github.com/repos/spryker-shop/cms-content-widget-product-connector/zipball/0fb866c4aeaa9ba14877cfc0f6c0e20f0a2d76a7", + "reference": "0fb866c4aeaa9ba14877cfc0f6c0e20f0a2d76a7", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker-shop/product-set-widget": "^1.8.0", - "spryker/content-product-set": "^0.1.2 || ^1.0.0", - "spryker/kernel": "^3.52.0", - "spryker/product-set-storage": "^1.3.1", - "spryker/product-storage": "^1.11.0", - "spryker/symfony": "^3.2.2", - "spryker/twig": "^3.13.0", - "spryker/twig-extension": "^1.0.0" + "php": ">=7.2", + "spryker/cms-content-widget": "^1.2.0", + "spryker/kernel": "^3.30.0", + "spryker/product-storage": "^1.8.0" }, "require-dev": { - "spryker/application": "*", "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/event-dispatcher": "*", - "spryker/locale": "*", - "spryker/router": "*", - "spryker/testify": "*" + "spryker/twig": "*" }, "suggest": { - "spryker/container": "If you want to use Twig Plugins" + "spryker/twig": "If you want to use CmsProductContentWidgetPlugin." }, "type": "library", "extra": { @@ -7491,44 +8807,43 @@ "license": [ "proprietary" ], - "description": "ContentProductSetWidget module", + "description": "CmsContentWidgetProductConnector module", "support": { - "source": "https://github.com/spryker-shop/content-product-set-widget/tree/1.4.1" + "source": "https://github.com/spryker-shop/cms-content-widget-product-connector/tree/master" }, - "time": "2023-01-27T14:36:44+00:00" + "time": "2020-08-28T13:46:20+00:00" }, { - "name": "spryker-shop/content-product-widget", - "version": "1.2.0", + "name": "spryker-shop/cms-content-widget-product-set-connector", + "version": "1.3.2", "source": { "type": "git", - "url": "https://github.com/spryker-shop/content-product-widget.git", - "reference": "a67a5f5ca7106e74c89a87bb7ba751f8f1ddbb15" + "url": "https://github.com/spryker-shop/cms-content-widget-product-set-connector.git", + "reference": "ce847b2f34ee3ed27628c10e18b6b0613f0ca4d1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/content-product-widget/zipball/a67a5f5ca7106e74c89a87bb7ba751f8f1ddbb15", - "reference": "a67a5f5ca7106e74c89a87bb7ba751f8f1ddbb15", + "url": "https://api.github.com/repos/spryker-shop/cms-content-widget-product-set-connector/zipball/ce847b2f34ee3ed27628c10e18b6b0613f0ca4d1", + "reference": "ce847b2f34ee3ed27628c10e18b6b0613f0ca4d1", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker-shop/shop-ui": "^1.27.0", - "spryker/content-product": "^1.0.0", - "spryker/kernel": "^3.52.0", - "spryker/product-storage": "^1.14.0", - "spryker/twig": "^3.13.0", - "spryker/twig-extension": "^1.0.0" + "php": ">=8.0", + "spryker/cms-content-widget": "^1.2.0", + "spryker/kernel": "^3.30.0", + "spryker/product-set-storage": "^1.0.0", + "spryker/product-storage": "^1.14.0" }, "require-dev": { - "spryker/application": "*", + "spryker-shop/product-set-detail-page": "*", + "spryker-shop/product-set-widget": "*", "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/locale": "*", - "spryker/testify": "*" + "spryker/twig": "*" }, "suggest": { - "spryker/container": "If you want to use Twig Plugins" + "spryker-shop/product-set-detail-page": "If you want to use CmsProductSetContentWidgetPlugin.", + "spryker-shop/product-set-widget": "If you want to use components from module ProductSetWidget or ProductSetWidgetPlugin.", + "spryker/twig": "If you want to use CmsProductSetContentWidgetPlugin." }, "type": "library", "extra": { @@ -7545,44 +8860,53 @@ "license": [ "proprietary" ], - "description": "ContentProductWidget module", + "description": "CmsContentWidgetProductSetConnector module", "support": { - "source": "https://github.com/spryker-shop/content-product-widget/tree/1.2.0" + "source": "https://github.com/spryker-shop/cms-content-widget-product-set-connector/tree/1.3.2" }, - "time": "2020-09-16T05:33:12+00:00" + "time": "2023-01-27T14:36:44+00:00" }, { - "name": "spryker-shop/currency-widget", - "version": "1.6.0", + "name": "spryker-shop/cms-page", + "version": "1.8.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/currency-widget.git", - "reference": "f20dcd5285023204c107661ef9445e31e451936d" + "url": "https://github.com/spryker-shop/cms-page.git", + "reference": "a3a914113e05a5b7ca7b6caea1a772f0ad0a49d5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/currency-widget/zipball/f20dcd5285023204c107661ef9445e31e451936d", - "reference": "f20dcd5285023204c107661ef9445e31e451936d", + "url": "https://api.github.com/repos/spryker-shop/cms-page/zipball/a3a914113e05a5b7ca7b6caea1a772f0ad0a49d5", + "reference": "a3a914113e05a5b7ca7b6caea1a772f0ad0a49d5", "shasum": "" }, "require": { "php": ">=8.0", - "spryker-shop/shop-ui": "^1.27.0", - "spryker/currency": "^3.14.0 || ^4.0.0", + "spryker-shop/shop-application": "^1.0.0", + "spryker-shop/shop-router-extension": "^1.0.0", + "spryker-shop/shop-ui": "^1.0.0", + "spryker-shop/storage-router-extension": "^1.0.0", + "spryker/cms": "^6.4.0 || ^7.0.0", + "spryker/cms-content-widget": "^1.2.0", + "spryker/cms-storage": "^1.0.0 || ^2.0.0", + "spryker/customer": "^7.4.0", "spryker/kernel": "^3.52.0", - "spryker/symfony": "^3.1.0", - "spryker/transfer": "^3.25.0" + "spryker/locale": "^3.8.0 || ^4.0.0", + "spryker/symfony": "^3.5.0", + "spryker/twig-extension": "^1.0.0" }, "require-dev": { - "spryker-shop/shop-application": "*", "spryker/code-sniffer": "*", + "spryker/container": "*", "spryker/router": "*", - "spryker/silex": "*" + "spryker/silex": "*", + "spryker/twig": "*" }, "suggest": { - "spryker-shop/shop-application": "Use this module when using plugins that need ShopApplication dependencies.", + "spryker/container": "If you want to use Twig Plugins", "spryker/router": "Use this module when you want to use the Router.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/silex": "Use this module when using plugins that need Silex dependencies.", + "spryker/twig": "Use this module when using plugins that need Twig dependencies." }, "type": "library", "extra": { @@ -7599,91 +8923,48 @@ "license": [ "proprietary" ], - "description": "CurrencyWidget module", + "description": "CmsPage module", "support": { - "source": "https://github.com/spryker-shop/currency-widget/tree/1.6.0" + "source": "https://github.com/spryker-shop/cms-page/tree/1.8.0" }, "time": "2023-03-31T19:36:14+00:00" }, { - "name": "spryker-shop/customer-page", - "version": "2.43.0", + "name": "spryker-shop/cms-search-page", + "version": "1.3.2", "source": { "type": "git", - "url": "https://github.com/spryker-shop/customer-page.git", - "reference": "93c8ae52879fa94ef1a325d7d5c841a7c9c4a169" + "url": "https://github.com/spryker-shop/cms-search-page.git", + "reference": "0b391df609aac411a632482948b295fcf402a7f2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/customer-page/zipball/93c8ae52879fa94ef1a325d7d5c841a7c9c4a169", - "reference": "93c8ae52879fa94ef1a325d7d5c841a7c9c4a169", + "url": "https://api.github.com/repos/spryker-shop/cms-search-page/zipball/0b391df609aac411a632482948b295fcf402a7f2", + "reference": "0b391df609aac411a632482948b295fcf402a7f2", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker-shop/checkout-page-extension": "^1.0.0", - "spryker-shop/customer-page-extension": "^1.5.0", - "spryker-shop/shop-application": "^1.0.0", - "spryker-shop/shop-ui": "^1.70.0", - "spryker/application": "^3.8.0", - "spryker/application-extension": "^1.0.0", - "spryker/customer": "^7.30.0", + "php": ">=7.2", + "spryker-shop/shop-application": "^1.3.0", + "spryker-shop/shop-ui": "^1.13.0", + "spryker-shop/tabs-widget-extension": "^1.0.0", + "spryker/cms-page-search": "^1.2.0 || ^2.0.0", "spryker/kernel": "^3.52.0", - "spryker/product-bundle": "^4.1.0 || ^6.0.0 || ^7.0.0", - "spryker/quote": "^1.0.0 || ^2.1.0", - "spryker/router": "^1.6.0", - "spryker/sales": "^8.15.0 || ^10.0.0 || ^11.8.0", - "spryker/security-extension": "^1.0.0", - "spryker/shipment": "^7.0.0 || ^8.0.0", - "spryker/step-engine": "^3.3.0", - "spryker/store": "^1.19.0", - "spryker/symfony": "^3.1.0", - "spryker/twig": "^3.18.0", - "spryker/twig-extension": "^1.0.0", - "spryker/util-validate": "^1.0.0" + "spryker/symfony": "^3.1.5" }, "require-dev": { - "spryker-shop/business-on-behalf-widget": "*", - "spryker-shop/cart-note-widget": "*", - "spryker-shop/customer-reorder-widget": "*", - "spryker-shop/home-page": "*", - "spryker-shop/order-custom-reference-widget": "*", - "spryker-shop/sales-return-page": "*", "spryker/code-sniffer": "*", - "spryker/config": "*", - "spryker/container": "*", - "spryker/event-dispatcher": "*", - "spryker/messenger": "*", - "spryker/propel": "*", - "spryker/security": "*", - "spryker/session": "*", - "spryker/silex": "*", - "spryker/storage": "*", - "spryker/storage-redis": "*", - "spryker/testify": "*" + "spryker/router": "*", + "spryker/silex": "*" }, "suggest": { - "spryker-shop/business-on-behalf-widget": "If you want to use BusinessOnBehalfWidget or MenuItemBusinessOnBehalfWidgetPlugin.", - "spryker-shop/cart-note-widget": "If you want to use components from module CartNoteWidget or CartNoteOrderNoteWidgetPlugin.", - "spryker-shop/customer-reorder-widget": "If you want to use CustomerReorderItemCheckboxWidget or CustomerReorderWidgetPlugin, for support of Split Delivery feature use (^6.2.0)", - "spryker-shop/gift-card-widget": "If you want to use components from module GiftCardWidget.", - "spryker-shop/home-page": "Widget plugins are available for this module.", - "spryker-shop/order-custom-reference-widget": "Add the module if you want to use order custom reference functionality", - "spryker-shop/product-packaging-unit-widget": "If you want to use components from module ProductPackagingUnitWidget or OrderDetailProductPackagingUnitWidgetPlugin.", - "spryker-shop/sales-configurable-bundle-widget": "Add the module if you want to use OrderItemsConfiguredBundleWidget.", - "spryker-shop/sales-product-configuration-widget": "Add the module if you want to use ProductConfigurationOrderItemDisplayWidget.", - "spryker-shop/sales-return-page": "Add the module if you want to use return-create-link molecule.", - "spryker/config": "Use this module when using plugins that need Config dependencies.", - "spryker/container": "If you want to use twig plugins.", - "spryker/messenger": "Use this module when using plugins that need Messenger dependencies.", - "spryker/security": "Add this module to use the SecurityPlugin.", - "spryker/shipment-cart-connector": "If you want to use shipment totals in quote or shipment source prices, min version 2.1.0", + "spryker/router": "Use this module when you want to use the Router.", "spryker/silex": "Use this module when using plugins that need Silex dependencies." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -7695,32 +8976,42 @@ "license": [ "proprietary" ], - "description": "CustomerPage module", + "description": "CmsSearchPage module", "support": { - "source": "https://github.com/spryker-shop/customer-page/tree/2.43.0" + "source": "https://github.com/spryker-shop/cms-search-page/tree/1.3.2" }, - "time": "2023-07-06T09:11:57+00:00" + "time": "2020-07-24T04:43:12+00:00" }, { - "name": "spryker-shop/customer-page-extension", - "version": "1.5.0", + "name": "spryker-shop/cms-slot-block-widget", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/customer-page-extension.git", - "reference": "ffac939bd3446bb08bea7c3ab207a270b1098da5" + "url": "https://github.com/spryker-shop/cms-slot-block-widget.git", + "reference": "c116d9d7a5459b613d0c061fee3b4756f5452def" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/customer-page-extension/zipball/ffac939bd3446bb08bea7c3ab207a270b1098da5", - "reference": "ffac939bd3446bb08bea7c3ab207a270b1098da5", + "url": "https://api.github.com/repos/spryker-shop/cms-slot-block-widget/zipball/c116d9d7a5459b613d0c061fee3b4756f5452def", + "reference": "c116d9d7a5459b613d0c061fee3b4756f5452def", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/symfony": "^3.5.0" + "php": ">=7.2", + "spryker-shop/shop-cms-slot": "^1.0.0", + "spryker-shop/shop-cms-slot-extension": "^1.0.0", + "spryker/cms-slot-block": "^1.0.0", + "spryker/cms-slot-block-storage": "^1.0.0", + "spryker/kernel": "^3.52.0", + "spryker/transfer": "^3.8.0", + "spryker/twig": "^1.0.0 || ^2.0.0 || ^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker-shop/cms-block-widget": "If you want to use CmsBlockTwigPlugin. Minimum required version: 2.0.0." }, "type": "library", "extra": { @@ -7737,62 +9028,49 @@ "license": [ "proprietary" ], - "description": "CustomerPageExtension module", + "description": "CmsSlotBlockWidget module", "support": { - "source": "https://github.com/spryker-shop/customer-page-extension/tree/1.5.0" + "source": "https://github.com/spryker-shop/cms-slot-block-widget/tree/1.1.0" }, - "time": "2021-07-01T07:33:02+00:00" + "time": "2020-07-24T04:43:12+00:00" }, { - "name": "spryker-shop/customer-reorder-widget", - "version": "6.15.0", + "name": "spryker-shop/comment-widget", + "version": "1.2.2", "source": { "type": "git", - "url": "https://github.com/spryker-shop/customer-reorder-widget.git", - "reference": "cc0dce7071605bcfa2da5156a86ff3181cfa38a1" + "url": "https://github.com/spryker-shop/comment-widget.git", + "reference": "ed82e0c70357ab1f54cea6edbd6e8765b7ad270b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/customer-reorder-widget/zipball/cc0dce7071605bcfa2da5156a86ff3181cfa38a1", - "reference": "cc0dce7071605bcfa2da5156a86ff3181cfa38a1", + "url": "https://api.github.com/repos/spryker-shop/comment-widget/zipball/ed82e0c70357ab1f54cea6edbd6e8765b7ad270b", + "reference": "ed82e0c70357ab1f54cea6edbd6e8765b7ad270b", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker-shop/customer-reorder-widget-extension": "^1.3.0", - "spryker-shop/shop-application": "^1.0.0", + "php": ">=7.3", + "spryker-shop/comment-widget-extension": "^1.0.0", + "spryker-shop/shop-application": "^1.2.0", "spryker-shop/shop-ui": "^1.0.0", - "spryker/application": "^3.0.0", - "spryker/availability-storage": "^1.0.0 || ^2.0.0", - "spryker/cart": "^4.6.0 || ^5.0.0 || ^7.0.0", - "spryker/customer": "^7.4.0", - "spryker/glossary-storage": "^1.0.0", + "spryker/comment": "^1.0.0", + "spryker/customer": "^7.0.0", "spryker/kernel": "^3.52.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/messenger": "^3.1.0", - "spryker/product-bundle": "^4.4.0 || ^6.0.0 || ^7.0.0", - "spryker/product-storage": "^1.1.0", - "spryker/sales": "^8.5.0 || ^10.0.0 || ^11.0.0", - "spryker/symfony": "^3.1.0", - "spryker/transfer": "^3.27.0", - "spryker/zed-request": "^3.6.0" + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker-shop/customer-page": "*", "spryker/code-sniffer": "*", "spryker/router": "*", "spryker/silex": "*" }, "suggest": { - "spryker-shop/cart-page": "The default widget redirect is heading to a cart controller. Please redefine the redirect URL if you would like to use a custom behavior.", - "spryker-shop/customer-page": "Module with interface to implement (^0.2.0), to use the reorder widget on a customer page", "spryker/router": "Use this module when you want to use the Router.", - "spryker/silex": "If you want use the widget's router provider" + "spryker/silex": "Use this module when using plugins that need Silex dependencies." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "6.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -7804,31 +9082,32 @@ "license": [ "proprietary" ], - "description": "CustomerReorderWidget module", + "description": "CommentWidget module", "support": { - "source": "https://github.com/spryker-shop/customer-reorder-widget/tree/6.15.0" + "source": "https://github.com/spryker-shop/comment-widget/tree/1.2.2" }, - "time": "2023-05-05T07:19:13+00:00" + "time": "2020-11-24T14:56:13+00:00" }, { - "name": "spryker-shop/customer-reorder-widget-extension", - "version": "1.3.0", + "name": "spryker-shop/comment-widget-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/customer-reorder-widget-extension.git", - "reference": "7713a94b4e82f52dcfbbd2c22827864dc88f611e" + "url": "https://github.com/spryker-shop/comment-widget-extension.git", + "reference": "739701bbfb147007466c63e7cb0a6898cd5e7708" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/customer-reorder-widget-extension/zipball/7713a94b4e82f52dcfbbd2c22827864dc88f611e", - "reference": "7713a94b4e82f52dcfbbd2c22827864dc88f611e", + "url": "https://api.github.com/repos/spryker-shop/comment-widget-extension/zipball/739701bbfb147007466c63e7cb0a6898cd5e7708", + "reference": "739701bbfb147007466c63e7cb0a6898cd5e7708", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=7.1" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "suggest": { "spryker/symfony": "If you want to plugins with symfony components." @@ -7848,46 +9127,70 @@ "license": [ "proprietary" ], - "description": "CustomerReorderWidgetExtension module", + "description": "CommentWidgetExtension module", "support": { - "source": "https://github.com/spryker-shop/customer-reorder-widget-extension/tree/1.3.0" + "source": "https://github.com/spryker-shop/comment-widget-extension/tree/1.0.0" }, - "time": "2022-06-21T15:12:58+00:00" + "time": "2019-07-01T13:37:43+00:00" }, { - "name": "spryker-shop/customer-validation-page", - "version": "1.0.0", + "name": "spryker-shop/company-page", + "version": "2.23.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/customer-validation-page.git", - "reference": "1e61281f63d10d8e5e4b88a043207da58d4b904e" + "url": "https://github.com/spryker-shop/company-page.git", + "reference": "fa6f148e5a521e9072b17653dae634e6e60d526f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/customer-validation-page/zipball/1e61281f63d10d8e5e4b88a043207da58d4b904e", - "reference": "1e61281f63d10d8e5e4b88a043207da58d4b904e", + "url": "https://api.github.com/repos/spryker-shop/company-page/zipball/fa6f148e5a521e9072b17653dae634e6e60d526f", + "reference": "fa6f148e5a521e9072b17653dae634e6e60d526f", "shasum": "" }, "require": { "php": ">=8.0", - "spryker-shop/shop-application-extension": "^1.1.0", - "spryker/customer": "^7.48.0", - "spryker/customer-storage": "^1.0.0", + "spryker-shop/checkout-page-extension": "^1.0.0", + "spryker-shop/customer-page-extension": "^1.5.0", + "spryker-shop/shop-application": "^1.0.0", + "spryker-shop/shop-application-extension": "^1.0.0", + "spryker-shop/shop-ui": "^1.70.0", + "spryker/application": "^3.8.0", + "spryker/business-on-behalf": "^1.1.0", + "spryker/company": "^1.0.0", + "spryker/company-business-unit": "^2.11.0", + "spryker/company-role": "^1.1.0", + "spryker/company-unit-address": "^1.4.0", + "spryker/company-user": "^2.15.0", + "spryker/container": "^1.4.0", + "spryker/customer": "^7.4.0", + "spryker/glossary-storage": "^1.0.0", "spryker/kernel": "^3.52.0", - "spryker/session": "^4.0.0", - "spryker/symfony": "^3.1.0", - "spryker/transfer": "^3.27.0" + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/messenger": "^3.1.0", + "spryker/permission": "^1.0.0", + "spryker/permission-extension": "^1.2.0", + "spryker/router": "^1.6.0", + "spryker/store": "^1.4.0", + "spryker/symfony": "^3.5.0" }, "require-dev": { - "spryker/application": "*", + "spryker-shop/company-user-invitation-page": "*", + "spryker-shop/customer-page": "*", "spryker/code-sniffer": "*", - "spryker/container": "*", + "spryker/silex": "*", "spryker/testify": "*" }, + "suggest": { + "spryker-shop/company-user-invitation-page": "If you want to import new invitations from file: ^2.1.0", + "spryker-shop/customer-page": "If you wat to use CompanyUserPreAuthUserCheckPlugin: ^2.34.0", + "spryker/company-business-unit-sales-connector": "If you want to use CompanyBusinessUnitOrderSearchFormExpanderPlugin, CompanyBusinessUnitOrderSearchFormHandlerPlugin: ^1.0.0", + "spryker/company-sales-connector": "If you want to use CompanyBusinessUnitOrderSearchFormExpanderPlugin, CompanyBusinessUnitOrderSearchFormHandlerPlugin: ^1.0.0", + "spryker/silex": "*" + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -7899,49 +9202,42 @@ "license": [ "proprietary" ], - "description": "CustomerValidationPage module", + "description": "CompanyPage module", "support": { - "source": "https://github.com/spryker-shop/customer-validation-page/tree/1.0.0" + "source": "https://github.com/spryker-shop/company-page/tree/2.23.0" }, - "time": "2023-02-08T18:31:48+00:00" + "time": "2023-06-16T12:23:11+00:00" }, { - "name": "spryker-shop/date-time-configurator-page-example", - "version": "0.4.0", + "name": "spryker-shop/company-user-agent-widget", + "version": "1.1.2", "source": { "type": "git", - "url": "https://github.com/spryker-shop/date-time-configurator-page-example.git", - "reference": "afd8faf8c40af826a2b1a24680ee9dbe7d7ad9b4" + "url": "https://github.com/spryker-shop/company-user-agent-widget.git", + "reference": "1a7dde37d9125c0f12772d1eed35bb8e4573f904" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/date-time-configurator-page-example/zipball/afd8faf8c40af826a2b1a24680ee9dbe7d7ad9b4", - "reference": "afd8faf8c40af826a2b1a24680ee9dbe7d7ad9b4", + "url": "https://api.github.com/repos/spryker-shop/company-user-agent-widget/zipball/1a7dde37d9125c0f12772d1eed35bb8e4573f904", + "reference": "1a7dde37d9125c0f12772d1eed35bb8e4573f904", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker-shop/product-configuration-cart-widget-extension": "^1.0.0", - "spryker-shop/product-configuration-shopping-list-widget-extension": "^1.0.0", - "spryker-shop/product-configuration-widget-extension": "^1.0.0", - "spryker-shop/product-configuration-wishlist-widget-extension": "^1.0.0", - "spryker-shop/sales-product-configuration-widget-extension": "^1.0.0", - "spryker-shop/shop-ui": "^1.68.1", - "spryker/application-extension": "^1.1.0", - "spryker/availability": "^9.1.0", - "spryker/availability-extension": "^1.0.0", - "spryker/checksum-generator": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/log": "^3.0.0", - "spryker/product-configuration-extension": "^1.0.0", - "spryker/sales-product-configuration-gui-extension": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0" + "php": ">=7.2", + "spryker-shop/shop-application": "^1.0.0", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/company-user-agent": "^1.0.0", + "spryker/kernel": "^3.52.0", + "spryker/symfony": "^3.1.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/decimal-object": "*", - "spryker/testify": "*" + "spryker/router": "*", + "spryker/silex": "*" + }, + "suggest": { + "spryker/router": "Use this module if you want use the RouterProviderPlugin.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." }, "type": "library", "extra": { @@ -7956,56 +9252,56 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" - ], - "authors": [ - { - "name": "Spryker Systems GmbH", - "homepage": "https://spryker.com" - } + "proprietary" ], - "description": "DateTimeConfiguratorPageExample module", + "description": "CompanyUserAgentWidget module", "support": { - "source": "https://github.com/spryker-shop/date-time-configurator-page-example/tree/0.4.0" + "source": "https://github.com/spryker-shop/company-user-agent-widget/tree/master" }, - "time": "2023-05-31T13:53:12+00:00" + "time": "2020-07-24T04:43:12+00:00" }, { - "name": "spryker-shop/discount-promotion-widget", - "version": "3.5.2", + "name": "spryker-shop/company-user-invitation-page", + "version": "2.4.2", "source": { "type": "git", - "url": "https://github.com/spryker-shop/discount-promotion-widget.git", - "reference": "58214e56b72caa24da0960692c95433e69e2edcc" + "url": "https://github.com/spryker-shop/company-user-invitation-page.git", + "reference": "40566e4fb825ed3afc2d6b7336259c0adcee9e32" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/discount-promotion-widget/zipball/58214e56b72caa24da0960692c95433e69e2edcc", - "reference": "58214e56b72caa24da0960692c95433e69e2edcc", + "url": "https://api.github.com/repos/spryker-shop/company-user-invitation-page/zipball/40566e4fb825ed3afc2d6b7336259c0adcee9e32", + "reference": "40566e4fb825ed3afc2d6b7336259c0adcee9e32", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker-shop/cart-page-extension": "^1.1.0", - "spryker-shop/shop-application-extension": "^1.2.0", - "spryker-shop/shop-ui": "^1.27.0", - "spryker/discount": "^9.19.0", - "spryker/kernel": "^3.30.0", - "spryker/product-storage": "^1.14.0", - "spryker/symfony": "^3.1.0", - "spryker/transfer": "^3.25.0" + "php": ">=7.2", + "spryker-shop/customer-page-extension": "^1.0.0", + "spryker-shop/shop-application": "^1.0.0", + "spryker-shop/shop-ui": "^1.13.0", + "spryker/application": "^3.8.0", + "spryker/company-user-invitation": "^1.0.0", + "spryker/csv": "^3.0.0", + "spryker/customer": "^7.7.1", + "spryker/kernel": "^3.52.0", + "spryker/session": "^3.2.4 || ^4.0.0", + "spryker/symfony": "^3.1.4" }, "require-dev": { - "spryker-shop/cart-page": "*", - "spryker/code-sniffer": "*" + "spryker-shop/company-page": "*", + "spryker/code-sniffer": "*", + "spryker/router": "*", + "spryker/silex": "*" }, "suggest": { - "spryker-shop/cart-page": "Widget plugins are available for this module." + "spryker-shop/company-page": "Use this module when you want to use the CompanyPage plugins.", + "spryker/router": "Use this module when you want to use the Router.", + "spryker/silex": "If you want to use the shops router provider" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -8017,49 +9313,34 @@ "license": [ "proprietary" ], - "description": "DiscountPromotionWidget module", + "description": "CompanyUserInvitationPage module", "support": { - "source": "https://github.com/spryker-shop/discount-promotion-widget/tree/3.5.2" + "source": "https://github.com/spryker-shop/company-user-invitation-page/tree/master" }, - "time": "2023-01-27T14:36:44+00:00" + "time": "2020-07-24T04:43:12+00:00" }, { - "name": "spryker-shop/discount-widget", + "name": "spryker-shop/company-widget", "version": "1.8.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/discount-widget.git", - "reference": "d729c899477160bda97d392f45b96c3a6a3028f3" + "url": "https://github.com/spryker-shop/company-widget.git", + "reference": "69dbc2fb6433c47ea651487978324b9fa8c6eaf0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/discount-widget/zipball/d729c899477160bda97d392f45b96c3a6a3028f3", - "reference": "d729c899477160bda97d392f45b96c3a6a3028f3", + "url": "https://api.github.com/repos/spryker-shop/company-widget/zipball/69dbc2fb6433c47ea651487978324b9fa8c6eaf0", + "reference": "69dbc2fb6433c47ea651487978324b9fa8c6eaf0", "shasum": "" }, "require": { "php": ">=7.3", - "spryker-shop/checkout-page": "^1.0.0 || ^2.0.0 || ^3.0.0", - "spryker-shop/shop-application": "^1.0.0", - "spryker-shop/shop-ui": "^1.42.0", - "spryker/application": "^3.8.0", - "spryker/calculation": "^4.2.0", - "spryker/kernel": "^3.52.0", - "spryker/messenger": "^3.1.0", - "spryker/quote": "^2.8.0", - "spryker/symfony": "^3.1.0" + "spryker-shop/shop-ui": "^1.54.0", + "spryker/customer": "^7.0.0", + "spryker/kernel": "^3.30.0" }, "require-dev": { - "spryker-shop/cart-page": "*", - "spryker/code-sniffer": "*", - "spryker/router": "*", - "spryker/silex": "*" - }, - "suggest": { - "spryker-shop/cart-code-widget": "If you want to use components from module CartCodeWidget.", - "spryker-shop/cart-page": "Widget plugins are available for this module.", - "spryker/router": "Use this module when you want to use the Router.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -8076,46 +9357,42 @@ "license": [ "proprietary" ], - "description": "DiscountWidget module", + "description": "CompanyWidget module", "support": { - "source": "https://github.com/spryker-shop/discount-widget/tree/1.8.0" + "source": "https://github.com/spryker-shop/company-widget/tree/1.8.0" }, - "time": "2021-06-24T09:39:12+00:00" + "time": "2021-08-16T08:44:35+00:00" }, { - "name": "spryker-shop/error-page", - "version": "1.9.2", + "name": "spryker-shop/configurable-bundle-note-widget", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker-shop/error-page.git", - "reference": "30fe098ff2a2c223266f7311e2048789016f1ead" + "url": "https://github.com/spryker-shop/configurable-bundle-note-widget.git", + "reference": "e76daac9140bee820b8853fb8655ddb5fe5a7e13" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/error-page/zipball/30fe098ff2a2c223266f7311e2048789016f1ead", - "reference": "30fe098ff2a2c223266f7311e2048789016f1ead", + "url": "https://api.github.com/repos/spryker-shop/configurable-bundle-note-widget/zipball/e76daac9140bee820b8853fb8655ddb5fe5a7e13", + "reference": "e76daac9140bee820b8853fb8655ddb5fe5a7e13", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker-shop/error-page-extension": "^1.0.0", - "spryker-shop/shop-application": "^1.0.0", + "php": ">=7.2", "spryker-shop/shop-ui": "^1.0.0", - "spryker/event-dispatcher-extension": "^1.0.0", + "spryker/application": "^3.8.0", + "spryker/configurable-bundle-note": "^1.0.0", + "spryker/glossary-storage": "^1.0.0", "spryker/kernel": "^3.52.0", - "spryker/router": "^1.6.0", - "spryker/symfony": "^3.5.0" + "spryker/quote": "^2.0.0", + "spryker/symfony": "^3.1.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/event-dispatcher": "*", - "spryker/silex": "*" + "spryker/router": "*" }, "suggest": { - "spryker/container": "Use this module when you want to use the ErrorPageEventDispatcherPlugin.", - "spryker/event-dispatcher": "Use this module when you want to use the ErrorPageEventDispatcherPlugin.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/router": "Use this module when using plugins that need Router dependencies." }, "type": "library", "extra": { @@ -8132,32 +9409,50 @@ "license": [ "proprietary" ], - "description": "ErrorPage module", + "description": "ConfigurableBundleNoteWidget module", "support": { - "source": "https://github.com/spryker-shop/error-page/tree/1.9.2" + "source": "https://github.com/spryker-shop/configurable-bundle-note-widget/tree/1.0.1" }, - "time": "2023-03-10T12:46:37+00:00" + "time": "2020-07-24T04:43:12+00:00" }, { - "name": "spryker-shop/error-page-extension", - "version": "1.0.0", + "name": "spryker-shop/configurable-bundle-page", + "version": "1.2.4", "source": { "type": "git", - "url": "https://github.com/spryker-shop/error-page-extension.git", - "reference": "6d1f328f9098e8381af4a8d95511c1653281c78f" + "url": "https://github.com/spryker-shop/configurable-bundle-page.git", + "reference": "4f64c7ebd7bd1ea1db1f50d57e90328035cf5e88" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/error-page-extension/zipball/6d1f328f9098e8381af4a8d95511c1653281c78f", - "reference": "6d1f328f9098e8381af4a8d95511c1653281c78f", + "url": "https://api.github.com/repos/spryker-shop/configurable-bundle-page/zipball/4f64c7ebd7bd1ea1db1f50d57e90328035cf5e88", + "reference": "4f64c7ebd7bd1ea1db1f50d57e90328035cf5e88", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/symfony": "^3.5.0" + "php": ">=8.0", + "spryker-shop/price-product-widget": "^1.0.0", + "spryker-shop/product-search-widget": "^3.2.0", + "spryker-shop/shop-application": "^1.0.0", + "spryker-shop/shop-ui": "^1.40.0", + "spryker/application": "^3.0.0", + "spryker/configurable-bundle": "^2.0.0", + "spryker/configurable-bundle-cart": "^1.1.0", + "spryker/configurable-bundle-page-search": "^1.0.0", + "spryker/configurable-bundle-storage": "^2.1.0", + "spryker/glossary-storage": "^1.0.0", + "spryker/kernel": "^3.52.0", + "spryker/price-product-storage": "^4.0.0", + "spryker/product-image-storage": "^1.0.0", + "spryker/sales-configurable-bundle": "^1.0.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/router": "*" + }, + "suggest": { + "spryker/router": "Use this module if you want use the RouterProviderPlugin." }, "type": "library", "extra": { @@ -8174,52 +9469,54 @@ "license": [ "proprietary" ], - "description": "ErrorPageExtension module", + "description": "ConfigurableBundlePage module", "support": { - "source": "https://github.com/spryker-shop/error-page-extension/tree/1.0.0" + "source": "https://github.com/spryker-shop/configurable-bundle-page/tree/1.2.4" }, - "time": "2021-04-27T14:16:04+00:00" + "time": "2023-03-10T12:46:37+00:00" }, { - "name": "spryker-shop/file-manager-widget", - "version": "2.0.0", + "name": "spryker-shop/configurable-bundle-widget", + "version": "1.8.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/file-manager-widget.git", - "reference": "c83db6b49df400fc53067f82dab8bb71561fd44b" + "url": "https://github.com/spryker-shop/configurable-bundle-widget.git", + "reference": "dd170e73843f7ddbb5b5513dd1fd549da4b3152e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/file-manager-widget/zipball/c83db6b49df400fc53067f82dab8bb71561fd44b", - "reference": "c83db6b49df400fc53067f82dab8bb71561fd44b", + "url": "https://api.github.com/repos/spryker-shop/configurable-bundle-widget/zipball/dd170e73843f7ddbb5b5513dd1fd549da4b3152e", + "reference": "dd170e73843f7ddbb5b5513dd1fd549da4b3152e", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/cms-content-widget": "^1.0.0", - "spryker/file-manager": "^2.0.0", - "spryker/file-manager-storage": "^2.0.0", + "php": ">=8.0", + "spryker-shop/shop-application": "^1.2.0", + "spryker-shop/shop-ui": "^1.63.0", + "spryker/configurable-bundle": "^1.0.0 || ^2.0.0", + "spryker/configurable-bundle-cart": "^1.0.0", "spryker/kernel": "^3.52.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0" + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/quote": "^2.8.0", + "spryker/symfony": "^3.1.0", + "spryker/twig": "^3.18.0", + "spryker/util-number": "^1.0.0" }, "require-dev": { - "spryker-shop/shop-application": "*", + "spryker-shop/configurable-bundle-note-widget": "*", "spryker/code-sniffer": "*", "spryker/router": "*", - "spryker/silex": "*", - "spryker/twig": "*" + "spryker/silex": "*" }, "suggest": { - "spryker-shop/shop-application": "Use this module when using plugins that need Twig dependencies.", - "spryker/router": "If you want to use RouteProviderPlugins to be added to the Route Module.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies.", - "spryker/twig": "Use this module when using plugins that need Twig dependencies." + "spryker-shop/configurable-bundle-note-widget": "If you want to use configurable bundle note feature.", + "spryker/router": "Use this module if you want use the RouterProviderPlugin.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -8231,33 +9528,42 @@ "license": [ "proprietary" ], - "description": "FileManagerWidget module", + "description": "ConfigurableBundleWidget module", "support": { - "source": "https://github.com/spryker-shop/file-manager-widget/tree/2.0.0" + "source": "https://github.com/spryker-shop/configurable-bundle-widget/tree/1.8.0" }, - "time": "2021-10-08T18:13:42+00:00" + "time": "2023-03-31T19:36:14+00:00" }, { - "name": "spryker-shop/gift-card-widget", - "version": "1.2.0", + "name": "spryker-shop/content-banner-widget", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/gift-card-widget.git", - "reference": "ce471c3431215753d3c28d91defb434fb56bf615" + "url": "https://github.com/spryker-shop/content-banner-widget.git", + "reference": "a7088e480954deb7301059e8d66b033ab9ffa350" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/gift-card-widget/zipball/ce471c3431215753d3c28d91defb434fb56bf615", - "reference": "ce471c3431215753d3c28d91defb434fb56bf615", + "url": "https://api.github.com/repos/spryker-shop/content-banner-widget/zipball/a7088e480954deb7301059e8d66b033ab9ffa350", + "reference": "a7088e480954deb7301059e8d66b033ab9ffa350", "shasum": "" }, "require": { "php": ">=7.2", - "spryker-shop/cart-code-widget": "^1.0.0", - "spryker-shop/shop-ui": "^1.42.0" + "spryker/content-banner": "^2.0.0", + "spryker/kernel": "^3.52.0", + "spryker/twig": "^3.13.0", + "spryker/twig-extension": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/application": "*", + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/locale": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/container": "If you want to use Twig Plugin" }, "type": "library", "extra": { @@ -8274,46 +9580,49 @@ "license": [ "proprietary" ], - "description": "GiftCardWidget module", + "description": "ContentBannerWidget module", "support": { - "source": "https://github.com/spryker-shop/gift-card-widget/tree/1.2.0" + "source": "https://github.com/spryker-shop/content-banner-widget/tree/1.1.0" }, - "time": "2020-07-08T11:14:01+00:00" + "time": "2020-09-16T05:33:12+00:00" }, { - "name": "spryker-shop/home-page", - "version": "1.1.2", + "name": "spryker-shop/content-file-widget", + "version": "2.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/home-page.git", - "reference": "6f113b97ca35d5011ad95830a3834310456795b2" + "url": "https://github.com/spryker-shop/content-file-widget.git", + "reference": "8d04c0058cae16e940f277bd1fd1fe55ab7b34b0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/home-page/zipball/6f113b97ca35d5011ad95830a3834310456795b2", - "reference": "6f113b97ca35d5011ad95830a3834310456795b2", + "url": "https://api.github.com/repos/spryker-shop/content-file-widget/zipball/8d04c0058cae16e940f277bd1fd1fe55ab7b34b0", + "reference": "8d04c0058cae16e940f277bd1fd1fe55ab7b34b0", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker-shop/shop-application": "^1.0.0", - "spryker-shop/shop-ui": "^1.44.0", + "php": ">=7.3", + "spryker-shop/file-manager-widget": "^2.0.0", + "spryker/content-file": "^1.0.0", + "spryker/file-manager-storage": "^2.0.0", "spryker/kernel": "^3.52.0", - "spryker/storage": "^3.4.0" + "spryker/twig": "^3.13.0", + "spryker/twig-extension": "^1.0.0" }, "require-dev": { + "spryker/application": "*", "spryker/code-sniffer": "*", - "spryker/router": "*", - "spryker/silex": "*" + "spryker/container": "*", + "spryker/locale": "*", + "spryker/testify": "*" }, "suggest": { - "spryker/router": "Use this module when you want to use the Router.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/container": "If you want to use Twig Plugin" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -8325,38 +9634,42 @@ "license": [ "proprietary" ], - "description": "HomePage module", + "description": "ContentFileWidget module", "support": { - "source": "https://github.com/spryker-shop/home-page/tree/master" + "source": "https://github.com/spryker-shop/content-file-widget/tree/2.0.0" }, - "time": "2020-08-13T13:59:14+00:00" + "time": "2021-10-08T18:13:42+00:00" }, { - "name": "spryker-shop/language-switcher-widget", - "version": "1.5.0", + "name": "spryker-shop/content-navigation-widget", + "version": "1.4.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/language-switcher-widget.git", - "reference": "b714ee19cbe6997e4583af34073381c5051e3ed3" + "url": "https://github.com/spryker-shop/content-navigation-widget.git", + "reference": "cf9e6c9117d5e15de1d0db4beca33deb265fc687" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/language-switcher-widget/zipball/b714ee19cbe6997e4583af34073381c5051e3ed3", - "reference": "b714ee19cbe6997e4583af34073381c5051e3ed3", + "url": "https://api.github.com/repos/spryker-shop/content-navigation-widget/zipball/cf9e6c9117d5e15de1d0db4beca33deb265fc687", + "reference": "cf9e6c9117d5e15de1d0db4beca33deb265fc687", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker-shop/shop-ui": "^1.0.0", + "php": ">=7.3", + "spryker-shop/shop-ui": "^1.40.3", + "spryker/content-navigation": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.8.0 || ^4.0.0", - "spryker/url-storage": "^1.0.0" + "spryker/navigation-storage": "^1.0.0", + "spryker/twig": "^3.13.0", + "spryker/twig-extension": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/testify": "*" }, "suggest": { - "spryker/symfony": "3.0.0 for using LanguageSwitcherPlugin" + "spryker/container": "If you want to use Twig Plugin" }, "type": "library", "extra": { @@ -8373,33 +9686,48 @@ "license": [ "proprietary" ], - "description": "LanguageSwitcherWidget module", + "description": "ContentNavigationWidget module", "support": { - "source": "https://github.com/spryker-shop/language-switcher-widget/tree/1.5.0" + "source": "https://github.com/spryker-shop/content-navigation-widget/tree/1.4.0" }, - "time": "2023-03-31T19:36:14+00:00" + "time": "2021-07-09T09:11:55+00:00" }, { - "name": "spryker-shop/merchant-opening-hours-widget", - "version": "1.0.0", + "name": "spryker-shop/content-product-set-widget", + "version": "1.4.1", "source": { "type": "git", - "url": "https://github.com/spryker-shop/merchant-opening-hours-widget.git", - "reference": "a76f05bddae7e97f46af73b7081306d202f55410" + "url": "https://github.com/spryker-shop/content-product-set-widget.git", + "reference": "e4090ed59b0e071d1b89f1e860be5157e28f7564" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/merchant-opening-hours-widget/zipball/a76f05bddae7e97f46af73b7081306d202f55410", - "reference": "a76f05bddae7e97f46af73b7081306d202f55410", + "url": "https://api.github.com/repos/spryker-shop/content-product-set-widget/zipball/e4090ed59b0e071d1b89f1e860be5157e28f7564", + "reference": "e4090ed59b0e071d1b89f1e860be5157e28f7564", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/kernel": "^3.33.0", - "spryker/merchant-opening-hours-storage": "^1.0.0" + "php": ">=8.0", + "spryker-shop/product-set-widget": "^1.8.0", + "spryker/content-product-set": "^0.1.2 || ^1.0.0", + "spryker/kernel": "^3.52.0", + "spryker/product-set-storage": "^1.3.1", + "spryker/product-storage": "^1.11.0", + "spryker/symfony": "^3.2.2", + "spryker/twig": "^3.13.0", + "spryker/twig-extension": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/application": "*", + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/event-dispatcher": "*", + "spryker/locale": "*", + "spryker/router": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/container": "If you want to use Twig Plugins" }, "type": "library", "extra": { @@ -8416,40 +9744,44 @@ "license": [ "proprietary" ], - "description": "MerchantOpeningHoursWidget module", + "description": "ContentProductSetWidget module", "support": { - "source": "https://github.com/spryker-shop/merchant-opening-hours-widget/tree/1.0.0" + "source": "https://github.com/spryker-shop/content-product-set-widget/tree/1.4.1" }, - "time": "2021-08-16T16:27:49+00:00" + "time": "2023-01-27T14:36:44+00:00" }, { - "name": "spryker-shop/merchant-page", - "version": "1.1.0", + "name": "spryker-shop/content-product-widget", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/merchant-page.git", - "reference": "69d561b47dd1ee76fb762359ff2b565a437d0be2" + "url": "https://github.com/spryker-shop/content-product-widget.git", + "reference": "a67a5f5ca7106e74c89a87bb7ba751f8f1ddbb15" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/merchant-page/zipball/69d561b47dd1ee76fb762359ff2b565a437d0be2", - "reference": "69d561b47dd1ee76fb762359ff2b565a437d0be2", + "url": "https://api.github.com/repos/spryker-shop/content-product-widget/zipball/a67a5f5ca7106e74c89a87bb7ba751f8f1ddbb15", + "reference": "a67a5f5ca7106e74c89a87bb7ba751f8f1ddbb15", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker-shop/shop-application": "^1.0.0", - "spryker-shop/storage-router-extension": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/merchant-storage": "^1.0.0", - "spryker/symfony": "^3.0.0" + "php": ">=7.2", + "spryker-shop/shop-ui": "^1.27.0", + "spryker/content-product": "^1.0.0", + "spryker/kernel": "^3.52.0", + "spryker/product-storage": "^1.14.0", + "spryker/twig": "^3.13.0", + "spryker/twig-extension": "^1.0.0" }, "require-dev": { - "spryker-shop/merchant-profile-widget": "*", - "spryker/code-sniffer": "*" + "spryker/application": "*", + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/locale": "*", + "spryker/testify": "*" }, "suggest": { - "spryker-shop/merchant-profile-widget": "To use MerchantProfileWidget." + "spryker/container": "If you want to use Twig Plugins" }, "type": "library", "extra": { @@ -8466,52 +9798,49 @@ "license": [ "proprietary" ], - "description": "MerchantPage module", + "description": "ContentProductWidget module", "support": { - "source": "https://github.com/spryker-shop/merchant-page/tree/1.1.0" + "source": "https://github.com/spryker-shop/content-product-widget/tree/1.2.0" }, - "time": "2023-01-31T08:51:30+00:00" + "time": "2020-09-16T05:33:12+00:00" }, { - "name": "spryker-shop/merchant-product-offer-widget", - "version": "2.4.1", + "name": "spryker-shop/currency-widget", + "version": "1.6.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/merchant-product-offer-widget.git", - "reference": "c9807e4b57a115079b884331efb15c4d3d17dc28" + "url": "https://github.com/spryker-shop/currency-widget.git", + "reference": "f20dcd5285023204c107661ef9445e31e451936d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/merchant-product-offer-widget/zipball/c9807e4b57a115079b884331efb15c4d3d17dc28", - "reference": "c9807e4b57a115079b884331efb15c4d3d17dc28", + "url": "https://api.github.com/repos/spryker-shop/currency-widget/zipball/f20dcd5285023204c107661ef9445e31e451936d", + "reference": "f20dcd5285023204c107661ef9445e31e451936d", "shasum": "" }, "require": { "php": ">=8.0", - "spryker-shop/cart-page-extension": "^1.0.0", - "spryker-shop/merchant-product-offer-widget-extension": "^1.0.0", - "spryker-shop/product-search-widget-extension": "^1.0.0", - "spryker-shop/quick-order-page-extension": "^1.2.0", - "spryker-shop/shop-ui": "^1.58.0", - "spryker-shop/wishlist-page-extension": "^1.0.0", - "spryker/application": "^3.28.0", + "spryker-shop/shop-ui": "^1.27.0", + "spryker/currency": "^3.14.0 || ^4.0.0", "spryker/kernel": "^3.52.0", - "spryker/merchant-storage": "^1.0.0", - "spryker/product-offer-storage": "^1.0.0", - "spryker/symfony": "^3.8.0", + "spryker/symfony": "^3.1.0", "spryker/transfer": "^3.25.0" }, "require-dev": { + "spryker-shop/shop-application": "*", "spryker/code-sniffer": "*", - "spryker/router": "*" + "spryker/router": "*", + "spryker/silex": "*" }, "suggest": { - "spryker/router": "Use this module when you want to use the RouteProviderPlugin." + "spryker-shop/shop-application": "Use this module when using plugins that need ShopApplication dependencies.", + "spryker/router": "Use this module when you want to use the Router.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -8523,36 +9852,91 @@ "license": [ "proprietary" ], - "description": "MerchantProductOfferWidget module", + "description": "CurrencyWidget module", "support": { - "source": "https://github.com/spryker-shop/merchant-product-offer-widget/tree/2.4.1" + "source": "https://github.com/spryker-shop/currency-widget/tree/1.6.0" }, - "time": "2023-01-30T17:01:23+00:00" + "time": "2023-03-31T19:36:14+00:00" }, { - "name": "spryker-shop/merchant-product-offer-widget-extension", - "version": "1.0.0", + "name": "spryker-shop/customer-page", + "version": "2.43.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/merchant-product-offer-widget-extension.git", - "reference": "8ab0ac4f8636dfeac6b7c2be996527330bceb22d" + "url": "https://github.com/spryker-shop/customer-page.git", + "reference": "93c8ae52879fa94ef1a325d7d5c841a7c9c4a169" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/merchant-product-offer-widget-extension/zipball/8ab0ac4f8636dfeac6b7c2be996527330bceb22d", - "reference": "8ab0ac4f8636dfeac6b7c2be996527330bceb22d", + "url": "https://api.github.com/repos/spryker-shop/customer-page/zipball/93c8ae52879fa94ef1a325d7d5c841a7c9c4a169", + "reference": "93c8ae52879fa94ef1a325d7d5c841a7c9c4a169", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=8.0", + "spryker-shop/checkout-page-extension": "^1.0.0", + "spryker-shop/customer-page-extension": "^1.5.0", + "spryker-shop/shop-application": "^1.0.0", + "spryker-shop/shop-ui": "^1.70.0", + "spryker/application": "^3.8.0", + "spryker/application-extension": "^1.0.0", + "spryker/customer": "^7.30.0", + "spryker/kernel": "^3.52.0", + "spryker/product-bundle": "^4.1.0 || ^6.0.0 || ^7.0.0", + "spryker/quote": "^1.0.0 || ^2.1.0", + "spryker/router": "^1.6.0", + "spryker/sales": "^8.15.0 || ^10.0.0 || ^11.8.0", + "spryker/security-extension": "^1.0.0", + "spryker/shipment": "^7.0.0 || ^8.0.0", + "spryker/step-engine": "^3.3.0", + "spryker/store": "^1.19.0", + "spryker/symfony": "^3.1.0", + "spryker/twig": "^3.18.0", + "spryker/twig-extension": "^1.0.0", + "spryker/util-validate": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker-shop/business-on-behalf-widget": "*", + "spryker-shop/cart-note-widget": "*", + "spryker-shop/customer-reorder-widget": "*", + "spryker-shop/home-page": "*", + "spryker-shop/order-custom-reference-widget": "*", + "spryker-shop/sales-return-page": "*", + "spryker/code-sniffer": "*", + "spryker/config": "*", + "spryker/container": "*", + "spryker/event-dispatcher": "*", + "spryker/messenger": "*", + "spryker/propel": "*", + "spryker/security": "*", + "spryker/session": "*", + "spryker/silex": "*", + "spryker/storage": "*", + "spryker/storage-redis": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker-shop/business-on-behalf-widget": "If you want to use BusinessOnBehalfWidget or MenuItemBusinessOnBehalfWidgetPlugin.", + "spryker-shop/cart-note-widget": "If you want to use components from module CartNoteWidget or CartNoteOrderNoteWidgetPlugin.", + "spryker-shop/customer-reorder-widget": "If you want to use CustomerReorderItemCheckboxWidget or CustomerReorderWidgetPlugin, for support of Split Delivery feature use (^6.2.0)", + "spryker-shop/gift-card-widget": "If you want to use components from module GiftCardWidget.", + "spryker-shop/home-page": "Widget plugins are available for this module.", + "spryker-shop/order-custom-reference-widget": "Add the module if you want to use order custom reference functionality", + "spryker-shop/product-packaging-unit-widget": "If you want to use components from module ProductPackagingUnitWidget or OrderDetailProductPackagingUnitWidgetPlugin.", + "spryker-shop/sales-configurable-bundle-widget": "Add the module if you want to use OrderItemsConfiguredBundleWidget.", + "spryker-shop/sales-product-configuration-widget": "Add the module if you want to use ProductConfigurationOrderItemDisplayWidget.", + "spryker-shop/sales-return-page": "Add the module if you want to use return-create-link molecule.", + "spryker/config": "Use this module when using plugins that need Config dependencies.", + "spryker/container": "If you want to use twig plugins.", + "spryker/messenger": "Use this module when using plugins that need Messenger dependencies.", + "spryker/security": "Add this module to use the SecurityPlugin.", + "spryker/shipment-cart-connector": "If you want to use shipment totals in quote or shipment source prices, min version 2.1.0", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -8564,46 +9948,32 @@ "license": [ "proprietary" ], - "description": "MerchantProductOfferWidgetExtension module", + "description": "CustomerPage module", "support": { - "source": "https://github.com/spryker-shop/merchant-product-offer-widget-extension/tree/1.0.0" + "source": "https://github.com/spryker-shop/customer-page/tree/2.43.0" }, - "time": "2022-04-04T15:20:02+00:00" + "time": "2023-07-06T09:11:57+00:00" }, { - "name": "spryker-shop/merchant-product-widget", - "version": "1.2.1", + "name": "spryker-shop/customer-page-extension", + "version": "1.5.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/merchant-product-widget.git", - "reference": "75b0629e9879fb9c864747752e324bc379280b8a" + "url": "https://github.com/spryker-shop/customer-page-extension.git", + "reference": "ffac939bd3446bb08bea7c3ab207a270b1098da5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/merchant-product-widget/zipball/75b0629e9879fb9c864747752e324bc379280b8a", - "reference": "75b0629e9879fb9c864747752e324bc379280b8a", + "url": "https://api.github.com/repos/spryker-shop/customer-page-extension/zipball/ffac939bd3446bb08bea7c3ab207a270b1098da5", + "reference": "ffac939bd3446bb08bea7c3ab207a270b1098da5", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker-shop/cart-page-extension": "^1.0.0", - "spryker-shop/merchant-product-offer-widget-extension": "^1.0.0", - "spryker-shop/quick-order-page-extension": "^1.2.0", - "spryker-shop/wishlist-page-extension": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/merchant-product-storage": "^1.0.0", - "spryker/merchant-storage": "^1.0.0", - "spryker/price-product": "^4.16.0", - "spryker/price-product-storage": "^4.5.0", - "spryker/product-storage": "^1.26.0", - "spryker/transfer": "^3.31.0" + "php": ">=7.3", + "spryker/symfony": "^3.5.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/symfony": "*" - }, - "suggest": { - "spryker/symfony": "If you want to use MerchantProductWidget expander plugins." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -8620,42 +9990,62 @@ "license": [ "proprietary" ], - "description": "MerchantProductWidget module", + "description": "CustomerPageExtension module", "support": { - "source": "https://github.com/spryker-shop/merchant-product-widget/tree/1.2.1" + "source": "https://github.com/spryker-shop/customer-page-extension/tree/1.5.0" }, - "time": "2023-01-30T17:01:23+00:00" + "time": "2021-07-01T07:33:02+00:00" }, { - "name": "spryker-shop/merchant-profile-widget", - "version": "1.1.0", + "name": "spryker-shop/customer-reorder-widget", + "version": "6.15.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/merchant-profile-widget.git", - "reference": "c6678d61dbfcd789a7dabb386a8062247fd158c2" + "url": "https://github.com/spryker-shop/customer-reorder-widget.git", + "reference": "cc0dce7071605bcfa2da5156a86ff3181cfa38a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/merchant-profile-widget/zipball/c6678d61dbfcd789a7dabb386a8062247fd158c2", - "reference": "c6678d61dbfcd789a7dabb386a8062247fd158c2", + "url": "https://api.github.com/repos/spryker-shop/customer-reorder-widget/zipball/cc0dce7071605bcfa2da5156a86ff3181cfa38a1", + "reference": "cc0dce7071605bcfa2da5156a86ff3181cfa38a1", "shasum": "" }, "require": { "php": ">=8.0", - "spryker-shop/shop-ui": "^1.40.0", - "spryker/merchant-storage": "^1.0.0" + "spryker-shop/customer-reorder-widget-extension": "^1.3.0", + "spryker-shop/shop-application": "^1.0.0", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/application": "^3.0.0", + "spryker/availability-storage": "^1.0.0 || ^2.0.0", + "spryker/cart": "^4.6.0 || ^5.0.0 || ^7.0.0", + "spryker/customer": "^7.4.0", + "spryker/glossary-storage": "^1.0.0", + "spryker/kernel": "^3.52.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/messenger": "^3.1.0", + "spryker/product-bundle": "^4.4.0 || ^6.0.0 || ^7.0.0", + "spryker/product-storage": "^1.1.0", + "spryker/sales": "^8.5.0 || ^10.0.0 || ^11.0.0", + "spryker/symfony": "^3.1.0", + "spryker/transfer": "^3.27.0", + "spryker/zed-request": "^3.6.0" }, "require-dev": { - "spryker-shop/merchant-page": "*", - "spryker/code-sniffer": "*" + "spryker-shop/customer-page": "*", + "spryker/code-sniffer": "*", + "spryker/router": "*", + "spryker/silex": "*" }, "suggest": { - "spryker-shop/merchant-page": "To use information-item molecule." + "spryker-shop/cart-page": "The default widget redirect is heading to a cart controller. Please redefine the redirect URL if you would like to use a custom behavior.", + "spryker-shop/customer-page": "Module with interface to implement (^0.2.0), to use the reorder widget on a customer page", + "spryker/router": "Use this module when you want to use the Router.", + "spryker/silex": "If you want use the widget's router provider" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "6.0.x-dev" } }, "autoload": { @@ -8667,33 +10057,35 @@ "license": [ "proprietary" ], - "description": "MerchantProfileWidget module", + "description": "CustomerReorderWidget module", "support": { - "source": "https://github.com/spryker-shop/merchant-profile-widget/tree/1.1.0" + "source": "https://github.com/spryker-shop/customer-reorder-widget/tree/6.15.0" }, - "time": "2023-01-31T08:51:30+00:00" + "time": "2023-05-05T07:19:13+00:00" }, { - "name": "spryker-shop/merchant-sales-order-widget", - "version": "1.0.0", + "name": "spryker-shop/customer-reorder-widget-extension", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/merchant-sales-order-widget.git", - "reference": "4f514514f7874c7369a5920ae1167350e8fe015a" + "url": "https://github.com/spryker-shop/customer-reorder-widget-extension.git", + "reference": "7713a94b4e82f52dcfbbd2c22827864dc88f611e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/merchant-sales-order-widget/zipball/4f514514f7874c7369a5920ae1167350e8fe015a", - "reference": "4f514514f7874c7369a5920ae1167350e8fe015a", + "url": "https://api.github.com/repos/spryker-shop/customer-reorder-widget-extension/zipball/7713a94b4e82f52dcfbbd2c22827864dc88f611e", + "reference": "7713a94b4e82f52dcfbbd2c22827864dc88f611e", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/kernel": "^3.33.0" + "php": ">=7.4" }, "require-dev": { "spryker/code-sniffer": "*" }, + "suggest": { + "spryker/symfony": "If you want to plugins with symfony components." + }, "type": "library", "extra": { "branch-alias": { @@ -8709,40 +10101,41 @@ "license": [ "proprietary" ], - "description": "MerchantSalesOrderWidget module", + "description": "CustomerReorderWidgetExtension module", "support": { - "source": "https://github.com/spryker-shop/merchant-sales-order-widget/tree/1.0.0" + "source": "https://github.com/spryker-shop/customer-reorder-widget-extension/tree/1.3.0" }, - "time": "2021-07-07T15:14:14+00:00" + "time": "2022-06-21T15:12:58+00:00" }, { - "name": "spryker-shop/merchant-sales-return-widget", - "version": "1.0.1", + "name": "spryker-shop/customer-validation-page", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/merchant-sales-return-widget.git", - "reference": "5527e1315a776f0ad4e3a243c25d7032ff3c3569" + "url": "https://github.com/spryker-shop/customer-validation-page.git", + "reference": "1e61281f63d10d8e5e4b88a043207da58d4b904e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/merchant-sales-return-widget/zipball/5527e1315a776f0ad4e3a243c25d7032ff3c3569", - "reference": "5527e1315a776f0ad4e3a243c25d7032ff3c3569", + "url": "https://api.github.com/repos/spryker-shop/customer-validation-page/zipball/1e61281f63d10d8e5e4b88a043207da58d4b904e", + "reference": "1e61281f63d10d8e5e4b88a043207da58d4b904e", "shasum": "" }, "require": { "php": ">=8.0", - "spryker-shop/shop-application-extension": "^1.2.0", - "spryker-shop/shop-ui": "^1.52.0", - "spryker/kernel": "^3.30.0", - "spryker/merchant-sales-return": "^1.0.0", - "spryker/symfony": "^3.0.0" + "spryker-shop/shop-application-extension": "^1.1.0", + "spryker/customer": "^7.48.0", + "spryker/customer-storage": "^1.0.0", + "spryker/kernel": "^3.52.0", + "spryker/session": "^4.0.0", + "spryker/symfony": "^3.1.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { - "spryker-shop/sales-return-page": "*", - "spryker/code-sniffer": "*" - }, - "suggest": { - "spryker-shop/sales-return-page": "Add the module if you want to use return-create-link molecule: ^1.7.0" + "spryker/application": "*", + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -8759,35 +10152,49 @@ "license": [ "proprietary" ], - "description": "MerchantSalesReturnWidget module", + "description": "CustomerValidationPage module", "support": { - "source": "https://github.com/spryker-shop/merchant-sales-return-widget/tree/1.0.1" + "source": "https://github.com/spryker-shop/customer-validation-page/tree/1.0.0" }, - "time": "2023-05-16T16:26:20+00:00" + "time": "2023-02-08T18:31:48+00:00" }, { - "name": "spryker-shop/merchant-search-widget", - "version": "1.0.0", + "name": "spryker-shop/date-time-configurator-page-example", + "version": "0.4.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/merchant-search-widget.git", - "reference": "d03b8f879ee2ce50abf8c6517474a98c214bbfb0" + "url": "https://github.com/spryker-shop/date-time-configurator-page-example.git", + "reference": "afd8faf8c40af826a2b1a24680ee9dbe7d7ad9b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/merchant-search-widget/zipball/d03b8f879ee2ce50abf8c6517474a98c214bbfb0", - "reference": "d03b8f879ee2ce50abf8c6517474a98c214bbfb0", + "url": "https://api.github.com/repos/spryker-shop/date-time-configurator-page-example/zipball/afd8faf8c40af826a2b1a24680ee9dbe7d7ad9b4", + "reference": "afd8faf8c40af826a2b1a24680ee9dbe7d7ad9b4", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker-shop/shop-ui": "^1.58.0", + "php": ">=8.0", + "spryker-shop/product-configuration-cart-widget-extension": "^1.0.0", + "spryker-shop/product-configuration-shopping-list-widget-extension": "^1.0.0", + "spryker-shop/product-configuration-widget-extension": "^1.0.0", + "spryker-shop/product-configuration-wishlist-widget-extension": "^1.0.0", + "spryker-shop/sales-product-configuration-widget-extension": "^1.0.0", + "spryker-shop/shop-ui": "^1.68.1", + "spryker/application-extension": "^1.1.0", + "spryker/availability": "^9.1.0", + "spryker/availability-extension": "^1.0.0", + "spryker/checksum-generator": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/merchant-search": "^1.0.0", - "spryker/symfony": "^3.5.0" + "spryker/log": "^3.0.0", + "spryker/product-configuration-extension": "^1.0.0", + "spryker/sales-product-configuration-gui-extension": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/decimal-object": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -8802,51 +10209,56 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "MerchantSearchWidget module", + "authors": [ + { + "name": "Spryker Systems GmbH", + "homepage": "https://spryker.com" + } + ], + "description": "DateTimeConfiguratorPageExample module", "support": { - "source": "https://github.com/spryker-shop/merchant-search-widget/tree/1.0.0" + "source": "https://github.com/spryker-shop/date-time-configurator-page-example/tree/0.4.0" }, - "time": "2022-04-04T15:20:02+00:00" + "time": "2023-05-31T13:53:12+00:00" }, { - "name": "spryker-shop/merchant-switcher-widget", - "version": "0.8.0", + "name": "spryker-shop/discount-promotion-widget", + "version": "3.5.2", "source": { "type": "git", - "url": "https://github.com/spryker-shop/merchant-switcher-widget.git", - "reference": "bd95a2e01c88e290b13e9e8f75000c2bb6702909" + "url": "https://github.com/spryker-shop/discount-promotion-widget.git", + "reference": "58214e56b72caa24da0960692c95433e69e2edcc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/merchant-switcher-widget/zipball/bd95a2e01c88e290b13e9e8f75000c2bb6702909", - "reference": "bd95a2e01c88e290b13e9e8f75000c2bb6702909", + "url": "https://api.github.com/repos/spryker-shop/discount-promotion-widget/zipball/58214e56b72caa24da0960692c95433e69e2edcc", + "reference": "58214e56b72caa24da0960692c95433e69e2edcc", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker-shop/customer-page-extension": "^1.2.0", - "spryker-shop/shop-application": "^1.0.0", + "php": ">=8.0", + "spryker-shop/cart-page-extension": "^1.1.0", + "spryker-shop/shop-application-extension": "^1.2.0", "spryker-shop/shop-ui": "^1.27.0", - "spryker/kernel": "^3.52.0", - "spryker/merchant-search": "^1.0.0", - "spryker/merchant-switcher": "^0.6.0", - "spryker/quote": "^2.0.0", - "spryker/shop-context-extension": "^0.1.0", - "spryker/symfony": "^3.0.0" + "spryker/discount": "^9.19.0", + "spryker/kernel": "^3.30.0", + "spryker/product-storage": "^1.14.0", + "spryker/symfony": "^3.1.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/router": "*" + "spryker-shop/cart-page": "*", + "spryker/code-sniffer": "*" }, "suggest": { - "spryker/router": "Use this module when you want to use the Router." + "spryker-shop/cart-page": "Widget plugins are available for this module." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -8858,34 +10270,49 @@ "license": [ "proprietary" ], - "description": "MerchantSwitcherWidget module", + "description": "DiscountPromotionWidget module", "support": { - "source": "https://github.com/spryker-shop/merchant-switcher-widget/tree/0.8.0" + "source": "https://github.com/spryker-shop/discount-promotion-widget/tree/3.5.2" }, - "time": "2021-08-16T16:27:49+00:00" + "time": "2023-01-27T14:36:44+00:00" }, { - "name": "spryker-shop/merchant-widget", - "version": "1.3.1", + "name": "spryker-shop/discount-widget", + "version": "1.8.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/merchant-widget.git", - "reference": "85163906b9e0bfa4a9fd6365f50894a23985e73a" + "url": "https://github.com/spryker-shop/discount-widget.git", + "reference": "d729c899477160bda97d392f45b96c3a6a3028f3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/merchant-widget/zipball/85163906b9e0bfa4a9fd6365f50894a23985e73a", - "reference": "85163906b9e0bfa4a9fd6365f50894a23985e73a", + "url": "https://api.github.com/repos/spryker-shop/discount-widget/zipball/d729c899477160bda97d392f45b96c3a6a3028f3", + "reference": "d729c899477160bda97d392f45b96c3a6a3028f3", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker-shop/quick-order-page-extension": "^1.2.0", - "spryker/kernel": "^3.30.0", - "spryker/merchant-storage": "^1.0.0" + "php": ">=7.3", + "spryker-shop/checkout-page": "^1.0.0 || ^2.0.0 || ^3.0.0", + "spryker-shop/shop-application": "^1.0.0", + "spryker-shop/shop-ui": "^1.42.0", + "spryker/application": "^3.8.0", + "spryker/calculation": "^4.2.0", + "spryker/kernel": "^3.52.0", + "spryker/messenger": "^3.1.0", + "spryker/quote": "^2.8.0", + "spryker/symfony": "^3.1.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker-shop/cart-page": "*", + "spryker/code-sniffer": "*", + "spryker/router": "*", + "spryker/silex": "*" + }, + "suggest": { + "spryker-shop/cart-code-widget": "If you want to use components from module CartCodeWidget.", + "spryker-shop/cart-page": "Widget plugins are available for this module.", + "spryker/router": "Use this module when you want to use the Router.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." }, "type": "library", "extra": { @@ -8902,45 +10329,46 @@ "license": [ "proprietary" ], - "description": "MerchantWidget module", + "description": "DiscountWidget module", "support": { - "source": "https://github.com/spryker-shop/merchant-widget/tree/1.3.1" + "source": "https://github.com/spryker-shop/discount-widget/tree/1.8.0" }, - "time": "2023-02-08T11:44:52+00:00" + "time": "2021-06-24T09:39:12+00:00" }, { - "name": "spryker-shop/money-widget", - "version": "1.7.0", + "name": "spryker-shop/error-page", + "version": "1.9.2", "source": { "type": "git", - "url": "https://github.com/spryker-shop/money-widget.git", - "reference": "454f4d436b0d6a9cee1d6cfd524f9ba5a8496067" + "url": "https://github.com/spryker-shop/error-page.git", + "reference": "30fe098ff2a2c223266f7311e2048789016f1ead" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/money-widget/zipball/454f4d436b0d6a9cee1d6cfd524f9ba5a8496067", - "reference": "454f4d436b0d6a9cee1d6cfd524f9ba5a8496067", + "url": "https://api.github.com/repos/spryker-shop/error-page/zipball/30fe098ff2a2c223266f7311e2048789016f1ead", + "reference": "30fe098ff2a2c223266f7311e2048789016f1ead", "shasum": "" }, "require": { "php": ">=8.0", - "spryker-shop/currency-widget": "^1.0.0", + "spryker-shop/error-page-extension": "^1.0.0", + "spryker-shop/shop-application": "^1.0.0", "spryker-shop/shop-ui": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/money": "^2.10.0", - "spryker/twig-extension": "^1.0.0" + "spryker/event-dispatcher-extension": "^1.0.0", + "spryker/kernel": "^3.52.0", + "spryker/router": "^1.6.0", + "spryker/symfony": "^3.5.0" }, "require-dev": { "spryker/code-sniffer": "*", "spryker/container": "*", - "spryker/silex": "*", - "spryker/twig": "*" + "spryker/event-dispatcher": "*", + "spryker/silex": "*" }, "suggest": { - "spryker/container": "If you want to use MoneyTwigPlugin", - "spryker/silex": "Use this module when using plugins that need Silex dependencies.", - "spryker/twig": "Use this module when using plugins that need Twig dependencies." + "spryker/container": "Use this module when you want to use the ErrorPageEventDispatcherPlugin.", + "spryker/event-dispatcher": "Use this module when you want to use the ErrorPageEventDispatcherPlugin.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." }, "type": "library", "extra": { @@ -8957,58 +10385,37 @@ "license": [ "proprietary" ], - "description": "MoneyWidget module", + "description": "ErrorPage module", "support": { - "source": "https://github.com/spryker-shop/money-widget/tree/1.7.0" + "source": "https://github.com/spryker-shop/error-page/tree/1.9.2" }, - "time": "2023-03-31T19:36:14+00:00" + "time": "2023-03-10T12:46:37+00:00" }, { - "name": "spryker-shop/multi-cart-page", - "version": "2.6.0", + "name": "spryker-shop/error-page-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/multi-cart-page.git", - "reference": "9a9a2fee847a4d53c78a4d2d2252156c7f3a23cf" + "url": "https://github.com/spryker-shop/error-page-extension.git", + "reference": "6d1f328f9098e8381af4a8d95511c1653281c78f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/multi-cart-page/zipball/9a9a2fee847a4d53c78a4d2d2252156c7f3a23cf", - "reference": "9a9a2fee847a4d53c78a4d2d2252156c7f3a23cf", + "url": "https://api.github.com/repos/spryker-shop/error-page-extension/zipball/6d1f328f9098e8381af4a8d95511c1653281c78f", + "reference": "6d1f328f9098e8381af4a8d95511c1653281c78f", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker-shop/shop-application": "^1.0.0", - "spryker-shop/shop-ui": "^1.6.0", - "spryker/application": "^3.0.0", - "spryker/cart": "^5.0.0 || ^7.0.0", - "spryker/kernel": "^3.52.0", - "spryker/multi-cart": "^1.7.0", - "spryker/quote": "^2.8.0", - "spryker/symfony": "^3.1.0", - "spryker/twig": "^3.18.0" + "php": ">=7.3", + "spryker/symfony": "^3.5.0" }, "require-dev": { - "spryker-shop/customer-page": "*", - "spryker-shop/shared-cart-widget": "*", - "spryker-shop/shopping-list-widget": "*", - "spryker/code-sniffer": "*", - "spryker/router": "*", - "spryker/silex": "*" - }, - "suggest": { - "spryker-shop/customer-page": "if you want to use customer layout templates: ^1.0.0", - "spryker-shop/shared-cart-widget": "If you want to use CartListPermissionGroupWidget", - "spryker-shop/shopping-list-widget": "If you want to use components from module ShoppingListWidget", - "spryker/permission": "If you want to use permissions plugins", - "spryker/router": "Use this module when you want to use the Router.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -9020,56 +10427,52 @@ "license": [ "proprietary" ], - "description": "MultiCartPage module", + "description": "ErrorPageExtension module", "support": { - "source": "https://github.com/spryker-shop/multi-cart-page/tree/2.6.0" + "source": "https://github.com/spryker-shop/error-page-extension/tree/1.0.0" }, - "time": "2022-11-24T12:58:31+00:00" + "time": "2021-04-27T14:16:04+00:00" }, { - "name": "spryker-shop/multi-cart-widget", - "version": "1.8.0", + "name": "spryker-shop/file-manager-widget", + "version": "2.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/multi-cart-widget.git", - "reference": "d28b4b971d65c217efdaa9172cc90bb0a4837545" + "url": "https://github.com/spryker-shop/file-manager-widget.git", + "reference": "c83db6b49df400fc53067f82dab8bb71561fd44b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/multi-cart-widget/zipball/d28b4b971d65c217efdaa9172cc90bb0a4837545", - "reference": "d28b4b971d65c217efdaa9172cc90bb0a4837545", + "url": "https://api.github.com/repos/spryker-shop/file-manager-widget/zipball/c83db6b49df400fc53067f82dab8bb71561fd44b", + "reference": "c83db6b49df400fc53067f82dab8bb71561fd44b", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker-shop/shop-ui": "^1.41.0", - "spryker/kernel": "^3.30.0", - "spryker/multi-cart": "^1.0.0", - "spryker/quote": "^2.8.0", - "spryker/symfony": "^3.1.0", - "spryker/twig": "^3.18.0" + "php": ">=7.3", + "spryker/cms-content-widget": "^1.0.0", + "spryker/file-manager": "^2.0.0", + "spryker/file-manager-storage": "^2.0.0", + "spryker/kernel": "^3.52.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { - "spryker-shop/cart-page": "*", - "spryker-shop/customer-page": "*", - "spryker-shop/product-detail-page": "*", - "spryker-shop/quick-order-page": "*", - "spryker-shop/shared-cart-widget": "*", - "spryker/code-sniffer": "*" + "spryker-shop/shop-application": "*", + "spryker/code-sniffer": "*", + "spryker/router": "*", + "spryker/silex": "*", + "spryker/twig": "*" }, "suggest": { - "spryker-shop/cart-page": "Widget plugins are available for this module.", - "spryker-shop/customer-page": "If you want to use MultiCartMenuItemWidgetPlugin: ^1.3.1", - "spryker-shop/product-detail-page": "Widget plugins are available for this module.", - "spryker-shop/quick-order-page": "If you want to use quick order page widget", - "spryker-shop/shared-cart-widget": "If you want to use components from module SharedCartWidget or SharedCartAddSeparateProductWidgetPlugin.", - "spryker/permission": "If you want to use permissions plugins", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker-shop/shop-application": "Use this module when using plugins that need Twig dependencies.", + "spryker/router": "If you want to use RouteProviderPlugins to be added to the Route Module.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies.", + "spryker/twig": "Use this module when using plugins that need Twig dependencies." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -9081,46 +10484,33 @@ "license": [ "proprietary" ], - "description": "MultiCartWidget module", + "description": "FileManagerWidget module", "support": { - "source": "https://github.com/spryker-shop/multi-cart-widget/tree/1.8.0" + "source": "https://github.com/spryker-shop/file-manager-widget/tree/2.0.0" }, - "time": "2022-11-24T12:58:31+00:00" + "time": "2021-10-08T18:13:42+00:00" }, { - "name": "spryker-shop/newsletter-page", - "version": "1.1.3", + "name": "spryker-shop/gift-card-widget", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/newsletter-page.git", - "reference": "a14b27b8823ead05400cb3dcee1ca9e19a83523c" + "url": "https://github.com/spryker-shop/gift-card-widget.git", + "reference": "ce471c3431215753d3c28d91defb434fb56bf615" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/newsletter-page/zipball/a14b27b8823ead05400cb3dcee1ca9e19a83523c", - "reference": "a14b27b8823ead05400cb3dcee1ca9e19a83523c", + "url": "https://api.github.com/repos/spryker-shop/gift-card-widget/zipball/ce471c3431215753d3c28d91defb434fb56bf615", + "reference": "ce471c3431215753d3c28d91defb434fb56bf615", "shasum": "" }, "require": { "php": ">=7.2", - "spryker-shop/shop-application": "^1.0.0", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/application": "^3.8.0", - "spryker/customer": "^7.4.0", - "spryker/kernel": "^3.52.0", - "spryker/newsletter": "^4.3.0", - "spryker/symfony": "^3.1.0" + "spryker-shop/cart-code-widget": "^1.0.0", + "spryker-shop/shop-ui": "^1.42.0" }, "require-dev": { - "spryker-shop/customer-page": "*", - "spryker/code-sniffer": "*", - "spryker/router": "*", - "spryker/silex": "*" - }, - "suggest": { - "spryker-shop/customer-page": "Use this module when you want to use the CustomerPage plugins.", - "spryker/router": "Use this module when you want to use the Router.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -9137,43 +10527,39 @@ "license": [ "proprietary" ], - "description": "NewsletterPage module", + "description": "GiftCardWidget module", "support": { - "source": "https://github.com/spryker-shop/newsletter-page/tree/master" + "source": "https://github.com/spryker-shop/gift-card-widget/tree/1.2.0" }, - "time": "2020-07-24T04:43:12+00:00" + "time": "2020-07-08T11:14:01+00:00" }, { - "name": "spryker-shop/newsletter-widget", - "version": "1.7.0", + "name": "spryker-shop/home-page", + "version": "1.1.2", "source": { "type": "git", - "url": "https://github.com/spryker-shop/newsletter-widget.git", - "reference": "ffad778bcdf28d07ad1edb76502515052c61d274" + "url": "https://github.com/spryker-shop/home-page.git", + "reference": "6f113b97ca35d5011ad95830a3834310456795b2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/newsletter-widget/zipball/ffad778bcdf28d07ad1edb76502515052c61d274", - "reference": "ffad778bcdf28d07ad1edb76502515052c61d274", + "url": "https://api.github.com/repos/spryker-shop/home-page/zipball/6f113b97ca35d5011ad95830a3834310456795b2", + "reference": "6f113b97ca35d5011ad95830a3834310456795b2", "shasum": "" }, "require": { "php": ">=7.2", "spryker-shop/shop-application": "^1.0.0", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/application": "^3.8.0", + "spryker-shop/shop-ui": "^1.44.0", "spryker/kernel": "^3.52.0", - "spryker/newsletter": "^4.3.0", - "spryker/symfony": "^3.1.0" + "spryker/storage": "^3.4.0" }, "require-dev": { - "spryker-shop/customer-page": "*", "spryker/code-sniffer": "*", "spryker/router": "*", "spryker/silex": "*" }, "suggest": { - "spryker-shop/customer-page": "Widget plugins are available for this module.", "spryker/router": "Use this module when you want to use the Router.", "spryker/silex": "Use this module when using plugins that need Silex dependencies." }, @@ -9192,44 +10578,38 @@ "license": [ "proprietary" ], - "description": "NewsletterWidget module", + "description": "HomePage module", "support": { - "source": "https://github.com/spryker-shop/newsletter-widget/tree/master" + "source": "https://github.com/spryker-shop/home-page/tree/master" }, - "time": "2020-07-24T04:43:12+00:00" + "time": "2020-08-13T13:59:14+00:00" }, { - "name": "spryker-shop/order-cancel-widget", - "version": "1.1.0", + "name": "spryker-shop/language-switcher-widget", + "version": "1.5.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/order-cancel-widget.git", - "reference": "101d984b8c93e7f387c7794b767cda7c0cf497f4" + "url": "https://github.com/spryker-shop/language-switcher-widget.git", + "reference": "b714ee19cbe6997e4583af34073381c5051e3ed3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/order-cancel-widget/zipball/101d984b8c93e7f387c7794b767cda7c0cf497f4", - "reference": "101d984b8c93e7f387c7794b767cda7c0cf497f4", + "url": "https://api.github.com/repos/spryker-shop/language-switcher-widget/zipball/b714ee19cbe6997e4583af34073381c5051e3ed3", + "reference": "b714ee19cbe6997e4583af34073381c5051e3ed3", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker-shop/shop-application": "^1.2.0", - "spryker-shop/shop-ui": "^1.54.0", - "spryker/application": "^3.8.0", - "spryker/customer": "^7.0.0", - "spryker/kernel": "^3.52.0", - "spryker/oms": "^11.8.0", - "spryker/sales": "^11.10.0", - "spryker/symfony": "^3.1.0" + "php": ">=8.0", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/locale": "^3.8.0 || ^4.0.0", + "spryker/url-storage": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/router": "*" + "spryker/code-sniffer": "*" }, "suggest": { - "spryker/router": "Use this module if you want use the RouterProviderPlugin.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/symfony": "3.0.0 for using LanguageSwitcherPlugin" }, "type": "library", "extra": { @@ -9246,44 +10626,33 @@ "license": [ "proprietary" ], - "description": "OrderCancelWidget module", + "description": "LanguageSwitcherWidget module", "support": { - "source": "https://github.com/spryker-shop/order-cancel-widget/tree/1.1.0" + "source": "https://github.com/spryker-shop/language-switcher-widget/tree/1.5.0" }, - "time": "2021-08-16T08:44:35+00:00" + "time": "2023-03-31T19:36:14+00:00" }, { - "name": "spryker-shop/order-custom-reference-widget", - "version": "1.0.1", + "name": "spryker-shop/merchant-opening-hours-widget", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/order-custom-reference-widget.git", - "reference": "2edd6d04f75a290ffbbd3b3862ec112c9f6857fe" + "url": "https://github.com/spryker-shop/merchant-opening-hours-widget.git", + "reference": "a76f05bddae7e97f46af73b7081306d202f55410" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/order-custom-reference-widget/zipball/2edd6d04f75a290ffbbd3b3862ec112c9f6857fe", - "reference": "2edd6d04f75a290ffbbd3b3862ec112c9f6857fe", + "url": "https://api.github.com/repos/spryker-shop/merchant-opening-hours-widget/zipball/a76f05bddae7e97f46af73b7081306d202f55410", + "reference": "a76f05bddae7e97f46af73b7081306d202f55410", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/application": "^3.21.0", - "spryker/kernel": "^3.52.0", - "spryker/order-custom-reference": "^1.0.0", - "spryker/quote": "^2.0.0", - "spryker/symfony": "^3.0.0" + "php": ">=7.3", + "spryker/kernel": "^3.33.0", + "spryker/merchant-opening-hours-storage": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/router": "*" - }, - "suggest": { - "spryker-shop/cart-page": "Widget plugins are available for this module, minimum required version: 3.15.0", - "spryker-shop/checkout-page": "Widget plugins are available for this module, minimum required version: 3.11.0", - "spryker-shop/customer-page": "Widget plugins are available for this module, minimum required version: 2.12.0", - "spryker/router": "Use this module when using plugins that need Router dependencies." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -9300,45 +10669,40 @@ "license": [ "proprietary" ], - "description": "OrderCustomReferenceWidget module", + "description": "MerchantOpeningHoursWidget module", "support": { - "source": "https://github.com/spryker-shop/order-custom-reference-widget/tree/master" + "source": "https://github.com/spryker-shop/merchant-opening-hours-widget/tree/1.0.0" }, - "time": "2020-07-24T04:43:12+00:00" + "time": "2021-08-16T16:27:49+00:00" }, { - "name": "spryker-shop/payment-page", - "version": "1.3.0", + "name": "spryker-shop/merchant-page", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/payment-page.git", - "reference": "be448aee35dbc35981e17a9219706a43e0b919dc" + "url": "https://github.com/spryker-shop/merchant-page.git", + "reference": "69d561b47dd1ee76fb762359ff2b565a437d0be2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/payment-page/zipball/be448aee35dbc35981e17a9219706a43e0b919dc", - "reference": "be448aee35dbc35981e17a9219706a43e0b919dc", + "url": "https://api.github.com/repos/spryker-shop/merchant-page/zipball/69d561b47dd1ee76fb762359ff2b565a437d0be2", + "reference": "69d561b47dd1ee76fb762359ff2b565a437d0be2", "shasum": "" }, "require": { "php": ">=8.0", - "spryker-shop/checkout-page": "^3.20.0", - "spryker-shop/checkout-page-extension": "^1.4.0", - "spryker/cart": "^4.3.0 || ^5.0.0 || ^7.0.0", - "spryker/customer": "^7.25.0", - "spryker/kernel": "^3.30.0", - "spryker/step-engine": "^1.0.0 || ^2.0.0 || ^3.0.0", - "spryker/symfony": "^3.1.0", - "spryker/transfer": "^3.27.0" + "spryker-shop/shop-application": "^1.0.0", + "spryker-shop/storage-router-extension": "^1.0.0", + "spryker/kernel": "^3.33.0", + "spryker/merchant-storage": "^1.0.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/router": "*", - "spryker/testify": "*" + "spryker-shop/merchant-profile-widget": "*", + "spryker/code-sniffer": "*" }, "suggest": { - "spryker-shop/merchant-widget": "If you want to use MerchantMetaSchemaWidget use the version >= 1.3.0", - "spryker/router": "If you want to use RouteProviderPlugins to be added to the Route Module." + "spryker-shop/merchant-profile-widget": "To use MerchantProfileWidget." }, "type": "library", "extra": { @@ -9355,49 +10719,52 @@ "license": [ "proprietary" ], - "description": "PaymentPage module", + "description": "MerchantPage module", "support": { - "source": "https://github.com/spryker-shop/payment-page/tree/1.3.0" + "source": "https://github.com/spryker-shop/merchant-page/tree/1.1.0" }, "time": "2023-01-31T08:51:30+00:00" }, { - "name": "spryker-shop/persistent-cart-share-page", - "version": "1.3.0", + "name": "spryker-shop/merchant-product-offer-widget", + "version": "2.4.1", "source": { "type": "git", - "url": "https://github.com/spryker-shop/persistent-cart-share-page.git", - "reference": "03ff0e205ea02715b3d79fe0d9d2514c33227f8d" + "url": "https://github.com/spryker-shop/merchant-product-offer-widget.git", + "reference": "c9807e4b57a115079b884331efb15c4d3d17dc28" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/persistent-cart-share-page/zipball/03ff0e205ea02715b3d79fe0d9d2514c33227f8d", - "reference": "03ff0e205ea02715b3d79fe0d9d2514c33227f8d", + "url": "https://api.github.com/repos/spryker-shop/merchant-product-offer-widget/zipball/c9807e4b57a115079b884331efb15c4d3d17dc28", + "reference": "c9807e4b57a115079b884331efb15c4d3d17dc28", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker-shop/cart-page": "^3.0.0", - "spryker-shop/resource-share-page-extension": "^1.0.0", - "spryker-shop/shop-application": "^1.0.0", + "php": ">=8.0", + "spryker-shop/cart-page-extension": "^1.0.0", + "spryker-shop/merchant-product-offer-widget-extension": "^1.0.0", + "spryker-shop/product-search-widget-extension": "^1.0.0", + "spryker-shop/quick-order-page-extension": "^1.2.0", + "spryker-shop/shop-ui": "^1.58.0", + "spryker-shop/wishlist-page-extension": "^1.0.0", + "spryker/application": "^3.28.0", "spryker/kernel": "^3.52.0", - "spryker/persistent-cart-share": "^1.0.0", - "spryker/symfony": "^3.0.0" + "spryker/merchant-storage": "^1.0.0", + "spryker/product-offer-storage": "^1.0.0", + "spryker/symfony": "^3.8.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/router": "*", - "spryker/silex": "*" + "spryker/router": "*" }, "suggest": { - "spryker-shop/discount-widget": "If you want to use components from module DiscountWidget or DiscountSummaryWidgetPlugin", - "spryker/router": "Use this module when you want to use the Router.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/router": "Use this module when you want to use the RouteProviderPlugin." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -9409,42 +10776,31 @@ "license": [ "proprietary" ], - "description": "PersistentCartSharePage module", + "description": "MerchantProductOfferWidget module", "support": { - "source": "https://github.com/spryker-shop/persistent-cart-share-page/tree/1.3.0" + "source": "https://github.com/spryker-shop/merchant-product-offer-widget/tree/2.4.1" }, - "time": "2022-03-22T12:23:05+00:00" + "time": "2023-01-30T17:01:23+00:00" }, { - "name": "spryker-shop/persistent-cart-share-widget", - "version": "1.3.0", + "name": "spryker-shop/merchant-product-offer-widget-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/persistent-cart-share-widget.git", - "reference": "d6ff84388e2d80120f86265a98158b8dc6ee8417" + "url": "https://github.com/spryker-shop/merchant-product-offer-widget-extension.git", + "reference": "8ab0ac4f8636dfeac6b7c2be996527330bceb22d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/persistent-cart-share-widget/zipball/d6ff84388e2d80120f86265a98158b8dc6ee8417", - "reference": "d6ff84388e2d80120f86265a98158b8dc6ee8417", + "url": "https://api.github.com/repos/spryker-shop/merchant-product-offer-widget-extension/zipball/8ab0ac4f8636dfeac6b7c2be996527330bceb22d", + "reference": "8ab0ac4f8636dfeac6b7c2be996527330bceb22d", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker-shop/shop-application": "^1.0.0", - "spryker-shop/shop-ui": "^1.28.1", - "spryker/customer": "^7.0.0", - "spryker/kernel": "^3.52.0", - "spryker/persistent-cart-share": "^1.0.0", - "spryker/router": "^1.6.0", - "spryker/symfony": "^3.0.0" + "php": ">=7.4" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/silex": "*" - }, - "suggest": { - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -9461,43 +10817,46 @@ "license": [ "proprietary" ], - "description": "PersistentCartShareWidget module", + "description": "MerchantProductOfferWidgetExtension module", "support": { - "source": "https://github.com/spryker-shop/persistent-cart-share-widget/tree/1.3.0" + "source": "https://github.com/spryker-shop/merchant-product-offer-widget-extension/tree/1.0.0" }, - "time": "2022-03-22T12:23:05+00:00" + "time": "2022-04-04T15:20:02+00:00" }, { - "name": "spryker-shop/price-product-volume-widget", - "version": "1.9.0", + "name": "spryker-shop/merchant-product-widget", + "version": "1.2.1", "source": { "type": "git", - "url": "https://github.com/spryker-shop/price-product-volume-widget.git", - "reference": "1eec1cf89d330493a405d70775ebe8b0220a0db0" + "url": "https://github.com/spryker-shop/merchant-product-widget.git", + "reference": "75b0629e9879fb9c864747752e324bc379280b8a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/price-product-volume-widget/zipball/1eec1cf89d330493a405d70775ebe8b0220a0db0", - "reference": "1eec1cf89d330493a405d70775ebe8b0220a0db0", + "url": "https://api.github.com/repos/spryker-shop/merchant-product-widget/zipball/75b0629e9879fb9c864747752e324bc379280b8a", + "reference": "75b0629e9879fb9c864747752e324bc379280b8a", "shasum": "" }, "require": { "php": ">=8.0", - "spryker-shop/shop-ui": "^1.31.1", - "spryker/currency": "^3.4.0 || ^4.0.0", - "spryker/kernel": "^3.30.0", - "spryker/price": "^5.3.0", - "spryker/price-product-storage": "^2.16.0 || ^4.2.0", - "spryker/twig": "^3.18.0", - "spryker/util-encoding": "^2.0.0" + "spryker-shop/cart-page-extension": "^1.0.0", + "spryker-shop/merchant-product-offer-widget-extension": "^1.0.0", + "spryker-shop/quick-order-page-extension": "^1.2.0", + "spryker-shop/wishlist-page-extension": "^1.0.0", + "spryker/kernel": "^3.33.0", + "spryker/merchant-product-storage": "^1.0.0", + "spryker/merchant-storage": "^1.0.0", + "spryker/price-product": "^4.16.0", + "spryker/price-product-storage": "^4.5.0", + "spryker/product-storage": "^1.26.0", + "spryker/transfer": "^3.31.0" }, "require-dev": { - "spryker-shop/product-detail-page": "*", - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/symfony": "*" }, "suggest": { - "spryker-shop/money-widget": "If you want to use widgets from module MoneyWidget", - "spryker-shop/product-detail-page": "Widget plugins are available for this module." + "spryker/symfony": "If you want to use MerchantProductWidget expander plugins." }, "type": "library", "extra": { @@ -9514,34 +10873,37 @@ "license": [ "proprietary" ], - "description": "PriceProductVolumeWidget module", + "description": "MerchantProductWidget module", "support": { - "source": "https://github.com/spryker-shop/price-product-volume-widget/tree/1.9.0" + "source": "https://github.com/spryker-shop/merchant-product-widget/tree/1.2.1" }, - "time": "2023-03-31T19:36:14+00:00" + "time": "2023-01-30T17:01:23+00:00" }, { - "name": "spryker-shop/price-product-widget", - "version": "1.0.0", + "name": "spryker-shop/merchant-profile-widget", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/price-product-widget.git", - "reference": "3ddaf5343514822bd610de24c3155a40a399c41c" + "url": "https://github.com/spryker-shop/merchant-profile-widget.git", + "reference": "c6678d61dbfcd789a7dabb386a8062247fd158c2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/price-product-widget/zipball/3ddaf5343514822bd610de24c3155a40a399c41c", - "reference": "3ddaf5343514822bd610de24c3155a40a399c41c", + "url": "https://api.github.com/repos/spryker-shop/merchant-profile-widget/zipball/c6678d61dbfcd789a7dabb386a8062247fd158c2", + "reference": "c6678d61dbfcd789a7dabb386a8062247fd158c2", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/kernel": "^3.33.0", - "spryker/price-product-storage": "^2.9.0 || ^4.0.0" + "php": ">=8.0", + "spryker-shop/shop-ui": "^1.40.0", + "spryker/merchant-storage": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker-shop/merchant-page": "*", + "spryker/code-sniffer": "*" + }, + "suggest": { + "spryker-shop/merchant-page": "To use information-item molecule." }, "type": "library", "extra": { @@ -9558,46 +10920,32 @@ "license": [ "proprietary" ], - "description": "PriceProductWidget module", + "description": "MerchantProfileWidget module", "support": { - "source": "https://github.com/spryker-shop/price-product-widget/tree/master" + "source": "https://github.com/spryker-shop/merchant-profile-widget/tree/1.1.0" }, - "time": "2019-12-05T08:27:50+00:00" + "time": "2023-01-31T08:51:30+00:00" }, { - "name": "spryker-shop/price-widget", - "version": "1.4.2", + "name": "spryker-shop/merchant-sales-order-widget", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/price-widget.git", - "reference": "7dbecd3229626bd7c0f235c191cf273635096979" + "url": "https://github.com/spryker-shop/merchant-sales-order-widget.git", + "reference": "4f514514f7874c7369a5920ae1167350e8fe015a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/price-widget/zipball/7dbecd3229626bd7c0f235c191cf273635096979", - "reference": "7dbecd3229626bd7c0f235c191cf273635096979", + "url": "https://api.github.com/repos/spryker-shop/merchant-sales-order-widget/zipball/4f514514f7874c7369a5920ae1167350e8fe015a", + "reference": "4f514514f7874c7369a5920ae1167350e8fe015a", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker-shop/shop-ui": "^1.27.0", - "spryker/kernel": "^3.52.0", - "spryker/price": "^5.3.0", - "spryker/quote": "^1.1.0 || ^2.0.0", - "spryker/symfony": "^3.1.0" + "php": ">=7.3", + "spryker/kernel": "^3.33.0" }, "require-dev": { - "spryker-shop/product-detail-page": "*", - "spryker-shop/shop-application": "*", - "spryker/code-sniffer": "*", - "spryker/router": "*", - "spryker/silex": "*" - }, - "suggest": { - "spryker-shop/product-detail-page": "Widget plugins are available for this module.", - "spryker-shop/shop-application": "Use this module when using plugins that need ShopApplication dependencies.", - "spryker/router": "If you want to use RouteProviderPlugins to be added to the Route Module.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -9614,46 +10962,40 @@ "license": [ "proprietary" ], - "description": "PriceWidget module", + "description": "MerchantSalesOrderWidget module", "support": { - "source": "https://github.com/spryker-shop/price-widget/tree/1.4.2" + "source": "https://github.com/spryker-shop/merchant-sales-order-widget/tree/1.0.0" }, - "time": "2020-07-24T04:43:12+00:00" + "time": "2021-07-07T15:14:14+00:00" }, { - "name": "spryker-shop/product-alternative-widget", - "version": "1.5.0", + "name": "spryker-shop/merchant-sales-return-widget", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-alternative-widget.git", - "reference": "54944e80fe5de84f88170ad67230c1bc6ca594f0" + "url": "https://github.com/spryker-shop/merchant-sales-return-widget.git", + "reference": "5527e1315a776f0ad4e3a243c25d7032ff3c3569" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-alternative-widget/zipball/54944e80fe5de84f88170ad67230c1bc6ca594f0", - "reference": "54944e80fe5de84f88170ad67230c1bc6ca594f0", + "url": "https://api.github.com/repos/spryker-shop/merchant-sales-return-widget/zipball/5527e1315a776f0ad4e3a243c25d7032ff3c3569", + "reference": "5527e1315a776f0ad4e3a243c25d7032ff3c3569", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker-shop/shop-ui": "^1.40.0", + "php": ">=8.0", + "spryker-shop/shop-application-extension": "^1.2.0", + "spryker-shop/shop-ui": "^1.52.0", "spryker/kernel": "^3.30.0", - "spryker/product-alternative-storage": "^1.0.0" + "spryker/merchant-sales-return": "^1.0.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker-shop/merchant-product-offer-widget": "*", - "spryker-shop/merchant-product-widget": "*", - "spryker-shop/product-detail-page": "*", - "spryker-shop/shopping-list-page": "*", - "spryker-shop/wishlist-page": "*", + "spryker-shop/sales-return-page": "*", "spryker/code-sniffer": "*" }, "suggest": { - "spryker-shop/merchant-product-offer-widget": "if you want to use ProductAlternativeWidgetPlugin: ^1.1.0", - "spryker-shop/merchant-product-widget": "if you want to use ProductAlternativeWidgetPlugin: ^1.1.0", - "spryker-shop/product-detail-page": "if you want to use ProductAlternativeWidgetPlugin: ^1.1.0", - "spryker-shop/shopping-list-page": "if you want to use ProductAlternativeWidgetPlugin: ^0.4.1", - "spryker-shop/wishlist-page": "if you want to use ProductAlternativeWidgetPlugin: ^1.1.0" + "spryker-shop/sales-return-page": "Add the module if you want to use return-create-link molecule: ^1.7.0" }, "type": "library", "extra": { @@ -9670,39 +11012,36 @@ "license": [ "proprietary" ], - "description": "ProductAlternativeWidget module", + "description": "MerchantSalesReturnWidget module", "support": { - "source": "https://github.com/spryker-shop/product-alternative-widget/tree/1.5.0" + "source": "https://github.com/spryker-shop/merchant-sales-return-widget/tree/1.0.1" }, - "time": "2022-01-26T13:14:26+00:00" + "time": "2023-05-16T16:26:20+00:00" }, { - "name": "spryker-shop/product-barcode-widget", - "version": "1.1.3", + "name": "spryker-shop/merchant-search-widget", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-barcode-widget.git", - "reference": "56a1435693403fbf1fff5c214ea9569a77f9047b" + "url": "https://github.com/spryker-shop/merchant-search-widget.git", + "reference": "d03b8f879ee2ce50abf8c6517474a98c214bbfb0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-barcode-widget/zipball/56a1435693403fbf1fff5c214ea9569a77f9047b", - "reference": "56a1435693403fbf1fff5c214ea9569a77f9047b", + "url": "https://api.github.com/repos/spryker-shop/merchant-search-widget/zipball/d03b8f879ee2ce50abf8c6517474a98c214bbfb0", + "reference": "d03b8f879ee2ce50abf8c6517474a98c214bbfb0", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker-shop/shop-ui": "^1.0.0", + "php": ">=7.4", + "spryker-shop/shop-ui": "^1.58.0", "spryker/kernel": "^3.30.0", - "spryker/product-barcode": "^1.0.0" + "spryker/merchant-search": "^1.0.0", + "spryker/symfony": "^3.5.0" }, "require-dev": { - "spryker-shop/shopping-list-page": "*", "spryker/code-sniffer": "*" }, - "suggest": { - "spryker-shop/shopping-list-page": "If you want see ProductBarcodeWidget in action" - }, "type": "library", "extra": { "branch-alias": { @@ -9718,45 +11057,44 @@ "license": [ "proprietary" ], - "description": "ProductBarcodeWidget module", + "description": "MerchantSearchWidget module", "support": { - "source": "https://github.com/spryker-shop/product-barcode-widget/tree/1.1.3" + "source": "https://github.com/spryker-shop/merchant-search-widget/tree/1.0.0" }, - "time": "2020-06-15T13:37:36+00:00" + "time": "2022-04-04T15:20:02+00:00" }, { - "name": "spryker-shop/product-bundle-widget", - "version": "1.6.0", + "name": "spryker-shop/merchant-switcher-widget", + "version": "0.8.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-bundle-widget.git", - "reference": "da4f6bd702d5dbc24048b86899a0f216e9e30639" + "url": "https://github.com/spryker-shop/merchant-switcher-widget.git", + "reference": "bd95a2e01c88e290b13e9e8f75000c2bb6702909" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-bundle-widget/zipball/da4f6bd702d5dbc24048b86899a0f216e9e30639", - "reference": "da4f6bd702d5dbc24048b86899a0f216e9e30639", + "url": "https://api.github.com/repos/spryker-shop/merchant-switcher-widget/zipball/bd95a2e01c88e290b13e9e8f75000c2bb6702909", + "reference": "bd95a2e01c88e290b13e9e8f75000c2bb6702909", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker-shop/customer-reorder-widget-extension": "^1.3.0", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/product-bundle": "^4.1.0 || ^6.0.0 || ^7.0.0", - "spryker/transfer": "^3.25.0", - "spryker/twig": "^3.18.0" + "php": ">=7.3", + "spryker-shop/customer-page-extension": "^1.2.0", + "spryker-shop/shop-application": "^1.0.0", + "spryker-shop/shop-ui": "^1.27.0", + "spryker/kernel": "^3.52.0", + "spryker/merchant-search": "^1.0.0", + "spryker/merchant-switcher": "^0.6.0", + "spryker/quote": "^2.0.0", + "spryker/shop-context-extension": "^0.1.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker-shop/cart-page": "*", - "spryker-shop/multi-cart-widget": "*", "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/router": "*" }, "suggest": { - "spryker-shop/cart-page": "Widget plugins are available for this module.", - "spryker-shop/multi-cart-page": "If you want to use ProductBundleItemCounterWidgetPlugin: ^1.0.0", - "spryker-shop/multi-cart-widget": "Add to use bundle product widgets" + "spryker/router": "Use this module when you want to use the Router." }, "type": "library", "extra": { @@ -9773,41 +11111,35 @@ "license": [ "proprietary" ], - "description": "ProductBundleWidget module", + "description": "MerchantSwitcherWidget module", "support": { - "source": "https://github.com/spryker-shop/product-bundle-widget/tree/1.6.0" + "source": "https://github.com/spryker-shop/merchant-switcher-widget/tree/0.8.0" }, - "time": "2022-11-24T12:58:31+00:00" + "time": "2021-08-16T16:27:49+00:00" }, { - "name": "spryker-shop/product-category-widget", - "version": "1.7.0", + "name": "spryker-shop/merchant-widget", + "version": "1.3.1", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-category-widget.git", - "reference": "0a73d53f8f65625960822f051012f5b6a58bf638" + "url": "https://github.com/spryker-shop/merchant-widget.git", + "reference": "85163906b9e0bfa4a9fd6365f50894a23985e73a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-category-widget/zipball/0a73d53f8f65625960822f051012f5b6a58bf638", - "reference": "0a73d53f8f65625960822f051012f5b6a58bf638", + "url": "https://api.github.com/repos/spryker-shop/merchant-widget/zipball/85163906b9e0bfa4a9fd6365f50894a23985e73a", + "reference": "85163906b9e0bfa4a9fd6365f50894a23985e73a", "shasum": "" }, "require": { "php": ">=8.0", - "spryker-shop/shop-ui": "^1.0.0", + "spryker-shop/quick-order-page-extension": "^1.2.0", "spryker/kernel": "^3.30.0", - "spryker/product-category-storage": "^1.11.0 || ^2.6.0", - "spryker/store": "^1.4.0", - "spryker/transfer": "^3.27.0" + "spryker/merchant-storage": "^1.0.0" }, "require-dev": { - "spryker-shop/product-detail-page": "*", "spryker/code-sniffer": "*" }, - "suggest": { - "spryker-shop/product-detail-page": "Widget plugins are available for this module." - }, "type": "library", "extra": { "branch-alias": { @@ -9823,39 +11155,45 @@ "license": [ "proprietary" ], - "description": "ProductCategoryWidget module", + "description": "MerchantWidget module", "support": { - "source": "https://github.com/spryker-shop/product-category-widget/tree/1.7.0" + "source": "https://github.com/spryker-shop/merchant-widget/tree/1.3.1" }, - "time": "2023-04-20T13:53:45+00:00" + "time": "2023-02-08T11:44:52+00:00" }, { - "name": "spryker-shop/product-configuration-cart-widget", - "version": "1.0.0", + "name": "spryker-shop/money-widget", + "version": "1.7.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-configuration-cart-widget.git", - "reference": "58e47f635bc35548b4e47510c0e501027e49bb9f" + "url": "https://github.com/spryker-shop/money-widget.git", + "reference": "454f4d436b0d6a9cee1d6cfd524f9ba5a8496067" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-configuration-cart-widget/zipball/58e47f635bc35548b4e47510c0e501027e49bb9f", - "reference": "58e47f635bc35548b4e47510c0e501027e49bb9f", + "url": "https://api.github.com/repos/spryker-shop/money-widget/zipball/454f4d436b0d6a9cee1d6cfd524f9ba5a8496067", + "reference": "454f4d436b0d6a9cee1d6cfd524f9ba5a8496067", "shasum": "" }, "require": { "php": ">=8.0", - "spryker-shop/product-configuration-cart-widget-extension": "^1.0.0", - "spryker-shop/product-configurator-gateway-page-extension": "^1.0.0", - "spryker-shop/shop-ui": "^1.54.0", - "spryker/application": "^3.0.0", + "spryker-shop/currency-widget": "^1.0.0", + "spryker-shop/shop-ui": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/product-configuration-cart": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0" + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/money": "^2.10.0", + "spryker/twig-extension": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/silex": "*", + "spryker/twig": "*" + }, + "suggest": { + "spryker/container": "If you want to use MoneyTwigPlugin", + "spryker/silex": "Use this module when using plugins that need Silex dependencies.", + "spryker/twig": "Use this module when using plugins that need Twig dependencies." }, "type": "library", "extra": { @@ -9872,36 +11210,58 @@ "license": [ "proprietary" ], - "description": "ProductConfigurationCartWidget module", + "description": "MoneyWidget module", "support": { - "source": "https://github.com/spryker-shop/product-configuration-cart-widget/tree/1.0.0" + "source": "https://github.com/spryker-shop/money-widget/tree/1.7.0" }, - "time": "2022-11-23T07:38:29+00:00" + "time": "2023-03-31T19:36:14+00:00" }, { - "name": "spryker-shop/product-configuration-cart-widget-extension", - "version": "1.0.0", + "name": "spryker-shop/multi-cart-page", + "version": "2.6.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-configuration-cart-widget-extension.git", - "reference": "ce8f327393118167472ff75708c188c4e6cc51f3" + "url": "https://github.com/spryker-shop/multi-cart-page.git", + "reference": "9a9a2fee847a4d53c78a4d2d2252156c7f3a23cf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-configuration-cart-widget-extension/zipball/ce8f327393118167472ff75708c188c4e6cc51f3", - "reference": "ce8f327393118167472ff75708c188c4e6cc51f3", + "url": "https://api.github.com/repos/spryker-shop/multi-cart-page/zipball/9a9a2fee847a4d53c78a4d2d2252156c7f3a23cf", + "reference": "9a9a2fee847a4d53c78a4d2d2252156c7f3a23cf", "shasum": "" }, "require": { - "php": ">=8.0" + "php": ">=8.0", + "spryker-shop/shop-application": "^1.0.0", + "spryker-shop/shop-ui": "^1.6.0", + "spryker/application": "^3.0.0", + "spryker/cart": "^5.0.0 || ^7.0.0", + "spryker/kernel": "^3.52.0", + "spryker/multi-cart": "^1.7.0", + "spryker/quote": "^2.8.0", + "spryker/symfony": "^3.1.0", + "spryker/twig": "^3.18.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker-shop/customer-page": "*", + "spryker-shop/shared-cart-widget": "*", + "spryker-shop/shopping-list-widget": "*", + "spryker/code-sniffer": "*", + "spryker/router": "*", + "spryker/silex": "*" + }, + "suggest": { + "spryker-shop/customer-page": "if you want to use customer layout templates: ^1.0.0", + "spryker-shop/shared-cart-widget": "If you want to use CartListPermissionGroupWidget", + "spryker-shop/shopping-list-widget": "If you want to use components from module ShoppingListWidget", + "spryker/permission": "If you want to use permissions plugins", + "spryker/router": "Use this module when you want to use the Router.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -9913,40 +11273,52 @@ "license": [ "proprietary" ], - "description": "ProductConfigurationCartWidgetExtension module", + "description": "MultiCartPage module", "support": { - "source": "https://github.com/spryker-shop/product-configuration-cart-widget-extension/tree/1.0.0" + "source": "https://github.com/spryker-shop/multi-cart-page/tree/2.6.0" }, - "time": "2022-10-18T17:47:18+00:00" + "time": "2022-11-24T12:58:31+00:00" }, { - "name": "spryker-shop/product-configuration-shopping-list-widget", - "version": "1.0.0", + "name": "spryker-shop/multi-cart-widget", + "version": "1.8.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-configuration-shopping-list-widget.git", - "reference": "27cc4f2c3024f64fa728cc2619ac83926545e9e2" + "url": "https://github.com/spryker-shop/multi-cart-widget.git", + "reference": "d28b4b971d65c217efdaa9172cc90bb0a4837545" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-configuration-shopping-list-widget/zipball/27cc4f2c3024f64fa728cc2619ac83926545e9e2", - "reference": "27cc4f2c3024f64fa728cc2619ac83926545e9e2", + "url": "https://api.github.com/repos/spryker-shop/multi-cart-widget/zipball/d28b4b971d65c217efdaa9172cc90bb0a4837545", + "reference": "d28b4b971d65c217efdaa9172cc90bb0a4837545", "shasum": "" }, "require": { "php": ">=8.0", - "spryker-shop/product-configuration-shopping-list-widget-extension": "^1.0.0", - "spryker-shop/product-configurator-gateway-page-extension": "^1.0.0", - "spryker-shop/shop-ui": "^1.54.0", - "spryker/application": "^3.8.0", + "spryker-shop/shop-ui": "^1.41.0", "spryker/kernel": "^3.30.0", - "spryker/product-configuration-shopping-list": "^1.0.0", + "spryker/multi-cart": "^1.0.0", + "spryker/quote": "^2.8.0", "spryker/symfony": "^3.1.0", - "spryker/transfer": "^3.25.0" + "spryker/twig": "^3.18.0" }, "require-dev": { + "spryker-shop/cart-page": "*", + "spryker-shop/customer-page": "*", + "spryker-shop/product-detail-page": "*", + "spryker-shop/quick-order-page": "*", + "spryker-shop/shared-cart-widget": "*", "spryker/code-sniffer": "*" }, + "suggest": { + "spryker-shop/cart-page": "Widget plugins are available for this module.", + "spryker-shop/customer-page": "If you want to use MultiCartMenuItemWidgetPlugin: ^1.3.1", + "spryker-shop/product-detail-page": "Widget plugins are available for this module.", + "spryker-shop/quick-order-page": "If you want to use quick order page widget", + "spryker-shop/shared-cart-widget": "If you want to use components from module SharedCartWidget or SharedCartAddSeparateProductWidgetPlugin.", + "spryker/permission": "If you want to use permissions plugins", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." + }, "type": "library", "extra": { "branch-alias": { @@ -9962,78 +11334,46 @@ "license": [ "proprietary" ], - "description": "ProductConfigurationShoppingListWidget module", + "description": "MultiCartWidget module", "support": { - "source": "https://github.com/spryker-shop/product-configuration-shopping-list-widget/tree/1.0.0" + "source": "https://github.com/spryker-shop/multi-cart-widget/tree/1.8.0" }, - "time": "2022-11-23T07:38:29+00:00" + "time": "2022-11-24T12:58:31+00:00" }, { - "name": "spryker-shop/product-configuration-shopping-list-widget-extension", - "version": "1.0.0", + "name": "spryker-shop/newsletter-page", + "version": "1.1.3", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-configuration-shopping-list-widget-extension.git", - "reference": "9a8cd29b4ff299e57af6f089b483c10c393c65a1" + "url": "https://github.com/spryker-shop/newsletter-page.git", + "reference": "a14b27b8823ead05400cb3dcee1ca9e19a83523c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-configuration-shopping-list-widget-extension/zipball/9a8cd29b4ff299e57af6f089b483c10c393c65a1", - "reference": "9a8cd29b4ff299e57af6f089b483c10c393c65a1", + "url": "https://api.github.com/repos/spryker-shop/newsletter-page/zipball/a14b27b8823ead05400cb3dcee1ca9e19a83523c", + "reference": "a14b27b8823ead05400cb3dcee1ca9e19a83523c", "shasum": "" }, "require": { - "php": ">=8.0" - }, - "require-dev": { - "spryker/code-sniffer": "*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "SprykerShop\\": "src/SprykerShop/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "proprietary" - ], - "description": "ProductConfigurationShoppingListWidgetExtension module", - "support": { - "source": "https://github.com/spryker-shop/product-configuration-shopping-list-widget-extension/tree/1.0.0" - }, - "time": "2022-10-18T17:47:18+00:00" - }, - { - "name": "spryker-shop/product-configuration-widget", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://github.com/spryker-shop/product-configuration-widget.git", - "reference": "08287f28274e1b7ddb820e43856df2f615c634dd" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-configuration-widget/zipball/08287f28274e1b7ddb820e43856df2f615c634dd", - "reference": "08287f28274e1b7ddb820e43856df2f615c634dd", - "shasum": "" - }, - "require": { - "php": ">=8.0", - "spryker-shop/product-configuration-widget-extension": "^1.0.0", - "spryker-shop/shop-ui": "^1.54.0", + "php": ">=7.2", + "spryker-shop/shop-application": "^1.0.0", + "spryker-shop/shop-ui": "^1.0.0", "spryker/application": "^3.8.0", - "spryker/kernel": "^3.30.0", - "spryker/symfony": "^3.1.0", - "spryker/transfer": "^3.25.0" + "spryker/customer": "^7.4.0", + "spryker/kernel": "^3.52.0", + "spryker/newsletter": "^4.3.0", + "spryker/symfony": "^3.1.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker-shop/customer-page": "*", + "spryker/code-sniffer": "*", + "spryker/router": "*", + "spryker/silex": "*" + }, + "suggest": { + "spryker-shop/customer-page": "Use this module when you want to use the CustomerPage plugins.", + "spryker/router": "Use this module when you want to use the Router.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." }, "type": "library", "extra": { @@ -10050,31 +11390,45 @@ "license": [ "proprietary" ], - "description": "ProductConfigurationWidget module", + "description": "NewsletterPage module", "support": { - "source": "https://github.com/spryker-shop/product-configuration-widget/tree/1.0.0" + "source": "https://github.com/spryker-shop/newsletter-page/tree/master" }, - "time": "2022-11-23T07:38:29+00:00" + "time": "2020-07-24T04:43:12+00:00" }, { - "name": "spryker-shop/product-configuration-widget-extension", - "version": "1.0.0", + "name": "spryker-shop/newsletter-widget", + "version": "1.7.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-configuration-widget-extension.git", - "reference": "df5b39231db384bb15e9c415fdf8c964fd6c0126" + "url": "https://github.com/spryker-shop/newsletter-widget.git", + "reference": "ffad778bcdf28d07ad1edb76502515052c61d274" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-configuration-widget-extension/zipball/df5b39231db384bb15e9c415fdf8c964fd6c0126", - "reference": "df5b39231db384bb15e9c415fdf8c964fd6c0126", + "url": "https://api.github.com/repos/spryker-shop/newsletter-widget/zipball/ffad778bcdf28d07ad1edb76502515052c61d274", + "reference": "ffad778bcdf28d07ad1edb76502515052c61d274", "shasum": "" }, "require": { - "php": ">=8.0" + "php": ">=7.2", + "spryker-shop/shop-application": "^1.0.0", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/application": "^3.8.0", + "spryker/kernel": "^3.52.0", + "spryker/newsletter": "^4.3.0", + "spryker/symfony": "^3.1.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker-shop/customer-page": "*", + "spryker/code-sniffer": "*", + "spryker/router": "*", + "spryker/silex": "*" + }, + "suggest": { + "spryker-shop/customer-page": "Widget plugins are available for this module.", + "spryker/router": "Use this module when you want to use the Router.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." }, "type": "library", "extra": { @@ -10091,40 +11445,44 @@ "license": [ "proprietary" ], - "description": "ProductConfigurationWidgetExtension module", + "description": "NewsletterWidget module", "support": { - "source": "https://github.com/spryker-shop/product-configuration-widget-extension/tree/1.0.0" + "source": "https://github.com/spryker-shop/newsletter-widget/tree/master" }, - "time": "2022-10-18T17:47:18+00:00" + "time": "2020-07-24T04:43:12+00:00" }, { - "name": "spryker-shop/product-configuration-wishlist-widget", - "version": "1.0.0", + "name": "spryker-shop/order-cancel-widget", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-configuration-wishlist-widget.git", - "reference": "4757faceb02f9b5710a6547221bc5cc1fe505268" + "url": "https://github.com/spryker-shop/order-cancel-widget.git", + "reference": "101d984b8c93e7f387c7794b767cda7c0cf497f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-configuration-wishlist-widget/zipball/4757faceb02f9b5710a6547221bc5cc1fe505268", - "reference": "4757faceb02f9b5710a6547221bc5cc1fe505268", + "url": "https://api.github.com/repos/spryker-shop/order-cancel-widget/zipball/101d984b8c93e7f387c7794b767cda7c0cf497f4", + "reference": "101d984b8c93e7f387c7794b767cda7c0cf497f4", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker-shop/product-configuration-wishlist-widget-extension": "^1.0.0", - "spryker-shop/product-configurator-gateway-page-extension": "^1.0.0", + "php": ">=7.3", + "spryker-shop/shop-application": "^1.2.0", "spryker-shop/shop-ui": "^1.54.0", - "spryker-shop/wishlist-page-extension": "^1.0.0", "spryker/application": "^3.8.0", - "spryker/kernel": "^3.30.0", - "spryker/product-configuration-wishlist": "^1.0.0", - "spryker/symfony": "^3.1.0", - "spryker/transfer": "^3.25.0" + "spryker/customer": "^7.0.0", + "spryker/kernel": "^3.52.0", + "spryker/oms": "^11.8.0", + "spryker/sales": "^11.10.0", + "spryker/symfony": "^3.1.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/router": "*" + }, + "suggest": { + "spryker/router": "Use this module if you want use the RouterProviderPlugin.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." }, "type": "library", "extra": { @@ -10141,31 +11499,44 @@ "license": [ "proprietary" ], - "description": "ProductConfigurationWishlistWidget module", + "description": "OrderCancelWidget module", "support": { - "source": "https://github.com/spryker-shop/product-configuration-wishlist-widget/tree/1.0.0" + "source": "https://github.com/spryker-shop/order-cancel-widget/tree/1.1.0" }, - "time": "2022-11-23T07:38:29+00:00" + "time": "2021-08-16T08:44:35+00:00" }, { - "name": "spryker-shop/product-configuration-wishlist-widget-extension", - "version": "1.0.0", + "name": "spryker-shop/order-custom-reference-widget", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-configuration-wishlist-widget-extension.git", - "reference": "8dbbb7b62cfb1fda98d2ac8172ed5afd57a3d24e" + "url": "https://github.com/spryker-shop/order-custom-reference-widget.git", + "reference": "2edd6d04f75a290ffbbd3b3862ec112c9f6857fe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-configuration-wishlist-widget-extension/zipball/8dbbb7b62cfb1fda98d2ac8172ed5afd57a3d24e", - "reference": "8dbbb7b62cfb1fda98d2ac8172ed5afd57a3d24e", + "url": "https://api.github.com/repos/spryker-shop/order-custom-reference-widget/zipball/2edd6d04f75a290ffbbd3b3862ec112c9f6857fe", + "reference": "2edd6d04f75a290ffbbd3b3862ec112c9f6857fe", "shasum": "" }, "require": { - "php": ">=8.0" + "php": ">=7.2", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/application": "^3.21.0", + "spryker/kernel": "^3.52.0", + "spryker/order-custom-reference": "^1.0.0", + "spryker/quote": "^2.0.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/router": "*" + }, + "suggest": { + "spryker-shop/cart-page": "Widget plugins are available for this module, minimum required version: 3.15.0", + "spryker-shop/checkout-page": "Widget plugins are available for this module, minimum required version: 3.11.0", + "spryker-shop/customer-page": "Widget plugins are available for this module, minimum required version: 2.12.0", + "spryker/router": "Use this module when using plugins that need Router dependencies." }, "type": "library", "extra": { @@ -10182,53 +11553,45 @@ "license": [ "proprietary" ], - "description": "ProductConfigurationWishlistWidgetExtension module", + "description": "OrderCustomReferenceWidget module", "support": { - "source": "https://github.com/spryker-shop/product-configuration-wishlist-widget-extension/tree/1.0.0" + "source": "https://github.com/spryker-shop/order-custom-reference-widget/tree/master" }, - "time": "2022-10-18T17:47:18+00:00" + "time": "2020-07-24T04:43:12+00:00" }, { - "name": "spryker-shop/product-configurator-gateway-page", - "version": "1.0.1", + "name": "spryker-shop/payment-page", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-configurator-gateway-page.git", - "reference": "3fe44dcb94f544f22035fd947342adca490d1b4b" + "url": "https://github.com/spryker-shop/payment-page.git", + "reference": "be448aee35dbc35981e17a9219706a43e0b919dc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-configurator-gateway-page/zipball/3fe44dcb94f544f22035fd947342adca490d1b4b", - "reference": "3fe44dcb94f544f22035fd947342adca490d1b4b", + "url": "https://api.github.com/repos/spryker-shop/payment-page/zipball/be448aee35dbc35981e17a9219706a43e0b919dc", + "reference": "be448aee35dbc35981e17a9219706a43e0b919dc", "shasum": "" }, "require": { "php": ">=8.0", - "spryker-shop/product-configurator-gateway-page-extension": "^1.0.0", - "spryker-shop/shop-application": "^1.0.0", - "spryker/application": "^3.8.0", - "spryker/glossary-storage": "^1.5.0", - "spryker/kernel": "^3.33.0", - "spryker/log": "^3.7.0", - "spryker/product-configuration": "^1.0.0", - "spryker/product-configuration-storage": "^1.0.0", - "spryker/product-storage": "^1.28.0", + "spryker-shop/checkout-page": "^3.20.0", + "spryker-shop/checkout-page-extension": "^1.4.0", + "spryker/cart": "^4.3.0 || ^5.0.0 || ^7.0.0", + "spryker/customer": "^7.25.0", + "spryker/kernel": "^3.30.0", + "spryker/step-engine": "^1.0.0 || ^2.0.0 || ^3.0.0", "spryker/symfony": "^3.1.0", - "spryker/transfer": "^3.25.0" + "spryker/transfer": "^3.27.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/config": "*", - "spryker/container": "*", - "spryker/event-dispatcher": "*", - "spryker/product": "*", - "spryker/propel": "*", "spryker/router": "*", - "spryker/storage": "*", "spryker/testify": "*" }, "suggest": { - "spryker/router": "Use this module when you want to use the Router." + "spryker-shop/merchant-widget": "If you want to use MerchantMetaSchemaWidget use the version >= 1.3.0", + "spryker/router": "If you want to use RouteProviderPlugins to be added to the Route Module." }, "type": "library", "extra": { @@ -10245,35 +11608,44 @@ "license": [ "proprietary" ], - "description": "ProductConfiguratorGatewayPage module", + "description": "PaymentPage module", "support": { - "source": "https://github.com/spryker-shop/product-configurator-gateway-page/tree/1.0.1" + "source": "https://github.com/spryker-shop/payment-page/tree/1.3.0" }, - "time": "2022-12-02T08:46:50+00:00" + "time": "2023-01-31T08:51:30+00:00" }, { - "name": "spryker-shop/product-configurator-gateway-page-extension", - "version": "1.0.0", + "name": "spryker-shop/persistent-cart-share-page", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-configurator-gateway-page-extension.git", - "reference": "1058049e19f587a8985d0fb41d8c1ac46016ddea" + "url": "https://github.com/spryker-shop/persistent-cart-share-page.git", + "reference": "03ff0e205ea02715b3d79fe0d9d2514c33227f8d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-configurator-gateway-page-extension/zipball/1058049e19f587a8985d0fb41d8c1ac46016ddea", - "reference": "1058049e19f587a8985d0fb41d8c1ac46016ddea", + "url": "https://api.github.com/repos/spryker-shop/persistent-cart-share-page/zipball/03ff0e205ea02715b3d79fe0d9d2514c33227f8d", + "reference": "03ff0e205ea02715b3d79fe0d9d2514c33227f8d", "shasum": "" }, "require": { - "php": ">=8.0" + "php": ">=7.4", + "spryker-shop/cart-page": "^3.0.0", + "spryker-shop/resource-share-page-extension": "^1.0.0", + "spryker-shop/shop-application": "^1.0.0", + "spryker/kernel": "^3.52.0", + "spryker/persistent-cart-share": "^1.0.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/symfony": "*" + "spryker/router": "*", + "spryker/silex": "*" }, "suggest": { - "spryker/symfony": "If you want to use form extension plugins." + "spryker-shop/discount-widget": "If you want to use components from module DiscountWidget or DiscountSummaryWidgetPlugin", + "spryker/router": "Use this module when you want to use the Router.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." }, "type": "library", "extra": { @@ -10290,60 +11662,47 @@ "license": [ "proprietary" ], - "description": "ProductConfiguratorGatewayPageExtension module", + "description": "PersistentCartSharePage module", "support": { - "source": "https://github.com/spryker-shop/product-configurator-gateway-page-extension/tree/1.0.0" + "source": "https://github.com/spryker-shop/persistent-cart-share-page/tree/1.3.0" }, - "time": "2022-10-18T17:47:18+00:00" + "time": "2022-03-22T12:23:05+00:00" }, { - "name": "spryker-shop/product-detail-page", - "version": "3.19.1", + "name": "spryker-shop/persistent-cart-share-widget", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-detail-page.git", - "reference": "4a41f28ee8a6012019d8f38d6ffc9fb34818a33b" + "url": "https://github.com/spryker-shop/persistent-cart-share-widget.git", + "reference": "d6ff84388e2d80120f86265a98158b8dc6ee8417" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-detail-page/zipball/4a41f28ee8a6012019d8f38d6ffc9fb34818a33b", - "reference": "4a41f28ee8a6012019d8f38d6ffc9fb34818a33b", + "url": "https://api.github.com/repos/spryker-shop/persistent-cart-share-widget/zipball/d6ff84388e2d80120f86265a98158b8dc6ee8417", + "reference": "d6ff84388e2d80120f86265a98158b8dc6ee8417", "shasum": "" }, "require": { - "php": ">=8.0", + "php": ">=7.4", "spryker-shop/shop-application": "^1.0.0", - "spryker-shop/shop-router-extension": "^1.0.0", - "spryker-shop/shop-ui": "^1.44.0", - "spryker-shop/storage-router-extension": "^1.0.0", + "spryker-shop/shop-ui": "^1.28.1", + "spryker/customer": "^7.0.0", "spryker/kernel": "^3.52.0", - "spryker/product-storage": "^1.19.0", - "spryker/storage": "^3.4.0", - "spryker/symfony": "^3.1.0" + "spryker/persistent-cart-share": "^1.0.0", + "spryker/router": "^1.6.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker-shop/availability-widget": "*", - "spryker-shop/cms-block-widget": "*", - "spryker-shop/product-group-widget": "*", - "spryker-shop/product-review-widget": "*", - "spryker-shop/wishlist-widget": "*", - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/silex": "*" }, "suggest": { - "spryker-shop/asset-widget": "If you want to use components from module AssetWidget", - "spryker-shop/availability-widget": "If you want to use components from module AvailabilityWidget or AvailabilityWidgetPlugin.", - "spryker-shop/cart-page": "Add the module if you want to use CartAddProductAsSeparateItemWidget.", - "spryker-shop/cms-block-widget": "If you want to use components from module CmsBlockWidget or ProductCmsBlockWidgetPlugin.", - "spryker-shop/product-bundle-widget": "If you want to use components from module ProductBundle", - "spryker-shop/product-configuration-widget": "Add the module if you want to use ProductConfigurationProductViewDisplayWidget or ProductConfigurationProductDetailPageButtonWidget.", - "spryker-shop/product-group-widget": "If you want to use components from module ProductGroupColorWidget or ProductGroupWidget", - "spryker-shop/product-review-widget": "If you want to use ProductDetailPageReviewWidget or ProductReviewWidgetPlugin.", - "spryker-shop/wishlist-widget": "If you want to use components from module WishlistWidget or WishlistWidgetPlugin." + "spryker/silex": "Use this module when using plugins that need Silex dependencies." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -10355,41 +11714,43 @@ "license": [ "proprietary" ], - "description": "ProductDetailPage module", + "description": "PersistentCartShareWidget module", "support": { - "source": "https://github.com/spryker-shop/product-detail-page/tree/3.19.1" + "source": "https://github.com/spryker-shop/persistent-cart-share-widget/tree/1.3.0" }, - "time": "2023-04-20T13:53:45+00:00" + "time": "2022-03-22T12:23:05+00:00" }, { - "name": "spryker-shop/product-discontinued-widget", - "version": "1.1.1", + "name": "spryker-shop/price-product-volume-widget", + "version": "1.9.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-discontinued-widget.git", - "reference": "de929f25db160e490e7787deef0869a7ce8fd7ab" + "url": "https://github.com/spryker-shop/price-product-volume-widget.git", + "reference": "1eec1cf89d330493a405d70775ebe8b0220a0db0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-discontinued-widget/zipball/de929f25db160e490e7787deef0869a7ce8fd7ab", - "reference": "de929f25db160e490e7787deef0869a7ce8fd7ab", + "url": "https://api.github.com/repos/spryker-shop/price-product-volume-widget/zipball/1eec1cf89d330493a405d70775ebe8b0220a0db0", + "reference": "1eec1cf89d330493a405d70775ebe8b0220a0db0", "shasum": "" }, "require": { - "php": ">=7.2", + "php": ">=8.0", + "spryker-shop/shop-ui": "^1.31.1", + "spryker/currency": "^3.4.0 || ^4.0.0", "spryker/kernel": "^3.30.0", - "spryker/product-discontinued-storage": "^1.0.0" + "spryker/price": "^5.3.0", + "spryker/price-product-storage": "^2.16.0 || ^4.2.0", + "spryker/twig": "^3.18.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { "spryker-shop/product-detail-page": "*", - "spryker-shop/shopping-list-page": "*", - "spryker-shop/wishlist-page": "*", "spryker/code-sniffer": "*" }, "suggest": { - "spryker-shop/product-detail-page": "if you want to use ProductDiscontinuedWidgetPlugin: ^1.1.0", - "spryker-shop/shopping-list-page": "if you want to use ProductDiscontinuedWidgetPlugin: ^0.4.1", - "spryker-shop/wishlist-page": "if you want to use ProductDiscontinuedWidgetPlugin: ^1.1.0" + "spryker-shop/money-widget": "If you want to use widgets from module MoneyWidget", + "spryker-shop/product-detail-page": "Widget plugins are available for this module." }, "type": "library", "extra": { @@ -10406,36 +11767,34 @@ "license": [ "proprietary" ], - "description": "ProductDiscontinuedWidget module", + "description": "PriceProductVolumeWidget module", "support": { - "source": "https://github.com/spryker-shop/product-discontinued-widget/tree/master" + "source": "https://github.com/spryker-shop/price-product-volume-widget/tree/1.9.0" }, - "time": "2020-05-29T13:03:33+00:00" + "time": "2023-03-31T19:36:14+00:00" }, { - "name": "spryker-shop/product-group-widget", - "version": "1.9.1", + "name": "spryker-shop/price-product-widget", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-group-widget.git", - "reference": "f766b97e18b36fbf960c0a180a1befe6630546b9" + "url": "https://github.com/spryker-shop/price-product-widget.git", + "reference": "3ddaf5343514822bd610de24c3155a40a399c41c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-group-widget/zipball/f766b97e18b36fbf960c0a180a1befe6630546b9", - "reference": "f766b97e18b36fbf960c0a180a1befe6630546b9", + "url": "https://api.github.com/repos/spryker-shop/price-product-widget/zipball/3ddaf5343514822bd610de24c3155a40a399c41c", + "reference": "3ddaf5343514822bd610de24c3155a40a399c41c", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker-shop/product-group-widget-extension": "^1.1.0", - "spryker-shop/shop-ui": "^1.43.0", + "php": ">=7.2", "spryker/kernel": "^3.33.0", - "spryker/product-group-storage": "^1.0.0", - "spryker/product-storage": "^1.20.0" + "spryker/price-product-storage": "^2.9.0 || ^4.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -10452,31 +11811,46 @@ "license": [ "proprietary" ], - "description": "ProductGroupWidget module", + "description": "PriceProductWidget module", "support": { - "source": "https://github.com/spryker-shop/product-group-widget/tree/1.9.1" + "source": "https://github.com/spryker-shop/price-product-widget/tree/master" }, - "time": "2022-05-31T08:35:00+00:00" + "time": "2019-12-05T08:27:50+00:00" }, { - "name": "spryker-shop/product-group-widget-extension", - "version": "1.1.0", + "name": "spryker-shop/price-widget", + "version": "1.4.2", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-group-widget-extension.git", - "reference": "250d546df3d2efa993fb7198ed393ec1a7ac7f95" + "url": "https://github.com/spryker-shop/price-widget.git", + "reference": "7dbecd3229626bd7c0f235c191cf273635096979" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-group-widget-extension/zipball/250d546df3d2efa993fb7198ed393ec1a7ac7f95", - "reference": "250d546df3d2efa993fb7198ed393ec1a7ac7f95", + "url": "https://api.github.com/repos/spryker-shop/price-widget/zipball/7dbecd3229626bd7c0f235c191cf273635096979", + "reference": "7dbecd3229626bd7c0f235c191cf273635096979", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=7.2", + "spryker-shop/shop-ui": "^1.27.0", + "spryker/kernel": "^3.52.0", + "spryker/price": "^5.3.0", + "spryker/quote": "^1.1.0 || ^2.0.0", + "spryker/symfony": "^3.1.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker-shop/product-detail-page": "*", + "spryker-shop/shop-application": "*", + "spryker/code-sniffer": "*", + "spryker/router": "*", + "spryker/silex": "*" + }, + "suggest": { + "spryker-shop/product-detail-page": "Widget plugins are available for this module.", + "spryker-shop/shop-application": "Use this module when using plugins that need ShopApplication dependencies.", + "spryker/router": "If you want to use RouteProviderPlugins to be added to the Route Module.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." }, "type": "library", "extra": { @@ -10493,37 +11867,46 @@ "license": [ "proprietary" ], - "description": "ProductGroupWidgetExtension module", + "description": "PriceWidget module", "support": { - "source": "https://github.com/spryker-shop/product-group-widget-extension/tree/1.1.0" + "source": "https://github.com/spryker-shop/price-widget/tree/1.4.2" }, - "time": "2021-08-30T09:48:16+00:00" + "time": "2020-07-24T04:43:12+00:00" }, { - "name": "spryker-shop/product-image-widget", - "version": "1.0.2", + "name": "spryker-shop/product-alternative-widget", + "version": "1.5.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-image-widget.git", - "reference": "ec456f6b6a9954ddb9a787b9b590f734d6189652" + "url": "https://github.com/spryker-shop/product-alternative-widget.git", + "reference": "54944e80fe5de84f88170ad67230c1bc6ca594f0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-image-widget/zipball/ec456f6b6a9954ddb9a787b9b590f734d6189652", - "reference": "ec456f6b6a9954ddb9a787b9b590f734d6189652", + "url": "https://api.github.com/repos/spryker-shop/product-alternative-widget/zipball/54944e80fe5de84f88170ad67230c1bc6ca594f0", + "reference": "54944e80fe5de84f88170ad67230c1bc6ca594f0", "shasum": "" }, "require": { - "php": ">=7.2", + "php": ">=7.4", "spryker-shop/shop-ui": "^1.40.0", - "spryker/kernel": "^3.30.0" + "spryker/kernel": "^3.30.0", + "spryker/product-alternative-storage": "^1.0.0" }, "require-dev": { + "spryker-shop/merchant-product-offer-widget": "*", + "spryker-shop/merchant-product-widget": "*", "spryker-shop/product-detail-page": "*", + "spryker-shop/shopping-list-page": "*", + "spryker-shop/wishlist-page": "*", "spryker/code-sniffer": "*" }, "suggest": { - "spryker-shop/product-detail-page": "Widget plugins are available for this module." + "spryker-shop/merchant-product-offer-widget": "if you want to use ProductAlternativeWidgetPlugin: ^1.1.0", + "spryker-shop/merchant-product-widget": "if you want to use ProductAlternativeWidgetPlugin: ^1.1.0", + "spryker-shop/product-detail-page": "if you want to use ProductAlternativeWidgetPlugin: ^1.1.0", + "spryker-shop/shopping-list-page": "if you want to use ProductAlternativeWidgetPlugin: ^0.4.1", + "spryker-shop/wishlist-page": "if you want to use ProductAlternativeWidgetPlugin: ^1.1.0" }, "type": "library", "extra": { @@ -10540,43 +11923,38 @@ "license": [ "proprietary" ], - "description": "ProductImageWidget module", + "description": "ProductAlternativeWidget module", "support": { - "source": "https://github.com/spryker-shop/product-image-widget/tree/1.0.2" + "source": "https://github.com/spryker-shop/product-alternative-widget/tree/1.5.0" }, - "time": "2020-06-12T10:16:02+00:00" + "time": "2022-01-26T13:14:26+00:00" }, { - "name": "spryker-shop/product-label-widget", - "version": "1.6.0", + "name": "spryker-shop/product-barcode-widget", + "version": "1.1.3", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-label-widget.git", - "reference": "1f0a6ef71569d2fe0ec684b4ed298979e901d6f2" + "url": "https://github.com/spryker-shop/product-barcode-widget.git", + "reference": "56a1435693403fbf1fff5c214ea9569a77f9047b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-label-widget/zipball/1f0a6ef71569d2fe0ec684b4ed298979e901d6f2", - "reference": "1f0a6ef71569d2fe0ec684b4ed298979e901d6f2", + "url": "https://api.github.com/repos/spryker-shop/product-barcode-widget/zipball/56a1435693403fbf1fff5c214ea9569a77f9047b", + "reference": "56a1435693403fbf1fff5c214ea9569a77f9047b", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker-shop/product-group-widget-extension": "^1.0.0", - "spryker-shop/shop-ui": "^1.34.0", + "php": ">=7.2", + "spryker-shop/shop-ui": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/product-label-storage": "^1.9.0 || ^2.0.0", - "spryker/store": "^1.4.0", - "spryker/transfer": "^3.25.0" + "spryker/product-barcode": "^1.0.0" }, "require-dev": { - "spryker-shop/product-detail-page": "*", - "spryker-shop/product-widget": "*", + "spryker-shop/shopping-list-page": "*", "spryker/code-sniffer": "*" }, "suggest": { - "spryker-shop/product-detail-page": "Widget plugins are available for this module.", - "spryker-shop/product-widget": "Widget plugins are available for this module." + "spryker-shop/shopping-list-page": "If you want see ProductBarcodeWidget in action" }, "type": "library", "extra": { @@ -10593,44 +11971,45 @@ "license": [ "proprietary" ], - "description": "ProductLabelWidget module", + "description": "ProductBarcodeWidget module", "support": { - "source": "https://github.com/spryker-shop/product-label-widget/tree/1.6.0" + "source": "https://github.com/spryker-shop/product-barcode-widget/tree/1.1.3" }, - "time": "2021-10-29T12:16:12+00:00" + "time": "2020-06-15T13:37:36+00:00" }, { - "name": "spryker-shop/product-measurement-unit-widget", - "version": "1.2.0", + "name": "spryker-shop/product-bundle-widget", + "version": "1.6.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-measurement-unit-widget.git", - "reference": "2f35fa0a0fcf76a93ebf4269ce0b879240289e71" + "url": "https://github.com/spryker-shop/product-bundle-widget.git", + "reference": "da4f6bd702d5dbc24048b86899a0f216e9e30639" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-measurement-unit-widget/zipball/2f35fa0a0fcf76a93ebf4269ce0b879240289e71", - "reference": "2f35fa0a0fcf76a93ebf4269ce0b879240289e71", + "url": "https://api.github.com/repos/spryker-shop/product-bundle-widget/zipball/da4f6bd702d5dbc24048b86899a0f216e9e30639", + "reference": "da4f6bd702d5dbc24048b86899a0f216e9e30639", "shasum": "" }, "require": { "php": ">=8.0", - "spryker-shop/shop-ui": "^1.13.0", + "spryker-shop/customer-reorder-widget-extension": "^1.3.0", + "spryker-shop/shop-ui": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/product-measurement-unit-storage": "^1.1.0", - "spryker/product-quantity-storage": "^1.0.0 || ^3.0.0", - "spryker/twig": "^3.18.0", - "spryker/util-encoding": "^2.0.0", - "spryker/util-number": "^1.0.0" + "spryker/product-bundle": "^4.1.0 || ^6.0.0 || ^7.0.0", + "spryker/transfer": "^3.25.0", + "spryker/twig": "^3.18.0" }, "require-dev": { "spryker-shop/cart-page": "*", - "spryker/code-sniffer": "*" + "spryker-shop/multi-cart-widget": "*", + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "suggest": { - "spryker-shop/cart-page": "If you want to use CartProductMeasurementUnitQuantitySelectorWidget. Minimum required version: 3.33.0", - "spryker-shop/product-detail-page": "if you want to use ManageProductMeasurementUnitWidget." + "spryker-shop/cart-page": "Widget plugins are available for this module.", + "spryker-shop/multi-cart-page": "If you want to use ProductBundleItemCounterWidgetPlugin: ^1.0.0", + "spryker-shop/multi-cart-widget": "Add to use bundle product widgets" }, "type": "library", "extra": { @@ -10647,49 +12026,40 @@ "license": [ "proprietary" ], - "description": "ProductMeasurementUnitWidget module", + "description": "ProductBundleWidget module", "support": { - "source": "https://github.com/spryker-shop/product-measurement-unit-widget/tree/1.2.0" + "source": "https://github.com/spryker-shop/product-bundle-widget/tree/1.6.0" }, - "time": "2023-03-31T19:36:14+00:00" + "time": "2022-11-24T12:58:31+00:00" }, { - "name": "spryker-shop/product-new-page", - "version": "1.4.0", + "name": "spryker-shop/product-category-widget", + "version": "1.7.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-new-page.git", - "reference": "6fd14f36335fbdec3595dc6e269611c771708336" + "url": "https://github.com/spryker-shop/product-category-widget.git", + "reference": "0a73d53f8f65625960822f051012f5b6a58bf638" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-new-page/zipball/6fd14f36335fbdec3595dc6e269611c771708336", - "reference": "6fd14f36335fbdec3595dc6e269611c771708336", + "url": "https://api.github.com/repos/spryker-shop/product-category-widget/zipball/0a73d53f8f65625960822f051012f5b6a58bf638", + "reference": "0a73d53f8f65625960822f051012f5b6a58bf638", "shasum": "" }, "require": { "php": ">=8.0", "spryker-shop/shop-ui": "^1.0.0", - "spryker/catalog": "^5.2.0", - "spryker/kernel": "^3.52.0", - "spryker/locale": "^3.8.0 || ^4.0.0", - "spryker/product-new": "^1.1.0", - "spryker/symfony": "^3.1.0", - "spryker/url-storage": "^1.0.0", - "spryker/util-number": "^1.0.0" + "spryker/kernel": "^3.30.0", + "spryker/product-category-storage": "^1.11.0 || ^2.6.0", + "spryker/store": "^1.4.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { - "spryker-shop/catalog-page": "*", - "spryker-shop/shop-application": "*", - "spryker/code-sniffer": "*", - "spryker/router": "*", - "spryker/silex": "*" + "spryker-shop/product-detail-page": "*", + "spryker/code-sniffer": "*" }, "suggest": { - "spryker-shop/catalog-page": "Use this module when you want to use CatalogPage plugins.", - "spryker-shop/shop-application": "Use this module when using plugins that need ShopApplication dependencies.", - "spryker/router": "Use this module when you want to use the Router.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker-shop/product-detail-page": "Widget plugins are available for this module." }, "type": "library", "extra": { @@ -10706,29 +12076,36 @@ "license": [ "proprietary" ], - "description": "ProductNewPage module", + "description": "ProductCategoryWidget module", "support": { - "source": "https://github.com/spryker-shop/product-new-page/tree/1.4.0" + "source": "https://github.com/spryker-shop/product-category-widget/tree/1.7.0" }, - "time": "2023-03-31T19:36:14+00:00" + "time": "2023-04-20T13:53:45+00:00" }, { - "name": "spryker-shop/product-offer-shopping-list-widget", + "name": "spryker-shop/product-configuration-cart-widget", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-offer-shopping-list-widget.git", - "reference": "f9ace5001260c909be2fce6d4b99de1cfb72398a" + "url": "https://github.com/spryker-shop/product-configuration-cart-widget.git", + "reference": "58e47f635bc35548b4e47510c0e501027e49bb9f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-offer-shopping-list-widget/zipball/f9ace5001260c909be2fce6d4b99de1cfb72398a", - "reference": "f9ace5001260c909be2fce6d4b99de1cfb72398a", + "url": "https://api.github.com/repos/spryker-shop/product-configuration-cart-widget/zipball/58e47f635bc35548b4e47510c0e501027e49bb9f", + "reference": "58e47f635bc35548b4e47510c0e501027e49bb9f", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/kernel": "^3.30.0" + "php": ">=8.0", + "spryker-shop/product-configuration-cart-widget-extension": "^1.0.0", + "spryker-shop/product-configurator-gateway-page-extension": "^1.0.0", + "spryker-shop/shop-ui": "^1.54.0", + "spryker/application": "^3.0.0", + "spryker/kernel": "^3.30.0", + "spryker/product-configuration-cart": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -10748,31 +12125,28 @@ "license": [ "proprietary" ], - "description": "ProductOfferShoppingListWidget module", + "description": "ProductConfigurationCartWidget module", "support": { - "source": "https://github.com/spryker-shop/product-offer-shopping-list-widget/tree/1.0.0" + "source": "https://github.com/spryker-shop/product-configuration-cart-widget/tree/1.0.0" }, - "time": "2022-04-18T12:48:32+00:00" + "time": "2022-11-23T07:38:29+00:00" }, { - "name": "spryker-shop/product-offer-widget", - "version": "1.1.0", + "name": "spryker-shop/product-configuration-cart-widget-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-offer-widget.git", - "reference": "26ea3c861dcfc6e7ac07d38b5c5a3e3298f5c54b" + "url": "https://github.com/spryker-shop/product-configuration-cart-widget-extension.git", + "reference": "ce8f327393118167472ff75708c188c4e6cc51f3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-offer-widget/zipball/26ea3c861dcfc6e7ac07d38b5c5a3e3298f5c54b", - "reference": "26ea3c861dcfc6e7ac07d38b5c5a3e3298f5c54b", + "url": "https://api.github.com/repos/spryker-shop/product-configuration-cart-widget-extension/zipball/ce8f327393118167472ff75708c188c4e6cc51f3", + "reference": "ce8f327393118167472ff75708c188c4e6cc51f3", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker-shop/quick-order-page-extension": "^1.2.0", - "spryker/kernel": "^3.30.0", - "spryker/product-offer-storage": "^1.0.0" + "php": ">=8.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -10792,45 +12166,40 @@ "license": [ "proprietary" ], - "description": "ProductOfferWidget module", + "description": "ProductConfigurationCartWidgetExtension module", "support": { - "source": "https://github.com/spryker-shop/product-offer-widget/tree/1.1.0" + "source": "https://github.com/spryker-shop/product-configuration-cart-widget-extension/tree/1.0.0" }, - "time": "2022-04-04T15:20:02+00:00" + "time": "2022-10-18T17:47:18+00:00" }, { - "name": "spryker-shop/product-option-widget", - "version": "1.4.8", + "name": "spryker-shop/product-configuration-shopping-list-widget", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-option-widget.git", - "reference": "115c6219753ffe5c5898ffbbbf23d1dc77028d15" + "url": "https://github.com/spryker-shop/product-configuration-shopping-list-widget.git", + "reference": "27cc4f2c3024f64fa728cc2619ac83926545e9e2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-option-widget/zipball/115c6219753ffe5c5898ffbbbf23d1dc77028d15", - "reference": "115c6219753ffe5c5898ffbbbf23d1dc77028d15", + "url": "https://api.github.com/repos/spryker-shop/product-configuration-shopping-list-widget/zipball/27cc4f2c3024f64fa728cc2619ac83926545e9e2", + "reference": "27cc4f2c3024f64fa728cc2619ac83926545e9e2", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker-shop/shop-ui": "^1.0.0", - "spryker-shop/shopping-list-page-extension": "^1.1.0", + "php": ">=8.0", + "spryker-shop/product-configuration-shopping-list-widget-extension": "^1.0.0", + "spryker-shop/product-configurator-gateway-page-extension": "^1.0.0", + "spryker-shop/shop-ui": "^1.54.0", + "spryker/application": "^3.8.0", "spryker/kernel": "^3.30.0", - "spryker/product-option-storage": "^1.0.0", - "spryker/symfony": "^3.0.0" + "spryker/product-configuration-shopping-list": "^1.0.0", + "spryker/symfony": "^3.1.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { - "spryker-shop/cart-page": "*", - "spryker-shop/product-detail-page": "*", - "spryker-shop/shopping-list-page": "*", "spryker/code-sniffer": "*" }, - "suggest": { - "spryker-shop/cart-page": "Widget plugins are available for this module.", - "spryker-shop/product-detail-page": "Widget plugins are available for this module.", - "spryker-shop/shopping-list-page": "Widget plugins are available for this module." - }, "type": "library", "extra": { "branch-alias": { @@ -10846,52 +12215,32 @@ "license": [ "proprietary" ], - "description": "ProductOptionWidget module", + "description": "ProductConfigurationShoppingListWidget module", "support": { - "source": "https://github.com/spryker-shop/product-option-widget/tree/1.4.8" + "source": "https://github.com/spryker-shop/product-configuration-shopping-list-widget/tree/1.0.0" }, - "time": "2022-09-20T12:40:42+00:00" + "time": "2022-11-23T07:38:29+00:00" }, { - "name": "spryker-shop/product-packaging-unit-widget", - "version": "1.6.0", + "name": "spryker-shop/product-configuration-shopping-list-widget-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-packaging-unit-widget.git", - "reference": "006936ef6665ae3c641ca7deb788fa49003d6695" + "url": "https://github.com/spryker-shop/product-configuration-shopping-list-widget-extension.git", + "reference": "9a8cd29b4ff299e57af6f089b483c10c393c65a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-packaging-unit-widget/zipball/006936ef6665ae3c641ca7deb788fa49003d6695", - "reference": "006936ef6665ae3c641ca7deb788fa49003d6695", + "url": "https://api.github.com/repos/spryker-shop/product-configuration-shopping-list-widget-extension/zipball/9a8cd29b4ff299e57af6f089b483c10c393c65a1", + "reference": "9a8cd29b4ff299e57af6f089b483c10c393c65a1", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker-shop/quick-order-page-extension": "^1.0.0", - "spryker-shop/shop-ui": "^1.67.0", - "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/product-measurement-unit-storage": "^1.1.0", - "spryker/product-packaging-unit-storage": "^5.0.0", - "spryker/product-quantity-storage": "^1.0.0 || ^3.0.0", - "spryker/transfer": "^3.18.0", - "spryker/twig": "^3.18.0", - "spryker/util-encoding": "^2.0.0", - "spryker/util-number": "^1.0.0" + "php": ">=8.0" }, "require-dev": { - "spryker-shop/money-widget": "*", "spryker/code-sniffer": "*" }, - "suggest": { - "spryker-shop/cart-page": "Widgets are available for this module.", - "spryker-shop/checkout-page": "Widgets are available for this module.", - "spryker-shop/customer-page": "Widgets are available for this module.", - "spryker-shop/money-widget": "For using moneySymbol twig function: ^1.1.0", - "spryker-shop/product-configuration-widget": "Add the module if you want to use ProductConfigurationCartItemDisplayWidget.", - "spryker-shop/product-detail-page": "Widgets are available for this module." - }, "type": "library", "extra": { "branch-alias": { @@ -10907,42 +12256,38 @@ "license": [ "proprietary" ], - "description": "ProductPackagingUnitWidget module", + "description": "ProductConfigurationShoppingListWidgetExtension module", "support": { - "source": "https://github.com/spryker-shop/product-packaging-unit-widget/tree/1.6.0" + "source": "https://github.com/spryker-shop/product-configuration-shopping-list-widget-extension/tree/1.0.0" }, - "time": "2023-03-31T19:36:14+00:00" + "time": "2022-10-18T17:47:18+00:00" }, { - "name": "spryker-shop/product-relation-widget", - "version": "1.3.1", + "name": "spryker-shop/product-configuration-widget", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-relation-widget.git", - "reference": "379bfaf473d8ead256352a7749e9c64a0296cd2a" + "url": "https://github.com/spryker-shop/product-configuration-widget.git", + "reference": "08287f28274e1b7ddb820e43856df2f615c634dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-relation-widget/zipball/379bfaf473d8ead256352a7749e9c64a0296cd2a", - "reference": "379bfaf473d8ead256352a7749e9c64a0296cd2a", + "url": "https://api.github.com/repos/spryker-shop/product-configuration-widget/zipball/08287f28274e1b7ddb820e43856df2f615c634dd", + "reference": "08287f28274e1b7ddb820e43856df2f615c634dd", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker-shop/shop-ui": "^1.0.0", + "php": ">=8.0", + "spryker-shop/product-configuration-widget-extension": "^1.0.0", + "spryker-shop/shop-ui": "^1.54.0", + "spryker/application": "^3.8.0", "spryker/kernel": "^3.30.0", - "spryker/product-relation-storage": "^1.6.0 || ^2.0.0", - "spryker/store": "^1.4.0" + "spryker/symfony": "^3.1.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { - "spryker-shop/cart-page": "*", - "spryker-shop/product-detail-page": "*", "spryker/code-sniffer": "*" }, - "suggest": { - "spryker-shop/cart-page": "Widget plugins are available for this module.", - "spryker-shop/product-detail-page": "Widget plugins are available for this module." - }, "type": "library", "extra": { "branch-alias": { @@ -10958,39 +12303,32 @@ "license": [ "proprietary" ], - "description": "ProductRelationWidget module", + "description": "ProductConfigurationWidget module", "support": { - "source": "https://github.com/spryker-shop/product-relation-widget/tree/1.3.1" + "source": "https://github.com/spryker-shop/product-configuration-widget/tree/1.0.0" }, - "time": "2020-05-29T13:03:33+00:00" + "time": "2022-11-23T07:38:29+00:00" }, { - "name": "spryker-shop/product-replacement-for-widget", - "version": "1.5.2", + "name": "spryker-shop/product-configuration-widget-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-replacement-for-widget.git", - "reference": "622fd6ca9232a34a213b1e06b18b99a3c812c400" + "url": "https://github.com/spryker-shop/product-configuration-widget-extension.git", + "reference": "df5b39231db384bb15e9c415fdf8c964fd6c0126" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-replacement-for-widget/zipball/622fd6ca9232a34a213b1e06b18b99a3c812c400", - "reference": "622fd6ca9232a34a213b1e06b18b99a3c812c400", + "url": "https://api.github.com/repos/spryker-shop/product-configuration-widget-extension/zipball/df5b39231db384bb15e9c415fdf8c964fd6c0126", + "reference": "df5b39231db384bb15e9c415fdf8c964fd6c0126", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/kernel": "^3.30.0", - "spryker/product-alternative-storage": "^1.0.0", - "spryker/product-storage": "^1.14.0" + "php": ">=8.0" }, "require-dev": { - "spryker-shop/product-detail-page": "*", "spryker/code-sniffer": "*" }, - "suggest": { - "spryker-shop/product-detail-page": "if you want to use ProductReplacementForWidgetPlugin: ^1.1.0" - }, "type": "library", "extra": { "branch-alias": { @@ -11006,54 +12344,40 @@ "license": [ "proprietary" ], - "description": "ProductReplacementForWidget module", + "description": "ProductConfigurationWidgetExtension module", "support": { - "source": "https://github.com/spryker-shop/product-replacement-for-widget/tree/1.5.2" + "source": "https://github.com/spryker-shop/product-configuration-widget-extension/tree/1.0.0" }, - "time": "2020-10-23T12:49:10+00:00" + "time": "2022-10-18T17:47:18+00:00" }, { - "name": "spryker-shop/product-review-widget", - "version": "1.14.0", + "name": "spryker-shop/product-configuration-wishlist-widget", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-review-widget.git", - "reference": "bba7892cb61f85eb8ec49cf438258a017be74112" + "url": "https://github.com/spryker-shop/product-configuration-wishlist-widget.git", + "reference": "4757faceb02f9b5710a6547221bc5cc1fe505268" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-review-widget/zipball/bba7892cb61f85eb8ec49cf438258a017be74112", - "reference": "bba7892cb61f85eb8ec49cf438258a017be74112", + "url": "https://api.github.com/repos/spryker-shop/product-configuration-wishlist-widget/zipball/4757faceb02f9b5710a6547221bc5cc1fe505268", + "reference": "4757faceb02f9b5710a6547221bc5cc1fe505268", "shasum": "" }, "require": { "php": ">=8.0", - "spryker-shop/product-group-widget-extension": "^1.1.0", - "spryker-shop/shop-application": "^1.0.0", - "spryker-shop/shop-ui": "^1.34.0", + "spryker-shop/product-configuration-wishlist-widget-extension": "^1.0.0", + "spryker-shop/product-configurator-gateway-page-extension": "^1.0.0", + "spryker-shop/shop-ui": "^1.54.0", + "spryker-shop/wishlist-page-extension": "^1.0.0", "spryker/application": "^3.8.0", - "spryker/customer": "^7.4.0", - "spryker/kernel": "^3.52.0", - "spryker/product-review": "^1.3.0 || ^2.8.0", - "spryker/product-review-storage": "^1.0.0", - "spryker/storage": "^3.4.0", + "spryker/kernel": "^3.30.0", + "spryker/product-configuration-wishlist": "^1.0.0", "spryker/symfony": "^3.1.0", - "spryker/twig": "^3.18.0" + "spryker/transfer": "^3.25.0" }, "require-dev": { - "spryker-shop/catalog-page": "*", - "spryker-shop/product-detail-page": "*", - "spryker-shop/product-widget": "*", - "spryker/code-sniffer": "*", - "spryker/router": "*", - "spryker/silex": "*" - }, - "suggest": { - "spryker-shop/catalog-page": "Widget plugins are available for this module.", - "spryker-shop/product-detail-page": "Widget plugins are available for this module.", - "spryker-shop/product-widget": "Widget plugins are available for this module.", - "spryker/router": "Use this module when you want to use the Router.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -11070,53 +12394,36 @@ "license": [ "proprietary" ], - "description": "ProductReviewWidget module", + "description": "ProductConfigurationWishlistWidget module", "support": { - "source": "https://github.com/spryker-shop/product-review-widget/tree/1.14.0" + "source": "https://github.com/spryker-shop/product-configuration-wishlist-widget/tree/1.0.0" }, - "time": "2022-11-24T12:58:31+00:00" + "time": "2022-11-23T07:38:29+00:00" }, { - "name": "spryker-shop/product-search-widget", - "version": "3.5.0", + "name": "spryker-shop/product-configuration-wishlist-widget-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-search-widget.git", - "reference": "cd2d384eda95bb6082836efe7ac5fae730c7be19" + "url": "https://github.com/spryker-shop/product-configuration-wishlist-widget-extension.git", + "reference": "8dbbb7b62cfb1fda98d2ac8172ed5afd57a3d24e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-search-widget/zipball/cd2d384eda95bb6082836efe7ac5fae730c7be19", - "reference": "cd2d384eda95bb6082836efe7ac5fae730c7be19", + "url": "https://api.github.com/repos/spryker-shop/product-configuration-wishlist-widget-extension/zipball/8dbbb7b62cfb1fda98d2ac8172ed5afd57a3d24e", + "reference": "8dbbb7b62cfb1fda98d2ac8172ed5afd57a3d24e", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker-shop/product-search-widget-extension": "^1.0.0", - "spryker-shop/shop-ui": "^1.63.0", - "spryker/application": "^3.0.0", - "spryker/catalog": "^5.5.0", - "spryker/kernel": "^3.52.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/symfony": "^3.0.0", - "spryker/util-encoding": "^2.0.0" + "php": ">=8.0" }, "require-dev": { - "spryker-shop/shop-application": "*", - "spryker/code-sniffer": "*", - "spryker/router": "*", - "spryker/silex": "*" - }, - "suggest": { - "spryker-shop/quick-order-page": "Use this module when using plugins that need QuickOrderPage dependencies.", - "spryker-shop/shop-application": "Use this module when using plugins that need ShopApplication dependencies.", - "spryker/router": "If you want to use RouteProviderPlugins to be added to the Route Module.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -11128,35 +12435,53 @@ "license": [ "proprietary" ], - "description": "ProductSearchWidget module", + "description": "ProductConfigurationWishlistWidgetExtension module", "support": { - "source": "https://github.com/spryker-shop/product-search-widget/tree/3.5.0" + "source": "https://github.com/spryker-shop/product-configuration-wishlist-widget-extension/tree/1.0.0" }, - "time": "2023-03-31T19:36:14+00:00" + "time": "2022-10-18T17:47:18+00:00" }, { - "name": "spryker-shop/product-search-widget-extension", - "version": "1.0.0", + "name": "spryker-shop/product-configurator-gateway-page", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-search-widget-extension.git", - "reference": "f154467b090d36691f4b9cb8e76b4ece51b9bb11" + "url": "https://github.com/spryker-shop/product-configurator-gateway-page.git", + "reference": "3fe44dcb94f544f22035fd947342adca490d1b4b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-search-widget-extension/zipball/f154467b090d36691f4b9cb8e76b4ece51b9bb11", - "reference": "f154467b090d36691f4b9cb8e76b4ece51b9bb11", + "url": "https://api.github.com/repos/spryker-shop/product-configurator-gateway-page/zipball/3fe44dcb94f544f22035fd947342adca490d1b4b", + "reference": "3fe44dcb94f544f22035fd947342adca490d1b4b", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=8.0", + "spryker-shop/product-configurator-gateway-page-extension": "^1.0.0", + "spryker-shop/shop-application": "^1.0.0", + "spryker/application": "^3.8.0", + "spryker/glossary-storage": "^1.5.0", + "spryker/kernel": "^3.33.0", + "spryker/log": "^3.7.0", + "spryker/product-configuration": "^1.0.0", + "spryker/product-configuration-storage": "^1.0.0", + "spryker/product-storage": "^1.28.0", + "spryker/symfony": "^3.1.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/symfony": "*" + "spryker/config": "*", + "spryker/container": "*", + "spryker/event-dispatcher": "*", + "spryker/product": "*", + "spryker/propel": "*", + "spryker/router": "*", + "spryker/storage": "*", + "spryker/testify": "*" }, "suggest": { - "spryker/symfony": "Using plugins with symfony components." + "spryker/router": "Use this module when you want to use the Router." }, "type": "library", "extra": { @@ -11173,44 +12498,35 @@ "license": [ "proprietary" ], - "description": "ProductSearchWidgetExtension module", + "description": "ProductConfiguratorGatewayPage module", "support": { - "source": "https://github.com/spryker-shop/product-search-widget-extension/tree/1.0.0" + "source": "https://github.com/spryker-shop/product-configurator-gateway-page/tree/1.0.1" }, - "time": "2022-04-04T15:20:02+00:00" + "time": "2022-12-02T08:46:50+00:00" }, { - "name": "spryker-shop/product-set-detail-page", - "version": "1.9.1", + "name": "spryker-shop/product-configurator-gateway-page-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-set-detail-page.git", - "reference": "156b016038fadeb6124f68b67ab665bdcdb6a2d6" + "url": "https://github.com/spryker-shop/product-configurator-gateway-page-extension.git", + "reference": "1058049e19f587a8985d0fb41d8c1ac46016ddea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-set-detail-page/zipball/156b016038fadeb6124f68b67ab665bdcdb6a2d6", - "reference": "156b016038fadeb6124f68b67ab665bdcdb6a2d6", + "url": "https://api.github.com/repos/spryker-shop/product-configurator-gateway-page-extension/zipball/1058049e19f587a8985d0fb41d8c1ac46016ddea", + "reference": "1058049e19f587a8985d0fb41d8c1ac46016ddea", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker-shop/shop-application": "^1.0.0", - "spryker-shop/shop-router-extension": "^1.0.0", - "spryker-shop/shop-ui": "^1.0.0", - "spryker-shop/storage-router-extension": "^1.0.0", - "spryker/kernel": "^3.52.0", - "spryker/product-set-storage": "^1.0.0", - "spryker/product-storage": "^1.14.0", - "spryker/symfony": "^3.0.0" + "php": ">=8.0" }, "require-dev": { - "spryker-shop/product-set-widget": "*", - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/symfony": "*" }, "suggest": { - "spryker-shop/product-set-widget": "If you want to use components from module ProductSetWidget or ProductSetWidgetPlugin.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/symfony": "If you want to use form extension plugins." }, "type": "library", "extra": { @@ -11227,48 +12543,60 @@ "license": [ "proprietary" ], - "description": "ProductSetDetailPage module", + "description": "ProductConfiguratorGatewayPageExtension module", "support": { - "source": "https://github.com/spryker-shop/product-set-detail-page/tree/1.9.1" + "source": "https://github.com/spryker-shop/product-configurator-gateway-page-extension/tree/1.0.0" }, - "time": "2023-01-27T14:36:44+00:00" + "time": "2022-10-18T17:47:18+00:00" }, { - "name": "spryker-shop/product-set-list-page", - "version": "1.1.2", + "name": "spryker-shop/product-detail-page", + "version": "3.19.1", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-set-list-page.git", - "reference": "d88585a04548075d7b11fb30b3998fd47299a317" + "url": "https://github.com/spryker-shop/product-detail-page.git", + "reference": "4a41f28ee8a6012019d8f38d6ffc9fb34818a33b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-set-list-page/zipball/d88585a04548075d7b11fb30b3998fd47299a317", - "reference": "d88585a04548075d7b11fb30b3998fd47299a317", + "url": "https://api.github.com/repos/spryker-shop/product-detail-page/zipball/4a41f28ee8a6012019d8f38d6ffc9fb34818a33b", + "reference": "4a41f28ee8a6012019d8f38d6ffc9fb34818a33b", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker-shop/shop-ui": "^1.0.0", + "php": ">=8.0", + "spryker-shop/shop-application": "^1.0.0", + "spryker-shop/shop-router-extension": "^1.0.0", + "spryker-shop/shop-ui": "^1.44.0", + "spryker-shop/storage-router-extension": "^1.0.0", "spryker/kernel": "^3.52.0", - "spryker/product-set-page-search": "^1.0.0", + "spryker/product-storage": "^1.19.0", + "spryker/storage": "^3.4.0", "spryker/symfony": "^3.1.0" }, "require-dev": { - "spryker-shop/shop-application": "*", - "spryker/code-sniffer": "*", - "spryker/router": "*", - "spryker/silex": "*" + "spryker-shop/availability-widget": "*", + "spryker-shop/cms-block-widget": "*", + "spryker-shop/product-group-widget": "*", + "spryker-shop/product-review-widget": "*", + "spryker-shop/wishlist-widget": "*", + "spryker/code-sniffer": "*" }, "suggest": { - "spryker-shop/shop-application": "Use this module when using plugins that need ShopApplication dependencies.", - "spryker/router": "Use this module when you want to use the Router.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker-shop/asset-widget": "If you want to use components from module AssetWidget", + "spryker-shop/availability-widget": "If you want to use components from module AvailabilityWidget or AvailabilityWidgetPlugin.", + "spryker-shop/cart-page": "Add the module if you want to use CartAddProductAsSeparateItemWidget.", + "spryker-shop/cms-block-widget": "If you want to use components from module CmsBlockWidget or ProductCmsBlockWidgetPlugin.", + "spryker-shop/product-bundle-widget": "If you want to use components from module ProductBundle", + "spryker-shop/product-configuration-widget": "Add the module if you want to use ProductConfigurationProductViewDisplayWidget or ProductConfigurationProductDetailPageButtonWidget.", + "spryker-shop/product-group-widget": "If you want to use components from module ProductGroupColorWidget or ProductGroupWidget", + "spryker-shop/product-review-widget": "If you want to use ProductDetailPageReviewWidget or ProductReviewWidgetPlugin.", + "spryker-shop/wishlist-widget": "If you want to use components from module WishlistWidget or WishlistWidgetPlugin." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -11280,41 +12608,41 @@ "license": [ "proprietary" ], - "description": "ProductSetListPage module", + "description": "ProductDetailPage module", "support": { - "source": "https://github.com/spryker-shop/product-set-list-page/tree/master" + "source": "https://github.com/spryker-shop/product-detail-page/tree/3.19.1" }, - "time": "2020-07-24T04:43:12+00:00" + "time": "2023-04-20T13:53:45+00:00" }, { - "name": "spryker-shop/product-set-widget", - "version": "1.8.0", + "name": "spryker-shop/product-discontinued-widget", + "version": "1.1.1", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-set-widget.git", - "reference": "804ab335c815bc94ceca8648db51554b99fd4e95" + "url": "https://github.com/spryker-shop/product-discontinued-widget.git", + "reference": "de929f25db160e490e7787deef0869a7ce8fd7ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-set-widget/zipball/804ab335c815bc94ceca8648db51554b99fd4e95", - "reference": "804ab335c815bc94ceca8648db51554b99fd4e95", + "url": "https://api.github.com/repos/spryker-shop/product-discontinued-widget/zipball/de929f25db160e490e7787deef0869a7ce8fd7ab", + "reference": "de929f25db160e490e7787deef0869a7ce8fd7ab", "shasum": "" }, "require": { "php": ">=7.2", - "spryker-shop/shop-ui": "^1.43.0", - "spryker/kernel": "^3.30.0" + "spryker/kernel": "^3.30.0", + "spryker/product-discontinued-storage": "^1.0.0" }, "require-dev": { - "spryker-shop/cms-content-widget-product-set-connector": "*", "spryker-shop/product-detail-page": "*", - "spryker-shop/product-set-detail-page": "*", + "spryker-shop/shopping-list-page": "*", + "spryker-shop/wishlist-page": "*", "spryker/code-sniffer": "*" }, "suggest": { - "spryker-shop/cms-content-widget-product-set-connector": "Use this module when using plugins that need CmsContentWidgetProductSetConnector dependencies.", - "spryker-shop/product-detail-page": "Use this module when using plugins that need ProductDetailPage dependencies.", - "spryker-shop/product-set-detail-page": "Widget plugins are available for this module." + "spryker-shop/product-detail-page": "if you want to use ProductDiscontinuedWidgetPlugin: ^1.1.0", + "spryker-shop/shopping-list-page": "if you want to use ProductDiscontinuedWidgetPlugin: ^0.4.1", + "spryker-shop/wishlist-page": "if you want to use ProductDiscontinuedWidgetPlugin: ^1.1.0" }, "type": "library", "extra": { @@ -11331,46 +12659,37 @@ "license": [ "proprietary" ], - "description": "ProductSetWidget module", + "description": "ProductDiscontinuedWidget module", "support": { - "source": "https://github.com/spryker-shop/product-set-widget/tree/1.8.0" + "source": "https://github.com/spryker-shop/product-discontinued-widget/tree/master" }, - "time": "2020-07-10T13:59:02+00:00" + "time": "2020-05-29T13:03:33+00:00" }, { - "name": "spryker-shop/product-widget", - "version": "1.3.1", + "name": "spryker-shop/product-group-widget", + "version": "1.9.1", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-widget.git", - "reference": "77496565f4032949b72f1bd9074fe2768da64415" + "url": "https://github.com/spryker-shop/product-group-widget.git", + "reference": "f766b97e18b36fbf960c0a180a1befe6630546b9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-widget/zipball/77496565f4032949b72f1bd9074fe2768da64415", - "reference": "77496565f4032949b72f1bd9074fe2768da64415", + "url": "https://api.github.com/repos/spryker-shop/product-group-widget/zipball/f766b97e18b36fbf960c0a180a1befe6630546b9", + "reference": "f766b97e18b36fbf960c0a180a1befe6630546b9", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker-shop/shop-ui": "^1.34.0", - "spryker/kernel": "^3.30.0" + "php": ">=7.4", + "spryker-shop/product-group-widget-extension": "^1.1.0", + "spryker-shop/shop-ui": "^1.43.0", + "spryker/kernel": "^3.33.0", + "spryker/product-group-storage": "^1.0.0", + "spryker/product-storage": "^1.20.0" }, "require-dev": { - "spryker-shop/catalog-page": "*", - "spryker-shop/cms-content-widget-product-connector": "*", - "spryker-shop/product-alternative-widget": "*", - "spryker-shop/product-relation-widget": "*", - "spryker-shop/product-replacement-for-widget": "*", "spryker/code-sniffer": "*" }, - "suggest": { - "spryker-shop/catalog-page": "Widget plugins are available for this module.", - "spryker-shop/cms-content-widget-product-connector": "Use this module when using plugins that need CmsContentWidgetProductConnector dependencies.", - "spryker-shop/product-alternative-widget": "if you want to use ProductWidgetPlugin: ^1.0.0", - "spryker-shop/product-relation-widget": "Widget plugins are available for this module.", - "spryker-shop/product-replacement-for-widget": "if you want to use ProductWidgetPlugin: ^1.0.0" - }, "type": "library", "extra": { "branch-alias": { @@ -11386,63 +12705,36 @@ "license": [ "proprietary" ], - "description": "ProductWidget module", + "description": "ProductGroupWidget module", "support": { - "source": "https://github.com/spryker-shop/product-widget/tree/1.3.1" + "source": "https://github.com/spryker-shop/product-group-widget/tree/1.9.1" }, - "time": "2020-05-29T13:03:33+00:00" + "time": "2022-05-31T08:35:00+00:00" }, { - "name": "spryker-shop/quick-order-page", - "version": "4.9.0", + "name": "spryker-shop/product-group-widget-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/quick-order-page.git", - "reference": "f0cbda263386ba417df197002b8e63b03433dfdf" + "url": "https://github.com/spryker-shop/product-group-widget-extension.git", + "reference": "250d546df3d2efa993fb7198ed393ec1a7ac7f95" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/quick-order-page/zipball/f0cbda263386ba417df197002b8e63b03433dfdf", - "reference": "f0cbda263386ba417df197002b8e63b03433dfdf", + "url": "https://api.github.com/repos/spryker-shop/product-group-widget-extension/zipball/250d546df3d2efa993fb7198ed393ec1a7ac7f95", + "reference": "250d546df3d2efa993fb7198ed393ec1a7ac7f95", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker-shop/quick-order-page-extension": "^1.2.0", - "spryker-shop/shop-application": "^1.0.0", - "spryker-shop/shop-ui": "^1.63.0", - "spryker/application": "^3.0.0", - "spryker/cart": "^4.0.0 || ^5.0.0 || ^7.0.0", - "spryker/kernel": "^3.52.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/price-product-storage": "^2.9.0 || ^4.0.0", - "spryker/product-quantity-storage": "^1.2.0 || ^3.0.0", - "spryker/product-storage": "^1.7.0", - "spryker/quick-order": "^1.1.0 || ^3.0.0", - "spryker/quote": "^1.0.0 || ^2.0.0", - "spryker/symfony": "^3.1.0", - "spryker/util-csv": "^1.0.0", - "spryker/zed-request": "^3.6.0" + "php": ">=7.3" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/product": "*", - "spryker/propel": "*", - "spryker/router": "*", - "spryker/silex": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker-shop/cart-page": "Widget plugins are available for this module.", - "spryker-shop/checkout-page": "Widget plugins are available for this module.", - "spryker-shop/merchant-search-widget": "If you want to render a Merchants filter.", - "spryker/router": "If you want to use RouteProviderPlugins to be added to the Route Module.", - "spryker/silex": "If you want to use ServiceProvider." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -11454,35 +12746,37 @@ "license": [ "proprietary" ], - "description": "QuickOrderPage module", + "description": "ProductGroupWidgetExtension module", "support": { - "source": "https://github.com/spryker-shop/quick-order-page/tree/4.9.0" + "source": "https://github.com/spryker-shop/product-group-widget-extension/tree/1.1.0" }, - "time": "2023-03-31T19:36:14+00:00" + "time": "2021-08-30T09:48:16+00:00" }, { - "name": "spryker-shop/quick-order-page-extension", - "version": "1.2.0", + "name": "spryker-shop/product-image-widget", + "version": "1.0.2", "source": { "type": "git", - "url": "https://github.com/spryker-shop/quick-order-page-extension.git", - "reference": "d498977b429066b4a31d05ee4ccc3d72e9b29cbb" + "url": "https://github.com/spryker-shop/product-image-widget.git", + "reference": "ec456f6b6a9954ddb9a787b9b590f734d6189652" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/quick-order-page-extension/zipball/d498977b429066b4a31d05ee4ccc3d72e9b29cbb", - "reference": "d498977b429066b4a31d05ee4ccc3d72e9b29cbb", + "url": "https://api.github.com/repos/spryker-shop/product-image-widget/zipball/ec456f6b6a9954ddb9a787b9b590f734d6189652", + "reference": "ec456f6b6a9954ddb9a787b9b590f734d6189652", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=7.2", + "spryker-shop/shop-ui": "^1.40.0", + "spryker/kernel": "^3.30.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/symfony": "*" + "spryker-shop/product-detail-page": "*", + "spryker/code-sniffer": "*" }, "suggest": { - "spryker/symfony": "If you want to use symfony forms" + "spryker-shop/product-detail-page": "Widget plugins are available for this module." }, "type": "library", "extra": { @@ -11499,49 +12793,43 @@ "license": [ "proprietary" ], - "description": "QuickOrderPageExtension module", + "description": "ProductImageWidget module", "support": { - "source": "https://github.com/spryker-shop/quick-order-page-extension/tree/1.2.0" + "source": "https://github.com/spryker-shop/product-image-widget/tree/1.0.2" }, - "time": "2022-04-04T15:20:02+00:00" + "time": "2020-06-12T10:16:02+00:00" }, { - "name": "spryker-shop/quote-approval-widget", - "version": "1.4.0", + "name": "spryker-shop/product-label-widget", + "version": "1.6.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/quote-approval-widget.git", - "reference": "5e7b51e8afa7aa813174e3142c02923fd5dce910" + "url": "https://github.com/spryker-shop/product-label-widget.git", + "reference": "1f0a6ef71569d2fe0ec684b4ed298979e901d6f2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/quote-approval-widget/zipball/5e7b51e8afa7aa813174e3142c02923fd5dce910", - "reference": "5e7b51e8afa7aa813174e3142c02923fd5dce910", + "url": "https://api.github.com/repos/spryker-shop/product-label-widget/zipball/1f0a6ef71569d2fe0ec684b4ed298979e901d6f2", + "reference": "1f0a6ef71569d2fe0ec684b4ed298979e901d6f2", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker-shop/checkout-page-extension": "^1.1.0", - "spryker-shop/shop-application": "^1.2.0", - "spryker-shop/shop-application-extension": "^1.2.0", - "spryker-shop/shop-ui": "^1.54.0", - "spryker/application": "^3.0.0", - "spryker/customer": "^7.11.0", - "spryker/glossary-storage": "^1.0.0", - "spryker/kernel": "^3.52.0", - "spryker/money": "^2.6.0", - "spryker/quote": "^2.0.0", - "spryker/quote-approval": "^1.2.0", - "spryker/symfony": "^3.0.0" + "php": ">=7.4", + "spryker-shop/product-group-widget-extension": "^1.0.0", + "spryker-shop/shop-ui": "^1.34.0", + "spryker/kernel": "^3.30.0", + "spryker/product-label-storage": "^1.9.0 || ^2.0.0", + "spryker/store": "^1.4.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/router": "*", - "spryker/silex": "^2.0.0" + "spryker-shop/product-detail-page": "*", + "spryker-shop/product-widget": "*", + "spryker/code-sniffer": "*" }, "suggest": { - "spryker/router": "Use this module when you want to use the Router.", - "spryker/silex": "^2.0.0" + "spryker-shop/product-detail-page": "Widget plugins are available for this module.", + "spryker-shop/product-widget": "Widget plugins are available for this module." }, "type": "library", "extra": { @@ -11558,75 +12846,49 @@ "license": [ "proprietary" ], - "description": "QuoteApprovalWidget module", + "description": "ProductLabelWidget module", "support": { - "source": "https://github.com/spryker-shop/quote-approval-widget/tree/1.4.0" + "source": "https://github.com/spryker-shop/product-label-widget/tree/1.6.0" }, - "time": "2021-08-16T08:44:35+00:00" + "time": "2021-10-29T12:16:12+00:00" }, { - "name": "spryker-shop/quote-request-agent-page", - "version": "3.3.0", + "name": "spryker-shop/product-measurement-unit-widget", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/quote-request-agent-page.git", - "reference": "3a84b006929a0a447d300a5e41bfab43fa567c33" + "url": "https://github.com/spryker-shop/product-measurement-unit-widget.git", + "reference": "2f35fa0a0fcf76a93ebf4269ce0b879240289e71" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/quote-request-agent-page/zipball/3a84b006929a0a447d300a5e41bfab43fa567c33", - "reference": "3a84b006929a0a447d300a5e41bfab43fa567c33", + "url": "https://api.github.com/repos/spryker-shop/product-measurement-unit-widget/zipball/2f35fa0a0fcf76a93ebf4269ce0b879240289e71", + "reference": "2f35fa0a0fcf76a93ebf4269ce0b879240289e71", "shasum": "" }, "require": { "php": ">=8.0", - "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.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-shop/shop-ui": "^1.13.0", + "spryker/kernel": "^3.30.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", - "spryker/quote": "^2.0.0", - "spryker/quote-request": "^2.0.0", - "spryker/quote-request-agent": "^2.2.0", - "spryker/shipment": "^8.4.0", - "spryker/step-engine": "^3.3.0", - "spryker/store": "^1.8.0", - "spryker/symfony": "^3.1.0", + "spryker/product-measurement-unit-storage": "^1.1.0", + "spryker/product-quantity-storage": "^1.0.0 || ^3.0.0", "spryker/twig": "^3.18.0", - "spryker/util-date-time": "^1.0.0" + "spryker/util-encoding": "^2.0.0", + "spryker/util-number": "^1.0.0" }, "require-dev": { - "spryker-shop/agent-page": "*", "spryker-shop/cart-page": "*", - "spryker-shop/configurable-bundle-widget": "*", - "spryker-shop/quote-request-page": "*", - "spryker/code-sniffer": "*", - "spryker/router": "*", - "spryker/silex": "*" + "spryker/code-sniffer": "*" }, "suggest": { - "spryker-shop/agent-page": "If you want to use agent layout templates: ^1.2.0", - "spryker-shop/cart-page": "If you use shipment or shipment price customization during quote request: ^3.16.0", - "spryker-shop/company-user-agent-widget": "If you want to use company user auto-complete form: ^1.0.0", - "spryker-shop/configurable-bundle-widget": "If you want to use configurable bundle widget functionality", - "spryker-shop/customer-page": "If you use shipment or shipment price customization during quote request: ^2.13.0", - "spryker-shop/quote-request-page": "To have all functionality of QuoteRequestAgentPage: ^3.0.0", - "spryker/router": "Use this module if you want use the RouterProviderPlugin.", - "spryker/shipment-cart-connector": "If you want to use shipment totals in quote or shipment source prices, min version 2.1.0", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker-shop/cart-page": "If you want to use CartProductMeasurementUnitQuantitySelectorWidget. Minimum required version: 3.33.0", + "spryker-shop/product-detail-page": "if you want to use ManageProductMeasurementUnitWidget." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -11638,36 +12900,49 @@ "license": [ "proprietary" ], - "description": "QuoteRequestAgentPage module", + "description": "ProductMeasurementUnitWidget module", "support": { - "source": "https://github.com/spryker-shop/quote-request-agent-page/tree/3.3.0" + "source": "https://github.com/spryker-shop/product-measurement-unit-widget/tree/1.2.0" }, - "time": "2023-05-29T08:40:55+00:00" + "time": "2023-03-31T19:36:14+00:00" }, { - "name": "spryker-shop/quote-request-agent-page-extension", - "version": "1.0.0", + "name": "spryker-shop/product-new-page", + "version": "1.4.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/quote-request-agent-page-extension.git", - "reference": "5d75565f470acb7ac6aa3485409bc2bf1bcda6ff" + "url": "https://github.com/spryker-shop/product-new-page.git", + "reference": "6fd14f36335fbdec3595dc6e269611c771708336" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/quote-request-agent-page-extension/zipball/5d75565f470acb7ac6aa3485409bc2bf1bcda6ff", - "reference": "5d75565f470acb7ac6aa3485409bc2bf1bcda6ff", + "url": "https://api.github.com/repos/spryker-shop/product-new-page/zipball/6fd14f36335fbdec3595dc6e269611c771708336", + "reference": "6fd14f36335fbdec3595dc6e269611c771708336", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.0", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/catalog": "^5.2.0", + "spryker/kernel": "^3.52.0", + "spryker/locale": "^3.8.0 || ^4.0.0", + "spryker/product-new": "^1.1.0", + "spryker/symfony": "^3.1.0", + "spryker/url-storage": "^1.0.0", + "spryker/util-number": "^1.0.0" }, "require-dev": { + "spryker-shop/catalog-page": "*", + "spryker-shop/shop-application": "*", "spryker/code-sniffer": "*", - "spryker/symfony": "*", - "spryker/testify": "*" + "spryker/router": "*", + "spryker/silex": "*" }, "suggest": { - "spryker/symfony": "If you want to use QuoteRequestAgentPage form expander plugins." + "spryker-shop/catalog-page": "Use this module when you want to use CatalogPage plugins.", + "spryker-shop/shop-application": "Use this module when using plugins that need ShopApplication dependencies.", + "spryker/router": "Use this module when you want to use the Router.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." }, "type": "library", "extra": { @@ -11684,54 +12959,37 @@ "license": [ "proprietary" ], - "description": "QuoteRequestAgentPageExtension module", + "description": "ProductNewPage module", "support": { - "source": "https://github.com/spryker-shop/quote-request-agent-page-extension/tree/1.0.0" + "source": "https://github.com/spryker-shop/product-new-page/tree/1.4.0" }, - "time": "2019-05-08T08:02:51+00:00" + "time": "2023-03-31T19:36:14+00:00" }, { - "name": "spryker-shop/quote-request-agent-widget", - "version": "2.6.0", + "name": "spryker-shop/product-offer-shopping-list-widget", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/quote-request-agent-widget.git", - "reference": "4c1c29b137dc5c1dcdf5a130301b3d68d570573e" + "url": "https://github.com/spryker-shop/product-offer-shopping-list-widget.git", + "reference": "f9ace5001260c909be2fce6d4b99de1cfb72398a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/quote-request-agent-widget/zipball/4c1c29b137dc5c1dcdf5a130301b3d68d570573e", - "reference": "4c1c29b137dc5c1dcdf5a130301b3d68d570573e", + "url": "https://api.github.com/repos/spryker-shop/product-offer-shopping-list-widget/zipball/f9ace5001260c909be2fce6d4b99de1cfb72398a", + "reference": "f9ace5001260c909be2fce6d4b99de1cfb72398a", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker-shop/shop-application": "^1.2.0", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/application": "^3.8.0", - "spryker/customer": "^7.0.0", - "spryker/kernel": "^3.52.0", - "spryker/messenger": "^3.0.0", - "spryker/persistent-cart": "^1.8.0 || ^3.0.0", - "spryker/quote": "^2.0.0", - "spryker/quote-request-agent": "^2.2.0", - "spryker/symfony": "^3.1.0", - "spryker/twig": "^3.18.0" + "php": ">=7.4", + "spryker/kernel": "^3.30.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/router": "*", - "spryker/silex": "*" - }, - "suggest": { - "spryker-shop/quote-request-agent-page": "Use this module if you want see quote request agent pages.", - "spryker/router": "Use this module if you want use the RouterProviderPlugin.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -11743,70 +13001,39 @@ "license": [ "proprietary" ], - "description": "QuoteRequestAgentWidget module", + "description": "ProductOfferShoppingListWidget module", "support": { - "source": "https://github.com/spryker-shop/quote-request-agent-widget/tree/2.6.0" + "source": "https://github.com/spryker-shop/product-offer-shopping-list-widget/tree/1.0.0" }, - "time": "2022-11-24T12:58:31+00:00" + "time": "2022-04-18T12:48:32+00:00" }, { - "name": "spryker-shop/quote-request-page", - "version": "3.4.0", + "name": "spryker-shop/product-offer-widget", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/quote-request-page.git", - "reference": "082f82034dd7fb4e7f0c07d449ee1d8fbd56ec8e" + "url": "https://github.com/spryker-shop/product-offer-widget.git", + "reference": "26ea3c861dcfc6e7ac07d38b5c5a3e3298f5c54b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/quote-request-page/zipball/082f82034dd7fb4e7f0c07d449ee1d8fbd56ec8e", - "reference": "082f82034dd7fb4e7f0c07d449ee1d8fbd56ec8e", + "url": "https://api.github.com/repos/spryker-shop/product-offer-widget/zipball/26ea3c861dcfc6e7ac07d38b5c5a3e3298f5c54b", + "reference": "26ea3c861dcfc6e7ac07d38b5c5a3e3298f5c54b", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker-shop/checkout-page-extension": "^1.2.0", - "spryker-shop/quote-request-page-extension": "^1.0.0", - "spryker-shop/shop-application": "^1.0.0", - "spryker-shop/shop-ui": "^1.38.0", - "spryker/application": "^3.8.0", - "spryker/cart": "^5.0.0 || ^7.0.0", - "spryker/company-user": "^2.10.0", - "spryker/customer": "^7.0.0", - "spryker/kernel": "^3.52.0", - "spryker/persistent-cart": "^1.8.0 || ^3.0.0", - "spryker/quote": "^2.0.0", - "spryker/quote-request": "^2.2.0", - "spryker/shipment": "^8.4.0", - "spryker/step-engine": "^3.3.0", - "spryker/symfony": "^3.1.0", - "spryker/twig": "^3.18.0", - "spryker/util-date-time": "^1.0.0" + "php": ">=7.4", + "spryker-shop/quick-order-page-extension": "^1.2.0", + "spryker/kernel": "^3.30.0", + "spryker/product-offer-storage": "^1.0.0" }, "require-dev": { - "spryker-shop/cart-page": "*", - "spryker-shop/customer-page": "*", - "spryker-shop/product-option-widget": "*", - "spryker/code-sniffer": "*", - "spryker/router": "*", - "spryker/silex": "*" - }, - "suggest": { - "spryker-shop/cart-page": "If you use shipment or shipment price customization during quote request: ^3.16.0", - "spryker-shop/checkout-page": "If you use shipment selection for quote requests or want to customize checkout steps during quote request: ^3.12.0", - "spryker-shop/configurable-bundle-widget": "If you want to use configurable bundle widget functionality", - "spryker-shop/customer-page": "If you use shipment or shipment price customization during quote request: ^2.13.0", - "spryker-shop/discount-widget": "If you want to use discount widget functionality: ^1.2.0", - "spryker-shop/product-configuration-widget": "Add the module if you want to use ProductConfigurationCartItemDisplayWidget.", - "spryker-shop/product-option-widget": "If you want to use product option widget functionality", - "spryker-shop/product-packaging-unit-widget": "If you want to use product packaging unit widget functionality", - "spryker/router": "Use this module if you want use the RouterProviderPlugin.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -11818,36 +13045,44 @@ "license": [ "proprietary" ], - "description": "QuoteRequestPage module", + "description": "ProductOfferWidget module", "support": { - "source": "https://github.com/spryker-shop/quote-request-page/tree/3.4.0" + "source": "https://github.com/spryker-shop/product-offer-widget/tree/1.1.0" }, - "time": "2022-11-24T12:58:31+00:00" + "time": "2022-04-04T15:20:02+00:00" }, { - "name": "spryker-shop/quote-request-page-extension", - "version": "1.0.0", + "name": "spryker-shop/product-option-widget", + "version": "1.4.8", "source": { "type": "git", - "url": "https://github.com/spryker-shop/quote-request-page-extension.git", - "reference": "65e452cd63d151575e724797e40123d097744fac" + "url": "https://github.com/spryker-shop/product-option-widget.git", + "reference": "115c6219753ffe5c5898ffbbbf23d1dc77028d15" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/quote-request-page-extension/zipball/65e452cd63d151575e724797e40123d097744fac", - "reference": "65e452cd63d151575e724797e40123d097744fac", + "url": "https://api.github.com/repos/spryker-shop/product-option-widget/zipball/115c6219753ffe5c5898ffbbbf23d1dc77028d15", + "reference": "115c6219753ffe5c5898ffbbbf23d1dc77028d15", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.4", + "spryker-shop/shop-ui": "^1.0.0", + "spryker-shop/shopping-list-page-extension": "^1.1.0", + "spryker/kernel": "^3.30.0", + "spryker/product-option-storage": "^1.0.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/symfony": "*", - "spryker/testify": "*" + "spryker-shop/cart-page": "*", + "spryker-shop/product-detail-page": "*", + "spryker-shop/shopping-list-page": "*", + "spryker/code-sniffer": "*" }, "suggest": { - "spryker/symfony": "If you want to use QuoteRequestPage form expander plugins." + "spryker-shop/cart-page": "Widget plugins are available for this module.", + "spryker-shop/product-detail-page": "Widget plugins are available for this module.", + "spryker-shop/shopping-list-page": "Widget plugins are available for this module." }, "type": "library", "extra": { @@ -11864,53 +13099,56 @@ "license": [ "proprietary" ], - "description": "QuoteRequestPageExtension module", + "description": "ProductOptionWidget module", "support": { - "source": "https://github.com/spryker-shop/quote-request-page-extension/tree/master" + "source": "https://github.com/spryker-shop/product-option-widget/tree/1.4.8" }, - "time": "2019-05-08T08:02:51+00:00" + "time": "2022-09-20T12:40:42+00:00" }, { - "name": "spryker-shop/quote-request-widget", - "version": "2.5.0", + "name": "spryker-shop/product-packaging-unit-widget", + "version": "1.6.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/quote-request-widget.git", - "reference": "21c465f3282f9de51a69621881bb7bb75960ea4f" + "url": "https://github.com/spryker-shop/product-packaging-unit-widget.git", + "reference": "006936ef6665ae3c641ca7deb788fa49003d6695" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/quote-request-widget/zipball/21c465f3282f9de51a69621881bb7bb75960ea4f", - "reference": "21c465f3282f9de51a69621881bb7bb75960ea4f", + "url": "https://api.github.com/repos/spryker-shop/product-packaging-unit-widget/zipball/006936ef6665ae3c641ca7deb788fa49003d6695", + "reference": "006936ef6665ae3c641ca7deb788fa49003d6695", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker-shop/shop-application": "^1.2.0", - "spryker-shop/shop-ui": "^1.54.0", - "spryker/application": "^3.8.0", - "spryker/company-user": "^2.10.0", - "spryker/customer": "^7.0.0", - "spryker/kernel": "^3.52.0", - "spryker/persistent-cart": "^1.8.0 || ^3.0.0", - "spryker/quote": "^2.0.0", - "spryker/quote-request": "^2.2.0", - "spryker/symfony": "^3.1.0" + "php": ">=8.0", + "spryker-shop/quick-order-page-extension": "^1.0.0", + "spryker-shop/shop-ui": "^1.67.0", + "spryker/kernel": "^3.30.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/product-measurement-unit-storage": "^1.1.0", + "spryker/product-packaging-unit-storage": "^5.0.0", + "spryker/product-quantity-storage": "^1.0.0 || ^3.0.0", + "spryker/transfer": "^3.18.0", + "spryker/twig": "^3.18.0", + "spryker/util-encoding": "^2.0.0", + "spryker/util-number": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/router": "*", - "spryker/silex": "*" + "spryker-shop/money-widget": "*", + "spryker/code-sniffer": "*" }, "suggest": { - "spryker-shop/quote-request-page": "Use this module if you want see quote request pages.", - "spryker/router": "Use this module if you want use the RouterProviderPlugin.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker-shop/cart-page": "Widgets are available for this module.", + "spryker-shop/checkout-page": "Widgets are available for this module.", + "spryker-shop/customer-page": "Widgets are available for this module.", + "spryker-shop/money-widget": "For using moneySymbol twig function: ^1.1.0", + "spryker-shop/product-configuration-widget": "Add the module if you want to use ProductConfigurationCartItemDisplayWidget.", + "spryker-shop/product-detail-page": "Widgets are available for this module." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -11922,42 +13160,41 @@ "license": [ "proprietary" ], - "description": "QuoteRequestWidget module", + "description": "ProductPackagingUnitWidget module", "support": { - "source": "https://github.com/spryker-shop/quote-request-widget/tree/2.5.0" + "source": "https://github.com/spryker-shop/product-packaging-unit-widget/tree/1.6.0" }, - "time": "2021-08-16T08:44:35+00:00" + "time": "2023-03-31T19:36:14+00:00" }, { - "name": "spryker-shop/redirect-page", - "version": "1.1.0", + "name": "spryker-shop/product-relation-widget", + "version": "1.3.1", "source": { "type": "git", - "url": "https://github.com/spryker-shop/redirect-page.git", - "reference": "2d6502ba92796e37d9a81ab8a9e127c58588e0ce" + "url": "https://github.com/spryker-shop/product-relation-widget.git", + "reference": "379bfaf473d8ead256352a7749e9c64a0296cd2a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/redirect-page/zipball/2d6502ba92796e37d9a81ab8a9e127c58588e0ce", - "reference": "2d6502ba92796e37d9a81ab8a9e127c58588e0ce", + "url": "https://api.github.com/repos/spryker-shop/product-relation-widget/zipball/379bfaf473d8ead256352a7749e9c64a0296cd2a", + "reference": "379bfaf473d8ead256352a7749e9c64a0296cd2a", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker-shop/shop-application": "^1.0.0", - "spryker-shop/shop-router-extension": "^1.0.0", - "spryker-shop/storage-router-extension": "^1.0.0", + "php": ">=7.2", + "spryker-shop/shop-ui": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/storage": "^3.4.0", - "spryker/symfony": "^3.1.0" + "spryker/product-relation-storage": "^1.6.0 || ^2.0.0", + "spryker/store": "^1.4.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*", - "spryker/url-storage": "*" + "spryker-shop/cart-page": "*", + "spryker-shop/product-detail-page": "*", + "spryker/code-sniffer": "*" }, "suggest": { - "spryker/url-storage": "Use this module when using plugins that need UrlStorage dependencies." + "spryker-shop/cart-page": "Widget plugins are available for this module.", + "spryker-shop/product-detail-page": "Widget plugins are available for this module." }, "type": "library", "extra": { @@ -11974,45 +13211,38 @@ "license": [ "proprietary" ], - "description": "RedirectPage module", + "description": "ProductRelationWidget module", "support": { - "source": "https://github.com/spryker-shop/redirect-page/tree/1.1.0" + "source": "https://github.com/spryker-shop/product-relation-widget/tree/1.3.1" }, - "time": "2019-09-26T05:02:16+00:00" + "time": "2020-05-29T13:03:33+00:00" }, { - "name": "spryker-shop/resource-share-page", - "version": "1.2.0", + "name": "spryker-shop/product-replacement-for-widget", + "version": "1.5.2", "source": { "type": "git", - "url": "https://github.com/spryker-shop/resource-share-page.git", - "reference": "73005322908f2cd76e93e590e4a4115b633edf0c" + "url": "https://github.com/spryker-shop/product-replacement-for-widget.git", + "reference": "622fd6ca9232a34a213b1e06b18b99a3c812c400" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/resource-share-page/zipball/73005322908f2cd76e93e590e4a4115b633edf0c", - "reference": "73005322908f2cd76e93e590e4a4115b633edf0c", + "url": "https://api.github.com/repos/spryker-shop/product-replacement-for-widget/zipball/622fd6ca9232a34a213b1e06b18b99a3c812c400", + "reference": "622fd6ca9232a34a213b1e06b18b99a3c812c400", "shasum": "" }, "require": { "php": ">=7.2", - "spryker-shop/resource-share-page-extension": "^1.0.0", - "spryker-shop/shop-application": "^1.0.0", - "spryker/customer": "^7.0.0", - "spryker/kernel": "^3.52.0", - "spryker/messenger": "^3.0.0", - "spryker/resource-share": "^1.0.0", - "spryker/symfony": "^3.0.0" + "spryker/kernel": "^3.30.0", + "spryker/product-alternative-storage": "^1.0.0", + "spryker/product-storage": "^1.14.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/router": "*", - "spryker/silex": "*" + "spryker-shop/product-detail-page": "*", + "spryker/code-sniffer": "*" }, "suggest": { - "spryker-shop/customer-page": "Use RedirectUriCustomerRedirectStrategyPlugin to allow redirect when login is necessary for a shared resource: 1.21.0", - "spryker/router": "Use this module when you want to use the Router.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker-shop/product-detail-page": "if you want to use ProductReplacementForWidgetPlugin: ^1.1.0" }, "type": "library", "extra": { @@ -12029,32 +13259,54 @@ "license": [ "proprietary" ], - "description": "ResourceSharePage module", + "description": "ProductReplacementForWidget module", "support": { - "source": "https://github.com/spryker-shop/resource-share-page/tree/master" + "source": "https://github.com/spryker-shop/product-replacement-for-widget/tree/1.5.2" }, - "time": "2020-07-24T04:43:12+00:00" + "time": "2020-10-23T12:49:10+00:00" }, { - "name": "spryker-shop/resource-share-page-extension", - "version": "1.0.0", + "name": "spryker-shop/product-review-widget", + "version": "1.14.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/resource-share-page-extension.git", - "reference": "b839f5a256d553330254c797555991de0fe4ee20" + "url": "https://github.com/spryker-shop/product-review-widget.git", + "reference": "bba7892cb61f85eb8ec49cf438258a017be74112" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/resource-share-page-extension/zipball/b839f5a256d553330254c797555991de0fe4ee20", - "reference": "b839f5a256d553330254c797555991de0fe4ee20", + "url": "https://api.github.com/repos/spryker-shop/product-review-widget/zipball/bba7892cb61f85eb8ec49cf438258a017be74112", + "reference": "bba7892cb61f85eb8ec49cf438258a017be74112", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.0", + "spryker-shop/product-group-widget-extension": "^1.1.0", + "spryker-shop/shop-application": "^1.0.0", + "spryker-shop/shop-ui": "^1.34.0", + "spryker/application": "^3.8.0", + "spryker/customer": "^7.4.0", + "spryker/kernel": "^3.52.0", + "spryker/product-review": "^1.3.0 || ^2.8.0", + "spryker/product-review-storage": "^1.0.0", + "spryker/storage": "^3.4.0", + "spryker/symfony": "^3.1.0", + "spryker/twig": "^3.18.0" }, "require-dev": { + "spryker-shop/catalog-page": "*", + "spryker-shop/product-detail-page": "*", + "spryker-shop/product-widget": "*", "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/router": "*", + "spryker/silex": "*" + }, + "suggest": { + "spryker-shop/catalog-page": "Widget plugins are available for this module.", + "spryker-shop/product-detail-page": "Widget plugins are available for this module.", + "spryker-shop/product-widget": "Widget plugins are available for this module.", + "spryker/router": "Use this module when you want to use the Router.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." }, "type": "library", "extra": { @@ -12071,46 +13323,53 @@ "license": [ "proprietary" ], - "description": "ResourceSharePageExtension module", + "description": "ProductReviewWidget module", "support": { - "source": "https://github.com/spryker-shop/resource-share-page-extension/tree/master" + "source": "https://github.com/spryker-shop/product-review-widget/tree/1.14.0" }, - "time": "2019-05-29T13:35:37+00:00" + "time": "2022-11-24T12:58:31+00:00" }, { - "name": "spryker-shop/sales-configurable-bundle-widget", - "version": "1.5.0", + "name": "spryker-shop/product-search-widget", + "version": "3.5.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/sales-configurable-bundle-widget.git", - "reference": "9b76bd2cb22b7d1ae5fea7d004c0a8a5994c57c6" + "url": "https://github.com/spryker-shop/product-search-widget.git", + "reference": "cd2d384eda95bb6082836efe7ac5fae730c7be19" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/sales-configurable-bundle-widget/zipball/9b76bd2cb22b7d1ae5fea7d004c0a8a5994c57c6", - "reference": "9b76bd2cb22b7d1ae5fea7d004c0a8a5994c57c6", + "url": "https://api.github.com/repos/spryker-shop/product-search-widget/zipball/cd2d384eda95bb6082836efe7ac5fae730c7be19", + "reference": "cd2d384eda95bb6082836efe7ac5fae730c7be19", "shasum": "" }, "require": { "php": ">=8.0", - "spryker-shop/customer-reorder-widget-extension": "^1.0.0", - "spryker-shop/shop-ui": "^1.40.0", - "spryker/kernel": "^3.33.0", - "spryker/messenger": "^3.0.0", - "spryker/sales-configurable-bundle": "^1.3.0", - "spryker/twig": "^3.18.0" + "spryker-shop/product-search-widget-extension": "^1.0.0", + "spryker-shop/shop-ui": "^1.63.0", + "spryker/application": "^3.0.0", + "spryker/catalog": "^5.5.0", + "spryker/kernel": "^3.52.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/symfony": "^3.0.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { - "spryker-shop/configurable-bundle-note-widget": "*", - "spryker/code-sniffer": "*" + "spryker-shop/shop-application": "*", + "spryker/code-sniffer": "*", + "spryker/router": "*", + "spryker/silex": "*" }, "suggest": { - "spryker-shop/configurable-bundle-note-widget": "If you want to use configurable bundle note feature." + "spryker-shop/quick-order-page": "Use this module when using plugins that need QuickOrderPage dependencies.", + "spryker-shop/shop-application": "Use this module when using plugins that need ShopApplication dependencies.", + "spryker/router": "If you want to use RouteProviderPlugins to be added to the Route Module.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -12122,39 +13381,35 @@ "license": [ "proprietary" ], - "description": "SalesConfigurableBundleWidget module", + "description": "ProductSearchWidget module", "support": { - "source": "https://github.com/spryker-shop/sales-configurable-bundle-widget/tree/1.5.0" + "source": "https://github.com/spryker-shop/product-search-widget/tree/3.5.0" }, - "time": "2022-11-24T12:58:31+00:00" + "time": "2023-03-31T19:36:14+00:00" }, { - "name": "spryker-shop/sales-order-threshold-widget", - "version": "1.1.4", + "name": "spryker-shop/product-search-widget-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/sales-order-threshold-widget.git", - "reference": "d28bdd900333c0832ac1b52d8980d8d52781121d" + "url": "https://github.com/spryker-shop/product-search-widget-extension.git", + "reference": "f154467b090d36691f4b9cb8e76b4ece51b9bb11" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/sales-order-threshold-widget/zipball/d28bdd900333c0832ac1b52d8980d8d52781121d", - "reference": "d28bdd900333c0832ac1b52d8980d8d52781121d", + "url": "https://api.github.com/repos/spryker-shop/product-search-widget-extension/zipball/f154467b090d36691f4b9cb8e76b4ece51b9bb11", + "reference": "f154467b090d36691f4b9cb8e76b4ece51b9bb11", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/kernel": "^3.30.0" + "php": ">=7.4" }, "require-dev": { - "spryker-shop/cart-page": "*", - "spryker-shop/checkout-page": "*", - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/symfony": "*" }, "suggest": { - "spryker-shop/cart-page": "Widget plugins are available for this module.", - "spryker-shop/checkout-page": "Widget plugins are available for this module." + "spryker/symfony": "Using plugins with symfony components." }, "type": "library", "extra": { @@ -12171,39 +13426,45 @@ "license": [ "proprietary" ], - "description": "SalesOrderThresholdWidget module", + "description": "ProductSearchWidgetExtension module", "support": { - "source": "https://github.com/spryker-shop/sales-order-threshold-widget/tree/1.1.4" + "source": "https://github.com/spryker-shop/product-search-widget-extension/tree/1.0.0" }, - "time": "2021-06-30T12:20:45+00:00" + "time": "2022-04-04T15:20:02+00:00" }, { - "name": "spryker-shop/sales-product-bundle-widget", - "version": "1.1.0", + "name": "spryker-shop/product-set-detail-page", + "version": "1.9.1", "source": { "type": "git", - "url": "https://github.com/spryker-shop/sales-product-bundle-widget.git", - "reference": "c6bf6777665899855e0ae4ebbf1b0affbe5e6585" + "url": "https://github.com/spryker-shop/product-set-detail-page.git", + "reference": "156b016038fadeb6124f68b67ab665bdcdb6a2d6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/sales-product-bundle-widget/zipball/c6bf6777665899855e0ae4ebbf1b0affbe5e6585", - "reference": "c6bf6777665899855e0ae4ebbf1b0affbe5e6585", + "url": "https://api.github.com/repos/spryker-shop/product-set-detail-page/zipball/156b016038fadeb6124f68b67ab665bdcdb6a2d6", + "reference": "156b016038fadeb6124f68b67ab665bdcdb6a2d6", "shasum": "" }, "require": { "php": ">=8.0", - "spryker-shop/sales-return-page-extension": "^1.0.0", - "spryker-shop/shop-ui": "^1.40.0", - "spryker/kernel": "^3.30.0", - "spryker/product-bundle": "^7.4.0", - "spryker/sales": "^11.9.0", - "spryker/symfony": "^3.1.0", - "spryker/twig": "^3.18.0" + "spryker-shop/shop-application": "^1.0.0", + "spryker-shop/shop-router-extension": "^1.0.0", + "spryker-shop/shop-ui": "^1.0.0", + "spryker-shop/storage-router-extension": "^1.0.0", + "spryker/kernel": "^3.52.0", + "spryker/product-set-storage": "^1.0.0", + "spryker/product-storage": "^1.14.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { + "spryker-shop/product-set-widget": "*", "spryker/code-sniffer": "*" }, + "suggest": { + "spryker-shop/product-set-widget": "If you want to use components from module ProductSetWidget or ProductSetWidgetPlugin.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." + }, "type": "library", "extra": { "branch-alias": { @@ -12219,37 +13480,43 @@ "license": [ "proprietary" ], - "description": "SalesProductBundleWidget module", + "description": "ProductSetDetailPage module", "support": { - "source": "https://github.com/spryker-shop/sales-product-bundle-widget/tree/1.1.0" + "source": "https://github.com/spryker-shop/product-set-detail-page/tree/1.9.1" }, - "time": "2022-11-24T12:58:31+00:00" + "time": "2023-01-27T14:36:44+00:00" }, { - "name": "spryker-shop/sales-product-configuration-widget", - "version": "1.0.0", + "name": "spryker-shop/product-set-list-page", + "version": "1.1.2", "source": { "type": "git", - "url": "https://github.com/spryker-shop/sales-product-configuration-widget.git", - "reference": "906543bed0d55a0c9eef19a1acdb7272b38997b1" + "url": "https://github.com/spryker-shop/product-set-list-page.git", + "reference": "d88585a04548075d7b11fb30b3998fd47299a317" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/sales-product-configuration-widget/zipball/906543bed0d55a0c9eef19a1acdb7272b38997b1", - "reference": "906543bed0d55a0c9eef19a1acdb7272b38997b1", + "url": "https://api.github.com/repos/spryker-shop/product-set-list-page/zipball/d88585a04548075d7b11fb30b3998fd47299a317", + "reference": "d88585a04548075d7b11fb30b3998fd47299a317", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker-shop/customer-reorder-widget-extension": "^1.1.0", - "spryker-shop/sales-product-configuration-widget-extension": "^1.0.0", - "spryker-shop/shop-ui": "^1.54.0", - "spryker/kernel": "^3.33.0", - "spryker/sales-product-configuration": "^1.0.0", - "spryker/transfer": "^3.25.0" + "php": ">=7.2", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/kernel": "^3.52.0", + "spryker/product-set-page-search": "^1.0.0", + "spryker/symfony": "^3.1.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker-shop/shop-application": "*", + "spryker/code-sniffer": "*", + "spryker/router": "*", + "spryker/silex": "*" + }, + "suggest": { + "spryker-shop/shop-application": "Use this module when using plugins that need ShopApplication dependencies.", + "spryker/router": "Use this module when you want to use the Router.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." }, "type": "library", "extra": { @@ -12266,32 +13533,42 @@ "license": [ "proprietary" ], - "description": "SalesProductConfigurationWidget module", + "description": "ProductSetListPage module", "support": { - "source": "https://github.com/spryker-shop/sales-product-configuration-widget/tree/1.0.0" + "source": "https://github.com/spryker-shop/product-set-list-page/tree/master" }, - "time": "2022-11-23T07:38:29+00:00" + "time": "2020-07-24T04:43:12+00:00" }, { - "name": "spryker-shop/sales-product-configuration-widget-extension", - "version": "1.0.0", + "name": "spryker-shop/product-set-widget", + "version": "1.8.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/sales-product-configuration-widget-extension.git", - "reference": "e6e63b59fadfab180f3c1f90b91a628dc427afa1" + "url": "https://github.com/spryker-shop/product-set-widget.git", + "reference": "804ab335c815bc94ceca8648db51554b99fd4e95" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/sales-product-configuration-widget-extension/zipball/e6e63b59fadfab180f3c1f90b91a628dc427afa1", - "reference": "e6e63b59fadfab180f3c1f90b91a628dc427afa1", + "url": "https://api.github.com/repos/spryker-shop/product-set-widget/zipball/804ab335c815bc94ceca8648db51554b99fd4e95", + "reference": "804ab335c815bc94ceca8648db51554b99fd4e95", "shasum": "" }, "require": { - "php": ">=8.0" + "php": ">=7.2", + "spryker-shop/shop-ui": "^1.43.0", + "spryker/kernel": "^3.30.0" }, "require-dev": { + "spryker-shop/cms-content-widget-product-set-connector": "*", + "spryker-shop/product-detail-page": "*", + "spryker-shop/product-set-detail-page": "*", "spryker/code-sniffer": "*" }, + "suggest": { + "spryker-shop/cms-content-widget-product-set-connector": "Use this module when using plugins that need CmsContentWidgetProductSetConnector dependencies.", + "spryker-shop/product-detail-page": "Use this module when using plugins that need ProductDetailPage dependencies.", + "spryker-shop/product-set-detail-page": "Widget plugins are available for this module." + }, "type": "library", "extra": { "branch-alias": { @@ -12307,57 +13584,45 @@ "license": [ "proprietary" ], - "description": "SalesProductConfigurationWidgetExtension module", + "description": "ProductSetWidget module", "support": { - "source": "https://github.com/spryker-shop/sales-product-configuration-widget-extension/tree/1.0.0" + "source": "https://github.com/spryker-shop/product-set-widget/tree/1.8.0" }, - "time": "2022-10-18T17:47:18+00:00" + "time": "2020-07-10T13:59:02+00:00" }, { - "name": "spryker-shop/sales-return-page", - "version": "1.7.0", + "name": "spryker-shop/product-widget", + "version": "1.3.1", "source": { "type": "git", - "url": "https://github.com/spryker-shop/sales-return-page.git", - "reference": "e5f9b983169dc28361264c12e31b4994e7eeffc2" + "url": "https://github.com/spryker-shop/product-widget.git", + "reference": "77496565f4032949b72f1bd9074fe2768da64415" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/sales-return-page/zipball/e5f9b983169dc28361264c12e31b4994e7eeffc2", - "reference": "e5f9b983169dc28361264c12e31b4994e7eeffc2", + "url": "https://api.github.com/repos/spryker-shop/product-widget/zipball/77496565f4032949b72f1bd9074fe2768da64415", + "reference": "77496565f4032949b72f1bd9074fe2768da64415", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker-shop/barcode-widget": "^1.0.0", - "spryker-shop/customer-reorder-widget-extension": "^1.2.0", - "spryker-shop/sales-return-page-extension": "^1.0.0", - "spryker-shop/shop-ui": "^1.40.0", - "spryker/application": "^3.8.0", - "spryker/customer": "^7.19.0", - "spryker/kernel": "^3.52.0", - "spryker/sales": "^11.0.0", - "spryker/sales-return": "^1.0.0", - "spryker/sales-return-search": "^1.0.0", - "spryker/store": "^1.11.0", - "spryker/symfony": "^3.1.0", - "spryker/twig": "^3.18.0" + "php": ">=7.2", + "spryker-shop/shop-ui": "^1.34.0", + "spryker/kernel": "^3.30.0" }, "require-dev": { - "spryker-shop/customer-page": "*", - "spryker-shop/sales-configurable-bundle-widget": "*", - "spryker-shop/sales-product-bundle-widget": "*", - "spryker/code-sniffer": "*", - "spryker/router": "*" + "spryker-shop/catalog-page": "*", + "spryker-shop/cms-content-widget-product-connector": "*", + "spryker-shop/product-alternative-widget": "*", + "spryker-shop/product-relation-widget": "*", + "spryker-shop/product-replacement-for-widget": "*", + "spryker/code-sniffer": "*" }, "suggest": { - "spryker-shop/customer-page": "Use this module when you want to use CustomerNavigationWidget", - "spryker-shop/merchant-sales-return-widget": "Use this module if you want to use the MerchantSalesReturnCreateFormWidget.", - "spryker-shop/merchant-widget": "Use this module if you want to use the SoldbyMerchantWidget.", - "spryker-shop/sales-configurable-bundle-widget": "Use this module when you want to use OrderItemsConfiguredBundleWidget", - "spryker-shop/sales-product-bundle-widget": "Use this module when you want to use ProductBundleSalesReturnPageFormExpanderPlugin", - "spryker-shop/sales-product-configuration-widget": "Add the module if you want to use ProductConfigurationOrderItemDisplayWidget.", - "spryker/router": "Use this module if you want use the RouterProviderPlugin." + "spryker-shop/catalog-page": "Widget plugins are available for this module.", + "spryker-shop/cms-content-widget-product-connector": "Use this module when using plugins that need CmsContentWidgetProductConnector dependencies.", + "spryker-shop/product-alternative-widget": "if you want to use ProductWidgetPlugin: ^1.0.0", + "spryker-shop/product-relation-widget": "Widget plugins are available for this module.", + "spryker-shop/product-replacement-for-widget": "if you want to use ProductWidgetPlugin: ^1.0.0" }, "type": "library", "extra": { @@ -12374,40 +13639,63 @@ "license": [ "proprietary" ], - "description": "SalesReturnPage module", + "description": "ProductWidget module", "support": { - "source": "https://github.com/spryker-shop/sales-return-page/tree/1.7.0" + "source": "https://github.com/spryker-shop/product-widget/tree/1.3.1" }, - "time": "2023-05-16T16:26:20+00:00" + "time": "2020-05-29T13:03:33+00:00" }, { - "name": "spryker-shop/sales-return-page-extension", - "version": "1.0.0", + "name": "spryker-shop/quick-order-page", + "version": "4.9.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/sales-return-page-extension.git", - "reference": "fc907431a6aae30e3ecb06c322351ee8e495fc7d" + "url": "https://github.com/spryker-shop/quick-order-page.git", + "reference": "f0cbda263386ba417df197002b8e63b03433dfdf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/sales-return-page-extension/zipball/fc907431a6aae30e3ecb06c322351ee8e495fc7d", - "reference": "fc907431a6aae30e3ecb06c322351ee8e495fc7d", + "url": "https://api.github.com/repos/spryker-shop/quick-order-page/zipball/f0cbda263386ba417df197002b8e63b03433dfdf", + "reference": "f0cbda263386ba417df197002b8e63b03433dfdf", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=8.0", + "spryker-shop/quick-order-page-extension": "^1.2.0", + "spryker-shop/shop-application": "^1.0.0", + "spryker-shop/shop-ui": "^1.63.0", + "spryker/application": "^3.0.0", + "spryker/cart": "^4.0.0 || ^5.0.0 || ^7.0.0", + "spryker/kernel": "^3.52.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/price-product-storage": "^2.9.0 || ^4.0.0", + "spryker/product-quantity-storage": "^1.2.0 || ^3.0.0", + "spryker/product-storage": "^1.7.0", + "spryker/quick-order": "^1.1.0 || ^3.0.0", + "spryker/quote": "^1.0.0 || ^2.0.0", + "spryker/symfony": "^3.1.0", + "spryker/util-csv": "^1.0.0", + "spryker/zed-request": "^3.6.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/symfony": "*" + "spryker/product": "*", + "spryker/propel": "*", + "spryker/router": "*", + "spryker/silex": "*", + "spryker/testify": "*" }, "suggest": { - "spryker/symfony": "If you want to use SalesReturnPage form expander plugins." + "spryker-shop/cart-page": "Widget plugins are available for this module.", + "spryker-shop/checkout-page": "Widget plugins are available for this module.", + "spryker-shop/merchant-search-widget": "If you want to render a Merchants filter.", + "spryker/router": "If you want to use RouteProviderPlugins to be added to the Route Module.", + "spryker/silex": "If you want to use ServiceProvider." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { @@ -12419,43 +13707,35 @@ "license": [ "proprietary" ], - "description": "SalesReturnPageExtension module", + "description": "QuickOrderPage module", "support": { - "source": "https://github.com/spryker-shop/sales-return-page-extension/tree/master" + "source": "https://github.com/spryker-shop/quick-order-page/tree/4.9.0" }, - "time": "2020-05-29T15:35:39+00:00" + "time": "2023-03-31T19:36:14+00:00" }, { - "name": "spryker-shop/security-blocker-page", - "version": "1.1.0", + "name": "spryker-shop/quick-order-page-extension", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/security-blocker-page.git", - "reference": "c0f5ac3392b97e89ac40469df56fdd7be899cc94" + "url": "https://github.com/spryker-shop/quick-order-page-extension.git", + "reference": "d498977b429066b4a31d05ee4ccc3d72e9b29cbb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/security-blocker-page/zipball/c0f5ac3392b97e89ac40469df56fdd7be899cc94", - "reference": "c0f5ac3392b97e89ac40469df56fdd7be899cc94", + "url": "https://api.github.com/repos/spryker-shop/quick-order-page-extension/zipball/d498977b429066b4a31d05ee4ccc3d72e9b29cbb", + "reference": "d498977b429066b4a31d05ee4ccc3d72e9b29cbb", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/event-dispatcher-extension": "^1.0.0", - "spryker/glossary-storage": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/security-blocker": "^1.0.0", - "spryker/symfony": "^3.0.0" + "php": ">=7.4" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/event-dispatcher": "*", - "spryker/testify": "*" + "spryker/symfony": "*" }, "suggest": { - "spryker/container": "Add this module when you want to use the Container.", - "spryker/event-dispatcher": "Add this module when you want to use the EventDispatcher." + "spryker/symfony": "If you want to use symfony forms" }, "type": "library", "extra": { @@ -12472,41 +13752,49 @@ "license": [ "proprietary" ], - "description": "SecurityBlockerPage module", + "description": "QuickOrderPageExtension module", "support": { - "source": "https://github.com/spryker-shop/security-blocker-page/tree/1.1.0" + "source": "https://github.com/spryker-shop/quick-order-page-extension/tree/1.2.0" }, - "time": "2023-07-20T06:54:36+00:00" + "time": "2022-04-04T15:20:02+00:00" }, { - "name": "spryker-shop/service-point-widget", - "version": "0.1.0", + "name": "spryker-shop/quote-approval-widget", + "version": "1.4.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/service-point-widget.git", - "reference": "bf2ec055d2c2d64391ed9a2cd5b772e230d6ab21" + "url": "https://github.com/spryker-shop/quote-approval-widget.git", + "reference": "5e7b51e8afa7aa813174e3142c02923fd5dce910" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/service-point-widget/zipball/bf2ec055d2c2d64391ed9a2cd5b772e230d6ab21", - "reference": "bf2ec055d2c2d64391ed9a2cd5b772e230d6ab21", + "url": "https://api.github.com/repos/spryker-shop/quote-approval-widget/zipball/5e7b51e8afa7aa813174e3142c02923fd5dce910", + "reference": "5e7b51e8afa7aa813174e3142c02923fd5dce910", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker-shop/shop-ui": "^1.71.0", - "spryker/kernel": "^3.30.0", - "spryker/service-point-search": "^0.2.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.27.0", - "spryker/twig": "^3.0.0" + "php": ">=7.3", + "spryker-shop/checkout-page-extension": "^1.1.0", + "spryker-shop/shop-application": "^1.2.0", + "spryker-shop/shop-application-extension": "^1.2.0", + "spryker-shop/shop-ui": "^1.54.0", + "spryker/application": "^3.0.0", + "spryker/customer": "^7.11.0", + "spryker/glossary-storage": "^1.0.0", + "spryker/kernel": "^3.52.0", + "spryker/money": "^2.6.0", + "spryker/quote": "^2.0.0", + "spryker/quote-approval": "^1.2.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/router": "*" + "spryker/router": "*", + "spryker/silex": "^2.0.0" }, "suggest": { - "spryker/router": "Use this module if you need use the RouterProviderPlugin." + "spryker/router": "Use this module when you want to use the Router.", + "spryker/silex": "^2.0.0" }, "type": "library", "extra": { @@ -12523,51 +13811,75 @@ "license": [ "proprietary" ], - "description": "ServicePointWidget module", + "description": "QuoteApprovalWidget module", "support": { - "source": "https://github.com/spryker-shop/service-point-widget/tree/0.1.0" + "source": "https://github.com/spryker-shop/quote-approval-widget/tree/1.4.0" }, - "time": "2023-07-03T12:28:35+00:00" + "time": "2021-08-16T08:44:35+00:00" }, { - "name": "spryker-shop/session-agent-validation", - "version": "1.1.0", + "name": "spryker-shop/quote-request-agent-page", + "version": "3.3.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/session-agent-validation.git", - "reference": "4fc793d7327a66a286c8b129767c8ebc60e7d4fd" + "url": "https://github.com/spryker-shop/quote-request-agent-page.git", + "reference": "3a84b006929a0a447d300a5e41bfab43fa567c33" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/session-agent-validation/zipball/4fc793d7327a66a286c8b129767c8ebc60e7d4fd", - "reference": "4fc793d7327a66a286c8b129767c8ebc60e7d4fd", + "url": "https://api.github.com/repos/spryker-shop/quote-request-agent-page/zipball/3a84b006929a0a447d300a5e41bfab43fa567c33", + "reference": "3a84b006929a0a447d300a5e41bfab43fa567c33", "shasum": "" }, "require": { "php": ">=8.0", - "spryker-shop/customer-page-extension": "^1.2.0", - "spryker-shop/session-agent-validation-extension": "^1.0.0", - "spryker/agent": "^1.4.0", - "spryker/kernel": "^3.30.0", - "spryker/security-extension": "^1.1.0", - "spryker/session": "^4.0.0", - "spryker/symfony": "^3.8.0", - "spryker/transfer": "^3.25.0" + "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.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", + "spryker/quote": "^2.0.0", + "spryker/quote-request": "^2.0.0", + "spryker/quote-request-agent": "^2.2.0", + "spryker/shipment": "^8.4.0", + "spryker/step-engine": "^3.3.0", + "spryker/store": "^1.8.0", + "spryker/symfony": "^3.1.0", + "spryker/twig": "^3.18.0", + "spryker/util-date-time": "^1.0.0" }, "require-dev": { + "spryker-shop/agent-page": "*", + "spryker-shop/cart-page": "*", + "spryker-shop/configurable-bundle-widget": "*", + "spryker-shop/quote-request-page": "*", "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/propel": "*", - "spryker/security": "*", - "spryker/testify": "*" + "spryker/router": "*", + "spryker/silex": "*" }, "suggest": { - "spryker/event-dispatcher": "Add this module if you want to use security plugins." + "spryker-shop/agent-page": "If you want to use agent layout templates: ^1.2.0", + "spryker-shop/cart-page": "If you use shipment or shipment price customization during quote request: ^3.16.0", + "spryker-shop/company-user-agent-widget": "If you want to use company user auto-complete form: ^1.0.0", + "spryker-shop/configurable-bundle-widget": "If you want to use configurable bundle widget functionality", + "spryker-shop/customer-page": "If you use shipment or shipment price customization during quote request: ^2.13.0", + "spryker-shop/quote-request-page": "To have all functionality of QuoteRequestAgentPage: ^3.0.0", + "spryker/router": "Use this module if you want use the RouterProviderPlugin.", + "spryker/shipment-cart-connector": "If you want to use shipment totals in quote or shipment source prices, min version 2.1.0", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -12579,31 +13891,36 @@ "license": [ "proprietary" ], - "description": "SessionAgentValidation module", + "description": "QuoteRequestAgentPage module", "support": { - "source": "https://github.com/spryker-shop/session-agent-validation/tree/1.1.0" + "source": "https://github.com/spryker-shop/quote-request-agent-page/tree/3.3.0" }, - "time": "2023-04-25T15:38:45+00:00" + "time": "2023-05-29T08:40:55+00:00" }, { - "name": "spryker-shop/session-agent-validation-extension", + "name": "spryker-shop/quote-request-agent-page-extension", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/session-agent-validation-extension.git", - "reference": "29326511abb88c9c7c6ceab5f6560fb9f66b7aaa" + "url": "https://github.com/spryker-shop/quote-request-agent-page-extension.git", + "reference": "5d75565f470acb7ac6aa3485409bc2bf1bcda6ff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/session-agent-validation-extension/zipball/29326511abb88c9c7c6ceab5f6560fb9f66b7aaa", - "reference": "29326511abb88c9c7c6ceab5f6560fb9f66b7aaa", + "url": "https://api.github.com/repos/spryker-shop/quote-request-agent-page-extension/zipball/5d75565f470acb7ac6aa3485409bc2bf1bcda6ff", + "reference": "5d75565f470acb7ac6aa3485409bc2bf1bcda6ff", "shasum": "" }, "require": { - "php": ">=8.0" + "php": ">=7.1" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/symfony": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/symfony": "If you want to use QuoteRequestAgentPage form expander plugins." }, "type": "library", "extra": { @@ -12620,51 +13937,54 @@ "license": [ "proprietary" ], - "description": "SessionAgentValidationExtension module", + "description": "QuoteRequestAgentPageExtension module", "support": { - "source": "https://github.com/spryker-shop/session-agent-validation-extension/tree/1.0.0" + "source": "https://github.com/spryker-shop/quote-request-agent-page-extension/tree/1.0.0" }, - "time": "2022-11-08T12:42:29+00:00" + "time": "2019-05-08T08:02:51+00:00" }, { - "name": "spryker-shop/session-customer-validation-page", - "version": "1.0.0", + "name": "spryker-shop/quote-request-agent-widget", + "version": "2.6.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/session-customer-validation-page.git", - "reference": "066745370d710540b6759998c368d2a5e9d5888f" + "url": "https://github.com/spryker-shop/quote-request-agent-widget.git", + "reference": "4c1c29b137dc5c1dcdf5a130301b3d68d570573e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/session-customer-validation-page/zipball/066745370d710540b6759998c368d2a5e9d5888f", - "reference": "066745370d710540b6759998c368d2a5e9d5888f", + "url": "https://api.github.com/repos/spryker-shop/quote-request-agent-widget/zipball/4c1c29b137dc5c1dcdf5a130301b3d68d570573e", + "reference": "4c1c29b137dc5c1dcdf5a130301b3d68d570573e", "shasum": "" }, "require": { "php": ">=8.0", - "spryker-shop/agent-page-extension": "^1.0.0", - "spryker-shop/session-customer-validation-page-extension": "^1.0.0", + "spryker-shop/shop-application": "^1.2.0", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/application": "^3.8.0", "spryker/customer": "^7.0.0", - "spryker/kernel": "^3.30.0", - "spryker/security-extension": "^1.0.0", - "spryker/session": "^4.0.0", - "spryker/symfony": "^3.8.0", - "spryker/transfer": "^3.25.0" + "spryker/kernel": "^3.52.0", + "spryker/messenger": "^3.0.0", + "spryker/persistent-cart": "^1.8.0 || ^3.0.0", + "spryker/quote": "^2.0.0", + "spryker/quote-request-agent": "^2.2.0", + "spryker/symfony": "^3.1.0", + "spryker/twig": "^3.18.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/propel": "*", - "spryker/security": "*", - "spryker/testify": "*" + "spryker/router": "*", + "spryker/silex": "*" }, "suggest": { - "spryker/event-dispatcher": "Add this module if you want to use security plugins." + "spryker-shop/quote-request-agent-page": "Use this module if you want see quote request agent pages.", + "spryker/router": "Use this module if you want use the RouterProviderPlugin.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -12676,36 +13996,70 @@ "license": [ "proprietary" ], - "description": "SessionCustomerValidationPage module", + "description": "QuoteRequestAgentWidget module", "support": { - "source": "https://github.com/spryker-shop/session-customer-validation-page/tree/1.0.0" + "source": "https://github.com/spryker-shop/quote-request-agent-widget/tree/2.6.0" }, - "time": "2022-12-13T15:22:32+00:00" + "time": "2022-11-24T12:58:31+00:00" }, { - "name": "spryker-shop/session-customer-validation-page-extension", - "version": "1.0.0", + "name": "spryker-shop/quote-request-page", + "version": "3.4.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/session-customer-validation-page-extension.git", - "reference": "ba04cc096ea8bf10dbbdd6ec9902778f9167232d" + "url": "https://github.com/spryker-shop/quote-request-page.git", + "reference": "082f82034dd7fb4e7f0c07d449ee1d8fbd56ec8e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/session-customer-validation-page-extension/zipball/ba04cc096ea8bf10dbbdd6ec9902778f9167232d", - "reference": "ba04cc096ea8bf10dbbdd6ec9902778f9167232d", + "url": "https://api.github.com/repos/spryker-shop/quote-request-page/zipball/082f82034dd7fb4e7f0c07d449ee1d8fbd56ec8e", + "reference": "082f82034dd7fb4e7f0c07d449ee1d8fbd56ec8e", "shasum": "" }, "require": { - "php": ">=8.0" + "php": ">=8.0", + "spryker-shop/checkout-page-extension": "^1.2.0", + "spryker-shop/quote-request-page-extension": "^1.0.0", + "spryker-shop/shop-application": "^1.0.0", + "spryker-shop/shop-ui": "^1.38.0", + "spryker/application": "^3.8.0", + "spryker/cart": "^5.0.0 || ^7.0.0", + "spryker/company-user": "^2.10.0", + "spryker/customer": "^7.0.0", + "spryker/kernel": "^3.52.0", + "spryker/persistent-cart": "^1.8.0 || ^3.0.0", + "spryker/quote": "^2.0.0", + "spryker/quote-request": "^2.2.0", + "spryker/shipment": "^8.4.0", + "spryker/step-engine": "^3.3.0", + "spryker/symfony": "^3.1.0", + "spryker/twig": "^3.18.0", + "spryker/util-date-time": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker-shop/cart-page": "*", + "spryker-shop/customer-page": "*", + "spryker-shop/product-option-widget": "*", + "spryker/code-sniffer": "*", + "spryker/router": "*", + "spryker/silex": "*" + }, + "suggest": { + "spryker-shop/cart-page": "If you use shipment or shipment price customization during quote request: ^3.16.0", + "spryker-shop/checkout-page": "If you use shipment selection for quote requests or want to customize checkout steps during quote request: ^3.12.0", + "spryker-shop/configurable-bundle-widget": "If you want to use configurable bundle widget functionality", + "spryker-shop/customer-page": "If you use shipment or shipment price customization during quote request: ^2.13.0", + "spryker-shop/discount-widget": "If you want to use discount widget functionality: ^1.2.0", + "spryker-shop/product-configuration-widget": "Add the module if you want to use ProductConfigurationCartItemDisplayWidget.", + "spryker-shop/product-option-widget": "If you want to use product option widget functionality", + "spryker-shop/product-packaging-unit-widget": "If you want to use product packaging unit widget functionality", + "spryker/router": "Use this module if you want use the RouterProviderPlugin.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -12717,56 +14071,41 @@ "license": [ "proprietary" ], - "description": "SessionCustomerValidationPageExtension module", + "description": "QuoteRequestPage module", "support": { - "source": "https://github.com/spryker-shop/session-customer-validation-page-extension/tree/1.0.0" + "source": "https://github.com/spryker-shop/quote-request-page/tree/3.4.0" }, - "time": "2022-12-13T15:22:32+00:00" + "time": "2022-11-24T12:58:31+00:00" }, { - "name": "spryker-shop/shared-cart-page", - "version": "2.4.1", + "name": "spryker-shop/quote-request-page-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/shared-cart-page.git", - "reference": "d094d2598a4af70bdc91bdcd49531a02bcf634bd" + "url": "https://github.com/spryker-shop/quote-request-page-extension.git", + "reference": "65e452cd63d151575e724797e40123d097744fac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/shared-cart-page/zipball/d094d2598a4af70bdc91bdcd49531a02bcf634bd", - "reference": "d094d2598a4af70bdc91bdcd49531a02bcf634bd", + "url": "https://api.github.com/repos/spryker-shop/quote-request-page-extension/zipball/65e452cd63d151575e724797e40123d097744fac", + "reference": "65e452cd63d151575e724797e40123d097744fac", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker-shop/resource-share-page-extension": "^1.0.0", - "spryker-shop/shop-application": "^1.0.0", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/application": "^3.0.0", - "spryker/company-user": "^2.8.0", - "spryker/customer": "^7.0.0", - "spryker/kernel": "^3.52.0", - "spryker/multi-cart": "^1.1.0", - "spryker/quote": "^2.8.0", - "spryker/shared-cart": "^1.4.0", - "spryker/symfony": "^3.1.0" + "php": ">=7.1" }, "require-dev": { - "spryker-shop/multi-cart-page": "*", "spryker/code-sniffer": "*", - "spryker/router": "*", - "spryker/silex": "*" + "spryker/symfony": "*", + "spryker/testify": "*" }, "suggest": { - "spryker-shop/multi-cart-page": "if you want to use customer layout templates: ^1.1.0", - "spryker/permission": "If you want to use permissions plugins", - "spryker/router": "Use this module when using plugins that need Router dependencies.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/symfony": "If you want to use QuoteRequestPage form expander plugins." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -12778,49 +14117,53 @@ "license": [ "proprietary" ], - "description": "SharedCartPage module", + "description": "QuoteRequestPageExtension module", "support": { - "source": "https://github.com/spryker-shop/shared-cart-page/tree/master" + "source": "https://github.com/spryker-shop/quote-request-page-extension/tree/master" }, - "time": "2020-07-24T04:43:12+00:00" + "time": "2019-05-08T08:02:51+00:00" }, { - "name": "spryker-shop/shared-cart-widget", - "version": "1.7.0", + "name": "spryker-shop/quote-request-widget", + "version": "2.5.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/shared-cart-widget.git", - "reference": "72fbb9846f5581344a879d8285f78e99bab3544a" + "url": "https://github.com/spryker-shop/quote-request-widget.git", + "reference": "21c465f3282f9de51a69621881bb7bb75960ea4f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/shared-cart-widget/zipball/72fbb9846f5581344a879d8285f78e99bab3544a", - "reference": "72fbb9846f5581344a879d8285f78e99bab3544a", + "url": "https://api.github.com/repos/spryker-shop/quote-request-widget/zipball/21c465f3282f9de51a69621881bb7bb75960ea4f", + "reference": "21c465f3282f9de51a69621881bb7bb75960ea4f", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker-shop/shop-ui": "^1.0.0", + "php": ">=7.3", + "spryker-shop/shop-application": "^1.2.0", + "spryker-shop/shop-ui": "^1.54.0", + "spryker/application": "^3.8.0", + "spryker/company-user": "^2.10.0", "spryker/customer": "^7.0.0", - "spryker/kernel": "^3.30.0", - "spryker/multi-cart": "^1.3.0", - "spryker/quote": "^2.8.0", - "spryker/shared-cart": "^1.13.0" + "spryker/kernel": "^3.52.0", + "spryker/persistent-cart": "^1.8.0 || ^3.0.0", + "spryker/quote": "^2.0.0", + "spryker/quote-request": "^2.2.0", + "spryker/symfony": "^3.1.0" }, "require-dev": { - "spryker-shop/multi-cart-widget": "*", - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/router": "*", + "spryker/silex": "*" }, "suggest": { - "spryker-shop/multi-cart-page": "If you want to use CartDeleteCompanyUsersListWidgetPlugin and CartListPermissionGroupWidgetPlugin: ^1.0.0", - "spryker-shop/multi-cart-widget": "Widget plugins are available for this module.", - "spryker/permission": "If you want to use permissions plugins", + "spryker-shop/quote-request-page": "Use this module if you want see quote request pages.", + "spryker/router": "Use this module if you want use the RouterProviderPlugin.", "spryker/silex": "Use this module when using plugins that need Silex dependencies." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -12832,54 +14175,42 @@ "license": [ "proprietary" ], - "description": "SharedCartWidget module", + "description": "QuoteRequestWidget module", "support": { - "source": "https://github.com/spryker-shop/shared-cart-widget/tree/1.7.0" + "source": "https://github.com/spryker-shop/quote-request-widget/tree/2.5.0" }, - "time": "2020-06-26T16:02:13+00:00" + "time": "2021-08-16T08:44:35+00:00" }, { - "name": "spryker-shop/shop-application", - "version": "1.15.0", + "name": "spryker-shop/redirect-page", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/shop-application.git", - "reference": "e4c68a5f0d1ae34000205f51927f1a75abda4b9c" + "url": "https://github.com/spryker-shop/redirect-page.git", + "reference": "2d6502ba92796e37d9a81ab8a9e127c58588e0ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/shop-application/zipball/e4c68a5f0d1ae34000205f51927f1a75abda4b9c", - "reference": "e4c68a5f0d1ae34000205f51927f1a75abda4b9c", + "url": "https://api.github.com/repos/spryker-shop/redirect-page/zipball/2d6502ba92796e37d9a81ab8a9e127c58588e0ce", + "reference": "2d6502ba92796e37d9a81ab8a9e127c58588e0ce", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker-shop/shop-application-extension": "^1.2.0", - "spryker/application": "^3.13.0", - "spryker/application-extension": "^1.0.0", - "spryker/container": "^1.0.0", - "spryker/event-dispatcher-extension": "^1.0.0", - "spryker/kernel": "^3.48.0", - "spryker/locale": "^3.8.0 || ^4.0.0", + "php": ">=7.1", + "spryker-shop/shop-application": "^1.0.0", + "spryker-shop/shop-router-extension": "^1.0.0", + "spryker-shop/storage-router-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", "spryker/storage": "^3.4.0", - "spryker/symfony": "^3.5.0", - "spryker/twig": "^3.3.0", - "spryker/twig-extension": "^1.0.0", - "spryker/util-text": "^1.2.0" + "spryker/symfony": "^3.1.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/config": "^3.0.0", - "spryker/event-dispatcher": "*", - "spryker/log": "*", - "spryker/silex": "*", - "spryker/testify": "*" + "spryker/testify": "*", + "spryker/url-storage": "*" }, "suggest": { - "spryker/config": "Use this module when using plugins that need Config dependency.", - "spryker/event-dispatcher": "If you want to use the ShopApplicationEventDispatcherPlugin.", - "spryker/log": "Use this module when using plugins that need Log dependencies.", - "spryker/silex": "Add this when you still want to use the abandoned Silex." + "spryker/url-storage": "Use this module when using plugins that need UrlStorage dependencies." }, "type": "library", "extra": { @@ -12896,36 +14227,45 @@ "license": [ "proprietary" ], - "description": "ShopApplication module", + "description": "RedirectPage module", "support": { - "source": "https://github.com/spryker-shop/shop-application/tree/1.15.0" + "source": "https://github.com/spryker-shop/redirect-page/tree/1.1.0" }, - "time": "2023-03-31T19:36:14+00:00" + "time": "2019-09-26T05:02:16+00:00" }, { - "name": "spryker-shop/shop-application-extension", + "name": "spryker-shop/resource-share-page", "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/shop-application-extension.git", - "reference": "309bc35c36d948b9cef7a2786cd25966c3e7760c" + "url": "https://github.com/spryker-shop/resource-share-page.git", + "reference": "73005322908f2cd76e93e590e4a4115b633edf0c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/shop-application-extension/zipball/309bc35c36d948b9cef7a2786cd25966c3e7760c", - "reference": "309bc35c36d948b9cef7a2786cd25966c3e7760c", + "url": "https://api.github.com/repos/spryker-shop/resource-share-page/zipball/73005322908f2cd76e93e590e4a4115b633edf0c", + "reference": "73005322908f2cd76e93e590e4a4115b633edf0c", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=7.2", + "spryker-shop/resource-share-page-extension": "^1.0.0", + "spryker-shop/shop-application": "^1.0.0", + "spryker/customer": "^7.0.0", + "spryker/kernel": "^3.52.0", + "spryker/messenger": "^3.0.0", + "spryker/resource-share": "^1.0.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/symfony": "*" + "spryker/router": "*", + "spryker/silex": "*" }, "suggest": { - "spryker/silex": "", - "spryker/symfony": ">=3.0.0 for using LanguageSwitcherPluginInterface" + "spryker-shop/customer-page": "Use RedirectUriCustomerRedirectStrategyPlugin to allow redirect when login is necessary for a shared resource: 1.21.0", + "spryker/router": "Use this module when you want to use the Router.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." }, "type": "library", "extra": { @@ -12942,43 +14282,33 @@ "license": [ "proprietary" ], - "description": "ShopApplicationExtension module", + "description": "ResourceSharePage module", "support": { - "source": "https://github.com/spryker-shop/shop-application-extension/tree/1.2.0" + "source": "https://github.com/spryker-shop/resource-share-page/tree/master" }, - "time": "2020-12-31T08:37:33+00:00" + "time": "2020-07-24T04:43:12+00:00" }, { - "name": "spryker-shop/shop-cms-slot", + "name": "spryker-shop/resource-share-page-extension", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/shop-cms-slot.git", - "reference": "9f9234265cc354ebae8235f250921b622eb4f564" + "url": "https://github.com/spryker-shop/resource-share-page-extension.git", + "reference": "b839f5a256d553330254c797555991de0fe4ee20" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/shop-cms-slot/zipball/9f9234265cc354ebae8235f250921b622eb4f564", - "reference": "9f9234265cc354ebae8235f250921b622eb4f564", + "url": "https://api.github.com/repos/spryker-shop/resource-share-page-extension/zipball/b839f5a256d553330254c797555991de0fe4ee20", + "reference": "b839f5a256d553330254c797555991de0fe4ee20", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker-shop/shop-cms-slot-extension": "^1.0.0", - "spryker/cms-slot": "^1.0.0", - "spryker/cms-slot-storage": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/transfer": "^3.8.0", - "spryker/twig": "^3.2.3" + "php": ">=7.1" }, "require-dev": { - "spryker-shop/shop-application": "*", "spryker/code-sniffer": "*", "spryker/testify": "*" }, - "suggest": { - "spryker-shop/shop-application": "If you want to use the CMS slot plugin for Twig." - }, "type": "library", "extra": { "branch-alias": { @@ -12994,32 +14324,41 @@ "license": [ "proprietary" ], - "description": "ShopCmsSlot module", + "description": "ResourceSharePageExtension module", "support": { - "source": "https://github.com/spryker-shop/shop-cms-slot/tree/master" + "source": "https://github.com/spryker-shop/resource-share-page-extension/tree/master" }, - "time": "2019-12-03T14:35:46+00:00" + "time": "2019-05-29T13:35:37+00:00" }, { - "name": "spryker-shop/shop-cms-slot-extension", - "version": "1.0.0", + "name": "spryker-shop/sales-configurable-bundle-widget", + "version": "1.5.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/shop-cms-slot-extension.git", - "reference": "30a6aa626571ddffd042f7e8d61f04d414394fa0" + "url": "https://github.com/spryker-shop/sales-configurable-bundle-widget.git", + "reference": "9b76bd2cb22b7d1ae5fea7d004c0a8a5994c57c6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/shop-cms-slot-extension/zipball/30a6aa626571ddffd042f7e8d61f04d414394fa0", - "reference": "30a6aa626571ddffd042f7e8d61f04d414394fa0", + "url": "https://api.github.com/repos/spryker-shop/sales-configurable-bundle-widget/zipball/9b76bd2cb22b7d1ae5fea7d004c0a8a5994c57c6", + "reference": "9b76bd2cb22b7d1ae5fea7d004c0a8a5994c57c6", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=8.0", + "spryker-shop/customer-reorder-widget-extension": "^1.0.0", + "spryker-shop/shop-ui": "^1.40.0", + "spryker/kernel": "^3.33.0", + "spryker/messenger": "^3.0.0", + "spryker/sales-configurable-bundle": "^1.3.0", + "spryker/twig": "^3.18.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker-shop/configurable-bundle-note-widget": "*", + "spryker/code-sniffer": "*" + }, + "suggest": { + "spryker-shop/configurable-bundle-note-widget": "If you want to use configurable bundle note feature." }, "type": "library", "extra": { @@ -13036,43 +14375,39 @@ "license": [ "proprietary" ], - "description": "ShopCmsSlotExtension module", + "description": "SalesConfigurableBundleWidget module", "support": { - "source": "https://github.com/spryker-shop/shop-cms-slot-extension/tree/1.0.0" + "source": "https://github.com/spryker-shop/sales-configurable-bundle-widget/tree/1.5.0" }, - "time": "2019-11-13T16:26:47+00:00" + "time": "2022-11-24T12:58:31+00:00" }, { - "name": "spryker-shop/shop-permission", - "version": "1.2.2", + "name": "spryker-shop/sales-order-threshold-widget", + "version": "1.1.4", "source": { "type": "git", - "url": "https://github.com/spryker-shop/shop-permission.git", - "reference": "f1b134e5c0fb3d7fe3e35e0ef6cf99f2acb083fb" + "url": "https://github.com/spryker-shop/sales-order-threshold-widget.git", + "reference": "d28bdd900333c0832ac1b52d8980d8d52781121d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/shop-permission/zipball/f1b134e5c0fb3d7fe3e35e0ef6cf99f2acb083fb", - "reference": "f1b134e5c0fb3d7fe3e35e0ef6cf99f2acb083fb", + "url": "https://api.github.com/repos/spryker-shop/sales-order-threshold-widget/zipball/d28bdd900333c0832ac1b52d8980d8d52781121d", + "reference": "d28bdd900333c0832ac1b52d8980d8d52781121d", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/kernel": "^3.30.0", - "spryker/permission": "^1.0.0" + "php": ">=7.3", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/kernel": "^3.30.0" }, "require-dev": { - "spryker-shop/shop-application": "*", - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/silex": "^2.0.0", - "spryker/twig": "^3.0.0" + "spryker-shop/cart-page": "*", + "spryker-shop/checkout-page": "*", + "spryker/code-sniffer": "*" }, "suggest": { - "spryker-shop/shop-application": ">1.0.0 If you want to use the permission plugin for Twig", - "spryker/container": "If you want to use ShopPermissionTwigPlugin.", - "spryker/silex": ">2.0.0 If you want to use the permission plugin for Twig", - "spryker/twig": ">3.0.0 If you want to use the permission plugin for Twig" + "spryker-shop/cart-page": "Widget plugins are available for this module.", + "spryker-shop/checkout-page": "Widget plugins are available for this module." }, "type": "library", "extra": { @@ -13089,43 +14424,38 @@ "license": [ "proprietary" ], - "description": "ShopPermission module", + "description": "SalesOrderThresholdWidget module", "support": { - "source": "https://github.com/spryker-shop/shop-permission/tree/1.2.2" + "source": "https://github.com/spryker-shop/sales-order-threshold-widget/tree/1.1.4" }, - "time": "2020-08-12T14:35:16+00:00" + "time": "2021-06-30T12:20:45+00:00" }, { - "name": "spryker-shop/shop-router", + "name": "spryker-shop/sales-product-bundle-widget", "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/shop-router.git", - "reference": "d46dd1d8b1deb28b6037be2a789f0e855eabd83c" + "url": "https://github.com/spryker-shop/sales-product-bundle-widget.git", + "reference": "c6bf6777665899855e0ae4ebbf1b0affbe5e6585" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/shop-router/zipball/d46dd1d8b1deb28b6037be2a789f0e855eabd83c", - "reference": "d46dd1d8b1deb28b6037be2a789f0e855eabd83c", + "url": "https://api.github.com/repos/spryker-shop/sales-product-bundle-widget/zipball/c6bf6777665899855e0ae4ebbf1b0affbe5e6585", + "reference": "c6bf6777665899855e0ae4ebbf1b0affbe5e6585", "shasum": "" }, "require": { "php": ">=8.0", - "spryker-shop/shop-router-extension": "^1.0.0", - "spryker/application": "^3.8.0", - "spryker/container": "^1.1.0", - "spryker/kernel": "^3.52.0", - "spryker/log": "^3.4.0", + "spryker-shop/sales-return-page-extension": "^1.0.0", + "spryker-shop/shop-ui": "^1.40.0", + "spryker/kernel": "^3.30.0", + "spryker/product-bundle": "^7.4.0", + "spryker/sales": "^11.9.0", "spryker/symfony": "^3.1.0", - "spryker/url-storage": "^1.0.0", - "spryker/util-text": "^1.2.0" + "spryker/twig": "^3.18.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/silex": "*" - }, - "suggest": { - "spryker/silex": "Add this when you still want to use the abandoned Silex." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -13142,31 +14472,37 @@ "license": [ "proprietary" ], - "description": "ShopRouter module", + "description": "SalesProductBundleWidget module", "support": { - "source": "https://github.com/spryker-shop/shop-router/tree/1.1.0" + "source": "https://github.com/spryker-shop/sales-product-bundle-widget/tree/1.1.0" }, - "time": "2023-01-24T16:01:50+00:00" + "time": "2022-11-24T12:58:31+00:00" }, { - "name": "spryker-shop/shop-router-extension", + "name": "spryker-shop/sales-product-configuration-widget", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/shop-router-extension.git", - "reference": "316515f09b3832be6d45b20a92da5dc8f2da2953" + "url": "https://github.com/spryker-shop/sales-product-configuration-widget.git", + "reference": "906543bed0d55a0c9eef19a1acdb7272b38997b1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/shop-router-extension/zipball/316515f09b3832be6d45b20a92da5dc8f2da2953", - "reference": "316515f09b3832be6d45b20a92da5dc8f2da2953", + "url": "https://api.github.com/repos/spryker-shop/sales-product-configuration-widget/zipball/906543bed0d55a0c9eef19a1acdb7272b38997b1", + "reference": "906543bed0d55a0c9eef19a1acdb7272b38997b1", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.0", + "spryker-shop/customer-reorder-widget-extension": "^1.1.0", + "spryker-shop/sales-product-configuration-widget-extension": "^1.0.0", + "spryker-shop/shop-ui": "^1.54.0", + "spryker/kernel": "^3.33.0", + "spryker/sales-product-configuration": "^1.0.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { - "spryker/symfony": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -13183,38 +14519,31 @@ "license": [ "proprietary" ], - "description": "ShopRouterExtension module", + "description": "SalesProductConfigurationWidget module", "support": { - "source": "https://github.com/spryker-shop/shop-router-extension/tree/master" + "source": "https://github.com/spryker-shop/sales-product-configuration-widget/tree/1.0.0" }, - "time": "2018-06-12T07:58:13+00:00" + "time": "2022-11-23T07:38:29+00:00" }, { - "name": "spryker-shop/shop-translator", - "version": "1.2.0", + "name": "spryker-shop/sales-product-configuration-widget-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/shop-translator.git", - "reference": "a913b7dfaf8684c27f3c67c6ddbb8f3c7595b030" + "url": "https://github.com/spryker-shop/sales-product-configuration-widget-extension.git", + "reference": "e6e63b59fadfab180f3c1f90b91a628dc427afa1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/shop-translator/zipball/a913b7dfaf8684c27f3c67c6ddbb8f3c7595b030", - "reference": "a913b7dfaf8684c27f3c67c6ddbb8f3c7595b030", + "url": "https://api.github.com/repos/spryker-shop/sales-product-configuration-widget-extension/zipball/e6e63b59fadfab180f3c1f90b91a628dc427afa1", + "reference": "e6e63b59fadfab180f3c1f90b91a628dc427afa1", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/glossary-storage": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/symfony": "^3.0.0" + "php": ">=8.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/silex": "*" - }, - "suggest": { - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -13231,53 +14560,57 @@ "license": [ "proprietary" ], - "description": "ShopTranslator module", + "description": "SalesProductConfigurationWidgetExtension module", "support": { - "source": "https://github.com/spryker-shop/shop-translator/tree/1.2.0" + "source": "https://github.com/spryker-shop/sales-product-configuration-widget-extension/tree/1.0.0" }, - "time": "2023-01-24T16:01:50+00:00" + "time": "2022-10-18T17:47:18+00:00" }, { - "name": "spryker-shop/shop-ui", - "version": "1.71.0", + "name": "spryker-shop/sales-return-page", + "version": "1.7.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/shop-ui.git", - "reference": "688ca5a02955d6443dbf2a192f0c0d052c3c7298" + "url": "https://github.com/spryker-shop/sales-return-page.git", + "reference": "e5f9b983169dc28361264c12e31b4994e7eeffc2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/shop-ui/zipball/688ca5a02955d6443dbf2a192f0c0d052c3c7298", - "reference": "688ca5a02955d6443dbf2a192f0c0d052c3c7298", + "url": "https://api.github.com/repos/spryker-shop/sales-return-page/zipball/e5f9b983169dc28361264c12e31b4994e7eeffc2", + "reference": "e5f9b983169dc28361264c12e31b4994e7eeffc2", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/form-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0", - "spryker/twig": "^3.18.0", - "spryker/twig-extension": "^1.0.0", - "spryker/util-number": "^1.0.0", - "spryker/util-sanitize-xss": "^1.0.0" + "spryker-shop/barcode-widget": "^1.0.0", + "spryker-shop/customer-reorder-widget-extension": "^1.2.0", + "spryker-shop/sales-return-page-extension": "^1.0.0", + "spryker-shop/shop-ui": "^1.40.0", + "spryker/application": "^3.8.0", + "spryker/customer": "^7.19.0", + "spryker/kernel": "^3.52.0", + "spryker/sales": "^11.0.0", + "spryker/sales-return": "^1.0.0", + "spryker/sales-return-search": "^1.0.0", + "spryker/store": "^1.11.0", + "spryker/symfony": "^3.1.0", + "spryker/twig": "^3.18.0" }, "require-dev": { - "spryker-shop/newsletter-widget": "*", - "spryker-shop/product-group-widget": "*", + "spryker-shop/customer-page": "*", + "spryker-shop/sales-configurable-bundle-widget": "*", + "spryker-shop/sales-product-bundle-widget": "*", "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/silex": "*", - "spryker/testify": "*" + "spryker/router": "*" }, "suggest": { - "spryker-shop/asset-widget": "If you want to use components from module AssetWidget", - "spryker-shop/money-widget": "If you want to use widgets from module MoneyWidget", - "spryker-shop/newsletter-widget": "If you want to use components from module NewsletterWidget.", - "spryker-shop/product-group-widget": "If you want to use components from module ProductGroupColorWidget or ProductGroupWidget", - "spryker/container": "If you want to use Twig Plugins", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker-shop/customer-page": "Use this module when you want to use CustomerNavigationWidget", + "spryker-shop/merchant-sales-return-widget": "Use this module if you want to use the MerchantSalesReturnCreateFormWidget.", + "spryker-shop/merchant-widget": "Use this module if you want to use the SoldbyMerchantWidget.", + "spryker-shop/sales-configurable-bundle-widget": "Use this module when you want to use OrderItemsConfiguredBundleWidget", + "spryker-shop/sales-product-bundle-widget": "Use this module when you want to use ProductBundleSalesReturnPageFormExpanderPlugin", + "spryker-shop/sales-product-configuration-widget": "Add the module if you want to use ProductConfigurationOrderItemDisplayWidget.", + "spryker/router": "Use this module if you want use the RouterProviderPlugin." }, "type": "library", "extra": { @@ -13294,40 +14627,35 @@ "license": [ "proprietary" ], - "description": "ShopUi module", + "description": "SalesReturnPage module", "support": { - "source": "https://github.com/spryker-shop/shop-ui/tree/1.71.0" + "source": "https://github.com/spryker-shop/sales-return-page/tree/1.7.0" }, - "time": "2023-07-03T12:28:35+00:00" + "time": "2023-05-16T16:26:20+00:00" }, { - "name": "spryker-shop/shopping-list-note-widget", - "version": "1.1.2", + "name": "spryker-shop/sales-return-page-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/shopping-list-note-widget.git", - "reference": "0083a90bf68ffc7d9fa6b569c93097cb3c385537" + "url": "https://github.com/spryker-shop/sales-return-page-extension.git", + "reference": "fc907431a6aae30e3ecb06c322351ee8e495fc7d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/shopping-list-note-widget/zipball/0083a90bf68ffc7d9fa6b569c93097cb3c385537", - "reference": "0083a90bf68ffc7d9fa6b569c93097cb3c385537", + "url": "https://api.github.com/repos/spryker-shop/sales-return-page-extension/zipball/fc907431a6aae30e3ecb06c322351ee8e495fc7d", + "reference": "fc907431a6aae30e3ecb06c322351ee8e495fc7d", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker-shop/shop-ui": "^1.2.0", - "spryker-shop/shopping-list-page-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/symfony": "^3.1.0" + "php": ">=7.2" }, "require-dev": { - "spryker-shop/shopping-list-page": "*", "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/symfony": "*" }, "suggest": { - "spryker-shop/shopping-list-page": "Widget plugins are available for this module." + "spryker/symfony": "If you want to use SalesReturnPage form expander plugins." }, "type": "library", "extra": { @@ -13344,59 +14672,43 @@ "license": [ "proprietary" ], - "description": "ShoppingListNoteWidget module", + "description": "SalesReturnPageExtension module", "support": { - "source": "https://github.com/spryker-shop/shopping-list-note-widget/tree/1.1.2" + "source": "https://github.com/spryker-shop/sales-return-page-extension/tree/master" }, - "time": "2019-07-08T14:37:25+00:00" + "time": "2020-05-29T15:35:39+00:00" }, { - "name": "spryker-shop/shopping-list-page", - "version": "1.9.0", + "name": "spryker-shop/security-blocker-page", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/shopping-list-page.git", - "reference": "3348cb5871aac1d95b090706a353c41411bb3c6c" + "url": "https://github.com/spryker-shop/security-blocker-page.git", + "reference": "c0f5ac3392b97e89ac40469df56fdd7be899cc94" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/shopping-list-page/zipball/3348cb5871aac1d95b090706a353c41411bb3c6c", - "reference": "3348cb5871aac1d95b090706a353c41411bb3c6c", + "url": "https://api.github.com/repos/spryker-shop/security-blocker-page/zipball/c0f5ac3392b97e89ac40469df56fdd7be899cc94", + "reference": "c0f5ac3392b97e89ac40469df56fdd7be899cc94", "shasum": "" }, "require": { "php": ">=8.0", - "spryker-shop/shop-application": "^1.2.0", - "spryker-shop/shop-ui": "^1.63.0", - "spryker-shop/shopping-list-page-extension": "^1.1.0", - "spryker/application": "^3.8.0", - "spryker/company-business-unit": "^1.5.0 || ^2.4.0", - "spryker/company-user": "^2.8.0", - "spryker/customer": "^7.4.0", - "spryker/kernel": "^3.52.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/multi-cart": "^1.1.0", - "spryker/price": "^5.0.0", - "spryker/product-storage": "^1.1.0", - "spryker/shopping-list": "^2.8.0 || ^4.9.0", - "spryker/symfony": "^3.1.0", - "spryker/twig": "^3.18.0", - "spryker/util-encoding": "^2.0.0", - "spryker/util-number": "^1.0.0", - "spryker/zed-request": "^3.4.0" + "spryker/event-dispatcher-extension": "^1.0.0", + "spryker/glossary-storage": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/security-blocker": "^1.0.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker-shop/customer-page": "*", - "spryker-shop/product-option-widget": "*", "spryker/code-sniffer": "*", - "spryker/router": "*" + "spryker/container": "*", + "spryker/event-dispatcher": "*", + "spryker/testify": "*" }, "suggest": { - "spryker-shop/customer-page": "Use this module when you want to show shopping lists on a customer page", - "spryker-shop/product-configuration-shopping-list-widget": "Add the module if you want to use ProductConfigurationShoppingListItemDisplayWidget or ProductConfigurationShoppingListPageButtonWidget.", - "spryker-shop/product-option-widget": "Use this module if you want to manage product options for shopping list items.", - "spryker/router": "Use this module when you want to use the Router.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/container": "Add this module when you want to use the Container.", + "spryker/event-dispatcher": "Add this module when you want to use the EventDispatcher." }, "type": "library", "extra": { @@ -13413,36 +14725,41 @@ "license": [ "proprietary" ], - "description": "ShoppingListPage module", + "description": "SecurityBlockerPage module", "support": { - "source": "https://github.com/spryker-shop/shopping-list-page/tree/1.9.0" + "source": "https://github.com/spryker-shop/security-blocker-page/tree/1.1.0" }, - "time": "2023-03-31T19:36:14+00:00" + "time": "2023-07-20T06:54:36+00:00" }, { - "name": "spryker-shop/shopping-list-page-extension", - "version": "1.1.0", + "name": "spryker-shop/service-point-widget", + "version": "0.1.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/shopping-list-page-extension.git", - "reference": "8e4c1ab3e9ed596095c3920140c9c698e136b044" + "url": "https://github.com/spryker-shop/service-point-widget.git", + "reference": "bf2ec055d2c2d64391ed9a2cd5b772e230d6ab21" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/shopping-list-page-extension/zipball/8e4c1ab3e9ed596095c3920140c9c698e136b044", - "reference": "8e4c1ab3e9ed596095c3920140c9c698e136b044", + "url": "https://api.github.com/repos/spryker-shop/service-point-widget/zipball/bf2ec055d2c2d64391ed9a2cd5b772e230d6ab21", + "reference": "bf2ec055d2c2d64391ed9a2cd5b772e230d6ab21", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.0", + "spryker-shop/shop-ui": "^1.71.0", + "spryker/kernel": "^3.30.0", + "spryker/service-point-search": "^0.2.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.27.0", + "spryker/twig": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/symfony": "*", - "spryker/testify": "*" + "spryker/router": "*" }, "suggest": { - "spryker/symfony": "If you want to use ShoppingListPage form expander plugins." + "spryker/router": "Use this module if you need use the RouterProviderPlugin." }, "type": "library", "extra": { @@ -13459,51 +14776,46 @@ "license": [ "proprietary" ], - "description": "ShoppingListPageExtension module", + "description": "ServicePointWidget module", "support": { - "source": "https://github.com/spryker-shop/shopping-list-page-extension/tree/master" + "source": "https://github.com/spryker-shop/service-point-widget/tree/0.1.0" }, - "time": "2018-10-03T15:29:44+00:00" + "time": "2023-07-03T12:28:35+00:00" }, { - "name": "spryker-shop/shopping-list-widget", - "version": "1.5.1", + "name": "spryker-shop/session-agent-validation", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/shopping-list-widget.git", - "reference": "86c76343a05f492c32dba91fe238a6b5ea2af695" + "url": "https://github.com/spryker-shop/session-agent-validation.git", + "reference": "4fc793d7327a66a286c8b129767c8ebc60e7d4fd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/shopping-list-widget/zipball/86c76343a05f492c32dba91fe238a6b5ea2af695", - "reference": "86c76343a05f492c32dba91fe238a6b5ea2af695", + "url": "https://api.github.com/repos/spryker-shop/session-agent-validation/zipball/4fc793d7327a66a286c8b129767c8ebc60e7d4fd", + "reference": "4fc793d7327a66a286c8b129767c8ebc60e7d4fd", "shasum": "" }, "require": { "php": ">=8.0", - "spryker-shop/quick-order-page-extension": "^1.0.0", - "spryker-shop/shop-application": "^1.0.0", - "spryker-shop/shop-ui": "^1.54.0", - "spryker/application": "^3.8.0", - "spryker/customer": "^7.4.0", - "spryker/kernel": "^3.52.0", - "spryker/shopping-list": "^2.8.0 || ^4.10.0", - "spryker/shopping-list-session": "^1.0.0", - "spryker/symfony": "^3.1.0", - "spryker/twig": "^3.18.0" + "spryker-shop/customer-page-extension": "^1.2.0", + "spryker-shop/session-agent-validation-extension": "^1.0.0", + "spryker/agent": "^1.4.0", + "spryker/kernel": "^3.30.0", + "spryker/security-extension": "^1.1.0", + "spryker/session": "^4.0.0", + "spryker/symfony": "^3.8.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/router": "*" + "spryker/container": "*", + "spryker/propel": "*", + "spryker/security": "*", + "spryker/testify": "*" }, "suggest": { - "spryker-shop/customer-page": "Widget are available for this module.", - "spryker-shop/multi-cart-page": "Widget are available for this module.", - "spryker-shop/product-detail-page": "Widget are available for this module.", - "spryker-shop/quick-order-page": "Widget are available for this module.", - "spryker-shop/shopping-list-page": "Use this module if you want see shopping list pages", - "spryker/router": "Use this module when you want to use the Router.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/event-dispatcher": "Add this module if you want to use security plugins." }, "type": "library", "extra": { @@ -13520,33 +14832,28 @@ "license": [ "proprietary" ], - "description": "ShoppingListWidget module", + "description": "SessionAgentValidation module", "support": { - "source": "https://github.com/spryker-shop/shopping-list-widget/tree/1.5.1" + "source": "https://github.com/spryker-shop/session-agent-validation/tree/1.1.0" }, - "time": "2023-02-02T10:03:11+00:00" + "time": "2023-04-25T15:38:45+00:00" }, { - "name": "spryker-shop/storage-router", - "version": "0.1.3", + "name": "spryker-shop/session-agent-validation-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/storage-router.git", - "reference": "9681bb9e7f5416ebf211de82112a418e517347c7" + "url": "https://github.com/spryker-shop/session-agent-validation-extension.git", + "reference": "29326511abb88c9c7c6ceab5f6560fb9f66b7aaa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/storage-router/zipball/9681bb9e7f5416ebf211de82112a418e517347c7", - "reference": "9681bb9e7f5416ebf211de82112a418e517347c7", + "url": "https://api.github.com/repos/spryker-shop/session-agent-validation-extension/zipball/29326511abb88c9c7c6ceab5f6560fb9f66b7aaa", + "reference": "29326511abb88c9c7c6ceab5f6560fb9f66b7aaa", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker-shop/storage-router-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/router-extension": "^1.0.0", - "spryker/symfony": "^3.2.2", - "spryker/url-storage": "^1.4.1" + "php": ">=8.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -13566,33 +14873,47 @@ "license": [ "proprietary" ], - "description": "StorageRouter module", + "description": "SessionAgentValidationExtension module", "support": { - "source": "https://github.com/spryker-shop/storage-router/tree/0.1.3" + "source": "https://github.com/spryker-shop/session-agent-validation-extension/tree/1.0.0" }, - "time": "2023-01-24T16:01:50+00:00" + "time": "2022-11-08T12:42:29+00:00" }, { - "name": "spryker-shop/storage-router-extension", + "name": "spryker-shop/session-customer-validation-page", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/storage-router-extension.git", - "reference": "2ebad3c8479230ba3e6f6ead76b276ace0aef8dc" + "url": "https://github.com/spryker-shop/session-customer-validation-page.git", + "reference": "066745370d710540b6759998c368d2a5e9d5888f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/storage-router-extension/zipball/2ebad3c8479230ba3e6f6ead76b276ace0aef8dc", - "reference": "2ebad3c8479230ba3e6f6ead76b276ace0aef8dc", + "url": "https://api.github.com/repos/spryker-shop/session-customer-validation-page/zipball/066745370d710540b6759998c368d2a5e9d5888f", + "reference": "066745370d710540b6759998c368d2a5e9d5888f", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.0", + "spryker-shop/agent-page-extension": "^1.0.0", + "spryker-shop/session-customer-validation-page-extension": "^1.0.0", + "spryker/customer": "^7.0.0", + "spryker/kernel": "^3.30.0", + "spryker/security-extension": "^1.0.0", + "spryker/session": "^4.0.0", + "spryker/symfony": "^3.8.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/propel": "*", + "spryker/security": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/event-dispatcher": "Add this module if you want to use security plugins." + }, "type": "library", "extra": { "branch-alias": { @@ -13608,42 +14929,31 @@ "license": [ "proprietary" ], - "description": "StorageRouterExtension module", + "description": "SessionCustomerValidationPage module", "support": { - "source": "https://github.com/spryker-shop/storage-router-extension/tree/master" + "source": "https://github.com/spryker-shop/session-customer-validation-page/tree/1.0.0" }, - "time": "2019-09-26T05:02:03+00:00" + "time": "2022-12-13T15:22:32+00:00" }, { - "name": "spryker-shop/store-widget", - "version": "1.1.0", + "name": "spryker-shop/session-customer-validation-page-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/store-widget.git", - "reference": "65b9c5522bcb90aea322d4a2a52ab6d68b63181c" + "url": "https://github.com/spryker-shop/session-customer-validation-page-extension.git", + "reference": "ba04cc096ea8bf10dbbdd6ec9902778f9167232d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/store-widget/zipball/65b9c5522bcb90aea322d4a2a52ab6d68b63181c", - "reference": "65b9c5522bcb90aea322d4a2a52ab6d68b63181c", + "url": "https://api.github.com/repos/spryker-shop/session-customer-validation-page-extension/zipball/ba04cc096ea8bf10dbbdd6ec9902778f9167232d", + "reference": "ba04cc096ea8bf10dbbdd6ec9902778f9167232d", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/application-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/session": "^4.0.0", - "spryker/store": "^1.19.0", - "spryker/store-storage": "^1.0.0", - "spryker/symfony": "^3.11.1", - "spryker/transfer": "^3.25.0" + "php": ">=8.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*" - }, - "suggest": { - "spryker/container": "Add this module to use the ContainerInterface." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -13660,38 +14970,56 @@ "license": [ "proprietary" ], - "description": "StoreWidget module", + "description": "SessionCustomerValidationPageExtension module", "support": { - "source": "https://github.com/spryker-shop/store-widget/tree/1.1.0" + "source": "https://github.com/spryker-shop/session-customer-validation-page-extension/tree/1.0.0" }, - "time": "2023-04-14T12:33:33+00:00" + "time": "2022-12-13T15:22:32+00:00" }, { - "name": "spryker-shop/tabs-widget", - "version": "1.0.3", + "name": "spryker-shop/shared-cart-page", + "version": "2.4.1", "source": { "type": "git", - "url": "https://github.com/spryker-shop/tabs-widget.git", - "reference": "8ce9237ef66de9fddef84b5ae73ad7e66f2f8265" + "url": "https://github.com/spryker-shop/shared-cart-page.git", + "reference": "d094d2598a4af70bdc91bdcd49531a02bcf634bd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/tabs-widget/zipball/8ce9237ef66de9fddef84b5ae73ad7e66f2f8265", - "reference": "8ce9237ef66de9fddef84b5ae73ad7e66f2f8265", + "url": "https://api.github.com/repos/spryker-shop/shared-cart-page/zipball/d094d2598a4af70bdc91bdcd49531a02bcf634bd", + "reference": "d094d2598a4af70bdc91bdcd49531a02bcf634bd", "shasum": "" }, "require": { "php": ">=7.2", - "spryker-shop/tabs-widget-extension": "^1.0.0", - "spryker/kernel": "^3.30.0" + "spryker-shop/resource-share-page-extension": "^1.0.0", + "spryker-shop/shop-application": "^1.0.0", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/application": "^3.0.0", + "spryker/company-user": "^2.8.0", + "spryker/customer": "^7.0.0", + "spryker/kernel": "^3.52.0", + "spryker/multi-cart": "^1.1.0", + "spryker/quote": "^2.8.0", + "spryker/shared-cart": "^1.4.0", + "spryker/symfony": "^3.1.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker-shop/multi-cart-page": "*", + "spryker/code-sniffer": "*", + "spryker/router": "*", + "spryker/silex": "*" + }, + "suggest": { + "spryker-shop/multi-cart-page": "if you want to use customer layout templates: ^1.1.0", + "spryker/permission": "If you want to use permissions plugins", + "spryker/router": "Use this module when using plugins that need Router dependencies.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -13703,32 +15031,44 @@ "license": [ "proprietary" ], - "description": "TabsWidget module", + "description": "SharedCartPage module", "support": { - "source": "https://github.com/spryker-shop/tabs-widget/tree/1.0.3" + "source": "https://github.com/spryker-shop/shared-cart-page/tree/master" }, - "time": "2020-05-29T13:03:33+00:00" + "time": "2020-07-24T04:43:12+00:00" }, { - "name": "spryker-shop/tabs-widget-extension", - "version": "1.0.0", + "name": "spryker-shop/shared-cart-widget", + "version": "1.7.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/tabs-widget-extension.git", - "reference": "0b183275068364c3c9fd484eb6c2f00f1f109322" + "url": "https://github.com/spryker-shop/shared-cart-widget.git", + "reference": "72fbb9846f5581344a879d8285f78e99bab3544a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/tabs-widget-extension/zipball/0b183275068364c3c9fd484eb6c2f00f1f109322", - "reference": "0b183275068364c3c9fd484eb6c2f00f1f109322", + "url": "https://api.github.com/repos/spryker-shop/shared-cart-widget/zipball/72fbb9846f5581344a879d8285f78e99bab3544a", + "reference": "72fbb9846f5581344a879d8285f78e99bab3544a", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/customer": "^7.0.0", + "spryker/kernel": "^3.30.0", + "spryker/multi-cart": "^1.3.0", + "spryker/quote": "^2.8.0", + "spryker/shared-cart": "^1.13.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker-shop/multi-cart-widget": "*", + "spryker/code-sniffer": "*" + }, + "suggest": { + "spryker-shop/multi-cart-page": "If you want to use CartDeleteCompanyUsersListWidgetPlugin and CartListPermissionGroupWidgetPlugin: ^1.0.0", + "spryker-shop/multi-cart-widget": "Widget plugins are available for this module.", + "spryker/permission": "If you want to use permissions plugins", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." }, "type": "library", "extra": { @@ -13745,56 +15085,54 @@ "license": [ "proprietary" ], - "description": "TabsWidgetExtension module", + "description": "SharedCartWidget module", "support": { - "source": "https://github.com/spryker-shop/tabs-widget-extension/tree/master" + "source": "https://github.com/spryker-shop/shared-cart-widget/tree/1.7.0" }, - "time": "2018-11-23T16:11:33+00:00" + "time": "2020-06-26T16:02:13+00:00" }, { - "name": "spryker-shop/wishlist-page", - "version": "1.11.0", + "name": "spryker-shop/shop-application", + "version": "1.15.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/wishlist-page.git", - "reference": "818e6428dee3f6e798bb6c3426f93fce8054e872" + "url": "https://github.com/spryker-shop/shop-application.git", + "reference": "e4c68a5f0d1ae34000205f51927f1a75abda4b9c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/wishlist-page/zipball/818e6428dee3f6e798bb6c3426f93fce8054e872", - "reference": "818e6428dee3f6e798bb6c3426f93fce8054e872", + "url": "https://api.github.com/repos/spryker-shop/shop-application/zipball/e4c68a5f0d1ae34000205f51927f1a75abda4b9c", + "reference": "e4c68a5f0d1ae34000205f51927f1a75abda4b9c", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker-shop/customer-page": "^1.0.0 || ^2.0.0", - "spryker-shop/shop-application": "^1.0.0", - "spryker-shop/shop-ui": "^1.40.0", - "spryker-shop/wishlist-page-extension": "^1.0.0", - "spryker/application": "^3.8.0", - "spryker/customer": "^7.4.0", - "spryker/glossary-storage": "^1.9.1", - "spryker/kernel": "^3.52.0", - "spryker/product-storage": "^1.1.0", - "spryker/symfony": "^3.1.0", - "spryker/transfer": "^3.25.0", - "spryker/wishlist": "^8.3.0" + "php": ">=8.0", + "spryker-shop/shop-application-extension": "^1.2.0", + "spryker/application": "^3.13.0", + "spryker/application-extension": "^1.0.0", + "spryker/container": "^1.0.0", + "spryker/event-dispatcher-extension": "^1.0.0", + "spryker/kernel": "^3.48.0", + "spryker/locale": "^3.8.0 || ^4.0.0", + "spryker/storage": "^3.4.0", + "spryker/symfony": "^3.5.0", + "spryker/twig": "^3.3.0", + "spryker/twig-extension": "^1.0.0", + "spryker/util-text": "^1.2.0" }, "require-dev": { - "spryker-shop/merchant-product-offer-widget": "*", - "spryker-shop/merchant-product-widget": "*", - "spryker-shop/product-discontinued-widget": "*", "spryker/code-sniffer": "*", - "spryker/router": "*", - "spryker/silex": "*" + "spryker/config": "^3.0.0", + "spryker/event-dispatcher": "*", + "spryker/log": "*", + "spryker/silex": "*", + "spryker/testify": "*" }, "suggest": { - "spryker-shop/merchant-product-offer-widget": "If you want to use MerchantProductOfferWidget or expander plugins.", - "spryker-shop/merchant-product-widget": "If you want to use MerchantProductWidget or expander plugins.", - "spryker-shop/product-configuration-wishlist-widget": "Add the module if you want to use ProductConfigurationWishlistItemDisplayWidget or ProductConfigurationWishlistPageButtonWidget.", - "spryker-shop/product-discontinued-widget": "If you want to use ProductDiscontinuedWidget or ProductDiscontinuedWidgetPlugin.", - "spryker/router": "Use this module when you want to use the Router.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/config": "Use this module when using plugins that need Config dependency.", + "spryker/event-dispatcher": "If you want to use the ShopApplicationEventDispatcherPlugin.", + "spryker/log": "Use this module when using plugins that need Log dependencies.", + "spryker/silex": "Add this when you still want to use the abandoned Silex." }, "type": "library", "extra": { @@ -13811,24 +15149,24 @@ "license": [ "proprietary" ], - "description": "WishlistPage module", + "description": "ShopApplication module", "support": { - "source": "https://github.com/spryker-shop/wishlist-page/tree/1.11.0" + "source": "https://github.com/spryker-shop/shop-application/tree/1.15.0" }, - "time": "2022-10-04T15:44:18+00:00" + "time": "2023-03-31T19:36:14+00:00" }, { - "name": "spryker-shop/wishlist-page-extension", - "version": "1.0.0", + "name": "spryker-shop/shop-application-extension", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/wishlist-page-extension.git", - "reference": "ce95017352691102f318807f38c95a0392b758b4" + "url": "https://github.com/spryker-shop/shop-application-extension.git", + "reference": "309bc35c36d948b9cef7a2786cd25966c3e7760c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/wishlist-page-extension/zipball/ce95017352691102f318807f38c95a0392b758b4", - "reference": "ce95017352691102f318807f38c95a0392b758b4", + "url": "https://api.github.com/repos/spryker-shop/shop-application-extension/zipball/309bc35c36d948b9cef7a2786cd25966c3e7760c", + "reference": "309bc35c36d948b9cef7a2786cd25966c3e7760c", "shasum": "" }, "require": { @@ -13839,7 +15177,8 @@ "spryker/symfony": "*" }, "suggest": { - "spryker/symfony": "If you want to plugins with symfony components." + "spryker/silex": "", + "spryker/symfony": ">=3.0.0 for using LanguageSwitcherPluginInterface" }, "type": "library", "extra": { @@ -13856,43 +15195,42 @@ "license": [ "proprietary" ], - "description": "WishlistPageExtension module", + "description": "ShopApplicationExtension module", "support": { - "source": "https://github.com/spryker-shop/wishlist-page-extension/tree/1.0.0" + "source": "https://github.com/spryker-shop/shop-application-extension/tree/1.2.0" }, - "time": "2021-03-17T10:05:48+00:00" + "time": "2020-12-31T08:37:33+00:00" }, { - "name": "spryker-shop/wishlist-widget", - "version": "1.3.1", + "name": "spryker-shop/shop-cms-slot", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/wishlist-widget.git", - "reference": "01b91b657178b857287ab382c9dcb633f7f60f86" + "url": "https://github.com/spryker-shop/shop-cms-slot.git", + "reference": "9f9234265cc354ebae8235f250921b622eb4f564" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/wishlist-widget/zipball/01b91b657178b857287ab382c9dcb633f7f60f86", - "reference": "01b91b657178b857287ab382c9dcb633f7f60f86", + "url": "https://api.github.com/repos/spryker-shop/shop-cms-slot/zipball/9f9234265cc354ebae8235f250921b622eb4f564", + "reference": "9f9234265cc354ebae8235f250921b622eb4f564", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker-shop/shop-ui": "^1.0.0", + "php": ">=7.2", + "spryker-shop/shop-cms-slot-extension": "^1.0.0", + "spryker/cms-slot": "^1.0.0", + "spryker/cms-slot-storage": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/wishlist": "^4.1.0 || ^5.0.0 || ^6.0.0 || ^8.0.0" + "spryker/transfer": "^3.8.0", + "spryker/twig": "^3.2.3" }, "require-dev": { - "spryker-shop/customer-page": "*", - "spryker-shop/merchant-product-offer-widget": "*", - "spryker-shop/product-detail-page": "*", - "spryker/code-sniffer": "*" + "spryker-shop/shop-application": "*", + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "suggest": { - "spryker-shop/customer-page": "To have customer account pages", - "spryker-shop/merchant-product-offer-widget": "To use molecules", - "spryker-shop/merchant-product-widget": "To use molecules ", - "spryker-shop/product-detail-page": "Widget plugins are available for this module." + "spryker-shop/shop-application": "If you want to use the CMS slot plugin for Twig." }, "type": "library", "extra": { @@ -13909,111 +15247,85 @@ "license": [ "proprietary" ], - "description": "WishlistWidget module", + "description": "ShopCmsSlot module", "support": { - "source": "https://github.com/spryker-shop/wishlist-widget/tree/1.3.1" + "source": "https://github.com/spryker-shop/shop-cms-slot/tree/master" }, - "time": "2021-03-19T09:24:29+00:00" + "time": "2019-12-03T14:35:46+00:00" }, { - "name": "spryker/acl", - "version": "3.17.1", + "name": "spryker-shop/shop-cms-slot-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/acl.git", - "reference": "df25104e32fe82691e34e405b0d2a034c32a6800" + "url": "https://github.com/spryker-shop/shop-cms-slot-extension.git", + "reference": "30a6aa626571ddffd042f7e8d61f04d414394fa0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/acl/zipball/df25104e32fe82691e34e405b0d2a034c32a6800", - "reference": "df25104e32fe82691e34e405b0d2a034c32a6800", + "url": "https://api.github.com/repos/spryker-shop/shop-cms-slot-extension/zipball/30a6aa626571ddffd042f7e8d61f04d414394fa0", + "reference": "30a6aa626571ddffd042f7e8d61f04d414394fa0", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/acl-extension": "^1.1.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/config": "^3.0.0", - "spryker/event-dispatcher-extension": "^1.0.0", - "spryker/gui": "^3.33.0", - "spryker/kernel": "^3.52.0", - "spryker/propel-orm": "^1.0.0", - "spryker/symfony": "^3.5.0", - "spryker/transfer": "^3.27.0", - "spryker/user": "^3.17.0", - "spryker/util-date-time": "^1.0.0", - "spryker/util-text": "^1.1.0", - "spryker/zed-navigation-extension": "^1.1.0" + "php": ">=7.2" }, "require-dev": { - "spryker/application": "*", "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/event-dispatcher": "*", - "spryker/form": "*", - "spryker/installer": "*", - "spryker/propel": "*", - "spryker/router": "*", - "spryker/silex": "*", - "spryker/store": "*", - "spryker/testify": "*", - "spryker/twig": "*", - "spryker/validator": "*", - "spryker/zed-navigation": "*" - }, - "suggest": { - "spryker/container": "Add this module when you want to use the Container.", - "spryker/event-dispatcher": "Add this module when you want to use the EVentDispatcher.", - "spryker/installer": "If you want to use Installer plugins.", - "spryker/silex": "If you want to use ServiceProvider." + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\Acl\\Helper\\": "tests/SprykerTest/Zed/Acl/_support/Helper/", - "SprykerTest\\Zed\\Acl\\PageObject\\": "tests/SprykerTest/Zed/Acl/_support/PageObject/" + "SprykerShop\\": "src/SprykerShop/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Acl module", + "description": "ShopCmsSlotExtension module", "support": { - "source": "https://github.com/spryker/acl/tree/3.17.1" + "source": "https://github.com/spryker-shop/shop-cms-slot-extension/tree/1.0.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2019-11-13T16:26:47+00:00" }, { - "name": "spryker/acl-data-import", - "version": "0.1.1", + "name": "spryker-shop/shop-permission", + "version": "1.2.2", "source": { "type": "git", - "url": "https://github.com/spryker/acl-data-import.git", - "reference": "d02a6e7674f4c2a89a2dcaa4954b345b406d72c7" + "url": "https://github.com/spryker-shop/shop-permission.git", + "reference": "f1b134e5c0fb3d7fe3e35e0ef6cf99f2acb083fb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/acl-data-import/zipball/d02a6e7674f4c2a89a2dcaa4954b345b406d72c7", - "reference": "d02a6e7674f4c2a89a2dcaa4954b345b406d72c7", + "url": "https://api.github.com/repos/spryker-shop/shop-permission/zipball/f1b134e5c0fb3d7fe3e35e0ef6cf99f2acb083fb", + "reference": "f1b134e5c0fb3d7fe3e35e0ef6cf99f2acb083fb", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/acl": "^3.8.0", - "spryker/data-import": "^1.14.0", - "spryker/kernel": "^3.30.0" + "php": ">=7.2", + "spryker/kernel": "^3.30.0", + "spryker/permission": "^1.0.0" }, "require-dev": { + "spryker-shop/shop-application": "*", "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/container": "*", + "spryker/silex": "^2.0.0", + "spryker/twig": "^3.0.0" + }, + "suggest": { + "spryker-shop/shop-application": ">1.0.0 If you want to use the permission plugin for Twig", + "spryker/container": "If you want to use ShopPermissionTwigPlugin.", + "spryker/silex": ">2.0.0 If you want to use the permission plugin for Twig", + "spryker/twig": ">3.0.0 If you want to use the permission plugin for Twig" }, "type": "library", "extra": { @@ -14023,110 +15335,91 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "SprykerShop\\": "src/SprykerShop/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "AclDataImport module", + "description": "ShopPermission module", "support": { - "source": "https://github.com/spryker/acl-data-import/tree/0.1.1" + "source": "https://github.com/spryker-shop/shop-permission/tree/1.2.2" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2020-08-12T14:35:16+00:00" }, { - "name": "spryker/acl-entity", - "version": "1.9.0", + "name": "spryker-shop/shop-router", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/acl-entity.git", - "reference": "1de6ff592575dd2f3f18ecf839c25a2ef4bee9cc" + "url": "https://github.com/spryker-shop/shop-router.git", + "reference": "d46dd1d8b1deb28b6037be2a789f0e855eabd83c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/acl-entity/zipball/1de6ff592575dd2f3f18ecf839c25a2ef4bee9cc", - "reference": "1de6ff592575dd2f3f18ecf839c25a2ef4bee9cc", + "url": "https://api.github.com/repos/spryker-shop/shop-router/zipball/d46dd1d8b1deb28b6037be2a789f0e855eabd83c", + "reference": "d46dd1d8b1deb28b6037be2a789f0e855eabd83c", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/acl": "^3.8.0", - "spryker/acl-entity-extension": "^1.0.0", - "spryker/acl-extension": "^1.1.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/application-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/price-product-extension": "^1.7.0", - "spryker/propel-orm": "^1.16.0", - "spryker/transfer": "^3.25.0", - "spryker/user": "^3.0.0" + "spryker-shop/shop-router-extension": "^1.0.0", + "spryker/application": "^3.8.0", + "spryker/container": "^1.1.0", + "spryker/kernel": "^3.52.0", + "spryker/log": "^3.4.0", + "spryker/symfony": "^3.1.0", + "spryker/url-storage": "^1.0.0", + "spryker/util-text": "^1.2.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/locale": "*", - "spryker/merchant": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/silex": "*" }, "suggest": { - "spryker/container": "If you want to use AclEntityApplicationPlugin." + "spryker/silex": "Add this when you still want to use the abandoned Silex." }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" - }, - "name": "acl", - "class": "\\Spryker\\Zed\\AclEntity\\Persistence\\Propel\\Behavior\\AclEntityBehavior" + } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\AclEntity\\Helper\\": "tests/SprykerTest/Zed/AclEntity/_support/Helper/" + "SprykerShop\\": "src/SprykerShop/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "AclEntity module", + "description": "ShopRouter module", "support": { - "source": "https://github.com/spryker/acl-entity/tree/1.9.0" + "source": "https://github.com/spryker-shop/shop-router/tree/1.1.0" }, - "time": "2023-03-10T14:11:16+00:00" + "time": "2023-01-24T16:01:50+00:00" }, { - "name": "spryker/acl-entity-data-import", - "version": "0.2.2", + "name": "spryker-shop/shop-router-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/acl-entity-data-import.git", - "reference": "4b90e7b287a2e8e64beb7950980271ffbced4e57" + "url": "https://github.com/spryker-shop/shop-router-extension.git", + "reference": "316515f09b3832be6d45b20a92da5dc8f2da2953" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/acl-entity-data-import/zipball/4b90e7b287a2e8e64beb7950980271ffbced4e57", - "reference": "4b90e7b287a2e8e64beb7950980271ffbced4e57", + "url": "https://api.github.com/repos/spryker-shop/shop-router-extension/zipball/316515f09b3832be6d45b20a92da5dc8f2da2953", + "reference": "316515f09b3832be6d45b20a92da5dc8f2da2953", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/acl": "^3.8.0", - "spryker/acl-entity": "^1.0.0", - "spryker/data-import": "^1.14.0", - "spryker/kernel": "^3.30.0", - "spryker/propel-orm": "^1.16.0", - "spryker/transfer": "^3.25.0" + "php": ">=7.1" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/merchant": "*", - "spryker/product": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/symfony": "*" }, "type": "library", "extra": { @@ -14136,46 +15429,45 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "SprykerShop\\": "src/SprykerShop/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "AclEntityDataImport module", + "description": "ShopRouterExtension module", "support": { - "source": "https://github.com/spryker/acl-entity-data-import/tree/0.2.2" + "source": "https://github.com/spryker-shop/shop-router-extension/tree/master" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2018-06-12T07:58:13+00:00" }, { - "name": "spryker/acl-entity-dummy-product", - "version": "0.2.1", + "name": "spryker-shop/shop-translator", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/acl-entity-dummy-product.git", - "reference": "5b12fa4eaae74e2e95df200112095886bc74f818" + "url": "https://github.com/spryker-shop/shop-translator.git", + "reference": "a913b7dfaf8684c27f3c67c6ddbb8f3c7595b030" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/acl-entity-dummy-product/zipball/5b12fa4eaae74e2e95df200112095886bc74f818", - "reference": "5b12fa4eaae74e2e95df200112095886bc74f818", + "url": "https://api.github.com/repos/spryker-shop/shop-translator/zipball/a913b7dfaf8684c27f3c67c6ddbb8f3c7595b030", + "reference": "a913b7dfaf8684c27f3c67c6ddbb8f3c7595b030", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/acl-entity": "^1.0.0", - "spryker/acl-entity-extension": "^1.0.0", + "php": ">=8.0", + "spryker/glossary-storage": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/product": "^6.0.0", - "spryker/product-image": "^3.0.0", - "spryker/store": "^1.0.0", - "spryker/transfer": "^3.25.0" + "spryker/symfony": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/silex": "*" + }, + "suggest": { + "spryker/silex": "Use this module when using plugins that need Silex dependencies." }, "type": "library", "extra": { @@ -14185,38 +15477,60 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "SprykerShop\\": "src/SprykerShop/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "AclEntityDummyProduct module", + "description": "ShopTranslator module", "support": { - "source": "https://github.com/spryker/acl-entity-dummy-product/tree/0.2.1" + "source": "https://github.com/spryker-shop/shop-translator/tree/1.2.0" }, - "time": "2021-11-23T15:36:45+00:00" + "time": "2023-01-24T16:01:50+00:00" }, { - "name": "spryker/acl-entity-extension", - "version": "1.0.0", + "name": "spryker-shop/shop-ui", + "version": "1.71.0", "source": { "type": "git", - "url": "https://github.com/spryker/acl-entity-extension.git", - "reference": "c2508b4ccd0c29561dcdf0e0da41111feed081dd" + "url": "https://github.com/spryker-shop/shop-ui.git", + "reference": "688ca5a02955d6443dbf2a192f0c0d052c3c7298" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/acl-entity-extension/zipball/c2508b4ccd0c29561dcdf0e0da41111feed081dd", - "reference": "c2508b4ccd0c29561dcdf0e0da41111feed081dd", + "url": "https://api.github.com/repos/spryker-shop/shop-ui/zipball/688ca5a02955d6443dbf2a192f0c0d052c3c7298", + "reference": "688ca5a02955d6443dbf2a192f0c0d052c3c7298", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.0", + "spryker/form-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.25.0", + "spryker/twig": "^3.18.0", + "spryker/twig-extension": "^1.0.0", + "spryker/util-number": "^1.0.0", + "spryker/util-sanitize-xss": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker-shop/newsletter-widget": "*", + "spryker-shop/product-group-widget": "*", + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/silex": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker-shop/asset-widget": "If you want to use components from module AssetWidget", + "spryker-shop/money-widget": "If you want to use widgets from module MoneyWidget", + "spryker-shop/newsletter-widget": "If you want to use components from module NewsletterWidget.", + "spryker-shop/product-group-widget": "If you want to use components from module ProductGroupColorWidget or ProductGroupWidget", + "spryker/container": "If you want to use Twig Plugins", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." }, "type": "library", "extra": { @@ -14226,38 +15540,47 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "SprykerShop\\": "src/SprykerShop/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "AclEntityExtension module", + "description": "ShopUi module", "support": { - "source": "https://github.com/spryker/acl-entity-extension/tree/1.0.0" + "source": "https://github.com/spryker-shop/shop-ui/tree/1.71.0" }, - "time": "2021-08-23T11:19:52+00:00" + "time": "2023-07-03T12:28:35+00:00" }, { - "name": "spryker/acl-extension", - "version": "1.1.0", + "name": "spryker-shop/shopping-list-note-widget", + "version": "1.1.2", "source": { "type": "git", - "url": "https://github.com/spryker/acl-extension.git", - "reference": "229a3a3f84e65c7af95080a94b842cddecabbe98" + "url": "https://github.com/spryker-shop/shopping-list-note-widget.git", + "reference": "0083a90bf68ffc7d9fa6b569c93097cb3c385537" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/acl-extension/zipball/229a3a3f84e65c7af95080a94b842cddecabbe98", - "reference": "229a3a3f84e65c7af95080a94b842cddecabbe98", + "url": "https://api.github.com/repos/spryker-shop/shopping-list-note-widget/zipball/0083a90bf68ffc7d9fa6b569c93097cb3c385537", + "reference": "0083a90bf68ffc7d9fa6b569c93097cb3c385537", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=7.1", + "spryker-shop/shop-ui": "^1.2.0", + "spryker-shop/shopping-list-page-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/symfony": "^3.1.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker-shop/shopping-list-page": "*", + "spryker/code-sniffer": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker-shop/shopping-list-page": "Widget plugins are available for this module." }, "type": "library", "extra": { @@ -14267,56 +15590,66 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "SprykerShop\\": "src/SprykerShop/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "AclExtension module", + "description": "ShoppingListNoteWidget module", "support": { - "source": "https://github.com/spryker/acl-extension/tree/1.1.0" + "source": "https://github.com/spryker-shop/shopping-list-note-widget/tree/1.1.2" }, - "time": "2021-07-30T05:04:54+00:00" + "time": "2019-07-08T14:37:25+00:00" }, { - "name": "spryker/acl-merchant-portal", - "version": "1.11.0", + "name": "spryker-shop/shopping-list-page", + "version": "1.9.0", "source": { "type": "git", - "url": "https://github.com/spryker/acl-merchant-portal.git", - "reference": "492e339450bd80fe15b25b2bd92df8b79012d08c" + "url": "https://github.com/spryker-shop/shopping-list-page.git", + "reference": "3348cb5871aac1d95b090706a353c41411bb3c6c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/acl-merchant-portal/zipball/492e339450bd80fe15b25b2bd92df8b79012d08c", - "reference": "492e339450bd80fe15b25b2bd92df8b79012d08c", + "url": "https://api.github.com/repos/spryker-shop/shopping-list-page/zipball/3348cb5871aac1d95b090706a353c41411bb3c6c", + "reference": "3348cb5871aac1d95b090706a353c41411bb3c6c", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/acl": "^3.12.0", - "spryker/acl-entity": "^1.0.0", - "spryker/acl-entity-extension": "^1.0.0", - "spryker/acl-extension": "^1.1.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/merchant": "^3.0.0", - "spryker/merchant-extension": "^1.1.0", - "spryker/merchant-user": "^1.0.0", - "spryker/merchant-user-extension": "^1.1.0", - "spryker/security-merchant-portal-gui-extension": "^1.0.0", - "spryker/transfer": "^3.25.0" + "spryker-shop/shop-application": "^1.2.0", + "spryker-shop/shop-ui": "^1.63.0", + "spryker-shop/shopping-list-page-extension": "^1.1.0", + "spryker/application": "^3.8.0", + "spryker/company-business-unit": "^1.5.0 || ^2.4.0", + "spryker/company-user": "^2.8.0", + "spryker/customer": "^7.4.0", + "spryker/kernel": "^3.52.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/multi-cart": "^1.1.0", + "spryker/price": "^5.0.0", + "spryker/product-storage": "^1.1.0", + "spryker/shopping-list": "^2.8.0 || ^4.9.0", + "spryker/symfony": "^3.1.0", + "spryker/twig": "^3.18.0", + "spryker/util-encoding": "^2.0.0", + "spryker/util-number": "^1.0.0", + "spryker/zed-request": "^3.4.0" }, "require-dev": { + "spryker-shop/customer-page": "*", + "spryker-shop/product-option-widget": "*", "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*", - "spryker/user": "*" + "spryker/router": "*" }, "suggest": { - "spryker/event-behavior": "To be able to use the EventBehavior propel entities for AclEntityMetadataCollection expansion." + "spryker-shop/customer-page": "Use this module when you want to show shopping lists on a customer page", + "spryker-shop/product-configuration-shopping-list-widget": "Add the module if you want to use ProductConfigurationShoppingListItemDisplayWidget or ProductConfigurationShoppingListPageButtonWidget.", + "spryker-shop/product-option-widget": "Use this module if you want to manage product options for shopping list items.", + "spryker/router": "Use this module when you want to use the Router.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." }, "type": "library", "extra": { @@ -14326,38 +15659,43 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "SprykerShop\\": "src/SprykerShop/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "AclMerchantPortal module", + "description": "ShoppingListPage module", "support": { - "source": "https://github.com/spryker/acl-merchant-portal/tree/1.11.0" + "source": "https://github.com/spryker-shop/shopping-list-page/tree/1.9.0" }, - "time": "2023-07-03T12:00:48+00:00" + "time": "2023-03-31T19:36:14+00:00" }, { - "name": "spryker/acl-merchant-portal-extension", - "version": "1.0.0", + "name": "spryker-shop/shopping-list-page-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/acl-merchant-portal-extension.git", - "reference": "d850f2b7a8d94e696f037b62b7e0da0b64e1db62" + "url": "https://github.com/spryker-shop/shopping-list-page-extension.git", + "reference": "8e4c1ab3e9ed596095c3920140c9c698e136b044" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/acl-merchant-portal-extension/zipball/d850f2b7a8d94e696f037b62b7e0da0b64e1db62", - "reference": "d850f2b7a8d94e696f037b62b7e0da0b64e1db62", + "url": "https://api.github.com/repos/spryker-shop/shopping-list-page-extension/zipball/8e4c1ab3e9ed596095c3920140c9c698e136b044", + "reference": "8e4c1ab3e9ed596095c3920140c9c698e136b044", "shasum": "" }, "require": { - "php": ">=8.0" + "php": ">=7.1" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/symfony": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/symfony": "If you want to use ShoppingListPage form expander plugins." }, "type": "library", "extra": { @@ -14367,50 +15705,58 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "SprykerShop\\": "src/SprykerShop/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "AclMerchantPortalExtension module", + "description": "ShoppingListPageExtension module", "support": { - "source": "https://github.com/spryker/acl-merchant-portal-extension/tree/1.0.0" + "source": "https://github.com/spryker-shop/shopping-list-page-extension/tree/master" }, - "time": "2023-03-10T14:11:16+00:00" + "time": "2018-10-03T15:29:44+00:00" }, { - "name": "spryker/agent", - "version": "1.6.0", + "name": "spryker-shop/shopping-list-widget", + "version": "1.5.1", "source": { "type": "git", - "url": "https://github.com/spryker/agent.git", - "reference": "6dd2143aaf193f08356d3df0e9a2a431df0bce78" + "url": "https://github.com/spryker-shop/shopping-list-widget.git", + "reference": "86c76343a05f492c32dba91fe238a6b5ea2af695" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/agent/zipball/6dd2143aaf193f08356d3df0e9a2a431df0bce78", - "reference": "6dd2143aaf193f08356d3df0e9a2a431df0bce78", + "url": "https://api.github.com/repos/spryker-shop/shopping-list-widget/zipball/86c76343a05f492c32dba91fe238a6b5ea2af695", + "reference": "86c76343a05f492c32dba91fe238a6b5ea2af695", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/agent-extension": "^1.0.0", - "spryker/customer": "^7.10.0", - "spryker/customer-extension": "^1.2.0", - "spryker/kernel": "^3.30.0", - "spryker/propel-orm": "^1.0.0", - "spryker/session": "^3.2.0 || ^4.0.0", - "spryker/user": "^3.2.0", - "spryker/zed-request": "^3.4.0" + "spryker-shop/quick-order-page-extension": "^1.0.0", + "spryker-shop/shop-application": "^1.0.0", + "spryker-shop/shop-ui": "^1.54.0", + "spryker/application": "^3.8.0", + "spryker/customer": "^7.4.0", + "spryker/kernel": "^3.52.0", + "spryker/shopping-list": "^2.8.0 || ^4.10.0", + "spryker/shopping-list-session": "^1.0.0", + "spryker/symfony": "^3.1.0", + "spryker/twig": "^3.18.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/propel": "*", - "spryker/store": "*", - "spryker/testify": "*" + "spryker/router": "*" + }, + "suggest": { + "spryker-shop/customer-page": "Widget are available for this module.", + "spryker-shop/multi-cart-page": "Widget are available for this module.", + "spryker-shop/product-detail-page": "Widget are available for this module.", + "spryker-shop/quick-order-page": "Widget are available for this module.", + "spryker-shop/shopping-list-page": "Use this module if you want see shopping list pages", + "spryker/router": "Use this module when you want to use the Router.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." }, "type": "library", "extra": { @@ -14420,44 +15766,40 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\Agent\\Helper\\": "tests/SprykerTest/Shared/Agent/_support/Helper/" + "SprykerShop\\": "src/SprykerShop/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Agent module", + "description": "ShoppingListWidget module", "support": { - "source": "https://github.com/spryker/agent/tree/1.6.0" + "source": "https://github.com/spryker-shop/shopping-list-widget/tree/1.5.1" }, - "time": "2023-07-13T08:31:14+00:00" + "time": "2023-02-02T10:03:11+00:00" }, { - "name": "spryker/agent-auth-rest-api", - "version": "1.0.0", + "name": "spryker-shop/storage-router", + "version": "0.1.3", "source": { "type": "git", - "url": "https://github.com/spryker/agent-auth-rest-api.git", - "reference": "9de75081cfc76b83e9dd08bf14899c8c484d66ca" + "url": "https://github.com/spryker-shop/storage-router.git", + "reference": "9681bb9e7f5416ebf211de82112a418e517347c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/agent-auth-rest-api/zipball/9de75081cfc76b83e9dd08bf14899c8c484d66ca", - "reference": "9de75081cfc76b83e9dd08bf14899c8c484d66ca", + "url": "https://api.github.com/repos/spryker-shop/storage-router/zipball/9681bb9e7f5416ebf211de82112a418e517347c7", + "reference": "9681bb9e7f5416ebf211de82112a418e517347c7", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/agent": "^1.3.0", - "spryker/auth-rest-api-extension": "^1.1.0", - "spryker/glue-application": "^1.9.0", - "spryker/glue-application-extension": "^1.0.0", + "php": ">=8.0", + "spryker-shop/storage-router-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/oauth": "^2.0.0", - "spryker/symfony": "^3.0.0", - "spryker/util-encoding": "^2.0.0" + "spryker/router-extension": "^1.0.0", + "spryker/symfony": "^3.2.2", + "spryker/url-storage": "^1.4.1" }, "require-dev": { "spryker/code-sniffer": "*" @@ -14470,38 +15812,39 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "SprykerShop\\": "src/SprykerShop/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "AgentAuthRestApi module", + "description": "StorageRouter module", "support": { - "source": "https://github.com/spryker/agent-auth-rest-api/tree/master" + "source": "https://github.com/spryker-shop/storage-router/tree/0.1.3" }, - "time": "2020-08-18T17:06:30+00:00" + "time": "2023-01-24T16:01:50+00:00" }, { - "name": "spryker/agent-extension", + "name": "spryker-shop/storage-router-extension", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/agent-extension.git", - "reference": "bbe6f613a42d6e4ed903c6ecd2ad755982ef5286" + "url": "https://github.com/spryker-shop/storage-router-extension.git", + "reference": "2ebad3c8479230ba3e6f6ead76b276ace0aef8dc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/agent-extension/zipball/bbe6f613a42d6e4ed903c6ecd2ad755982ef5286", - "reference": "bbe6f613a42d6e4ed903c6ecd2ad755982ef5286", + "url": "https://api.github.com/repos/spryker-shop/storage-router-extension/zipball/2ebad3c8479230ba3e6f6ead76b276ace0aef8dc", + "reference": "2ebad3c8479230ba3e6f6ead76b276ace0aef8dc", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=7.1" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -14511,43 +15854,49 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "SprykerShop\\": "src/SprykerShop/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "AgentExtension module", + "description": "StorageRouterExtension module", "support": { - "source": "https://github.com/spryker/agent-extension/tree/1.0.0" + "source": "https://github.com/spryker-shop/storage-router-extension/tree/master" }, - "time": "2020-10-22T16:46:44+00:00" + "time": "2019-09-26T05:02:03+00:00" }, { - "name": "spryker/agent-gui", + "name": "spryker-shop/store-widget", "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/agent-gui.git", - "reference": "ea6a8ad725a925fa0f09e138ee888d89e0965d63" + "url": "https://github.com/spryker-shop/store-widget.git", + "reference": "65b9c5522bcb90aea322d4a2a52ab6d68b63181c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/agent-gui/zipball/ea6a8ad725a925fa0f09e138ee888d89e0965d63", - "reference": "ea6a8ad725a925fa0f09e138ee888d89e0965d63", + "url": "https://api.github.com/repos/spryker-shop/store-widget/zipball/65b9c5522bcb90aea322d4a2a52ab6d68b63181c", + "reference": "65b9c5522bcb90aea322d4a2a52ab6d68b63181c", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/gui": "^3.13.0", + "spryker/application-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/symfony": "^3.0.0", - "spryker/user": "^3.2.0", - "spryker/user-extension": "^1.0.0" + "spryker/session": "^4.0.0", + "spryker/store": "^1.19.0", + "spryker/store-storage": "^1.0.0", + "spryker/symfony": "^3.11.1", + "spryker/transfer": "^3.25.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*" + }, + "suggest": { + "spryker/container": "Add this module to use the ContainerInterface." }, "type": "library", "extra": { @@ -14557,42 +15906,37 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "SprykerShop\\": "src/SprykerShop/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "AgentGui module", + "description": "StoreWidget module", "support": { - "source": "https://github.com/spryker/agent-gui/tree/1.1.0" + "source": "https://github.com/spryker-shop/store-widget/tree/1.1.0" }, - "time": "2023-02-08T12:23:08+00:00" + "time": "2023-04-14T12:33:33+00:00" }, { - "name": "spryker/alternative-products-rest-api", - "version": "1.1.2", + "name": "spryker-shop/tabs-widget", + "version": "1.0.3", "source": { "type": "git", - "url": "https://github.com/spryker/alternative-products-rest-api.git", - "reference": "b3ad6262093a9f464c81354cfe99dab5a8fef3cf" + "url": "https://github.com/spryker-shop/tabs-widget.git", + "reference": "8ce9237ef66de9fddef84b5ae73ad7e66f2f8265" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/alternative-products-rest-api/zipball/b3ad6262093a9f464c81354cfe99dab5a8fef3cf", - "reference": "b3ad6262093a9f464c81354cfe99dab5a8fef3cf", + "url": "https://api.github.com/repos/spryker-shop/tabs-widget/zipball/8ce9237ef66de9fddef84b5ae73ad7e66f2f8265", + "reference": "8ce9237ef66de9fddef84b5ae73ad7e66f2f8265", "shasum": "" }, "require": { "php": ">=7.2", - "spryker/glue-application": "^1.9.0", - "spryker/glue-application-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/product-alternative-storage": "^1.0.0", - "spryker/product-storage": "^1.2.0", - "spryker/products-rest-api": "^2.3.0", - "spryker/symfony": "^3.0.0" + "spryker-shop/tabs-widget-extension": "^1.0.0", + "spryker/kernel": "^3.30.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -14605,56 +15949,40 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "SprykerShop\\": "src/SprykerShop/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "AlternativeProductsRestApi module", + "description": "TabsWidget module", "support": { - "source": "https://github.com/spryker/alternative-products-rest-api/tree/1.1.2" + "source": "https://github.com/spryker-shop/tabs-widget/tree/1.0.3" }, - "time": "2020-05-29T13:08:37+00:00" + "time": "2020-05-29T13:03:33+00:00" }, { - "name": "spryker/api", - "version": "0.4.2", + "name": "spryker-shop/tabs-widget-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/api.git", - "reference": "76cbecb2b40ad69c4588fed70f23b845b06dff69" + "url": "https://github.com/spryker-shop/tabs-widget-extension.git", + "reference": "0b183275068364c3c9fd484eb6c2f00f1f109322" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/api/zipball/76cbecb2b40ad69c4588fed70f23b845b06dff69", - "reference": "76cbecb2b40ad69c4588fed70f23b845b06dff69", + "url": "https://api.github.com/repos/spryker-shop/tabs-widget-extension/zipball/0b183275068364c3c9fd484eb6c2f00f1f109322", + "reference": "0b183275068364c3c9fd484eb6c2f00f1f109322", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/api-extension": "^0.1.0", - "spryker/event-dispatcher-extension": "^1.0.0", - "spryker/kernel": "^3.52.0", - "spryker/log": "^3.0.0", - "spryker/router-extension": "^1.0.0", - "spryker/symfony": "^3.5.0", - "spryker/transfer": "^3.25.0", - "spryker/util-encoding": "^2.0.1", - "spryker/util-text": "^1.1.1" + "php": ">=7.1" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/event-dispatcher": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/container": "Add this module when you want to use the Container.", - "spryker/event-dispatcher": "Add this module when you want to use the EventDispatcher.", - "spryker/silex": "Add this when you still want to use the abandoned Silex." - }, "type": "library", "extra": { "branch-alias": { @@ -14663,38 +15991,63 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "SprykerShop\\": "src/SprykerShop/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Api module", + "description": "TabsWidgetExtension module", "support": { - "source": "https://github.com/spryker/api/tree/0.4.2" + "source": "https://github.com/spryker-shop/tabs-widget-extension/tree/master" }, - "time": "2023-01-24T16:01:46+00:00" + "time": "2018-11-23T16:11:33+00:00" }, { - "name": "spryker/api-extension", - "version": "0.1.0", + "name": "spryker-shop/wishlist-page", + "version": "1.11.0", "source": { "type": "git", - "url": "https://github.com/spryker/api-extension.git", - "reference": "3c673ecf046afbe85293887787b755fae245e953" + "url": "https://github.com/spryker-shop/wishlist-page.git", + "reference": "818e6428dee3f6e798bb6c3426f93fce8054e872" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/api-extension/zipball/3c673ecf046afbe85293887787b755fae245e953", - "reference": "3c673ecf046afbe85293887787b755fae245e953", + "url": "https://api.github.com/repos/spryker-shop/wishlist-page/zipball/818e6428dee3f6e798bb6c3426f93fce8054e872", + "reference": "818e6428dee3f6e798bb6c3426f93fce8054e872", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=7.4", + "spryker-shop/customer-page": "^1.0.0 || ^2.0.0", + "spryker-shop/shop-application": "^1.0.0", + "spryker-shop/shop-ui": "^1.40.0", + "spryker-shop/wishlist-page-extension": "^1.0.0", + "spryker/application": "^3.8.0", + "spryker/customer": "^7.4.0", + "spryker/glossary-storage": "^1.9.1", + "spryker/kernel": "^3.52.0", + "spryker/product-storage": "^1.1.0", + "spryker/symfony": "^3.1.0", + "spryker/transfer": "^3.25.0", + "spryker/wishlist": "^8.3.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker-shop/merchant-product-offer-widget": "*", + "spryker-shop/merchant-product-widget": "*", + "spryker-shop/product-discontinued-widget": "*", + "spryker/code-sniffer": "*", + "spryker/router": "*", + "spryker/silex": "*" + }, + "suggest": { + "spryker-shop/merchant-product-offer-widget": "If you want to use MerchantProductOfferWidget or expander plugins.", + "spryker-shop/merchant-product-widget": "If you want to use MerchantProductWidget or expander plugins.", + "spryker-shop/product-configuration-wishlist-widget": "Add the module if you want to use ProductConfigurationWishlistItemDisplayWidget or ProductConfigurationWishlistPageButtonWidget.", + "spryker-shop/product-discontinued-widget": "If you want to use ProductDiscontinuedWidget or ProductDiscontinuedWidgetPlugin.", + "spryker/router": "Use this module when you want to use the Router.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." }, "type": "library", "extra": { @@ -14704,44 +16057,42 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "SprykerShop\\": "src/SprykerShop/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ApiExtension module", + "description": "WishlistPage module", "support": { - "source": "https://github.com/spryker/api-extension/tree/0.1.0" + "source": "https://github.com/spryker-shop/wishlist-page/tree/1.11.0" }, - "time": "2022-01-28T07:52:09+00:00" + "time": "2022-10-04T15:44:18+00:00" }, { - "name": "spryker/api-query-builder", - "version": "0.1.5", + "name": "spryker-shop/wishlist-page-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/api-query-builder.git", - "reference": "ff5603896d83a60b51fa3a2f3e78a5a90ca2947a" + "url": "https://github.com/spryker-shop/wishlist-page-extension.git", + "reference": "ce95017352691102f318807f38c95a0392b758b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/api-query-builder/zipball/ff5603896d83a60b51fa3a2f3e78a5a90ca2947a", - "reference": "ff5603896d83a60b51fa3a2f3e78a5a90ca2947a", + "url": "https://api.github.com/repos/spryker-shop/wishlist-page-extension/zipball/ce95017352691102f318807f38c95a0392b758b4", + "reference": "ce95017352691102f318807f38c95a0392b758b4", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/kernel": "^3.30.0", - "spryker/propel-orm": "^1.2.0", - "spryker/propel-query-builder": "^0.3.0", - "spryker/util-encoding": "^2.0.1" + "php": ">=7.3" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/product": "*", - "spryker/testify": "*" + "spryker/symfony": "*" + }, + "suggest": { + "spryker/symfony": "If you want to plugins with symfony components." }, "type": "library", "extra": { @@ -14751,49 +16102,50 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "SprykerShop\\": "src/SprykerShop/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ApiQueryBuilder module", + "description": "WishlistPageExtension module", "support": { - "source": "https://github.com/spryker/api-query-builder/tree/0.1.5" + "source": "https://github.com/spryker-shop/wishlist-page-extension/tree/1.0.0" }, - "time": "2022-01-28T07:52:09+00:00" + "time": "2021-03-17T10:05:48+00:00" }, { - "name": "spryker/app-catalog-gui", - "version": "1.3.0", + "name": "spryker-shop/wishlist-widget", + "version": "1.3.1", "source": { "type": "git", - "url": "https://github.com/spryker/app-catalog-gui.git", - "reference": "e8f2f0b20e7a652479ef5631a8e1d4277b74d55a" + "url": "https://github.com/spryker-shop/wishlist-widget.git", + "reference": "01b91b657178b857287ab382c9dcb633f7f60f86" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/app-catalog-gui/zipball/e8f2f0b20e7a652479ef5631a8e1d4277b74d55a", - "reference": "e8f2f0b20e7a652479ef5631a8e1d4277b74d55a", + "url": "https://api.github.com/repos/spryker-shop/wishlist-widget/zipball/01b91b657178b857287ab382c9dcb633f7f60f86", + "reference": "01b91b657178b857287ab382c9dcb633f7f60f86", "shasum": "" }, "require": { - "php": ">=8.0", + "php": ">=7.3", + "spryker-shop/shop-ui": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/locale": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0", - "spryker/log": "^2.0.0 || ^3.0.0", - "spryker/oauth-client": "^1.0.0", - "spryker/store": "^1.19.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.27.0", - "spryker/translator": "^1.5.1" + "spryker/wishlist": "^4.1.0 || ^5.0.0 || ^6.0.0 || ^8.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker-shop/customer-page": "*", + "spryker-shop/merchant-product-offer-widget": "*", + "spryker-shop/product-detail-page": "*", + "spryker/code-sniffer": "*" + }, + "suggest": { + "spryker-shop/customer-page": "To have customer account pages", + "spryker-shop/merchant-product-offer-widget": "To use molecules", + "spryker-shop/merchant-product-widget": "To use molecules ", + "spryker-shop/product-detail-page": "Widget plugins are available for this module." }, "type": "library", "extra": { @@ -14803,61 +16155,70 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "SprykerShop\\": "src/SprykerShop/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "AppCatalogGui module", + "description": "WishlistWidget module", "support": { - "source": "https://github.com/spryker/app-catalog-gui/tree/1.3.0" + "source": "https://github.com/spryker-shop/wishlist-widget/tree/1.3.1" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2021-03-19T09:24:29+00:00" }, { - "name": "spryker/application", - "version": "3.32.1", + "name": "spryker/acl", + "version": "3.17.1", "source": { "type": "git", - "url": "https://github.com/spryker/application.git", - "reference": "86c27e0e946f0ffcd3bcc52a7f223dea8c30bfc8" + "url": "https://github.com/spryker/acl.git", + "reference": "df25104e32fe82691e34e405b0d2a034c32a6800" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/application/zipball/86c27e0e946f0ffcd3bcc52a7f223dea8c30bfc8", - "reference": "86c27e0e946f0ffcd3bcc52a7f223dea8c30bfc8", + "url": "https://api.github.com/repos/spryker/acl/zipball/df25104e32fe82691e34e405b0d2a034c32a6800", + "reference": "df25104e32fe82691e34e405b0d2a034c32a6800", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/application-extension": "^1.1.0", + "spryker/acl-extension": "^1.1.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", "spryker/config": "^3.0.0", - "spryker/container": "^1.4.3", - "spryker/error-handler": "^2.0.0", "spryker/event-dispatcher-extension": "^1.0.0", + "spryker/gui": "^3.33.0", "spryker/kernel": "^3.52.0", - "spryker/log": "^3.1.0", - "spryker/monolog": "^2.0.0", "spryker/propel-orm": "^1.0.0", "spryker/symfony": "^3.5.0", - "spryker/twig": "^3.13.0", - "spryker/twig-extension": "^1.0.0", - "spryker/util-encoding": "^2.0.0", - "spryker/util-network": "^1.1.0", - "spryker/util-text": "^1.1.0" + "spryker/transfer": "^3.27.0", + "spryker/user": "^3.17.0", + "spryker/util-date-time": "^1.0.0", + "spryker/util-text": "^1.1.0", + "spryker/zed-navigation-extension": "^1.1.0" }, "require-dev": { + "spryker/application": "*", "spryker/code-sniffer": "*", + "spryker/container": "*", "spryker/event-dispatcher": "*", - "spryker/http": "*", + "spryker/form": "*", + "spryker/installer": "*", + "spryker/propel": "*", "spryker/router": "*", "spryker/silex": "*", - "spryker/testify": "*" + "spryker/store": "*", + "spryker/testify": "*", + "spryker/twig": "*", + "spryker/validator": "*", + "spryker/zed-navigation": "*" }, "suggest": { - "spryker/silex": "Add this when you still want to use the abandoned Silex." + "spryker/container": "Add this module when you want to use the Container.", + "spryker/event-dispatcher": "Add this module when you want to use the EVentDispatcher.", + "spryker/installer": "If you want to use Installer plugins.", + "spryker/silex": "If you want to use ServiceProvider." }, "type": "library", "extra": { @@ -14868,44 +16229,44 @@ "autoload": { "psr-4": { "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\Application\\Helper\\": "tests/SprykerTest/Zed/Application/_support/Helper/", - "SprykerTest\\Yves\\Application\\Helper\\": "tests/SprykerTest/Yves/Application/_support/Helper/", - "SprykerTest\\Shared\\Application\\Helper\\": "tests/SprykerTest/Shared/Application/_support/Helper/" + "SprykerTest\\Zed\\Acl\\Helper\\": "tests/SprykerTest/Zed/Acl/_support/Helper/", + "SprykerTest\\Zed\\Acl\\PageObject\\": "tests/SprykerTest/Zed/Acl/_support/PageObject/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Application module", + "description": "Acl module", "support": { - "source": "https://github.com/spryker/application/tree/3.32.1" + "source": "https://github.com/spryker/acl/tree/3.17.1" }, - "time": "2023-06-30T14:52:52+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/application-extension", - "version": "1.1.0", + "name": "spryker/acl-data-import", + "version": "0.1.1", "source": { "type": "git", - "url": "https://github.com/spryker/application-extension.git", - "reference": "8d7bfff131895534cae9dfb1544591412fb1aaf8" + "url": "https://github.com/spryker/acl-data-import.git", + "reference": "d02a6e7674f4c2a89a2dcaa4954b345b406d72c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/application-extension/zipball/8d7bfff131895534cae9dfb1544591412fb1aaf8", - "reference": "8d7bfff131895534cae9dfb1544591412fb1aaf8", + "url": "https://api.github.com/repos/spryker/acl-data-import/zipball/d02a6e7674f4c2a89a2dcaa4954b345b406d72c7", + "reference": "d02a6e7674f4c2a89a2dcaa4954b345b406d72c7", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=8.0", + "spryker/acl": "^3.8.0", + "spryker/data-import": "^1.14.0", + "spryker/kernel": "^3.30.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*" - }, - "suggest": { - "spryker/container": "If you want to use ApplicationPluginInterface or BootableApplicationPluginInterface" + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -14920,88 +16281,103 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "ApplicationExtension module", + "description": "AclDataImport module", "support": { - "source": "https://github.com/spryker/application-extension/tree/1.1.0" + "source": "https://github.com/spryker/acl-data-import/tree/0.1.1" }, - "time": "2022-08-26T09:09:07+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/assertion", - "version": "3.0.1", + "name": "spryker/acl-entity", + "version": "1.9.0", "source": { "type": "git", - "url": "https://github.com/spryker/assertion.git", - "reference": "d84d73055cdddd658879e31fa2bba49bbd363d56" + "url": "https://github.com/spryker/acl-entity.git", + "reference": "1de6ff592575dd2f3f18ecf839c25a2ef4bee9cc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/assertion/zipball/d84d73055cdddd658879e31fa2bba49bbd363d56", - "reference": "d84d73055cdddd658879e31fa2bba49bbd363d56", + "url": "https://api.github.com/repos/spryker/acl-entity/zipball/1de6ff592575dd2f3f18ecf839c25a2ef4bee9cc", + "reference": "1de6ff592575dd2f3f18ecf839c25a2ef4bee9cc", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/kernel": "^3.30.0" + "php": ">=8.0", + "spryker/acl": "^3.8.0", + "spryker/acl-entity-extension": "^1.0.0", + "spryker/acl-extension": "^1.1.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/application-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/price-product-extension": "^1.7.0", + "spryker/propel-orm": "^1.16.0", + "spryker/transfer": "^3.25.0", + "spryker/user": "^3.0.0" }, "require-dev": { - "spryker/application": "*", + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/locale": "*", + "spryker/merchant": "*", "spryker/propel": "*", - "spryker/silex": "*", "spryker/testify": "*" }, "suggest": { - "spryker/silex": "If you want to use ServiceProvider." + "spryker/container": "If you want to use AclEntityApplicationPlugin." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" - } + "dev-master": "1.0.x-dev" + }, + "name": "acl", + "class": "\\Spryker\\Zed\\AclEntity\\Persistence\\Propel\\Behavior\\AclEntityBehavior" }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\AclEntity\\Helper\\": "tests/SprykerTest/Zed/AclEntity/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Assertion module", + "description": "AclEntity module", "support": { - "source": "https://github.com/spryker/assertion/tree/master" + "source": "https://github.com/spryker/acl-entity/tree/1.9.0" }, - "time": "2019-11-14T07:54:49+00:00" + "time": "2023-03-10T14:11:16+00:00" }, { - "name": "spryker/asset", - "version": "1.5.2", + "name": "spryker/acl-entity-data-import", + "version": "0.2.2", "source": { "type": "git", - "url": "https://github.com/spryker/asset.git", - "reference": "31d0fb0dbe72acb9a404984da422c96ba4f93670" + "url": "https://github.com/spryker/acl-entity-data-import.git", + "reference": "4b90e7b287a2e8e64beb7950980271ffbced4e57" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/asset/zipball/31d0fb0dbe72acb9a404984da422c96ba4f93670", - "reference": "31d0fb0dbe72acb9a404984da422c96ba4f93670", + "url": "https://api.github.com/repos/spryker/acl-entity-data-import/zipball/4b90e7b287a2e8e64beb7950980271ffbced4e57", + "reference": "4b90e7b287a2e8e64beb7950980271ffbced4e57", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/event": "^2.1.0", - "spryker/event-behavior": "^1.23.0", + "spryker/acl": "^3.8.0", + "spryker/acl-entity": "^1.0.0", + "spryker/data-import": "^1.14.0", "spryker/kernel": "^3.30.0", - "spryker/message-broker-extension": "^1.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/store": "^1.16.0", - "spryker/transfer": "^3.27.0" + "spryker/propel-orm": "^1.16.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/merchant": "*", + "spryker/product": "*", "spryker/propel": "*", "spryker/testify": "*" }, @@ -15013,59 +16389,47 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\Asset\\Helper\\": "tests/SprykerTest/Shared/Asset/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "Asset module", + "description": "AclEntityDataImport module", "support": { - "source": "https://github.com/spryker/asset/tree/1.5.2" + "source": "https://github.com/spryker/acl-entity-data-import/tree/0.2.2" }, - "time": "2023-06-16T09:24:47+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/asset-storage", - "version": "1.2.1", + "name": "spryker/acl-entity-dummy-product", + "version": "0.2.1", "source": { "type": "git", - "url": "https://github.com/spryker/asset-storage.git", - "reference": "4972911c59b935c1b1fa95e874b9ba0dc2a7b7ab" + "url": "https://github.com/spryker/acl-entity-dummy-product.git", + "reference": "5b12fa4eaae74e2e95df200112095886bc74f818" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/asset-storage/zipball/4972911c59b935c1b1fa95e874b9ba0dc2a7b7ab", - "reference": "4972911c59b935c1b1fa95e874b9ba0dc2a7b7ab", + "url": "https://api.github.com/repos/spryker/acl-entity-dummy-product/zipball/5b12fa4eaae74e2e95df200112095886bc74f818", + "reference": "5b12fa4eaae74e2e95df200112095886bc74f818", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/asset": "^1.4.0", + "php": ">=7.4", + "spryker/acl-entity": "^1.0.0", + "spryker/acl-entity-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/propel-orm": "^1.3.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/storage": "^3.0.0", + "spryker/product": "^6.0.0", + "spryker/product-image": "^3.0.0", "spryker/store": "^1.0.0", - "spryker/synchronization": "^1.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.1.0", - "spryker/transfer": "^3.27.0" + "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/event": "*", - "spryker/event-behavior": "*", - "spryker/propel": "*", - "spryker/publisher": "*", - "spryker/queue": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" - }, "type": "library", "extra": { "branch-alias": { @@ -15081,96 +16445,72 @@ "license": [ "proprietary" ], - "description": "AssetStorage module", + "description": "AclEntityDummyProduct module", "support": { - "source": "https://github.com/spryker/asset-storage/tree/1.2.1" + "source": "https://github.com/spryker/acl-entity-dummy-product/tree/0.2.1" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2021-11-23T15:36:45+00:00" }, { - "name": "spryker/auth-rest-api", - "version": "2.14.2", + "name": "spryker/acl-entity-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/auth-rest-api.git", - "reference": "baa28e3503c13d215791883db349609699bf6857" + "url": "https://github.com/spryker/acl-entity-extension.git", + "reference": "c2508b4ccd0c29561dcdf0e0da41111feed081dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/auth-rest-api/zipball/baa28e3503c13d215791883db349609699bf6857", - "reference": "baa28e3503c13d215791883db349609699bf6857", + "url": "https://api.github.com/repos/spryker/acl-entity-extension/zipball/c2508b4ccd0c29561dcdf0e0da41111feed081dd", + "reference": "c2508b4ccd0c29561dcdf0e0da41111feed081dd", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/auth-rest-api-extension": "^1.1.0", - "spryker/glue-application": "^1.30.0", - "spryker/glue-application-extension": "^1.4.0", - "spryker/kernel": "^3.58.0", - "spryker/oauth": "^1.9.0 || ^2.0.0", - "spryker/symfony": "^3.0.0", - "spryker/util-encoding": "^2.0.0", - "spryker/zed-request": "^3.0.0" + "php": ">=7.3" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/customer": "*", - "spryker/oauth-customer-connector": "*", - "spryker/propel": "*", - "spryker/store": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/oauth-customer-connector": "If you want to authorize customers via Oauth module.", - "spryker/rest-request-validator": "If you want to use rest request validation." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Glue\\AuthRestApi\\Helper\\": "tests/SprykerTest/Glue/AuthRestApi/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "AuthRestApi module", + "description": "AclEntityExtension module", "support": { - "source": "https://github.com/spryker/auth-rest-api/tree/2.14.2" + "source": "https://github.com/spryker/acl-entity-extension/tree/1.0.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2021-08-23T11:19:52+00:00" }, { - "name": "spryker/auth-rest-api-extension", + "name": "spryker/acl-extension", "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/auth-rest-api-extension.git", - "reference": "be7e5ebe15c469f7e12b300161842dae70986392" + "url": "https://github.com/spryker/acl-extension.git", + "reference": "229a3a3f84e65c7af95080a94b842cddecabbe98" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/auth-rest-api-extension/zipball/be7e5ebe15c469f7e12b300161842dae70986392", - "reference": "be7e5ebe15c469f7e12b300161842dae70986392", + "url": "https://api.github.com/repos/spryker/acl-extension/zipball/229a3a3f84e65c7af95080a94b842cddecabbe98", + "reference": "229a3a3f84e65c7af95080a94b842cddecabbe98", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.3" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/glue-application": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/glue-application": "If you want to use plugins with glue application." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -15187,37 +16527,49 @@ "license": [ "proprietary" ], - "description": "AuthRestApiExtension module", + "description": "AclExtension module", "support": { - "source": "https://github.com/spryker/auth-rest-api-extension/tree/1.1.0" + "source": "https://github.com/spryker/acl-extension/tree/1.1.0" }, - "time": "2019-09-25T13:31:36+00:00" + "time": "2021-07-30T05:04:54+00:00" }, { - "name": "spryker/authentication", - "version": "1.0.0", + "name": "spryker/acl-merchant-portal", + "version": "1.11.0", "source": { "type": "git", - "url": "https://github.com/spryker/authentication.git", - "reference": "66faab4af05a63983f719679db5ab20029803cee" + "url": "https://github.com/spryker/acl-merchant-portal.git", + "reference": "492e339450bd80fe15b25b2bd92df8b79012d08c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/authentication/zipball/66faab4af05a63983f719679db5ab20029803cee", - "reference": "66faab4af05a63983f719679db5ab20029803cee", + "url": "https://api.github.com/repos/spryker/acl-merchant-portal/zipball/492e339450bd80fe15b25b2bd92df8b79012d08c", + "reference": "492e339450bd80fe15b25b2bd92df8b79012d08c", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/authentication-extension": "^1.0.0", - "spryker/kernel": "^3.30.0" + "php": ">=8.0", + "spryker/acl": "^3.12.0", + "spryker/acl-entity": "^1.0.0", + "spryker/acl-entity-extension": "^1.0.0", + "spryker/acl-extension": "^1.1.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/merchant": "^3.0.0", + "spryker/merchant-extension": "^1.1.0", + "spryker/merchant-user": "^1.0.0", + "spryker/merchant-user-extension": "^1.1.0", + "spryker/security-merchant-portal-gui-extension": "^1.0.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/oauth": "*", - "spryker/oauth-user-connector": "*", "spryker/propel": "*", - "spryker/testify": "*" + "spryker/testify": "*", + "spryker/user": "*" + }, + "suggest": { + "spryker/event-behavior": "To be able to use the EventBehavior propel entities for AclEntityMetadataCollection expansion." }, "type": "library", "extra": { @@ -15234,28 +16586,28 @@ "license": [ "proprietary" ], - "description": "Authentication module", + "description": "AclMerchantPortal module", "support": { - "source": "https://github.com/spryker/authentication/tree/1.0.0" + "source": "https://github.com/spryker/acl-merchant-portal/tree/1.11.0" }, - "time": "2022-09-28T14:47:08+00:00" + "time": "2023-07-03T12:00:48+00:00" }, { - "name": "spryker/authentication-extension", + "name": "spryker/acl-merchant-portal-extension", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/authentication-extension.git", - "reference": "0fd042216ae6ef2cf25af323fb71ce217cb1c1e2" + "url": "https://github.com/spryker/acl-merchant-portal-extension.git", + "reference": "d850f2b7a8d94e696f037b62b7e0da0b64e1db62" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/authentication-extension/zipball/0fd042216ae6ef2cf25af323fb71ce217cb1c1e2", - "reference": "0fd042216ae6ef2cf25af323fb71ce217cb1c1e2", + "url": "https://api.github.com/repos/spryker/acl-merchant-portal-extension/zipball/d850f2b7a8d94e696f037b62b7e0da0b64e1db62", + "reference": "d850f2b7a8d94e696f037b62b7e0da0b64e1db62", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=8.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -15275,43 +16627,43 @@ "license": [ "proprietary" ], - "description": "AuthenticationExtension module", + "description": "AclMerchantPortalExtension module", "support": { - "source": "https://github.com/spryker/authentication-extension/tree/1.0.0" + "source": "https://github.com/spryker/acl-merchant-portal-extension/tree/1.0.0" }, - "time": "2022-09-28T14:47:08+00:00" + "time": "2023-03-10T14:11:16+00:00" }, { - "name": "spryker/authentication-oauth", - "version": "1.0.1", + "name": "spryker/agent", + "version": "1.6.0", "source": { "type": "git", - "url": "https://github.com/spryker/authentication-oauth.git", - "reference": "0d7d29d61082569a826522a370a188e6452e6fa7" + "url": "https://github.com/spryker/agent.git", + "reference": "6dd2143aaf193f08356d3df0e9a2a431df0bce78" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/authentication-oauth/zipball/0d7d29d61082569a826522a370a188e6452e6fa7", - "reference": "0d7d29d61082569a826522a370a188e6452e6fa7", + "url": "https://api.github.com/repos/spryker/agent/zipball/6dd2143aaf193f08356d3df0e9a2a431df0bce78", + "reference": "6dd2143aaf193f08356d3df0e9a2a431df0bce78", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/authentication-extension": "^1.0.0", - "spryker/kernel": "^3.66.0", - "spryker/oauth": "^2.4.0", - "spryker/transfer": "^3.25.0", - "spryker/zed-request": "^3.6.0" + "spryker/agent-extension": "^1.0.0", + "spryker/customer": "^7.10.0", + "spryker/customer-extension": "^1.2.0", + "spryker/kernel": "^3.30.0", + "spryker/propel-orm": "^1.0.0", + "spryker/session": "^3.2.0 || ^4.0.0", + "spryker/user": "^3.2.0", + "spryker/zed-request": "^3.4.0" }, "require-dev": { "spryker/code-sniffer": "*", "spryker/container": "*", - "spryker/oauth-user-connector": "*", "spryker/propel": "*", "spryker/store": "*", - "spryker/store-extension": "*", - "spryker/testify": "*", - "spryker/zed-request-extension": "*" + "spryker/testify": "*" }, "type": "library", "extra": { @@ -15321,46 +16673,47 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\Agent\\Helper\\": "tests/SprykerTest/Shared/Agent/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "AuthenticationOauth module", + "description": "Agent module", "support": { - "source": "https://github.com/spryker/authentication-oauth/tree/1.0.1" + "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/authorization", - "version": "1.3.0", + "name": "spryker/agent-auth-rest-api", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/authorization.git", - "reference": "f68b43d067e68decb4c7d54ddfd1a9c9d6bdbc8b" + "url": "https://github.com/spryker/agent-auth-rest-api.git", + "reference": "9de75081cfc76b83e9dd08bf14899c8c484d66ca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/authorization/zipball/f68b43d067e68decb4c7d54ddfd1a9c9d6bdbc8b", - "reference": "f68b43d067e68decb4c7d54ddfd1a9c9d6bdbc8b", + "url": "https://api.github.com/repos/spryker/agent-auth-rest-api/zipball/9de75081cfc76b83e9dd08bf14899c8c484d66ca", + "reference": "9de75081cfc76b83e9dd08bf14899c8c484d66ca", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/authorization-extension": "^1.1.0", - "spryker/kernel": "^3.33.0", - "spryker/transfer": "^3.25.0" + "php": ">=7.2", + "spryker/agent": "^1.3.0", + "spryker/auth-rest-api-extension": "^1.1.0", + "spryker/glue-application": "^1.9.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/oauth": "^2.0.0", + "spryker/symfony": "^3.0.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/glue-application": "If you want to use the plugins.", - "spryker/symfony": "If you want to use the plugins." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -15377,28 +16730,28 @@ "license": [ "proprietary" ], - "description": "Authorization module", + "description": "AgentAuthRestApi module", "support": { - "source": "https://github.com/spryker/authorization/tree/1.3.0" + "source": "https://github.com/spryker/agent-auth-rest-api/tree/master" }, - "time": "2023-05-15T15:35:26+00:00" + "time": "2020-08-18T17:06:30+00:00" }, { - "name": "spryker/authorization-extension", - "version": "1.1.0", + "name": "spryker/agent-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/authorization-extension.git", - "reference": "86e7a1fc12d2c4cf21d84648f483516712782f78" + "url": "https://github.com/spryker/agent-extension.git", + "reference": "bbe6f613a42d6e4ed903c6ecd2ad755982ef5286" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/authorization-extension/zipball/86e7a1fc12d2c4cf21d84648f483516712782f78", - "reference": "86e7a1fc12d2c4cf21d84648f483516712782f78", + "url": "https://api.github.com/repos/spryker/agent-extension/zipball/bbe6f613a42d6e4ed903c6ecd2ad755982ef5286", + "reference": "bbe6f613a42d6e4ed903c6ecd2ad755982ef5286", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=7.2" }, "require-dev": { "spryker/code-sniffer": "*" @@ -15418,116 +16771,89 @@ "license": [ "proprietary" ], - "description": "AuthorizationExtension module", + "description": "AgentExtension module", "support": { - "source": "https://github.com/spryker/authorization-extension/tree/1.1.0" + "source": "https://github.com/spryker/agent-extension/tree/1.0.0" }, - "time": "2022-06-27T10:26:17+00:00" + "time": "2020-10-22T16:46:44+00:00" }, { - "name": "spryker/availability", - "version": "9.18.0", + "name": "spryker/agent-gui", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/availability.git", - "reference": "8b69d070335433a1483934cc65cd798c6e98a510" + "url": "https://github.com/spryker/agent-gui.git", + "reference": "ea6a8ad725a925fa0f09e138ee888d89e0965d63" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/availability/zipball/8b69d070335433a1483934cc65cd798c6e98a510", - "reference": "8b69d070335433a1483934cc65cd798c6e98a510", + "url": "https://api.github.com/repos/spryker/agent-gui/zipball/ea6a8ad725a925fa0f09e138ee888d89e0965d63", + "reference": "ea6a8ad725a925fa0f09e138ee888d89e0965d63", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/availability-extension": "^1.2.0", - "spryker/decimal-object": "^1.0.0", - "spryker/event": "^2.3.0", + "spryker/gui": "^3.13.0", "spryker/kernel": "^3.30.0", - "spryker/key-builder": "^1.0.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/oms": "^11.0.0", - "spryker/oms-extension": "^1.2.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/product-alternative-extension": "^1.0.0", - "spryker/product-page-search-extension": "^1.3.0", - "spryker/propel-orm": "^1.16.0", - "spryker/stock": "^8.1.0", - "spryker/stock-extension": "^1.0.0", - "spryker/storage": "^3.0.0", - "spryker/store": "^1.19.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/transfer": "^3.25.0", - "spryker/wishlist-extension": "^1.2.0", - "spryker/zed-request": "^3.0.0" + "spryker/symfony": "^3.0.0", + "spryker/user": "^3.2.0", + "spryker/user-extension": "^1.0.0" }, "require-dev": { - "spryker/checkout": "*", - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/propel": "*", - "spryker/store-extension": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/checkout": "If you want to use Checkout plugins." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "9.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\Availability\\Helper\\": "tests/SprykerTest/Shared/Availability/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Availability module", + "description": "AgentGui module", "support": { - "source": "https://github.com/spryker/availability/tree/9.18.0" + "source": "https://github.com/spryker/agent-gui/tree/1.1.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-02-08T12:23:08+00:00" }, { - "name": "spryker/availability-cart-connector", - "version": "7.3.0", + "name": "spryker/alternative-products-rest-api", + "version": "1.1.2", "source": { "type": "git", - "url": "https://github.com/spryker/availability-cart-connector.git", - "reference": "70ee27a58f616ffc50b41a095b81707a7f5a8633" + "url": "https://github.com/spryker/alternative-products-rest-api.git", + "reference": "b3ad6262093a9f464c81354cfe99dab5a8fef3cf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/availability-cart-connector/zipball/70ee27a58f616ffc50b41a095b81707a7f5a8633", - "reference": "70ee27a58f616ffc50b41a095b81707a7f5a8633", + "url": "https://api.github.com/repos/spryker/alternative-products-rest-api/zipball/b3ad6262093a9f464c81354cfe99dab5a8fef3cf", + "reference": "b3ad6262093a9f464c81354cfe99dab5a8fef3cf", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/availability": "^9.1.0", - "spryker/availability-cart-connector-extension": "^1.0.0", - "spryker/cart-extension": "^2.1.0 || ^3.0.0 || ^4.0.0", - "spryker/decimal-object": "^1.0.0", + "php": ">=7.2", + "spryker/glue-application": "^1.9.0", + "spryker/glue-application-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/transfer": "^3.18.0" + "spryker/product-alternative-storage": "^1.0.0", + "spryker/product-storage": "^1.2.0", + "spryker/products-rest-api": "^2.3.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*" }, - "suggest": { - "spryker/cart": "If you want to use Cart plugins." - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "7.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -15539,31 +16865,48 @@ "license": [ "proprietary" ], - "description": "AvailabilityCartConnector module", + "description": "AlternativeProductsRestApi module", "support": { - "source": "https://github.com/spryker/availability-cart-connector/tree/7.3.0" + "source": "https://github.com/spryker/alternative-products-rest-api/tree/1.1.2" }, - "time": "2021-06-03T11:57:12+00:00" + "time": "2020-05-29T13:08:37+00:00" }, { - "name": "spryker/availability-cart-connector-extension", - "version": "1.0.0", + "name": "spryker/api", + "version": "0.4.2", "source": { "type": "git", - "url": "https://github.com/spryker/availability-cart-connector-extension.git", - "reference": "8050ab00e1d22a05c0385a3aae236276c089e1a9" + "url": "https://github.com/spryker/api.git", + "reference": "76cbecb2b40ad69c4588fed70f23b845b06dff69" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/availability-cart-connector-extension/zipball/8050ab00e1d22a05c0385a3aae236276c089e1a9", - "reference": "8050ab00e1d22a05c0385a3aae236276c089e1a9", + "url": "https://api.github.com/repos/spryker/api/zipball/76cbecb2b40ad69c4588fed70f23b845b06dff69", + "reference": "76cbecb2b40ad69c4588fed70f23b845b06dff69", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.0", + "spryker/api-extension": "^0.1.0", + "spryker/event-dispatcher-extension": "^1.0.0", + "spryker/kernel": "^3.52.0", + "spryker/log": "^3.0.0", + "spryker/router-extension": "^1.0.0", + "spryker/symfony": "^3.5.0", + "spryker/transfer": "^3.25.0", + "spryker/util-encoding": "^2.0.1", + "spryker/util-text": "^1.1.1" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/event-dispatcher": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/container": "Add this module when you want to use the Container.", + "spryker/event-dispatcher": "Add this module when you want to use the EventDispatcher.", + "spryker/silex": "Add this when you still want to use the abandoned Silex." }, "type": "library", "extra": { @@ -15580,37 +16923,31 @@ "license": [ "proprietary" ], - "description": "AvailabilityCartConnectorExtension module", + "description": "Api module", "support": { - "source": "https://github.com/spryker/availability-cart-connector-extension/tree/1.0.0" + "source": "https://github.com/spryker/api/tree/0.4.2" }, - "time": "2020-10-29T14:25:14+00:00" + "time": "2023-01-24T16:01:46+00:00" }, { - "name": "spryker/availability-data-feed", - "version": "0.1.7", + "name": "spryker/api-extension", + "version": "0.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/availability-data-feed.git", - "reference": "f5924d517f1369e5e02d2b9e00491bfb1affb2ae" + "url": "https://github.com/spryker/api-extension.git", + "reference": "3c673ecf046afbe85293887787b755fae245e953" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/availability-data-feed/zipball/f5924d517f1369e5e02d2b9e00491bfb1affb2ae", - "reference": "f5924d517f1369e5e02d2b9e00491bfb1affb2ae", + "url": "https://api.github.com/repos/spryker/api-extension/zipball/3c673ecf046afbe85293887787b755fae245e953", + "reference": "3c673ecf046afbe85293887787b755fae245e953", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/kernel": "^3.30.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/stock": "^4.0.0 || ^5.0.0 || ^7.0.0 || ^8.0.0" + "php": ">=7.4" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/locale": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -15627,34 +16964,37 @@ "license": [ "proprietary" ], - "description": "AvailabilityDataFeed module", + "description": "ApiExtension module", "support": { - "source": "https://github.com/spryker/availability-data-feed/tree/0.1.7" + "source": "https://github.com/spryker/api-extension/tree/0.1.0" }, - "time": "2020-05-29T13:08:37+00:00" + "time": "2022-01-28T07:52:09+00:00" }, { - "name": "spryker/availability-extension", - "version": "1.2.0", + "name": "spryker/api-query-builder", + "version": "0.1.5", "source": { "type": "git", - "url": "https://github.com/spryker/availability-extension.git", - "reference": "57d554061b5c5152b29b0120a2b9a1347b547ff8" + "url": "https://github.com/spryker/api-query-builder.git", + "reference": "ff5603896d83a60b51fa3a2f3e78a5a90ca2947a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/availability-extension/zipball/57d554061b5c5152b29b0120a2b9a1347b547ff8", - "reference": "57d554061b5c5152b29b0120a2b9a1347b547ff8", + "url": "https://api.github.com/repos/spryker/api-query-builder/zipball/ff5603896d83a60b51fa3a2f3e78a5a90ca2947a", + "reference": "ff5603896d83a60b51fa3a2f3e78a5a90ca2947a", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=7.4", + "spryker/kernel": "^3.30.0", + "spryker/propel-orm": "^1.2.0", + "spryker/propel-query-builder": "^0.3.0", + "spryker/util-encoding": "^2.0.1" }, "require-dev": { - "spryker/code-sniffer": "*" - }, - "suggest": { - "spryker/decimal-object": "If you want to use AvailabilityStockProviderStrategyPluginInterface" + "spryker/code-sniffer": "*", + "spryker/product": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -15671,147 +17011,154 @@ "license": [ "proprietary" ], - "description": "AvailabilityExtension module", + "description": "ApiQueryBuilder module", "support": { - "source": "https://github.com/spryker/availability-extension/tree/1.2.0" + "source": "https://github.com/spryker/api-query-builder/tree/0.1.5" }, - "time": "2021-06-03T11:57:12+00:00" + "time": "2022-01-28T07:52:09+00:00" }, { - "name": "spryker/availability-gui", - "version": "6.8.0", + "name": "spryker/app-catalog-gui", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/availability-gui.git", - "reference": "6a2311c2b6c449ef4cdce16281463dfba1132871" + "url": "https://github.com/spryker/app-catalog-gui.git", + "reference": "e8f2f0b20e7a652479ef5631a8e1d4277b74d55a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/availability-gui/zipball/6a2311c2b6c449ef4cdce16281463dfba1132871", - "reference": "6a2311c2b6c449ef4cdce16281463dfba1132871", + "url": "https://api.github.com/repos/spryker/app-catalog-gui/zipball/e8f2f0b20e7a652479ef5631a8e1d4277b74d55a", + "reference": "e8f2f0b20e7a652479ef5631a8e1d4277b74d55a", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/availability": "^9.11.0", - "spryker/availability-gui-extension": "^1.0.0", - "spryker/decimal-object": "^1.0.0", - "spryker/gui": "^3.45.0", "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/oms": "^11.0.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/product-bundle": "^7.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/stock": "^8.0.0", - "spryker/store": "^1.5.0", + "spryker/locale": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0", + "spryker/log": "^2.0.0 || ^3.0.0", + "spryker/oauth-client": "^1.0.0", + "spryker/store": "^1.19.0", "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0", - "spryker/twig": "^3.16.0", - "spryker/util-text": "^1.1.0" + "spryker/transfer": "^3.27.0", + "spryker/translator": "^1.5.1" }, "require-dev": { - "spryker/application": "*", "spryker/code-sniffer": "*", - "spryker/config": "*", "spryker/container": "*", - "spryker/event-dispatcher": "*", - "spryker/form": "*", "spryker/propel": "*", - "spryker/router": "*", - "spryker/testify": "*", - "spryker/validator": "*", - "spryker/zed-navigation": "*" + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "6.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\AvailabilityGui\\PageObject\\": "tests/SprykerTest/Zed/AvailabilityGui/_support/PageObject/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "AvailabilityGui module", + "description": "AppCatalogGui module", "support": { - "source": "https://github.com/spryker/availability-gui/tree/6.8.0" + "source": "https://github.com/spryker/app-catalog-gui/tree/1.3.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/availability-gui-extension", - "version": "1.0.0", + "name": "spryker/application", + "version": "3.32.1", "source": { "type": "git", - "url": "https://github.com/spryker/availability-gui-extension.git", - "reference": "955f6bccfe21f7ef992849856588db96099a4b39" + "url": "https://github.com/spryker/application.git", + "reference": "86c27e0e946f0ffcd3bcc52a7f223dea8c30bfc8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/availability-gui-extension/zipball/955f6bccfe21f7ef992849856588db96099a4b39", - "reference": "955f6bccfe21f7ef992849856588db96099a4b39", + "url": "https://api.github.com/repos/spryker/application/zipball/86c27e0e946f0ffcd3bcc52a7f223dea8c30bfc8", + "reference": "86c27e0e946f0ffcd3bcc52a7f223dea8c30bfc8", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=8.0", + "spryker/application-extension": "^1.1.0", + "spryker/config": "^3.0.0", + "spryker/container": "^1.4.3", + "spryker/error-handler": "^2.0.0", + "spryker/event-dispatcher-extension": "^1.0.0", + "spryker/kernel": "^3.52.0", + "spryker/log": "^3.1.0", + "spryker/monolog": "^2.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/symfony": "^3.5.0", + "spryker/twig": "^3.13.0", + "spryker/twig-extension": "^1.0.0", + "spryker/util-encoding": "^2.0.0", + "spryker/util-network": "^1.1.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/event-dispatcher": "*", + "spryker/http": "*", + "spryker/router": "*", + "spryker/silex": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/silex": "Add this when you still want to use the abandoned Silex." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\Application\\Helper\\": "tests/SprykerTest/Zed/Application/_support/Helper/", + "SprykerTest\\Yves\\Application\\Helper\\": "tests/SprykerTest/Yves/Application/_support/Helper/", + "SprykerTest\\Shared\\Application\\Helper\\": "tests/SprykerTest/Shared/Application/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "AvailabilityGuiExtension module", + "description": "Application module", "support": { - "source": "https://github.com/spryker/availability-gui-extension/tree/master" + "source": "https://github.com/spryker/application/tree/3.32.1" }, - "time": "2020-06-17T12:01:35+00:00" + "time": "2023-06-30T14:52:52+00:00" }, { - "name": "spryker/availability-merchant-portal-gui", - "version": "1.0.0", + "name": "spryker/application-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/availability-merchant-portal-gui.git", - "reference": "57af9aa15cd00f2c812db6adf3c111bc3d027e00" + "url": "https://github.com/spryker/application-extension.git", + "reference": "8d7bfff131895534cae9dfb1544591412fb1aaf8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/availability-merchant-portal-gui/zipball/57af9aa15cd00f2c812db6adf3c111bc3d027e00", - "reference": "57af9aa15cd00f2c812db6adf3c111bc3d027e00", + "url": "https://api.github.com/repos/spryker/application-extension/zipball/8d7bfff131895534cae9dfb1544591412fb1aaf8", + "reference": "8d7bfff131895534cae9dfb1544591412fb1aaf8", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/availability": "^9.8.0", - "spryker/decimal-object": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/merchant-stock": "^1.0.0", - "spryker/merchant-user": "^1.0.0", - "spryker/product-merchant-portal-gui-extension": "^1.0.0", - "spryker/transfer": "^3.25.0" + "php": ">=7.4" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*" + }, + "suggest": { + "spryker/container": "If you want to use ApplicationPluginInterface or BootableApplicationPluginInterface" }, "type": "library", "extra": { @@ -15828,107 +17175,90 @@ "license": [ "proprietary" ], - "description": "AvailabilityMerchantPortalGui module", + "description": "ApplicationExtension module", "support": { - "source": "https://github.com/spryker/availability-merchant-portal-gui/tree/1.0.0" + "source": "https://github.com/spryker/application-extension/tree/1.1.0" }, - "time": "2021-08-16T16:27:47+00:00" + "time": "2022-08-26T09:09:07+00:00" }, { - "name": "spryker/availability-notification", - "version": "1.4.1", + "name": "spryker/assertion", + "version": "3.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/availability-notification.git", - "reference": "b8274d0980a602a74dad1745c32c1e075f9faf98" + "url": "https://github.com/spryker/assertion.git", + "reference": "d84d73055cdddd658879e31fa2bba49bbd363d56" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/availability-notification/zipball/b8274d0980a602a74dad1745c32c1e075f9faf98", - "reference": "b8274d0980a602a74dad1745c32c1e075f9faf98", + "url": "https://api.github.com/repos/spryker/assertion/zipball/d84d73055cdddd658879e31fa2bba49bbd363d56", + "reference": "d84d73055cdddd658879e31fa2bba49bbd363d56", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/application": "^3.2.0", - "spryker/customer": "^7.16.1", - "spryker/glossary": "^3.0.0", - "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/mail": "^4.6.0", - "spryker/mail-extension": "^1.0.0", - "spryker/product": "^6.8.0", - "spryker/propel-orm": "^1.0.0", - "spryker/store": "^1.19.0", - "spryker/transfer": "^3.25.0", - "spryker/util-text": "^1.2.0", - "spryker/util-validate": "^1.0.0", - "spryker/zed-request": "^3.0.0" + "php": ">=7.2", + "spryker/kernel": "^3.30.0" }, "require-dev": { - "spryker/availability": "*", - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/event": "*", + "spryker/application": "*", "spryker/propel": "*", + "spryker/silex": "*", "spryker/testify": "*" }, "suggest": { - "spryker/availability": "If you want use handler for availability_notification Event", - "spryker/event": "If you want to use availability_notification Event" + "spryker/silex": "If you want to use ServiceProvider." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\AvailabilityNotification\\Helper\\": "tests/SprykerTest/Zed/AvailabilityNotification/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "AvailabilityNotification module", + "description": "Assertion module", "support": { - "source": "https://github.com/spryker/availability-notification/tree/1.4.1" + "source": "https://github.com/spryker/assertion/tree/master" }, - "time": "2023-05-05T18:20:59+00:00" + "time": "2019-11-14T07:54:49+00:00" }, { - "name": "spryker/availability-notifications-rest-api", - "version": "1.2.0", + "name": "spryker/asset", + "version": "1.5.3", "source": { "type": "git", - "url": "https://github.com/spryker/availability-notifications-rest-api.git", - "reference": "92ab1d67f730db0e69bee9c153365859bcd8c8b8" + "url": "https://github.com/spryker/asset.git", + "reference": "40cb5255d465ac91f47bd2fead4d32532b4488a0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/availability-notifications-rest-api/zipball/92ab1d67f730db0e69bee9c153365859bcd8c8b8", - "reference": "92ab1d67f730db0e69bee9c153365859bcd8c8b8", + "url": "https://api.github.com/repos/spryker/asset/zipball/40cb5255d465ac91f47bd2fead4d32532b4488a0", + "reference": "40cb5255d465ac91f47bd2fead4d32532b4488a0", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/availability-notification": "^1.1.0", - "spryker/glue-application": "^1.28.0", - "spryker/glue-application-authorization-connector-extension": "^1.0.0", - "spryker/glue-application-extension": "^1.3.0", + "php": ">=8.0", + "spryker/event": "^2.1.0", + "spryker/event-behavior": "^1.23.0", "spryker/kernel": "^3.30.0", - "spryker/store": "^1.14.1", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0" + "spryker/message-broker-extension": "^1.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/store": "^1.16.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { - "spryker/code-sniffer": "*" - }, - "suggest": { - "spryker/authorization": "If you want to use multiple authorization strategies, minimum required version: 1.2.0." + "spryker/code-sniffer": "*", + "spryker/message-broker": "*", + "spryker/propel": "*", + "spryker/ramsey-uuid": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -15938,49 +17268,64 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\Asset\\Helper\\": "tests/SprykerTest/Shared/Asset/_support/Helper/", + "SprykerTest\\AsyncApi\\Asset\\Helper\\": "tests/SprykerTest/AsyncApi/Asset/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "AvailabilityNotificationsRestApi module", + "description": "Asset module", "support": { - "source": "https://github.com/spryker/availability-notifications-rest-api/tree/1.2.0" + "source": "https://github.com/spryker/asset/tree/1.5.3" }, - "time": "2022-08-26T15:08:26+00:00" + "time": "2023-07-21T13:09:09+00:00" }, { - "name": "spryker/availability-offer-connector", - "version": "4.0.1", + "name": "spryker/asset-storage", + "version": "1.2.1", "source": { "type": "git", - "url": "https://github.com/spryker/availability-offer-connector.git", - "reference": "652806a4cdde13adf60e38c6d46bfadec24eeaf8" + "url": "https://github.com/spryker/asset-storage.git", + "reference": "4972911c59b935c1b1fa95e874b9ba0dc2a7b7ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/availability-offer-connector/zipball/652806a4cdde13adf60e38c6d46bfadec24eeaf8", - "reference": "652806a4cdde13adf60e38c6d46bfadec24eeaf8", + "url": "https://api.github.com/repos/spryker/asset-storage/zipball/4972911c59b935c1b1fa95e874b9ba0dc2a7b7ab", + "reference": "4972911c59b935c1b1fa95e874b9ba0dc2a7b7ab", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/availability": "^9.0.0", - "spryker/decimal-object": "^1.0.0", + "php": ">=8.0", + "spryker/asset": "^1.4.0", "spryker/kernel": "^3.30.0", - "spryker/offer-extension": "^1.0.0", - "spryker/store": "^1.5.0", - "spryker/transfer": "^3.18.0" + "spryker/propel-orm": "^1.3.0", + "spryker/publisher-extension": "^1.0.0", + "spryker/storage": "^3.0.0", + "spryker/store": "^1.0.0", + "spryker/synchronization": "^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.1.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/event": "*", + "spryker/event-behavior": "*", + "spryker/propel": "*", + "spryker/publisher": "*", + "spryker/queue": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -15992,56 +17337,49 @@ "license": [ "proprietary" ], - "description": "AvailabilityOfferConnector module", + "description": "AssetStorage module", "support": { - "source": "https://github.com/spryker/availability-offer-connector/tree/4.0.1" + "source": "https://github.com/spryker/asset-storage/tree/1.2.1" }, - "time": "2020-05-29T13:08:37+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/availability-storage", - "version": "2.7.1", + "name": "spryker/auth-rest-api", + "version": "2.14.2", "source": { "type": "git", - "url": "https://github.com/spryker/availability-storage.git", - "reference": "9b3068c4791cfd6b69cdf60e2d136e2e27b55ac6" + "url": "https://github.com/spryker/auth-rest-api.git", + "reference": "baa28e3503c13d215791883db349609699bf6857" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/availability-storage/zipball/9b3068c4791cfd6b69cdf60e2d136e2e27b55ac6", - "reference": "9b3068c4791cfd6b69cdf60e2d136e2e27b55ac6", + "url": "https://api.github.com/repos/spryker/auth-rest-api/zipball/baa28e3503c13d215791883db349609699bf6857", + "reference": "baa28e3503c13d215791883db349609699bf6857", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/availability": "^9.0.0", - "spryker/availability-storage-extension": "^1.0.0", - "spryker/event-behavior": "^1.10.0", - "spryker/kernel": "^3.33.0", - "spryker/product": "^5.5.0 || ^6.0.0", - "spryker/product-alternative-storage-extension": "^1.0.0", - "spryker/propel-orm": "^1.5.0", - "spryker/storage": "^3.4.0", - "spryker/store": "^1.4.0", - "spryker/synchronization": "^0.2.0 || ^1.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.0.0", - "spryker/transfer": "^3.25.0" + "spryker/auth-rest-api-extension": "^1.1.0", + "spryker/glue-application": "^1.30.0", + "spryker/glue-application-extension": "^1.4.0", + "spryker/kernel": "^3.58.0", + "spryker/oauth": "^1.9.0 || ^2.0.0", + "spryker/symfony": "^3.0.0", + "spryker/util-encoding": "^2.0.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", "spryker/container": "*", - "spryker/decimal-object": "*", - "spryker/event": "*", - "spryker/product-storage": "*", + "spryker/customer": "*", + "spryker/oauth-customer-connector": "*", "spryker/propel": "*", - "spryker/publisher": "*", - "spryker/queue": "*", + "spryker/store": "*", "spryker/testify": "*" }, "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/product-storage": "If you want to use ProductStorage plugins, minimum required version: 0.1.0" + "spryker/oauth-customer-connector": "If you want to authorize customers via Oauth module.", + "spryker/rest-request-validator": "If you want to use rest request validation." }, "type": "library", "extra": { @@ -16051,40 +17389,45 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Glue\\AuthRestApi\\Helper\\": "tests/SprykerTest/Glue/AuthRestApi/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "AvailabilityStorage module", + "description": "AuthRestApi module", "support": { - "source": "https://github.com/spryker/availability-storage/tree/2.7.1" + "source": "https://github.com/spryker/auth-rest-api/tree/2.14.2" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/availability-storage-extension", - "version": "1.0.0", + "name": "spryker/auth-rest-api-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/availability-storage-extension.git", - "reference": "ea47242f7f1e0881f3a9dd067581bc2c242f4da7" + "url": "https://github.com/spryker/auth-rest-api-extension.git", + "reference": "be7e5ebe15c469f7e12b300161842dae70986392" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/availability-storage-extension/zipball/ea47242f7f1e0881f3a9dd067581bc2c242f4da7", - "reference": "ea47242f7f1e0881f3a9dd067581bc2c242f4da7", + "url": "https://api.github.com/repos/spryker/auth-rest-api-extension/zipball/be7e5ebe15c469f7e12b300161842dae70986392", + "reference": "be7e5ebe15c469f7e12b300161842dae70986392", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=7.1" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/glue-application": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/glue-application": "If you want to use plugins with glue application." + }, "type": "library", "extra": { "branch-alias": { @@ -16100,41 +17443,37 @@ "license": [ "proprietary" ], - "description": "AvailabilityStorageExtension module", + "description": "AuthRestApiExtension module", "support": { - "source": "https://github.com/spryker/availability-storage-extension/tree/master" + "source": "https://github.com/spryker/auth-rest-api-extension/tree/1.1.0" }, - "time": "2019-12-28T23:42:16+00:00" + "time": "2019-09-25T13:31:36+00:00" }, { - "name": "spryker/barcode", - "version": "1.1.1", + "name": "spryker/authentication", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/barcode.git", - "reference": "f637782d6ca57ed9c388153d0f9f7166e3aaa6a0" + "url": "https://github.com/spryker/authentication.git", + "reference": "66faab4af05a63983f719679db5ab20029803cee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/barcode/zipball/f637782d6ca57ed9c388153d0f9f7166e3aaa6a0", - "reference": "f637782d6ca57ed9c388153d0f9f7166e3aaa6a0", + "url": "https://api.github.com/repos/spryker/authentication/zipball/66faab4af05a63983f719679db5ab20029803cee", + "reference": "66faab4af05a63983f719679db5ab20029803cee", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/barcode-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/twig-extension": "^1.0.0" + "php": ">=7.4", + "spryker/authentication-extension": "^1.0.0", + "spryker/kernel": "^3.30.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/testify": "*", - "spryker/twig": "*" - }, - "suggest": { - "spryker/container": "If you want to use Twig Plugins", - "spryker/twig": "Use this module when using plugins that need Twig dependencies." + "spryker/oauth": "*", + "spryker/oauth-user-connector": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -16144,40 +17483,38 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Service\\Barcode\\Helper\\": "tests/SprykerTest/Service/Barcode/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Barcode module", + "description": "Authentication module", "support": { - "source": "https://github.com/spryker/barcode/tree/master" + "source": "https://github.com/spryker/authentication/tree/1.0.0" }, - "time": "2020-05-29T13:08:37+00:00" + "time": "2022-09-28T14:47:08+00:00" }, { - "name": "spryker/barcode-extension", - "version": "1.0.1", + "name": "spryker/authentication-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/barcode-extension.git", - "reference": "46424b5ba6d0c997bce90da1398c5bceb8b2bfe7" + "url": "https://github.com/spryker/authentication-extension.git", + "reference": "0fd042216ae6ef2cf25af323fb71ce217cb1c1e2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/barcode-extension/zipball/46424b5ba6d0c997bce90da1398c5bceb8b2bfe7", - "reference": "46424b5ba6d0c997bce90da1398c5bceb8b2bfe7", + "url": "https://api.github.com/repos/spryker/authentication-extension/zipball/0fd042216ae6ef2cf25af323fb71ce217cb1c1e2", + "reference": "0fd042216ae6ef2cf25af323fb71ce217cb1c1e2", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.4" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -16194,36 +17531,43 @@ "license": [ "proprietary" ], - "description": "BarcodeExtension module", + "description": "AuthenticationExtension module", "support": { - "source": "https://github.com/spryker/barcode-extension/tree/master" + "source": "https://github.com/spryker/authentication-extension/tree/1.0.0" }, - "time": "2019-04-23T09:58:16+00:00" + "time": "2022-09-28T14:47:08+00:00" }, { - "name": "spryker/barcode-laminas", - "version": "1.1.0", + "name": "spryker/authentication-oauth", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/barcode-laminas.git", - "reference": "5401ad3b262aee35290be345bc48e892e86f9dee" + "url": "https://github.com/spryker/authentication-oauth.git", + "reference": "0d7d29d61082569a826522a370a188e6452e6fa7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/barcode-laminas/zipball/5401ad3b262aee35290be345bc48e892e86f9dee", - "reference": "5401ad3b262aee35290be345bc48e892e86f9dee", + "url": "https://api.github.com/repos/spryker/authentication-oauth/zipball/0d7d29d61082569a826522a370a188e6452e6fa7", + "reference": "0d7d29d61082569a826522a370a188e6452e6fa7", "shasum": "" }, "require": { - "laminas/laminas-barcode": "^2.8.0", - "php": ">=7.4", - "spryker/barcode-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/transfer": "^3.25.0" + "php": ">=8.0", + "spryker/authentication-extension": "^1.0.0", + "spryker/kernel": "^3.66.0", + "spryker/oauth": "^2.4.0", + "spryker/transfer": "^3.25.0", + "spryker/zed-request": "^3.6.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/container": "*", + "spryker/oauth-user-connector": "*", + "spryker/propel": "*", + "spryker/store": "*", + "spryker/store-extension": "*", + "spryker/testify": "*", + "spryker/zed-request-extension": "*" }, "type": "library", "extra": { @@ -16240,44 +17584,39 @@ "license": [ "proprietary" ], - "description": "BarcodeLaminas module", + "description": "AuthenticationOauth module", "support": { - "source": "https://github.com/spryker/barcode-laminas/tree/1.1.0" + "source": "https://github.com/spryker/authentication-oauth/tree/1.0.1" }, - "time": "2022-05-11T08:36:06+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/business-on-behalf", - "version": "1.1.3", + "name": "spryker/authorization", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/business-on-behalf.git", - "reference": "b5fefc4d335da6c6a99327e197a91e44d6e2cf6b" + "url": "https://github.com/spryker/authorization.git", + "reference": "f68b43d067e68decb4c7d54ddfd1a9c9d6bdbc8b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/business-on-behalf/zipball/b5fefc4d335da6c6a99327e197a91e44d6e2cf6b", - "reference": "b5fefc4d335da6c6a99327e197a91e44d6e2cf6b", + "url": "https://api.github.com/repos/spryker/authorization/zipball/f68b43d067e68decb4c7d54ddfd1a9c9d6bdbc8b", + "reference": "f68b43d067e68decb4c7d54ddfd1a9c9d6bdbc8b", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/business-on-behalf-extension": "^1.0.0", - "spryker/company": "^1.0.0", - "spryker/company-user": "^1.2.0 || ^2.0.0", - "spryker/kernel": "^3.30.0", - "spryker/zed-request": "^3.0.0" + "spryker/authorization-extension": "^1.1.0", + "spryker/kernel": "^3.33.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/customer": "*", - "spryker/propel": "*", - "spryker/store": "*", "spryker/testify": "*" }, "suggest": { - "spryker/customer": "If you want to hydrate customer with isOnBehalf property and default company user: ^7.10.0." + "spryker/glue-application": "If you want to use the plugins.", + "spryker/symfony": "If you want to use the plugins." }, "type": "library", "extra": { @@ -16287,50 +17626,38 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\BusinessOnBehalf\\Helper\\": "tests/SprykerTest/Zed/BusinessOnBehalf/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "BusinessOnBehalf module", + "description": "Authorization module", "support": { - "source": "https://github.com/spryker/business-on-behalf/tree/1.1.3" + "source": "https://github.com/spryker/authorization/tree/1.3.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-05-15T15:35:26+00:00" }, { - "name": "spryker/business-on-behalf-data-import", - "version": "3.0.0", + "name": "spryker/authorization-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/business-on-behalf-data-import.git", - "reference": "0d2a4da1d66ae97038d58fe7011d81ef469e3093" + "url": "https://github.com/spryker/authorization-extension.git", + "reference": "86e7a1fc12d2c4cf21d84648f483516712782f78" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/business-on-behalf-data-import/zipball/0d2a4da1d66ae97038d58fe7011d81ef469e3093", - "reference": "0d2a4da1d66ae97038d58fe7011d81ef469e3093", + "url": "https://api.github.com/repos/spryker/authorization-extension/zipball/86e7a1fc12d2c4cf21d84648f483516712782f78", + "reference": "86e7a1fc12d2c4cf21d84648f483516712782f78", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker/company": "^1.0.0", - "spryker/company-business-unit": "^1.0.0 || ^2.0.0", - "spryker/company-user": "^2.9.0", - "spryker/customer": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", - "spryker/data-import": "^1.2.0", - "spryker/kernel": "^3.0.0" + "php": ">=7.4" }, "require-dev": { - "spryker/propel": "*", - "spryker/propel-orm": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/business-on-behalf": "Business on behalf introduces is default column in company user table: ^1.0.0" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -16340,96 +17667,123 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\BusinessOnBehalfDataImport\\Helper\\": "tests/SprykerTest/Zed/BusinessOnBehalfDataImport/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "BusinessOnBehalfDataImport module", + "description": "AuthorizationExtension module", "support": { - "source": "https://github.com/spryker/business-on-behalf-data-import/tree/master" + "source": "https://github.com/spryker/authorization-extension/tree/1.1.0" }, - "time": "2019-04-01T16:37:53+00:00" + "time": "2022-06-27T10:26:17+00:00" }, { - "name": "spryker/business-on-behalf-extension", - "version": "1.0.0", + "name": "spryker/availability", + "version": "9.18.0", "source": { "type": "git", - "url": "https://github.com/spryker/business-on-behalf-extension.git", - "reference": "2295335c2279b66287a8d8fc9d603223f75dacaa" + "url": "https://github.com/spryker/availability.git", + "reference": "8b69d070335433a1483934cc65cd798c6e98a510" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/business-on-behalf-extension/zipball/2295335c2279b66287a8d8fc9d603223f75dacaa", - "reference": "2295335c2279b66287a8d8fc9d603223f75dacaa", + "url": "https://api.github.com/repos/spryker/availability/zipball/8b69d070335433a1483934cc65cd798c6e98a510", + "reference": "8b69d070335433a1483934cc65cd798c6e98a510", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/availability-extension": "^1.2.0", + "spryker/decimal-object": "^1.0.0", + "spryker/event": "^2.3.0", + "spryker/kernel": "^3.30.0", + "spryker/key-builder": "^1.0.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/oms": "^11.0.0", + "spryker/oms-extension": "^1.2.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/product-alternative-extension": "^1.0.0", + "spryker/product-page-search-extension": "^1.3.0", + "spryker/propel-orm": "^1.16.0", + "spryker/stock": "^8.1.0", + "spryker/stock-extension": "^1.0.0", + "spryker/storage": "^3.0.0", + "spryker/store": "^1.19.0", + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/transfer": "^3.25.0", + "spryker/wishlist-extension": "^1.2.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { + "spryker/checkout": "*", "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/propel": "*", + "spryker/store-extension": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/checkout": "If you want to use Checkout plugins." + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "9.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\Availability\\Helper\\": "tests/SprykerTest/Shared/Availability/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "BusinessOnBehalfExtension module", + "description": "Availability module", "support": { - "source": "https://github.com/spryker/business-on-behalf-extension/tree/1.0.0" + "source": "https://github.com/spryker/availability/tree/9.18.0" }, - "time": "2019-05-21T09:24:51+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/business-on-behalf-gui", - "version": "1.3.0", + "name": "spryker/availability-cart-connector", + "version": "7.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/business-on-behalf-gui.git", - "reference": "2090093f15826361cd4fe3ea1462a5456c27e592" + "url": "https://github.com/spryker/availability-cart-connector.git", + "reference": "70ee27a58f616ffc50b41a095b81707a7f5a8633" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/business-on-behalf-gui/zipball/2090093f15826361cd4fe3ea1462a5456c27e592", - "reference": "2090093f15826361cd4fe3ea1462a5456c27e592", + "url": "https://api.github.com/repos/spryker/availability-cart-connector/zipball/70ee27a58f616ffc50b41a095b81707a7f5a8633", + "reference": "70ee27a58f616ffc50b41a095b81707a7f5a8633", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/business-on-behalf-gui-extension": "^1.0.0", - "spryker/company": "^1.2.0", - "spryker/company-business-unit": "^2.0.0", - "spryker/company-user": "^2.7.0", - "spryker/company-user-gui-extension": "^1.1.0", - "spryker/customer": "^7.0.0", - "spryker/customer-extension": "^1.1.0", + "php": ">=7.3", + "spryker/availability": "^9.1.0", + "spryker/availability-cart-connector-extension": "^1.0.0", + "spryker/cart-extension": "^2.1.0 || ^3.0.0 || ^4.0.0", + "spryker/decimal-object": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/symfony": "^3.1.0", - "spryker/util-text": "^1.1.0" + "spryker/transfer": "^3.18.0" }, "require-dev": { "spryker/code-sniffer": "*" }, + "suggest": { + "spryker/cart": "If you want to use Cart plugins." + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "7.0.x-dev" } }, "autoload": { @@ -16441,36 +17795,31 @@ "license": [ "proprietary" ], - "description": "BusinessOnBehalfGui module", + "description": "AvailabilityCartConnector module", "support": { - "source": "https://github.com/spryker/business-on-behalf-gui/tree/1.3.0" + "source": "https://github.com/spryker/availability-cart-connector/tree/7.3.0" }, - "time": "2022-06-01T13:09:31+00:00" + "time": "2021-06-03T11:57:12+00:00" }, { - "name": "spryker/business-on-behalf-gui-extension", + "name": "spryker/availability-cart-connector-extension", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/business-on-behalf-gui-extension.git", - "reference": "e984267457d66f6aee16cf40026b9e91e6843a6e" + "url": "https://github.com/spryker/availability-cart-connector-extension.git", + "reference": "8050ab00e1d22a05c0385a3aae236276c089e1a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/business-on-behalf-gui-extension/zipball/e984267457d66f6aee16cf40026b9e91e6843a6e", - "reference": "e984267457d66f6aee16cf40026b9e91e6843a6e", + "url": "https://api.github.com/repos/spryker/availability-cart-connector-extension/zipball/8050ab00e1d22a05c0385a3aae236276c089e1a9", + "reference": "8050ab00e1d22a05c0385a3aae236276c089e1a9", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.3" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/symfony": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/symfony": "Required to use form in plugin." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -16487,40 +17836,42 @@ "license": [ "proprietary" ], - "description": "BusinessOnBehalfGuiExtension module", + "description": "AvailabilityCartConnectorExtension module", "support": { - "source": "https://github.com/spryker/business-on-behalf-gui-extension/tree/master" + "source": "https://github.com/spryker/availability-cart-connector-extension/tree/1.0.0" }, - "time": "2018-11-21T17:03:23+00:00" + "time": "2020-10-29T14:25:14+00:00" }, { - "name": "spryker/cache", - "version": "3.5.0", + "name": "spryker/availability-data-feed", + "version": "0.1.7", "source": { "type": "git", - "url": "https://github.com/spryker/cache.git", - "reference": "445ecdf43eee396f9b49de67212ca255f06b2a3a" + "url": "https://github.com/spryker/availability-data-feed.git", + "reference": "f5924d517f1369e5e02d2b9e00491bfb1affb2ae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cache/zipball/445ecdf43eee396f9b49de67212ca255f06b2a3a", - "reference": "445ecdf43eee396f9b49de67212ca255f06b2a3a", + "url": "https://api.github.com/repos/spryker/availability-data-feed/zipball/f5924d517f1369e5e02d2b9e00491bfb1affb2ae", + "reference": "f5924d517f1369e5e02d2b9e00491bfb1affb2ae", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/kernel": "^3.48.0", - "spryker/symfony": "^3.0.0" + "php": ">=7.2", + "spryker/kernel": "^3.30.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/stock": "^4.0.0 || ^5.0.0 || ^7.0.0 || ^8.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/locale": "*", "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -16532,47 +17883,39 @@ "license": [ "proprietary" ], - "description": "Cache module", + "description": "AvailabilityDataFeed module", "support": { - "source": "https://github.com/spryker/cache/tree/3.5.0" + "source": "https://github.com/spryker/availability-data-feed/tree/0.1.7" }, - "time": "2022-01-04T12:43:20+00:00" + "time": "2020-05-29T13:08:37+00:00" }, { - "name": "spryker/calculation", - "version": "4.12.1", + "name": "spryker/availability-extension", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/calculation.git", - "reference": "49f5fa8855b00ebd987add60f2f57a9ac536f222" + "url": "https://github.com/spryker/availability-extension.git", + "reference": "57d554061b5c5152b29b0120a2b9a1347b547ff8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/calculation/zipball/49f5fa8855b00ebd987add60f2f57a9ac536f222", - "reference": "49f5fa8855b00ebd987add60f2f57a9ac536f222", + "url": "https://api.github.com/repos/spryker/availability-extension/zipball/57d554061b5c5152b29b0120a2b9a1347b547ff8", + "reference": "57d554061b5c5152b29b0120a2b9a1347b547ff8", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/calculation-extension": "^1.1.0", - "spryker/kernel": "^3.30.0", - "spryker/util-text": "^1.1.0", - "spryker/zed-request": "^3.0.0" + "php": ">=7.3" }, "require-dev": { - "spryker/checkout": "*", - "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/store": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "suggest": { - "spryker/checkout": "If you want to use Checkout plugins." + "spryker/decimal-object": "If you want to use AvailabilityStockProviderStrategyPluginInterface" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -16584,102 +17927,104 @@ "license": [ "proprietary" ], - "description": "Calculation module", + "description": "AvailabilityExtension module", "support": { - "source": "https://github.com/spryker/calculation/tree/4.12.1" + "source": "https://github.com/spryker/availability-extension/tree/1.2.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2021-06-03T11:57:12+00:00" }, { - "name": "spryker/calculation-extension", - "version": "1.1.0", + "name": "spryker/availability-gui", + "version": "6.8.0", "source": { "type": "git", - "url": "https://github.com/spryker/calculation-extension.git", - "reference": "4443d3150f81ad3e73492f5de7e87a13fd254abe" + "url": "https://github.com/spryker/availability-gui.git", + "reference": "6a2311c2b6c449ef4cdce16281463dfba1132871" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/calculation-extension/zipball/4443d3150f81ad3e73492f5de7e87a13fd254abe", - "reference": "4443d3150f81ad3e73492f5de7e87a13fd254abe", + "url": "https://api.github.com/repos/spryker/availability-gui/zipball/6a2311c2b6c449ef4cdce16281463dfba1132871", + "reference": "6a2311c2b6c449ef4cdce16281463dfba1132871", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.0", + "spryker/availability": "^9.11.0", + "spryker/availability-gui-extension": "^1.0.0", + "spryker/decimal-object": "^1.0.0", + "spryker/gui": "^3.45.0", + "spryker/kernel": "^3.30.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/oms": "^11.0.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/product-bundle": "^7.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/stock": "^8.0.0", + "spryker/store": "^1.5.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.25.0", + "spryker/twig": "^3.16.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { + "spryker/application": "*", "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/config": "*", + "spryker/container": "*", + "spryker/event-dispatcher": "*", + "spryker/form": "*", + "spryker/propel": "*", + "spryker/router": "*", + "spryker/testify": "*", + "spryker/validator": "*", + "spryker/zed-navigation": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "6.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\AvailabilityGui\\PageObject\\": "tests/SprykerTest/Zed/AvailabilityGui/_support/PageObject/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CalculationExtension module", + "description": "AvailabilityGui module", "support": { - "source": "https://github.com/spryker/calculation-extension/tree/master" + "source": "https://github.com/spryker/availability-gui/tree/6.8.0" }, - "time": "2019-02-14T14:35:45+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/cart", - "version": "7.12.1", + "name": "spryker/availability-gui-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/cart.git", - "reference": "31a8e980a0076dd6c00813918fda1c2c64486781" + "url": "https://github.com/spryker/availability-gui-extension.git", + "reference": "955f6bccfe21f7ef992849856588db96099a4b39" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cart/zipball/31a8e980a0076dd6c00813918fda1c2c64486781", - "reference": "31a8e980a0076dd6c00813918fda1c2c64486781", + "url": "https://api.github.com/repos/spryker/availability-gui-extension/zipball/955f6bccfe21f7ef992849856588db96099a4b39", + "reference": "955f6bccfe21f7ef992849856588db96099a4b39", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/calculation": "^4.9.0", - "spryker/cart-extension": "^1.11.0 || ^2.7.0 || ^4.3.0", - "spryker/kernel": "^3.30.0", - "spryker/messenger": "^3.1.0", - "spryker/quote": "^2.10.0", - "spryker/transfer": "^3.25.0", - "spryker/util-text": "^1.5.0", - "spryker/zed-request": "^3.6.0" + "php": ">=7.2" }, "require-dev": { - "spryker/application": "*", - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/customer": "*", - "spryker/price-cart-connector": "*", - "spryker/price-product": "*", - "spryker/price-product-volume": "*", - "spryker/product": "*", - "spryker/product-cart-connector": "*", - "spryker/propel": "*", - "spryker/store": "*", - "spryker/store-storage": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/customer": "If you want to use Customer plugins, minimum required version: 7.4.0.", - "spryker/persistent-cart": "If you want to use persistent cart" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "7.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -16691,40 +18036,38 @@ "license": [ "proprietary" ], - "description": "Cart module", + "description": "AvailabilityGuiExtension module", "support": { - "source": "https://github.com/spryker/cart/tree/7.12.1" + "source": "https://github.com/spryker/availability-gui-extension/tree/master" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2020-06-17T12:01:35+00:00" }, { - "name": "spryker/cart-code", - "version": "1.3.0", + "name": "spryker/availability-merchant-portal-gui", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/cart-code.git", - "reference": "6282ed4f45700ac5a46f6b44fa9a034c558c74ee" + "url": "https://github.com/spryker/availability-merchant-portal-gui.git", + "reference": "57af9aa15cd00f2c812db6adf3c111bc3d027e00" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cart-code/zipball/6282ed4f45700ac5a46f6b44fa9a034c558c74ee", - "reference": "6282ed4f45700ac5a46f6b44fa9a034c558c74ee", + "url": "https://api.github.com/repos/spryker/availability-merchant-portal-gui/zipball/57af9aa15cd00f2c812db6adf3c111bc3d027e00", + "reference": "57af9aa15cd00f2c812db6adf3c111bc3d027e00", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/calculation": "^4.0.0", - "spryker/cart-code-extension": "^1.2.0", + "php": ">=7.3", + "spryker/availability": "^9.8.0", + "spryker/decimal-object": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/quote": "^2.8.0", - "spryker/transfer": "^3.25.0", - "spryker/zed-request": "^3.0.0" + "spryker/merchant-stock": "^1.0.0", + "spryker/merchant-user": "^1.0.0", + "spryker/product-merchant-portal-gui-extension": "^1.0.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/discount": "*", - "spryker/gift-card": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -16741,31 +18084,54 @@ "license": [ "proprietary" ], - "description": "CartCode module", + "description": "AvailabilityMerchantPortalGui module", "support": { - "source": "https://github.com/spryker/cart-code/tree/1.3.0" + "source": "https://github.com/spryker/availability-merchant-portal-gui/tree/1.0.0" }, - "time": "2023-06-23T09:24:33+00:00" + "time": "2021-08-16T16:27:47+00:00" }, { - "name": "spryker/cart-code-extension", - "version": "1.2.0", + "name": "spryker/availability-notification", + "version": "1.4.1", "source": { "type": "git", - "url": "https://github.com/spryker/cart-code-extension.git", - "reference": "8fedde427ed5852c59f3594543aeeba368179ed8" + "url": "https://github.com/spryker/availability-notification.git", + "reference": "b8274d0980a602a74dad1745c32c1e075f9faf98" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cart-code-extension/zipball/8fedde427ed5852c59f3594543aeeba368179ed8", - "reference": "8fedde427ed5852c59f3594543aeeba368179ed8", + "url": "https://api.github.com/repos/spryker/availability-notification/zipball/b8274d0980a602a74dad1745c32c1e075f9faf98", + "reference": "b8274d0980a602a74dad1745c32c1e075f9faf98", "shasum": "" }, "require": { - "php": ">=8.0" + "php": ">=8.0", + "spryker/application": "^3.2.0", + "spryker/customer": "^7.16.1", + "spryker/glossary": "^3.0.0", + "spryker/kernel": "^3.30.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/mail": "^4.6.0", + "spryker/mail-extension": "^1.0.0", + "spryker/product": "^6.8.0", + "spryker/propel-orm": "^1.0.0", + "spryker/store": "^1.19.0", + "spryker/transfer": "^3.25.0", + "spryker/util-text": "^1.2.0", + "spryker/util-validate": "^1.0.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/availability": "*", + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/event": "*", + "spryker/propel": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/availability": "If you want use handler for availability_notification Event", + "spryker/event": "If you want to use availability_notification Event" }, "type": "library", "extra": { @@ -16775,53 +18141,50 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\AvailabilityNotification\\Helper\\": "tests/SprykerTest/Zed/AvailabilityNotification/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CartCodeExtension module", + "description": "AvailabilityNotification module", "support": { - "source": "https://github.com/spryker/cart-code-extension/tree/1.2.0" + "source": "https://github.com/spryker/availability-notification/tree/1.4.1" }, - "time": "2023-06-23T09:24:33+00:00" + "time": "2023-05-05T18:20:59+00:00" }, { - "name": "spryker/cart-codes-rest-api", - "version": "1.4.1", + "name": "spryker/availability-notifications-rest-api", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/cart-codes-rest-api.git", - "reference": "67150d81ab1758040d6e5630e34b1a367c731e8b" + "url": "https://github.com/spryker/availability-notifications-rest-api.git", + "reference": "92ab1d67f730db0e69bee9c153365859bcd8c8b8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cart-codes-rest-api/zipball/67150d81ab1758040d6e5630e34b1a367c731e8b", - "reference": "67150d81ab1758040d6e5630e34b1a367c731e8b", + "url": "https://api.github.com/repos/spryker/availability-notifications-rest-api/zipball/92ab1d67f730db0e69bee9c153365859bcd8c8b8", + "reference": "92ab1d67f730db0e69bee9c153365859bcd8c8b8", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/cart-code": "^1.1.0", - "spryker/cart-codes-rest-api-extension": "^1.0.0", - "spryker/carts-rest-api": "^5.7.0", - "spryker/glue-application": "^1.9.0", - "spryker/glue-application-extension": "^1.0.0", + "php": ">=7.4", + "spryker/availability-notification": "^1.1.0", + "spryker/glue-application": "^1.28.0", + "spryker/glue-application-authorization-connector-extension": "^1.0.0", + "spryker/glue-application-extension": "^1.3.0", "spryker/kernel": "^3.30.0", + "spryker/store": "^1.14.1", "spryker/symfony": "^3.0.0", - "spryker/zed-request": "^3.0.0" + "spryker/transfer": "^3.25.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/customer": "*", - "spryker/discount": "*", - "spryker/propel": "*", - "spryker/quote": "*", - "spryker/store": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" + }, + "suggest": { + "spryker/authorization": "If you want to use multiple authorization strategies, minimum required version: 1.2.0." }, "type": "library", "extra": { @@ -16838,28 +18201,34 @@ "license": [ "proprietary" ], - "description": "CartCodesRestApi module", + "description": "AvailabilityNotificationsRestApi module", "support": { - "source": "https://github.com/spryker/cart-codes-rest-api/tree/1.4.1" + "source": "https://github.com/spryker/availability-notifications-rest-api/tree/1.2.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2022-08-26T15:08:26+00:00" }, { - "name": "spryker/cart-codes-rest-api-extension", - "version": "1.0.0", + "name": "spryker/availability-offer-connector", + "version": "4.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/cart-codes-rest-api-extension.git", - "reference": "e98638213be5982b0df44707759e6716fde10338" + "url": "https://github.com/spryker/availability-offer-connector.git", + "reference": "652806a4cdde13adf60e38c6d46bfadec24eeaf8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cart-codes-rest-api-extension/zipball/e98638213be5982b0df44707759e6716fde10338", - "reference": "e98638213be5982b0df44707759e6716fde10338", + "url": "https://api.github.com/repos/spryker/availability-offer-connector/zipball/652806a4cdde13adf60e38c6d46bfadec24eeaf8", + "reference": "652806a4cdde13adf60e38c6d46bfadec24eeaf8", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=7.2", + "spryker/availability": "^9.0.0", + "spryker/decimal-object": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/offer-extension": "^1.0.0", + "spryker/store": "^1.5.0", + "spryker/transfer": "^3.18.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -16867,7 +18236,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { @@ -16879,41 +18248,61 @@ "license": [ "proprietary" ], - "description": "CartCodesRestApiExtension module", + "description": "AvailabilityOfferConnector module", "support": { - "source": "https://github.com/spryker/cart-codes-rest-api-extension/tree/1.0.0" + "source": "https://github.com/spryker/availability-offer-connector/tree/4.0.1" }, - "time": "2020-03-13T12:31:59+00:00" + "time": "2020-05-29T13:08:37+00:00" }, { - "name": "spryker/cart-currency-connector", - "version": "1.2.0", + "name": "spryker/availability-storage", + "version": "2.7.1", "source": { "type": "git", - "url": "https://github.com/spryker/cart-currency-connector.git", - "reference": "007247f9dac1f4da9168264c3ed196b66bda4365" + "url": "https://github.com/spryker/availability-storage.git", + "reference": "9b3068c4791cfd6b69cdf60e2d136e2e27b55ac6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cart-currency-connector/zipball/007247f9dac1f4da9168264c3ed196b66bda4365", - "reference": "007247f9dac1f4da9168264c3ed196b66bda4365", + "url": "https://api.github.com/repos/spryker/availability-storage/zipball/9b3068c4791cfd6b69cdf60e2d136e2e27b55ac6", + "reference": "9b3068c4791cfd6b69cdf60e2d136e2e27b55ac6", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/cart": "^5.1.0 || ^7.0.0", - "spryker/currency": "^3.1.0 || ^4.0.0", - "spryker/currency-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/zed-request": "^3.6.0" + "spryker/availability": "^9.0.0", + "spryker/availability-storage-extension": "^1.0.0", + "spryker/event-behavior": "^1.10.0", + "spryker/kernel": "^3.33.0", + "spryker/product": "^5.5.0 || ^6.0.0", + "spryker/product-alternative-storage-extension": "^1.0.0", + "spryker/propel-orm": "^1.5.0", + "spryker/storage": "^3.4.0", + "spryker/store": "^1.4.0", + "spryker/synchronization": "^0.2.0 || ^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.0.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/decimal-object": "*", + "spryker/event": "*", + "spryker/product-storage": "*", + "spryker/propel": "*", + "spryker/publisher": "*", + "spryker/queue": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", + "spryker/product-storage": "If you want to use ProductStorage plugins, minimum required version: 0.1.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -16925,36 +18314,37 @@ "license": [ "proprietary" ], - "description": "CartCurrencyConnector module", + "description": "AvailabilityStorage module", "support": { - "source": "https://github.com/spryker/cart-currency-connector/tree/1.2.0" + "source": "https://github.com/spryker/availability-storage/tree/2.7.1" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/cart-extension", - "version": "4.3.0", + "name": "spryker/availability-storage-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/cart-extension.git", - "reference": "488cc64db91306d204e92823e44ead6f880dae68" + "url": "https://github.com/spryker/availability-storage-extension.git", + "reference": "ea47242f7f1e0881f3a9dd067581bc2c242f4da7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cart-extension/zipball/488cc64db91306d204e92823e44ead6f880dae68", - "reference": "488cc64db91306d204e92823e44ead6f880dae68", + "url": "https://api.github.com/repos/spryker/availability-storage-extension/zipball/ea47242f7f1e0881f3a9dd067581bc2c242f4da7", + "reference": "ea47242f7f1e0881f3a9dd067581bc2c242f4da7", "shasum": "" }, "require": { "php": ">=7.2" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -16966,38 +18356,41 @@ "license": [ "proprietary" ], - "description": "CartExtension module", + "description": "AvailabilityStorageExtension module", "support": { - "source": "https://github.com/spryker/cart-extension/tree/4.3.0" + "source": "https://github.com/spryker/availability-storage-extension/tree/master" }, - "time": "2020-09-08T13:13:11+00:00" + "time": "2019-12-28T23:42:16+00:00" }, { - "name": "spryker/cart-note", - "version": "1.1.0", + "name": "spryker/barcode", + "version": "1.1.1", "source": { "type": "git", - "url": "https://github.com/spryker/cart-note.git", - "reference": "b81b1f7e07499d602693c09e083cb9dd8824f6ef" + "url": "https://github.com/spryker/barcode.git", + "reference": "f637782d6ca57ed9c388153d0f9f7166e3aaa6a0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cart-note/zipball/b81b1f7e07499d602693c09e083cb9dd8824f6ef", - "reference": "b81b1f7e07499d602693c09e083cb9dd8824f6ef", + "url": "https://api.github.com/repos/spryker/barcode/zipball/f637782d6ca57ed9c388153d0f9f7166e3aaa6a0", + "reference": "f637782d6ca57ed9c388153d0f9f7166e3aaa6a0", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/cart-note-extension": "^1.0.0", - "spryker/checkout-extension": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/quote": "^2.0.0", - "spryker/sales": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^10.0.0 || ^11.0.0", - "spryker/symfony": "^3.0.0", - "spryker/zed-request": "^3.0.0" + "php": ">=7.2", + "spryker/barcode-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/twig-extension": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/testify": "*", + "spryker/twig": "*" + }, + "suggest": { + "spryker/container": "If you want to use Twig Plugins", + "spryker/twig": "Use this module when using plugins that need Twig dependencies." }, "type": "library", "extra": { @@ -17007,31 +18400,32 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Service\\Barcode\\Helper\\": "tests/SprykerTest/Service/Barcode/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CartNote module", + "description": "Barcode module", "support": { - "source": "https://github.com/spryker/cart-note/tree/1.1.0" + "source": "https://github.com/spryker/barcode/tree/master" }, - "time": "2023-01-24T16:01:46+00:00" + "time": "2020-05-29T13:08:37+00:00" }, { - "name": "spryker/cart-note-extension", - "version": "1.0.0", + "name": "spryker/barcode-extension", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/cart-note-extension.git", - "reference": "e84cb4deaa84c9497f6d3dda62e70f5c6e6309b1" + "url": "https://github.com/spryker/barcode-extension.git", + "reference": "46424b5ba6d0c997bce90da1398c5bceb8b2bfe7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cart-note-extension/zipball/e84cb4deaa84c9497f6d3dda62e70f5c6e6309b1", - "reference": "e84cb4deaa84c9497f6d3dda62e70f5c6e6309b1", + "url": "https://api.github.com/repos/spryker/barcode-extension/zipball/46424b5ba6d0c997bce90da1398c5bceb8b2bfe7", + "reference": "46424b5ba6d0c997bce90da1398c5bceb8b2bfe7", "shasum": "" }, "require": { @@ -17056,35 +18450,36 @@ "license": [ "proprietary" ], - "description": "CartNoteExtension module", + "description": "BarcodeExtension module", "support": { - "source": "https://github.com/spryker/cart-note-extension/tree/master" + "source": "https://github.com/spryker/barcode-extension/tree/master" }, - "time": "2018-04-10T14:40:01+00:00" + "time": "2019-04-23T09:58:16+00:00" }, { - "name": "spryker/cart-note-merchant-portal-gui", - "version": "1.0.0", + "name": "spryker/barcode-laminas", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/cart-note-merchant-portal-gui.git", - "reference": "b0d8ff60c0b588d172d6ebe5a29bcf192ca4e0d6" + "url": "https://github.com/spryker/barcode-laminas.git", + "reference": "5401ad3b262aee35290be345bc48e892e86f9dee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cart-note-merchant-portal-gui/zipball/b0d8ff60c0b588d172d6ebe5a29bcf192ca4e0d6", - "reference": "b0d8ff60c0b588d172d6ebe5a29bcf192ca4e0d6", + "url": "https://api.github.com/repos/spryker/barcode-laminas/zipball/5401ad3b262aee35290be345bc48e892e86f9dee", + "reference": "5401ad3b262aee35290be345bc48e892e86f9dee", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/cart-note": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/sales-merchant-portal-gui-extension": "^1.0.0", + "laminas/laminas-barcode": "^2.8.0", + "php": ">=7.4", + "spryker/barcode-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", "spryker/transfer": "^3.25.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -17101,34 +18496,44 @@ "license": [ "proprietary" ], - "description": "CartNoteMerchantPortalGui module", + "description": "BarcodeLaminas module", "support": { - "source": "https://github.com/spryker/cart-note-merchant-portal-gui/tree/1.0.0" + "source": "https://github.com/spryker/barcode-laminas/tree/1.1.0" }, - "time": "2021-08-16T16:27:47+00:00" + "time": "2022-05-11T08:36:06+00:00" }, { - "name": "spryker/cart-note-merchant-sales-order-gui", - "version": "1.0.1", + "name": "spryker/business-on-behalf", + "version": "1.1.3", "source": { "type": "git", - "url": "https://github.com/spryker/cart-note-merchant-sales-order-gui.git", - "reference": "98a5470146502c4fe9fc1a5451a5dae07225bb62" + "url": "https://github.com/spryker/business-on-behalf.git", + "reference": "b5fefc4d335da6c6a99327e197a91e44d6e2cf6b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cart-note-merchant-sales-order-gui/zipball/98a5470146502c4fe9fc1a5451a5dae07225bb62", - "reference": "98a5470146502c4fe9fc1a5451a5dae07225bb62", + "url": "https://api.github.com/repos/spryker/business-on-behalf/zipball/b5fefc4d335da6c6a99327e197a91e44d6e2cf6b", + "reference": "b5fefc4d335da6c6a99327e197a91e44d6e2cf6b", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/cart-note": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/symfony": "^3.0.0" + "spryker/business-on-behalf-extension": "^1.0.0", + "spryker/company": "^1.0.0", + "spryker/company-user": "^1.2.0 || ^2.0.0", + "spryker/kernel": "^3.30.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/customer": "*", + "spryker/propel": "*", + "spryker/store": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/customer": "If you want to hydrate customer with isOnBehalf property and default company user: ^7.10.0." }, "type": "library", "extra": { @@ -17138,42 +18543,50 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\BusinessOnBehalf\\Helper\\": "tests/SprykerTest/Zed/BusinessOnBehalf/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CartNoteMerchantSalesOrderGui module", + "description": "BusinessOnBehalf module", "support": { - "source": "https://github.com/spryker/cart-note-merchant-sales-order-gui/tree/1.0.1" + "source": "https://github.com/spryker/business-on-behalf/tree/1.1.3" }, - "time": "2023-01-29T14:43:20+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/cart-note-product-bundle-connector", - "version": "1.1.0", + "name": "spryker/business-on-behalf-data-import", + "version": "3.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/cart-note-product-bundle-connector.git", - "reference": "dfdae46a142cc31868871afe06d75e82a5a8c041" + "url": "https://github.com/spryker/business-on-behalf-data-import.git", + "reference": "0d2a4da1d66ae97038d58fe7011d81ef469e3093" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cart-note-product-bundle-connector/zipball/dfdae46a142cc31868871afe06d75e82a5a8c041", - "reference": "dfdae46a142cc31868871afe06d75e82a5a8c041", + "url": "https://api.github.com/repos/spryker/business-on-behalf-data-import/zipball/0d2a4da1d66ae97038d58fe7011d81ef469e3093", + "reference": "0d2a4da1d66ae97038d58fe7011d81ef469e3093", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/cart-note-extension": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/product-bundle": "^4.5.0 || ^6.0.0 || ^7.0.0", - "spryker/symfony": "^3.0.0" + "php": ">=7.1", + "spryker/company": "^1.0.0", + "spryker/company-business-unit": "^1.0.0 || ^2.0.0", + "spryker/company-user": "^2.9.0", + "spryker/customer": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", + "spryker/data-import": "^1.2.0", + "spryker/kernel": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/propel": "*", + "spryker/propel-orm": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/business-on-behalf": "Business on behalf introduces is default column in company user table: ^1.0.0" }, "type": "library", "extra": { @@ -17183,39 +18596,36 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\BusinessOnBehalfDataImport\\Helper\\": "tests/SprykerTest/Zed/BusinessOnBehalfDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "CartNoteProductBundleConnector module", + "description": "BusinessOnBehalfDataImport module", "support": { - "source": "https://github.com/spryker/cart-note-product-bundle-connector/tree/1.1.0" + "source": "https://github.com/spryker/business-on-behalf-data-import/tree/master" }, - "time": "2023-01-24T16:01:46+00:00" + "time": "2019-04-01T16:37:53+00:00" }, { - "name": "spryker/cart-notes-backend-api", - "version": "0.1.0", + "name": "spryker/business-on-behalf-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/cart-notes-backend-api.git", - "reference": "7c5baab1bb5b0da730008da6a7278826b6d933ba" + "url": "https://github.com/spryker/business-on-behalf-extension.git", + "reference": "2295335c2279b66287a8d8fc9d603223f75dacaa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cart-notes-backend-api/zipball/7c5baab1bb5b0da730008da6a7278826b6d933ba", - "reference": "7c5baab1bb5b0da730008da6a7278826b6d933ba", + "url": "https://api.github.com/repos/spryker/business-on-behalf-extension/zipball/2295335c2279b66287a8d8fc9d603223f75dacaa", + "reference": "2295335c2279b66287a8d8fc9d603223f75dacaa", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/cart-note": "^1.1.0", - "spryker/kernel": "^3.66.0", - "spryker/sales-orders-backend-api-extension": "^0.1.0", - "spryker/transfer": "^3.27.0" + "php": ">=7.1" }, "require-dev": { "spryker/code-sniffer": "*", @@ -17236,33 +18646,38 @@ "license": [ "proprietary" ], - "description": "CartNotesBackendApi module", + "description": "BusinessOnBehalfExtension module", "support": { - "source": "https://github.com/spryker/cart-notes-backend-api/tree/0.1.0" + "source": "https://github.com/spryker/business-on-behalf-extension/tree/1.0.0" }, - "time": "2023-04-17T15:49:27+00:00" + "time": "2019-05-21T09:24:51+00:00" }, { - "name": "spryker/cart-permission-connector", - "version": "1.1.5", + "name": "spryker/business-on-behalf-gui", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/cart-permission-connector.git", - "reference": "d83f965591223880faba0376b84715fbc3cfb881" + "url": "https://github.com/spryker/business-on-behalf-gui.git", + "reference": "2090093f15826361cd4fe3ea1462a5456c27e592" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cart-permission-connector/zipball/d83f965591223880faba0376b84715fbc3cfb881", - "reference": "d83f965591223880faba0376b84715fbc3cfb881", + "url": "https://api.github.com/repos/spryker/business-on-behalf-gui/zipball/2090093f15826361cd4fe3ea1462a5456c27e592", + "reference": "2090093f15826361cd4fe3ea1462a5456c27e592", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/cart-extension": "^1.0.0 || ^2.0.0 || ^4.0.0", + "php": ">=7.4", + "spryker/business-on-behalf-gui-extension": "^1.0.0", + "spryker/company": "^1.2.0", + "spryker/company-business-unit": "^2.0.0", + "spryker/company-user": "^2.7.0", + "spryker/company-user-gui-extension": "^1.1.0", + "spryker/customer": "^7.0.0", + "spryker/customer-extension": "^1.1.0", "spryker/kernel": "^3.30.0", - "spryker/messenger": "^3.1.0", - "spryker/permission": "^1.0.0", - "spryker/permission-extension": "^1.0.0" + "spryker/symfony": "^3.1.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -17282,36 +18697,36 @@ "license": [ "proprietary" ], - "description": "CartPermissionConnector module", + "description": "BusinessOnBehalfGui module", "support": { - "source": "https://github.com/spryker/cart-permission-connector/tree/1.1.5" + "source": "https://github.com/spryker/business-on-behalf-gui/tree/1.3.0" }, - "time": "2020-05-29T13:08:37+00:00" + "time": "2022-06-01T13:09:31+00:00" }, { - "name": "spryker/cart-permission-groups-rest-api", - "version": "1.2.1", + "name": "spryker/business-on-behalf-gui-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/cart-permission-groups-rest-api.git", - "reference": "c132e0a7eadae397e36c8d722b2525726293fa23" + "url": "https://github.com/spryker/business-on-behalf-gui-extension.git", + "reference": "e984267457d66f6aee16cf40026b9e91e6843a6e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cart-permission-groups-rest-api/zipball/c132e0a7eadae397e36c8d722b2525726293fa23", - "reference": "c132e0a7eadae397e36c8d722b2525726293fa23", + "url": "https://api.github.com/repos/spryker/business-on-behalf-gui-extension/zipball/e984267457d66f6aee16cf40026b9e91e6843a6e", + "reference": "e984267457d66f6aee16cf40026b9e91e6843a6e", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/glue-application": "^1.15.0", - "spryker/glue-application-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/shared-cart": "^1.8.0", - "spryker/symfony": "^3.0.0" + "php": ">=7.1" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/symfony": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/symfony": "Required to use form in plugin." }, "type": "library", "extra": { @@ -17328,40 +18743,40 @@ "license": [ "proprietary" ], - "description": "CartPermissionGroupsRestApi module", + "description": "BusinessOnBehalfGuiExtension module", "support": { - "source": "https://github.com/spryker/cart-permission-groups-rest-api/tree/1.2.1" + "source": "https://github.com/spryker/business-on-behalf-gui-extension/tree/master" }, - "time": "2020-05-29T13:08:37+00:00" + "time": "2018-11-21T17:03:23+00:00" }, { - "name": "spryker/cart-variant", - "version": "2.0.1", + "name": "spryker/cache", + "version": "3.5.0", "source": { "type": "git", - "url": "https://github.com/spryker/cart-variant.git", - "reference": "6b59acb56f786cc5ac0e83553e6ca8fc6ccc979f" + "url": "https://github.com/spryker/cache.git", + "reference": "445ecdf43eee396f9b49de67212ca255f06b2a3a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cart-variant/zipball/6b59acb56f786cc5ac0e83553e6ca8fc6ccc979f", - "reference": "6b59acb56f786cc5ac0e83553e6ca8fc6ccc979f", + "url": "https://api.github.com/repos/spryker/cache/zipball/445ecdf43eee396f9b49de67212ca255f06b2a3a", + "reference": "445ecdf43eee396f9b49de67212ca255f06b2a3a", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/availability-storage": "^2.0.0", - "spryker/kernel": "^3.30.0", - "spryker/product": "^5.0.0 || ^6.0.0" + "php": ">=7.4", + "spryker/kernel": "^3.48.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -17373,67 +18788,47 @@ "license": [ "proprietary" ], - "description": "CartVariant module", + "description": "Cache module", "support": { - "source": "https://github.com/spryker/cart-variant/tree/2.0.1" + "source": "https://github.com/spryker/cache/tree/3.5.0" }, - "time": "2020-05-29T13:08:37+00:00" + "time": "2022-01-04T12:43:20+00:00" }, { - "name": "spryker/carts-rest-api", - "version": "5.22.1", + "name": "spryker/calculation", + "version": "4.12.1", "source": { "type": "git", - "url": "https://github.com/spryker/carts-rest-api.git", - "reference": "69e8a5323f2898ec9cca848a9f3be507d159d4e4" + "url": "https://github.com/spryker/calculation.git", + "reference": "49f5fa8855b00ebd987add60f2f57a9ac536f222" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/carts-rest-api/zipball/69e8a5323f2898ec9cca848a9f3be507d159d4e4", - "reference": "69e8a5323f2898ec9cca848a9f3be507d159d4e4", + "url": "https://api.github.com/repos/spryker/calculation/zipball/49f5fa8855b00ebd987add60f2f57a9ac536f222", + "reference": "49f5fa8855b00ebd987add60f2f57a9ac536f222", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/auth-rest-api-extension": "^1.1.0", - "spryker/cart": "^7.0.0", - "spryker/carts-rest-api-extension": "^1.7.0", - "spryker/customers-rest-api-extension": "^1.2.0", - "spryker/glue-application": "^1.18.0", - "spryker/glue-application-authorization-connector-extension": "^1.0.0", - "spryker/glue-application-extension": "^1.0.0", + "spryker/calculation-extension": "^1.1.0", "spryker/kernel": "^3.30.0", - "spryker/persistent-cart": "^3.1.0", - "spryker/propel-orm": "^1.0.0", - "spryker/quote": "^2.5.0", - "spryker/store": "^1.9.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0", - "spryker/uuid-behavior": "^1.0.0", - "spryker/zed-request": "^3.6.0" + "spryker/util-text": "^1.1.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { - "spryker/calculation": "*", + "spryker/checkout": "*", "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/customer": "*", - "spryker/price-cart-connector": "*", - "spryker/price-product": "*", - "spryker/product": "*", "spryker/propel": "*", - "spryker/quote-extension": "*", + "spryker/store": "*", "spryker/testify": "*" }, "suggest": { - "spryker/auth-rest-api": "If you want to authorize and authenticate customers via access tokens.", - "spryker/authorization": "If you want to use multiple authorization strategies, minimum required version: 1.2.0.", - "spryker/rest-request-validator": "If you want to use rest request validation.", - "spryker/uuid": "If you want to generate UUIDs for existing entities." + "spryker/checkout": "If you want to use Checkout plugins." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { @@ -17445,35 +18840,32 @@ "license": [ "proprietary" ], - "description": "CartsRestApi module", + "description": "Calculation module", "support": { - "source": "https://github.com/spryker/carts-rest-api/tree/5.22.1" + "source": "https://github.com/spryker/calculation/tree/4.12.1" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/carts-rest-api-extension", - "version": "1.7.0", + "name": "spryker/calculation-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/carts-rest-api-extension.git", - "reference": "1b2d780ff6a6337eb172f7f1b78b2a6030cede97" + "url": "https://github.com/spryker/calculation-extension.git", + "reference": "4443d3150f81ad3e73492f5de7e87a13fd254abe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/carts-rest-api-extension/zipball/1b2d780ff6a6337eb172f7f1b78b2a6030cede97", - "reference": "1b2d780ff6a6337eb172f7f1b78b2a6030cede97", + "url": "https://api.github.com/repos/spryker/calculation-extension/zipball/4443d3150f81ad3e73492f5de7e87a13fd254abe", + "reference": "4443d3150f81ad3e73492f5de7e87a13fd254abe", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=7.1" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/glue-application": "*" - }, - "suggest": { - "spryker/glue-application": "If you want to use RestRequestInterface" + "spryker/testify": "*" }, "type": "library", "extra": { @@ -17490,49 +18882,60 @@ "license": [ "proprietary" ], - "description": "CartsRestApiExtension module", + "description": "CalculationExtension module", "support": { - "source": "https://github.com/spryker/carts-rest-api-extension/tree/1.7.0" + "source": "https://github.com/spryker/calculation-extension/tree/master" }, - "time": "2021-12-23T07:29:07+00:00" + "time": "2019-02-14T14:35:45+00:00" }, { - "name": "spryker/catalog", - "version": "5.8.0", + "name": "spryker/cart", + "version": "7.12.1", "source": { "type": "git", - "url": "https://github.com/spryker/catalog.git", - "reference": "4b3308587417fe44016093fe213da8c90a6361b5" + "url": "https://github.com/spryker/cart.git", + "reference": "31a8e980a0076dd6c00813918fda1c2c64486781" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/catalog/zipball/4b3308587417fe44016093fe213da8c90a6361b5", - "reference": "4b3308587417fe44016093fe213da8c90a6361b5", + "url": "https://api.github.com/repos/spryker/cart/zipball/31a8e980a0076dd6c00813918fda1c2c64486781", + "reference": "31a8e980a0076dd6c00813918fda1c2c64486781", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/catalog-extension": "^1.0.0", + "spryker/calculation": "^4.9.0", + "spryker/cart-extension": "^1.11.0 || ^2.7.0 || ^4.3.0", "spryker/kernel": "^3.30.0", - "spryker/search": "^6.0.0 || ^7.0.0 || ^8.0.0", - "spryker/search-extension": "^1.0.0", - "spryker/symfony": "^3.0.0" + "spryker/messenger": "^3.1.0", + "spryker/quote": "^2.10.0", + "spryker/transfer": "^3.25.0", + "spryker/util-text": "^1.5.0", + "spryker/zed-request": "^3.6.0" }, "require-dev": { + "spryker/application": "*", "spryker/code-sniffer": "*", - "spryker/elastica": "*", - "spryker/product-page-search": "*" + "spryker/container": "*", + "spryker/customer": "*", + "spryker/price-cart-connector": "*", + "spryker/price-product": "*", + "spryker/price-product-volume": "*", + "spryker/product": "*", + "spryker/product-cart-connector": "*", + "spryker/propel": "*", + "spryker/store": "*", + "spryker/store-storage": "*", + "spryker/testify": "*" }, "suggest": { - "spryker/config": "If you want to use Elastica plugins.", - "spryker/elastica": "If you want to use Elastica plugins.", - "spryker/product-page-search": "If you want to use ProductPageSearch plugins, minimum required version: 0.1.0.", - "spryker/search-http": "If you want to use SearchHttp plugins." + "spryker/customer": "If you want to use Customer plugins, minimum required version: 7.4.0.", + "spryker/persistent-cart": "If you want to use persistent cart" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.0.x-dev" + "dev-master": "7.0.x-dev" } }, "autoload": { @@ -17544,31 +18947,40 @@ "license": [ "proprietary" ], - "description": "Catalog module", + "description": "Cart module", "support": { - "source": "https://github.com/spryker/catalog/tree/5.8.0" + "source": "https://github.com/spryker/cart/tree/7.12.1" }, - "time": "2023-02-20T10:18:53+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/catalog-extension", - "version": "1.0.0", + "name": "spryker/cart-code", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/catalog-extension.git", - "reference": "613a20224dc13f2d3a7ab268d40d81c73b109707" + "url": "https://github.com/spryker/cart-code.git", + "reference": "6282ed4f45700ac5a46f6b44fa9a034c558c74ee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/catalog-extension/zipball/613a20224dc13f2d3a7ab268d40d81c73b109707", - "reference": "613a20224dc13f2d3a7ab268d40d81c73b109707", + "url": "https://api.github.com/repos/spryker/cart-code/zipball/6282ed4f45700ac5a46f6b44fa9a034c558c74ee", + "reference": "6282ed4f45700ac5a46f6b44fa9a034c558c74ee", "shasum": "" }, "require": { - "php": ">=8.0" + "php": ">=8.0", + "spryker/calculation": "^4.0.0", + "spryker/cart-code-extension": "^1.2.0", + "spryker/kernel": "^3.30.0", + "spryker/quote": "^2.8.0", + "spryker/transfer": "^3.25.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/discount": "*", + "spryker/gift-card": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -17585,47 +18997,31 @@ "license": [ "proprietary" ], - "description": "CatalogExtension module", + "description": "CartCode module", "support": { - "source": "https://github.com/spryker/catalog-extension/tree/1.0.0" + "source": "https://github.com/spryker/cart-code/tree/1.3.0" }, - "time": "2023-02-20T10:18:53+00:00" + "time": "2023-06-23T09:24:33+00:00" }, { - "name": "spryker/catalog-price-product-connector", - "version": "1.5.0", + "name": "spryker/cart-code-extension", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/catalog-price-product-connector.git", - "reference": "251a76fe13434c034e1c442138c00f78eb39ce2c" + "url": "https://github.com/spryker/cart-code-extension.git", + "reference": "8fedde427ed5852c59f3594543aeeba368179ed8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/catalog-price-product-connector/zipball/251a76fe13434c034e1c442138c00f78eb39ce2c", - "reference": "251a76fe13434c034e1c442138c00f78eb39ce2c", + "url": "https://api.github.com/repos/spryker/cart-code-extension/zipball/8fedde427ed5852c59f3594543aeeba368179ed8", + "reference": "8fedde427ed5852c59f3594543aeeba368179ed8", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/currency": "^3.2.0 || ^4.0.0", - "spryker/kernel": "^3.30.0", - "spryker/price": "^5.0.0", - "spryker/price-product": "^2.0.0 || ^4.0.0", - "spryker/price-product-storage": "^2.0.0 || ^4.0.0", - "spryker/search-extension": "^1.0.0" + "php": ">=8.0" }, "require-dev": { - "spryker/catalog": "*", - "spryker/code-sniffer": "*", - "spryker/elastica": "*", - "spryker/search": "*" - }, - "suggest": { - "spryker/catalog": "If you want to use Catalog plugins, minimum required version: 5.2.0.", - "spryker/config": "If you want to use Config plugins.", - "spryker/elastica": "If you want to use Elastica plugins.", - "spryker/search": "If you want to use Search plugins.", - "spryker/search-http": "If you want to use SearchHttp plugins." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -17642,35 +19038,45 @@ "license": [ "proprietary" ], - "description": "CatalogPriceProductConnector module", + "description": "CartCodeExtension module", "support": { - "source": "https://github.com/spryker/catalog-price-product-connector/tree/1.5.0" + "source": "https://github.com/spryker/cart-code-extension/tree/1.2.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-06-23T09:24:33+00:00" }, { - "name": "spryker/catalog-search-products-resource-relationship", - "version": "1.2.0", + "name": "spryker/cart-codes-rest-api", + "version": "1.4.1", "source": { "type": "git", - "url": "https://github.com/spryker/catalog-search-products-resource-relationship.git", - "reference": "12eb52f10c9692fa6ad54634a70afee99fb2a6e0" + "url": "https://github.com/spryker/cart-codes-rest-api.git", + "reference": "67150d81ab1758040d6e5630e34b1a367c731e8b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/catalog-search-products-resource-relationship/zipball/12eb52f10c9692fa6ad54634a70afee99fb2a6e0", - "reference": "12eb52f10c9692fa6ad54634a70afee99fb2a6e0", + "url": "https://api.github.com/repos/spryker/cart-codes-rest-api/zipball/67150d81ab1758040d6e5630e34b1a367c731e8b", + "reference": "67150d81ab1758040d6e5630e34b1a367c731e8b", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker/glue-application": "^1.0.0", + "php": ">=8.0", + "spryker/cart-code": "^1.1.0", + "spryker/cart-codes-rest-api-extension": "^1.0.0", + "spryker/carts-rest-api": "^5.7.0", + "spryker/glue-application": "^1.9.0", "spryker/glue-application-extension": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/products-rest-api": "^1.3.0 || ^2.7.0" + "spryker/kernel": "^3.30.0", + "spryker/symfony": "^3.0.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/customer": "*", + "spryker/discount": "*", + "spryker/propel": "*", + "spryker/quote": "*", + "spryker/store": "*", "spryker/testify": "*" }, "type": "library", @@ -17688,49 +19094,36 @@ "license": [ "proprietary" ], - "description": "CatalogSearchProductsResourceRelationship module", + "description": "CartCodesRestApi module", "support": { - "source": "https://github.com/spryker/catalog-search-products-resource-relationship/tree/1.2.0" + "source": "https://github.com/spryker/cart-codes-rest-api/tree/1.4.1" }, - "time": "2019-10-30T14:14:05+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/catalog-search-rest-api", - "version": "2.8.0", + "name": "spryker/cart-codes-rest-api-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/catalog-search-rest-api.git", - "reference": "12305c753ef6887fdbda814987c6a026d393767d" + "url": "https://github.com/spryker/cart-codes-rest-api-extension.git", + "reference": "e98638213be5982b0df44707759e6716fde10338" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/catalog-search-rest-api/zipball/12305c753ef6887fdbda814987c6a026d393767d", - "reference": "12305c753ef6887fdbda814987c6a026d393767d", + "url": "https://api.github.com/repos/spryker/cart-codes-rest-api-extension/zipball/e98638213be5982b0df44707759e6716fde10338", + "reference": "e98638213be5982b0df44707759e6716fde10338", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/catalog": "^5.2.0", - "spryker/currency": "^3.2.0 || ^4.0.0", - "spryker/glossary-storage": "^1.0.0", - "spryker/glue-application": "^1.8.0", - "spryker/glue-application-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/price": "^5.0.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0" + "php": ">=7.2" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/product-label-storage": "*", - "spryker/product-review": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -17742,50 +19135,36 @@ "license": [ "proprietary" ], - "description": "CatalogSearchRestApi module", + "description": "CartCodesRestApiExtension module", "support": { - "source": "https://github.com/spryker/catalog-search-rest-api/tree/2.8.0" + "source": "https://github.com/spryker/cart-codes-rest-api-extension/tree/1.0.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2020-03-13T12:31:59+00:00" }, { - "name": "spryker/categories-backend-api", - "version": "0.1.1", + "name": "spryker/cart-currency-connector", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/categories-backend-api.git", - "reference": "6e2a6d6f7b46e0d8fcf5d0f4b492af973e814d4d" + "url": "https://github.com/spryker/cart-currency-connector.git", + "reference": "007247f9dac1f4da9168264c3ed196b66bda4365" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/categories-backend-api/zipball/6e2a6d6f7b46e0d8fcf5d0f4b492af973e814d4d", - "reference": "6e2a6d6f7b46e0d8fcf5d0f4b492af973e814d4d", + "url": "https://api.github.com/repos/spryker/cart-currency-connector/zipball/007247f9dac1f4da9168264c3ed196b66bda4365", + "reference": "007247f9dac1f4da9168264c3ed196b66bda4365", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/category": "^5.9.0", - "spryker/category-image": "^1.1.0", - "spryker/glue-json-api-convention-extension": "^1.0.0", + "spryker/cart": "^5.1.0 || ^7.0.0", + "spryker/currency": "^3.1.0 || ^4.0.0", + "spryker/currency-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/store": "^1.12.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.27.0" + "spryker/zed-request": "^3.6.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/config": "*", - "spryker/container": "*", - "spryker/glue-application": "*", - "spryker/glue-backend-api-application": "*", - "spryker/propel": "*", - "spryker/ramsey-uuid": "*", - "spryker/testify": "*", - "spryker/zed-request": "*" - }, - "suggest": { - "spryker/glue-application": "If you want to use the Glue backend resource plugins. The minimum version is 1.39.0." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -17802,49 +19181,36 @@ "license": [ "proprietary" ], - "description": "CategoriesBackendApi module", + "description": "CartCurrencyConnector module", "support": { - "source": "https://github.com/spryker/categories-backend-api/tree/0.1.1" + "source": "https://github.com/spryker/cart-currency-connector/tree/1.2.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/categories-rest-api", - "version": "1.7.1", + "name": "spryker/cart-extension", + "version": "4.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/categories-rest-api.git", - "reference": "0eec8b057e3d2277d7626129f6eeb78da0a96c0a" + "url": "https://github.com/spryker/cart-extension.git", + "reference": "488cc64db91306d204e92823e44ead6f880dae68" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/categories-rest-api/zipball/0eec8b057e3d2277d7626129f6eeb78da0a96c0a", - "reference": "0eec8b057e3d2277d7626129f6eeb78da0a96c0a", + "url": "https://api.github.com/repos/spryker/cart-extension/zipball/488cc64db91306d204e92823e44ead6f880dae68", + "reference": "488cc64db91306d204e92823e44ead6f880dae68", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/category-storage": "^1.11.0 || ^2.0.0", - "spryker/glue-application": "^1.0.0", - "spryker/glue-application-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/store": "^1.4.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0", - "spryker/urls-rest-api-extension": "^1.0.0" + "php": ">=7.2" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/container": "Add this module to use the ContainerInterface." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { @@ -17856,93 +19222,79 @@ "license": [ "proprietary" ], - "description": "CategoriesRestApi module", + "description": "CartExtension module", "support": { - "source": "https://github.com/spryker/categories-rest-api/tree/1.7.1" + "source": "https://github.com/spryker/cart-extension/tree/4.3.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2020-09-08T13:13:11+00:00" }, { - "name": "spryker/category", - "version": "5.13.0", + "name": "spryker/cart-note", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/category.git", - "reference": "aca6a3df5617e5daab1daf68892dbcc3da10c249" + "url": "https://github.com/spryker/cart-note.git", + "reference": "b81b1f7e07499d602693c09e083cb9dd8824f6ef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/category/zipball/aca6a3df5617e5daab1daf68892dbcc3da10c249", - "reference": "aca6a3df5617e5daab1daf68892dbcc3da10c249", + "url": "https://api.github.com/repos/spryker/cart-note/zipball/b81b1f7e07499d602693c09e083cb9dd8824f6ef", + "reference": "b81b1f7e07499d602693c09e083cb9dd8824f6ef", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/category-extension": "^1.2.0", - "spryker/event": "^2.3.0", - "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/propel": "^3.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/store": "^1.0.0", - "spryker/touch": "^4.5.0", - "spryker/transfer": "^3.27.0", - "spryker/url": "^3.5.0" + "spryker/cart-note-extension": "^1.0.0", + "spryker/checkout-extension": "^1.0.0", + "spryker/kernel": "^3.33.0", + "spryker/quote": "^2.0.0", + "spryker/sales": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^10.0.0 || ^11.0.0", + "spryker/symfony": "^3.0.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/silex": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\Category\\Helper\\": "tests/SprykerTest/Zed/Category/_support/Helper/", - "SprykerTest\\Zed\\Category\\PageObject\\": "tests/SprykerTest/Zed/Category/_support/PageObject/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Category module", + "description": "CartNote module", "support": { - "source": "https://github.com/spryker/category/tree/5.13.0" + "source": "https://github.com/spryker/cart-note/tree/1.1.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-01-24T16:01:46+00:00" }, { - "name": "spryker/category-data-feed", - "version": "0.2.4", + "name": "spryker/cart-note-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/category-data-feed.git", - "reference": "695451e3ecab2b15232a85ce689d7d978813f656" + "url": "https://github.com/spryker/cart-note-extension.git", + "reference": "e84cb4deaa84c9497f6d3dda62e70f5c6e6309b1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/category-data-feed/zipball/695451e3ecab2b15232a85ce689d7d978813f656", - "reference": "695451e3ecab2b15232a85ce689d7d978813f656", + "url": "https://api.github.com/repos/spryker/cart-note-extension/zipball/e84cb4deaa84c9497f6d3dda62e70f5c6e6309b1", + "reference": "e84cb4deaa84c9497f6d3dda62e70f5c6e6309b1", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/category": "^3.0.0 || ^4.0.0 || ^5.0.0", - "spryker/kernel": "^3.30.0", - "spryker/propel-orm": "^1.0.0" + "php": ">=7.1" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/propel": "^3.0.0", "spryker/testify": "*" }, "type": "library", @@ -17960,39 +19312,35 @@ "license": [ "proprietary" ], - "description": "CategoryDataFeed module", + "description": "CartNoteExtension module", "support": { - "source": "https://github.com/spryker/category-data-feed/tree/0.2.4" + "source": "https://github.com/spryker/cart-note-extension/tree/master" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2018-04-10T14:40:01+00:00" }, { - "name": "spryker/category-data-import", - "version": "0.3.1", + "name": "spryker/cart-note-merchant-portal-gui", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/category-data-import.git", - "reference": "4dd98b1941c2d0ab4d33ea2d531223850c99a190" + "url": "https://github.com/spryker/cart-note-merchant-portal-gui.git", + "reference": "b0d8ff60c0b588d172d6ebe5a29bcf192ca4e0d6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/category-data-import/zipball/4dd98b1941c2d0ab4d33ea2d531223850c99a190", - "reference": "4dd98b1941c2d0ab4d33ea2d531223850c99a190", + "url": "https://api.github.com/repos/spryker/cart-note-merchant-portal-gui/zipball/b0d8ff60c0b588d172d6ebe5a29bcf192ca4e0d6", + "reference": "b0d8ff60c0b588d172d6ebe5a29bcf192ca4e0d6", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/category": "^5.0.0", - "spryker/data-import": "^1.3.0", - "spryker/kernel": "^3.30.0", - "spryker/propel-orm": "^1.0.0", - "spryker/store": "^1.0.0", - "spryker/url": "^3.0.0" + "php": ">=7.3", + "spryker/cart-note": "^1.0.0", + "spryker/kernel": "^3.33.0", + "spryker/sales-merchant-portal-gui-extension": "^1.0.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -18007,45 +19355,36 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "CategoryDataImport module", + "description": "CartNoteMerchantPortalGui module", "support": { - "source": "https://github.com/spryker/category-data-import/tree/0.3.1" + "source": "https://github.com/spryker/cart-note-merchant-portal-gui/tree/1.0.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2021-08-16T16:27:47+00:00" }, { - "name": "spryker/category-discount-connector", - "version": "1.2.0", + "name": "spryker/cart-note-merchant-sales-order-gui", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/category-discount-connector.git", - "reference": "75ed1dc85da1a967a706bccad2199356a8700312" + "url": "https://github.com/spryker/cart-note-merchant-sales-order-gui.git", + "reference": "98a5470146502c4fe9fc1a5451a5dae07225bb62" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/category-discount-connector/zipball/75ed1dc85da1a967a706bccad2199356a8700312", - "reference": "75ed1dc85da1a967a706bccad2199356a8700312", + "url": "https://api.github.com/repos/spryker/cart-note-merchant-sales-order-gui/zipball/98a5470146502c4fe9fc1a5451a5dae07225bb62", + "reference": "98a5470146502c4fe9fc1a5451a5dae07225bb62", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/category": "^5.8.0", - "spryker/discount": "^9.0.0", - "spryker/discount-extension": "^1.2.0", - "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/product-category": "^4.13.0", - "spryker/transfer": "^3.27.0" + "spryker/cart-note": "^1.0.0", + "spryker/kernel": "^3.33.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/product": "*", - "spryker/propel": "*", - "spryker/store": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -18062,32 +19401,32 @@ "license": [ "proprietary" ], - "description": "CategoryDiscountConnector module", + "description": "CartNoteMerchantSalesOrderGui module", "support": { - "source": "https://github.com/spryker/category-discount-connector/tree/1.2.0" + "source": "https://github.com/spryker/cart-note-merchant-sales-order-gui/tree/1.0.1" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-01-29T14:43:20+00:00" }, { - "name": "spryker/category-exporter", - "version": "3.0.4", + "name": "spryker/cart-note-product-bundle-connector", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/category-exporter.git", - "reference": "95fbbbaa97ebe53b546a45f33c39b44550250c3a" + "url": "https://github.com/spryker/cart-note-product-bundle-connector.git", + "reference": "dfdae46a142cc31868871afe06d75e82a5a8c041" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/category-exporter/zipball/95fbbbaa97ebe53b546a45f33c39b44550250c3a", - "reference": "95fbbbaa97ebe53b546a45f33c39b44550250c3a", + "url": "https://api.github.com/repos/spryker/cart-note-product-bundle-connector/zipball/dfdae46a142cc31868871afe06d75e82a5a8c041", + "reference": "dfdae46a142cc31868871afe06d75e82a5a8c041", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/category": "^3.0.0 || ^4.0.0 || ^5.0.0", - "spryker/kernel": "^3.30.0", - "spryker/key-builder": "^1.0.0", - "spryker/storage": "^3.0.0" + "php": ">=8.0", + "spryker/cart-note-extension": "^1.0.0", + "spryker/kernel": "^3.33.0", + "spryker/product-bundle": "^4.5.0 || ^6.0.0 || ^7.0.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -18095,7 +19434,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -18107,35 +19446,36 @@ "license": [ "proprietary" ], - "description": "CategoryExporter module", + "description": "CartNoteProductBundleConnector module", "support": { - "source": "https://github.com/spryker/category-exporter/tree/3.0.4" + "source": "https://github.com/spryker/cart-note-product-bundle-connector/tree/1.1.0" }, - "time": "2021-01-29T11:44:40+00:00" + "time": "2023-01-24T16:01:46+00:00" }, { - "name": "spryker/category-extension", - "version": "1.2.0", + "name": "spryker/cart-notes-backend-api", + "version": "0.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/category-extension.git", - "reference": "a04616a256ba02cf238d188557c48f9bfa98661e" + "url": "https://github.com/spryker/cart-notes-backend-api.git", + "reference": "7c5baab1bb5b0da730008da6a7278826b6d933ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/category-extension/zipball/a04616a256ba02cf238d188557c48f9bfa98661e", - "reference": "a04616a256ba02cf238d188557c48f9bfa98661e", + "url": "https://api.github.com/repos/spryker/cart-notes-backend-api/zipball/7c5baab1bb5b0da730008da6a7278826b6d933ba", + "reference": "7c5baab1bb5b0da730008da6a7278826b6d933ba", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.0", + "spryker/cart-note": "^1.1.0", + "spryker/kernel": "^3.66.0", + "spryker/sales-orders-backend-api-extension": "^0.1.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/symfony": "*" - }, - "suggest": { - "spryker/symfony": "If you want to use CategoryFormPluginInterface" + "spryker/testify": "*" }, "type": "library", "extra": { @@ -18152,52 +19492,41 @@ "license": [ "proprietary" ], - "description": "CategoryExtension module", + "description": "CartNotesBackendApi module", "support": { - "source": "https://github.com/spryker/category-extension/tree/1.2.0" + "source": "https://github.com/spryker/cart-notes-backend-api/tree/0.1.0" }, - "time": "2021-05-13T08:33:23+00:00" + "time": "2023-04-17T15:49:27+00:00" }, { - "name": "spryker/category-gui", - "version": "2.2.0", + "name": "spryker/cart-permission-connector", + "version": "1.1.5", "source": { "type": "git", - "url": "https://github.com/spryker/category-gui.git", - "reference": "77befabe07b8676ea2ed1c3021da097ada91acc7" + "url": "https://github.com/spryker/cart-permission-connector.git", + "reference": "d83f965591223880faba0376b84715fbc3cfb881" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/category-gui/zipball/77befabe07b8676ea2ed1c3021da097ada91acc7", - "reference": "77befabe07b8676ea2ed1c3021da097ada91acc7", + "url": "https://api.github.com/repos/spryker/cart-permission-connector/zipball/d83f965591223880faba0376b84715fbc3cfb881", + "reference": "d83f965591223880faba0376b84715fbc3cfb881", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/category": "^5.2.0", - "spryker/category-gui-extension": "^1.0.0", - "spryker/gui": "^3.0.0", + "php": ">=7.2", + "spryker/cart-extension": "^1.0.0 || ^2.0.0 || ^4.0.0", "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/store": "^1.15.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0", - "spryker/translator": "^1.8.0", - "spryker/util-encoding": "^2.0.0", - "spryker/util-text": "^1.1.0" + "spryker/messenger": "^3.1.0", + "spryker/permission": "^1.0.0", + "spryker/permission-extension": "^1.0.0" }, "require-dev": { - "spryker/application": "*", - "spryker/code-sniffer": "*", - "spryker/config": "*", - "spryker/testify": "*", - "spryker/zed-navigation": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -18209,35 +19538,36 @@ "license": [ "proprietary" ], - "description": "CategoryGui module", + "description": "CartPermissionConnector module", "support": { - "source": "https://github.com/spryker/category-gui/tree/2.2.0" + "source": "https://github.com/spryker/cart-permission-connector/tree/1.1.5" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2020-05-29T13:08:37+00:00" }, { - "name": "spryker/category-gui-extension", - "version": "1.0.0", + "name": "spryker/cart-permission-groups-rest-api", + "version": "1.2.1", "source": { "type": "git", - "url": "https://github.com/spryker/category-gui-extension.git", - "reference": "adc5c6d3d56fe7724ea692a3e87e975dad815d4e" + "url": "https://github.com/spryker/cart-permission-groups-rest-api.git", + "reference": "c132e0a7eadae397e36c8d722b2525726293fa23" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/category-gui-extension/zipball/adc5c6d3d56fe7724ea692a3e87e975dad815d4e", - "reference": "adc5c6d3d56fe7724ea692a3e87e975dad815d4e", + "url": "https://api.github.com/repos/spryker/cart-permission-groups-rest-api/zipball/c132e0a7eadae397e36c8d722b2525726293fa23", + "reference": "c132e0a7eadae397e36c8d722b2525726293fa23", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=7.2", + "spryker/glue-application": "^1.15.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/shared-cart": "^1.8.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/symfony": "*" - }, - "suggest": { - "spryker/symfony": "If you want to use CategoryGui form expander plugins." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -18254,93 +19584,112 @@ "license": [ "proprietary" ], - "description": "CategoryGuiExtension module", + "description": "CartPermissionGroupsRestApi module", "support": { - "source": "https://github.com/spryker/category-gui-extension/tree/1.0.0" + "source": "https://github.com/spryker/cart-permission-groups-rest-api/tree/1.2.1" }, - "time": "2021-05-26T07:41:43+00:00" + "time": "2020-05-29T13:08:37+00:00" }, { - "name": "spryker/category-image", - "version": "1.3.0", + "name": "spryker/cart-variant", + "version": "2.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/category-image.git", - "reference": "0d397513e687501e40040e22fa814e70445d5531" + "url": "https://github.com/spryker/cart-variant.git", + "reference": "6b59acb56f786cc5ac0e83553e6ca8fc6ccc979f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/category-image/zipball/0d397513e687501e40040e22fa814e70445d5531", - "reference": "0d397513e687501e40040e22fa814e70445d5531", + "url": "https://api.github.com/repos/spryker/cart-variant/zipball/6b59acb56f786cc5ac0e83553e6ca8fc6ccc979f", + "reference": "6b59acb56f786cc5ac0e83553e6ca8fc6ccc979f", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/category": "^4.11.0 || ^5.0.0", - "spryker/category-extension": "^1.0.0", + "php": ">=7.2", + "spryker/availability-storage": "^2.0.0", "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.1.0 || ^4.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/transfer": "^3.25.0" + "spryker/product": "^5.0.0 || ^6.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\CategoryImage\\Helper\\": "tests/SprykerTest/Zed/CategoryImage/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CategoryImage module", + "description": "CartVariant module", "support": { - "source": "https://github.com/spryker/category-image/tree/1.3.0" + "source": "https://github.com/spryker/cart-variant/tree/2.0.1" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2020-05-29T13:08:37+00:00" }, { - "name": "spryker/category-image-gui", - "version": "1.6.0", + "name": "spryker/carts-rest-api", + "version": "5.22.1", "source": { "type": "git", - "url": "https://github.com/spryker/category-image-gui.git", - "reference": "9a41db7ee3c5e14b92aa1ef6d9cc593bbc95bcfb" + "url": "https://github.com/spryker/carts-rest-api.git", + "reference": "69e8a5323f2898ec9cca848a9f3be507d159d4e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/category-image-gui/zipball/9a41db7ee3c5e14b92aa1ef6d9cc593bbc95bcfb", - "reference": "9a41db7ee3c5e14b92aa1ef6d9cc593bbc95bcfb", + "url": "https://api.github.com/repos/spryker/carts-rest-api/zipball/69e8a5323f2898ec9cca848a9f3be507d159d4e4", + "reference": "69e8a5323f2898ec9cca848a9f3be507d159d4e4", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/category-extension": "^1.0.0", - "spryker/category-gui-extension": "^1.0.0", - "spryker/gui": "^3.46.0", + "spryker/auth-rest-api-extension": "^1.1.0", + "spryker/cart": "^7.0.0", + "spryker/carts-rest-api-extension": "^1.7.0", + "spryker/customers-rest-api-extension": "^1.2.0", + "spryker/glue-application": "^1.18.0", + "spryker/glue-application-authorization-connector-extension": "^1.0.0", + "spryker/glue-application-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.1.0 || ^4.0.0", - "spryker/symfony": "^3.2.0" + "spryker/persistent-cart": "^3.1.0", + "spryker/propel-orm": "^1.0.0", + "spryker/quote": "^2.5.0", + "spryker/store": "^1.9.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.25.0", + "spryker/uuid-behavior": "^1.0.0", + "spryker/zed-request": "^3.6.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/calculation": "*", + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/customer": "*", + "spryker/price-cart-connector": "*", + "spryker/price-product": "*", + "spryker/product": "*", + "spryker/propel": "*", + "spryker/quote-extension": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/auth-rest-api": "If you want to authorize and authenticate customers via access tokens.", + "spryker/authorization": "If you want to use multiple authorization strategies, minimum required version: 1.2.0.", + "spryker/rest-request-validator": "If you want to use rest request validation.", + "spryker/uuid": "If you want to generate UUIDs for existing entities." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "5.0.x-dev" } }, "autoload": { @@ -18352,51 +19701,35 @@ "license": [ "proprietary" ], - "description": "CategoryImageGui module", + "description": "CartsRestApi module", "support": { - "source": "https://github.com/spryker/category-image-gui/tree/1.6.0" + "source": "https://github.com/spryker/carts-rest-api/tree/5.22.1" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/category-image-storage", - "version": "1.6.1", + "name": "spryker/carts-rest-api-extension", + "version": "1.7.0", "source": { "type": "git", - "url": "https://github.com/spryker/category-image-storage.git", - "reference": "e4edf043dd9fae9d445c0a084bb45145ba5505ba" + "url": "https://github.com/spryker/carts-rest-api-extension.git", + "reference": "1b2d780ff6a6337eb172f7f1b78b2a6030cede97" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/category-image-storage/zipball/e4edf043dd9fae9d445c0a084bb45145ba5505ba", - "reference": "e4edf043dd9fae9d445c0a084bb45145ba5505ba", + "url": "https://api.github.com/repos/spryker/carts-rest-api-extension/zipball/1b2d780ff6a6337eb172f7f1b78b2a6030cede97", + "reference": "1b2d780ff6a6337eb172f7f1b78b2a6030cede97", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/category": "^4.23.0 || ^5.8.0", - "spryker/category-image": "^1.0.0", - "spryker/event-behavior": "^1.1.0", - "spryker/kernel": "^3.30.0", - "spryker/propel-orm": "^1.0.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/storage": "^3.4.0", - "spryker/synchronization": "^1.1.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.0.0", - "spryker/transfer": "^3.27.0" + "php": ">=7.4" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/event": "*", - "spryker/locale": "*", - "spryker/propel": "*", - "spryker/publisher": "*", - "spryker/queue": "*", - "spryker/testify": "*" + "spryker/glue-application": "*" }, "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" + "spryker/glue-application": "If you want to use RestRequestInterface" }, "type": "library", "extra": { @@ -18413,44 +19746,49 @@ "license": [ "proprietary" ], - "description": "CategoryImageStorage module", + "description": "CartsRestApiExtension module", "support": { - "source": "https://github.com/spryker/category-image-storage/tree/1.6.1" + "source": "https://github.com/spryker/carts-rest-api-extension/tree/1.7.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2021-12-23T07:29:07+00:00" }, { - "name": "spryker/category-navigation-connector", - "version": "1.0.3", + "name": "spryker/catalog", + "version": "5.8.0", "source": { "type": "git", - "url": "https://github.com/spryker/category-navigation-connector.git", - "reference": "fb77dd285005594a8897f122ffc2ecfd13b519d9" + "url": "https://github.com/spryker/catalog.git", + "reference": "4b3308587417fe44016093fe213da8c90a6361b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/category-navigation-connector/zipball/fb77dd285005594a8897f122ffc2ecfd13b519d9", - "reference": "fb77dd285005594a8897f122ffc2ecfd13b519d9", + "url": "https://api.github.com/repos/spryker/catalog/zipball/4b3308587417fe44016093fe213da8c90a6361b5", + "reference": "4b3308587417fe44016093fe213da8c90a6361b5", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/category": "^4.4.0 || ^5.0.0", + "spryker/catalog-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/navigation": "^2.3.0" + "spryker/search": "^6.0.0 || ^7.0.0 || ^8.0.0", + "spryker/search-extension": "^1.0.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/locale": "*", - "spryker/propel": "*", - "spryker/store": "*", - "spryker/testify": "*" + "spryker/elastica": "*", + "spryker/product-page-search": "*" + }, + "suggest": { + "spryker/config": "If you want to use Elastica plugins.", + "spryker/elastica": "If you want to use Elastica plugins.", + "spryker/product-page-search": "If you want to use ProductPageSearch plugins, minimum required version: 0.1.0.", + "spryker/search-http": "If you want to use SearchHttp plugins." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "5.0.x-dev" } }, "autoload": { @@ -18462,62 +19800,36 @@ "license": [ "proprietary" ], - "description": "CategoryNavigationConnector module", + "description": "Catalog module", "support": { - "source": "https://github.com/spryker/category-navigation-connector/tree/1.0.3" + "source": "https://github.com/spryker/catalog/tree/5.8.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-02-20T10:18:53+00:00" }, { - "name": "spryker/category-page-search", - "version": "2.2.2", + "name": "spryker/catalog-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/category-page-search.git", - "reference": "5e9200658ea4066b369934f9400b8b4a1f75f951" + "url": "https://github.com/spryker/catalog-extension.git", + "reference": "613a20224dc13f2d3a7ab268d40d81c73b109707" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/category-page-search/zipball/5e9200658ea4066b369934f9400b8b4a1f75f951", - "reference": "5e9200658ea4066b369934f9400b8b4a1f75f951", + "url": "https://api.github.com/repos/spryker/catalog-extension/zipball/613a20224dc13f2d3a7ab268d40d81c73b109707", + "reference": "613a20224dc13f2d3a7ab268d40d81c73b109707", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/category": "^5.0.0", - "spryker/event-behavior": "^1.1.0", - "spryker/kernel": "^3.30.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/store": "^1.12.0", - "spryker/synchronization": "^0.2.2 || ^1.9.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.1.0", - "spryker/transfer": "^3.25.0", - "spryker/util-encoding": "^2.0.0" + "php": ">=8.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/event": "*", - "spryker/propel": "*", - "spryker/propel-orm": "*", - "spryker/publisher": "*", - "spryker/queue": "*", - "spryker/search": "*", - "spryker/storage": "*", - "spryker/store-extension": "*", - "spryker/testify": "*", - "spryker/url": "*" - }, - "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0", - "spryker/search": "If you want to use Search mapping plugins, minimum required version: 7.0.0" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -18529,67 +19841,52 @@ "license": [ "proprietary" ], - "description": "CategoryPageSearch module", + "description": "CatalogExtension module", "support": { - "source": "https://github.com/spryker/category-page-search/tree/2.2.2" + "source": "https://github.com/spryker/catalog-extension/tree/1.0.0" }, - "time": "2023-05-25T10:00:30+00:00" + "time": "2023-02-20T10:18:53+00:00" }, { - "name": "spryker/category-storage", - "version": "2.7.1", + "name": "spryker/catalog-price-product-connector", + "version": "1.5.0", "source": { "type": "git", - "url": "https://github.com/spryker/category-storage.git", - "reference": "150bdb7bc3a8f0c8ac7fc76d9f75ec4c9fd24e48" + "url": "https://github.com/spryker/catalog-price-product-connector.git", + "reference": "251a76fe13434c034e1c442138c00f78eb39ce2c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/category-storage/zipball/150bdb7bc3a8f0c8ac7fc76d9f75ec4c9fd24e48", - "reference": "150bdb7bc3a8f0c8ac7fc76d9f75ec4c9fd24e48", + "url": "https://api.github.com/repos/spryker/catalog-price-product-connector/zipball/251a76fe13434c034e1c442138c00f78eb39ce2c", + "reference": "251a76fe13434c034e1c442138c00f78eb39ce2c", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/category": "^5.6.0", - "spryker/event-behavior": "^1.6.0", + "spryker/currency": "^3.2.0 || ^4.0.0", "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.1.0 || ^4.0.0", - "spryker/product-category-storage-extension": "^1.0.0", - "spryker/propel-orm": "^1.5.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/search-extension": "^1.0.0", - "spryker/storage": "^3.4.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-sanitize": "^2.1.0" + "spryker/price": "^5.0.0", + "spryker/price-product": "^2.0.0 || ^4.0.0", + "spryker/price-product-storage": "^2.0.0 || ^4.0.0", + "spryker/search-extension": "^1.0.0" }, "require-dev": { + "spryker/catalog": "*", "spryker/code-sniffer": "*", - "spryker/container": "*", "spryker/elastica": "*", - "spryker/event": "*", - "spryker/propel": "*", - "spryker/queue": "*", - "spryker/search-elasticsearch": "*", - "spryker/store-extension": "*", - "spryker/testify": "*", - "spryker/url-storage": "*" + "spryker/search": "*" }, "suggest": { + "spryker/catalog": "If you want to use Catalog plugins, minimum required version: 5.2.0.", + "spryker/config": "If you want to use Config plugins.", "spryker/elastica": "If you want to use Elastica plugins.", - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/search-elasticsearch": "If you want to use search plugins.", - "spryker/search-http": "If you want to use SearchHttp plugins.", - "spryker/url-storage": "If you want to use UrlStorage plugins, minimum required version: 0.2.0" + "spryker/search": "If you want to use Search plugins.", + "spryker/search-http": "If you want to use SearchHttp plugins." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -18601,42 +19898,36 @@ "license": [ "proprietary" ], - "description": "CategoryStorage module", + "description": "CatalogPriceProductConnector module", "support": { - "source": "https://github.com/spryker/category-storage/tree/2.7.1" + "source": "https://github.com/spryker/catalog-price-product-connector/tree/1.5.0" }, - "time": "2023-06-07T12:29:41+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/chart", - "version": "1.4.0", + "name": "spryker/catalog-search-products-resource-relationship", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/chart.git", - "reference": "095eb5c356c8513f5def6199a25e7ac487b7e111" + "url": "https://github.com/spryker/catalog-search-products-resource-relationship.git", + "reference": "12eb52f10c9692fa6ad54634a70afee99fb2a6e0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/chart/zipball/095eb5c356c8513f5def6199a25e7ac487b7e111", - "reference": "095eb5c356c8513f5def6199a25e7ac487b7e111", + "url": "https://api.github.com/repos/spryker/catalog-search-products-resource-relationship/zipball/12eb52f10c9692fa6ad54634a70afee99fb2a6e0", + "reference": "12eb52f10c9692fa6ad54634a70afee99fb2a6e0", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/kernel": "^3.30.0", - "spryker/twig-extension": "^1.0.0" + "php": ">=7.1", + "spryker/glue-application": "^1.0.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.33.0", + "spryker/products-rest-api": "^1.3.0 || ^2.7.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/silex": "*", - "spryker/testify": "*", - "spryker/twig": "*" - }, - "suggest": { - "spryker/container": "If you want to use Twig Plugins", - "spryker/silex": "*", - "spryker/twig": "*" + "spryker/testify": "*" }, "type": "library", "extra": { @@ -18653,47 +19944,49 @@ "license": [ "proprietary" ], - "description": "Chart module", + "description": "CatalogSearchProductsResourceRelationship module", "support": { - "source": "https://github.com/spryker/chart/tree/1.4.0" + "source": "https://github.com/spryker/catalog-search-products-resource-relationship/tree/1.2.0" }, - "time": "2023-04-06T11:39:54+00:00" + "time": "2019-10-30T14:14:05+00:00" }, { - "name": "spryker/chart-gui", - "version": "1.1.1", + "name": "spryker/catalog-search-rest-api", + "version": "2.8.0", "source": { "type": "git", - "url": "https://github.com/spryker/chart-gui.git", - "reference": "8204fb72d651961537b379137a7ddfd377679c94" + "url": "https://github.com/spryker/catalog-search-rest-api.git", + "reference": "12305c753ef6887fdbda814987c6a026d393767d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/chart-gui/zipball/8204fb72d651961537b379137a7ddfd377679c94", - "reference": "8204fb72d651961537b379137a7ddfd377679c94", + "url": "https://api.github.com/repos/spryker/catalog-search-rest-api/zipball/12305c753ef6887fdbda814987c6a026d393767d", + "reference": "12305c753ef6887fdbda814987c6a026d393767d", "shasum": "" }, "require": { - "php": ">=7.2", + "php": ">=8.0", + "spryker/catalog": "^5.2.0", + "spryker/currency": "^3.2.0 || ^4.0.0", + "spryker/glossary-storage": "^1.0.0", + "spryker/glue-application": "^1.8.0", + "spryker/glue-application-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/twig-extension": "^1.0.0" + "spryker/price": "^5.0.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { - "spryker/chart": "*", "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/twig": "*" - }, - "suggest": { - "spryker/chart": "If you want to use Chart Plugins. Minimum required version: 1.0.1.", - "spryker/container": "If you want to use Twig Plugins", - "spryker/gui": "If you want to use Gui twig functions. Minimum required version: 3.26.0.", - "spryker/twig": "If you want to use Twig Plugins." + "spryker/product-label-storage": "*", + "spryker/product-review": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -18705,56 +19998,55 @@ "license": [ "proprietary" ], - "description": "ChartGui module", + "description": "CatalogSearchRestApi module", "support": { - "source": "https://github.com/spryker/chart-gui/tree/1.1.1" + "source": "https://github.com/spryker/catalog-search-rest-api/tree/2.8.0" }, - "time": "2020-08-07T12:54:43+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/checkout", - "version": "6.4.4", + "name": "spryker/categories-backend-api", + "version": "0.1.1", "source": { "type": "git", - "url": "https://github.com/spryker/checkout.git", - "reference": "d41c58ffe3e445a21b81abc2422e5f0b72692939" + "url": "https://github.com/spryker/categories-backend-api.git", + "reference": "6e2a6d6f7b46e0d8fcf5d0f4b492af973e814d4d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/checkout/zipball/d41c58ffe3e445a21b81abc2422e5f0b72692939", - "reference": "d41c58ffe3e445a21b81abc2422e5f0b72692939", + "url": "https://api.github.com/repos/spryker/categories-backend-api/zipball/6e2a6d6f7b46e0d8fcf5d0f4b492af973e814d4d", + "reference": "6e2a6d6f7b46e0d8fcf5d0f4b492af973e814d4d", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/checkout-extension": "^1.4.0", - "spryker/error-handler": "^2.1.0", + "spryker/category": "^5.9.0", + "spryker/category-image": "^1.1.0", + "spryker/glue-json-api-convention-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/oms": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^10.0.0 || ^11.0.0", - "spryker/permission-extension": "^1.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/quote": "^1.0.0 || ^2.0.0", - "spryker/step-engine": "^2.2.0 || ^3.2.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/store": "^1.12.0", "spryker/symfony": "^3.0.0", - "spryker/zed-request": "^3.0.0" + "spryker/transfer": "^3.27.0" }, "require-dev": { - "spryker/availability": "*", "spryker/code-sniffer": "*", + "spryker/config": "*", "spryker/container": "*", - "spryker/country": "*", - "spryker/customer": "*", - "spryker/product": "*", + "spryker/glue-application": "*", + "spryker/glue-backend-api-application": "*", "spryker/propel": "*", - "spryker/sales": "*", - "spryker/stock": "*", - "spryker/store": "*", - "spryker/testify": "*" + "spryker/ramsey-uuid": "*", + "spryker/testify": "*", + "spryker/zed-request": "*" + }, + "suggest": { + "spryker/glue-application": "If you want to use the Glue backend resource plugins. The minimum version is 1.39.0." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "6.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -18766,31 +20058,44 @@ "license": [ "proprietary" ], - "description": "Checkout module", + "description": "CategoriesBackendApi module", "support": { - "source": "https://github.com/spryker/checkout/tree/6.4.4" + "source": "https://github.com/spryker/categories-backend-api/tree/0.1.1" }, - "time": "2023-05-05T18:20:59+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/checkout-extension", - "version": "1.4.0", + "name": "spryker/categories-rest-api", + "version": "1.7.1", "source": { "type": "git", - "url": "https://github.com/spryker/checkout-extension.git", - "reference": "a15ef03dec4ef919ca3849a1d5105793e4f35bef" + "url": "https://github.com/spryker/categories-rest-api.git", + "reference": "0eec8b057e3d2277d7626129f6eeb78da0a96c0a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/checkout-extension/zipball/a15ef03dec4ef919ca3849a1d5105793e4f35bef", - "reference": "a15ef03dec4ef919ca3849a1d5105793e4f35bef", + "url": "https://api.github.com/repos/spryker/categories-rest-api/zipball/0eec8b057e3d2277d7626129f6eeb78da0a96c0a", + "reference": "0eec8b057e3d2277d7626129f6eeb78da0a96c0a", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=8.0", + "spryker/category-storage": "^1.11.0 || ^2.0.0", + "spryker/glue-application": "^1.0.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/store": "^1.4.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.25.0", + "spryker/urls-rest-api-extension": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/container": "Add this module to use the ContainerInterface." }, "type": "library", "extra": { @@ -18807,95 +20112,94 @@ "license": [ "proprietary" ], - "description": "CheckoutExtension module", + "description": "CategoriesRestApi module", "support": { - "source": "https://github.com/spryker/checkout-extension/tree/1.4.0" + "source": "https://github.com/spryker/categories-rest-api/tree/1.7.1" }, - "time": "2022-06-06T09:11:06+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/checkout-rest-api", - "version": "3.7.2", + "name": "spryker/category", + "version": "5.13.0", "source": { "type": "git", - "url": "https://github.com/spryker/checkout-rest-api.git", - "reference": "54a2983c03999610ab20f768b245d947bb84a4c6" + "url": "https://github.com/spryker/category.git", + "reference": "aca6a3df5617e5daab1daf68892dbcc3da10c249" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/checkout-rest-api/zipball/54a2983c03999610ab20f768b245d947bb84a4c6", - "reference": "54a2983c03999610ab20f768b245d947bb84a4c6", + "url": "https://api.github.com/repos/spryker/category/zipball/aca6a3df5617e5daab1daf68892dbcc3da10c249", + "reference": "aca6a3df5617e5daab1daf68892dbcc3da10c249", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/calculation": "^4.0.0", - "spryker/cart": "^5.0.0 || ^7.0.0", - "spryker/carts-rest-api": "^2.2.0 || ^3.0.0 || ^5.0.0", - "spryker/checkout": "^4.0.0 || ^6.0.0", - "spryker/checkout-rest-api-extension": "^1.5.0", - "spryker/customer": "^7.11.0", - "spryker/glossary-storage": "^1.0.0", - "spryker/glue-application": "^1.2.0", - "spryker/glue-application-extension": "^1.0.0", + "php": ">=8.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/category-extension": "^1.2.0", + "spryker/event": "^2.3.0", "spryker/kernel": "^3.30.0", - "spryker/payment": "^5.0.0", - "spryker/quote": "^2.0.0", - "spryker/shipment": "^7.0.0 || ^8.0.0", - "spryker/symfony": "^3.0.0", - "spryker/zed-request": "^3.0.0" + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/propel": "^3.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/store": "^1.0.0", + "spryker/touch": "^4.5.0", + "spryker/transfer": "^3.27.0", + "spryker/url": "^3.5.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/product": "*", - "spryker/propel": "*", - "spryker/stock": "*", + "spryker/container": "*", + "spryker/silex": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "5.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\Category\\Helper\\": "tests/SprykerTest/Zed/Category/_support/Helper/", + "SprykerTest\\Zed\\Category\\PageObject\\": "tests/SprykerTest/Zed/Category/_support/PageObject/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CheckoutRestApi module", + "description": "Category module", "support": { - "source": "https://github.com/spryker/checkout-rest-api/tree/3.7.2" + "source": "https://github.com/spryker/category/tree/5.13.0" }, - "time": "2022-06-01T08:53:47+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/checkout-rest-api-extension", - "version": "1.5.0", + "name": "spryker/category-data-feed", + "version": "0.2.4", "source": { "type": "git", - "url": "https://github.com/spryker/checkout-rest-api-extension.git", - "reference": "caaad97546e5fc735ea5d1a444592a17885b93d2" + "url": "https://github.com/spryker/category-data-feed.git", + "reference": "695451e3ecab2b15232a85ce689d7d978813f656" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/checkout-rest-api-extension/zipball/caaad97546e5fc735ea5d1a444592a17885b93d2", - "reference": "caaad97546e5fc735ea5d1a444592a17885b93d2", + "url": "https://api.github.com/repos/spryker/category-data-feed/zipball/695451e3ecab2b15232a85ce689d7d978813f656", + "reference": "695451e3ecab2b15232a85ce689d7d978813f656", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.0", + "spryker/category": "^3.0.0 || ^4.0.0 || ^5.0.0", + "spryker/kernel": "^3.30.0", + "spryker/propel-orm": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/glue-application": "*" - }, - "suggest": { - "spryker/glue-application": "Required if you want to use \\Spryker\\Glue\\CheckoutRestApiExtension\\Dependency\\Plugin\\CheckoutRequestExpanderPluginInterface." + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/propel": "^3.0.0", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -18912,33 +20216,39 @@ "license": [ "proprietary" ], - "description": "CheckoutRestApiExtension module", + "description": "CategoryDataFeed module", "support": { - "source": "https://github.com/spryker/checkout-rest-api-extension/tree/1.5.0" + "source": "https://github.com/spryker/category-data-feed/tree/0.2.4" }, - "time": "2020-11-26T11:14:15+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/checksum-generator", - "version": "1.0.0", + "name": "spryker/category-data-import", + "version": "0.3.1", "source": { "type": "git", - "url": "https://github.com/spryker/checksum-generator.git", - "reference": "94366ba2d0fd34ac4948a8391fb9ecdde3ab092c" + "url": "https://github.com/spryker/category-data-import.git", + "reference": "4dd98b1941c2d0ab4d33ea2d531223850c99a190" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/checksum-generator/zipball/94366ba2d0fd34ac4948a8391fb9ecdde3ab092c", - "reference": "94366ba2d0fd34ac4948a8391fb9ecdde3ab092c", + "url": "https://api.github.com/repos/spryker/category-data-import/zipball/4dd98b1941c2d0ab4d33ea2d531223850c99a190", + "reference": "4dd98b1941c2d0ab4d33ea2d531223850c99a190", "shasum": "" }, "require": { - "ext-openssl": "*", - "php": ">=7.3" + "php": ">=8.0", + "spryker/category": "^5.0.0", + "spryker/data-import": "^1.3.0", + "spryker/kernel": "^3.30.0", + "spryker/propel-orm": "^1.0.0", + "spryker/store": "^1.0.0", + "spryker/url": "^3.0.0" }, "require-dev": { - "phpstan/phpstan": "^0.12", - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -18955,185 +20265,190 @@ "license": [ "MIT" ], - "description": "ChecksumGenerator", + "description": "CategoryDataImport module", "support": { - "issues": "https://github.com/spryker/checksum-generator/issues", - "source": "https://github.com/spryker/checksum-generator/tree/1.0.0" + "source": "https://github.com/spryker/category-data-import/tree/0.3.1" }, - "time": "2020-11-16T14:02:55+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/cms", - "version": "7.13.0", + "name": "spryker/category-discount-connector", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms.git", - "reference": "668de2363c8a54c02de9cca5b48eb3fb29368cb5" + "url": "https://github.com/spryker/category-discount-connector.git", + "reference": "75ed1dc85da1a967a706bccad2199356a8700312" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms/zipball/668de2363c8a54c02de9cca5b48eb3fb29368cb5", - "reference": "668de2363c8a54c02de9cca5b48eb3fb29368cb5", + "url": "https://api.github.com/repos/spryker/category-discount-connector/zipball/75ed1dc85da1a967a706bccad2199356a8700312", + "reference": "75ed1dc85da1a967a706bccad2199356a8700312", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/category": "^3.0.0 || ^4.0.0 || ^5.0.0", - "spryker/cms-extension": "^1.1.0", - "spryker/glossary": "^3.1.0", - "spryker/gui": "^3.48.0", + "spryker/category": "^5.8.0", + "spryker/discount": "^9.0.0", + "spryker/discount-extension": "^1.2.0", "spryker/kernel": "^3.30.0", "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/store": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/url": "^3.5.0", - "spryker/util-encoding": "^2.0.0", - "spryker/util-text": "^1.1.0", - "spryker/zed-request": "^3.0.0" + "spryker/product-category": "^4.13.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { - "spryker/application": "*", "spryker/code-sniffer": "*", "spryker/container": "*", - "spryker/event-dispatcher": "*", - "spryker/form": "*", + "spryker/product": "*", "spryker/propel": "*", - "spryker/router": "*", - "spryker/testify": "*", - "spryker/twig": "*", - "spryker/validator": "*", - "spryker/zed-navigation": "*" - }, - "suggest": { - "spryker/cms-block": "If you want to have separate content blocks on your pages." + "spryker/store": "*", + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "7.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\Cms\\Helper\\": "tests/SprykerTest/Zed/Cms/_support/Helper/", - "SprykerTest\\Zed\\Cms\\PageObject\\": "tests/SprykerTest/Zed/Cms/_support/PageObject/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Cms module", + "description": "CategoryDiscountConnector module", "support": { - "source": "https://github.com/spryker/cms/tree/7.13.0" + "source": "https://github.com/spryker/category-discount-connector/tree/1.2.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/cms-block", - "version": "3.6.0", + "name": "spryker/category-exporter", + "version": "3.0.4", "source": { "type": "git", - "url": "https://github.com/spryker/cms-block.git", - "reference": "2be6a3b9f2563a392ad14a7a48e32b99c341c978" + "url": "https://github.com/spryker/category-exporter.git", + "reference": "95fbbbaa97ebe53b546a45f33c39b44550250c3a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-block/zipball/2be6a3b9f2563a392ad14a7a48e32b99c341c978", - "reference": "2be6a3b9f2563a392ad14a7a48e32b99c341c978", + "url": "https://api.github.com/repos/spryker/category-exporter/zipball/95fbbbaa97ebe53b546a45f33c39b44550250c3a", + "reference": "95fbbbaa97ebe53b546a45f33c39b44550250c3a", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/cms-block-extension": "^1.0.0", - "spryker/event": "^2.0.0", - "spryker/glossary": "^3.1.0", + "php": ">=7.3", + "spryker/category": "^3.0.0 || ^4.0.0 || ^5.0.0", "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/store": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/transfer": "^3.25.0", - "spryker/twig": "^3.13.0", - "spryker/twig-extension": "^1.0.0" + "spryker/key-builder": "^1.0.0", + "spryker/storage": "^3.0.0" + }, + "require-dev": { + "spryker/code-sniffer": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Spryker\\": "src/Spryker/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "CategoryExporter module", + "support": { + "source": "https://github.com/spryker/category-exporter/tree/3.0.4" + }, + "time": "2021-01-29T11:44:40+00:00" + }, + { + "name": "spryker/category-extension", + "version": "1.2.0", + "source": { + "type": "git", + "url": "https://github.com/spryker/category-extension.git", + "reference": "a04616a256ba02cf238d188557c48f9bfa98661e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker/category-extension/zipball/a04616a256ba02cf238d188557c48f9bfa98661e", + "reference": "a04616a256ba02cf238d188557c48f9bfa98661e", + "shasum": "" + }, + "require": { + "php": ">=7.3" }, "require-dev": { - "spryker/cms-block-product-connector": "*", "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/symfony": "*" }, "suggest": { - "spryker/cms-block-category-connector": "*", - "spryker/cms-block-product-connector": "*" + "spryker/symfony": "If you want to use CategoryFormPluginInterface" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\CmsBlock\\Helper\\": "tests/SprykerTest/Zed/CmsBlock/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CmsBlock module", + "description": "CategoryExtension module", "support": { - "source": "https://github.com/spryker/cms-block/tree/3.6.0" + "source": "https://github.com/spryker/category-extension/tree/1.2.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2021-05-13T08:33:23+00:00" }, { - "name": "spryker/cms-block-category-connector", - "version": "2.7.0", + "name": "spryker/category-gui", + "version": "2.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-block-category-connector.git", - "reference": "567655e4ec5efd955f87a57353f2e0c75964b91a" + "url": "https://github.com/spryker/category-gui.git", + "reference": "77befabe07b8676ea2ed1c3021da097ada91acc7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-block-category-connector/zipball/567655e4ec5efd955f87a57353f2e0c75964b91a", - "reference": "567655e4ec5efd955f87a57353f2e0c75964b91a", + "url": "https://api.github.com/repos/spryker/category-gui/zipball/77befabe07b8676ea2ed1c3021da097ada91acc7", + "reference": "77befabe07b8676ea2ed1c3021da097ada91acc7", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/category": "^4.0.0 || ^5.0.0", - "spryker/category-extension": "^1.1.0", + "spryker/category": "^5.2.0", "spryker/category-gui-extension": "^1.0.0", - "spryker/cms-block": "^1.2.0 || ^2.0.0 || ^3.0.0", - "spryker/cms-block-extension": "^1.0.0", - "spryker/collector": "^5.0.0 || ^6.0.0", - "spryker/gui": "^3.6.0", + "spryker/gui": "^3.0.0", "spryker/kernel": "^3.30.0", "spryker/locale": "^3.0.0 || ^4.0.0", "spryker/propel-orm": "^1.0.0", + "spryker/store": "^1.15.0", "spryker/symfony": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", "spryker/transfer": "^3.25.0", - "spryker/util-data-reader": "^1.0.0", - "spryker/util-encoding": "^2.0.0" + "spryker/translator": "^1.8.0", + "spryker/util-encoding": "^2.0.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { - "spryker/cms-block-gui": "*", + "spryker/application": "*", "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/cms-block-gui": "^1.0.0 || ^2.0.0" + "spryker/config": "*", + "spryker/testify": "*", + "spryker/zed-navigation": "*" }, "type": "library", "extra": { @@ -19150,49 +20465,35 @@ "license": [ "proprietary" ], - "description": "CmsBlockCategoryConnector module", + "description": "CategoryGui module", "support": { - "source": "https://github.com/spryker/cms-block-category-connector/tree/2.7.0" + "source": "https://github.com/spryker/category-gui/tree/2.2.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/cms-block-category-storage", - "version": "1.7.0", + "name": "spryker/category-gui-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-block-category-storage.git", - "reference": "8cde749f8740d7d853fb4bc505585964390c78c8" + "url": "https://github.com/spryker/category-gui-extension.git", + "reference": "adc5c6d3d56fe7724ea692a3e87e975dad815d4e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-block-category-storage/zipball/8cde749f8740d7d853fb4bc505585964390c78c8", - "reference": "8cde749f8740d7d853fb4bc505585964390c78c8", + "url": "https://api.github.com/repos/spryker/category-gui-extension/zipball/adc5c6d3d56fe7724ea692a3e87e975dad815d4e", + "reference": "adc5c6d3d56fe7724ea692a3e87e975dad815d4e", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/category": "^4.3.0 || ^5.0.0", - "spryker/cms-block": "^1.5.0 || ^2.0.0 || ^3.0.0", - "spryker/cms-block-category-connector": "^2.1.0", - "spryker/cms-block-storage-extension": "^1.0.0", - "spryker/event-behavior": "^1.10.0", - "spryker/kernel": "^3.30.0", - "spryker/propel-orm": "^1.5.0", - "spryker/storage": "^1.0.0 || ^2.0.0 || ^3.0.0", - "spryker/synchronization": "^1.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.0.0", - "spryker/util-sanitize": "^2.1.0" + "php": ">=7.3" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/event": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/symfony": "*" }, "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" + "spryker/symfony": "If you want to use CategoryGui form expander plugins." }, "type": "library", "extra": { @@ -19209,82 +20510,88 @@ "license": [ "proprietary" ], - "description": "CmsBlockCategoryStorage module", + "description": "CategoryGuiExtension module", "support": { - "source": "https://github.com/spryker/cms-block-category-storage/tree/1.7.0" + "source": "https://github.com/spryker/category-gui-extension/tree/1.0.0" }, - "time": "2022-04-18T08:41:46+00:00" + "time": "2021-05-26T07:41:43+00:00" }, { - "name": "spryker/cms-block-collector", - "version": "2.2.0", + "name": "spryker/category-image", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-block-collector.git", - "reference": "522ba2340fe1aed23e751465e81b57b7c583182e" + "url": "https://github.com/spryker/category-image.git", + "reference": "0d397513e687501e40040e22fa814e70445d5531" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-block-collector/zipball/522ba2340fe1aed23e751465e81b57b7c583182e", - "reference": "522ba2340fe1aed23e751465e81b57b7c583182e", + "url": "https://api.github.com/repos/spryker/category-image/zipball/0d397513e687501e40040e22fa814e70445d5531", + "reference": "0d397513e687501e40040e22fa814e70445d5531", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/cms-block": "^2.0.0 || ^3.0.0", - "spryker/collector": "^6.0.0", - "spryker/glossary": "^3.0.0", + "php": ">=8.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/category": "^4.11.0 || ^5.0.0", + "spryker/category-extension": "^1.0.0", "spryker/kernel": "^3.30.0", + "spryker/locale": "^3.1.0 || ^4.0.0", "spryker/propel-orm": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/util-data-reader": "^1.0.0" + "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\CategoryImage\\Helper\\": "tests/SprykerTest/Zed/CategoryImage/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CmsBlockCollector module", + "description": "CategoryImage module", "support": { - "source": "https://github.com/spryker/cms-block-collector/tree/2.2.0" + "source": "https://github.com/spryker/category-image/tree/1.3.0" }, - "time": "2021-10-12T14:37:44+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/cms-block-extension", - "version": "1.0.0", + "name": "spryker/category-image-gui", + "version": "1.6.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-block-extension.git", - "reference": "2ae954789090bbe5b4aa8513c81da979dfa0c798" + "url": "https://github.com/spryker/category-image-gui.git", + "reference": "9a41db7ee3c5e14b92aa1ef6d9cc593bbc95bcfb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-block-extension/zipball/2ae954789090bbe5b4aa8513c81da979dfa0c798", - "reference": "2ae954789090bbe5b4aa8513c81da979dfa0c798", + "url": "https://api.github.com/repos/spryker/category-image-gui/zipball/9a41db7ee3c5e14b92aa1ef6d9cc593bbc95bcfb", + "reference": "9a41db7ee3c5e14b92aa1ef6d9cc593bbc95bcfb", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.0", + "spryker/category-extension": "^1.0.0", + "spryker/category-gui-extension": "^1.0.0", + "spryker/gui": "^3.46.0", + "spryker/kernel": "^3.30.0", + "spryker/locale": "^3.1.0 || ^4.0.0", + "spryker/symfony": "^3.2.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -19301,96 +20608,52 @@ "license": [ "proprietary" ], - "description": "CmsBlockExtension module", + "description": "CategoryImageGui module", "support": { - "source": "https://github.com/spryker/cms-block-extension/tree/master" + "source": "https://github.com/spryker/category-image-gui/tree/1.6.0" }, - "time": "2019-10-31T13:30:01+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/cms-block-gui", - "version": "2.11.0", + "name": "spryker/category-image-storage", + "version": "1.6.1", "source": { "type": "git", - "url": "https://github.com/spryker/cms-block-gui.git", - "reference": "f314bad1be69024569c6ae769d966c79b3c11ce8" + "url": "https://github.com/spryker/category-image-storage.git", + "reference": "e4edf043dd9fae9d445c0a084bb45145ba5505ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-block-gui/zipball/f314bad1be69024569c6ae769d966c79b3c11ce8", - "reference": "f314bad1be69024569c6ae769d966c79b3c11ce8", + "url": "https://api.github.com/repos/spryker/category-image-storage/zipball/e4edf043dd9fae9d445c0a084bb45145ba5505ba", + "reference": "e4edf043dd9fae9d445c0a084bb45145ba5505ba", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/cms-block": "^2.0.0 || ^3.0.0", - "spryker/cms-block-gui-extension": "^1.0.0", - "spryker/gui": "^3.48.0", - "spryker/kernel": "^3.52.0", - "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/category": "^4.23.0 || ^5.8.0", + "spryker/category-image": "^1.0.0", + "spryker/event-behavior": "^1.1.0", + "spryker/kernel": "^3.30.0", "spryker/propel-orm": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/twig": "^3.0.0", - "spryker/util-text": "^1.1.0" + "spryker/publisher-extension": "^1.0.0", + "spryker/storage": "^3.4.0", + "spryker/synchronization": "^1.1.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.0.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { - "spryker/application": "*", "spryker/code-sniffer": "*", - "spryker/config": "*", - "spryker/container": "*", - "spryker/event-dispatcher": "*", - "spryker/form": "*", + "spryker/event": "*", + "spryker/locale": "*", "spryker/propel": "*", - "spryker/router": "*", - "spryker/silex": "*", - "spryker/store": "*", - "spryker/testify": "*", - "spryker/validator": "*", - "spryker/zed-navigation": "*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\CmsBlockGui\\PageObject\\": "tests/SprykerTest/Zed/CmsBlockGui/_support/PageObject/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "proprietary" - ], - "description": "CmsBlockGui module", - "support": { - "source": "https://github.com/spryker/cms-block-gui/tree/2.11.0" - }, - "time": "2023-03-31T19:36:11+00:00" - }, - { - "name": "spryker/cms-block-gui-extension", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://github.com/spryker/cms-block-gui-extension.git", - "reference": "ddfae6b92a7272f179e6911d824807a4d0a85c6f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-block-gui-extension/zipball/ddfae6b92a7272f179e6911d824807a4d0a85c6f", - "reference": "ddfae6b92a7272f179e6911d824807a4d0a85c6f", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "require-dev": { - "spryker/code-sniffer": "*", + "spryker/publisher": "*", + "spryker/queue": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" + }, "type": "library", "extra": { "branch-alias": { @@ -19406,51 +20669,40 @@ "license": [ "proprietary" ], - "description": "CmsBlockGuiExtension module", + "description": "CategoryImageStorage module", "support": { - "source": "https://github.com/spryker/cms-block-gui-extension/tree/1.0.0" + "source": "https://github.com/spryker/category-image-storage/tree/1.6.1" }, - "time": "2019-05-27T10:14:13+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/cms-block-product-connector", - "version": "1.5.0", + "name": "spryker/category-navigation-connector", + "version": "1.0.3", "source": { "type": "git", - "url": "https://github.com/spryker/cms-block-product-connector.git", - "reference": "ca969207612e69c65faf9a1eed134ec646ea265f" + "url": "https://github.com/spryker/category-navigation-connector.git", + "reference": "fb77dd285005594a8897f122ffc2ecfd13b519d9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-block-product-connector/zipball/ca969207612e69c65faf9a1eed134ec646ea265f", - "reference": "ca969207612e69c65faf9a1eed134ec646ea265f", + "url": "https://api.github.com/repos/spryker/category-navigation-connector/zipball/fb77dd285005594a8897f122ffc2ecfd13b519d9", + "reference": "fb77dd285005594a8897f122ffc2ecfd13b519d9", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/cms-block": "^1.2.0 || ^2.0.0 || ^3.0.0", - "spryker/cms-block-extension": "^1.0.0", - "spryker/collector": "^5.0.0 || ^6.0.0", - "spryker/gui": "^3.24.0", + "spryker/category": "^4.4.0 || ^5.0.0", "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/product": "^5.8.0 || ^6.12.0", - "spryker/propel-orm": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/util-data-reader": "^1.0.0" + "spryker/navigation": "^2.3.0" }, "require-dev": { - "spryker/cms-block-gui": "*", "spryker/code-sniffer": "*", - "spryker/product-management": "*", + "spryker/container": "*", + "spryker/locale": "*", "spryker/propel": "*", + "spryker/store": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/cms-block-gui": "^1.0.0 || ^2.0.0", - "spryker/product-management": "*" - }, "type": "library", "extra": { "branch-alias": { @@ -19466,55 +20718,62 @@ "license": [ "proprietary" ], - "description": "CmsBlockProductConnector module", + "description": "CategoryNavigationConnector module", "support": { - "source": "https://github.com/spryker/cms-block-product-connector/tree/1.5.0" + "source": "https://github.com/spryker/category-navigation-connector/tree/1.0.3" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/cms-block-product-storage", - "version": "1.6.0", + "name": "spryker/category-page-search", + "version": "2.2.2", "source": { "type": "git", - "url": "https://github.com/spryker/cms-block-product-storage.git", - "reference": "2c889cef5f191bfda1dc44e0f02d62337dc43597" + "url": "https://github.com/spryker/category-page-search.git", + "reference": "5e9200658ea4066b369934f9400b8b4a1f75f951" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-block-product-storage/zipball/2c889cef5f191bfda1dc44e0f02d62337dc43597", - "reference": "2c889cef5f191bfda1dc44e0f02d62337dc43597", + "url": "https://api.github.com/repos/spryker/category-page-search/zipball/5e9200658ea4066b369934f9400b8b4a1f75f951", + "reference": "5e9200658ea4066b369934f9400b8b4a1f75f951", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/cms-block": "^1.5.0 || ^2.0.0 || ^3.0.0", - "spryker/cms-block-product-connector": "^1.1.0", - "spryker/cms-block-storage-extension": "^1.0.0", - "spryker/event-behavior": "^1.10.0", + "php": ">=8.0", + "spryker/category": "^5.0.0", + "spryker/event-behavior": "^1.1.0", "spryker/kernel": "^3.30.0", - "spryker/storage": "^1.0.0 || ^2.0.0 || ^3.0.0", - "spryker/synchronization": "^1.0.0", + "spryker/publisher-extension": "^1.0.0", + "spryker/store": "^1.12.0", + "spryker/synchronization": "^0.2.2 || ^1.9.0", "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.0.0", - "spryker/util-sanitize": "^2.1.0" + "spryker/synchronization-extension": "^1.1.0", + "spryker/transfer": "^3.25.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/container": "*", "spryker/event": "*", - "spryker/product": "*", "spryker/propel": "*", "spryker/propel-orm": "*", - "spryker/testify": "*" + "spryker/publisher": "*", + "spryker/queue": "*", + "spryker/search": "*", + "spryker/storage": "*", + "spryker/store-extension": "*", + "spryker/testify": "*", + "spryker/url": "*" }, "suggest": { "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0" + "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0", + "spryker/search": "If you want to use Search mapping plugins, minimum required version: 7.0.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -19526,54 +20785,62 @@ "license": [ "proprietary" ], - "description": "CmsBlockProductStorage module", + "description": "CategoryPageSearch module", "support": { - "source": "https://github.com/spryker/cms-block-product-storage/tree/1.6.0" + "source": "https://github.com/spryker/category-page-search/tree/2.2.2" }, - "time": "2022-04-18T08:41:46+00:00" + "time": "2023-05-25T10:00:30+00:00" }, { - "name": "spryker/cms-block-storage", - "version": "2.5.0", + "name": "spryker/category-storage", + "version": "2.7.1", "source": { "type": "git", - "url": "https://github.com/spryker/cms-block-storage.git", - "reference": "2731d84d891d3ea40e1d6df04d7a06facd42eb53" + "url": "https://github.com/spryker/category-storage.git", + "reference": "150bdb7bc3a8f0c8ac7fc76d9f75ec4c9fd24e48" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-block-storage/zipball/2731d84d891d3ea40e1d6df04d7a06facd42eb53", - "reference": "2731d84d891d3ea40e1d6df04d7a06facd42eb53", + "url": "https://api.github.com/repos/spryker/category-storage/zipball/150bdb7bc3a8f0c8ac7fc76d9f75ec4c9fd24e48", + "reference": "150bdb7bc3a8f0c8ac7fc76d9f75ec4c9fd24e48", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/cms-block": "^3.0.0", - "spryker/cms-block-storage-extension": "^1.0.0", - "spryker/event-behavior": "^1.1.0", + "spryker/category": "^5.6.0", + "spryker/event-behavior": "^1.6.0", "spryker/kernel": "^3.30.0", + "spryker/locale": "^3.1.0 || ^4.0.0", + "spryker/product-category-storage-extension": "^1.0.0", "spryker/propel-orm": "^1.5.0", + "spryker/publisher-extension": "^1.0.0", + "spryker/search-extension": "^1.0.0", "spryker/storage": "^3.4.0", - "spryker/store": "^1.5.0", - "spryker/synchronization": "^0.2.0 || ^1.0.0", + "spryker/store": "^1.19.0", + "spryker/synchronization": "^1.9.0", "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.0.0", - "spryker/transfer": "^3.25.0", - "spryker/util-encoding": "^1.0.0 || ^2.0.0", + "spryker/synchronization-extension": "^1.1.0", + "spryker/transfer": "^3.27.0", "spryker/util-sanitize": "^2.1.0" }, "require-dev": { "spryker/code-sniffer": "*", "spryker/container": "*", + "spryker/elastica": "*", "spryker/event": "*", - "spryker/locale": "*", "spryker/propel": "*", "spryker/queue": "*", + "spryker/search-elasticsearch": "*", "spryker/store-extension": "*", - "spryker/testify": "*" + "spryker/testify": "*", + "spryker/url-storage": "*" }, "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" + "spryker/elastica": "If you want to use Elastica plugins.", + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", + "spryker/search-elasticsearch": "If you want to use search plugins.", + "spryker/search-http": "If you want to use SearchHttp plugins.", + "spryker/url-storage": "If you want to use UrlStorage plugins, minimum required version: 0.2.0" }, "type": "library", "extra": { @@ -19590,32 +20857,42 @@ "license": [ "proprietary" ], - "description": "CmsBlockStorage module", + "description": "CategoryStorage module", "support": { - "source": "https://github.com/spryker/cms-block-storage/tree/2.5.0" + "source": "https://github.com/spryker/category-storage/tree/2.7.1" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-06-07T12:29:41+00:00" }, { - "name": "spryker/cms-block-storage-extension", - "version": "1.0.0", + "name": "spryker/chart", + "version": "1.4.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-block-storage-extension.git", - "reference": "78475e941f58a9063903d6d6cfe4b9e5b245aff2" + "url": "https://github.com/spryker/chart.git", + "reference": "095eb5c356c8513f5def6199a25e7ac487b7e111" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-block-storage-extension/zipball/78475e941f58a9063903d6d6cfe4b9e5b245aff2", - "reference": "78475e941f58a9063903d6d6cfe4b9e5b245aff2", + "url": "https://api.github.com/repos/spryker/chart/zipball/095eb5c356c8513f5def6199a25e7ac487b7e111", + "reference": "095eb5c356c8513f5def6199a25e7ac487b7e111", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.0", + "spryker/kernel": "^3.30.0", + "spryker/twig-extension": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/container": "*", + "spryker/silex": "*", + "spryker/testify": "*", + "spryker/twig": "*" + }, + "suggest": { + "spryker/container": "If you want to use Twig Plugins", + "spryker/silex": "*", + "spryker/twig": "*" }, "type": "library", "extra": { @@ -19632,47 +20909,47 @@ "license": [ "proprietary" ], - "description": "CmsBlockStorageExtension module", + "description": "Chart module", "support": { - "source": "https://github.com/spryker/cms-block-storage-extension/tree/1.0.0" + "source": "https://github.com/spryker/chart/tree/1.4.0" }, - "time": "2019-10-31T13:30:01+00:00" + "time": "2023-04-06T11:39:54+00:00" }, { - "name": "spryker/cms-collector", - "version": "2.2.0", + "name": "spryker/chart-gui", + "version": "1.1.1", "source": { "type": "git", - "url": "https://github.com/spryker/cms-collector.git", - "reference": "e54165510aede8ee0deb9d91e79b5632845dfe51" + "url": "https://github.com/spryker/chart-gui.git", + "reference": "8204fb72d651961537b379137a7ddfd377679c94" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-collector/zipball/e54165510aede8ee0deb9d91e79b5632845dfe51", - "reference": "e54165510aede8ee0deb9d91e79b5632845dfe51", + "url": "https://api.github.com/repos/spryker/chart-gui/zipball/8204fb72d651961537b379137a7ddfd377679c94", + "reference": "8204fb72d651961537b379137a7ddfd377679c94", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/cms": "^6.2.0 || ^7.0.0", - "spryker/collector": "^5.1.1 || ^6.0.0", + "php": ">=7.2", "spryker/kernel": "^3.30.0", - "spryker/propel-orm": "^1.1.0", - "spryker/search": "^6.2.0 || ^7.0.0 || ^8.0.0", - "spryker/store": "^1.4.0", - "spryker/symfony": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/transfer": "^3.25.0", - "spryker/url": "^3.0.0", - "spryker/util-data-reader": "^1.0.0" + "spryker/twig-extension": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/chart": "*", + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/twig": "*" + }, + "suggest": { + "spryker/chart": "If you want to use Chart Plugins. Minimum required version: 1.0.1.", + "spryker/container": "If you want to use Twig Plugins", + "spryker/gui": "If you want to use Gui twig functions. Minimum required version: 3.26.0.", + "spryker/twig": "If you want to use Twig Plugins." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -19684,62 +20961,56 @@ "license": [ "proprietary" ], - "description": "CmsCollector module", + "description": "ChartGui module", "support": { - "source": "https://github.com/spryker/cms-collector/tree/2.2.0" + "source": "https://github.com/spryker/chart-gui/tree/1.1.1" }, - "time": "2022-01-04T12:43:20+00:00" + "time": "2020-08-07T12:54:43+00:00" }, { - "name": "spryker/cms-content-widget", - "version": "1.9.1", + "name": "spryker/checkout", + "version": "6.4.4", "source": { "type": "git", - "url": "https://github.com/spryker/cms-content-widget.git", - "reference": "c5a945976943788ebf07b034dac586b8c2a59aab" + "url": "https://github.com/spryker/checkout.git", + "reference": "d41c58ffe3e445a21b81abc2422e5f0b72692939" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-content-widget/zipball/c5a945976943788ebf07b034dac586b8c2a59aab", - "reference": "c5a945976943788ebf07b034dac586b8c2a59aab", + "url": "https://api.github.com/repos/spryker/checkout/zipball/d41c58ffe3e445a21b81abc2422e5f0b72692939", + "reference": "d41c58ffe3e445a21b81abc2422e5f0b72692939", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/application": "^3.0.0", - "spryker/cms-extension": "^1.0.0", - "spryker/glossary": "^3.0.0", - "spryker/gui": "^3.21.0", - "spryker/kernel": "^3.52.0", - "spryker/log": "^3.0.0", + "php": ">=8.0", + "spryker/checkout-extension": "^1.4.0", + "spryker/error-handler": "^2.1.0", + "spryker/kernel": "^3.30.0", + "spryker/oms": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^10.0.0 || ^11.0.0", + "spryker/permission-extension": "^1.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/quote": "^1.0.0 || ^2.0.0", + "spryker/step-engine": "^2.2.0 || ^3.2.0", "spryker/symfony": "^3.0.0", - "spryker/twig": "^3.0.0", - "spryker/twig-extension": "^1.0.0", - "spryker/util-encoding": "^2.0.0" + "spryker/zed-request": "^3.0.0" }, "require-dev": { - "spryker/cms-block-collector": "*", - "spryker/cms-block-storage": "*", - "spryker/cms-collector": "*", + "spryker/availability": "*", "spryker/code-sniffer": "*", "spryker/container": "*", - "spryker/silex": "*", + "spryker/country": "*", + "spryker/customer": "*", + "spryker/product": "*", + "spryker/propel": "*", + "spryker/sales": "*", + "spryker/stock": "*", + "spryker/store": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/cms": "If you want to use CmsPageParameterMapExpanderPlugin plugin.", - "spryker/cms-block-collector": "If you want to expand CMS block collector with content widget mapping, provides plugin.", - "spryker/cms-block-gui": "If you want to use content widgets with CMS blocks.", - "spryker/cms-block-storage": "If you want to use CmsBlockStorage plugins, minimum required version: 1.2.0.", - "spryker/cms-collector": "If you want to expand cms pages collector with content widget mapping, provides plugin.", - "spryker/cms-gui": "If you want to use content widgets with CMS pages.", - "spryker/container": "If you want to use Twig plugins", - "spryker/silex": "Needed to get Twig environment for content widget service provider." - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "6.0.x-dev" } }, "autoload": { @@ -19751,38 +21022,31 @@ "license": [ "proprietary" ], - "description": "CmsContentWidget module", + "description": "Checkout module", "support": { - "source": "https://github.com/spryker/cms-content-widget/tree/1.9.1" + "source": "https://github.com/spryker/checkout/tree/6.4.4" }, - "time": "2022-03-31T03:09:17+00:00" + "time": "2023-05-05T18:20:59+00:00" }, { - "name": "spryker/cms-content-widget-cms-block-connector", + "name": "spryker/checkout-extension", "version": "1.4.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-content-widget-cms-block-connector.git", - "reference": "8e562bf981fea008f5d42c1444b52c36e3c60649" + "url": "https://github.com/spryker/checkout-extension.git", + "reference": "a15ef03dec4ef919ca3849a1d5105793e4f35bef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-content-widget-cms-block-connector/zipball/8e562bf981fea008f5d42c1444b52c36e3c60649", - "reference": "8e562bf981fea008f5d42c1444b52c36e3c60649", + "url": "https://api.github.com/repos/spryker/checkout-extension/zipball/a15ef03dec4ef919ca3849a1d5105793e4f35bef", + "reference": "a15ef03dec4ef919ca3849a1d5105793e4f35bef", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/cms-block-storage": "^1.1.0 || ^2.0.0", - "spryker/cms-content-widget": "^1.0.0", - "spryker/kernel": "^3.52.0" + "php": ">=7.4" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/twig": "*" - }, - "suggest": { - "spryker/twig": "If you want to use CmsBlockContentWidgetPlugin." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -19799,44 +21063,55 @@ "license": [ "proprietary" ], - "description": "CmsContentWidgetCmsBlockConnector module", + "description": "CheckoutExtension module", "support": { - "source": "https://github.com/spryker/cms-content-widget-cms-block-connector/tree/master" + "source": "https://github.com/spryker/checkout-extension/tree/1.4.0" }, - "time": "2020-07-24T04:44:34+00:00" + "time": "2022-06-06T09:11:06+00:00" }, { - "name": "spryker/cms-content-widget-content-connector", - "version": "1.0.0", + "name": "spryker/checkout-rest-api", + "version": "3.7.2", "source": { "type": "git", - "url": "https://github.com/spryker/cms-content-widget-content-connector.git", - "reference": "98aa1f5dd8498025e51ec0908c42a87930d1396f" + "url": "https://github.com/spryker/checkout-rest-api.git", + "reference": "54a2983c03999610ab20f768b245d947bb84a4c6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-content-widget-content-connector/zipball/98aa1f5dd8498025e51ec0908c42a87930d1396f", - "reference": "98aa1f5dd8498025e51ec0908c42a87930d1396f", + "url": "https://api.github.com/repos/spryker/checkout-rest-api/zipball/54a2983c03999610ab20f768b245d947bb84a4c6", + "reference": "54a2983c03999610ab20f768b245d947bb84a4c6", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/content": "^2.2.0", - "spryker/kernel": "^3.33.0" + "php": ">=7.4", + "spryker/calculation": "^4.0.0", + "spryker/cart": "^5.0.0 || ^7.0.0", + "spryker/carts-rest-api": "^2.2.0 || ^3.0.0 || ^5.0.0", + "spryker/checkout": "^4.0.0 || ^6.0.0", + "spryker/checkout-rest-api-extension": "^1.5.0", + "spryker/customer": "^7.11.0", + "spryker/glossary-storage": "^1.0.0", + "spryker/glue-application": "^1.2.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/payment": "^5.0.0", + "spryker/quote": "^2.0.0", + "spryker/shipment": "^7.0.0 || ^8.0.0", + "spryker/symfony": "^3.0.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { - "spryker/cms-content-widget": "*", "spryker/code-sniffer": "*", + "spryker/product": "*", "spryker/propel": "*", + "spryker/stock": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/cms-content-widget": "Use this module when you want to use the Cms Content Widget." - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -19848,41 +21123,35 @@ "license": [ "proprietary" ], - "description": "CmsContentWidgetContentConnector module", + "description": "CheckoutRestApi module", "support": { - "source": "https://github.com/spryker/cms-content-widget-content-connector/tree/1.0.0" + "source": "https://github.com/spryker/checkout-rest-api/tree/3.7.2" }, - "time": "2020-07-02T16:48:14+00:00" + "time": "2022-06-01T08:53:47+00:00" }, { - "name": "spryker/cms-content-widget-product-connector", - "version": "1.2.0", + "name": "spryker/checkout-rest-api-extension", + "version": "1.5.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-content-widget-product-connector.git", - "reference": "b2608afa9293179ff5ef91767cf64eec451e1bfe" + "url": "https://github.com/spryker/checkout-rest-api-extension.git", + "reference": "caaad97546e5fc735ea5d1a444592a17885b93d2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-content-widget-product-connector/zipball/b2608afa9293179ff5ef91767cf64eec451e1bfe", - "reference": "b2608afa9293179ff5ef91767cf64eec451e1bfe", + "url": "https://api.github.com/repos/spryker/checkout-rest-api-extension/zipball/caaad97546e5fc735ea5d1a444592a17885b93d2", + "reference": "caaad97546e5fc735ea5d1a444592a17885b93d2", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/cms-content-widget": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/propel-orm": "^1.0.0" + "php": ">=7.3" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*", - "spryker/twig": "*" + "spryker/glue-application": "*" }, "suggest": { - "spryker/twig": "Required by Yves Twig function." + "spryker/glue-application": "Required if you want to use \\Spryker\\Glue\\CheckoutRestApiExtension\\Dependency\\Plugin\\CheckoutRequestExpanderPluginInterface." }, "type": "library", "extra": { @@ -19899,34 +21168,33 @@ "license": [ "proprietary" ], - "description": "CmsContentWidgetProductConnector module", + "description": "CheckoutRestApiExtension module", "support": { - "source": "https://github.com/spryker/cms-content-widget-product-connector/tree/master" + "source": "https://github.com/spryker/checkout-rest-api-extension/tree/1.5.0" }, - "time": "2020-08-31T14:57:35+00:00" + "time": "2020-11-26T11:14:15+00:00" }, { - "name": "spryker/cms-content-widget-product-group-connector", - "version": "1.1.0", + "name": "spryker/checksum-generator", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-content-widget-product-group-connector.git", - "reference": "5bb563d6e33228e4b029bfdf13eacf77dc20d699" + "url": "https://github.com/spryker/checksum-generator.git", + "reference": "94366ba2d0fd34ac4948a8391fb9ecdde3ab092c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-content-widget-product-group-connector/zipball/5bb563d6e33228e4b029bfdf13eacf77dc20d699", - "reference": "5bb563d6e33228e4b029bfdf13eacf77dc20d699", + "url": "https://api.github.com/repos/spryker/checksum-generator/zipball/94366ba2d0fd34ac4948a8391fb9ecdde3ab092c", + "reference": "94366ba2d0fd34ac4948a8391fb9ecdde3ab092c", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker/cms-content-widget": "^1.0.0", - "spryker/kernel": "^3.30.0" + "ext-openssl": "*", + "php": ">=7.3" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*" + "phpstan/phpstan": "^0.12", + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -19941,193 +21209,247 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "CmsContentWidgetProductGroupConnector module", + "description": "ChecksumGenerator", "support": { - "source": "https://github.com/spryker/cms-content-widget-product-group-connector/tree/master" + "issues": "https://github.com/spryker/checksum-generator/issues", + "source": "https://github.com/spryker/checksum-generator/tree/1.0.0" }, - "time": "2019-09-25T11:02:16+00:00" + "time": "2020-11-16T14:02:55+00:00" }, { - "name": "spryker/cms-content-widget-product-set-connector", - "version": "1.1.1", + "name": "spryker/cms", + "version": "7.13.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-content-widget-product-set-connector.git", - "reference": "48c9f949af0f9fbd1db8cbeb981e034b8398920f" + "url": "https://github.com/spryker/cms.git", + "reference": "668de2363c8a54c02de9cca5b48eb3fb29368cb5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-content-widget-product-set-connector/zipball/48c9f949af0f9fbd1db8cbeb981e034b8398920f", - "reference": "48c9f949af0f9fbd1db8cbeb981e034b8398920f", + "url": "https://api.github.com/repos/spryker/cms/zipball/668de2363c8a54c02de9cca5b48eb3fb29368cb5", + "reference": "668de2363c8a54c02de9cca5b48eb3fb29368cb5", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/cms-content-widget": "^1.0.0", + "php": ">=8.0", + "spryker/category": "^3.0.0 || ^4.0.0 || ^5.0.0", + "spryker/cms-extension": "^1.1.0", + "spryker/glossary": "^3.1.0", + "spryker/gui": "^3.48.0", "spryker/kernel": "^3.30.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/product-set": "^1.0.0", - "spryker/propel-orm": "^1.0.0" - }, - "require-dev": { - "spryker/code-sniffer": "*", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/store": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/url": "^3.5.0", + "spryker/util-encoding": "^2.0.0", + "spryker/util-text": "^1.1.0", + "spryker/zed-request": "^3.0.0" + }, + "require-dev": { + "spryker/application": "*", + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/event-dispatcher": "*", + "spryker/form": "*", "spryker/propel": "*", + "spryker/router": "*", "spryker/testify": "*", - "spryker/twig": "*" + "spryker/twig": "*", + "spryker/validator": "*", + "spryker/zed-navigation": "*" }, "suggest": { - "spryker/twig": "Required by Yves Twig function." + "spryker/cms-block": "If you want to have separate content blocks on your pages." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "7.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\Cms\\Helper\\": "tests/SprykerTest/Zed/Cms/_support/Helper/", + "SprykerTest\\Zed\\Cms\\PageObject\\": "tests/SprykerTest/Zed/Cms/_support/PageObject/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CmsContentWidgetProductSetConnector module", + "description": "Cms module", "support": { - "source": "https://github.com/spryker/cms-content-widget-product-set-connector/tree/1.1.1" + "source": "https://github.com/spryker/cms/tree/7.13.0" }, - "time": "2020-05-29T13:08:37+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/cms-extension", - "version": "1.1.0", + "name": "spryker/cms-block", + "version": "3.6.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-extension.git", - "reference": "a6b3db26f0117310711a13e1c62bbef7a45cd876" + "url": "https://github.com/spryker/cms-block.git", + "reference": "2be6a3b9f2563a392ad14a7a48e32b99c341c978" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-extension/zipball/a6b3db26f0117310711a13e1c62bbef7a45cd876", - "reference": "a6b3db26f0117310711a13e1c62bbef7a45cd876", + "url": "https://api.github.com/repos/spryker/cms-block/zipball/2be6a3b9f2563a392ad14a7a48e32b99c341c978", + "reference": "2be6a3b9f2563a392ad14a7a48e32b99c341c978", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/cms-block-extension": "^1.0.0", + "spryker/event": "^2.0.0", + "spryker/glossary": "^3.1.0", + "spryker/kernel": "^3.30.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/store": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/transfer": "^3.25.0", + "spryker/twig": "^3.13.0", + "spryker/twig-extension": "^1.0.0" }, "require-dev": { + "spryker/cms-block-product-connector": "*", "spryker/code-sniffer": "*", + "spryker/propel": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/cms-block-category-connector": "*", + "spryker/cms-block-product-connector": "*" + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\CmsBlock\\Helper\\": "tests/SprykerTest/Zed/CmsBlock/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CmsExtension module", + "description": "CmsBlock module", "support": { - "source": "https://github.com/spryker/cms-extension/tree/master" + "source": "https://github.com/spryker/cms-block/tree/3.6.0" }, - "time": "2019-11-07T17:00:01+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/cms-gui", - "version": "5.12.0", + "name": "spryker/cms-block-category-connector", + "version": "2.7.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-gui.git", - "reference": "51d6a55ffa935c2aa4f16240ddd3578fb2c56900" + "url": "https://github.com/spryker/cms-block-category-connector.git", + "reference": "567655e4ec5efd955f87a57353f2e0c75964b91a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-gui/zipball/51d6a55ffa935c2aa4f16240ddd3578fb2c56900", - "reference": "51d6a55ffa935c2aa4f16240ddd3578fb2c56900", + "url": "https://api.github.com/repos/spryker/cms-block-category-connector/zipball/567655e4ec5efd955f87a57353f2e0c75964b91a", + "reference": "567655e4ec5efd955f87a57353f2e0c75964b91a", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/application": "^3.2.0", - "spryker/cms": "^7.0.0", - "spryker/cms-gui-extension": "^1.0.0", - "spryker/glossary": "^3.0.0", - "spryker/gui": "^3.48.0", - "spryker/kernel": "^3.52.0", + "spryker/category": "^4.0.0 || ^5.0.0", + "spryker/category-extension": "^1.1.0", + "spryker/category-gui-extension": "^1.0.0", + "spryker/cms-block": "^1.2.0 || ^2.0.0 || ^3.0.0", + "spryker/cms-block-extension": "^1.0.0", + "spryker/collector": "^5.0.0 || ^6.0.0", + "spryker/gui": "^3.6.0", + "spryker/kernel": "^3.30.0", "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/propel-orm": "^1.0.0", "spryker/symfony": "^3.0.0", - "spryker/twig": "^3.0.0", - "spryker/url": "^3.5.0", - "spryker/util-encoding": "^2.0.0", - "spryker/util-text": "^1.1.0" + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/transfer": "^3.25.0", + "spryker/util-data-reader": "^1.0.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { + "spryker/cms-block-gui": "*", "spryker/code-sniffer": "*", - "spryker/config": "*", - "spryker/container": "*", - "spryker/event-dispatcher": "*", - "spryker/form": "*", "spryker/propel": "*", - "spryker/router": "*", - "spryker/store": "*", - "spryker/testify": "*", - "spryker/validator": "*", - "spryker/zed-navigation": "*" + "spryker/testify": "*" + }, + "suggest": { + "spryker/cms-block-gui": "^1.0.0 || ^2.0.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\CmsGui\\PageObject\\": "tests/SprykerTest/Zed/CmsGui/_support/PageObject/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CmsGui module", + "description": "CmsBlockCategoryConnector module", "support": { - "source": "https://github.com/spryker/cms-gui/tree/5.12.0" + "source": "https://github.com/spryker/cms-block-category-connector/tree/2.7.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/cms-gui-extension", - "version": "1.0.0", + "name": "spryker/cms-block-category-storage", + "version": "1.7.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-gui-extension.git", - "reference": "d0b4dd119c7508efb274fb3eb5307411eae19384" + "url": "https://github.com/spryker/cms-block-category-storage.git", + "reference": "8cde749f8740d7d853fb4bc505585964390c78c8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-gui-extension/zipball/d0b4dd119c7508efb274fb3eb5307411eae19384", - "reference": "d0b4dd119c7508efb274fb3eb5307411eae19384", + "url": "https://api.github.com/repos/spryker/cms-block-category-storage/zipball/8cde749f8740d7d853fb4bc505585964390c78c8", + "reference": "8cde749f8740d7d853fb4bc505585964390c78c8", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.4", + "spryker/category": "^4.3.0 || ^5.0.0", + "spryker/cms-block": "^1.5.0 || ^2.0.0 || ^3.0.0", + "spryker/cms-block-category-connector": "^2.1.0", + "spryker/cms-block-storage-extension": "^1.0.0", + "spryker/event-behavior": "^1.10.0", + "spryker/kernel": "^3.30.0", + "spryker/propel-orm": "^1.5.0", + "spryker/storage": "^1.0.0 || ^2.0.0 || ^3.0.0", + "spryker/synchronization": "^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.0.0", + "spryker/util-sanitize": "^2.1.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/event": "*", + "spryker/propel": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" + }, "type": "library", "extra": { "branch-alias": { @@ -20143,43 +21465,45 @@ "license": [ "proprietary" ], - "description": "CmsGuiExtension module", + "description": "CmsBlockCategoryStorage module", "support": { - "source": "https://github.com/spryker/cms-gui-extension/tree/master" + "source": "https://github.com/spryker/cms-block-category-storage/tree/1.7.0" }, - "time": "2019-05-27T10:14:13+00:00" + "time": "2022-04-18T08:41:46+00:00" }, { - "name": "spryker/cms-navigation-connector", - "version": "1.1.1", + "name": "spryker/cms-block-collector", + "version": "2.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-navigation-connector.git", - "reference": "f5b7fee101b7614fde34b1d7f196213758a692c4" + "url": "https://github.com/spryker/cms-block-collector.git", + "reference": "522ba2340fe1aed23e751465e81b57b7c583182e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-navigation-connector/zipball/f5b7fee101b7614fde34b1d7f196213758a692c4", - "reference": "f5b7fee101b7614fde34b1d7f196213758a692c4", + "url": "https://api.github.com/repos/spryker/cms-block-collector/zipball/522ba2340fe1aed23e751465e81b57b7c583182e", + "reference": "522ba2340fe1aed23e751465e81b57b7c583182e", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/cms": "^6.5.0 || ^7.0.0", - "spryker/cms-extension": "^1.1.0", + "php": ">=7.4", + "spryker/cms-block": "^2.0.0 || ^3.0.0", + "spryker/collector": "^6.0.0", + "spryker/glossary": "^3.0.0", "spryker/kernel": "^3.30.0", - "spryker/navigation": "^2.3.0" + "spryker/propel-orm": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/util-data-reader": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/locale": "*", - "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -20191,39 +21515,31 @@ "license": [ "proprietary" ], - "description": "CmsNavigationConnector module", + "description": "CmsBlockCollector module", "support": { - "source": "https://github.com/spryker/cms-navigation-connector/tree/master" + "source": "https://github.com/spryker/cms-block-collector/tree/2.2.0" }, - "time": "2020-05-29T13:08:37+00:00" + "time": "2021-10-12T14:37:44+00:00" }, { - "name": "spryker/cms-page-data-import", - "version": "1.2.0", + "name": "spryker/cms-block-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-page-data-import.git", - "reference": "81edc6b4014b13ed50dc0e877151b4130a332d14" + "url": "https://github.com/spryker/cms-block-extension.git", + "reference": "2ae954789090bbe5b4aa8513c81da979dfa0c798" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-page-data-import/zipball/81edc6b4014b13ed50dc0e877151b4130a332d14", - "reference": "81edc6b4014b13ed50dc0e877151b4130a332d14", + "url": "https://api.github.com/repos/spryker/cms-block-extension/zipball/2ae954789090bbe5b4aa8513c81da979dfa0c798", + "reference": "2ae954789090bbe5b4aa8513c81da979dfa0c798", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/cms": "^7.0.0", - "spryker/data-import": "^1.3.0", - "spryker/glossary": "^3.3.0", - "spryker/kernel": "^3.30.0", - "spryker/store": "^1.8.0", - "spryker/url": "^3.3.0" + "php": ">=7.1" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/propel-orm": "*", "spryker/testify": "*" }, "type": "library", @@ -20234,62 +21550,59 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\CmsPageDataImport\\Helper\\": "tests/SprykerTest/Zed/CmsPageDataImport/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "CmsPageDataImport module", + "description": "CmsBlockExtension module", "support": { - "source": "https://github.com/spryker/cms-page-data-import/tree/1.2.0" + "source": "https://github.com/spryker/cms-block-extension/tree/master" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2019-10-31T13:30:01+00:00" }, { - "name": "spryker/cms-page-search", - "version": "2.6.0", + "name": "spryker/cms-block-gui", + "version": "2.11.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-page-search.git", - "reference": "8c469e3f86428f6338bf4cac5c2c428695bb6773" + "url": "https://github.com/spryker/cms-block-gui.git", + "reference": "f314bad1be69024569c6ae769d966c79b3c11ce8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-page-search/zipball/8c469e3f86428f6338bf4cac5c2c428695bb6773", - "reference": "8c469e3f86428f6338bf4cac5c2c428695bb6773", + "url": "https://api.github.com/repos/spryker/cms-block-gui/zipball/f314bad1be69024569c6ae769d966c79b3c11ce8", + "reference": "f314bad1be69024569c6ae769d966c79b3c11ce8", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/cms": "^7.0.0", - "spryker/event-behavior": "^1.10.0", - "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.1.0 || ^4.0.0", + "spryker/cms-block": "^2.0.0 || ^3.0.0", + "spryker/cms-block-gui-extension": "^1.0.0", + "spryker/gui": "^3.48.0", + "spryker/kernel": "^3.52.0", + "spryker/locale": "^3.0.0 || ^4.0.0", "spryker/propel-orm": "^1.0.0", - "spryker/search": "^7.0.0 || ^8.0.0", - "spryker/search-extension": "^1.0.0", - "spryker/store": "^1.4.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.0.0", - "spryker/transfer": "^3.25.0", - "spryker/util-encoding": "^2.0.0" + "spryker/symfony": "^3.0.0", + "spryker/twig": "^3.0.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { + "spryker/application": "*", "spryker/code-sniffer": "*", - "spryker/elastica": "*", - "spryker/event": "*", + "spryker/config": "*", + "spryker/container": "*", + "spryker/event-dispatcher": "*", + "spryker/form": "*", "spryker/propel": "*", + "spryker/router": "*", + "spryker/silex": "*", + "spryker/store": "*", "spryker/testify": "*", - "spryker/url": "*" - }, - "suggest": { - "spryker/config": "If you want to use config.", - "spryker/elastica": "If you want to use Elastica plugins.", - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/url": "If you want to use Url plugins, minimum required version: 3.3.0" + "spryker/validator": "*", + "spryker/zed-navigation": "*" }, "type": "library", "extra": { @@ -20299,44 +21612,40 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\CmsBlockGui\\PageObject\\": "tests/SprykerTest/Zed/CmsBlockGui/_support/PageObject/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CmsPageSearch module", + "description": "CmsBlockGui module", "support": { - "source": "https://github.com/spryker/cms-page-search/tree/2.6.0" + "source": "https://github.com/spryker/cms-block-gui/tree/2.11.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/cms-pages-content-banners-resource-relationship", + "name": "spryker/cms-block-gui-extension", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-pages-content-banners-resource-relationship.git", - "reference": "d19212f28225bc0642ab6fbe4d45ba7ce617763b" + "url": "https://github.com/spryker/cms-block-gui-extension.git", + "reference": "ddfae6b92a7272f179e6911d824807a4d0a85c6f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-pages-content-banners-resource-relationship/zipball/d19212f28225bc0642ab6fbe4d45ba7ce617763b", - "reference": "d19212f28225bc0642ab6fbe4d45ba7ce617763b", + "url": "https://api.github.com/repos/spryker/cms-block-gui-extension/zipball/ddfae6b92a7272f179e6911d824807a4d0a85c6f", + "reference": "ddfae6b92a7272f179e6911d824807a4d0a85c6f", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/cms-storage": "^2.4.0", - "spryker/content-banners-rest-api": "^2.2.0", - "spryker/glue-application": "^1.8.0", - "spryker/glue-application-extension": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/store": "^1.0.0" + "php": ">=7.1" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -20353,37 +21662,50 @@ "license": [ "proprietary" ], - "description": "CmsPagesContentBannersResourceRelationship module", + "description": "CmsBlockGuiExtension module", "support": { - "source": "https://github.com/spryker/cms-pages-content-banners-resource-relationship/tree/master" + "source": "https://github.com/spryker/cms-block-gui-extension/tree/1.0.0" }, - "time": "2020-07-03T12:16:11+00:00" + "time": "2019-05-27T10:14:13+00:00" }, { - "name": "spryker/cms-pages-content-product-abstract-lists-resource-relationship", - "version": "1.0.0", + "name": "spryker/cms-block-product-connector", + "version": "1.5.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-pages-content-product-abstract-lists-resource-relationship.git", - "reference": "de7621d4670db91d6e29a5ccf5be8d62e4d4059a" + "url": "https://github.com/spryker/cms-block-product-connector.git", + "reference": "ca969207612e69c65faf9a1eed134ec646ea265f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-pages-content-product-abstract-lists-resource-relationship/zipball/de7621d4670db91d6e29a5ccf5be8d62e4d4059a", - "reference": "de7621d4670db91d6e29a5ccf5be8d62e4d4059a", + "url": "https://api.github.com/repos/spryker/cms-block-product-connector/zipball/ca969207612e69c65faf9a1eed134ec646ea265f", + "reference": "ca969207612e69c65faf9a1eed134ec646ea265f", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/cms-storage": "^2.4.0", - "spryker/content-product-abstract-lists-rest-api": "^1.2.0", - "spryker/glue-application": "^1.8.0", - "spryker/glue-application-extension": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/store": "^1.0.0" + "php": ">=8.0", + "spryker/cms-block": "^1.2.0 || ^2.0.0 || ^3.0.0", + "spryker/cms-block-extension": "^1.0.0", + "spryker/collector": "^5.0.0 || ^6.0.0", + "spryker/gui": "^3.24.0", + "spryker/kernel": "^3.30.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/product": "^5.8.0 || ^6.12.0", + "spryker/propel-orm": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/util-data-reader": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/cms-block-gui": "*", + "spryker/code-sniffer": "*", + "spryker/product-management": "*", + "spryker/propel": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/cms-block-gui": "^1.0.0 || ^2.0.0", + "spryker/product-management": "*" }, "type": "library", "extra": { @@ -20400,41 +21722,50 @@ "license": [ "proprietary" ], - "description": "CmsPagesContentProductAbstractListsResourceRelationship module", + "description": "CmsBlockProductConnector module", "support": { - "source": "https://github.com/spryker/cms-pages-content-product-abstract-lists-resource-relationship/tree/master" + "source": "https://github.com/spryker/cms-block-product-connector/tree/1.5.0" }, - "time": "2020-07-03T12:16:11+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/cms-pages-rest-api", - "version": "1.0.0", + "name": "spryker/cms-block-product-storage", + "version": "1.6.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-pages-rest-api.git", - "reference": "2f14b726ea875754bea6d6ed403713ddea0dde0f" + "url": "https://github.com/spryker/cms-block-product-storage.git", + "reference": "2c889cef5f191bfda1dc44e0f02d62337dc43597" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-pages-rest-api/zipball/2f14b726ea875754bea6d6ed403713ddea0dde0f", - "reference": "2f14b726ea875754bea6d6ed403713ddea0dde0f", + "url": "https://api.github.com/repos/spryker/cms-block-product-storage/zipball/2c889cef5f191bfda1dc44e0f02d62337dc43597", + "reference": "2c889cef5f191bfda1dc44e0f02d62337dc43597", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/cms-page-search": "^2.2.0", - "spryker/cms-storage": "^2.4.0", - "spryker/glue-application": "^1.0.0", - "spryker/glue-application-extension": "^1.0.0", + "php": ">=7.4", + "spryker/cms-block": "^1.5.0 || ^2.0.0 || ^3.0.0", + "spryker/cms-block-product-connector": "^1.1.0", + "spryker/cms-block-storage-extension": "^1.0.0", + "spryker/event-behavior": "^1.10.0", "spryker/kernel": "^3.30.0", - "spryker/store": "^1.0.0", - "spryker/symfony": "^3.0.0", + "spryker/storage": "^1.0.0 || ^2.0.0 || ^3.0.0", + "spryker/synchronization": "^1.0.0", "spryker/synchronization-behavior": "^1.0.0", - "spryker/urls-rest-api-extension": "^1.0.0", - "spryker/uuid-behavior": "^1.0.0" + "spryker/synchronization-extension": "^1.0.0", + "spryker/util-sanitize": "^2.1.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/event": "*", + "spryker/product": "*", + "spryker/propel": "*", + "spryker/propel-orm": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", + "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0" }, "type": "library", "extra": { @@ -20451,91 +21782,95 @@ "license": [ "proprietary" ], - "description": "CmsPagesRestApi module", + "description": "CmsBlockProductStorage module", "support": { - "source": "https://github.com/spryker/cms-pages-rest-api/tree/master" + "source": "https://github.com/spryker/cms-block-product-storage/tree/1.6.0" }, - "time": "2020-07-03T12:16:11+00:00" + "time": "2022-04-18T08:41:46+00:00" }, { - "name": "spryker/cms-slot", - "version": "1.0.2", + "name": "spryker/cms-block-storage", + "version": "2.5.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-slot.git", - "reference": "241a831b8147dc069083c461911fe040127ef6cb" + "url": "https://github.com/spryker/cms-block-storage.git", + "reference": "2731d84d891d3ea40e1d6df04d7a06facd42eb53" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-slot/zipball/241a831b8147dc069083c461911fe040127ef6cb", - "reference": "241a831b8147dc069083c461911fe040127ef6cb", + "url": "https://api.github.com/repos/spryker/cms-block-storage/zipball/2731d84d891d3ea40e1d6df04d7a06facd42eb53", + "reference": "2731d84d891d3ea40e1d6df04d7a06facd42eb53", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/cms-slot-extension": "^1.0.0", - "spryker/kernel": "^3.37.0", - "spryker/propel-orm": "^1.0.0", - "spryker/symfony": "^3.3.0", - "spryker/transfer": "^3.8.0" + "php": ">=8.0", + "spryker/cms-block": "^3.0.0", + "spryker/cms-block-storage-extension": "^1.0.0", + "spryker/event-behavior": "^1.1.0", + "spryker/kernel": "^3.30.0", + "spryker/propel-orm": "^1.5.0", + "spryker/storage": "^3.4.0", + "spryker/store": "^1.5.0", + "spryker/synchronization": "^0.2.0 || ^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.0.0", + "spryker/transfer": "^3.25.0", + "spryker/util-encoding": "^1.0.0 || ^2.0.0", + "spryker/util-sanitize": "^2.1.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/event": "*", + "spryker/locale": "*", "spryker/propel": "*", + "spryker/queue": "*", + "spryker/store-extension": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\CmsSlot\\Helper\\": "tests/SprykerTest/Zed/CmsSlot/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CmsSlot module", + "description": "CmsBlockStorage module", "support": { - "source": "https://github.com/spryker/cms-slot/tree/1.0.2" + "source": "https://github.com/spryker/cms-block-storage/tree/2.5.0" }, - "time": "2020-10-01T07:50:33+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/cms-slot-block", - "version": "1.1.1", + "name": "spryker/cms-block-storage-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-slot-block.git", - "reference": "01b6c4cac7ef4001c86f2062f1c847e533c23bf9" + "url": "https://github.com/spryker/cms-block-storage-extension.git", + "reference": "78475e941f58a9063903d6d6cfe4b9e5b245aff2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-slot-block/zipball/01b6c4cac7ef4001c86f2062f1c847e533c23bf9", - "reference": "01b6c4cac7ef4001c86f2062f1c847e533c23bf9", + "url": "https://api.github.com/repos/spryker/cms-block-storage-extension/zipball/78475e941f58a9063903d6d6cfe4b9e5b245aff2", + "reference": "78475e941f58a9063903d6d6cfe4b9e5b245aff2", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/cms-block": "^2.0.0 || ^3.0.0", - "spryker/cms-slot": "^1.0.0", - "spryker/cms-slot-block-extension": "^1.0.0", - "spryker/event": "^2.3.0", - "spryker/kernel": "^3.33.0", - "spryker/propel-orm": "^1.0.0", - "spryker/transfer": "^3.8.0", - "spryker/util-encoding": "^1.0.0 || ^2.0.0" + "php": ">=7.1" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/propel": "*", - "spryker/store": "*", "spryker/testify": "*" }, "type": "library", @@ -20546,50 +21881,54 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\CmsSlotBlock\\Helper\\": "tests/SprykerTest/Zed/CmsSlotBlock/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CmsSlotBlock module", + "description": "CmsBlockStorageExtension module", "support": { - "source": "https://github.com/spryker/cms-slot-block/tree/1.1.1" + "source": "https://github.com/spryker/cms-block-storage-extension/tree/1.0.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2019-10-31T13:30:01+00:00" }, { - "name": "spryker/cms-slot-block-category-connector", - "version": "1.0.1", + "name": "spryker/cms-collector", + "version": "2.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-slot-block-category-connector.git", - "reference": "f0ec1bbed6ad3a02468bfb2cc119d16d4c887519" + "url": "https://github.com/spryker/cms-collector.git", + "reference": "e54165510aede8ee0deb9d91e79b5632845dfe51" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-slot-block-category-connector/zipball/f0ec1bbed6ad3a02468bfb2cc119d16d4c887519", - "reference": "f0ec1bbed6ad3a02468bfb2cc119d16d4c887519", + "url": "https://api.github.com/repos/spryker/cms-collector/zipball/e54165510aede8ee0deb9d91e79b5632845dfe51", + "reference": "e54165510aede8ee0deb9d91e79b5632845dfe51", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/category": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0", - "spryker/cms-slot-block-extension": "^1.0.0", + "php": ">=7.4", + "spryker/cms": "^6.2.0 || ^7.0.0", + "spryker/collector": "^5.1.1 || ^6.0.0", "spryker/kernel": "^3.30.0", - "spryker/transfer": "^3.8.0" + "spryker/propel-orm": "^1.1.0", + "spryker/search": "^6.2.0 || ^7.0.0 || ^8.0.0", + "spryker/store": "^1.4.0", + "spryker/symfony": "^3.0.0", + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/transfer": "^3.25.0", + "spryker/url": "^3.0.0", + "spryker/util-data-reader": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -20601,39 +21940,57 @@ "license": [ "proprietary" ], - "description": "CmsSlotBlockCategoryConnector module", + "description": "CmsCollector module", "support": { - "source": "https://github.com/spryker/cms-slot-block-category-connector/tree/1.0.1" + "source": "https://github.com/spryker/cms-collector/tree/2.2.0" }, - "time": "2021-01-29T11:44:40+00:00" + "time": "2022-01-04T12:43:20+00:00" }, { - "name": "spryker/cms-slot-block-category-gui", - "version": "1.3.0", + "name": "spryker/cms-content-widget", + "version": "1.9.1", "source": { "type": "git", - "url": "https://github.com/spryker/cms-slot-block-category-gui.git", - "reference": "2df3e792bdb15a7232b7d9d918c5c4b0a14de3af" + "url": "https://github.com/spryker/cms-content-widget.git", + "reference": "c5a945976943788ebf07b034dac586b8c2a59aab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-slot-block-category-gui/zipball/2df3e792bdb15a7232b7d9d918c5c4b0a14de3af", - "reference": "2df3e792bdb15a7232b7d9d918c5c4b0a14de3af", + "url": "https://api.github.com/repos/spryker/cms-content-widget/zipball/c5a945976943788ebf07b034dac586b8c2a59aab", + "reference": "c5a945976943788ebf07b034dac586b8c2a59aab", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/category": "^4.22.0 || ^5.1.0", - "spryker/cms-slot-block-gui-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/locale": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0", + "php": ">=7.4", + "spryker/application": "^3.0.0", + "spryker/cms-extension": "^1.0.0", + "spryker/glossary": "^3.0.0", + "spryker/gui": "^3.21.0", + "spryker/kernel": "^3.52.0", + "spryker/log": "^3.0.0", "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.8.0", - "spryker/translator": "^1.0.0", - "spryker/util-encoding": "^1.0.0 || ^2.0.0" + "spryker/twig": "^3.0.0", + "spryker/twig-extension": "^1.0.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/cms-block-collector": "*", + "spryker/cms-block-storage": "*", + "spryker/cms-collector": "*", + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/silex": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/cms": "If you want to use CmsPageParameterMapExpanderPlugin plugin.", + "spryker/cms-block-collector": "If you want to expand CMS block collector with content widget mapping, provides plugin.", + "spryker/cms-block-gui": "If you want to use content widgets with CMS blocks.", + "spryker/cms-block-storage": "If you want to use CmsBlockStorage plugins, minimum required version: 1.2.0.", + "spryker/cms-collector": "If you want to expand cms pages collector with content widget mapping, provides plugin.", + "spryker/cms-gui": "If you want to use content widgets with CMS pages.", + "spryker/container": "If you want to use Twig plugins", + "spryker/silex": "Needed to get Twig environment for content widget service provider." }, "type": "library", "extra": { @@ -20650,37 +22007,38 @@ "license": [ "proprietary" ], - "description": "CmsSlotBlockCategoryGui module", + "description": "CmsContentWidget module", "support": { - "source": "https://github.com/spryker/cms-slot-block-category-gui/tree/1.3.0" + "source": "https://github.com/spryker/cms-content-widget/tree/1.9.1" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2022-03-31T03:09:17+00:00" }, { - "name": "spryker/cms-slot-block-cms-connector", - "version": "1.0.0", + "name": "spryker/cms-content-widget-cms-block-connector", + "version": "1.4.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-slot-block-cms-connector.git", - "reference": "8c19171bafc923328d19c7e835fca3334b682126" + "url": "https://github.com/spryker/cms-content-widget-cms-block-connector.git", + "reference": "8e562bf981fea008f5d42c1444b52c36e3c60649" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-slot-block-cms-connector/zipball/8c19171bafc923328d19c7e835fca3334b682126", - "reference": "8c19171bafc923328d19c7e835fca3334b682126", + "url": "https://api.github.com/repos/spryker/cms-content-widget-cms-block-connector/zipball/8e562bf981fea008f5d42c1444b52c36e3c60649", + "reference": "8e562bf981fea008f5d42c1444b52c36e3c60649", "shasum": "" }, "require": { "php": ">=7.2", - "spryker/cms": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", - "spryker/cms-slot-block-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/transfer": "^3.8.0" + "spryker/cms-block-storage": "^1.1.0 || ^2.0.0", + "spryker/cms-content-widget": "^1.0.0", + "spryker/kernel": "^3.52.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/twig": "*" + }, + "suggest": { + "spryker/twig": "If you want to use CmsBlockContentWidgetPlugin." }, "type": "library", "extra": { @@ -20697,40 +22055,39 @@ "license": [ "proprietary" ], - "description": "CmsSlotBlockCmsConnector module", + "description": "CmsContentWidgetCmsBlockConnector module", "support": { - "source": "https://github.com/spryker/cms-slot-block-cms-connector/tree/master" + "source": "https://github.com/spryker/cms-content-widget-cms-block-connector/tree/master" }, - "time": "2019-12-03T14:33:53+00:00" + "time": "2020-07-24T04:44:34+00:00" }, { - "name": "spryker/cms-slot-block-cms-gui", - "version": "1.1.0", + "name": "spryker/cms-content-widget-content-connector", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-slot-block-cms-gui.git", - "reference": "db2f62fb27e97d1b34f8a240837ce67e8d651efc" + "url": "https://github.com/spryker/cms-content-widget-content-connector.git", + "reference": "98aa1f5dd8498025e51ec0908c42a87930d1396f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-slot-block-cms-gui/zipball/db2f62fb27e97d1b34f8a240837ce67e8d651efc", - "reference": "db2f62fb27e97d1b34f8a240837ce67e8d651efc", + "url": "https://api.github.com/repos/spryker/cms-content-widget-content-connector/zipball/98aa1f5dd8498025e51ec0908c42a87930d1396f", + "reference": "98aa1f5dd8498025e51ec0908c42a87930d1396f", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/cms": "^3.2.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", - "spryker/cms-slot-block-gui-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/locale": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.8.0", - "spryker/translator": "^1.0.0", - "spryker/util-encoding": "^1.0.0 || ^2.0.0" + "php": ">=7.2", + "spryker/content": "^2.2.0", + "spryker/kernel": "^3.33.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/cms-content-widget": "*", + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/cms-content-widget": "Use this module when you want to use the Cms Content Widget." }, "type": "library", "extra": { @@ -20747,41 +22104,41 @@ "license": [ "proprietary" ], - "description": "CmsSlotBlockCmsGui module", + "description": "CmsContentWidgetContentConnector module", "support": { - "source": "https://github.com/spryker/cms-slot-block-cms-gui/tree/1.1.0" + "source": "https://github.com/spryker/cms-content-widget-content-connector/tree/1.0.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2020-07-02T16:48:14+00:00" }, { - "name": "spryker/cms-slot-block-data-import", - "version": "0.2.2", + "name": "spryker/cms-content-widget-product-connector", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-slot-block-data-import.git", - "reference": "fc6ae8b42deb3e367a448bd71739959bd50baee1" + "url": "https://github.com/spryker/cms-content-widget-product-connector.git", + "reference": "b2608afa9293179ff5ef91767cf64eec451e1bfe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-slot-block-data-import/zipball/fc6ae8b42deb3e367a448bd71739959bd50baee1", - "reference": "fc6ae8b42deb3e367a448bd71739959bd50baee1", + "url": "https://api.github.com/repos/spryker/cms-content-widget-product-connector/zipball/b2608afa9293179ff5ef91767cf64eec451e1bfe", + "reference": "b2608afa9293179ff5ef91767cf64eec451e1bfe", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/category": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0", - "spryker/cms": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", - "spryker/cms-block": "^3.0.0", - "spryker/cms-slot": "^1.0.0", - "spryker/cms-slot-block": "^1.0.0", - "spryker/data-import": "^1.4.0", - "spryker/kernel": "^3.33.0", - "spryker/product": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0" + "php": ">=7.2", + "spryker/cms-content-widget": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/propel-orm": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", "spryker/propel": "*", - "spryker/testify": "*" + "spryker/testify": "*", + "spryker/twig": "*" + }, + "suggest": { + "spryker/twig": "Required by Yves Twig function." }, "type": "library", "extra": { @@ -20796,30 +22153,32 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "CmsSlotBlockDataImport module", + "description": "CmsContentWidgetProductConnector module", "support": { - "source": "https://github.com/spryker/cms-slot-block-data-import/tree/0.2.2" + "source": "https://github.com/spryker/cms-content-widget-product-connector/tree/master" }, - "time": "2022-06-08T18:07:25+00:00" + "time": "2020-08-31T14:57:35+00:00" }, { - "name": "spryker/cms-slot-block-extension", - "version": "1.0.0", + "name": "spryker/cms-content-widget-product-group-connector", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-slot-block-extension.git", - "reference": "0716437042b462e468cfb046d54705a9826a6342" + "url": "https://github.com/spryker/cms-content-widget-product-group-connector.git", + "reference": "5bb563d6e33228e4b029bfdf13eacf77dc20d699" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-slot-block-extension/zipball/0716437042b462e468cfb046d54705a9826a6342", - "reference": "0716437042b462e468cfb046d54705a9826a6342", + "url": "https://api.github.com/repos/spryker/cms-content-widget-product-group-connector/zipball/5bb563d6e33228e4b029bfdf13eacf77dc20d699", + "reference": "5bb563d6e33228e4b029bfdf13eacf77dc20d699", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=7.1", + "spryker/cms-content-widget": "^1.0.0", + "spryker/kernel": "^3.30.0" }, "require-dev": { "spryker/code-sniffer": "*", @@ -20840,40 +22199,42 @@ "license": [ "proprietary" ], - "description": "CmsSlotBlockExtension module", + "description": "CmsContentWidgetProductGroupConnector module", "support": { - "source": "https://github.com/spryker/cms-slot-block-extension/tree/master" + "source": "https://github.com/spryker/cms-content-widget-product-group-connector/tree/master" }, - "time": "2019-11-27T14:34:46+00:00" + "time": "2019-09-25T11:02:16+00:00" }, { - "name": "spryker/cms-slot-block-gui", - "version": "1.2.0", + "name": "spryker/cms-content-widget-product-set-connector", + "version": "1.1.1", "source": { "type": "git", - "url": "https://github.com/spryker/cms-slot-block-gui.git", - "reference": "66018cdc87d2795c4f10512a8335fc0c94931b1a" + "url": "https://github.com/spryker/cms-content-widget-product-set-connector.git", + "reference": "48c9f949af0f9fbd1db8cbeb981e034b8398920f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-slot-block-gui/zipball/66018cdc87d2795c4f10512a8335fc0c94931b1a", - "reference": "66018cdc87d2795c4f10512a8335fc0c94931b1a", + "url": "https://api.github.com/repos/spryker/cms-content-widget-product-set-connector/zipball/48c9f949af0f9fbd1db8cbeb981e034b8398920f", + "reference": "48c9f949af0f9fbd1db8cbeb981e034b8398920f", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/cms-block": "^1.0.0 || ^2.0.0 || ^3.0.0", - "spryker/cms-slot": "^1.0.0", - "spryker/cms-slot-block": "^1.1.0", - "spryker/cms-slot-block-gui-extension": "^1.0.0", - "spryker/gui": "^3.45.0", - "spryker/kernel": "^3.33.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.8.0", - "spryker/util-text": "^1.1.0" + "php": ">=7.2", + "spryker/cms-content-widget": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/product-set": "^1.0.0", + "spryker/propel-orm": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/testify": "*", + "spryker/twig": "*" + }, + "suggest": { + "spryker/twig": "Required by Yves Twig function." }, "type": "library", "extra": { @@ -20890,37 +22251,33 @@ "license": [ "proprietary" ], - "description": "CmsSlotBlockGui module", + "description": "CmsContentWidgetProductSetConnector module", "support": { - "source": "https://github.com/spryker/cms-slot-block-gui/tree/1.2.0" + "source": "https://github.com/spryker/cms-content-widget-product-set-connector/tree/1.1.1" }, - "time": "2022-09-19T06:48:51+00:00" + "time": "2020-05-29T13:08:37+00:00" }, { - "name": "spryker/cms-slot-block-gui-extension", - "version": "1.0.0", + "name": "spryker/cms-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-slot-block-gui-extension.git", - "reference": "40f0f0e2c4581e45efaaef350571f5493d619826" + "url": "https://github.com/spryker/cms-extension.git", + "reference": "a6b3db26f0117310711a13e1c62bbef7a45cd876" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-slot-block-gui-extension/zipball/40f0f0e2c4581e45efaaef350571f5493d619826", - "reference": "40f0f0e2c4581e45efaaef350571f5493d619826", + "url": "https://api.github.com/repos/spryker/cms-extension/zipball/a6b3db26f0117310711a13e1c62bbef7a45cd876", + "reference": "a6b3db26f0117310711a13e1c62bbef7a45cd876", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=7.1" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/symfony": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/symfony": "If you want to use symfony forms" - }, "type": "library", "extra": { "branch-alias": { @@ -20936,92 +22293,96 @@ "license": [ "proprietary" ], - "description": "CmsSlotBlockGuiExtension module", + "description": "CmsExtension module", "support": { - "source": "https://github.com/spryker/cms-slot-block-gui-extension/tree/master" + "source": "https://github.com/spryker/cms-extension/tree/master" }, - "time": "2019-11-27T14:34:46+00:00" + "time": "2019-11-07T17:00:01+00:00" }, { - "name": "spryker/cms-slot-block-product-category-connector", - "version": "1.5.0", + "name": "spryker/cms-gui", + "version": "5.12.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-slot-block-product-category-connector.git", - "reference": "8bcff66ee15deed53c2c1ca4f3792599fe0f3f47" + "url": "https://github.com/spryker/cms-gui.git", + "reference": "51d6a55ffa935c2aa4f16240ddd3578fb2c56900" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-slot-block-product-category-connector/zipball/8bcff66ee15deed53c2c1ca4f3792599fe0f3f47", - "reference": "8bcff66ee15deed53c2c1ca4f3792599fe0f3f47", + "url": "https://api.github.com/repos/spryker/cms-gui/zipball/51d6a55ffa935c2aa4f16240ddd3578fb2c56900", + "reference": "51d6a55ffa935c2aa4f16240ddd3578fb2c56900", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/cms-slot-block-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/locale": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0", - "spryker/product-category-storage": "^1.11.0 || ^2.6.0", - "spryker/store": "^1.4.0", - "spryker/transfer": "^3.25.0" + "spryker/application": "^3.2.0", + "spryker/cms": "^7.0.0", + "spryker/cms-gui-extension": "^1.0.0", + "spryker/glossary": "^3.0.0", + "spryker/gui": "^3.48.0", + "spryker/kernel": "^3.52.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/symfony": "^3.0.0", + "spryker/twig": "^3.0.0", + "spryker/url": "^3.5.0", + "spryker/util-encoding": "^2.0.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/config": "*", "spryker/container": "*", - "spryker/storage": "*", - "spryker/store-extension": "*", - "spryker/testify": "*" + "spryker/event-dispatcher": "*", + "spryker/form": "*", + "spryker/propel": "*", + "spryker/router": "*", + "spryker/store": "*", + "spryker/testify": "*", + "spryker/validator": "*", + "spryker/zed-navigation": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "5.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\CmsGui\\PageObject\\": "tests/SprykerTest/Zed/CmsGui/_support/PageObject/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CmsSlotBlockProductCategoryConnector module", + "description": "CmsGui module", "support": { - "source": "https://github.com/spryker/cms-slot-block-product-category-connector/tree/1.5.0" + "source": "https://github.com/spryker/cms-gui/tree/5.12.0" }, - "time": "2023-04-20T13:53:42+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/cms-slot-block-product-category-gui", - "version": "1.1.0", + "name": "spryker/cms-gui-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-slot-block-product-category-gui.git", - "reference": "e3ac6f6d7ab3d59d64580bab5cf8e748e93f00f4" + "url": "https://github.com/spryker/cms-gui-extension.git", + "reference": "d0b4dd119c7508efb274fb3eb5307411eae19384" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-slot-block-product-category-gui/zipball/e3ac6f6d7ab3d59d64580bab5cf8e748e93f00f4", - "reference": "e3ac6f6d7ab3d59d64580bab5cf8e748e93f00f4", + "url": "https://api.github.com/repos/spryker/cms-gui-extension/zipball/d0b4dd119c7508efb274fb3eb5307411eae19384", + "reference": "d0b4dd119c7508efb274fb3eb5307411eae19384", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/category": "^4.6.0 || ^5.0.0", - "spryker/cms-slot-block-gui-extension": "^1.0.0", - "spryker/gui": "^3.24.0", - "spryker/kernel": "^3.30.0", - "spryker/locale": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0", - "spryker/product": "^6.12.0", - "spryker/propel-orm": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/translator": "^1.0.0", - "spryker/util-encoding": "^1.0.0 || ^2.0.0" + "php": ">=7.1" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -21038,52 +22399,39 @@ "license": [ "proprietary" ], - "description": "CmsSlotBlockProductCategoryGui module", + "description": "CmsGuiExtension module", "support": { - "source": "https://github.com/spryker/cms-slot-block-product-category-gui/tree/1.1.0" + "source": "https://github.com/spryker/cms-gui-extension/tree/master" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2019-05-27T10:14:13+00:00" }, { - "name": "spryker/cms-slot-block-storage", - "version": "1.2.1", + "name": "spryker/cms-navigation-connector", + "version": "1.1.1", "source": { "type": "git", - "url": "https://github.com/spryker/cms-slot-block-storage.git", - "reference": "bbd50cd01c251cde752323f20596289cee4e9709" + "url": "https://github.com/spryker/cms-navigation-connector.git", + "reference": "f5b7fee101b7614fde34b1d7f196213758a692c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-slot-block-storage/zipball/bbd50cd01c251cde752323f20596289cee4e9709", - "reference": "bbd50cd01c251cde752323f20596289cee4e9709", + "url": "https://api.github.com/repos/spryker/cms-navigation-connector/zipball/f5b7fee101b7614fde34b1d7f196213758a692c4", + "reference": "f5b7fee101b7614fde34b1d7f196213758a692c4", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/cms-slot": "^1.0.0", - "spryker/cms-slot-block": "^1.0.0", - "spryker/event-behavior": "^1.8.0", + "php": ">=7.2", + "spryker/cms": "^6.5.0 || ^7.0.0", + "spryker/cms-extension": "^1.1.0", "spryker/kernel": "^3.30.0", - "spryker/propel-orm": "^1.3.0", - "spryker/storage": "^1.0.0 || ^2.0.0 || ^3.0.0", - "spryker/synchronization": "^1.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.1.0", - "spryker/transfer": "^3.8.0", - "spryker/util-encoding": "^1.0.0 || ^2.0.0" + "spryker/navigation": "^2.3.0" }, "require-dev": { - "spryker/cms-block": "*", "spryker/code-sniffer": "*", - "spryker/event": "*", + "spryker/locale": "*", "spryker/propel": "*", - "spryker/store": "*", - "spryker/store-extension": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" - }, "type": "library", "extra": { "branch-alias": { @@ -21092,45 +22440,46 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\CmsSlotBlockStorage\\Helper\\": "tests/SprykerTest/Zed/CmsSlotBlockStorage/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CmsSlotBlockStorage module", + "description": "CmsNavigationConnector module", "support": { - "source": "https://github.com/spryker/cms-slot-block-storage/tree/1.2.1" + "source": "https://github.com/spryker/cms-navigation-connector/tree/master" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2020-05-29T13:08:37+00:00" }, { - "name": "spryker/cms-slot-data-import", - "version": "0.7.0", + "name": "spryker/cms-page-data-import", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-slot-data-import.git", - "reference": "5e81e16989a0eb71b1faa6d6a606218b42b34025" + "url": "https://github.com/spryker/cms-page-data-import.git", + "reference": "81edc6b4014b13ed50dc0e877151b4130a332d14" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-slot-data-import/zipball/5e81e16989a0eb71b1faa6d6a606218b42b34025", - "reference": "5e81e16989a0eb71b1faa6d6a606218b42b34025", + "url": "https://api.github.com/repos/spryker/cms-page-data-import/zipball/81edc6b4014b13ed50dc0e877151b4130a332d14", + "reference": "81edc6b4014b13ed50dc0e877151b4130a332d14", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/cms-slot": "^1.0.0", - "spryker/data-import": "^1.6.0", + "php": ">=8.0", + "spryker/cms": "^7.0.0", + "spryker/data-import": "^1.3.0", + "spryker/glossary": "^3.3.0", "spryker/kernel": "^3.30.0", - "spryker/util-text": "^1.1.0" + "spryker/store": "^1.8.0", + "spryker/url": "^3.3.0" }, "require-dev": { - "spryker/cms-slot-block": "*", "spryker/code-sniffer": "*", "spryker/propel": "*", + "spryker/propel-orm": "*", "spryker/testify": "*" }, "type": "library", @@ -21142,44 +22491,66 @@ "autoload": { "psr-4": { "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\CmsSlotDataImport\\Helper\\": "tests/SprykerTest/Zed/CmsSlotDataImport/_support/Helper/" + "SprykerTest\\Zed\\CmsPageDataImport\\Helper\\": "tests/SprykerTest/Zed/CmsPageDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "description": "CmsSlotDataImport module", + "description": "CmsPageDataImport module", "support": { - "source": "https://github.com/spryker/cms-slot-data-import/tree/master" + "source": "https://github.com/spryker/cms-page-data-import/tree/1.2.0" }, - "time": "2019-12-03T14:33:53+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/cms-slot-extension", - "version": "1.0.0", + "name": "spryker/cms-page-search", + "version": "2.6.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-slot-extension.git", - "reference": "30fd06394c7211610dcd6897c4fbc6d0c884ef4a" + "url": "https://github.com/spryker/cms-page-search.git", + "reference": "8c469e3f86428f6338bf4cac5c2c428695bb6773" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-slot-extension/zipball/30fd06394c7211610dcd6897c4fbc6d0c884ef4a", - "reference": "30fd06394c7211610dcd6897c4fbc6d0c884ef4a", + "url": "https://api.github.com/repos/spryker/cms-page-search/zipball/8c469e3f86428f6338bf4cac5c2c428695bb6773", + "reference": "8c469e3f86428f6338bf4cac5c2c428695bb6773", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=8.0", + "spryker/cms": "^7.0.0", + "spryker/event-behavior": "^1.10.0", + "spryker/kernel": "^3.30.0", + "spryker/locale": "^3.1.0 || ^4.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/search": "^7.0.0 || ^8.0.0", + "spryker/search-extension": "^1.0.0", + "spryker/store": "^1.4.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.0.0", + "spryker/transfer": "^3.25.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/elastica": "*", + "spryker/event": "*", + "spryker/propel": "*", + "spryker/testify": "*", + "spryker/url": "*" + }, + "suggest": { + "spryker/config": "If you want to use config.", + "spryker/elastica": "If you want to use Elastica plugins.", + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", + "spryker/url": "If you want to use Url plugins, minimum required version: 3.3.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -21191,42 +22562,37 @@ "license": [ "proprietary" ], - "description": "CmsSlotExtension module", + "description": "CmsPageSearch module", "support": { - "source": "https://github.com/spryker/cms-slot-extension/tree/master" + "source": "https://github.com/spryker/cms-page-search/tree/2.6.0" }, - "time": "2019-11-13T16:22:43+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/cms-slot-gui", - "version": "1.2.0", + "name": "spryker/cms-pages-content-banners-resource-relationship", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-slot-gui.git", - "reference": "725ba3e3c01248b46161f9f3121e4cb867ecae61" + "url": "https://github.com/spryker/cms-pages-content-banners-resource-relationship.git", + "reference": "d19212f28225bc0642ab6fbe4d45ba7ce617763b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-slot-gui/zipball/725ba3e3c01248b46161f9f3121e4cb867ecae61", - "reference": "725ba3e3c01248b46161f9f3121e4cb867ecae61", + "url": "https://api.github.com/repos/spryker/cms-pages-content-banners-resource-relationship/zipball/d19212f28225bc0642ab6fbe4d45ba7ce617763b", + "reference": "d19212f28225bc0642ab6fbe4d45ba7ce617763b", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/cms-slot": "^1.0.0", - "spryker/gui": "^3.45.0", - "spryker/kernel": "^3.37.0", - "spryker/symfony": "^3.3.0", - "spryker/translator": "^1.1.0", - "spryker/util-text": "^1.2.1" - }, - "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "php": ">=7.2", + "spryker/cms-storage": "^2.4.0", + "spryker/content-banners-rest-api": "^2.2.0", + "spryker/glue-application": "^1.8.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.33.0", + "spryker/store": "^1.0.0" }, - "suggest": { - "spryker/cms-slot-block-gui": "If you want to assign CMS Blocks to CMS Slots" + "require-dev": { + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -21243,31 +22609,34 @@ "license": [ "proprietary" ], - "description": "CmsSlotGui module", + "description": "CmsPagesContentBannersResourceRelationship module", "support": { - "source": "https://github.com/spryker/cms-slot-gui/tree/1.2.0" + "source": "https://github.com/spryker/cms-pages-content-banners-resource-relationship/tree/master" }, - "time": "2022-09-19T06:48:51+00:00" + "time": "2020-07-03T12:16:11+00:00" }, { - "name": "spryker/cms-slot-locale-connector", - "version": "1.1.0", + "name": "spryker/cms-pages-content-product-abstract-lists-resource-relationship", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-slot-locale-connector.git", - "reference": "a795325ad3f46c5f45349f802a36f268948d351c" + "url": "https://github.com/spryker/cms-pages-content-product-abstract-lists-resource-relationship.git", + "reference": "de7621d4670db91d6e29a5ccf5be8d62e4d4059a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-slot-locale-connector/zipball/a795325ad3f46c5f45349f802a36f268948d351c", - "reference": "a795325ad3f46c5f45349f802a36f268948d351c", + "url": "https://api.github.com/repos/spryker/cms-pages-content-product-abstract-lists-resource-relationship/zipball/de7621d4670db91d6e29a5ccf5be8d62e4d4059a", + "reference": "de7621d4670db91d6e29a5ccf5be8d62e4d4059a", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/cms-slot-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/locale": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0" + "php": ">=7.2", + "spryker/cms-storage": "^2.4.0", + "spryker/content-product-abstract-lists-rest-api": "^1.2.0", + "spryker/glue-application": "^1.8.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.33.0", + "spryker/store": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -21287,46 +22656,41 @@ "license": [ "proprietary" ], - "description": "CmsSlotLocaleConnector module", + "description": "CmsPagesContentProductAbstractListsResourceRelationship module", "support": { - "source": "https://github.com/spryker/cms-slot-locale-connector/tree/1.1.0" + "source": "https://github.com/spryker/cms-pages-content-product-abstract-lists-resource-relationship/tree/master" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2020-07-03T12:16:11+00:00" }, { - "name": "spryker/cms-slot-storage", - "version": "1.2.1", + "name": "spryker/cms-pages-rest-api", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-slot-storage.git", - "reference": "5f0fd2b8df38785629a74de1d9ae064929a442ab" + "url": "https://github.com/spryker/cms-pages-rest-api.git", + "reference": "2f14b726ea875754bea6d6ed403713ddea0dde0f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-slot-storage/zipball/5f0fd2b8df38785629a74de1d9ae064929a442ab", - "reference": "5f0fd2b8df38785629a74de1d9ae064929a442ab", + "url": "https://api.github.com/repos/spryker/cms-pages-rest-api/zipball/2f14b726ea875754bea6d6ed403713ddea0dde0f", + "reference": "2f14b726ea875754bea6d6ed403713ddea0dde0f", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/cms-slot": "^1.0.0", - "spryker/event-behavior": "^1.8.0", + "php": ">=7.2", + "spryker/cms-page-search": "^2.2.0", + "spryker/cms-storage": "^2.4.0", + "spryker/glue-application": "^1.0.0", + "spryker/glue-application-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/storage": "^3.0.0", - "spryker/synchronization": "^1.0.0", + "spryker/store": "^1.0.0", + "spryker/symfony": "^3.0.0", "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.1.0" + "spryker/urls-rest-api-extension": "^1.0.0", + "spryker/uuid-behavior": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/event": "*", - "spryker/propel": "*", - "spryker/publisher": "*", - "spryker/queue": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -21343,34 +22707,38 @@ "license": [ "proprietary" ], - "description": "CmsSlotStorage module", + "description": "CmsPagesRestApi module", "support": { - "source": "https://github.com/spryker/cms-slot-storage/tree/1.2.1" + "source": "https://github.com/spryker/cms-pages-rest-api/tree/master" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2020-07-03T12:16:11+00:00" }, { - "name": "spryker/cms-slot-store-connector", - "version": "1.0.1", + "name": "spryker/cms-slot", + "version": "1.0.2", "source": { "type": "git", - "url": "https://github.com/spryker/cms-slot-store-connector.git", - "reference": "5fe25babb1c8cb0dd0ff80df616916961a3623f2" + "url": "https://github.com/spryker/cms-slot.git", + "reference": "241a831b8147dc069083c461911fe040127ef6cb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-slot-store-connector/zipball/5fe25babb1c8cb0dd0ff80df616916961a3623f2", - "reference": "5fe25babb1c8cb0dd0ff80df616916961a3623f2", + "url": "https://api.github.com/repos/spryker/cms-slot/zipball/241a831b8147dc069083c461911fe040127ef6cb", + "reference": "241a831b8147dc069083c461911fe040127ef6cb", "shasum": "" }, "require": { "php": ">=7.2", "spryker/cms-slot-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/store": "^1.4.0" + "spryker/kernel": "^3.37.0", + "spryker/propel-orm": "^1.0.0", + "spryker/symfony": "^3.3.0", + "spryker/transfer": "^3.8.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -21380,104 +22748,94 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\CmsSlot\\Helper\\": "tests/SprykerTest/Zed/CmsSlot/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CmsSlotStoreConnector module", + "description": "CmsSlot module", "support": { - "source": "https://github.com/spryker/cms-slot-store-connector/tree/master" + "source": "https://github.com/spryker/cms-slot/tree/1.0.2" }, - "time": "2020-05-29T14:42:02+00:00" + "time": "2020-10-01T07:50:33+00:00" }, { - "name": "spryker/cms-storage", - "version": "2.7.0", + "name": "spryker/cms-slot-block", + "version": "1.1.1", "source": { "type": "git", - "url": "https://github.com/spryker/cms-storage.git", - "reference": "b32d1e9a5fd364d166112cfe02c10e4ca19e9697" + "url": "https://github.com/spryker/cms-slot-block.git", + "reference": "01b6c4cac7ef4001c86f2062f1c847e533c23bf9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-storage/zipball/b32d1e9a5fd364d166112cfe02c10e4ca19e9697", - "reference": "b32d1e9a5fd364d166112cfe02c10e4ca19e9697", + "url": "https://api.github.com/repos/spryker/cms-slot-block/zipball/01b6c4cac7ef4001c86f2062f1c847e533c23bf9", + "reference": "01b6c4cac7ef4001c86f2062f1c847e533c23bf9", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/cms": "^7.0.0", - "spryker/event-behavior": "^1.10.0", + "spryker/cms-block": "^2.0.0 || ^3.0.0", + "spryker/cms-slot": "^1.0.0", + "spryker/cms-slot-block-extension": "^1.0.0", + "spryker/event": "^2.3.0", "spryker/kernel": "^3.33.0", - "spryker/locale": "^3.1.0 || ^4.0.0", "spryker/propel-orm": "^1.0.0", - "spryker/storage": "^3.4.0", - "spryker/store": "^1.5.0", - "spryker/synchronization": "^0.2.0 || ^1.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.0.0", - "spryker/transfer": "^3.25.0", - "spryker/util-encoding": "^2.0.0" + "spryker/transfer": "^3.8.0", + "spryker/util-encoding": "^1.0.0 || ^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/event": "*", + "spryker/container": "*", "spryker/propel": "*", - "spryker/store-extension": "*", - "spryker/testify": "*", - "spryker/url": "*", - "spryker/url-storage": "*" - }, - "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/url": "If you want to use Url plugins, minimum required version: 3.3.0", - "spryker/url-storage": "If you want to use UrlStorage plugins, minimum required version: 0.2.0" + "spryker/store": "*", + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\CmsSlotBlock\\Helper\\": "tests/SprykerTest/Zed/CmsSlotBlock/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CmsStorage module", + "description": "CmsSlotBlock module", "support": { - "source": "https://github.com/spryker/cms-storage/tree/2.7.0" + "source": "https://github.com/spryker/cms-slot-block/tree/1.1.1" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/cms-user-connector", - "version": "1.3.0", + "name": "spryker/cms-slot-block-category-connector", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/cms-user-connector.git", - "reference": "e46bc404407f37f05ff229811a0dc667dd085d7f" + "url": "https://github.com/spryker/cms-slot-block-category-connector.git", + "reference": "f0ec1bbed6ad3a02468bfb2cc119d16d4c887519" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-user-connector/zipball/e46bc404407f37f05ff229811a0dc667dd085d7f", - "reference": "e46bc404407f37f05ff229811a0dc667dd085d7f", + "url": "https://api.github.com/repos/spryker/cms-slot-block-category-connector/zipball/f0ec1bbed6ad3a02468bfb2cc119d16d4c887519", + "reference": "f0ec1bbed6ad3a02468bfb2cc119d16d4c887519", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/cms": "^5.0.0 || ^6.0.0 || ^7.0.0", - "spryker/cms-extension": "^1.0.0", + "php": ">=7.3", + "spryker/category": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0", + "spryker/cms-slot-block-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/transfer": "^3.27.0", - "spryker/user": "^3.17.0" + "spryker/transfer": "^3.8.0" }, "require-dev": { "spryker/code-sniffer": "*", @@ -21499,95 +22857,86 @@ "license": [ "proprietary" ], - "description": "CmsUserConnector module", + "description": "CmsSlotBlockCategoryConnector module", "support": { - "source": "https://github.com/spryker/cms-user-connector/tree/1.3.0" + "source": "https://github.com/spryker/cms-slot-block-category-connector/tree/1.0.1" }, - "time": "2023-03-03T10:26:17+00:00" + "time": "2021-01-29T11:44:40+00:00" }, { - "name": "spryker/collector", - "version": "6.8.0", + "name": "spryker/cms-slot-block-category-gui", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/collector.git", - "reference": "e5e8e980cb28843f59d978b670248c67cbdf9d0a" + "url": "https://github.com/spryker/cms-slot-block-category-gui.git", + "reference": "2df3e792bdb15a7232b7d9d918c5c4b0a14de3af" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/collector/zipball/e5e8e980cb28843f59d978b670248c67cbdf9d0a", - "reference": "e5e8e980cb28843f59d978b670248c67cbdf9d0a", + "url": "https://api.github.com/repos/spryker/cms-slot-block-category-gui/zipball/2df3e792bdb15a7232b7d9d918c5c4b0a14de3af", + "reference": "2df3e792bdb15a7232b7d9d918c5c4b0a14de3af", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/config": "^3.0.0", - "spryker/elastica": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0", - "spryker/gui": "^3.0.0", + "spryker/category": "^4.22.0 || ^5.1.0", + "spryker/cms-slot-block-gui-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/key-builder": "^1.1.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/propel": "^3.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/redis": "^2.0.0", - "spryker/search": "^6.6.0 || ^7.0.0 || ^8.0.0", - "spryker/sql-criteria-builder": "^1.0.0", - "spryker/storage": "^3.2.0", - "spryker/store": "^1.1.0", + "spryker/locale": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0", "spryker/symfony": "^3.0.0", - "spryker/touch": "^4.0.0", - "spryker/transfer": "^3.25.0", - "spryker/util-data-reader": "^1.2.0" + "spryker/transfer": "^3.8.0", + "spryker/translator": "^1.0.0", + "spryker/util-encoding": "^1.0.0 || ^2.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "6.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\Collector\\Helper\\": "tests/SprykerTest/Shared/Collector/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Collector module", + "description": "CmsSlotBlockCategoryGui module", "support": { - "source": "https://github.com/spryker/collector/tree/6.8.0" + "source": "https://github.com/spryker/cms-slot-block-category-gui/tree/1.3.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/collector-search-connector", - "version": "1.0.5", + "name": "spryker/cms-slot-block-cms-connector", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/collector-search-connector.git", - "reference": "aae7a10b0b965e566f23e71f18b69c9c97680b59" + "url": "https://github.com/spryker/cms-slot-block-cms-connector.git", + "reference": "8c19171bafc923328d19c7e835fca3334b682126" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/collector-search-connector/zipball/aae7a10b0b965e566f23e71f18b69c9c97680b59", - "reference": "aae7a10b0b965e566f23e71f18b69c9c97680b59", + "url": "https://api.github.com/repos/spryker/cms-slot-block-cms-connector/zipball/8c19171bafc923328d19c7e835fca3334b682126", + "reference": "8c19171bafc923328d19c7e835fca3334b682126", "shasum": "" }, "require": { "php": ">=7.2", - "spryker/collector": "^5.0.0 || ^6.0.0", + "spryker/cms": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", + "spryker/cms-slot-block-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/search": "^6.0.0 || ^7.0.0 || ^8.0.0" + "spryker/transfer": "^3.8.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -21604,32 +22953,37 @@ "license": [ "proprietary" ], - "description": "CollectorSearchConnector module", + "description": "CmsSlotBlockCmsConnector module", "support": { - "source": "https://github.com/spryker/collector-search-connector/tree/master" + "source": "https://github.com/spryker/cms-slot-block-cms-connector/tree/master" }, - "time": "2020-05-29T13:08:37+00:00" + "time": "2019-12-03T14:33:53+00:00" }, { - "name": "spryker/collector-storage-connector", + "name": "spryker/cms-slot-block-cms-gui", "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/collector-storage-connector.git", - "reference": "51a300fdb36434c9f799e6e36e3fbdc2ce5f5387" + "url": "https://github.com/spryker/cms-slot-block-cms-gui.git", + "reference": "db2f62fb27e97d1b34f8a240837ce67e8d651efc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/collector-storage-connector/zipball/51a300fdb36434c9f799e6e36e3fbdc2ce5f5387", - "reference": "51a300fdb36434c9f799e6e36e3fbdc2ce5f5387", + "url": "https://api.github.com/repos/spryker/cms-slot-block-cms-gui/zipball/db2f62fb27e97d1b34f8a240837ce67e8d651efc", + "reference": "db2f62fb27e97d1b34f8a240837ce67e8d651efc", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/collector": "^5.0.0 || ^6.0.0", + "php": ">=8.0", + "spryker/cms": "^3.2.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", + "spryker/cms-slot-block-gui-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/storage": "^3.0.0", - "spryker/storage-gui": "^1.0.0" + "spryker/locale": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.8.0", + "spryker/translator": "^1.0.0", + "spryker/util-encoding": "^1.0.0 || ^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -21649,45 +23003,41 @@ "license": [ "proprietary" ], - "description": "CollectorStorageConnector module", + "description": "CmsSlotBlockCmsGui module", "support": { - "source": "https://github.com/spryker/collector-storage-connector/tree/1.1.0" + "source": "https://github.com/spryker/cms-slot-block-cms-gui/tree/1.1.0" }, - "time": "2022-09-19T06:48:51+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/comment", - "version": "1.3.1", + "name": "spryker/cms-slot-block-data-import", + "version": "0.2.2", "source": { "type": "git", - "url": "https://github.com/spryker/comment.git", - "reference": "5a6aabba1cf9a3f18a00b9ae2a74354f570e309f" + "url": "https://github.com/spryker/cms-slot-block-data-import.git", + "reference": "fc6ae8b42deb3e367a448bd71739959bd50baee1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/comment/zipball/5a6aabba1cf9a3f18a00b9ae2a74354f570e309f", - "reference": "5a6aabba1cf9a3f18a00b9ae2a74354f570e309f", + "url": "https://api.github.com/repos/spryker/cms-slot-block-data-import/zipball/fc6ae8b42deb3e367a448bd71739959bd50baee1", + "reference": "fc6ae8b42deb3e367a448bd71739959bd50baee1", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/comment-extension": "^1.0.0", - "spryker/customer": "^7.0.0", - "spryker/kernel": "^3.30.0", - "spryker/propel-orm": "^1.0.0", - "spryker/quote-extension": "^1.7.0", - "spryker/transfer": "^3.25.0", - "spryker/uuid-behavior": "^1.0.0", - "spryker/zed-request": "^3.0.0" + "php": ">=7.4", + "spryker/category": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0", + "spryker/cms": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", + "spryker/cms-block": "^3.0.0", + "spryker/cms-slot": "^1.0.0", + "spryker/cms-slot-block": "^1.0.0", + "spryker/data-import": "^1.4.0", + "spryker/kernel": "^3.33.0", + "spryker/product": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", "spryker/propel": "*", - "spryker/store": "*", - "spryker/testify": "*", - "spryker/util-text": "*" + "spryker/testify": "*" }, "type": "library", "extra": { @@ -21697,48 +23047,38 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\Comment\\Helper\\": "tests/SprykerTest/Shared/Comment/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "Comment module", + "description": "CmsSlotBlockDataImport module", "support": { - "source": "https://github.com/spryker/comment/tree/1.3.1" + "source": "https://github.com/spryker/cms-slot-block-data-import/tree/0.2.2" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2022-06-08T18:07:25+00:00" }, { - "name": "spryker/comment-data-import", - "version": "0.1.1", + "name": "spryker/cms-slot-block-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/comment-data-import.git", - "reference": "31ea53b68e7710cf717664fbb4ebb22468fc4f15" + "url": "https://github.com/spryker/cms-slot-block-extension.git", + "reference": "0716437042b462e468cfb046d54705a9826a6342" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/comment-data-import/zipball/31ea53b68e7710cf717664fbb4ebb22468fc4f15", - "reference": "31ea53b68e7710cf717664fbb4ebb22468fc4f15", + "url": "https://api.github.com/repos/spryker/cms-slot-block-extension/zipball/0716437042b462e468cfb046d54705a9826a6342", + "reference": "0716437042b462e468cfb046d54705a9826a6342", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/comment": "^1.0.0", - "spryker/customer": "^7.0.0", - "spryker/data-import": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/quote": "^2.0.0", - "spryker/util-encoding": "^2.0.0" + "php": ">=7.2" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/propel": "*", - "spryker/store": "*", "spryker/testify": "*" }, "type": "library", @@ -21749,36 +23089,44 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\CommentDataImport\\Helper\\": "tests/SprykerTest/Zed/CommentDataImport/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "CommentDataImport module", + "description": "CmsSlotBlockExtension module", "support": { - "source": "https://github.com/spryker/comment-data-import/tree/0.1.1" + "source": "https://github.com/spryker/cms-slot-block-extension/tree/master" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2019-11-27T14:34:46+00:00" }, { - "name": "spryker/comment-extension", - "version": "1.0.0", + "name": "spryker/cms-slot-block-gui", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/comment-extension.git", - "reference": "7fd05b251c3e4c87d5f033b37a41c0c47df72a81" + "url": "https://github.com/spryker/cms-slot-block-gui.git", + "reference": "66018cdc87d2795c4f10512a8335fc0c94931b1a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/comment-extension/zipball/7fd05b251c3e4c87d5f033b37a41c0c47df72a81", - "reference": "7fd05b251c3e4c87d5f033b37a41c0c47df72a81", + "url": "https://api.github.com/repos/spryker/cms-slot-block-gui/zipball/66018cdc87d2795c4f10512a8335fc0c94931b1a", + "reference": "66018cdc87d2795c4f10512a8335fc0c94931b1a", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=7.4", + "spryker/cms-block": "^1.0.0 || ^2.0.0 || ^3.0.0", + "spryker/cms-slot": "^1.0.0", + "spryker/cms-slot-block": "^1.1.0", + "spryker/cms-slot-block-gui-extension": "^1.0.0", + "spryker/gui": "^3.45.0", + "spryker/kernel": "^3.33.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.8.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -21798,36 +23146,36 @@ "license": [ "proprietary" ], - "description": "CommentExtension module", + "description": "CmsSlotBlockGui module", "support": { - "source": "https://github.com/spryker/comment-extension/tree/1.0.0" + "source": "https://github.com/spryker/cms-slot-block-gui/tree/1.2.0" }, - "time": "2022-06-21T09:05:42+00:00" + "time": "2022-09-19T06:48:51+00:00" }, { - "name": "spryker/comment-sales-connector", - "version": "1.1.0", + "name": "spryker/cms-slot-block-gui-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/comment-sales-connector.git", - "reference": "099deb7c9077f207cd51fea644ca92402ae88ce9" + "url": "https://github.com/spryker/cms-slot-block-gui-extension.git", + "reference": "40f0f0e2c4581e45efaaef350571f5493d619826" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/comment-sales-connector/zipball/099deb7c9077f207cd51fea644ca92402ae88ce9", - "reference": "099deb7c9077f207cd51fea644ca92402ae88ce9", + "url": "https://api.github.com/repos/spryker/cms-slot-block-gui-extension/zipball/40f0f0e2c4581e45efaaef350571f5493d619826", + "reference": "40f0f0e2c4581e45efaaef350571f5493d619826", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/comment": "^1.0.0", - "spryker/gui": "^3.0.0", - "spryker/kernel": "^3.30.0", - "spryker/sales-extension": "^1.3.0", - "spryker/symfony": "^3.0.0" + "php": ">=7.2" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/symfony": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/symfony": "If you want to use symfony forms" }, "type": "library", "extra": { @@ -21844,40 +23192,41 @@ "license": [ "proprietary" ], - "description": "CommentSalesConnector module", + "description": "CmsSlotBlockGuiExtension module", "support": { - "source": "https://github.com/spryker/comment-sales-connector/tree/1.1.0" + "source": "https://github.com/spryker/cms-slot-block-gui-extension/tree/master" }, - "time": "2023-01-24T16:01:46+00:00" + "time": "2019-11-27T14:34:46+00:00" }, { - "name": "spryker/companies-rest-api", - "version": "1.2.0", + "name": "spryker/cms-slot-block-product-category-connector", + "version": "1.5.0", "source": { "type": "git", - "url": "https://github.com/spryker/companies-rest-api.git", - "reference": "bb6ba490597901174738ed9382545f6e26f36daf" + "url": "https://github.com/spryker/cms-slot-block-product-category-connector.git", + "reference": "8bcff66ee15deed53c2c1ca4f3792599fe0f3f47" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/companies-rest-api/zipball/bb6ba490597901174738ed9382545f6e26f36daf", - "reference": "bb6ba490597901174738ed9382545f6e26f36daf", + "url": "https://api.github.com/repos/spryker/cms-slot-block-product-category-connector/zipball/8bcff66ee15deed53c2c1ca4f3792599fe0f3f47", + "reference": "8bcff66ee15deed53c2c1ca4f3792599fe0f3f47", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/company": "^1.4.0", - "spryker/glue-application": "^1.15.0", - "spryker/glue-application-extension": "^1.0.0", + "php": ">=8.0", + "spryker/cms-slot-block-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/symfony": "^3.0.0", - "spryker/uuid-behavior": "^1.0.0" + "spryker/locale": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0", + "spryker/product-category-storage": "^1.11.0 || ^2.6.0", + "spryker/store": "^1.4.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { - "spryker/code-sniffer": "*" - }, - "suggest": { - "spryker/auth-rest-api": "If you want to authorize and authenticate customers via access tokens." + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/storage": "*", + "spryker/store-extension": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -21894,42 +23243,41 @@ "license": [ "proprietary" ], - "description": "CompaniesRestApi module", + "description": "CmsSlotBlockProductCategoryConnector module", "support": { - "source": "https://github.com/spryker/companies-rest-api/tree/1.2.0" + "source": "https://github.com/spryker/cms-slot-block-product-category-connector/tree/1.5.0" }, - "time": "2021-07-06T13:27:56+00:00" + "time": "2023-04-20T13:53:42+00:00" }, { - "name": "spryker/company", - "version": "1.5.2", + "name": "spryker/cms-slot-block-product-category-gui", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/company.git", - "reference": "c9534b2ff9b5978ba639ed0a870b17841e41cea7" + "url": "https://github.com/spryker/cms-slot-block-product-category-gui.git", + "reference": "e3ac6f6d7ab3d59d64580bab5cf8e748e93f00f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company/zipball/c9534b2ff9b5978ba639ed0a870b17841e41cea7", - "reference": "c9534b2ff9b5978ba639ed0a870b17841e41cea7", + "url": "https://api.github.com/repos/spryker/cms-slot-block-product-category-gui/zipball/e3ac6f6d7ab3d59d64580bab5cf8e748e93f00f4", + "reference": "e3ac6f6d7ab3d59d64580bab5cf8e748e93f00f4", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/company-extension": "^1.0.0", + "spryker/category": "^4.6.0 || ^5.0.0", + "spryker/cms-slot-block-gui-extension": "^1.0.0", + "spryker/gui": "^3.24.0", "spryker/kernel": "^3.30.0", - "spryker/propel-orm": "^1.13.0", - "spryker/store": "^1.0.0", - "spryker/zed-request": "^3.0.0" + "spryker/locale": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0", + "spryker/product": "^6.12.0", + "spryker/propel-orm": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/translator": "^1.0.0", + "spryker/util-encoding": "^1.0.0 || ^2.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/propel": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/mail": "If you want to use mail plugins." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -21939,110 +23287,108 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\Company\\Helper\\": "tests/SprykerTest/Zed/Company/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Company module", + "description": "CmsSlotBlockProductCategoryGui module", "support": { - "source": "https://github.com/spryker/company/tree/1.5.2" + "source": "https://github.com/spryker/cms-slot-block-product-category-gui/tree/1.1.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/company-business-unit", - "version": "2.15.1", + "name": "spryker/cms-slot-block-storage", + "version": "1.2.1", "source": { "type": "git", - "url": "https://github.com/spryker/company-business-unit.git", - "reference": "cb6492283921559ff8d06481a19eee312544bdc5" + "url": "https://github.com/spryker/cms-slot-block-storage.git", + "reference": "bbd50cd01c251cde752323f20596289cee4e9709" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-business-unit/zipball/cb6492283921559ff8d06481a19eee312544bdc5", - "reference": "cb6492283921559ff8d06481a19eee312544bdc5", + "url": "https://api.github.com/repos/spryker/cms-slot-block-storage/zipball/bbd50cd01c251cde752323f20596289cee4e9709", + "reference": "bbd50cd01c251cde752323f20596289cee4e9709", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/company": "^1.0.0", - "spryker/company-business-unit-extension": "^1.2.0", - "spryker/company-extension": "^1.0.0", - "spryker/company-user": "^1.0.0 || ^2.0.0", - "spryker/company-user-extension": "^1.2.0", - "spryker/customer": "^7.0.0", + "spryker/cms-slot": "^1.0.0", + "spryker/cms-slot-block": "^1.0.0", + "spryker/event-behavior": "^1.8.0", "spryker/kernel": "^3.30.0", - "spryker/propel-orm": "^1.0.0", - "spryker/transfer": "^3.25.0", - "spryker/zed-request": "^3.0.0" + "spryker/propel-orm": "^1.3.0", + "spryker/storage": "^1.0.0 || ^2.0.0 || ^3.0.0", + "spryker/synchronization": "^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.1.0", + "spryker/transfer": "^3.8.0", + "spryker/util-encoding": "^1.0.0 || ^2.0.0" }, "require-dev": { + "spryker/cms-block": "*", "spryker/code-sniffer": "*", - "spryker/container": "*", + "spryker/event": "*", "spryker/propel": "*", "spryker/store": "*", + "spryker/store-extension": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\CompanyBusinessUnit\\Helper\\": "tests/SprykerTest/Zed/CompanyBusinessUnit/_support/Helper/" + "SprykerTest\\Zed\\CmsSlotBlockStorage\\Helper\\": "tests/SprykerTest/Zed/CmsSlotBlockStorage/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CompanyBusinessUnit module", + "description": "CmsSlotBlockStorage module", "support": { - "source": "https://github.com/spryker/company-business-unit/tree/2.15.1" + "source": "https://github.com/spryker/cms-slot-block-storage/tree/1.2.1" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/company-business-unit-addresses-rest-api", - "version": "1.1.1", + "name": "spryker/cms-slot-data-import", + "version": "0.7.0", "source": { "type": "git", - "url": "https://github.com/spryker/company-business-unit-addresses-rest-api.git", - "reference": "db696a446f2cdad68f606ea991b5fab487679664" + "url": "https://github.com/spryker/cms-slot-data-import.git", + "reference": "5e81e16989a0eb71b1faa6d6a606218b42b34025" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-business-unit-addresses-rest-api/zipball/db696a446f2cdad68f606ea991b5fab487679664", - "reference": "db696a446f2cdad68f606ea991b5fab487679664", + "url": "https://api.github.com/repos/spryker/cms-slot-data-import/zipball/5e81e16989a0eb71b1faa6d6a606218b42b34025", + "reference": "5e81e16989a0eb71b1faa6d6a606218b42b34025", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/checkout-rest-api-extension": "^1.5.0", - "spryker/company-business-units-rest-api-extension": "^1.0.0", - "spryker/company-unit-address": "^1.8.0", - "spryker/glue-application": "^1.15.0", - "spryker/glue-application-extension": "^1.0.0", + "php": ">=7.2", + "spryker/cms-slot": "^1.0.0", + "spryker/data-import": "^1.6.0", "spryker/kernel": "^3.30.0", - "spryker/shipments-rest-api-extension": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/uuid-behavior": "^1.0.0" + "spryker/util-text": "^1.1.0" }, "require-dev": { + "spryker/cms-slot-block": "*", "spryker/code-sniffer": "*", + "spryker/propel": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/auth-rest-api": "If you want to authorize and authenticate customers via access tokens." - }, "type": "library", "extra": { "branch-alias": { @@ -22051,49 +23397,39 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\CmsSlotDataImport\\Helper\\": "tests/SprykerTest/Zed/CmsSlotDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "CompanyBusinessUnitAddressesRestApi module", + "description": "CmsSlotDataImport module", "support": { - "source": "https://github.com/spryker/company-business-unit-addresses-rest-api/tree/1.1.1" + "source": "https://github.com/spryker/cms-slot-data-import/tree/master" }, - "time": "2022-12-29T12:04:01+00:00" + "time": "2019-12-03T14:33:53+00:00" }, { - "name": "spryker/company-business-unit-data-import", - "version": "0.5.3", + "name": "spryker/cms-slot-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/company-business-unit-data-import.git", - "reference": "81d94fc2c4180c26817c99f5fcae414b45a322d9" + "url": "https://github.com/spryker/cms-slot-extension.git", + "reference": "30fd06394c7211610dcd6897c4fbc6d0c884ef4a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-business-unit-data-import/zipball/81d94fc2c4180c26817c99f5fcae414b45a322d9", - "reference": "81d94fc2c4180c26817c99f5fcae414b45a322d9", + "url": "https://api.github.com/repos/spryker/cms-slot-extension/zipball/30fd06394c7211610dcd6897c4fbc6d0c884ef4a", + "reference": "30fd06394c7211610dcd6897c4fbc6d0c884ef4a", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/company": "^1.0.0", - "spryker/company-business-unit": "^2.0.0", - "spryker/company-unit-address": "^1.0.0", - "spryker/company-user": "^1.3.0 || ^2.0.0", - "spryker/data-import": "^1.2.0", - "spryker/kernel": "^3.30.0" + "php": ">=7.2" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/country": "*", - "spryker/customer": "*", - "spryker/propel": "*", - "spryker/store": "*", "spryker/testify": "*" }, "type": "library", @@ -22104,41 +23440,50 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\CompanyBusinessUnitDataImport\\Helper\\": "tests/SprykerTest/Zed/CompanyBusinessUnitDataImport/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "CompanyBusinessUnitDataImport module", + "description": "CmsSlotExtension module", "support": { - "source": "https://github.com/spryker/company-business-unit-data-import/tree/0.5.3" + "source": "https://github.com/spryker/cms-slot-extension/tree/master" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2019-11-13T16:22:43+00:00" }, { - "name": "spryker/company-business-unit-extension", + "name": "spryker/cms-slot-gui", "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/company-business-unit-extension.git", - "reference": "aad8e102dfef3daa04fd743b9b4d3861c69d6311" + "url": "https://github.com/spryker/cms-slot-gui.git", + "reference": "725ba3e3c01248b46161f9f3121e4cb867ecae61" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-business-unit-extension/zipball/aad8e102dfef3daa04fd743b9b4d3861c69d6311", - "reference": "aad8e102dfef3daa04fd743b9b4d3861c69d6311", + "url": "https://api.github.com/repos/spryker/cms-slot-gui/zipball/725ba3e3c01248b46161f9f3121e4cb867ecae61", + "reference": "725ba3e3c01248b46161f9f3121e4cb867ecae61", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.4", + "spryker/cms-slot": "^1.0.0", + "spryker/gui": "^3.45.0", + "spryker/kernel": "^3.37.0", + "spryker/symfony": "^3.3.0", + "spryker/translator": "^1.1.0", + "spryker/util-text": "^1.2.1" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/propel": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/cms-slot-block-gui": "If you want to assign CMS Blocks to CMS Slots" + }, "type": "library", "extra": { "branch-alias": { @@ -22154,51 +23499,39 @@ "license": [ "proprietary" ], - "description": "CompanyBusinessUnitExtension module", + "description": "CmsSlotGui module", "support": { - "source": "https://github.com/spryker/company-business-unit-extension/tree/master" + "source": "https://github.com/spryker/cms-slot-gui/tree/1.2.0" }, - "time": "2018-10-26T10:31:11+00:00" + "time": "2022-09-19T06:48:51+00:00" }, { - "name": "spryker/company-business-unit-gui", - "version": "2.10.1", + "name": "spryker/cms-slot-locale-connector", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/company-business-unit-gui.git", - "reference": "7277407de40fa2f7a1272a7ba93cfae660aa1a76" + "url": "https://github.com/spryker/cms-slot-locale-connector.git", + "reference": "a795325ad3f46c5f45349f802a36f268948d351c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-business-unit-gui/zipball/7277407de40fa2f7a1272a7ba93cfae660aa1a76", - "reference": "7277407de40fa2f7a1272a7ba93cfae660aa1a76", + "url": "https://api.github.com/repos/spryker/cms-slot-locale-connector/zipball/a795325ad3f46c5f45349f802a36f268948d351c", + "reference": "a795325ad3f46c5f45349f802a36f268948d351c", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/business-on-behalf-gui-extension": "^1.0.0", - "spryker/company": "^1.0.0", - "spryker/company-business-unit": "^2.9.0", - "spryker/company-business-unit-gui-extension": "^1.0.0", - "spryker/company-user-gui-extension": "^1.0.0", - "spryker/gui": "^3.45.0", + "spryker/cms-slot-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/symfony": "^3.0.0", - "spryker/util-text": "^1.2.0" + "spryker/locale": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/company-user": "*", - "spryker/container": "*", - "spryker/customer": "*", - "spryker/propel": "*", - "spryker/store": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -22210,40 +23543,46 @@ "license": [ "proprietary" ], - "description": "CompanyBusinessUnitGui module", + "description": "CmsSlotLocaleConnector module", "support": { - "source": "https://github.com/spryker/company-business-unit-gui/tree/2.10.1" + "source": "https://github.com/spryker/cms-slot-locale-connector/tree/1.1.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/company-business-unit-gui-extension", - "version": "1.0.0", + "name": "spryker/cms-slot-storage", + "version": "1.2.1", "source": { "type": "git", - "url": "https://github.com/spryker/company-business-unit-gui-extension.git", - "reference": "1829b8b89db8fe329521f98a138af01822092c05" + "url": "https://github.com/spryker/cms-slot-storage.git", + "reference": "5f0fd2b8df38785629a74de1d9ae064929a442ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-business-unit-gui-extension/zipball/1829b8b89db8fe329521f98a138af01822092c05", - "reference": "1829b8b89db8fe329521f98a138af01822092c05", + "url": "https://api.github.com/repos/spryker/cms-slot-storage/zipball/5f0fd2b8df38785629a74de1d9ae064929a442ab", + "reference": "5f0fd2b8df38785629a74de1d9ae064929a442ab", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.0", + "spryker/cms-slot": "^1.0.0", + "spryker/event-behavior": "^1.8.0", + "spryker/kernel": "^3.30.0", + "spryker/storage": "^3.0.0", + "spryker/synchronization": "^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.1.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/company-business-unit": "^1.1.0", - "spryker/gui": "^3.13.0", - "spryker/symfony": "^3.0.0", + "spryker/event": "*", + "spryker/propel": "*", + "spryker/publisher": "*", + "spryker/queue": "*", "spryker/testify": "*" }, "suggest": { - "spryker/company-business-unit": "To get full functionality of the current module", - "spryker/gui": "If you need gui", - "spryker/symfony": "If you want to provide plugins to CompanyBusinessUnitGui module" + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" }, "type": "library", "extra": { @@ -22260,47 +23599,34 @@ "license": [ "proprietary" ], - "description": "CompanyBusinessUnitGuiExtension module", + "description": "CmsSlotStorage module", "support": { - "source": "https://github.com/spryker/company-business-unit-gui-extension/tree/master" + "source": "https://github.com/spryker/cms-slot-storage/tree/1.2.1" }, - "time": "2018-03-30T15:22:15+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/company-business-unit-sales-connector", - "version": "1.1.1", + "name": "spryker/cms-slot-store-connector", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/company-business-unit-sales-connector.git", - "reference": "bdc2b0fc80cfad94459a13a80ee980466b51aece" + "url": "https://github.com/spryker/cms-slot-store-connector.git", + "reference": "5fe25babb1c8cb0dd0ff80df616916961a3623f2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-business-unit-sales-connector/zipball/bdc2b0fc80cfad94459a13a80ee980466b51aece", - "reference": "bdc2b0fc80cfad94459a13a80ee980466b51aece", + "url": "https://api.github.com/repos/spryker/cms-slot-store-connector/zipball/5fe25babb1c8cb0dd0ff80df616916961a3623f2", + "reference": "5fe25babb1c8cb0dd0ff80df616916961a3623f2", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/company-business-unit": "^2.0.0", - "spryker/kernel": "^3.33.0", - "spryker/permission-extension": "^1.0.0", - "spryker/sales": "^11.0.0", - "spryker/sales-extension": "^1.7.0", - "spryker/uuid-behavior": "^1.0.0" + "php": ">=7.2", + "spryker/cms-slot-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/store": "^1.4.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/company": "*", - "spryker/company-role": "*", - "spryker/company-user": "*", - "spryker/container": "*", - "spryker/customer": "*", - "spryker/oms": "*", - "spryker/permission": "*", - "spryker/propel": "*", - "spryker/store": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -22317,39 +23643,59 @@ "license": [ "proprietary" ], - "description": "CompanyBusinessUnitSalesConnector module", + "description": "CmsSlotStoreConnector module", "support": { - "source": "https://github.com/spryker/company-business-unit-sales-connector/tree/1.1.1" + "source": "https://github.com/spryker/cms-slot-store-connector/tree/master" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2020-05-29T14:42:02+00:00" }, { - "name": "spryker/company-business-unit-storage", - "version": "1.0.0", + "name": "spryker/cms-storage", + "version": "2.7.0", "source": { "type": "git", - "url": "https://github.com/spryker/company-business-unit-storage.git", - "reference": "a2425a1eaa624cd6a3c9b881fc9eaca5081a1a3a" + "url": "https://github.com/spryker/cms-storage.git", + "reference": "b32d1e9a5fd364d166112cfe02c10e4ca19e9697" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-business-unit-storage/zipball/a2425a1eaa624cd6a3c9b881fc9eaca5081a1a3a", - "reference": "a2425a1eaa624cd6a3c9b881fc9eaca5081a1a3a", + "url": "https://api.github.com/repos/spryker/cms-storage/zipball/b32d1e9a5fd364d166112cfe02c10e4ca19e9697", + "reference": "b32d1e9a5fd364d166112cfe02c10e4ca19e9697", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker/company-user-storage-extension": "^1.0.0", - "spryker/kernel": "^3.29.0" + "php": ">=8.0", + "spryker/cms": "^7.0.0", + "spryker/event-behavior": "^1.10.0", + "spryker/kernel": "^3.33.0", + "spryker/locale": "^3.1.0 || ^4.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/storage": "^3.4.0", + "spryker/store": "^1.5.0", + "spryker/synchronization": "^0.2.0 || ^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.0.0", + "spryker/transfer": "^3.25.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/event": "*", + "spryker/propel": "*", + "spryker/store-extension": "*", + "spryker/testify": "*", + "spryker/url": "*", + "spryker/url-storage": "*" + }, + "suggest": { + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", + "spryker/url": "If you want to use Url plugins, minimum required version: 3.3.0", + "spryker/url-storage": "If you want to use UrlStorage plugins, minimum required version: 0.2.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -22361,42 +23707,38 @@ "license": [ "proprietary" ], - "description": "CompanyBusinessUnitStorage module", + "description": "CmsStorage module", "support": { - "source": "https://github.com/spryker/company-business-unit-storage/tree/master" + "source": "https://github.com/spryker/cms-storage/tree/2.7.0" }, - "time": "2019-03-01T10:32:26+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/company-business-units-rest-api", + "name": "spryker/cms-user-connector", "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/company-business-units-rest-api.git", - "reference": "c80bf05c53371a4f0185daf5089772d212f72e77" + "url": "https://github.com/spryker/cms-user-connector.git", + "reference": "e46bc404407f37f05ff229811a0dc667dd085d7f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-business-units-rest-api/zipball/c80bf05c53371a4f0185daf5089772d212f72e77", - "reference": "c80bf05c53371a4f0185daf5089772d212f72e77", + "url": "https://api.github.com/repos/spryker/cms-user-connector/zipball/e46bc404407f37f05ff229811a0dc667dd085d7f", + "reference": "e46bc404407f37f05ff229811a0dc667dd085d7f", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/company-business-unit": "^2.10.0", - "spryker/company-business-units-rest-api-extension": "^1.0.0", - "spryker/customers-rest-api-extension": "^1.1.0", - "spryker/glue-application": "^1.15.0", - "spryker/glue-application-extension": "^1.0.0", + "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/symfony": "^3.0.0", - "spryker/uuid-behavior": "^1.0.0" + "spryker/transfer": "^3.27.0", + "spryker/user": "^3.17.0" }, "require-dev": { - "spryker/code-sniffer": "*" - }, - "suggest": { - "spryker/auth-rest-api": "If you want to authorize and authenticate customers via access tokens." + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -22413,78 +23755,95 @@ "license": [ "proprietary" ], - "description": "CompanyBusinessUnitsRestApi module", + "description": "CmsUserConnector module", "support": { - "source": "https://github.com/spryker/company-business-units-rest-api/tree/1.3.0" + "source": "https://github.com/spryker/cms-user-connector/tree/1.3.0" }, - "time": "2021-07-06T13:27:56+00:00" + "time": "2023-03-03T10:26:17+00:00" }, { - "name": "spryker/company-business-units-rest-api-extension", - "version": "1.0.0", + "name": "spryker/collector", + "version": "6.8.0", "source": { "type": "git", - "url": "https://github.com/spryker/company-business-units-rest-api-extension.git", - "reference": "db01bffe4d61ed4458efe5b841cafddafa1f5716" + "url": "https://github.com/spryker/collector.git", + "reference": "e5e8e980cb28843f59d978b670248c67cbdf9d0a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-business-units-rest-api-extension/zipball/db01bffe4d61ed4458efe5b841cafddafa1f5716", - "reference": "db01bffe4d61ed4458efe5b841cafddafa1f5716", + "url": "https://api.github.com/repos/spryker/collector/zipball/e5e8e980cb28843f59d978b670248c67cbdf9d0a", + "reference": "e5e8e980cb28843f59d978b670248c67cbdf9d0a", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.0", + "spryker/config": "^3.0.0", + "spryker/elastica": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0", + "spryker/gui": "^3.0.0", + "spryker/kernel": "^3.30.0", + "spryker/key-builder": "^1.1.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/propel": "^3.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/redis": "^2.0.0", + "spryker/search": "^6.6.0 || ^7.0.0 || ^8.0.0", + "spryker/sql-criteria-builder": "^1.0.0", + "spryker/storage": "^3.2.0", + "spryker/store": "^1.1.0", + "spryker/symfony": "^3.0.0", + "spryker/touch": "^4.0.0", + "spryker/transfer": "^3.25.0", + "spryker/util-data-reader": "^1.2.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/container": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "6.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\Collector\\Helper\\": "tests/SprykerTest/Shared/Collector/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CompanyBusinessUnitsRestApiExtension module", + "description": "Collector module", "support": { - "source": "https://github.com/spryker/company-business-units-rest-api-extension/tree/1.0.0" + "source": "https://github.com/spryker/collector/tree/6.8.0" }, - "time": "2019-05-06T09:29:15+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/company-data-import", - "version": "0.2.2", + "name": "spryker/collector-search-connector", + "version": "1.0.5", "source": { "type": "git", - "url": "https://github.com/spryker/company-data-import.git", - "reference": "2e0be568667c65a2f51a0a0ed30960c61e551771" + "url": "https://github.com/spryker/collector-search-connector.git", + "reference": "aae7a10b0b965e566f23e71f18b69c9c97680b59" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-data-import/zipball/2e0be568667c65a2f51a0a0ed30960c61e551771", - "reference": "2e0be568667c65a2f51a0a0ed30960c61e551771", + "url": "https://api.github.com/repos/spryker/collector-search-connector/zipball/aae7a10b0b965e566f23e71f18b69c9c97680b59", + "reference": "aae7a10b0b965e566f23e71f18b69c9c97680b59", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/company": "^1.0.0", - "spryker/data-import": "^1.2.0", - "spryker/kernel": "^3.30.0" + "php": ">=7.2", + "spryker/collector": "^5.0.0 || ^6.0.0", + "spryker/kernel": "^3.30.0", + "spryker/search": "^6.0.0 || ^7.0.0 || ^8.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -22494,40 +23853,42 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\CompanyDataImport\\Helper\\": "tests/SprykerTest/Zed/CompanyDataImport/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "CompanyDataImport module", + "description": "CollectorSearchConnector module", "support": { - "source": "https://github.com/spryker/company-data-import/tree/0.2.2" + "source": "https://github.com/spryker/collector-search-connector/tree/master" }, - "time": "2022-12-29T12:04:01+00:00" + "time": "2020-05-29T13:08:37+00:00" }, { - "name": "spryker/company-extension", - "version": "1.0.0", + "name": "spryker/collector-storage-connector", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/company-extension.git", - "reference": "1be7153b1c666ca4858a83c775b761c9bddcb99f" + "url": "https://github.com/spryker/collector-storage-connector.git", + "reference": "51a300fdb36434c9f799e6e36e3fbdc2ce5f5387" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-extension/zipball/1be7153b1c666ca4858a83c775b761c9bddcb99f", - "reference": "1be7153b1c666ca4858a83c775b761c9bddcb99f", + "url": "https://api.github.com/repos/spryker/collector-storage-connector/zipball/51a300fdb36434c9f799e6e36e3fbdc2ce5f5387", + "reference": "51a300fdb36434c9f799e6e36e3fbdc2ce5f5387", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.4", + "spryker/collector": "^5.0.0 || ^6.0.0", + "spryker/kernel": "^3.30.0", + "spryker/storage": "^3.0.0", + "spryker/storage-gui": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -22544,42 +23905,45 @@ "license": [ "proprietary" ], - "description": "CompanyExtension module", + "description": "CollectorStorageConnector module", "support": { - "source": "https://github.com/spryker/company-extension/tree/master" + "source": "https://github.com/spryker/collector-storage-connector/tree/1.1.0" }, - "time": "2018-03-13T18:47:20+00:00" + "time": "2022-09-19T06:48:51+00:00" }, { - "name": "spryker/company-gui", - "version": "1.7.0", + "name": "spryker/comment", + "version": "1.3.1", "source": { "type": "git", - "url": "https://github.com/spryker/company-gui.git", - "reference": "09476a5abd47bc90c188acefc2b2692e41d404ce" + "url": "https://github.com/spryker/comment.git", + "reference": "5a6aabba1cf9a3f18a00b9ae2a74354f570e309f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-gui/zipball/09476a5abd47bc90c188acefc2b2692e41d404ce", - "reference": "09476a5abd47bc90c188acefc2b2692e41d404ce", + "url": "https://api.github.com/repos/spryker/comment/zipball/5a6aabba1cf9a3f18a00b9ae2a74354f570e309f", + "reference": "5a6aabba1cf9a3f18a00b9ae2a74354f570e309f", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/company": "^1.5.0", - "spryker/company-business-unit-gui-extension": "^1.0.0", - "spryker/company-gui-extension": "^1.0.0", - "spryker/company-role-gui-extension": "^1.0.0", - "spryker/company-unit-address-gui-extension": "^1.1.0", - "spryker/company-user-gui-extension": "^1.1.0", - "spryker/gui": "^3.45.0", + "php": ">=8.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/comment-extension": "^1.0.0", + "spryker/customer": "^7.0.0", "spryker/kernel": "^3.30.0", - "spryker/symfony": "^3.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/quote-extension": "^1.7.0", "spryker/transfer": "^3.25.0", - "spryker/util-text": "^1.1.0" + "spryker/uuid-behavior": "^1.0.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/propel": "*", + "spryker/store": "*", + "spryker/testify": "*", + "spryker/util-text": "*" }, "type": "library", "extra": { @@ -22589,47 +23953,50 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\Comment\\Helper\\": "tests/SprykerTest/Shared/Comment/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CompanyGui module", + "description": "Comment module", "support": { - "source": "https://github.com/spryker/company-gui/tree/1.7.0" + "source": "https://github.com/spryker/comment/tree/1.3.1" }, - "time": "2022-09-19T06:48:51+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/company-gui-extension", - "version": "1.0.0", + "name": "spryker/comment-data-import", + "version": "0.1.1", "source": { "type": "git", - "url": "https://github.com/spryker/company-gui-extension.git", - "reference": "62c056a004ac0dc6546aa8fce16e2f3bb0e806d4" + "url": "https://github.com/spryker/comment-data-import.git", + "reference": "31ea53b68e7710cf717664fbb4ebb22468fc4f15" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-gui-extension/zipball/62c056a004ac0dc6546aa8fce16e2f3bb0e806d4", - "reference": "62c056a004ac0dc6546aa8fce16e2f3bb0e806d4", + "url": "https://api.github.com/repos/spryker/comment-data-import/zipball/31ea53b68e7710cf717664fbb4ebb22468fc4f15", + "reference": "31ea53b68e7710cf717664fbb4ebb22468fc4f15", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.0", + "spryker/comment": "^1.0.0", + "spryker/customer": "^7.0.0", + "spryker/data-import": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/quote": "^2.0.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/gui": "^3.13.0", - "spryker/symfony": "^3.0.0", + "spryker/container": "*", + "spryker/propel": "*", + "spryker/store": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/company-gui": "If you want to provide plugins to CompanyGui module", - "spryker/gui": "If you want to use CompanyGuiExtension module plugin interfaces which used Gui transfer object.", - "spryker/symfony": "If you want to use CompanyGui plugins" - }, "type": "library", "extra": { "branch-alias": { @@ -22638,41 +24005,36 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\CommentDataImport\\Helper\\": "tests/SprykerTest/Zed/CommentDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "CompanyGuiExtension module", + "description": "CommentDataImport module", "support": { - "source": "https://github.com/spryker/company-gui-extension/tree/master" + "source": "https://github.com/spryker/comment-data-import/tree/0.1.1" }, - "time": "2018-04-04T10:42:53+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/company-mail-connector", - "version": "1.1.0", + "name": "spryker/comment-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/company-mail-connector.git", - "reference": "d70cdb99495e8a94d8e9836054b4bb1dfaba10f6" + "url": "https://github.com/spryker/comment-extension.git", + "reference": "7fd05b251c3e4c87d5f033b37a41c0c47df72a81" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-mail-connector/zipball/d70cdb99495e8a94d8e9836054b4bb1dfaba10f6", - "reference": "d70cdb99495e8a94d8e9836054b4bb1dfaba10f6", + "url": "https://api.github.com/repos/spryker/comment-extension/zipball/7fd05b251c3e4c87d5f033b37a41c0c47df72a81", + "reference": "7fd05b251c3e4c87d5f033b37a41c0c47df72a81", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/company-extension": "^1.0.0", - "spryker/company-user": "^1.0.0 || ^2.0.0", - "spryker/kernel": "^3.30.0", - "spryker/mail": "^4.6.0", - "spryker/mail-extension": "^1.0.0", - "spryker/transfer": "^3.25.0" + "php": ">=7.4" }, "require-dev": { "spryker/code-sniffer": "*" @@ -22692,45 +24054,36 @@ "license": [ "proprietary" ], - "description": "CompanyMailConnector module", + "description": "CommentExtension module", "support": { - "source": "https://github.com/spryker/company-mail-connector/tree/1.1.0" + "source": "https://github.com/spryker/comment-extension/tree/1.0.0" }, - "time": "2022-11-11T13:29:11+00:00" + "time": "2022-06-21T09:05:42+00:00" }, { - "name": "spryker/company-role", - "version": "1.7.2", + "name": "spryker/comment-sales-connector", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/company-role.git", - "reference": "304bd33f75332b41cb864e377d75504614ffa271" + "url": "https://github.com/spryker/comment-sales-connector.git", + "reference": "099deb7c9077f207cd51fea644ca92402ae88ce9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-role/zipball/304bd33f75332b41cb864e377d75504614ffa271", - "reference": "304bd33f75332b41cb864e377d75504614ffa271", + "url": "https://api.github.com/repos/spryker/comment-sales-connector/zipball/099deb7c9077f207cd51fea644ca92402ae88ce9", + "reference": "099deb7c9077f207cd51fea644ca92402ae88ce9", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/company": "^1.0.0", - "spryker/company-extension": "^1.0.0", - "spryker/company-user": "^1.0.0 || ^2.0.0", - "spryker/company-user-extension": "^1.0.0", - "spryker/customer": "^7.5.0", + "spryker/comment": "^1.0.0", + "spryker/gui": "^3.0.0", "spryker/kernel": "^3.30.0", - "spryker/permission": "^1.2.0", - "spryker/permission-extension": "^1.1.0", - "spryker/propel-orm": "^1.0.0", - "spryker/zed-request": "^3.0.0" + "spryker/sales-extension": "^1.3.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/propel": "*", - "spryker/store": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -22740,51 +24093,47 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\CompanyRole\\Helper\\": "tests/SprykerTest/Zed/CompanyRole/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CompanyRole module", + "description": "CommentSalesConnector module", "support": { - "source": "https://github.com/spryker/company-role/tree/1.7.2" + "source": "https://github.com/spryker/comment-sales-connector/tree/1.1.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-01-24T16:01:46+00:00" }, { - "name": "spryker/company-role-data-import", - "version": "0.1.3", + "name": "spryker/companies-rest-api", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/company-role-data-import.git", - "reference": "f29fe1ba5e0075c90cde920d6632c1e130ce04d5" + "url": "https://github.com/spryker/companies-rest-api.git", + "reference": "bb6ba490597901174738ed9382545f6e26f36daf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-role-data-import/zipball/f29fe1ba5e0075c90cde920d6632c1e130ce04d5", - "reference": "f29fe1ba5e0075c90cde920d6632c1e130ce04d5", + "url": "https://api.github.com/repos/spryker/companies-rest-api/zipball/bb6ba490597901174738ed9382545f6e26f36daf", + "reference": "bb6ba490597901174738ed9382545f6e26f36daf", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/company": "^1.1.1", - "spryker/company-role": "^1.0.0", - "spryker/company-user": "^1.3.0 || ^2.0.0", - "spryker/data-import": "^1.3.0", + "php": ">=7.3", + "spryker/company": "^1.4.0", + "spryker/glue-application": "^1.15.0", + "spryker/glue-application-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/permission": "^1.0.0" + "spryker/symfony": "^3.0.0", + "spryker/uuid-behavior": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/customer": "^4.1.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", - "spryker/permission-extension": "*", - "spryker/propel": "*", - "spryker/store": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" + }, + "suggest": { + "spryker/auth-rest-api": "If you want to authorize and authenticate customers via access tokens." }, "type": "library", "extra": { @@ -22794,50 +24143,49 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\CompanyRoleDataImport\\Helper\\": "tests/SprykerTest/Zed/CompanyRoleDataImport/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "CompanyRoleDataImport module", + "description": "CompaniesRestApi module", "support": { - "source": "https://github.com/spryker/company-role-data-import/tree/0.1.3" + "source": "https://github.com/spryker/companies-rest-api/tree/1.2.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2021-07-06T13:27:56+00:00" }, { - "name": "spryker/company-role-gui", - "version": "1.8.1", + "name": "spryker/company", + "version": "1.5.2", "source": { "type": "git", - "url": "https://github.com/spryker/company-role-gui.git", - "reference": "55d7c30a26341f196f15d0b941f3d8c13d2b1f60" + "url": "https://github.com/spryker/company.git", + "reference": "c9534b2ff9b5978ba639ed0a870b17841e41cea7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-role-gui/zipball/55d7c30a26341f196f15d0b941f3d8c13d2b1f60", - "reference": "55d7c30a26341f196f15d0b941f3d8c13d2b1f60", + "url": "https://api.github.com/repos/spryker/company/zipball/c9534b2ff9b5978ba639ed0a870b17841e41cea7", + "reference": "c9534b2ff9b5978ba639ed0a870b17841e41cea7", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/business-on-behalf-gui-extension": "^1.0.0", - "spryker/company": "^1.1.0", - "spryker/company-role": "^1.4.0", - "spryker/company-role-gui-extension": "^1.0.0", - "spryker/company-user-gui-extension": "^1.0.0", - "spryker/glossary": "^3.0.0", - "spryker/gui": "^3.45.0", + "spryker/company-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/permission": "^1.2.0", - "spryker/symfony": "^3.1.5", - "spryker/util-text": "^1.2.0" + "spryker/propel-orm": "^1.13.0", + "spryker/store": "^1.0.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/propel": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/mail": "If you want to use mail plugins." }, "type": "library", "extra": { @@ -22847,89 +24195,106 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\Company\\Helper\\": "tests/SprykerTest/Zed/Company/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CompanyRoleGui module", + "description": "Company module", "support": { - "source": "https://github.com/spryker/company-role-gui/tree/1.8.1" + "source": "https://github.com/spryker/company/tree/1.5.2" }, - "time": "2023-07-12T07:56:12+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/company-role-gui-extension", - "version": "1.0.0", + "name": "spryker/company-business-unit", + "version": "2.15.1", "source": { "type": "git", - "url": "https://github.com/spryker/company-role-gui-extension.git", - "reference": "517dc57cd838d0d24a696e45a5b9c2296f20f409" + "url": "https://github.com/spryker/company-business-unit.git", + "reference": "cb6492283921559ff8d06481a19eee312544bdc5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-role-gui-extension/zipball/517dc57cd838d0d24a696e45a5b9c2296f20f409", - "reference": "517dc57cd838d0d24a696e45a5b9c2296f20f409", + "url": "https://api.github.com/repos/spryker/company-business-unit/zipball/cb6492283921559ff8d06481a19eee312544bdc5", + "reference": "cb6492283921559ff8d06481a19eee312544bdc5", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=8.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/company": "^1.0.0", + "spryker/company-business-unit-extension": "^1.2.0", + "spryker/company-extension": "^1.0.0", + "spryker/company-user": "^1.0.0 || ^2.0.0", + "spryker/company-user-extension": "^1.2.0", + "spryker/customer": "^7.0.0", + "spryker/kernel": "^3.30.0", + "spryker/propel-orm": "^1.0.0", + "spryker/transfer": "^3.25.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/symfony": "*" - }, - "suggest": { - "spryker/symfony": "Required to use form in plugin." + "spryker/container": "*", + "spryker/propel": "*", + "spryker/store": "*", + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\CompanyBusinessUnit\\Helper\\": "tests/SprykerTest/Zed/CompanyBusinessUnit/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CompanyRoleGuiExtension module", + "description": "CompanyBusinessUnit module", "support": { - "source": "https://github.com/spryker/company-role-gui-extension/tree/1.0.0" + "source": "https://github.com/spryker/company-business-unit/tree/2.15.1" }, - "time": "2022-06-01T13:09:31+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/company-roles-rest-api", - "version": "1.1.3", + "name": "spryker/company-business-unit-addresses-rest-api", + "version": "1.1.1", "source": { "type": "git", - "url": "https://github.com/spryker/company-roles-rest-api.git", - "reference": "3cbf119da5a8ab730ce4bcfdfa7f7f4bfcf7ad0d" + "url": "https://github.com/spryker/company-business-unit-addresses-rest-api.git", + "reference": "db696a446f2cdad68f606ea991b5fab487679664" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-roles-rest-api/zipball/3cbf119da5a8ab730ce4bcfdfa7f7f4bfcf7ad0d", - "reference": "3cbf119da5a8ab730ce4bcfdfa7f7f4bfcf7ad0d", + "url": "https://api.github.com/repos/spryker/company-business-unit-addresses-rest-api/zipball/db696a446f2cdad68f606ea991b5fab487679664", + "reference": "db696a446f2cdad68f606ea991b5fab487679664", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/company-role": "^1.5.0", + "php": ">=8.0", + "spryker/checkout-rest-api-extension": "^1.5.0", + "spryker/company-business-units-rest-api-extension": "^1.0.0", + "spryker/company-unit-address": "^1.8.0", "spryker/glue-application": "^1.15.0", "spryker/glue-application-extension": "^1.0.0", "spryker/kernel": "^3.30.0", + "spryker/shipments-rest-api-extension": "^1.0.0", "spryker/symfony": "^3.0.0", "spryker/uuid-behavior": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "suggest": { "spryker/auth-rest-api": "If you want to authorize and authenticate customers via access tokens." @@ -22949,43 +24314,40 @@ "license": [ "proprietary" ], - "description": "CompanyRolesRestApi module", + "description": "CompanyBusinessUnitAddressesRestApi module", "support": { - "source": "https://github.com/spryker/company-roles-rest-api/tree/1.1.3" + "source": "https://github.com/spryker/company-business-unit-addresses-rest-api/tree/1.1.1" }, - "time": "2020-05-29T13:08:37+00:00" + "time": "2022-12-29T12:04:01+00:00" }, { - "name": "spryker/company-sales-connector", - "version": "1.1.1", + "name": "spryker/company-business-unit-data-import", + "version": "0.5.3", "source": { "type": "git", - "url": "https://github.com/spryker/company-sales-connector.git", - "reference": "42bf4039993d486e6a97b9af533a2d4a2ca48f7b" + "url": "https://github.com/spryker/company-business-unit-data-import.git", + "reference": "81d94fc2c4180c26817c99f5fcae414b45a322d9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-sales-connector/zipball/42bf4039993d486e6a97b9af533a2d4a2ca48f7b", - "reference": "42bf4039993d486e6a97b9af533a2d4a2ca48f7b", + "url": "https://api.github.com/repos/spryker/company-business-unit-data-import/zipball/81d94fc2c4180c26817c99f5fcae414b45a322d9", + "reference": "81d94fc2c4180c26817c99f5fcae414b45a322d9", "shasum": "" }, "require": { "php": ">=8.0", "spryker/company": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/permission-extension": "^1.0.0", - "spryker/sales": "^11.0.0", - "spryker/sales-extension": "^1.7.0", - "spryker/uuid-behavior": "^1.0.0" + "spryker/company-business-unit": "^2.0.0", + "spryker/company-unit-address": "^1.0.0", + "spryker/company-user": "^1.3.0 || ^2.0.0", + "spryker/data-import": "^1.2.0", + "spryker/kernel": "^3.30.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/company-role": "*", - "spryker/company-user": "*", "spryker/container": "*", + "spryker/country": "*", "spryker/customer": "*", - "spryker/oms": "*", - "spryker/permission": "*", "spryker/propel": "*", "spryker/store": "*", "spryker/testify": "*" @@ -22998,42 +24360,39 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\CompanyBusinessUnitDataImport\\Helper\\": "tests/SprykerTest/Zed/CompanyBusinessUnitDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "CompanySalesConnector module", + "description": "CompanyBusinessUnitDataImport module", "support": { - "source": "https://github.com/spryker/company-sales-connector/tree/1.1.1" + "source": "https://github.com/spryker/company-business-unit-data-import/tree/0.5.3" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/company-supplier", - "version": "1.0.2", + "name": "spryker/company-business-unit-extension", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/company-supplier.git", - "reference": "5c117ac46b6d2366722998203bd3bb9bda7e7040" + "url": "https://github.com/spryker/company-business-unit-extension.git", + "reference": "aad8e102dfef3daa04fd743b9b4d3861c69d6311" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-supplier/zipball/5c117ac46b6d2366722998203bd3bb9bda7e7040", - "reference": "5c117ac46b6d2366722998203bd3bb9bda7e7040", + "url": "https://api.github.com/repos/spryker/company-business-unit-extension/zipball/aad8e102dfef3daa04fd743b9b4d3861c69d6311", + "reference": "aad8e102dfef3daa04fd743b9b4d3861c69d6311", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/company": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/product": "^6.0.0" + "php": ">=7.1" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", @@ -23044,110 +24403,103 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\CompanySupplier\\Helper\\": "tests/SprykerTest/Zed/CompanySupplier/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CompanySupplier module", + "description": "CompanyBusinessUnitExtension module", "support": { - "source": "https://github.com/spryker/company-supplier/tree/master" + "source": "https://github.com/spryker/company-business-unit-extension/tree/master" }, - "time": "2020-06-01T13:51:01+00:00" + "time": "2018-10-26T10:31:11+00:00" }, { - "name": "spryker/company-supplier-data-import", - "version": "0.1.4", + "name": "spryker/company-business-unit-gui", + "version": "2.10.1", "source": { "type": "git", - "url": "https://github.com/spryker/company-supplier-data-import.git", - "reference": "b1febdd4d38c3d98e6f1e919f179ec94898e7d8f" + "url": "https://github.com/spryker/company-business-unit-gui.git", + "reference": "7277407de40fa2f7a1272a7ba93cfae660aa1a76" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-supplier-data-import/zipball/b1febdd4d38c3d98e6f1e919f179ec94898e7d8f", - "reference": "b1febdd4d38c3d98e6f1e919f179ec94898e7d8f", + "url": "https://api.github.com/repos/spryker/company-business-unit-gui/zipball/7277407de40fa2f7a1272a7ba93cfae660aa1a76", + "reference": "7277407de40fa2f7a1272a7ba93cfae660aa1a76", "shasum": "" }, "require": { "php": ">=8.0", + "spryker/business-on-behalf-gui-extension": "^1.0.0", "spryker/company": "^1.0.0", - "spryker/company-supplier": "^1.0.0", - "spryker/currency": "^3.0.0 || ^4.0.0", - "spryker/data-import": "^1.2.0", + "spryker/company-business-unit": "^2.9.0", + "spryker/company-business-unit-gui-extension": "^1.0.0", + "spryker/company-user-gui-extension": "^1.0.0", + "spryker/gui": "^3.45.0", "spryker/kernel": "^3.30.0", - "spryker/price-product": "^1.0.0 || ^2.0.0 || ^4.0.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/store": "^1.5.0" + "spryker/symfony": "^3.0.0", + "spryker/util-text": "^1.2.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/company-user": "*", + "spryker/container": "*", + "spryker/customer": "*", "spryker/propel": "*", - "spryker/propel-orm": "*", + "spryker/store": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\CompanySupplierDataImport\\Helper\\": "tests/SprykerTest/Zed/CompanySupplierDataImport/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "CompanySupplierDataImport module", + "description": "CompanyBusinessUnitGui module", "support": { - "source": "https://github.com/spryker/company-supplier-data-import/tree/0.1.4" + "source": "https://github.com/spryker/company-business-unit-gui/tree/2.10.1" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/company-supplier-gui", - "version": "1.3.0", + "name": "spryker/company-business-unit-gui-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/company-supplier-gui.git", - "reference": "d1309b3ec93d6d4725eb4884a98bfb862fba2dad" + "url": "https://github.com/spryker/company-business-unit-gui-extension.git", + "reference": "1829b8b89db8fe329521f98a138af01822092c05" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-supplier-gui/zipball/d1309b3ec93d6d4725eb4884a98bfb862fba2dad", - "reference": "d1309b3ec93d6d4725eb4884a98bfb862fba2dad", + "url": "https://api.github.com/repos/spryker/company-business-unit-gui-extension/zipball/1829b8b89db8fe329521f98a138af01822092c05", + "reference": "1829b8b89db8fe329521f98a138af01822092c05", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/company-gui-extension": "^1.0.0", - "spryker/company-supplier": "^1.0.0", - "spryker/currency": "^3.0.0 || ^4.0.0", - "spryker/gui": "^3.45.0", - "spryker/kernel": "^3.30.0", - "spryker/money": "^2.0.0", - "spryker/price-product": "^1.0.0 || ^2.0.0 || ^4.0.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/product-management-extension": "^1.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/store": "^1.5.0", - "spryker/symfony": "^3.0.0" + "php": ">=7.1" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/company": "*", - "spryker/company-gui": "*" + "spryker/company-business-unit": "^1.1.0", + "spryker/gui": "^3.13.0", + "spryker/symfony": "^3.0.0", + "spryker/testify": "*" }, "suggest": { - "spryker/company": "If you want to use CompanyTableCompanyTypePlugin which used Company module entity map.", - "spryker/company-gui": "If you want to provide plugins to CompanyGui module" + "spryker/company-business-unit": "To get full functionality of the current module", + "spryker/gui": "If you need gui", + "spryker/symfony": "If you want to provide plugins to CompanyBusinessUnitGui module" }, "type": "library", "extra": { @@ -23164,42 +24516,46 @@ "license": [ "proprietary" ], - "description": "CompanySupplierGui module", + "description": "CompanyBusinessUnitGuiExtension module", "support": { - "source": "https://github.com/spryker/company-supplier-gui/tree/1.3.0" + "source": "https://github.com/spryker/company-business-unit-gui-extension/tree/master" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2018-03-30T15:22:15+00:00" }, { - "name": "spryker/company-unit-address", - "version": "1.15.0", + "name": "spryker/company-business-unit-sales-connector", + "version": "1.1.1", "source": { "type": "git", - "url": "https://github.com/spryker/company-unit-address.git", - "reference": "b2c42d483e92ebe5d92cd4f088016f2b0e942f42" + "url": "https://github.com/spryker/company-business-unit-sales-connector.git", + "reference": "bdc2b0fc80cfad94459a13a80ee980466b51aece" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-unit-address/zipball/b2c42d483e92ebe5d92cd4f088016f2b0e942f42", - "reference": "b2c42d483e92ebe5d92cd4f088016f2b0e942f42", + "url": "https://api.github.com/repos/spryker/company-business-unit-sales-connector/zipball/bdc2b0fc80cfad94459a13a80ee980466b51aece", + "reference": "bdc2b0fc80cfad94459a13a80ee980466b51aece", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/company": "^1.0.0", - "spryker/company-business-unit": "^1.0.0 || ^2.0.0", - "spryker/company-business-unit-extension": "^1.2.0", - "spryker/company-unit-address-extension": "^1.0.0", - "spryker/country": "^3.1.0 || ^4.0.0", - "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/tax-product-connector-extension": "^1.0.0", - "spryker/zed-request": "^3.0.0" + "spryker/company-business-unit": "^2.0.0", + "spryker/kernel": "^3.33.0", + "spryker/permission-extension": "^1.0.0", + "spryker/sales": "^11.0.0", + "spryker/sales-extension": "^1.7.0", + "spryker/uuid-behavior": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/company": "*", + "spryker/company-role": "*", + "spryker/company-user": "*", + "spryker/container": "*", + "spryker/customer": "*", + "spryker/oms": "*", + "spryker/permission": "*", "spryker/propel": "*", + "spryker/store": "*", "spryker/testify": "*" }, "type": "library", @@ -23210,45 +24566,40 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\CompanyUnitAddress\\Helper\\": "tests/SprykerTest/Zed/CompanyUnitAddress/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CompanyUnitAddress module", + "description": "CompanyBusinessUnitSalesConnector module", "support": { - "source": "https://github.com/spryker/company-unit-address/tree/1.15.0" + "source": "https://github.com/spryker/company-business-unit-sales-connector/tree/1.1.1" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/company-unit-address-data-import", - "version": "0.3.3", + "name": "spryker/company-business-unit-storage", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/company-unit-address-data-import.git", - "reference": "8fe9fc10078d18e1e0b3eddc7c298647c5ed7c36" + "url": "https://github.com/spryker/company-business-unit-storage.git", + "reference": "a2425a1eaa624cd6a3c9b881fc9eaca5081a1a3a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-unit-address-data-import/zipball/8fe9fc10078d18e1e0b3eddc7c298647c5ed7c36", - "reference": "8fe9fc10078d18e1e0b3eddc7c298647c5ed7c36", + "url": "https://api.github.com/repos/spryker/company-business-unit-storage/zipball/a2425a1eaa624cd6a3c9b881fc9eaca5081a1a3a", + "reference": "a2425a1eaa624cd6a3c9b881fc9eaca5081a1a3a", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/company": "^1.0.0", - "spryker/company-unit-address": "^1.0.0", - "spryker/country": "^3.0.0 || ^4.0.0", - "spryker/data-import": "^1.2.0", - "spryker/kernel": "^3.30.0" + "php": ">=7.1", + "spryker/company-user-storage-extension": "^1.0.0", + "spryker/kernel": "^3.29.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", @@ -23259,96 +24610,50 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\CompanyUnitAddressDataImport\\Helper\\": "tests/SprykerTest/Zed/CompanyUnitAddressDataImport/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "CompanyUnitAddressDataImport module", + "description": "CompanyBusinessUnitStorage module", "support": { - "source": "https://github.com/spryker/company-unit-address-data-import/tree/0.3.3" + "source": "https://github.com/spryker/company-business-unit-storage/tree/master" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2019-03-01T10:32:26+00:00" }, { - "name": "spryker/company-unit-address-extension", - "version": "1.0.0", + "name": "spryker/company-business-units-rest-api", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/company-unit-address-extension.git", - "reference": "391ebf532c3189d179f17a66ebe3820d49f8160b" + "url": "https://github.com/spryker/company-business-units-rest-api.git", + "reference": "c80bf05c53371a4f0185daf5089772d212f72e77" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-unit-address-extension/zipball/391ebf532c3189d179f17a66ebe3820d49f8160b", - "reference": "391ebf532c3189d179f17a66ebe3820d49f8160b", + "url": "https://api.github.com/repos/spryker/company-business-units-rest-api/zipball/c80bf05c53371a4f0185daf5089772d212f72e77", + "reference": "c80bf05c53371a4f0185daf5089772d212f72e77", "shasum": "" }, "require": { - "php": ">=7.1" - }, - "require-dev": { - "spryker/code-sniffer": "*", - "spryker/symfony": "^3.0.0", - "spryker/testify": "*" - }, - "suggest": { - "spryker/symfony": "If you want to provide plugins to CompanyUnitAddress module" - }, - "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": "CompanyUnitAddressExtension module", - "support": { - "source": "https://github.com/spryker/company-unit-address-extension/tree/master" - }, - "time": "2018-03-22T07:48:15+00:00" - }, - { - "name": "spryker/company-unit-address-gui", - "version": "1.3.1", - "source": { - "type": "git", - "url": "https://github.com/spryker/company-unit-address-gui.git", - "reference": "8dc5a4eacedc9aa6dd51b4da928a549de9bcd7e7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/company-unit-address-gui/zipball/8dc5a4eacedc9aa6dd51b4da928a549de9bcd7e7", - "reference": "8dc5a4eacedc9aa6dd51b4da928a549de9bcd7e7", - "shasum": "" - }, - "require": { - "php": ">=8.0", - "spryker/company": "^1.0.0", - "spryker/company-business-unit-gui-extension": "^1.0.0", - "spryker/company-unit-address": "^1.10.0", - "spryker/company-unit-address-gui-extension": "^1.0.0", - "spryker/country": "^3.0.0 || ^4.0.0", - "spryker/gui": "^3.45.0", - "spryker/kernel": "^3.33.0", - "spryker/propel-orm": "^1.0.0", + "php": ">=7.3", + "spryker/company-business-unit": "^2.10.0", + "spryker/company-business-units-rest-api-extension": "^1.0.0", + "spryker/customers-rest-api-extension": "^1.1.0", + "spryker/glue-application": "^1.15.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", "spryker/symfony": "^3.0.0", - "spryker/util-text": "^1.0.0" + "spryker/uuid-behavior": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*" }, + "suggest": { + "spryker/auth-rest-api": "If you want to authorize and authenticate customers via access tokens." + }, "type": "library", "extra": { "branch-alias": { @@ -23364,24 +24669,24 @@ "license": [ "proprietary" ], - "description": "CompanyUnitAddressGui module", + "description": "CompanyBusinessUnitsRestApi module", "support": { - "source": "https://github.com/spryker/company-unit-address-gui/tree/1.3.1" + "source": "https://github.com/spryker/company-business-units-rest-api/tree/1.3.0" }, - "time": "2023-06-16T12:23:09+00:00" + "time": "2021-07-06T13:27:56+00:00" }, { - "name": "spryker/company-unit-address-gui-extension", - "version": "1.1.0", + "name": "spryker/company-business-units-rest-api-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/company-unit-address-gui-extension.git", - "reference": "d2abff7c2c83df54ec363f49cbf7ec5f9ad73bb4" + "url": "https://github.com/spryker/company-business-units-rest-api-extension.git", + "reference": "db01bffe4d61ed4458efe5b841cafddafa1f5716" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-unit-address-gui-extension/zipball/d2abff7c2c83df54ec363f49cbf7ec5f9ad73bb4", - "reference": "d2abff7c2c83df54ec363f49cbf7ec5f9ad73bb4", + "url": "https://api.github.com/repos/spryker/company-business-units-rest-api-extension/zipball/db01bffe4d61ed4458efe5b841cafddafa1f5716", + "reference": "db01bffe4d61ed4458efe5b841cafddafa1f5716", "shasum": "" }, "require": { @@ -23389,16 +24694,8 @@ }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/company-unit-address": "^1.2.0", - "spryker/gui": "^3.13.0", - "spryker/symfony": "^3.0.0", "spryker/testify": "*" }, - "suggest": { - "spryker/company-unit-address": "To get full functionality of the current module", - "spryker/gui": "If you want to use CompanyUnitAddressGuiExtension module plugin interfaces which used Gui transfer object.", - "spryker/symfony": "If you want to provide plugins to CompanyUnitAddressGui module" - }, "type": "library", "extra": { "branch-alias": { @@ -23414,45 +24711,36 @@ "license": [ "proprietary" ], - "description": "CompanyUnitAddressGuiExtension module", + "description": "CompanyBusinessUnitsRestApiExtension module", "support": { - "source": "https://github.com/spryker/company-unit-address-gui-extension/tree/master" + "source": "https://github.com/spryker/company-business-units-rest-api-extension/tree/1.0.0" }, - "time": "2018-04-04T10:42:53+00:00" + "time": "2019-05-06T09:29:15+00:00" }, { - "name": "spryker/company-unit-address-label", - "version": "1.1.2", + "name": "spryker/company-data-import", + "version": "0.2.2", "source": { "type": "git", - "url": "https://github.com/spryker/company-unit-address-label.git", - "reference": "9739d0c260ff4bae52f9ad03c2197b927ab74a7f" + "url": "https://github.com/spryker/company-data-import.git", + "reference": "2e0be568667c65a2f51a0a0ed30960c61e551771" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-unit-address-label/zipball/9739d0c260ff4bae52f9ad03c2197b927ab74a7f", - "reference": "9739d0c260ff4bae52f9ad03c2197b927ab74a7f", + "url": "https://api.github.com/repos/spryker/company-data-import/zipball/2e0be568667c65a2f51a0a0ed30960c61e551771", + "reference": "2e0be568667c65a2f51a0a0ed30960c61e551771", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/company-unit-address": "^1.1.0", - "spryker/company-unit-address-extension": "^1.0.0", - "spryker/company-unit-address-gui-extension": "^1.0.0", - "spryker/gui": "^3.0.0", - "spryker/kernel": "^3.30.0", - "spryker/propel-orm": "^1.0.0", - "spryker/symfony": "^3.0.0" + "php": ">=8.0", + "spryker/company": "^1.0.0", + "spryker/data-import": "^1.2.0", + "spryker/kernel": "^3.30.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/company": "*", - "spryker/company-business-unit": "*", - "spryker/country": "*", - "spryker/locale": "*", "spryker/propel": "*", - "spryker/testify": "*", - "spryker/touch": "*" + "spryker/testify": "*" }, "type": "library", "extra": { @@ -23463,44 +24751,38 @@ "autoload": { "psr-4": { "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\CompanyUnitAddressLabel\\Helper\\": "tests/SprykerTest/Zed/CompanyUnitAddressLabel/_support/Helper/" + "SprykerTest\\Zed\\CompanyDataImport\\Helper\\": "tests/SprykerTest/Zed/CompanyDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "CompanyUnitAddressLabel module", + "description": "CompanyDataImport module", "support": { - "source": "https://github.com/spryker/company-unit-address-label/tree/1.1.2" + "source": "https://github.com/spryker/company-data-import/tree/0.2.2" }, - "time": "2021-12-15T15:02:47+00:00" + "time": "2022-12-29T12:04:01+00:00" }, { - "name": "spryker/company-unit-address-label-data-import", - "version": "0.1.1", + "name": "spryker/company-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/company-unit-address-label-data-import.git", - "reference": "35c3092d2ed984b7ef1178e755084d559328a8f3" + "url": "https://github.com/spryker/company-extension.git", + "reference": "1be7153b1c666ca4858a83c775b761c9bddcb99f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-unit-address-label-data-import/zipball/35c3092d2ed984b7ef1178e755084d559328a8f3", - "reference": "35c3092d2ed984b7ef1178e755084d559328a8f3", + "url": "https://api.github.com/repos/spryker/company-extension/zipball/1be7153b1c666ca4858a83c775b761c9bddcb99f", + "reference": "1be7153b1c666ca4858a83c775b761c9bddcb99f", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker/company-unit-address": "^1.0.0", - "spryker/company-unit-address-label": "^1.0.0", - "spryker/data-import": "^1.2.0", - "spryker/kernel": "^3.0.0" + "php": ">=7.1" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/country": "*", - "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", @@ -23511,48 +24793,49 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\CompanyUnitAddressLabelDataImport\\Helper\\": "tests/SprykerTest/Zed/CompanyUnitAddressLabelDataImport/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "CompanyUnitAddressLabelDataImport module", + "description": "CompanyExtension module", "support": { - "source": "https://github.com/spryker/company-unit-address-label-data-import/tree/master" + "source": "https://github.com/spryker/company-extension/tree/master" }, - "time": "2018-09-07T14:48:15+00:00" + "time": "2018-03-13T18:47:20+00:00" }, { - "name": "spryker/company-unit-address-label-gui", - "version": "1.0.2", + "name": "spryker/company-gui", + "version": "1.7.0", "source": { "type": "git", - "url": "https://github.com/spryker/company-unit-address-label-gui.git", - "reference": "47bf2f1467e4580936b81bb68a27f2c7c9f28336" + "url": "https://github.com/spryker/company-gui.git", + "reference": "09476a5abd47bc90c188acefc2b2692e41d404ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-unit-address-label-gui/zipball/47bf2f1467e4580936b81bb68a27f2c7c9f28336", - "reference": "47bf2f1467e4580936b81bb68a27f2c7c9f28336", + "url": "https://api.github.com/repos/spryker/company-gui/zipball/09476a5abd47bc90c188acefc2b2692e41d404ce", + "reference": "09476a5abd47bc90c188acefc2b2692e41d404ce", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/company-unit-address-gui-extension": "^1.0.0", - "spryker/company-unit-address-label": "^1.1.0", - "spryker/kernel": "^3.30.0" + "php": ">=7.4", + "spryker/company": "^1.5.0", + "spryker/company-business-unit-gui-extension": "^1.0.0", + "spryker/company-gui-extension": "^1.0.0", + "spryker/company-role-gui-extension": "^1.0.0", + "spryker/company-unit-address-gui-extension": "^1.1.0", + "spryker/company-user-gui-extension": "^1.1.0", + "spryker/gui": "^3.45.0", + "spryker/kernel": "^3.30.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.25.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/company-unit-address": "*", - "spryker/gui": "*" - }, - "suggest": { - "spryker/company-unit-address": "If you want to use CompanyUnitAddressTableExpanderPlugin which used CompanyUnitAddress module entity map.", - "spryker/gui": "If you want to use CompanyUnitAddressTableExpanderPlugin which used Gui transfer object." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -23569,89 +24852,83 @@ "license": [ "proprietary" ], - "description": "CompanyUnitAddressLabelGui module", + "description": "CompanyGui module", "support": { - "source": "https://github.com/spryker/company-unit-address-label-gui/tree/master" + "source": "https://github.com/spryker/company-gui/tree/1.7.0" }, - "time": "2020-05-29T13:08:37+00:00" + "time": "2022-09-19T06:48:51+00:00" }, { - "name": "spryker/company-user", - "version": "2.16.1", + "name": "spryker/company-gui-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/company-user.git", - "reference": "d392c8e8bd2f9bd9c6438ee4fb55adffe7661273" + "url": "https://github.com/spryker/company-gui-extension.git", + "reference": "62c056a004ac0dc6546aa8fce16e2f3bb0e806d4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-user/zipball/d392c8e8bd2f9bd9c6438ee4fb55adffe7661273", - "reference": "d392c8e8bd2f9bd9c6438ee4fb55adffe7661273", + "url": "https://api.github.com/repos/spryker/company-gui-extension/zipball/62c056a004ac0dc6546aa8fce16e2f3bb0e806d4", + "reference": "62c056a004ac0dc6546aa8fce16e2f3bb0e806d4", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/company": "^1.0.0", - "spryker/company-extension": "^1.0.0", - "spryker/company-user-extension": "^1.2.0", - "spryker/customer": "^7.0.0", - "spryker/kernel": "^3.30.0", - "spryker/permission-extension": "^1.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/transfer": "^3.25.0", - "spryker/zed-request": "^3.0.0" + "php": ">=7.1" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/propel": "*", - "spryker/store": "*", + "spryker/gui": "^3.13.0", + "spryker/symfony": "^3.0.0", "spryker/testify": "*" }, "suggest": { - "spryker/permission": "Permission ^1.0.0 to have possibility use user permissions." + "spryker/company-gui": "If you want to provide plugins to CompanyGui module", + "spryker/gui": "If you want to use CompanyGuiExtension module plugin interfaces which used Gui transfer object.", + "spryker/symfony": "If you want to use CompanyGui plugins" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\CompanyUser\\Helper\\": "tests/SprykerTest/Shared/CompanyUser/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CompanyUser module", + "description": "CompanyGuiExtension module", "support": { - "source": "https://github.com/spryker/company-user/tree/2.16.1" + "source": "https://github.com/spryker/company-gui-extension/tree/master" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2018-04-04T10:42:53+00:00" }, { - "name": "spryker/company-user-agent", - "version": "1.0.1", + "name": "spryker/company-mail-connector", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/company-user-agent.git", - "reference": "7615f587bd113c9764c4eb9177d432b49125a0bd" + "url": "https://github.com/spryker/company-mail-connector.git", + "reference": "d70cdb99495e8a94d8e9836054b4bb1dfaba10f6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-user-agent/zipball/7615f587bd113c9764c4eb9177d432b49125a0bd", - "reference": "7615f587bd113c9764c4eb9177d432b49125a0bd", + "url": "https://api.github.com/repos/spryker/company-mail-connector/zipball/d70cdb99495e8a94d8e9836054b4bb1dfaba10f6", + "reference": "d70cdb99495e8a94d8e9836054b4bb1dfaba10f6", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/company-user": "^2.10.0", + "php": ">=8.0", + "spryker/company-extension": "^1.0.0", + "spryker/company-user": "^1.0.0 || ^2.0.0", "spryker/kernel": "^3.30.0", - "spryker/zed-request": "^3.0.0" + "spryker/mail": "^4.6.0", + "spryker/mail-extension": "^1.0.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -23671,85 +24948,96 @@ "license": [ "proprietary" ], - "description": "CompanyUserAgent module", + "description": "CompanyMailConnector module", "support": { - "source": "https://github.com/spryker/company-user-agent/tree/1.0.1" + "source": "https://github.com/spryker/company-mail-connector/tree/1.1.0" }, - "time": "2020-05-29T13:08:37+00:00" + "time": "2022-11-11T13:29:11+00:00" }, { - "name": "spryker/company-user-auth-rest-api", - "version": "2.1.0", + "name": "spryker/company-role", + "version": "1.7.2", "source": { "type": "git", - "url": "https://github.com/spryker/company-user-auth-rest-api.git", - "reference": "2917d860025008906d8ea72e6b93faec9b6ec969" + "url": "https://github.com/spryker/company-role.git", + "reference": "304bd33f75332b41cb864e377d75504614ffa271" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-user-auth-rest-api/zipball/2917d860025008906d8ea72e6b93faec9b6ec969", - "reference": "2917d860025008906d8ea72e6b93faec9b6ec969", + "url": "https://api.github.com/repos/spryker/company-role/zipball/304bd33f75332b41cb864e377d75504614ffa271", + "reference": "304bd33f75332b41cb864e377d75504614ffa271", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/auth-rest-api-extension": "^1.0.0", - "spryker/company-user-storage": "^1.0.0", - "spryker/glue-application": "^1.15.0", - "spryker/glue-application-extension": "^1.0.0", + "php": ">=8.0", + "spryker/company": "^1.0.0", + "spryker/company-extension": "^1.0.0", + "spryker/company-user": "^1.0.0 || ^2.0.0", + "spryker/company-user-extension": "^1.0.0", + "spryker/customer": "^7.5.0", "spryker/kernel": "^3.30.0", - "spryker/oauth": "^1.4.0 || ^2.0.0", - "spryker/symfony": "^3.0.0" + "spryker/permission": "^1.2.0", + "spryker/permission-extension": "^1.1.0", + "spryker/propel-orm": "^1.0.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/propel": "*", + "spryker/store": "*", + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\CompanyRole\\Helper\\": "tests/SprykerTest/Zed/CompanyRole/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CompanyUserAuthRestApi module", + "description": "CompanyRole module", "support": { - "source": "https://github.com/spryker/company-user-auth-rest-api/tree/2.1.0" + "source": "https://github.com/spryker/company-role/tree/1.7.2" }, - "time": "2020-07-20T18:03:09+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/company-user-data-import", - "version": "0.2.1", + "name": "spryker/company-role-data-import", + "version": "0.1.3", "source": { "type": "git", - "url": "https://github.com/spryker/company-user-data-import.git", - "reference": "1a0c9e5a7f2a564c9569d27c73957f6cec75e0ab" + "url": "https://github.com/spryker/company-role-data-import.git", + "reference": "f29fe1ba5e0075c90cde920d6632c1e130ce04d5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-user-data-import/zipball/1a0c9e5a7f2a564c9569d27c73957f6cec75e0ab", - "reference": "1a0c9e5a7f2a564c9569d27c73957f6cec75e0ab", + "url": "https://api.github.com/repos/spryker/company-role-data-import/zipball/f29fe1ba5e0075c90cde920d6632c1e130ce04d5", + "reference": "f29fe1ba5e0075c90cde920d6632c1e130ce04d5", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/company": "^1.0.0", - "spryker/company-user": "^2.9.0", - "spryker/customer": "^4.1.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", + "spryker/company": "^1.1.1", + "spryker/company-role": "^1.0.0", + "spryker/company-user": "^1.3.0 || ^2.0.0", "spryker/data-import": "^1.3.0", - "spryker/kernel": "^3.30.0" + "spryker/kernel": "^3.30.0", + "spryker/permission": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", "spryker/container": "*", + "spryker/customer": "^4.1.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", + "spryker/permission-extension": "*", "spryker/propel": "*", "spryker/store": "*", "spryker/testify": "*" @@ -23763,39 +25051,49 @@ "autoload": { "psr-4": { "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\CompanyUserDataImport\\Helper\\": "tests/SprykerTest/Zed/CompanyUserDataImport/_support/Helper/" + "SprykerTest\\Zed\\CompanyRoleDataImport\\Helper\\": "tests/SprykerTest/Zed/CompanyRoleDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "description": "CompanyUserDataImport module", + "description": "CompanyRoleDataImport module", "support": { - "source": "https://github.com/spryker/company-user-data-import/tree/0.2.1" + "source": "https://github.com/spryker/company-role-data-import/tree/0.1.3" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/company-user-extension", - "version": "1.2.0", + "name": "spryker/company-role-gui", + "version": "1.8.1", "source": { "type": "git", - "url": "https://github.com/spryker/company-user-extension.git", - "reference": "44fc4eea5c1cb31d381bfabae585d0c03ce84e58" + "url": "https://github.com/spryker/company-role-gui.git", + "reference": "55d7c30a26341f196f15d0b941f3d8c13d2b1f60" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-user-extension/zipball/44fc4eea5c1cb31d381bfabae585d0c03ce84e58", - "reference": "44fc4eea5c1cb31d381bfabae585d0c03ce84e58", + "url": "https://api.github.com/repos/spryker/company-role-gui/zipball/55d7c30a26341f196f15d0b941f3d8c13d2b1f60", + "reference": "55d7c30a26341f196f15d0b941f3d8c13d2b1f60", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.0", + "spryker/business-on-behalf-gui-extension": "^1.0.0", + "spryker/company": "^1.1.0", + "spryker/company-role": "^1.4.0", + "spryker/company-role-gui-extension": "^1.0.0", + "spryker/company-user-gui-extension": "^1.0.0", + "spryker/glossary": "^3.0.0", + "spryker/gui": "^3.45.0", + "spryker/kernel": "^3.30.0", + "spryker/permission": "^1.2.0", + "spryker/symfony": "^3.1.5", + "spryker/util-text": "^1.2.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -23812,41 +25110,35 @@ "license": [ "proprietary" ], - "description": "CompanyUserExtension module", + "description": "CompanyRoleGui module", "support": { - "source": "https://github.com/spryker/company-user-extension/tree/master" + "source": "https://github.com/spryker/company-role-gui/tree/1.8.1" }, - "time": "2019-02-26T13:05:25+00:00" + "time": "2023-07-12T07:56:12+00:00" }, { - "name": "spryker/company-user-gui", - "version": "1.10.2", + "name": "spryker/company-role-gui-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/company-user-gui.git", - "reference": "f23b147e0b78bc5492cdc748b105c15937a738ee" + "url": "https://github.com/spryker/company-role-gui-extension.git", + "reference": "517dc57cd838d0d24a696e45a5b9c2296f20f409" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-user-gui/zipball/f23b147e0b78bc5492cdc748b105c15937a738ee", - "reference": "f23b147e0b78bc5492cdc748b105c15937a738ee", + "url": "https://api.github.com/repos/spryker/company-role-gui-extension/zipball/517dc57cd838d0d24a696e45a5b9c2296f20f409", + "reference": "517dc57cd838d0d24a696e45a5b9c2296f20f409", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/company": "^1.1.3", - "spryker/company-user": "^2.7.0", - "spryker/company-user-gui-extension": "^1.0.0", - "spryker/customer": "^7.10.2", - "spryker/customer-extension": "^1.1.0", - "spryker/gui": "^3.45.0", - "spryker/kernel": "^3.30.0", - "spryker/propel-orm": "^1.0.0", - "spryker/symfony": "^3.1.5", - "spryker/util-text": "^1.2.1" + "php": ">=7.4" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/symfony": "*" + }, + "suggest": { + "spryker/symfony": "Required to use form in plugin." }, "type": "library", "extra": { @@ -23863,38 +25155,40 @@ "license": [ "proprietary" ], - "description": "CompanyUserGui module", + "description": "CompanyRoleGuiExtension module", "support": { - "source": "https://github.com/spryker/company-user-gui/tree/1.10.2" + "source": "https://github.com/spryker/company-role-gui-extension/tree/1.0.0" }, - "time": "2023-07-12T07:56:12+00:00" + "time": "2022-06-01T13:09:31+00:00" }, { - "name": "spryker/company-user-gui-extension", - "version": "1.1.0", + "name": "spryker/company-roles-rest-api", + "version": "1.1.3", "source": { "type": "git", - "url": "https://github.com/spryker/company-user-gui-extension.git", - "reference": "ca3a9c698aa09852d2d426e70b58c53d7bdb502a" + "url": "https://github.com/spryker/company-roles-rest-api.git", + "reference": "3cbf119da5a8ab730ce4bcfdfa7f7f4bfcf7ad0d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-user-gui-extension/zipball/ca3a9c698aa09852d2d426e70b58c53d7bdb502a", - "reference": "ca3a9c698aa09852d2d426e70b58c53d7bdb502a", + "url": "https://api.github.com/repos/spryker/company-roles-rest-api/zipball/3cbf119da5a8ab730ce4bcfdfa7f7f4bfcf7ad0d", + "reference": "3cbf119da5a8ab730ce4bcfdfa7f7f4bfcf7ad0d", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2", + "spryker/company-role": "^1.5.0", + "spryker/glue-application": "^1.15.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/symfony": "^3.0.0", + "spryker/uuid-behavior": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/gui": "*", - "spryker/symfony": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "suggest": { - "spryker/gui": "If you want to use CompanyUserGuiExtension module plugin interfaces: ^3.13.1", - "spryker/symfony": "If you want to use Step handler plugin." + "spryker/auth-rest-api": "If you want to authorize and authenticate customers via access tokens." }, "type": "library", "extra": { @@ -23911,59 +25205,47 @@ "license": [ "proprietary" ], - "description": "CompanyUserGuiExtension module", + "description": "CompanyRolesRestApi module", "support": { - "source": "https://github.com/spryker/company-user-gui-extension/tree/master" + "source": "https://github.com/spryker/company-roles-rest-api/tree/1.1.3" }, - "time": "2018-12-20T12:46:33+00:00" + "time": "2020-05-29T13:08:37+00:00" }, { - "name": "spryker/company-user-invitation", - "version": "1.3.2", + "name": "spryker/company-sales-connector", + "version": "1.1.1", "source": { "type": "git", - "url": "https://github.com/spryker/company-user-invitation.git", - "reference": "028f764d240d377be7d33d67e129afa40b49af76" + "url": "https://github.com/spryker/company-sales-connector.git", + "reference": "42bf4039993d486e6a97b9af533a2d4a2ca48f7b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-user-invitation/zipball/028f764d240d377be7d33d67e129afa40b49af76", - "reference": "028f764d240d377be7d33d67e129afa40b49af76", + "url": "https://api.github.com/repos/spryker/company-sales-connector/zipball/42bf4039993d486e6a97b9af533a2d4a2ca48f7b", + "reference": "42bf4039993d486e6a97b9af533a2d4a2ca48f7b", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/application": "^3.9.0", - "spryker/company-business-unit": "^1.1.0 || ^2.0.0", - "spryker/company-user": "^1.0.0 || ^2.0.0", - "spryker/customer-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/mail": "^4.6.0", - "spryker/mail-extension": "^1.0.0", + "spryker/company": "^1.0.0", + "spryker/kernel": "^3.33.0", "spryker/permission-extension": "^1.0.0", - "spryker/propel-orm": "^1.6.1", - "spryker/transfer": "^3.25.0", - "spryker/util-text": "^1.2.1", - "spryker/zed-request": "^3.4.0" + "spryker/sales": "^11.0.0", + "spryker/sales-extension": "^1.7.0", + "spryker/uuid-behavior": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/company": "*", "spryker/company-role": "*", + "spryker/company-user": "*", "spryker/container": "*", "spryker/customer": "*", - "spryker/installer": "*", + "spryker/oms": "*", "spryker/permission": "*", "spryker/propel": "*", "spryker/store": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/customer": "You need to have Customer installed create company users after registration", - "spryker/installer": "You need to have Installer to set up values for invitation statuses", - "spryker/silex": "You need to have Silex installed to use the Config Profiler", - "spryker/twig": "You need to have Twig installed to use the Config Profiler" - }, "type": "library", "extra": { "branch-alias": { @@ -23972,63 +25254,44 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\CompanyUserInvitation\\Helper\\": "tests/SprykerTest/Zed/CompanyUserInvitation/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CompanyUserInvitation module", + "description": "CompanySalesConnector module", "support": { - "source": "https://github.com/spryker/company-user-invitation/tree/1.3.2" + "source": "https://github.com/spryker/company-sales-connector/tree/1.1.1" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/company-user-storage", - "version": "1.5.1", + "name": "spryker/company-supplier", + "version": "1.0.2", "source": { "type": "git", - "url": "https://github.com/spryker/company-user-storage.git", - "reference": "5085ae2ba1e953ccc9ec84b1c8dc448912696c70" + "url": "https://github.com/spryker/company-supplier.git", + "reference": "5c117ac46b6d2366722998203bd3bb9bda7e7040" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-user-storage/zipball/5085ae2ba1e953ccc9ec84b1c8dc448912696c70", - "reference": "5085ae2ba1e953ccc9ec84b1c8dc448912696c70", + "url": "https://api.github.com/repos/spryker/company-supplier/zipball/5c117ac46b6d2366722998203bd3bb9bda7e7040", + "reference": "5c117ac46b6d2366722998203bd3bb9bda7e7040", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/company-user": "^2.13.0", - "spryker/company-user-storage-extension": "^1.0.0", - "spryker/event-behavior": "^1.3.1", - "spryker/kernel": "^3.33.0", - "spryker/propel-orm": "^1.3.0", - "spryker/shared-carts-rest-api-extension": "^1.0.0", - "spryker/storage": "^3.4.0", - "spryker/synchronization": "^1.1.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.0.0" + "php": ">=7.2", + "spryker/company": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/product": "^6.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/company": "*", - "spryker/container": "*", - "spryker/customer": "*", - "spryker/event": "*", "spryker/propel": "*", - "spryker/queue": "*", - "spryker/store": "*", - "spryker/store-extension": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/company": "If you want to use CompanyEvents", - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" - }, "type": "library", "extra": { "branch-alias": { @@ -24037,38 +25300,49 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\CompanySupplier\\Helper\\": "tests/SprykerTest/Zed/CompanySupplier/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CompanyUserStorage module", + "description": "CompanySupplier module", "support": { - "source": "https://github.com/spryker/company-user-storage/tree/1.5.1" + "source": "https://github.com/spryker/company-supplier/tree/master" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2020-06-01T13:51:01+00:00" }, { - "name": "spryker/company-user-storage-extension", - "version": "1.0.0", + "name": "spryker/company-supplier-data-import", + "version": "0.1.4", "source": { "type": "git", - "url": "https://github.com/spryker/company-user-storage-extension.git", - "reference": "7cf3e5934f12ffc8d6ffc6a412f93932d599acc3" + "url": "https://github.com/spryker/company-supplier-data-import.git", + "reference": "b1febdd4d38c3d98e6f1e919f179ec94898e7d8f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-user-storage-extension/zipball/7cf3e5934f12ffc8d6ffc6a412f93932d599acc3", - "reference": "7cf3e5934f12ffc8d6ffc6a412f93932d599acc3", + "url": "https://api.github.com/repos/spryker/company-supplier-data-import/zipball/b1febdd4d38c3d98e6f1e919f179ec94898e7d8f", + "reference": "b1febdd4d38c3d98e6f1e919f179ec94898e7d8f", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.0", + "spryker/company": "^1.0.0", + "spryker/company-supplier": "^1.0.0", + "spryker/currency": "^3.0.0 || ^4.0.0", + "spryker/data-import": "^1.2.0", + "spryker/kernel": "^3.30.0", + "spryker/price-product": "^1.0.0 || ^2.0.0 || ^4.0.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/store": "^1.5.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/propel-orm": "*", "spryker/testify": "*" }, "type": "library", @@ -24079,64 +25353,62 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\CompanySupplierDataImport\\Helper\\": "tests/SprykerTest/Zed/CompanySupplierDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "CompanyUserStorageExtension module", + "description": "CompanySupplierDataImport module", "support": { - "source": "https://github.com/spryker/company-user-storage-extension/tree/1.0.0" + "source": "https://github.com/spryker/company-supplier-data-import/tree/0.1.4" }, - "time": "2019-02-06T16:17:54+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/company-users-rest-api", - "version": "2.6.1", + "name": "spryker/company-supplier-gui", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/company-users-rest-api.git", - "reference": "2d7557ea89bb5d48420c3a99a380238a5c0528c5" + "url": "https://github.com/spryker/company-supplier-gui.git", + "reference": "d1309b3ec93d6d4725eb4884a98bfb862fba2dad" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/company-users-rest-api/zipball/2d7557ea89bb5d48420c3a99a380238a5c0528c5", - "reference": "2d7557ea89bb5d48420c3a99a380238a5c0528c5", + "url": "https://api.github.com/repos/spryker/company-supplier-gui/zipball/d1309b3ec93d6d4725eb4884a98bfb862fba2dad", + "reference": "d1309b3ec93d6d4725eb4884a98bfb862fba2dad", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/carts-rest-api-extension": "^1.2.0", - "spryker/checkout-rest-api-extension": "^1.4.0", - "spryker/company": "^1.0.0", - "spryker/company-business-unit": "^1.0.0 || ^2.0.0", - "spryker/company-role": "^1.0.0", - "spryker/company-user": "^2.7.0", - "spryker/company-user-storage": "^1.0.0", - "spryker/customer": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", - "spryker/customers-rest-api-extension": "^1.1.0", - "spryker/glue-application": "^1.15.0", - "spryker/glue-application-extension": "^1.3.0", + "spryker/company-gui-extension": "^1.0.0", + "spryker/company-supplier": "^1.0.0", + "spryker/currency": "^3.0.0 || ^4.0.0", + "spryker/gui": "^3.45.0", "spryker/kernel": "^3.30.0", - "spryker/oauth-customer-connector-extension": "^1.0.0", + "spryker/money": "^2.0.0", + "spryker/price-product": "^1.0.0 || ^2.0.0 || ^4.0.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/product-management-extension": "^1.0.0", "spryker/propel-orm": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/uuid-behavior": "^1.0.0", - "spryker/zed-request": "^3.0.0" + "spryker/store": "^1.5.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/propel": "*", - "spryker/store": "*", - "spryker/testify": "*" + "spryker/company": "*", + "spryker/company-gui": "*" + }, + "suggest": { + "spryker/company": "If you want to use CompanyTableCompanyTypePlugin which used Company module entity map.", + "spryker/company-gui": "If you want to provide plugins to CompanyGui module" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -24148,150 +25420,140 @@ "license": [ "proprietary" ], - "description": "CompanyUsersRestApi module", + "description": "CompanySupplierGui module", "support": { - "source": "https://github.com/spryker/company-users-rest-api/tree/2.6.1" + "source": "https://github.com/spryker/company-supplier-gui/tree/1.3.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/config", - "version": "3.6.0", + "name": "spryker/company-unit-address", + "version": "1.15.0", "source": { "type": "git", - "url": "https://github.com/spryker/config.git", - "reference": "32b617980b9cecb49277e6ba0d985e75fc491a99" + "url": "https://github.com/spryker/company-unit-address.git", + "reference": "b2c42d483e92ebe5d92cd4f088016f2b0e942f42" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/config/zipball/32b617980b9cecb49277e6ba0d985e75fc491a99", - "reference": "32b617980b9cecb49277e6ba0d985e75fc491a99", + "url": "https://api.github.com/repos/spryker/company-unit-address/zipball/b2c42d483e92ebe5d92cd4f088016f2b0e942f42", + "reference": "b2c42d483e92ebe5d92cd4f088016f2b0e942f42", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/kernel": "^3.48.0", - "spryker/symfony": "^3.0.0", - "spryker/web-profiler-extension": "^1.0.0" + "spryker/company": "^1.0.0", + "spryker/company-business-unit": "^1.0.0 || ^2.0.0", + "spryker/company-business-unit-extension": "^1.2.0", + "spryker/company-unit-address-extension": "^1.0.0", + "spryker/country": "^3.1.0 || ^4.0.0", + "spryker/kernel": "^3.30.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/tax-product-connector-extension": "^1.0.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", "spryker/propel": "*", - "spryker/silex": "*", - "spryker/testify": "*", - "spryker/twig": "*" - }, - "suggest": { - "spryker/container": "You need to have the Container installed to use the WebProfiler", - "spryker/silex": "You need to have Silex installed to use the Config Profiler", - "spryker/twig": "You need to have Twig installed to use the Config Profiler" + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\Config\\Helper\\": "tests/SprykerTest/Shared/Config/_support/Helper/" + "SprykerTest\\Zed\\CompanyUnitAddress\\Helper\\": "tests/SprykerTest/Zed/CompanyUnitAddress/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Config module", + "description": "CompanyUnitAddress module", "support": { - "source": "https://github.com/spryker/config/tree/3.6.0" + "source": "https://github.com/spryker/company-unit-address/tree/1.15.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/configurable-bundle", - "version": "2.2.0", + "name": "spryker/company-unit-address-data-import", + "version": "0.3.3", "source": { "type": "git", - "url": "https://github.com/spryker/configurable-bundle.git", - "reference": "d9a8764cccb94296008245924c30e68a38185a98" + "url": "https://github.com/spryker/company-unit-address-data-import.git", + "reference": "8fe9fc10078d18e1e0b3eddc7c298647c5ed7c36" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/configurable-bundle/zipball/d9a8764cccb94296008245924c30e68a38185a98", - "reference": "d9a8764cccb94296008245924c30e68a38185a98", + "url": "https://api.github.com/repos/spryker/company-unit-address-data-import/zipball/8fe9fc10078d18e1e0b3eddc7c298647c5ed7c36", + "reference": "8fe9fc10078d18e1e0b3eddc7c298647c5ed7c36", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/cart-extension": "^4.0.0", - "spryker/event": "^2.0.0", - "spryker/glossary": "^3.7.0", - "spryker/kernel": "^3.33.0", - "spryker/locale": "^3.2.3 || ^4.0.0", - "spryker/product-image": "^3.1.0", - "spryker/product-list": "^1.5.0", - "spryker/product-list-extension": "^1.1.0", - "spryker/propel-orm": "^1.0.0", - "spryker/util-text": "^1.0.0", - "spryker/uuid-behavior": "^1.0.0" + "spryker/company": "^1.0.0", + "spryker/company-unit-address": "^1.0.0", + "spryker/country": "^3.0.0 || ^4.0.0", + "spryker/data-import": "^1.2.0", + "spryker/kernel": "^3.30.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", "spryker/propel": "*", - "spryker/store": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\ConfigurableBundle\\Helper\\": "tests/SprykerTest/Shared/ConfigurableBundle/_support/Helper/" + "SprykerTest\\Zed\\CompanyUnitAddressDataImport\\Helper\\": "tests/SprykerTest/Zed/CompanyUnitAddressDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "ConfigurableBundle module", + "description": "CompanyUnitAddressDataImport module", "support": { - "source": "https://github.com/spryker/configurable-bundle/tree/2.2.0" + "source": "https://github.com/spryker/company-unit-address-data-import/tree/0.3.3" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/configurable-bundle-cart", - "version": "1.4.0", + "name": "spryker/company-unit-address-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/configurable-bundle-cart.git", - "reference": "78bf6968abee7a43fe5cc1309a8fc67e9002a722" + "url": "https://github.com/spryker/company-unit-address-extension.git", + "reference": "391ebf532c3189d179f17a66ebe3820d49f8160b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/configurable-bundle-cart/zipball/78bf6968abee7a43fe5cc1309a8fc67e9002a722", - "reference": "78bf6968abee7a43fe5cc1309a8fc67e9002a722", + "url": "https://api.github.com/repos/spryker/company-unit-address-extension/zipball/391ebf532c3189d179f17a66ebe3820d49f8160b", + "reference": "391ebf532c3189d179f17a66ebe3820d49f8160b", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/cart": "^7.3.0", - "spryker/cart-extension": "^1.10.0 || ^2.6.0 || ^4.2.0", - "spryker/configurable-bundle": "^1.0.0 || ^2.0.0", - "spryker/kernel": "^3.33.0" + "php": ">=7.1" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", + "spryker/symfony": "^3.0.0", "spryker/testify": "*" }, + "suggest": { + "spryker/symfony": "If you want to provide plugins to CompanyUnitAddress module" + }, "type": "library", "extra": { "branch-alias": { @@ -24307,51 +25569,41 @@ "license": [ "proprietary" ], - "description": "ConfigurableBundleCart module", + "description": "CompanyUnitAddressExtension module", "support": { - "source": "https://github.com/spryker/configurable-bundle-cart/tree/1.4.0" + "source": "https://github.com/spryker/company-unit-address-extension/tree/master" }, - "time": "2022-03-22T12:33:17+00:00" + "time": "2018-03-22T07:48:15+00:00" }, { - "name": "spryker/configurable-bundle-carts-rest-api", - "version": "0.1.3", + "name": "spryker/company-unit-address-gui", + "version": "1.3.1", "source": { "type": "git", - "url": "https://github.com/spryker/configurable-bundle-carts-rest-api.git", - "reference": "dda505e49137feb43cb8b459e043e41c89b85b65" + "url": "https://github.com/spryker/company-unit-address-gui.git", + "reference": "8dc5a4eacedc9aa6dd51b4da928a549de9bcd7e7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/configurable-bundle-carts-rest-api/zipball/dda505e49137feb43cb8b459e043e41c89b85b65", - "reference": "dda505e49137feb43cb8b459e043e41c89b85b65", + "url": "https://api.github.com/repos/spryker/company-unit-address-gui/zipball/8dc5a4eacedc9aa6dd51b4da928a549de9bcd7e7", + "reference": "8dc5a4eacedc9aa6dd51b4da928a549de9bcd7e7", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/carts-rest-api": "^5.7.0", - "spryker/carts-rest-api-extension": "^1.5.0", - "spryker/configurable-bundle-cart": "^1.3.0", - "spryker/configurable-bundle-storage": "^2.1.0", - "spryker/glossary-storage": "^1.5.0", - "spryker/glue-application": "^1.9.0", - "spryker/glue-application-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/persistent-cart": "^3.4.0", - "spryker/store": "^1.1.0", + "spryker/company": "^1.0.0", + "spryker/company-business-unit-gui-extension": "^1.0.0", + "spryker/company-unit-address": "^1.10.0", + "spryker/company-unit-address-gui-extension": "^1.0.0", + "spryker/country": "^3.0.0 || ^4.0.0", + "spryker/gui": "^3.45.0", + "spryker/kernel": "^3.33.0", + "spryker/propel-orm": "^1.0.0", "spryker/symfony": "^3.0.0", - "spryker/zed-request": "^3.0.0" + "spryker/util-text": "^1.0.0" }, "require-dev": { - "spryker/cart": "*", - "spryker/code-sniffer": "*", - "spryker/configurable-bundle": "*", - "spryker/container": "*", - "spryker/customer": "*", - "spryker/product": "*", - "spryker/propel": "*", - "spryker/quote": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -24368,41 +25620,41 @@ "license": [ "proprietary" ], - "description": "ConfigurableBundleCartsRestApi module", + "description": "CompanyUnitAddressGui module", "support": { - "source": "https://github.com/spryker/configurable-bundle-carts-rest-api/tree/0.1.3" + "source": "https://github.com/spryker/company-unit-address-gui/tree/1.3.1" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-06-16T12:23:09+00:00" }, { - "name": "spryker/configurable-bundle-data-import", - "version": "0.2.2", + "name": "spryker/company-unit-address-gui-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/configurable-bundle-data-import.git", - "reference": "3fc9854d0e8817b48ab82b58ed85a09f88690b1f" + "url": "https://github.com/spryker/company-unit-address-gui-extension.git", + "reference": "d2abff7c2c83df54ec363f49cbf7ec5f9ad73bb4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/configurable-bundle-data-import/zipball/3fc9854d0e8817b48ab82b58ed85a09f88690b1f", - "reference": "3fc9854d0e8817b48ab82b58ed85a09f88690b1f", + "url": "https://api.github.com/repos/spryker/company-unit-address-gui-extension/zipball/d2abff7c2c83df54ec363f49cbf7ec5f9ad73bb4", + "reference": "d2abff7c2c83df54ec363f49cbf7ec5f9ad73bb4", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/configurable-bundle": "^2.0.0", - "spryker/data-import": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/product-image": "^3.0.0", - "spryker/product-list": "^1.4.0" + "php": ">=7.1" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/propel": "*", - "spryker/store": "*", + "spryker/company-unit-address": "^1.2.0", + "spryker/gui": "^3.13.0", + "spryker/symfony": "^3.0.0", "spryker/testify": "*" }, + "suggest": { + "spryker/company-unit-address": "To get full functionality of the current module", + "spryker/gui": "If you want to use CompanyUnitAddressGuiExtension module plugin interfaces which used Gui transfer object.", + "spryker/symfony": "If you want to provide plugins to CompanyUnitAddressGui module" + }, "type": "library", "extra": { "branch-alias": { @@ -24411,56 +25663,52 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\ConfigurableBundleDataImport\\Helper\\": "tests/SprykerTest/Zed/ConfigurableBundleDataImport/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "ConfigurableBundleDataImport module", + "description": "CompanyUnitAddressGuiExtension module", "support": { - "source": "https://github.com/spryker/configurable-bundle-data-import/tree/0.2.2" + "source": "https://github.com/spryker/company-unit-address-gui-extension/tree/master" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2018-04-04T10:42:53+00:00" }, { - "name": "spryker/configurable-bundle-gui", - "version": "1.4.0", + "name": "spryker/company-unit-address-label", + "version": "1.1.2", "source": { "type": "git", - "url": "https://github.com/spryker/configurable-bundle-gui.git", - "reference": "0ebb880dfb6ee5b4a1a353ea30a261b5ce34c404" + "url": "https://github.com/spryker/company-unit-address-label.git", + "reference": "9739d0c260ff4bae52f9ad03c2197b927ab74a7f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/configurable-bundle-gui/zipball/0ebb880dfb6ee5b4a1a353ea30a261b5ce34c404", - "reference": "0ebb880dfb6ee5b4a1a353ea30a261b5ce34c404", + "url": "https://api.github.com/repos/spryker/company-unit-address-label/zipball/9739d0c260ff4bae52f9ad03c2197b927ab74a7f", + "reference": "9739d0c260ff4bae52f9ad03c2197b927ab74a7f", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/configurable-bundle": "^2.0.0", - "spryker/configurable-bundle-gui-extension": "^1.0.0", - "spryker/glossary": "^3.0.0", - "spryker/gui": "^3.45.0", - "spryker/kernel": "^3.33.0", - "spryker/locale": "^3.2.3 || ^4.0.0", - "spryker/product": "^6.0.0", - "spryker/product-list": "^1.3.0", - "spryker/product-list-gui-extension": "^1.2.0", - "spryker/propel-orm": "^1.5.0", - "spryker/symfony": "^3.0.0", - "spryker/util-text": "^1.1.0" + "php": ">=7.4", + "spryker/company-unit-address": "^1.1.0", + "spryker/company-unit-address-extension": "^1.0.0", + "spryker/company-unit-address-gui-extension": "^1.0.0", + "spryker/gui": "^3.0.0", + "spryker/kernel": "^3.30.0", + "spryker/propel-orm": "^1.0.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", + "spryker/company": "*", + "spryker/company-business-unit": "*", + "spryker/country": "*", + "spryker/locale": "*", "spryker/propel": "*", - "spryker/store": "*", "spryker/testify": "*", - "spryker/twig": "*" + "spryker/touch": "*" }, "type": "library", "extra": { @@ -24470,44 +25718,47 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\CompanyUnitAddressLabel\\Helper\\": "tests/SprykerTest/Zed/CompanyUnitAddressLabel/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ConfigurableBundleGui module", + "description": "CompanyUnitAddressLabel module", "support": { - "source": "https://github.com/spryker/configurable-bundle-gui/tree/1.4.0" + "source": "https://github.com/spryker/company-unit-address-label/tree/1.1.2" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2021-12-15T15:02:47+00:00" }, { - "name": "spryker/configurable-bundle-gui-extension", - "version": "1.0.0", + "name": "spryker/company-unit-address-label-data-import", + "version": "0.1.1", "source": { "type": "git", - "url": "https://github.com/spryker/configurable-bundle-gui-extension.git", - "reference": "0c59e82a1e26788b24f92b08a39d317878c0d4cc" + "url": "https://github.com/spryker/company-unit-address-label-data-import.git", + "reference": "35c3092d2ed984b7ef1178e755084d559328a8f3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/configurable-bundle-gui-extension/zipball/0c59e82a1e26788b24f92b08a39d317878c0d4cc", - "reference": "0c59e82a1e26788b24f92b08a39d317878c0d4cc", + "url": "https://api.github.com/repos/spryker/company-unit-address-label-data-import/zipball/35c3092d2ed984b7ef1178e755084d559328a8f3", + "reference": "35c3092d2ed984b7ef1178e755084d559328a8f3", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=7.1", + "spryker/company-unit-address": "^1.0.0", + "spryker/company-unit-address-label": "^1.0.0", + "spryker/data-import": "^1.2.0", + "spryker/kernel": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/symfony": "*", + "spryker/country": "*", + "spryker/propel": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/symfony": "If you want to use ConfigurableBundleGui form expander plugins." - }, "type": "library", "extra": { "branch-alias": { @@ -24516,45 +25767,48 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\CompanyUnitAddressLabelDataImport\\Helper\\": "tests/SprykerTest/Zed/CompanyUnitAddressLabelDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "ConfigurableBundleGuiExtension module", + "description": "CompanyUnitAddressLabelDataImport module", "support": { - "source": "https://github.com/spryker/configurable-bundle-gui-extension/tree/1.0.0" + "source": "https://github.com/spryker/company-unit-address-label-data-import/tree/master" }, - "time": "2019-11-28T12:02:34+00:00" + "time": "2018-09-07T14:48:15+00:00" }, { - "name": "spryker/configurable-bundle-note", - "version": "1.0.0", + "name": "spryker/company-unit-address-label-gui", + "version": "1.0.2", "source": { "type": "git", - "url": "https://github.com/spryker/configurable-bundle-note.git", - "reference": "4740b0bd9ecfb834a673a07ba86d624d7d1a7331" + "url": "https://github.com/spryker/company-unit-address-label-gui.git", + "reference": "47bf2f1467e4580936b81bb68a27f2c7c9f28336" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/configurable-bundle-note/zipball/4740b0bd9ecfb834a673a07ba86d624d7d1a7331", - "reference": "4740b0bd9ecfb834a673a07ba86d624d7d1a7331", + "url": "https://api.github.com/repos/spryker/company-unit-address-label-gui/zipball/47bf2f1467e4580936b81bb68a27f2c7c9f28336", + "reference": "47bf2f1467e4580936b81bb68a27f2c7c9f28336", "shasum": "" }, "require": { "php": ">=7.2", - "spryker/configurable-bundle": "^1.0.0 || ^2.0.0", - "spryker/kernel": "^3.33.0", - "spryker/quote": "^2.0.0", - "spryker/sales-configurable-bundle": "^1.0.0", - "spryker/zed-request": "^3.0.0" + "spryker/company-unit-address-gui-extension": "^1.0.0", + "spryker/company-unit-address-label": "^1.1.0", + "spryker/kernel": "^3.30.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/company-unit-address": "*", + "spryker/gui": "*" + }, + "suggest": { + "spryker/company-unit-address": "If you want to use CompanyUnitAddressTableExpanderPlugin which used CompanyUnitAddress module entity map.", + "spryker/gui": "If you want to use CompanyUnitAddressTableExpanderPlugin which used Gui transfer object." }, "type": "library", "extra": { @@ -24571,101 +25825,92 @@ "license": [ "proprietary" ], - "description": "ConfigurableBundleNote module", + "description": "CompanyUnitAddressLabelGui module", "support": { - "source": "https://github.com/spryker/configurable-bundle-note/tree/1.0.0" + "source": "https://github.com/spryker/company-unit-address-label-gui/tree/master" }, - "time": "2019-12-03T10:47:36+00:00" + "time": "2020-05-29T13:08:37+00:00" }, { - "name": "spryker/configurable-bundle-page-search", - "version": "1.4.1", + "name": "spryker/company-user", + "version": "2.16.1", "source": { "type": "git", - "url": "https://github.com/spryker/configurable-bundle-page-search.git", - "reference": "89992b1aea7cd444e1bc3fe405eea56d5747ce38" + "url": "https://github.com/spryker/company-user.git", + "reference": "d392c8e8bd2f9bd9c6438ee4fb55adffe7661273" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/configurable-bundle-page-search/zipball/89992b1aea7cd444e1bc3fe405eea56d5747ce38", - "reference": "89992b1aea7cd444e1bc3fe405eea56d5747ce38", + "url": "https://api.github.com/repos/spryker/company-user/zipball/d392c8e8bd2f9bd9c6438ee4fb55adffe7661273", + "reference": "d392c8e8bd2f9bd9c6438ee4fb55adffe7661273", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/configurable-bundle": "^2.1.0", - "spryker/configurable-bundle-page-search-extension": "^1.1.0", - "spryker/event-behavior": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/laminas": "^1.0.0", - "spryker/product-image": "^3.8.0", - "spryker/propel-orm": "^1.5.0", - "spryker/search": "^8.0.0", - "spryker/search-extension": "^1.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.0.0", - "spryker/util-encoding": "^2.0.0" + "spryker/company": "^1.0.0", + "spryker/company-extension": "^1.0.0", + "spryker/company-user-extension": "^1.2.0", + "spryker/customer": "^7.0.0", + "spryker/kernel": "^3.30.0", + "spryker/permission-extension": "^1.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/transfer": "^3.25.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", "spryker/container": "*", - "spryker/elastica": "*", - "spryker/event": "*", - "spryker/glossary": "*", "spryker/propel": "*", - "spryker/publisher": "*", - "spryker/queue": "*", "spryker/store": "*", "spryker/testify": "*" }, "suggest": { - "spryker/elastica": "If you want to use search functionality from ConfigurableBundlePageSearchClient.", - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" + "spryker/permission": "Permission ^1.0.0 to have possibility use user permissions." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\CompanyUser\\Helper\\": "tests/SprykerTest/Shared/CompanyUser/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ConfigurableBundlePageSearch module", + "description": "CompanyUser module", "support": { - "source": "https://github.com/spryker/configurable-bundle-page-search/tree/1.4.1" + "source": "https://github.com/spryker/company-user/tree/2.16.1" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/configurable-bundle-page-search-extension", - "version": "1.1.0", + "name": "spryker/company-user-agent", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/configurable-bundle-page-search-extension.git", - "reference": "83e3d22cd1615a5f20484c5abc5bd992a5b5a819" + "url": "https://github.com/spryker/company-user-agent.git", + "reference": "7615f587bd113c9764c4eb9177d432b49125a0bd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/configurable-bundle-page-search-extension/zipball/83e3d22cd1615a5f20484c5abc5bd992a5b5a819", - "reference": "83e3d22cd1615a5f20484c5abc5bd992a5b5a819", + "url": "https://api.github.com/repos/spryker/company-user-agent/zipball/7615f587bd113c9764c4eb9177d432b49125a0bd", + "reference": "7615f587bd113c9764c4eb9177d432b49125a0bd", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=7.2", + "spryker/company-user": "^2.10.0", + "spryker/kernel": "^3.30.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/search": "*" - }, - "suggest": { - "spryker/search": "If you want to use ProductConcretePageMapExpanderPluginInterface: ^1.0.0." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -24682,102 +25927,130 @@ "license": [ "proprietary" ], - "description": "ConfigurableBundlePageSearchExtension module", + "description": "CompanyUserAgent module", "support": { - "source": "https://github.com/spryker/configurable-bundle-page-search-extension/tree/1.1.0" + "source": "https://github.com/spryker/company-user-agent/tree/1.0.1" }, - "time": "2021-06-09T11:08:48+00:00" + "time": "2020-05-29T13:08:37+00:00" }, { - "name": "spryker/configurable-bundle-storage", - "version": "2.6.0", + "name": "spryker/company-user-auth-rest-api", + "version": "2.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/configurable-bundle-storage.git", - "reference": "e2990938457dd768d55aa600fca8bef44bbbeaee" + "url": "https://github.com/spryker/company-user-auth-rest-api.git", + "reference": "2917d860025008906d8ea72e6b93faec9b6ec969" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/configurable-bundle-storage/zipball/e2990938457dd768d55aa600fca8bef44bbbeaee", - "reference": "e2990938457dd768d55aa600fca8bef44bbbeaee", + "url": "https://api.github.com/repos/spryker/company-user-auth-rest-api/zipball/2917d860025008906d8ea72e6b93faec9b6ec969", + "reference": "2917d860025008906d8ea72e6b93faec9b6ec969", + "shasum": "" + }, + "require": { + "php": ">=7.2", + "spryker/auth-rest-api-extension": "^1.0.0", + "spryker/company-user-storage": "^1.0.0", + "spryker/glue-application": "^1.15.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/oauth": "^1.4.0 || ^2.0.0", + "spryker/symfony": "^3.0.0" + }, + "require-dev": { + "spryker/code-sniffer": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Spryker\\": "src/Spryker/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "CompanyUserAuthRestApi module", + "support": { + "source": "https://github.com/spryker/company-user-auth-rest-api/tree/2.1.0" + }, + "time": "2020-07-20T18:03:09+00:00" + }, + { + "name": "spryker/company-user-data-import", + "version": "0.2.1", + "source": { + "type": "git", + "url": "https://github.com/spryker/company-user-data-import.git", + "reference": "1a0c9e5a7f2a564c9569d27c73957f6cec75e0ab" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker/company-user-data-import/zipball/1a0c9e5a7f2a564c9569d27c73957f6cec75e0ab", + "reference": "1a0c9e5a7f2a564c9569d27c73957f6cec75e0ab", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/configurable-bundle": "^2.1.0", - "spryker/event-behavior": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/product-image": "^3.8.0", - "spryker/product-storage": "^1.7.0", - "spryker/storage": "^3.0.0", - "spryker/synchronization": "^1.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.0.0", - "spryker/util-encoding": "^2.0.0" + "spryker/company": "^1.0.0", + "spryker/company-user": "^2.9.0", + "spryker/customer": "^4.1.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", + "spryker/data-import": "^1.3.0", + "spryker/kernel": "^3.30.0" }, "require-dev": { "spryker/code-sniffer": "*", "spryker/container": "*", - "spryker/event": "*", - "spryker/glossary": "*", "spryker/propel": "*", - "spryker/queue": "*", "spryker/store": "*", - "spryker/store-extension": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\CompanyUserDataImport\\Helper\\": "tests/SprykerTest/Zed/CompanyUserDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "ConfigurableBundleStorage module", + "description": "CompanyUserDataImport module", "support": { - "source": "https://github.com/spryker/configurable-bundle-storage/tree/2.6.0" + "source": "https://github.com/spryker/company-user-data-import/tree/0.2.1" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/configurable-bundles-products-resource-relationship", - "version": "1.1.0", + "name": "spryker/company-user-extension", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/configurable-bundles-products-resource-relationship.git", - "reference": "8c709152122606b87726468da33798ed816e3d24" + "url": "https://github.com/spryker/company-user-extension.git", + "reference": "44fc4eea5c1cb31d381bfabae585d0c03ce84e58" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/configurable-bundles-products-resource-relationship/zipball/8c709152122606b87726468da33798ed816e3d24", - "reference": "8c709152122606b87726468da33798ed816e3d24", + "url": "https://api.github.com/repos/spryker/company-user-extension/zipball/44fc4eea5c1cb31d381bfabae585d0c03ce84e58", + "reference": "44fc4eea5c1cb31d381bfabae585d0c03ce84e58", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/catalog": "^5.5.0", - "spryker/configurable-bundles-rest-api": "^1.0.0", - "spryker/glue-application": "^1.9.0", - "spryker/glue-application-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/products-rest-api": "^2.12.0", - "spryker/transfer": "^3.25.0" + "php": ">=7.1" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", @@ -24795,38 +26068,38 @@ "license": [ "proprietary" ], - "description": "ConfigurableBundlesProductsResourceRelationship module", + "description": "CompanyUserExtension module", "support": { - "source": "https://github.com/spryker/configurable-bundles-products-resource-relationship/tree/1.1.0" + "source": "https://github.com/spryker/company-user-extension/tree/master" }, - "time": "2022-07-05T15:05:48+00:00" + "time": "2019-02-26T13:05:25+00:00" }, { - "name": "spryker/configurable-bundles-rest-api", - "version": "1.1.0", + "name": "spryker/company-user-gui", + "version": "1.10.2", "source": { "type": "git", - "url": "https://github.com/spryker/configurable-bundles-rest-api.git", - "reference": "06875cbb0bd90d7cbde8aba7a9c03ae6403c36b9" + "url": "https://github.com/spryker/company-user-gui.git", + "reference": "f23b147e0b78bc5492cdc748b105c15937a738ee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/configurable-bundles-rest-api/zipball/06875cbb0bd90d7cbde8aba7a9c03ae6403c36b9", - "reference": "06875cbb0bd90d7cbde8aba7a9c03ae6403c36b9", + "url": "https://api.github.com/repos/spryker/company-user-gui/zipball/f23b147e0b78bc5492cdc748b105c15937a738ee", + "reference": "f23b147e0b78bc5492cdc748b105c15937a738ee", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/configurable-bundle": "^2.0.0", - "spryker/configurable-bundle-page-search": "^1.0.0", - "spryker/configurable-bundle-storage": "^2.5.0", - "spryker/glossary-storage": "^1.5.0", - "spryker/glue-application": "^1.9.0", - "spryker/glue-application-extension": "^1.0.0", + "php": ">=8.0", + "spryker/company": "^1.1.3", + "spryker/company-user": "^2.7.0", + "spryker/company-user-gui-extension": "^1.0.0", + "spryker/customer": "^7.10.2", + "spryker/customer-extension": "^1.1.0", + "spryker/gui": "^3.45.0", "spryker/kernel": "^3.30.0", - "spryker/orders-rest-api-extension": "^1.0.0", - "spryker/quote-requests-rest-api-extension": "^1.0.0", - "spryker/symfony": "^3.0.0" + "spryker/propel-orm": "^1.0.0", + "spryker/symfony": "^3.1.5", + "spryker/util-text": "^1.2.1" }, "require-dev": { "spryker/code-sniffer": "*" @@ -24846,102 +26119,107 @@ "license": [ "proprietary" ], - "description": "ConfigurableBundlesRestApi module", + "description": "CompanyUserGui module", "support": { - "source": "https://github.com/spryker/configurable-bundles-rest-api/tree/1.1.0" + "source": "https://github.com/spryker/company-user-gui/tree/1.10.2" }, - "time": "2021-07-06T13:27:56+00:00" + "time": "2023-07-12T07:56:12+00:00" }, { - "name": "spryker/console", - "version": "4.12.0", + "name": "spryker/company-user-gui-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/console.git", - "reference": "fc1274867489936df0a28f55ab61a803cf27daf9" + "url": "https://github.com/spryker/company-user-gui-extension.git", + "reference": "ca3a9c698aa09852d2d426e70b58c53d7bdb502a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/console/zipball/fc1274867489936df0a28f55ab61a803cf27daf9", - "reference": "fc1274867489936df0a28f55ab61a803cf27daf9", + "url": "https://api.github.com/repos/spryker/company-user-gui-extension/zipball/ca3a9c698aa09852d2d426e70b58c53d7bdb502a", + "reference": "ca3a9c698aa09852d2d426e70b58c53d7bdb502a", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/acl-entity-extension": "^0.1.0 || ^0.2.0 || ^1.0.0", - "spryker/application": "^3.23.0", - "spryker/application-extension": "^1.0.0", - "spryker/config": "^3.0.0", - "spryker/container": "^1.4.0", - "spryker/error-handler": "^2.0.0", - "spryker/kernel": "^3.52.0" + "php": ">=7.1" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/log": "^3.0.0", - "spryker/propel": "*", + "spryker/gui": "*", + "spryker/symfony": "*", "spryker/testify": "*" }, "suggest": { - "spryker/log": "If you want to use the Log feature in console commands, install this package and add ConsoleLogPlugin to the list of EventSubscriber in your ConsoleDependencyProvider." + "spryker/gui": "If you want to use CompanyUserGuiExtension module plugin interfaces: ^3.13.1", + "spryker/symfony": "If you want to use Step handler plugin." }, - "bin": [ - "bin/console", - "bin/yves", - "bin/glue" - ], "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\Console\\Helper\\": "tests/SprykerTest/Zed/Console/_support/Helper/", - "SprykerTest\\Glue\\Console\\Helper\\": "tests/SprykerTest/Glue/Console/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Console module", + "description": "CompanyUserGuiExtension module", "support": { - "source": "https://github.com/spryker/console/tree/4.12.0" + "source": "https://github.com/spryker/company-user-gui-extension/tree/master" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2018-12-20T12:46:33+00:00" }, { - "name": "spryker/container", - "version": "1.4.6", + "name": "spryker/company-user-invitation", + "version": "1.3.2", "source": { "type": "git", - "url": "https://github.com/spryker/container.git", - "reference": "fdd92950785021f3b01da35d2093dbc13069a708" + "url": "https://github.com/spryker/company-user-invitation.git", + "reference": "028f764d240d377be7d33d67e129afa40b49af76" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/container/zipball/fdd92950785021f3b01da35d2093dbc13069a708", - "reference": "fdd92950785021f3b01da35d2093dbc13069a708", + "url": "https://api.github.com/repos/spryker/company-user-invitation/zipball/028f764d240d377be7d33d67e129afa40b49af76", + "reference": "028f764d240d377be7d33d67e129afa40b49af76", "shasum": "" }, "require": { "php": ">=8.0", - "psr/container": "^1.0.0", - "spryker/symfony": "^3.0.0" - }, - "conflict": { - "pimple/pimple": "*", - "silex/silex": "*", - "spryker/pimple": "*" + "spryker/application": "^3.9.0", + "spryker/company-business-unit": "^1.1.0 || ^2.0.0", + "spryker/company-user": "^1.0.0 || ^2.0.0", + "spryker/customer-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/mail": "^4.6.0", + "spryker/mail-extension": "^1.0.0", + "spryker/permission-extension": "^1.0.0", + "spryker/propel-orm": "^1.6.1", + "spryker/transfer": "^3.25.0", + "spryker/util-text": "^1.2.1", + "spryker/zed-request": "^3.4.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/kernel": "*", + "spryker/company": "*", + "spryker/company-role": "*", + "spryker/container": "*", + "spryker/customer": "*", + "spryker/installer": "*", + "spryker/permission": "*", + "spryker/propel": "*", + "spryker/store": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/customer": "You need to have Customer installed create company users after registration", + "spryker/installer": "You need to have Installer to set up values for invitation statuses", + "spryker/silex": "You need to have Silex installed to use the Config Profiler", + "spryker/twig": "You need to have Twig installed to use the Config Profiler" + }, "type": "library", "extra": { "branch-alias": { @@ -24949,92 +26227,101 @@ } }, "autoload": { - "psr-0": { - "Pimple": "src/Spryker" - }, "psr-4": { "Spryker\\": "src/Spryker/", - "SprykerTest\\Service\\Container\\Helper\\": "tests/SprykerTest/Service/Container/_support/Helper/" + "SprykerTest\\Zed\\CompanyUserInvitation\\Helper\\": "tests/SprykerTest/Zed/CompanyUserInvitation/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Container module", + "description": "CompanyUserInvitation module", "support": { - "source": "https://github.com/spryker/container/tree/1.4.6" + "source": "https://github.com/spryker/company-user-invitation/tree/1.3.2" }, - "time": "2022-11-11T07:06:41+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/content", - "version": "2.3.0", + "name": "spryker/company-user-storage", + "version": "1.5.1", "source": { "type": "git", - "url": "https://github.com/spryker/content.git", - "reference": "351f3709478dbf8bd72fc05f8d91f999a34e187c" + "url": "https://github.com/spryker/company-user-storage.git", + "reference": "5085ae2ba1e953ccc9ec84b1c8dc448912696c70" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/content/zipball/351f3709478dbf8bd72fc05f8d91f999a34e187c", - "reference": "351f3709478dbf8bd72fc05f8d91f999a34e187c", + "url": "https://api.github.com/repos/spryker/company-user-storage/zipball/5085ae2ba1e953ccc9ec84b1c8dc448912696c70", + "reference": "5085ae2ba1e953ccc9ec84b1c8dc448912696c70", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/util-uuid-generator": "^1.0.0" + "spryker/company-user": "^2.13.0", + "spryker/company-user-storage-extension": "^1.0.0", + "spryker/event-behavior": "^1.3.1", + "spryker/kernel": "^3.33.0", + "spryker/propel-orm": "^1.3.0", + "spryker/shared-carts-rest-api-extension": "^1.0.0", + "spryker/storage": "^3.4.0", + "spryker/synchronization": "^1.1.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/company": "*", + "spryker/container": "*", + "spryker/customer": "*", + "spryker/event": "*", "spryker/propel": "*", + "spryker/queue": "*", + "spryker/store": "*", + "spryker/store-extension": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/company": "If you want to use CompanyEvents", + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\Content\\Helper\\": "tests/SprykerTest/Zed/Content/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Content module", + "description": "CompanyUserStorage module", "support": { - "source": "https://github.com/spryker/content/tree/2.3.0" + "source": "https://github.com/spryker/company-user-storage/tree/1.5.1" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/content-banner", - "version": "2.2.0", + "name": "spryker/company-user-storage-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/content-banner.git", - "reference": "d80e21007bf5da34a9c3024c419e881e74748621" + "url": "https://github.com/spryker/company-user-storage-extension.git", + "reference": "7cf3e5934f12ffc8d6ffc6a412f93932d599acc3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/content-banner/zipball/d80e21007bf5da34a9c3024c419e881e74748621", - "reference": "d80e21007bf5da34a9c3024c419e881e74748621", + "url": "https://api.github.com/repos/spryker/company-user-storage-extension/zipball/7cf3e5934f12ffc8d6ffc6a412f93932d599acc3", + "reference": "7cf3e5934f12ffc8d6ffc6a412f93932d599acc3", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/content-storage": "^2.4.0", - "spryker/kernel": "^3.30.0", - "spryker/symfony": "^3.0.0" + "php": ">=7.1" }, "require-dev": { "spryker/code-sniffer": "*", @@ -25043,7 +26330,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -25055,33 +26342,45 @@ "license": [ "proprietary" ], - "description": "ContentBanner module", + "description": "CompanyUserStorageExtension module", "support": { - "source": "https://github.com/spryker/content-banner/tree/master" + "source": "https://github.com/spryker/company-user-storage-extension/tree/1.0.0" }, - "time": "2020-07-15T12:32:38+00:00" + "time": "2019-02-06T16:17:54+00:00" }, { - "name": "spryker/content-banner-data-import", - "version": "0.2.4", + "name": "spryker/company-users-rest-api", + "version": "2.6.1", "source": { "type": "git", - "url": "https://github.com/spryker/content-banner-data-import.git", - "reference": "e21ad3ddeaea2ce20bbd364d8b0299a012e47578" + "url": "https://github.com/spryker/company-users-rest-api.git", + "reference": "2d7557ea89bb5d48420c3a99a380238a5c0528c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/content-banner-data-import/zipball/e21ad3ddeaea2ce20bbd364d8b0299a012e47578", - "reference": "e21ad3ddeaea2ce20bbd364d8b0299a012e47578", + "url": "https://api.github.com/repos/spryker/company-users-rest-api/zipball/2d7557ea89bb5d48420c3a99a380238a5c0528c5", + "reference": "2d7557ea89bb5d48420c3a99a380238a5c0528c5", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/content": "^2.1.0", - "spryker/content-banner": "^1.1.0 || ^2.0.0", - "spryker/data-import": "^1.3.0", + "spryker/carts-rest-api-extension": "^1.2.0", + "spryker/checkout-rest-api-extension": "^1.4.0", + "spryker/company": "^1.0.0", + "spryker/company-business-unit": "^1.0.0 || ^2.0.0", + "spryker/company-role": "^1.0.0", + "spryker/company-user": "^2.7.0", + "spryker/company-user-storage": "^1.0.0", + "spryker/customer": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", + "spryker/customers-rest-api-extension": "^1.1.0", + "spryker/glue-application": "^1.15.0", + "spryker/glue-application-extension": "^1.3.0", "spryker/kernel": "^3.30.0", - "spryker/util-encoding": "^2.0.0" + "spryker/oauth-customer-connector-extension": "^1.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/uuid-behavior": "^1.0.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", @@ -25093,95 +26392,113 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\ContentBannerDataImport\\Helper\\": "tests/SprykerTest/Zed/ContentBannerDataImport/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "ContentBannerDataImport module", + "description": "CompanyUsersRestApi module", "support": { - "source": "https://github.com/spryker/content-banner-data-import/tree/0.2.4" + "source": "https://github.com/spryker/company-users-rest-api/tree/2.6.1" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/content-banner-gui", - "version": "2.2.3", + "name": "spryker/config", + "version": "3.6.0", "source": { "type": "git", - "url": "https://github.com/spryker/content-banner-gui.git", - "reference": "fc0aa54b8ed4e390b2a2b719c54492a2c02f686f" + "url": "https://github.com/spryker/config.git", + "reference": "32b617980b9cecb49277e6ba0d985e75fc491a99" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/content-banner-gui/zipball/fc0aa54b8ed4e390b2a2b719c54492a2c02f686f", - "reference": "fc0aa54b8ed4e390b2a2b719c54492a2c02f686f", + "url": "https://api.github.com/repos/spryker/config/zipball/32b617980b9cecb49277e6ba0d985e75fc491a99", + "reference": "32b617980b9cecb49277e6ba0d985e75fc491a99", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/content-banner": "^2.1.0", - "spryker/content-gui-extension": "^1.1.0", - "spryker/kernel": "^3.30.0", - "spryker/symfony": "^3.1.5", - "spryker/util-encoding": "^2.1.0" + "php": ">=8.0", + "spryker/kernel": "^3.48.0", + "spryker/symfony": "^3.0.0", + "spryker/web-profiler-extension": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/propel": "*", + "spryker/silex": "*", + "spryker/testify": "*", + "spryker/twig": "*" + }, + "suggest": { + "spryker/container": "You need to have the Container installed to use the WebProfiler", + "spryker/silex": "You need to have Silex installed to use the Config Profiler", + "spryker/twig": "You need to have Twig installed to use the Config Profiler" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\Config\\Helper\\": "tests/SprykerTest/Shared/Config/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ContentBannerGui module", + "description": "Config module", "support": { - "source": "https://github.com/spryker/content-banner-gui/tree/master" + "source": "https://github.com/spryker/config/tree/3.6.0" }, - "time": "2020-05-29T13:08:37+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/content-banners-rest-api", + "name": "spryker/configurable-bundle", "version": "2.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/content-banners-rest-api.git", - "reference": "91739a79550ac9cb6ba74ff9b30d88ca5a682a36" + "url": "https://github.com/spryker/configurable-bundle.git", + "reference": "d9a8764cccb94296008245924c30e68a38185a98" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/content-banners-rest-api/zipball/91739a79550ac9cb6ba74ff9b30d88ca5a682a36", - "reference": "91739a79550ac9cb6ba74ff9b30d88ca5a682a36", + "url": "https://api.github.com/repos/spryker/configurable-bundle/zipball/d9a8764cccb94296008245924c30e68a38185a98", + "reference": "d9a8764cccb94296008245924c30e68a38185a98", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/content-banner": "^2.2.0", - "spryker/glue-application": "^1.8.0", - "spryker/glue-application-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/symfony": "^3.0.0" + "php": ">=8.0", + "spryker/cart-extension": "^4.0.0", + "spryker/event": "^2.0.0", + "spryker/glossary": "^3.7.0", + "spryker/kernel": "^3.33.0", + "spryker/locale": "^3.2.3 || ^4.0.0", + "spryker/product-image": "^3.1.0", + "spryker/product-list": "^1.5.0", + "spryker/product-list-extension": "^1.1.0", + "spryker/propel-orm": "^1.0.0", + "spryker/util-text": "^1.0.0", + "spryker/uuid-behavior": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/propel": "*", + "spryker/store": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -25191,42 +26508,44 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\ConfigurableBundle\\Helper\\": "tests/SprykerTest/Shared/ConfigurableBundle/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ContentBannersRestApi module", + "description": "ConfigurableBundle module", "support": { - "source": "https://github.com/spryker/content-banners-rest-api/tree/master" + "source": "https://github.com/spryker/configurable-bundle/tree/2.2.0" }, - "time": "2020-07-15T12:32:38+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/content-file", - "version": "1.0.2", + "name": "spryker/configurable-bundle-cart", + "version": "1.4.0", "source": { "type": "git", - "url": "https://github.com/spryker/content-file.git", - "reference": "50e9cc2fc6ecb7f3c5b0a6b715178a5329809bb3" + "url": "https://github.com/spryker/configurable-bundle-cart.git", + "reference": "78bf6968abee7a43fe5cc1309a8fc67e9002a722" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/content-file/zipball/50e9cc2fc6ecb7f3c5b0a6b715178a5329809bb3", - "reference": "50e9cc2fc6ecb7f3c5b0a6b715178a5329809bb3", + "url": "https://api.github.com/repos/spryker/configurable-bundle-cart/zipball/78bf6968abee7a43fe5cc1309a8fc67e9002a722", + "reference": "78bf6968abee7a43fe5cc1309a8fc67e9002a722", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/content-storage": "^2.0.0", + "php": ">=7.4", + "spryker/cart": "^7.3.0", + "spryker/cart-extension": "^1.10.0 || ^2.6.0 || ^4.2.0", + "spryker/configurable-bundle": "^1.0.0 || ^2.0.0", "spryker/kernel": "^3.33.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/storage": "^3.8.0", - "spryker/storage-redis": "^1.0.0", + "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", @@ -25244,45 +26563,56 @@ "license": [ "proprietary" ], - "description": "ContentFile module", + "description": "ConfigurableBundleCart module", "support": { - "source": "https://github.com/spryker/content-file/tree/master" + "source": "https://github.com/spryker/configurable-bundle-cart/tree/1.4.0" }, - "time": "2020-05-29T13:08:37+00:00" + "time": "2022-03-22T12:33:17+00:00" }, { - "name": "spryker/content-file-gui", - "version": "2.2.0", + "name": "spryker/configurable-bundle-carts-rest-api", + "version": "0.1.3", "source": { "type": "git", - "url": "https://github.com/spryker/content-file-gui.git", - "reference": "596fa43d07cf2f6ef1e23bbfe3a2b182288dccf6" + "url": "https://github.com/spryker/configurable-bundle-carts-rest-api.git", + "reference": "dda505e49137feb43cb8b459e043e41c89b85b65" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/content-file-gui/zipball/596fa43d07cf2f6ef1e23bbfe3a2b182288dccf6", - "reference": "596fa43d07cf2f6ef1e23bbfe3a2b182288dccf6", - "shasum": "" + "url": "https://api.github.com/repos/spryker/configurable-bundle-carts-rest-api/zipball/dda505e49137feb43cb8b459e043e41c89b85b65", + "reference": "dda505e49137feb43cb8b459e043e41c89b85b65", + "shasum": "" }, "require": { "php": ">=8.0", - "spryker/content-file": "^1.0.0", - "spryker/content-gui-extension": "^1.1.0", - "spryker/file-manager": "^2.0.0", - "spryker/gui": "^3.45.0", - "spryker/kernel": "^3.33.0", - "spryker/locale": "^3.2.0 || ^4.0.0", - "spryker/symfony": "^3.2.2", - "spryker/transfer": "^3.25.0", - "spryker/util-text": "^1.2.1" + "spryker/carts-rest-api": "^5.7.0", + "spryker/carts-rest-api-extension": "^1.5.0", + "spryker/configurable-bundle-cart": "^1.3.0", + "spryker/configurable-bundle-storage": "^2.1.0", + "spryker/glossary-storage": "^1.5.0", + "spryker/glue-application": "^1.9.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/persistent-cart": "^3.4.0", + "spryker/store": "^1.1.0", + "spryker/symfony": "^3.0.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/cart": "*", + "spryker/code-sniffer": "*", + "spryker/configurable-bundle": "*", + "spryker/container": "*", + "spryker/customer": "*", + "spryker/product": "*", + "spryker/propel": "*", + "spryker/quote": "*", + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -25294,40 +26624,33 @@ "license": [ "proprietary" ], - "description": "ContentFileGui module", + "description": "ConfigurableBundleCartsRestApi module", "support": { - "source": "https://github.com/spryker/content-file-gui/tree/2.2.0" + "source": "https://github.com/spryker/configurable-bundle-carts-rest-api/tree/0.1.3" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/content-gui", - "version": "2.6.0", + "name": "spryker/configurable-bundle-data-import", + "version": "0.2.2", "source": { "type": "git", - "url": "https://github.com/spryker/content-gui.git", - "reference": "69bb228a9d649eb053946e1871358909c2c75c64" + "url": "https://github.com/spryker/configurable-bundle-data-import.git", + "reference": "3fc9854d0e8817b48ab82b58ed85a09f88690b1f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/content-gui/zipball/69bb228a9d649eb053946e1871358909c2c75c64", - "reference": "69bb228a9d649eb053946e1871358909c2c75c64", + "url": "https://api.github.com/repos/spryker/configurable-bundle-data-import/zipball/3fc9854d0e8817b48ab82b58ed85a09f88690b1f", + "reference": "3fc9854d0e8817b48ab82b58ed85a09f88690b1f", "shasum": "" }, "require": { - "ext-libxml": "*", "php": ">=8.0", - "spryker/cms-block-gui-extension": "^1.0.0", - "spryker/cms-gui-extension": "^1.0.0", - "spryker/content": "^2.0.0", - "spryker/content-gui-extension": "^1.1.0", - "spryker/gui": "^3.21.0", - "spryker/kernel": "^3.32.0", - "spryker/locale": "^3.2.0 || ^4.0.0", - "spryker/symfony": "^3.2.0", - "spryker/translator": "^1.1.0", - "spryker/util-encoding": "^2.1.0", - "spryker/util-text": "^1.2.1" + "spryker/configurable-bundle": "^2.0.0", + "spryker/data-import": "^1.0.0", + "spryker/kernel": "^3.33.0", + "spryker/product-image": "^3.0.0", + "spryker/product-list": "^1.4.0" }, "require-dev": { "spryker/code-sniffer": "*", @@ -25339,48 +26662,61 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\ConfigurableBundleDataImport\\Helper\\": "tests/SprykerTest/Zed/ConfigurableBundleDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "ContentGui module", + "description": "ConfigurableBundleDataImport module", "support": { - "source": "https://github.com/spryker/content-gui/tree/2.6.0" + "source": "https://github.com/spryker/configurable-bundle-data-import/tree/0.2.2" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/content-gui-extension", - "version": "1.1.0", + "name": "spryker/configurable-bundle-gui", + "version": "1.4.0", "source": { "type": "git", - "url": "https://github.com/spryker/content-gui-extension.git", - "reference": "45653ab7080806e4ea7f5411022a2dbaf7059571" + "url": "https://github.com/spryker/configurable-bundle-gui.git", + "reference": "0ebb880dfb6ee5b4a1a353ea30a261b5ce34c404" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/content-gui-extension/zipball/45653ab7080806e4ea7f5411022a2dbaf7059571", - "reference": "45653ab7080806e4ea7f5411022a2dbaf7059571", + "url": "https://api.github.com/repos/spryker/configurable-bundle-gui/zipball/0ebb880dfb6ee5b4a1a353ea30a261b5ce34c404", + "reference": "0ebb880dfb6ee5b4a1a353ea30a261b5ce34c404", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.0", + "spryker/configurable-bundle": "^2.0.0", + "spryker/configurable-bundle-gui-extension": "^1.0.0", + "spryker/glossary": "^3.0.0", + "spryker/gui": "^3.45.0", + "spryker/kernel": "^3.33.0", + "spryker/locale": "^3.2.3 || ^4.0.0", + "spryker/product": "^6.0.0", + "spryker/product-list": "^1.3.0", + "spryker/product-list-gui-extension": "^1.2.0", + "spryker/propel-orm": "^1.5.0", + "spryker/symfony": "^3.0.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/kernel": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/kernel": "If you want to use content plugin" + "spryker/container": "*", + "spryker/propel": "*", + "spryker/store": "*", + "spryker/testify": "*", + "spryker/twig": "*" }, "type": "library", "extra": { @@ -25397,38 +26733,37 @@ "license": [ "proprietary" ], - "description": "ContentGuiExtension module", + "description": "ConfigurableBundleGui module", "support": { - "source": "https://github.com/spryker/content-gui-extension/tree/master" + "source": "https://github.com/spryker/configurable-bundle-gui/tree/1.4.0" }, - "time": "2019-04-30T12:30:04+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/content-navigation", + "name": "spryker/configurable-bundle-gui-extension", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/content-navigation.git", - "reference": "31f6381bc518f73ff7f76037c3c4008428249e91" + "url": "https://github.com/spryker/configurable-bundle-gui-extension.git", + "reference": "0c59e82a1e26788b24f92b08a39d317878c0d4cc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/content-navigation/zipball/31f6381bc518f73ff7f76037c3c4008428249e91", - "reference": "31f6381bc518f73ff7f76037c3c4008428249e91", + "url": "https://api.github.com/repos/spryker/configurable-bundle-gui-extension/zipball/0c59e82a1e26788b24f92b08a39d317878c0d4cc", + "reference": "0c59e82a1e26788b24f92b08a39d317878c0d4cc", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/content-storage": "^2.0.0", - "spryker/kernel": "^3.30.0", - "spryker/navigation": "^2.5.0", - "spryker/symfony": "^3.0.0" + "php": ">=7.2" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", + "spryker/symfony": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/symfony": "If you want to use ConfigurableBundleGui form expander plugins." + }, "type": "library", "extra": { "branch-alias": { @@ -25444,37 +26779,36 @@ "license": [ "proprietary" ], - "description": "ContentNavigation module", + "description": "ConfigurableBundleGuiExtension module", "support": { - "source": "https://github.com/spryker/content-navigation/tree/master" + "source": "https://github.com/spryker/configurable-bundle-gui-extension/tree/1.0.0" }, - "time": "2020-06-04T19:59:08+00:00" + "time": "2019-11-28T12:02:34+00:00" }, { - "name": "spryker/content-navigation-data-import", - "version": "0.1.0", + "name": "spryker/configurable-bundle-note", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/content-navigation-data-import.git", - "reference": "5f14c0fa64d64088b19ca5bdfd33eb2dd0e68e37" + "url": "https://github.com/spryker/configurable-bundle-note.git", + "reference": "4740b0bd9ecfb834a673a07ba86d624d7d1a7331" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/content-navigation-data-import/zipball/5f14c0fa64d64088b19ca5bdfd33eb2dd0e68e37", - "reference": "5f14c0fa64d64088b19ca5bdfd33eb2dd0e68e37", + "url": "https://api.github.com/repos/spryker/configurable-bundle-note/zipball/4740b0bd9ecfb834a673a07ba86d624d7d1a7331", + "reference": "4740b0bd9ecfb834a673a07ba86d624d7d1a7331", "shasum": "" }, "require": { "php": ">=7.2", - "spryker/content": "^2.1.0", - "spryker/content-navigation": "^1.0.0", - "spryker/data-import": "^1.3.0", - "spryker/kernel": "^3.30.0", - "spryker/util-encoding": "^2.0.0" + "spryker/configurable-bundle": "^1.0.0 || ^2.0.0", + "spryker/kernel": "^3.33.0", + "spryker/quote": "^2.0.0", + "spryker/sales-configurable-bundle": "^1.0.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/navigation": "*", "spryker/propel": "*", "spryker/testify": "*" }, @@ -25491,40 +26825,58 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "ContentNavigationDataImport module", + "description": "ConfigurableBundleNote module", "support": { - "source": "https://github.com/spryker/content-navigation-data-import/tree/master" + "source": "https://github.com/spryker/configurable-bundle-note/tree/1.0.0" }, - "time": "2020-05-27T13:58:13+00:00" + "time": "2019-12-03T10:47:36+00:00" }, { - "name": "spryker/content-navigation-gui", - "version": "1.0.0", + "name": "spryker/configurable-bundle-page-search", + "version": "1.4.1", "source": { "type": "git", - "url": "https://github.com/spryker/content-navigation-gui.git", - "reference": "e8c5c41cb3878135008b99b0d4fc90e346c75d4b" + "url": "https://github.com/spryker/configurable-bundle-page-search.git", + "reference": "89992b1aea7cd444e1bc3fe405eea56d5747ce38" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/content-navigation-gui/zipball/e8c5c41cb3878135008b99b0d4fc90e346c75d4b", - "reference": "e8c5c41cb3878135008b99b0d4fc90e346c75d4b", + "url": "https://api.github.com/repos/spryker/configurable-bundle-page-search/zipball/89992b1aea7cd444e1bc3fe405eea56d5747ce38", + "reference": "89992b1aea7cd444e1bc3fe405eea56d5747ce38", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/content-gui-extension": "^1.1.0", - "spryker/content-navigation": "^1.0.0", - "spryker/gui": "^3.0.0", - "spryker/kernel": "^3.30.0", - "spryker/navigation": "^2.5.0", - "spryker/symfony": "^3.1.5", - "spryker/util-encoding": "^2.1.0" + "php": ">=8.0", + "spryker/configurable-bundle": "^2.1.0", + "spryker/configurable-bundle-page-search-extension": "^1.1.0", + "spryker/event-behavior": "^1.0.0", + "spryker/kernel": "^3.33.0", + "spryker/laminas": "^1.0.0", + "spryker/product-image": "^3.8.0", + "spryker/propel-orm": "^1.5.0", + "spryker/search": "^8.0.0", + "spryker/search-extension": "^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.0.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/elastica": "*", + "spryker/event": "*", + "spryker/glossary": "*", + "spryker/propel": "*", + "spryker/publisher": "*", + "spryker/queue": "*", + "spryker/store": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/elastica": "If you want to use search functionality from ConfigurableBundlePageSearchClient.", + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" }, "type": "library", "extra": { @@ -25541,34 +26893,35 @@ "license": [ "proprietary" ], - "description": "ContentNavigationGui module", + "description": "ConfigurableBundlePageSearch module", "support": { - "source": "https://github.com/spryker/content-navigation-gui/tree/1.0.0" + "source": "https://github.com/spryker/configurable-bundle-page-search/tree/1.4.1" }, - "time": "2020-06-04T20:56:30+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/content-product", + "name": "spryker/configurable-bundle-page-search-extension", "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/content-product.git", - "reference": "8f32a24e801e67c69fe2446f8a328622e0febde7" + "url": "https://github.com/spryker/configurable-bundle-page-search-extension.git", + "reference": "83e3d22cd1615a5f20484c5abc5bd992a5b5a819" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/content-product/zipball/8f32a24e801e67c69fe2446f8a328622e0febde7", - "reference": "8f32a24e801e67c69fe2446f8a328622e0febde7", + "url": "https://api.github.com/repos/spryker/configurable-bundle-page-search-extension/zipball/83e3d22cd1615a5f20484c5abc5bd992a5b5a819", + "reference": "83e3d22cd1615a5f20484c5abc5bd992a5b5a819", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/content-storage": "^2.4.0", - "spryker/kernel": "^3.32.0" + "php": ">=7.3" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/search": "*" + }, + "suggest": { + "spryker/search": "If you want to use ProductConcretePageMapExpanderPluginInterface: ^1.0.0." }, "type": "library", "extra": { @@ -25585,43 +26938,58 @@ "license": [ "proprietary" ], - "description": "ContentProduct module", + "description": "ConfigurableBundlePageSearchExtension module", "support": { - "source": "https://github.com/spryker/content-product/tree/master" + "source": "https://github.com/spryker/configurable-bundle-page-search-extension/tree/1.1.0" }, - "time": "2020-07-15T12:32:38+00:00" + "time": "2021-06-09T11:08:48+00:00" }, { - "name": "spryker/content-product-abstract-lists-rest-api", - "version": "1.2.0", + "name": "spryker/configurable-bundle-storage", + "version": "2.6.0", "source": { "type": "git", - "url": "https://github.com/spryker/content-product-abstract-lists-rest-api.git", - "reference": "e8b5388c054620c776a969931fec2f4d45981340" + "url": "https://github.com/spryker/configurable-bundle-storage.git", + "reference": "e2990938457dd768d55aa600fca8bef44bbbeaee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/content-product-abstract-lists-rest-api/zipball/e8b5388c054620c776a969931fec2f4d45981340", - "reference": "e8b5388c054620c776a969931fec2f4d45981340", + "url": "https://api.github.com/repos/spryker/configurable-bundle-storage/zipball/e2990938457dd768d55aa600fca8bef44bbbeaee", + "reference": "e2990938457dd768d55aa600fca8bef44bbbeaee", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/content-product": "^1.1.0", - "spryker/glue-application": "^1.15.0", - "spryker/glue-application-extension": "^1.2.0", - "spryker/kernel": "^3.32.0", - "spryker/products-rest-api": "^2.10.0", - "spryker/store": "^1.0.0", - "spryker/symfony": "^3.2.0" + "php": ">=8.0", + "spryker/configurable-bundle": "^2.1.0", + "spryker/event-behavior": "^1.0.0", + "spryker/kernel": "^3.33.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/product-image": "^3.8.0", + "spryker/product-storage": "^1.7.0", + "spryker/storage": "^3.0.0", + "spryker/synchronization": "^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.0.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/event": "*", + "spryker/glossary": "*", + "spryker/propel": "*", + "spryker/queue": "*", + "spryker/store": "*", + "spryker/store-extension": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -25633,41 +27001,39 @@ "license": [ "proprietary" ], - "description": "ContentProductAbstractListsRestApi module", + "description": "ConfigurableBundleStorage module", "support": { - "source": "https://github.com/spryker/content-product-abstract-lists-rest-api/tree/master" + "source": "https://github.com/spryker/configurable-bundle-storage/tree/2.6.0" }, - "time": "2020-07-15T12:32:38+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/content-product-data-import", - "version": "0.3.4", + "name": "spryker/configurable-bundles-products-resource-relationship", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/content-product-data-import.git", - "reference": "1c7f2d7ecab8d30081ccac3439d630b7c8dc7d64" + "url": "https://github.com/spryker/configurable-bundles-products-resource-relationship.git", + "reference": "8c709152122606b87726468da33798ed816e3d24" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/content-product-data-import/zipball/1c7f2d7ecab8d30081ccac3439d630b7c8dc7d64", - "reference": "1c7f2d7ecab8d30081ccac3439d630b7c8dc7d64", + "url": "https://api.github.com/repos/spryker/configurable-bundles-products-resource-relationship/zipball/8c709152122606b87726468da33798ed816e3d24", + "reference": "8c709152122606b87726468da33798ed816e3d24", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/content": "^2.1.0", - "spryker/content-product": "^1.0.0", - "spryker/data-import": "^1.4.0", - "spryker/kernel": "^3.32.0", - "spryker/product": "^6.0.0", - "spryker/util-encoding": "^1.0.0 || ^2.0.0" + "php": ">=7.4", + "spryker/catalog": "^5.5.0", + "spryker/configurable-bundles-rest-api": "^1.0.0", + "spryker/glue-application": "^1.9.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/products-rest-api": "^2.12.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", "spryker/propel": "*", - "spryker/storage": "*", - "spryker/store": "*", "spryker/testify": "*" }, "type": "library", @@ -25678,45 +27044,45 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\ContentProductDataImport\\Helper\\": "tests/SprykerTest/Zed/ContentProductDataImport/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "ContentProductDataImport module", + "description": "ConfigurableBundlesProductsResourceRelationship module", "support": { - "source": "https://github.com/spryker/content-product-data-import/tree/0.3.4" + "source": "https://github.com/spryker/configurable-bundles-products-resource-relationship/tree/1.1.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2022-07-05T15:05:48+00:00" }, { - "name": "spryker/content-product-gui", - "version": "1.3.0", + "name": "spryker/configurable-bundles-rest-api", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/content-product-gui.git", - "reference": "14e53d15751b019597493b00f3851c1c1f8fba05" + "url": "https://github.com/spryker/configurable-bundles-rest-api.git", + "reference": "06875cbb0bd90d7cbde8aba7a9c03ae6403c36b9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/content-product-gui/zipball/14e53d15751b019597493b00f3851c1c1f8fba05", - "reference": "14e53d15751b019597493b00f3851c1c1f8fba05", + "url": "https://api.github.com/repos/spryker/configurable-bundles-rest-api/zipball/06875cbb0bd90d7cbde8aba7a9c03ae6403c36b9", + "reference": "06875cbb0bd90d7cbde8aba7a9c03ae6403c36b9", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/content-gui-extension": "^1.1.0", - "spryker/content-product": "^1.0.0", - "spryker/gui": "^3.45.0", + "php": ">=7.3", + "spryker/configurable-bundle": "^2.0.0", + "spryker/configurable-bundle-page-search": "^1.0.0", + "spryker/configurable-bundle-storage": "^2.5.0", + "spryker/glossary-storage": "^1.5.0", + "spryker/glue-application": "^1.9.0", + "spryker/glue-application-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/product": "^6.0.0", - "spryker/product-image": "^3.3.0", - "spryker/symfony": "^3.1.5", - "spryker/util-text": "^1.2.1" + "spryker/orders-rest-api-extension": "^1.0.0", + "spryker/quote-requests-rest-api-extension": "^1.0.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -25736,83 +27102,100 @@ "license": [ "proprietary" ], - "description": "ContentProductGui module", + "description": "ConfigurableBundlesRestApi module", "support": { - "source": "https://github.com/spryker/content-product-gui/tree/1.3.0" + "source": "https://github.com/spryker/configurable-bundles-rest-api/tree/1.1.0" }, - "time": "2023-07-06T10:07:35+00:00" + "time": "2021-07-06T13:27:56+00:00" }, { - "name": "spryker/content-product-set", - "version": "1.0.0", + "name": "spryker/console", + "version": "4.12.0", "source": { "type": "git", - "url": "https://github.com/spryker/content-product-set.git", - "reference": "ace020d091a2f15385d1159d818798556c64e4ad" + "url": "https://github.com/spryker/console.git", + "reference": "fc1274867489936df0a28f55ab61a803cf27daf9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/content-product-set/zipball/ace020d091a2f15385d1159d818798556c64e4ad", - "reference": "ace020d091a2f15385d1159d818798556c64e4ad", + "url": "https://api.github.com/repos/spryker/console/zipball/fc1274867489936df0a28f55ab61a803cf27daf9", + "reference": "fc1274867489936df0a28f55ab61a803cf27daf9", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker/content-storage": "^2.0.0", - "spryker/kernel": "^3.33.0" + "php": ">=8.0", + "spryker/acl-entity-extension": "^0.1.0 || ^0.2.0 || ^1.0.0", + "spryker/application": "^3.23.0", + "spryker/application-extension": "^1.0.0", + "spryker/config": "^3.0.0", + "spryker/container": "^1.4.0", + "spryker/error-handler": "^2.0.0", + "spryker/kernel": "^3.52.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/log": "^3.0.0", + "spryker/propel": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/log": "If you want to use the Log feature in console commands, install this package and add ConsoleLogPlugin to the list of EventSubscriber in your ConsoleDependencyProvider." + }, + "bin": [ + "bin/console", + "bin/yves", + "bin/glue" + ], "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\Console\\Helper\\": "tests/SprykerTest/Zed/Console/_support/Helper/", + "SprykerTest\\Glue\\Console\\Helper\\": "tests/SprykerTest/Glue/Console/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ContentProductSet module", + "description": "Console module", "support": { - "source": "https://github.com/spryker/content-product-set/tree/1.0.0" + "source": "https://github.com/spryker/console/tree/4.12.0" }, - "time": "2019-06-25T08:43:22+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/content-product-set-data-import", - "version": "0.2.5", + "name": "spryker/container", + "version": "1.4.6", "source": { "type": "git", - "url": "https://github.com/spryker/content-product-set-data-import.git", - "reference": "e45f66332fdf393e3460c08f57b3485c2d694ae1" + "url": "https://github.com/spryker/container.git", + "reference": "fdd92950785021f3b01da35d2093dbc13069a708" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/content-product-set-data-import/zipball/e45f66332fdf393e3460c08f57b3485c2d694ae1", - "reference": "e45f66332fdf393e3460c08f57b3485c2d694ae1", + "url": "https://api.github.com/repos/spryker/container/zipball/fdd92950785021f3b01da35d2093dbc13069a708", + "reference": "fdd92950785021f3b01da35d2093dbc13069a708", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/content": "^2.1.0", - "spryker/data-import": "^1.5.0", - "spryker/kernel": "^3.33.0", - "spryker/product-set": "^1.4.0", - "spryker/util-encoding": "^1.0.0 || ^2.0.0" + "psr/container": "^1.0.0", + "spryker/symfony": "^3.0.0" + }, + "conflict": { + "pimple/pimple": "*", + "silex/silex": "*", + "spryker/pimple": "*" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/propel": "*", - "spryker/store": "*", + "spryker/kernel": "*", "spryker/testify": "*" }, "type": "library", @@ -25822,109 +27205,97 @@ } }, "autoload": { + "psr-0": { + "Pimple": "src/Spryker" + }, "psr-4": { "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\ContentProductSetDataImport\\Helper\\": "tests/SprykerTest/Zed/ContentProductSetDataImport/_support/Helper/" + "SprykerTest\\Service\\Container\\Helper\\": "tests/SprykerTest/Service/Container/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "ContentProductSetDataImport module", + "description": "Container module", "support": { - "source": "https://github.com/spryker/content-product-set-data-import/tree/0.2.5" + "source": "https://github.com/spryker/container/tree/1.4.6" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2022-11-11T07:06:41+00:00" }, { - "name": "spryker/content-product-set-gui", - "version": "1.2.0", + "name": "spryker/content", + "version": "2.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/content-product-set-gui.git", - "reference": "acde3dc68006b6f01c516e6e968d20e58a5a5768" + "url": "https://github.com/spryker/content.git", + "reference": "351f3709478dbf8bd72fc05f8d91f999a34e187c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/content-product-set-gui/zipball/acde3dc68006b6f01c516e6e968d20e58a5a5768", - "reference": "acde3dc68006b6f01c516e6e968d20e58a5a5768", + "url": "https://api.github.com/repos/spryker/content/zipball/351f3709478dbf8bd72fc05f8d91f999a34e187c", + "reference": "351f3709478dbf8bd72fc05f8d91f999a34e187c", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/content-gui-extension": "^1.1.0", - "spryker/gui": "^3.45.0", - "spryker/kernel": "^3.33.0", - "spryker/locale": "^3.2.0 || ^4.0.0", - "spryker/product-set": "^1.4.0", - "spryker/symfony": "^3.2.2", - "spryker/util-text": "^1.2.1" + "spryker/kernel": "^3.30.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/util-uuid-generator": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\Content\\Helper\\": "tests/SprykerTest/Zed/Content/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ContentProductSetGui module", + "description": "Content module", "support": { - "source": "https://github.com/spryker/content-product-set-gui/tree/1.2.0" + "source": "https://github.com/spryker/content/tree/2.3.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/content-storage", - "version": "2.6.0", + "name": "spryker/content-banner", + "version": "2.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/content-storage.git", - "reference": "6913180928839f3004380d9a00e0e04a67e54478" + "url": "https://github.com/spryker/content-banner.git", + "reference": "d80e21007bf5da34a9c3024c419e881e74748621" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/content-storage/zipball/6913180928839f3004380d9a00e0e04a67e54478", - "reference": "6913180928839f3004380d9a00e0e04a67e54478", + "url": "https://api.github.com/repos/spryker/content-banner/zipball/d80e21007bf5da34a9c3024c419e881e74748621", + "reference": "d80e21007bf5da34a9c3024c419e881e74748621", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/content": "^2.0.0", - "spryker/content-storage-extension": "^1.1.0", - "spryker/event-behavior": "^1.10.0", + "php": ">=7.2", + "spryker/content-storage": "^2.4.0", "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/storage": "^3.0.0", - "spryker/store": "^1.5.0", - "spryker/synchronization": "^1.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.0.0", - "spryker/util-encoding": "^2.0.0" + "spryker/symfony": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/event": "*", - "spryker/propel": "*", - "spryker/publisher": "*", - "spryker/queue": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" - }, "type": "library", "extra": { "branch-alias": { @@ -25940,31 +27311,39 @@ "license": [ "proprietary" ], - "description": "ContentStorage module", + "description": "ContentBanner module", "support": { - "source": "https://github.com/spryker/content-storage/tree/2.6.0" + "source": "https://github.com/spryker/content-banner/tree/master" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2020-07-15T12:32:38+00:00" }, { - "name": "spryker/content-storage-extension", - "version": "1.1.0", + "name": "spryker/content-banner-data-import", + "version": "0.2.4", "source": { "type": "git", - "url": "https://github.com/spryker/content-storage-extension.git", - "reference": "4bb0609b84915dda0f062852db55395dec6d11ab" + "url": "https://github.com/spryker/content-banner-data-import.git", + "reference": "e21ad3ddeaea2ce20bbd364d8b0299a012e47578" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/content-storage-extension/zipball/4bb0609b84915dda0f062852db55395dec6d11ab", - "reference": "4bb0609b84915dda0f062852db55395dec6d11ab", + "url": "https://api.github.com/repos/spryker/content-banner-data-import/zipball/e21ad3ddeaea2ce20bbd364d8b0299a012e47578", + "reference": "e21ad3ddeaea2ce20bbd364d8b0299a012e47578", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.0", + "spryker/content": "^2.1.0", + "spryker/content-banner": "^1.1.0 || ^2.0.0", + "spryker/data-import": "^1.3.0", + "spryker/kernel": "^3.30.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/propel": "*", + "spryker/store": "*", "spryker/testify": "*" }, "type": "library", @@ -25975,108 +27354,95 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\ContentBannerDataImport\\Helper\\": "tests/SprykerTest/Zed/ContentBannerDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "ContentStorageExtension module", + "description": "ContentBannerDataImport module", "support": { - "source": "https://github.com/spryker/content-storage-extension/tree/1.1.0" + "source": "https://github.com/spryker/content-banner-data-import/tree/0.2.4" }, - "time": "2019-03-28T11:02:59+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/country", - "version": "4.1.0", + "name": "spryker/content-banner-gui", + "version": "2.2.3", "source": { "type": "git", - "url": "https://github.com/spryker/country.git", - "reference": "98885772899f19fb0296734bd466db01ad7b4180" + "url": "https://github.com/spryker/content-banner-gui.git", + "reference": "fc0aa54b8ed4e390b2a2b719c54492a2c02f686f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/country/zipball/98885772899f19fb0296734bd466db01ad7b4180", - "reference": "98885772899f19fb0296734bd466db01ad7b4180", + "url": "https://api.github.com/repos/spryker/content-banner-gui/zipball/fc0aa54b8ed4e390b2a2b719c54492a2c02f686f", + "reference": "fc0aa54b8ed4e390b2a2b719c54492a2c02f686f", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/checkout-rest-api-extension": "^1.2.0", - "spryker/gui": "^3.0.0", + "php": ">=7.2", + "spryker/content-banner": "^2.1.0", + "spryker/content-gui-extension": "^1.1.0", "spryker/kernel": "^3.30.0", - "spryker/propel-orm": "^1.0.0", - "spryker/store": "^1.19.0", - "spryker/store-extension": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.27.0", - "spryker/zed-request": "^3.0.0" + "spryker/symfony": "^3.1.5", + "spryker/util-encoding": "^2.1.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/installer": "*", - "spryker/log": "*", - "spryker/propel": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/installer": "If you want to use Installer plugins." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\Country\\Helper\\": "tests/SprykerTest/Zed/Country/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Country module", + "description": "ContentBannerGui module", "support": { - "source": "https://github.com/spryker/country/tree/4.1.0" + "source": "https://github.com/spryker/content-banner-gui/tree/master" }, - "time": "2023-05-04T11:09:49+00:00" + "time": "2020-05-29T13:08:37+00:00" }, { - "name": "spryker/country-data-import", - "version": "0.1.0", + "name": "spryker/content-banners-rest-api", + "version": "2.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/country-data-import.git", - "reference": "e4cd644870c52dbca50ad0245b9e3ae9c9fe7823" + "url": "https://github.com/spryker/content-banners-rest-api.git", + "reference": "91739a79550ac9cb6ba74ff9b30d88ca5a682a36" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/country-data-import/zipball/e4cd644870c52dbca50ad0245b9e3ae9c9fe7823", - "reference": "e4cd644870c52dbca50ad0245b9e3ae9c9fe7823", + "url": "https://api.github.com/repos/spryker/content-banners-rest-api/zipball/91739a79550ac9cb6ba74ff9b30d88ca5a682a36", + "reference": "91739a79550ac9cb6ba74ff9b30d88ca5a682a36", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/country": "^4.0.0", - "spryker/data-import": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/store": "^1.19.0" + "php": ">=7.2", + "spryker/content-banner": "^2.2.0", + "spryker/glue-application": "^1.8.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -26086,43 +27452,38 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "CountryDataImport module", + "description": "ContentBannersRestApi module", "support": { - "source": "https://github.com/spryker/country-data-import/tree/0.1.0" + "source": "https://github.com/spryker/content-banners-rest-api/tree/master" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2020-07-15T12:32:38+00:00" }, { - "name": "spryker/country-gui", - "version": "1.0.0", + "name": "spryker/content-file", + "version": "1.0.2", "source": { "type": "git", - "url": "https://github.com/spryker/country-gui.git", - "reference": "7b620393a5df59e3e859b860fa5c9529650de47e" + "url": "https://github.com/spryker/content-file.git", + "reference": "50e9cc2fc6ecb7f3c5b0a6b715178a5329809bb3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/country-gui/zipball/7b620393a5df59e3e859b860fa5c9529650de47e", - "reference": "7b620393a5df59e3e859b860fa5c9529650de47e", + "url": "https://api.github.com/repos/spryker/content-file/zipball/50e9cc2fc6ecb7f3c5b0a6b715178a5329809bb3", + "reference": "50e9cc2fc6ecb7f3c5b0a6b715178a5329809bb3", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/country": "^4.0.0", - "spryker/gui": "^3.33.0", - "spryker/kernel": "^3.30.0", - "spryker/propel-orm": "^1.0.0", - "spryker/store": "^1.19.0", - "spryker/store-gui-extension": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0", - "spryker/twig": "^3.0.0", - "spryker/util-text": "^1.1.0" + "php": ">=7.2", + "spryker/content-storage": "^2.0.0", + "spryker/kernel": "^3.33.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/storage": "^3.8.0", + "spryker/storage-redis": "^1.0.0", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -26139,141 +27500,144 @@ "license": [ "proprietary" ], - "description": "CountryGui module", + "description": "ContentFile module", "support": { - "source": "https://github.com/spryker/country-gui/tree/1.0.0" + "source": "https://github.com/spryker/content-file/tree/master" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2020-05-29T13:08:37+00:00" }, { - "name": "spryker/csv", - "version": "3.0.1", + "name": "spryker/content-file-gui", + "version": "2.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/csv.git", - "reference": "5321bf3bce8754fbef11ed8335ebba57f7512073" + "url": "https://github.com/spryker/content-file-gui.git", + "reference": "596fa43d07cf2f6ef1e23bbfe3a2b182288dccf6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/csv/zipball/5321bf3bce8754fbef11ed8335ebba57f7512073", - "reference": "5321bf3bce8754fbef11ed8335ebba57f7512073", + "url": "https://api.github.com/repos/spryker/content-file-gui/zipball/596fa43d07cf2f6ef1e23bbfe3a2b182288dccf6", + "reference": "596fa43d07cf2f6ef1e23bbfe3a2b182288dccf6", "shasum": "" }, "require": { - "league/csv": "^9.2", - "php": ">=7.2" + "php": ">=8.0", + "spryker/content-file": "^1.0.0", + "spryker/content-gui-extension": "^1.1.0", + "spryker/file-manager": "^2.0.0", + "spryker/gui": "^3.45.0", + "spryker/kernel": "^3.33.0", + "spryker/locale": "^3.2.0 || ^4.0.0", + "spryker/symfony": "^3.2.2", + "spryker/transfer": "^3.25.0", + "spryker/util-text": "^1.2.1" + }, + "require-dev": { + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Csv module", + "description": "ContentFileGui module", "support": { - "source": "https://github.com/spryker/csv/tree/master" + "source": "https://github.com/spryker/content-file-gui/tree/2.2.0" }, - "time": "2020-08-04T04:52:39+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/currency", - "version": "4.0.0", + "name": "spryker/content-gui", + "version": "2.6.0", "source": { "type": "git", - "url": "https://github.com/spryker/currency.git", - "reference": "a075a871f2598905d0cdc7a97d0793c61f5d660a" + "url": "https://github.com/spryker/content-gui.git", + "reference": "69bb228a9d649eb053946e1871358909c2c75c64" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/currency/zipball/a075a871f2598905d0cdc7a97d0793c61f5d660a", - "reference": "a075a871f2598905d0cdc7a97d0793c61f5d660a", + "url": "https://api.github.com/repos/spryker/content-gui/zipball/69bb228a9d649eb053946e1871358909c2c75c64", + "reference": "69bb228a9d649eb053946e1871358909c2c75c64", "shasum": "" }, "require": { + "ext-libxml": "*", "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/application-extension": "^1.1.0", - "spryker/currency-extension": "^1.0.0", - "spryker/kernel": "^3.52.0", - "spryker/propel-orm": "^1.0.0", - "spryker/quote-extension": "^1.5.0", - "spryker/sales-extension": "^1.3.0", - "spryker/session": "^3.0.0 || ^4.0.0", - "spryker/store": "^1.19.0", - "spryker/store-extension": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0", - "spryker/twig-extension": "^1.0.0", - "spryker/zed-request": "^3.6.0", - "spryker/zed-request-extension": "^1.1.0" + "spryker/cms-block-gui-extension": "^1.0.0", + "spryker/cms-gui-extension": "^1.0.0", + "spryker/content": "^2.0.0", + "spryker/content-gui-extension": "^1.1.0", + "spryker/gui": "^3.21.0", + "spryker/kernel": "^3.32.0", + "spryker/locale": "^3.2.0 || ^4.0.0", + "spryker/symfony": "^3.2.0", + "spryker/translator": "^1.1.0", + "spryker/util-encoding": "^2.1.0", + "spryker/util-text": "^1.2.1" }, "require-dev": { - "spryker/application": "*", "spryker/code-sniffer": "*", "spryker/container": "*", "spryker/propel": "*", - "spryker/silex": "*", - "spryker/storage": "*", - "spryker/testify": "*", - "spryker/twig": "*" - }, - "suggest": { - "spryker/container": "If you want to use CurrencyTwigPlugin.", - "spryker/silex": "If you want to use ServiceProvider.", - "spryker/twig": "If you want to use currency in Twig." + "spryker/store": "*", + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\Currency\\Helper\\": "tests/SprykerTest/Shared/Currency/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Currency module", + "description": "ContentGui module", "support": { - "source": "https://github.com/spryker/currency/tree/4.0.0" + "source": "https://github.com/spryker/content-gui/tree/2.6.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/currency-data-import", - "version": "0.1.0", + "name": "spryker/content-gui-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/currency-data-import.git", - "reference": "a2ead1dff9d26794f128a26ef14f9f4bbee8e1f3" + "url": "https://github.com/spryker/content-gui-extension.git", + "reference": "45653ab7080806e4ea7f5411022a2dbaf7059571" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/currency-data-import/zipball/a2ead1dff9d26794f128a26ef14f9f4bbee8e1f3", - "reference": "a2ead1dff9d26794f128a26ef14f9f4bbee8e1f3", + "url": "https://api.github.com/repos/spryker/content-gui-extension/zipball/45653ab7080806e4ea7f5411022a2dbaf7059571", + "reference": "45653ab7080806e4ea7f5411022a2dbaf7059571", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/currency": "^4.0.0", - "spryker/data-import": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/store": "^1.19.0" + "php": ">=7.1" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", + "spryker/kernel": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/kernel": "If you want to use content plugin" + }, "type": "library", "extra": { "branch-alias": { @@ -26287,33 +27651,38 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "CurrencyDataImport module", + "description": "ContentGuiExtension module", "support": { - "source": "https://github.com/spryker/currency-data-import/tree/0.1.0" + "source": "https://github.com/spryker/content-gui-extension/tree/master" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2019-04-30T12:30:04+00:00" }, { - "name": "spryker/currency-extension", + "name": "spryker/content-navigation", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/currency-extension.git", - "reference": "e82dca49a6e9a96dddebc87887d60b5c7f874350" + "url": "https://github.com/spryker/content-navigation.git", + "reference": "31f6381bc518f73ff7f76037c3c4008428249e91" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/currency-extension/zipball/e82dca49a6e9a96dddebc87887d60b5c7f874350", - "reference": "e82dca49a6e9a96dddebc87887d60b5c7f874350", + "url": "https://api.github.com/repos/spryker/content-navigation/zipball/31f6381bc518f73ff7f76037c3c4008428249e91", + "reference": "31f6381bc518f73ff7f76037c3c4008428249e91", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2", + "spryker/content-storage": "^2.0.0", + "spryker/kernel": "^3.30.0", + "spryker/navigation": "^2.5.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", @@ -26331,41 +27700,39 @@ "license": [ "proprietary" ], - "description": "CurrencyExtension module", + "description": "ContentNavigation module", "support": { - "source": "https://github.com/spryker/currency-extension/tree/master" + "source": "https://github.com/spryker/content-navigation/tree/master" }, - "time": "2018-04-18T07:46:48+00:00" + "time": "2020-06-04T19:59:08+00:00" }, { - "name": "spryker/currency-gui", - "version": "1.0.0", + "name": "spryker/content-navigation-data-import", + "version": "0.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/currency-gui.git", - "reference": "e8c2de78819e05732ced15a8e39da1bcb80b7177" + "url": "https://github.com/spryker/content-navigation-data-import.git", + "reference": "5f14c0fa64d64088b19ca5bdfd33eb2dd0e68e37" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/currency-gui/zipball/e8c2de78819e05732ced15a8e39da1bcb80b7177", - "reference": "e8c2de78819e05732ced15a8e39da1bcb80b7177", + "url": "https://api.github.com/repos/spryker/content-navigation-data-import/zipball/5f14c0fa64d64088b19ca5bdfd33eb2dd0e68e37", + "reference": "5f14c0fa64d64088b19ca5bdfd33eb2dd0e68e37", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/currency": "^4.0.0", - "spryker/gui": "^3.30.0", + "php": ">=7.2", + "spryker/content": "^2.1.0", + "spryker/content-navigation": "^1.0.0", + "spryker/data-import": "^1.3.0", "spryker/kernel": "^3.30.0", - "spryker/propel-orm": "^1.0.0", - "spryker/store": "^1.19.0", - "spryker/store-gui-extension": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0", - "spryker/twig": "^3.0.0", - "spryker/util-text": "^1.1.0" + "spryker/util-encoding": "^2.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/navigation": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -26380,124 +27747,85 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "CurrencyGui module", + "description": "ContentNavigationDataImport module", "support": { - "source": "https://github.com/spryker/currency-gui/tree/1.0.0" + "source": "https://github.com/spryker/content-navigation-data-import/tree/master" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2020-05-27T13:58:13+00:00" }, { - "name": "spryker/customer", - "version": "7.51.4", + "name": "spryker/content-navigation-gui", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/customer.git", - "reference": "5986c56d94e35fa3b332a4dbb700efb4ef1f54f4" + "url": "https://github.com/spryker/content-navigation-gui.git", + "reference": "e8c5c41cb3878135008b99b0d4fc90e346c75d4b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/customer/zipball/5986c56d94e35fa3b332a4dbb700efb4ef1f54f4", - "reference": "5986c56d94e35fa3b332a4dbb700efb4ef1f54f4", + "url": "https://api.github.com/repos/spryker/content-navigation-gui/zipball/e8c5c41cb3878135008b99b0d4fc90e346c75d4b", + "reference": "e8c5c41cb3878135008b99b0d4fc90e346c75d4b", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/authorization-extension": "^1.0.0", - "spryker/checkout-extension": "^1.2.0", - "spryker/country": "^3.1.0 || ^4.0.0", - "spryker/customer-extension": "^1.4.0", - "spryker/gui": "^3.39.0", - "spryker/kernel": "^3.72.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/mail": "^4.6.0", - "spryker/mail-extension": "^1.0.0", - "spryker/propel": "^3.0.0", - "spryker/propel-orm": "^1.16.0", - "spryker/router": "^1.12.0", - "spryker/sequence-number": "^3.0.0", - "spryker/session": "^3.0.0 || ^4.0.0", - "spryker/store": "^1.19.0", - "spryker/symfony": "^3.0.0", - "spryker/tax-product-connector-extension": "^1.0.0", - "spryker/transfer": "^3.27.0", - "spryker/util-date-time": "^1.0.0", - "spryker/util-encoding": "^2.0.0", - "spryker/util-sanitize": "^2.0.0", - "spryker/util-text": "^1.1.0", - "spryker/util-validate": "^1.0.0", - "spryker/zed-request": "^3.0.0" + "php": ">=7.2", + "spryker/content-gui-extension": "^1.1.0", + "spryker/content-navigation": "^1.0.0", + "spryker/gui": "^3.0.0", + "spryker/kernel": "^3.30.0", + "spryker/navigation": "^2.5.0", + "spryker/symfony": "^3.1.5", + "spryker/util-encoding": "^2.1.0" }, "require-dev": { - "spryker/application": "*", - "spryker/checkout": "*", - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/event-dispatcher": "*", - "spryker/form": "*", - "spryker/sales": "*", - "spryker/testify": "*", - "spryker/twig": "*", - "spryker/validator": "*", - "spryker/zed-navigation": "*" - }, - "suggest": { - "spryker/checkout": "If you want to use Checkout plugins.", - "spryker/sales": "If you want customer information in sales." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "7.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\Customer\\Helper\\": "tests/SprykerTest/Shared/Customer/_support/Helper/", - "SprykerTest\\Zed\\Customer\\PageObject\\": "tests/SprykerTest/Zed/Customer/_support/PageObject/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Customer module", + "description": "ContentNavigationGui module", "support": { - "source": "https://github.com/spryker/customer/tree/7.51.4" + "source": "https://github.com/spryker/content-navigation-gui/tree/1.0.0" }, - "time": "2023-07-12T07:56:12+00:00" + "time": "2020-06-04T20:56:30+00:00" }, { - "name": "spryker/customer-access", - "version": "1.3.0", + "name": "spryker/content-product", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/customer-access.git", - "reference": "be500eb19f1c4cb1ae4e310cd4c05ba1bfbea9b3" + "url": "https://github.com/spryker/content-product.git", + "reference": "8f32a24e801e67c69fe2446f8a328622e0febde7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/customer-access/zipball/be500eb19f1c4cb1ae4e310cd4c05ba1bfbea9b3", - "reference": "be500eb19f1c4cb1ae4e310cd4c05ba1bfbea9b3", + "url": "https://api.github.com/repos/spryker/content-product/zipball/8f32a24e801e67c69fe2446f8a328622e0febde7", + "reference": "8f32a24e801e67c69fe2446f8a328622e0febde7", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/kernel": "^3.30.0", - "spryker/propel-orm": "^1.5.0" + "php": ">=7.2", + "spryker/content-storage": "^2.4.0", + "spryker/kernel": "^3.32.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/installer": "*", - "spryker/propel": "^3.0.0", "spryker/testify": "*" }, - "suggest": { - "spryker/installer": "If the installer for the customer access will be used, InstallerPluginInterface is needed" - }, "type": "library", "extra": { "branch-alias": { @@ -26506,41 +27834,44 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\CustomerAccess\\Helper\\": "tests/SprykerTest/Zed/CustomerAccess/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CustomerAccess module", + "description": "ContentProduct module", "support": { - "source": "https://github.com/spryker/customer-access/tree/1.3.0" + "source": "https://github.com/spryker/content-product/tree/master" }, - "time": "2021-10-19T13:00:46+00:00" + "time": "2020-07-15T12:32:38+00:00" }, { - "name": "spryker/customer-access-gui", - "version": "1.1.3", + "name": "spryker/content-product-abstract-lists-rest-api", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/customer-access-gui.git", - "reference": "4de68c0aba46bfa0fa53a921c6c54c533ff2682e" + "url": "https://github.com/spryker/content-product-abstract-lists-rest-api.git", + "reference": "e8b5388c054620c776a969931fec2f4d45981340" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/customer-access-gui/zipball/4de68c0aba46bfa0fa53a921c6c54c533ff2682e", - "reference": "4de68c0aba46bfa0fa53a921c6c54c533ff2682e", + "url": "https://api.github.com/repos/spryker/content-product-abstract-lists-rest-api/zipball/e8b5388c054620c776a969931fec2f4d45981340", + "reference": "e8b5388c054620c776a969931fec2f4d45981340", "shasum": "" }, "require": { "php": ">=7.2", - "spryker/customer-access": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/symfony": "^3.0.0" - }, - "require-dev": { + "spryker/content-product": "^1.1.0", + "spryker/glue-application": "^1.15.0", + "spryker/glue-application-extension": "^1.2.0", + "spryker/kernel": "^3.32.0", + "spryker/products-rest-api": "^2.10.0", + "spryker/store": "^1.0.0", + "spryker/symfony": "^3.2.0" + }, + "require-dev": { "spryker/code-sniffer": "*" }, "type": "library", @@ -26558,36 +27889,42 @@ "license": [ "proprietary" ], - "description": "CustomerAccessGui module", + "description": "ContentProductAbstractListsRestApi module", "support": { - "source": "https://github.com/spryker/customer-access-gui/tree/1.1.3" + "source": "https://github.com/spryker/content-product-abstract-lists-rest-api/tree/master" }, - "time": "2020-07-03T08:13:47+00:00" + "time": "2020-07-15T12:32:38+00:00" }, { - "name": "spryker/customer-access-permission", - "version": "1.2.2", + "name": "spryker/content-product-data-import", + "version": "0.3.4", "source": { "type": "git", - "url": "https://github.com/spryker/customer-access-permission.git", - "reference": "1444bf27b3256ad3116548dfd1d32821d26bcc8d" + "url": "https://github.com/spryker/content-product-data-import.git", + "reference": "1c7f2d7ecab8d30081ccac3439d630b7c8dc7d64" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/customer-access-permission/zipball/1444bf27b3256ad3116548dfd1d32821d26bcc8d", - "reference": "1444bf27b3256ad3116548dfd1d32821d26bcc8d", + "url": "https://api.github.com/repos/spryker/content-product-data-import/zipball/1c7f2d7ecab8d30081ccac3439d630b7c8dc7d64", + "reference": "1c7f2d7ecab8d30081ccac3439d630b7c8dc7d64", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/customer": "^7.0.0", - "spryker/customer-access-storage": "^1.0.0", - "spryker/customer-extension": "^1.2.0", - "spryker/kernel": "^3.30.0", - "spryker/permission-extension": "^1.1.0" + "php": ">=8.0", + "spryker/content": "^2.1.0", + "spryker/content-product": "^1.0.0", + "spryker/data-import": "^1.4.0", + "spryker/kernel": "^3.32.0", + "spryker/product": "^6.0.0", + "spryker/util-encoding": "^1.0.0 || ^2.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/propel": "*", + "spryker/storage": "*", + "spryker/store": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -26597,40 +27934,45 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\ContentProductDataImport\\Helper\\": "tests/SprykerTest/Zed/ContentProductDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "CustomerAccessPermission module", + "description": "ContentProductDataImport module", "support": { - "source": "https://github.com/spryker/customer-access-permission/tree/master" + "source": "https://github.com/spryker/content-product-data-import/tree/0.3.4" }, - "time": "2020-05-29T13:08:37+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/customer-access-rest-api", - "version": "1.1.2", + "name": "spryker/content-product-gui", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/customer-access-rest-api.git", - "reference": "ab511963b9da4a8c2536cd53318631c4a7d9672c" + "url": "https://github.com/spryker/content-product-gui.git", + "reference": "14e53d15751b019597493b00f3851c1c1f8fba05" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/customer-access-rest-api/zipball/ab511963b9da4a8c2536cd53318631c4a7d9672c", - "reference": "ab511963b9da4a8c2536cd53318631c4a7d9672c", + "url": "https://api.github.com/repos/spryker/content-product-gui/zipball/14e53d15751b019597493b00f3851c1c1f8fba05", + "reference": "14e53d15751b019597493b00f3851c1c1f8fba05", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/customer-access-storage": "^1.0.0", - "spryker/glue-application": "^1.9.0", - "spryker/glue-application-extension": "^1.1.0", + "php": ">=8.0", + "spryker/content-gui-extension": "^1.1.0", + "spryker/content-product": "^1.0.0", + "spryker/gui": "^3.45.0", "spryker/kernel": "^3.30.0", - "spryker/symfony": "^3.0.0" + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/product": "^6.0.0", + "spryker/product-image": "^3.3.0", + "spryker/symfony": "^3.1.5", + "spryker/util-text": "^1.2.1" }, "require-dev": { "spryker/code-sniffer": "*" @@ -26650,51 +27992,35 @@ "license": [ "proprietary" ], - "description": "CustomerAccessRestApi module", + "description": "ContentProductGui module", "support": { - "source": "https://github.com/spryker/customer-access-rest-api/tree/1.1.2" + "source": "https://github.com/spryker/content-product-gui/tree/1.3.0" }, - "time": "2022-09-14T09:05:18+00:00" + "time": "2023-07-06T10:07:35+00:00" }, { - "name": "spryker/customer-access-storage", - "version": "1.8.1", + "name": "spryker/content-product-set", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/customer-access-storage.git", - "reference": "2a95c28ada9b5d1ed9b50f6d89ed3e8b133d955e" + "url": "https://github.com/spryker/content-product-set.git", + "reference": "ace020d091a2f15385d1159d818798556c64e4ad" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/customer-access-storage/zipball/2a95c28ada9b5d1ed9b50f6d89ed3e8b133d955e", - "reference": "2a95c28ada9b5d1ed9b50f6d89ed3e8b133d955e", + "url": "https://api.github.com/repos/spryker/content-product-set/zipball/ace020d091a2f15385d1159d818798556c64e4ad", + "reference": "ace020d091a2f15385d1159d818798556c64e4ad", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/customer-access": "^1.0.0", - "spryker/kernel": "^3.37.0", - "spryker/propel-orm": "^1.5.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/storage": "^3.0.0", - "spryker/synchronization": "^0.2.0 || ^1.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.1.0" + "php": ">=7.1", + "spryker/content-storage": "^2.0.0", + "spryker/kernel": "^3.33.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/event": "*", - "spryker/event-behavior": "*", - "spryker/propel": "*", - "spryker/publisher": "*", - "spryker/queue": "*", - "spryker/store": "*", - "spryker/store-extension": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" - }, "type": "library", "extra": { "branch-alias": { @@ -26710,36 +28036,33 @@ "license": [ "proprietary" ], - "description": "CustomerAccessStorage module", + "description": "ContentProductSet module", "support": { - "source": "https://github.com/spryker/customer-access-storage/tree/1.8.1" + "source": "https://github.com/spryker/content-product-set/tree/1.0.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2019-06-25T08:43:22+00:00" }, { - "name": "spryker/customer-api", - "version": "0.2.2", + "name": "spryker/content-product-set-data-import", + "version": "0.2.5", "source": { "type": "git", - "url": "https://github.com/spryker/customer-api.git", - "reference": "8a9042f727a9c261b196ad993ccd4f23e4a15720" + "url": "https://github.com/spryker/content-product-set-data-import.git", + "reference": "e45f66332fdf393e3460c08f57b3485c2d694ae1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/customer-api/zipball/8a9042f727a9c261b196ad993ccd4f23e4a15720", - "reference": "8a9042f727a9c261b196ad993ccd4f23e4a15720", + "url": "https://api.github.com/repos/spryker/content-product-set-data-import/zipball/e45f66332fdf393e3460c08f57b3485c2d694ae1", + "reference": "e45f66332fdf393e3460c08f57b3485c2d694ae1", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/api": "^0.4.0", - "spryker/api-extension": "^0.1.0", - "spryker/api-query-builder": "^0.1.0", - "spryker/customer": "^4.3.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", - "spryker/kernel": "^3.30.0", - "spryker/propel-orm": "^1.2.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0" + "spryker/content": "^2.1.0", + "spryker/data-import": "^1.5.0", + "spryker/kernel": "^3.33.0", + "spryker/product-set": "^1.4.0", + "spryker/util-encoding": "^1.0.0 || ^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", @@ -26756,46 +28079,46 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\ContentProductSetDataImport\\Helper\\": "tests/SprykerTest/Zed/ContentProductSetDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "CustomerApi module", + "description": "ContentProductSetDataImport module", "support": { - "source": "https://github.com/spryker/customer-api/tree/0.2.2" + "source": "https://github.com/spryker/content-product-set-data-import/tree/0.2.5" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/customer-catalog", - "version": "1.1.1", + "name": "spryker/content-product-set-gui", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/customer-catalog.git", - "reference": "d9450c92cfbdc00bb7e5017d7dcf40ec2ef24f71" + "url": "https://github.com/spryker/content-product-set-gui.git", + "reference": "acde3dc68006b6f01c516e6e968d20e58a5a5768" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/customer-catalog/zipball/d9450c92cfbdc00bb7e5017d7dcf40ec2ef24f71", - "reference": "d9450c92cfbdc00bb7e5017d7dcf40ec2ef24f71", + "url": "https://api.github.com/repos/spryker/content-product-set-gui/zipball/acde3dc68006b6f01c516e6e968d20e58a5a5768", + "reference": "acde3dc68006b6f01c516e6e968d20e58a5a5768", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/customer": "^7.0.0", - "spryker/kernel": "^3.30.0" + "php": ">=8.0", + "spryker/content-gui-extension": "^1.1.0", + "spryker/gui": "^3.45.0", + "spryker/kernel": "^3.33.0", + "spryker/locale": "^3.2.0 || ^4.0.0", + "spryker/product-set": "^1.4.0", + "spryker/symfony": "^3.2.2", + "spryker/util-text": "^1.2.1" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/elastica": "*", - "spryker/search": "*" - }, - "suggest": { - "spryker/elastica": "If you want to use Elastica plugins.", - "spryker/search": "If you want to use Search plugins, minimum required version: 7.0.0" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -26812,36 +28135,56 @@ "license": [ "proprietary" ], - "description": "CustomerCatalog module", + "description": "ContentProductSetGui module", "support": { - "source": "https://github.com/spryker/customer-catalog/tree/master" + "source": "https://github.com/spryker/content-product-set-gui/tree/1.2.0" }, - "time": "2020-05-29T13:08:37+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/customer-extension", - "version": "1.4.0", + "name": "spryker/content-storage", + "version": "2.6.0", "source": { "type": "git", - "url": "https://github.com/spryker/customer-extension.git", - "reference": "c2f0fdbae3479968b3ef297fe7371aeb0ae5b503" + "url": "https://github.com/spryker/content-storage.git", + "reference": "6913180928839f3004380d9a00e0e04a67e54478" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/customer-extension/zipball/c2f0fdbae3479968b3ef297fe7371aeb0ae5b503", - "reference": "c2f0fdbae3479968b3ef297fe7371aeb0ae5b503", + "url": "https://api.github.com/repos/spryker/content-storage/zipball/6913180928839f3004380d9a00e0e04a67e54478", + "reference": "6913180928839f3004380d9a00e0e04a67e54478", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=8.0", + "spryker/content": "^2.0.0", + "spryker/content-storage-extension": "^1.1.0", + "spryker/event-behavior": "^1.10.0", + "spryker/kernel": "^3.30.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/storage": "^3.0.0", + "spryker/store": "^1.5.0", + "spryker/synchronization": "^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.0.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/event": "*", + "spryker/propel": "*", + "spryker/publisher": "*", + "spryker/queue": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -26853,148 +28196,137 @@ "license": [ "proprietary" ], - "description": "CustomerExtension module", + "description": "ContentStorage module", "support": { - "source": "https://github.com/spryker/customer-extension/tree/1.4.0" + "source": "https://github.com/spryker/content-storage/tree/2.6.0" }, - "time": "2022-07-11T13:46:05+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/customer-group", - "version": "2.6.2", + "name": "spryker/content-storage-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/customer-group.git", - "reference": "8137a07051564f37f727ed6042fbcf8e840a46d3" + "url": "https://github.com/spryker/content-storage-extension.git", + "reference": "4bb0609b84915dda0f062852db55395dec6d11ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/customer-group/zipball/8137a07051564f37f727ed6042fbcf8e840a46d3", - "reference": "8137a07051564f37f727ed6042fbcf8e840a46d3", + "url": "https://api.github.com/repos/spryker/content-storage-extension/zipball/4bb0609b84915dda0f062852db55395dec6d11ab", + "reference": "4bb0609b84915dda0f062852db55395dec6d11ab", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/customer": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", - "spryker/gui": "^3.0.0", - "spryker/kernel": "^3.30.0", - "spryker/propel-orm": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/util-date-time": "^1.0.0", - "spryker/util-encoding": "^2.0.0", - "spryker/util-sanitize": "^2.0.0" + "php": ">=7.1" }, "require-dev": { - "spryker/application": "*", "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/event-dispatcher": "*", - "spryker/form": "*", - "spryker/propel": "*", - "spryker/router": "*", - "spryker/store": "*", - "spryker/testify": "*", - "spryker/twig": "*", - "spryker/validator": "*", - "spryker/zed-navigation": "*" + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\CustomerGroup\\Helper\\": "tests/SprykerTest/Zed/CustomerGroup/_support/Helper/", - "SprykerTest\\Zed\\CustomerGroup\\PageObject\\": "tests/SprykerTest/Zed/CustomerGroup/_support/PageObject/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CustomerGroup module", + "description": "ContentStorageExtension module", "support": { - "source": "https://github.com/spryker/customer-group/tree/2.6.2" + "source": "https://github.com/spryker/content-storage-extension/tree/1.1.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2019-03-28T11:02:59+00:00" }, { - "name": "spryker/customer-group-discount-connector", - "version": "2.2.1", + "name": "spryker/country", + "version": "4.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/customer-group-discount-connector.git", - "reference": "7ce166cf7e6e3983624817e33fa1f1a6c55c8a6b" + "url": "https://github.com/spryker/country.git", + "reference": "98885772899f19fb0296734bd466db01ad7b4180" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/customer-group-discount-connector/zipball/7ce166cf7e6e3983624817e33fa1f1a6c55c8a6b", - "reference": "7ce166cf7e6e3983624817e33fa1f1a6c55c8a6b", + "url": "https://api.github.com/repos/spryker/country/zipball/98885772899f19fb0296734bd466db01ad7b4180", + "reference": "98885772899f19fb0296734bd466db01ad7b4180", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/customer-group": "^2.3.0", - "spryker/discount": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^9.0.0", - "spryker/kernel": "^3.30.0" + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/checkout-rest-api-extension": "^1.2.0", + "spryker/gui": "^3.0.0", + "spryker/kernel": "^3.30.0", + "spryker/propel-orm": "^1.0.0", + "spryker/store": "^1.19.0", + "spryker/store-extension": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.27.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/customer": "*", + "spryker/installer": "*", + "spryker/log": "*", "spryker/propel": "*", - "spryker/store": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/installer": "If you want to use Installer plugins." + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\Country\\Helper\\": "tests/SprykerTest/Zed/Country/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CustomerGroupDiscountConnector module", + "description": "Country module", "support": { - "source": "https://github.com/spryker/customer-group-discount-connector/tree/2.2.1" + "source": "https://github.com/spryker/country/tree/4.1.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-05-04T11:09:49+00:00" }, { - "name": "spryker/customer-note", - "version": "1.1.1", + "name": "spryker/country-data-import", + "version": "0.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/customer-note.git", - "reference": "26506bbe3424c2f458005f22e2df6f5fc95f9535" + "url": "https://github.com/spryker/country-data-import.git", + "reference": "e4cd644870c52dbca50ad0245b9e3ae9c9fe7823" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/customer-note/zipball/26506bbe3424c2f458005f22e2df6f5fc95f9535", - "reference": "26506bbe3424c2f458005f22e2df6f5fc95f9535", + "url": "https://api.github.com/repos/spryker/country-data-import/zipball/e4cd644870c52dbca50ad0245b9e3ae9c9fe7823", + "reference": "e4cd644870c52dbca50ad0245b9e3ae9c9fe7823", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/customer": "^7.7.0", - "spryker/kernel": "^3.30.0", - "spryker/user": "^1.0.0 || ^2.0.0 || ^3.0.0" + "spryker/country": "^4.0.0", + "spryker/data-import": "^1.0.0", + "spryker/kernel": "^3.33.0", + "spryker/store": "^1.19.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", "spryker/propel": "*", - "spryker/store": "*", "spryker/testify": "*" }, "type": "library", @@ -27005,55 +28337,48 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\CustomerNote\\Helper\\": "tests/SprykerTest/Shared/CustomerNote/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "CustomerNote module", + "description": "CountryDataImport module", "support": { - "source": "https://github.com/spryker/customer-note/tree/1.1.1" + "source": "https://github.com/spryker/country-data-import/tree/0.1.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/customer-note-gui", - "version": "1.2.2", + "name": "spryker/country-gui", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/customer-note-gui.git", - "reference": "f06e6cb0e7b2e008e1bfee01c4c62f5fbc0ffc88" + "url": "https://github.com/spryker/country-gui.git", + "reference": "7b620393a5df59e3e859b860fa5c9529650de47e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/customer-note-gui/zipball/f06e6cb0e7b2e008e1bfee01c4c62f5fbc0ffc88", - "reference": "f06e6cb0e7b2e008e1bfee01c4c62f5fbc0ffc88", + "url": "https://api.github.com/repos/spryker/country-gui/zipball/7b620393a5df59e3e859b860fa5c9529650de47e", + "reference": "7b620393a5df59e3e859b860fa5c9529650de47e", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/customer-note": "^1.0.0", - "spryker/gui": "^3.26.0", + "spryker/country": "^4.0.0", + "spryker/gui": "^3.33.0", "spryker/kernel": "^3.30.0", - "spryker/symfony": "^3.0.0" + "spryker/propel-orm": "^1.0.0", + "spryker/store": "^1.19.0", + "spryker/store-gui-extension": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.25.0", + "spryker/twig": "^3.0.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { - "spryker/application": "*", - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/customer": "*", - "spryker/event-dispatcher": "*", - "spryker/form": "*", - "spryker/propel": "*", - "spryker/router": "*", - "spryker/store": "*", - "spryker/testify": "*", - "spryker/twig": "*", - "spryker/validator": "*", - "spryker/zed-navigation": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -27063,150 +28388,146 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\CustomerNoteGui\\PageObject\\": "tests/SprykerTest/Zed/CustomerNoteGui/_support/PageObject/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CustomerNoteGui module", + "description": "CountryGui module", "support": { - "source": "https://github.com/spryker/customer-note-gui/tree/1.2.2" + "source": "https://github.com/spryker/country-gui/tree/1.0.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/customer-offer-connector", - "version": "1.0.2", + "name": "spryker/csv", + "version": "3.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/customer-offer-connector.git", - "reference": "193035b22004cd4ad60a1acc5ba1c205bcc245c7" + "url": "https://github.com/spryker/csv.git", + "reference": "5321bf3bce8754fbef11ed8335ebba57f7512073" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/customer-offer-connector/zipball/193035b22004cd4ad60a1acc5ba1c205bcc245c7", - "reference": "193035b22004cd4ad60a1acc5ba1c205bcc245c7", + "url": "https://api.github.com/repos/spryker/csv/zipball/5321bf3bce8754fbef11ed8335ebba57f7512073", + "reference": "5321bf3bce8754fbef11ed8335ebba57f7512073", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/customer": "^7.8.0", - "spryker/kernel": "^3.30.0", - "spryker/offer-extension": "^1.0.0" - }, - "require-dev": { - "spryker/code-sniffer": "*" + "league/csv": "^9.2", + "php": ">=7.2" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Spryker\\": "src/Spryker/" + "dev-master": "3.0.x-dev" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CustomerOfferConnector module", + "description": "Csv module", "support": { - "source": "https://github.com/spryker/customer-offer-connector/tree/1.0.2" + "source": "https://github.com/spryker/csv/tree/master" }, - "time": "2020-05-29T13:08:37+00:00" + "time": "2020-08-04T04:52:39+00:00" }, { - "name": "spryker/customer-storage", - "version": "1.0.1", + "name": "spryker/currency", + "version": "4.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/customer-storage.git", - "reference": "82c63d66ac76d3781836c907d665f95a971bcb55" + "url": "https://github.com/spryker/currency.git", + "reference": "a075a871f2598905d0cdc7a97d0793c61f5d660a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/customer-storage/zipball/82c63d66ac76d3781836c907d665f95a971bcb55", - "reference": "82c63d66ac76d3781836c907d665f95a971bcb55", + "url": "https://api.github.com/repos/spryker/currency/zipball/a075a871f2598905d0cdc7a97d0793c61f5d660a", + "reference": "a075a871f2598905d0cdc7a97d0793c61f5d660a", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/customer": "^7.49.0", - "spryker/kernel": "^3.30.0", - "spryker/propel-orm": "^1.5.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/storage": "^3.7.1", + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/application-extension": "^1.1.0", + "spryker/currency-extension": "^1.0.0", + "spryker/kernel": "^3.52.0", + "spryker/propel-orm": "^1.0.0", + "spryker/quote-extension": "^1.5.0", + "spryker/sales-extension": "^1.3.0", + "spryker/session": "^3.0.0 || ^4.0.0", + "spryker/store": "^1.19.0", + "spryker/store-extension": "^1.0.0", "spryker/symfony": "^3.0.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" + "spryker/transfer": "^3.25.0", + "spryker/twig-extension": "^1.0.0", + "spryker/zed-request": "^3.6.0", + "spryker/zed-request-extension": "^1.1.0" }, "require-dev": { + "spryker/application": "*", "spryker/code-sniffer": "*", "spryker/container": "*", "spryker/propel": "*", - "spryker/queue": "*", - "spryker/store": "*", - "spryker/store-extension": "*", - "spryker/testify": "*" + "spryker/silex": "*", + "spryker/storage": "*", + "spryker/testify": "*", + "spryker/twig": "*" }, "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" + "spryker/container": "If you want to use CurrencyTwigPlugin.", + "spryker/silex": "If you want to use ServiceProvider.", + "spryker/twig": "If you want to use currency in Twig." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\Currency\\Helper\\": "tests/SprykerTest/Shared/Currency/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CustomerStorage module", + "description": "Currency module", "support": { - "source": "https://github.com/spryker/customer-storage/tree/1.0.1" + "source": "https://github.com/spryker/currency/tree/4.0.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/customer-user-connector", - "version": "1.0.4", + "name": "spryker/currency-data-import", + "version": "0.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/customer-user-connector.git", - "reference": "4c9b6059f2a673ad74f0a17ae246bf1d2ae73766" + "url": "https://github.com/spryker/currency-data-import.git", + "reference": "a2ead1dff9d26794f128a26ef14f9f4bbee8e1f3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/customer-user-connector/zipball/4c9b6059f2a673ad74f0a17ae246bf1d2ae73766", - "reference": "4c9b6059f2a673ad74f0a17ae246bf1d2ae73766", + "url": "https://api.github.com/repos/spryker/currency-data-import/zipball/a2ead1dff9d26794f128a26ef14f9f4bbee8e1f3", + "reference": "a2ead1dff9d26794f128a26ef14f9f4bbee8e1f3", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/customer": "^6.3.0 || ^7.0.0", + "spryker/currency": "^4.0.0", + "spryker/data-import": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/user": "^3.0.0" + "spryker/store": "^1.19.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", "spryker/propel": "*", - "spryker/store": "*", "spryker/testify": "*" }, "type": "library", @@ -27222,47 +28543,34 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "CustomerUserConnector module", + "description": "CurrencyDataImport module", "support": { - "source": "https://github.com/spryker/customer-user-connector/tree/1.0.4" + "source": "https://github.com/spryker/currency-data-import/tree/0.1.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/customer-user-connector-gui", - "version": "1.4.0", + "name": "spryker/currency-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/customer-user-connector-gui.git", - "reference": "19def3f604d45d259135db44a5199b9b27c8076f" + "url": "https://github.com/spryker/currency-extension.git", + "reference": "e82dca49a6e9a96dddebc87887d60b5c7f874350" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/customer-user-connector-gui/zipball/19def3f604d45d259135db44a5199b9b27c8076f", - "reference": "19def3f604d45d259135db44a5199b9b27c8076f", + "url": "https://api.github.com/repos/spryker/currency-extension/zipball/e82dca49a6e9a96dddebc87887d60b5c7f874350", + "reference": "e82dca49a6e9a96dddebc87887d60b5c7f874350", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/customer": "^6.3.0 || ^7.0.0", - "spryker/customer-user-connector": "^1.0.0", - "spryker/gui": "^3.45.0", - "spryker/kernel": "^3.30.0", - "spryker/propel-orm": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/user": "^3.0.0", - "spryker/user-extension": "^1.0.0", - "spryker/util-encoding": "^2.0.0", - "spryker/util-sanitize": "^2.0.0" + "php": ">=7.1" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/util-text": "*" - }, - "suggest": { - "spryker/util-text": "If you want to use the UsersTableExpanderPlugin" + "spryker/testify": "*" }, "type": "library", "extra": { @@ -27279,50 +28587,41 @@ "license": [ "proprietary" ], - "description": "CustomerUserConnectorGui module", + "description": "CurrencyExtension module", "support": { - "source": "https://github.com/spryker/customer-user-connector-gui/tree/1.4.0" + "source": "https://github.com/spryker/currency-extension/tree/master" }, - "time": "2022-09-19T06:48:51+00:00" + "time": "2018-04-18T07:46:48+00:00" }, { - "name": "spryker/customers-rest-api", - "version": "1.21.2", + "name": "spryker/currency-gui", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/customers-rest-api.git", - "reference": "d0e2c7bb69760205d1b0e99b37f17e0b3f5a869e" + "url": "https://github.com/spryker/currency-gui.git", + "reference": "e8c2de78819e05732ced15a8e39da1bcb80b7177" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/customers-rest-api/zipball/d0e2c7bb69760205d1b0e99b37f17e0b3f5a869e", - "reference": "d0e2c7bb69760205d1b0e99b37f17e0b3f5a869e", + "url": "https://api.github.com/repos/spryker/currency-gui/zipball/e8c2de78819e05732ced15a8e39da1bcb80b7177", + "reference": "e8c2de78819e05732ced15a8e39da1bcb80b7177", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/checkout-rest-api-extension": "^1.5.0", - "spryker/customer": "^7.30.0", - "spryker/customers-rest-api-extension": "^1.1.0", - "spryker/glue-application": "^1.15.0", - "spryker/glue-application-authorization-connector-extension": "^1.0.0", - "spryker/glue-application-extension": "^1.0.0", + "spryker/currency": "^4.0.0", + "spryker/gui": "^3.30.0", "spryker/kernel": "^3.30.0", "spryker/propel-orm": "^1.0.0", - "spryker/session": "^3.2.0 || ^4.0.0", - "spryker/shipments-rest-api-extension": "^1.0.0", + "spryker/store": "^1.19.0", + "spryker/store-gui-extension": "^1.0.0", "spryker/symfony": "^3.0.0", - "spryker/uuid-behavior": "^1.0.0" + "spryker/transfer": "^3.25.0", + "spryker/twig": "^3.0.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/auth-rest-api": "If you want to authorize and authenticate customers via access tokens.", - "spryker/authorization": "If you want to use multiple authorization strategies, minimum required version: 1.2.0.", - "spryker/rest-request-validator": "If you want to use rest request validation.", - "spryker/uuid": "If you want to generate UUIDs for existing entities." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -27339,88 +28638,121 @@ "license": [ "proprietary" ], - "description": "CustomersRestApi module", + "description": "CurrencyGui module", "support": { - "source": "https://github.com/spryker/customers-rest-api/tree/1.21.2" + "source": "https://github.com/spryker/currency-gui/tree/1.0.0" }, - "time": "2022-12-29T12:04:01+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/customers-rest-api-extension", - "version": "1.2.0", + "name": "spryker/customer", + "version": "7.51.4", "source": { "type": "git", - "url": "https://github.com/spryker/customers-rest-api-extension.git", - "reference": "550fb37724376c6fe0bc927c0e83553b05809fd5" + "url": "https://github.com/spryker/customer.git", + "reference": "5986c56d94e35fa3b332a4dbb700efb4ef1f54f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/customers-rest-api-extension/zipball/550fb37724376c6fe0bc927c0e83553b05809fd5", - "reference": "550fb37724376c6fe0bc927c0e83553b05809fd5", + "url": "https://api.github.com/repos/spryker/customer/zipball/5986c56d94e35fa3b332a4dbb700efb4ef1f54f4", + "reference": "5986c56d94e35fa3b332a4dbb700efb4ef1f54f4", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/authorization-extension": "^1.0.0", + "spryker/checkout-extension": "^1.2.0", + "spryker/country": "^3.1.0 || ^4.0.0", + "spryker/customer-extension": "^1.4.0", + "spryker/gui": "^3.39.0", + "spryker/kernel": "^3.72.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/mail": "^4.6.0", + "spryker/mail-extension": "^1.0.0", + "spryker/propel": "^3.0.0", + "spryker/propel-orm": "^1.16.0", + "spryker/router": "^1.12.0", + "spryker/sequence-number": "^3.0.0", + "spryker/session": "^3.0.0 || ^4.0.0", + "spryker/store": "^1.19.0", + "spryker/symfony": "^3.0.0", + "spryker/tax-product-connector-extension": "^1.0.0", + "spryker/transfer": "^3.27.0", + "spryker/util-date-time": "^1.0.0", + "spryker/util-encoding": "^2.0.0", + "spryker/util-sanitize": "^2.0.0", + "spryker/util-text": "^1.1.0", + "spryker/util-validate": "^1.0.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { + "spryker/application": "*", + "spryker/checkout": "*", "spryker/code-sniffer": "*", - "spryker/glue-application": "*", - "spryker/testify": "*" + "spryker/container": "*", + "spryker/event-dispatcher": "*", + "spryker/form": "*", + "spryker/sales": "*", + "spryker/testify": "*", + "spryker/twig": "*", + "spryker/validator": "*", + "spryker/zed-navigation": "*" }, "suggest": { - "spryker/glue-application": "If you want to use plugins with glue application." + "spryker/checkout": "If you want to use Checkout plugins.", + "spryker/sales": "If you want customer information in sales." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "7.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\Customer\\Helper\\": "tests/SprykerTest/Shared/Customer/_support/Helper/", + "SprykerTest\\Zed\\Customer\\PageObject\\": "tests/SprykerTest/Zed/Customer/_support/PageObject/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CustomersRestApiExtension module", + "description": "Customer module", "support": { - "source": "https://github.com/spryker/customers-rest-api-extension/tree/master" + "source": "https://github.com/spryker/customer/tree/7.51.4" }, - "time": "2019-05-16T06:09:24+00:00" + "time": "2023-07-12T07:56:12+00:00" }, { - "name": "spryker/dashboard", - "version": "1.1.4", + "name": "spryker/customer-access", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/dashboard.git", - "reference": "192c4a3103958b1550cca937de6bc62ad0c04d89" + "url": "https://github.com/spryker/customer-access.git", + "reference": "be500eb19f1c4cb1ae4e310cd4c05ba1bfbea9b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/dashboard/zipball/192c4a3103958b1550cca937de6bc62ad0c04d89", - "reference": "192c4a3103958b1550cca937de6bc62ad0c04d89", + "url": "https://api.github.com/repos/spryker/customer-access/zipball/be500eb19f1c4cb1ae4e310cd4c05ba1bfbea9b3", + "reference": "be500eb19f1c4cb1ae4e310cd4c05ba1bfbea9b3", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/kernel": "^3.30.0" + "php": ">=7.4", + "spryker/kernel": "^3.30.0", + "spryker/propel-orm": "^1.5.0" }, "require-dev": { - "spryker/application": "*", "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/event-dispatcher": "*", - "spryker/gui": "*", - "spryker/propel": "*", - "spryker/router": "*", - "spryker/store": "*", - "spryker/testify": "*", - "spryker/twig": "*", - "spryker/zed-navigation": "*" + "spryker/installer": "*", + "spryker/propel": "^3.0.0", + "spryker/testify": "*" + }, + "suggest": { + "spryker/installer": "If the installer for the customer access will be used, InstallerPluginInterface is needed" }, "type": "library", "extra": { @@ -27431,41 +28763,38 @@ "autoload": { "psr-4": { "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\Dashboard\\PageObject\\": "tests/SprykerTest/Zed/Dashboard/_support/PageObject/" + "SprykerTest\\Zed\\CustomerAccess\\Helper\\": "tests/SprykerTest/Zed/CustomerAccess/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Dashboard module", + "description": "CustomerAccess module", "support": { - "source": "https://github.com/spryker/dashboard/tree/1.1.4" + "source": "https://github.com/spryker/customer-access/tree/1.3.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2021-10-19T13:00:46+00:00" }, { - "name": "spryker/dashboard-merchant-portal-gui", - "version": "2.1.0", + "name": "spryker/customer-access-gui", + "version": "1.1.3", "source": { "type": "git", - "url": "https://github.com/spryker/dashboard-merchant-portal-gui.git", - "reference": "ec1ba609aa9266d5341568a495f88c11d175d733" + "url": "https://github.com/spryker/customer-access-gui.git", + "reference": "4de68c0aba46bfa0fa53a921c6c54c533ff2682e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/dashboard-merchant-portal-gui/zipball/ec1ba609aa9266d5341568a495f88c11d175d733", - "reference": "ec1ba609aa9266d5341568a495f88c11d175d733", + "url": "https://api.github.com/repos/spryker/customer-access-gui/zipball/4de68c0aba46bfa0fa53a921c6c54c533ff2682e", + "reference": "4de68c0aba46bfa0fa53a921c6c54c533ff2682e", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/dashboard-merchant-portal-gui-extension": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.27.0", - "spryker/zed-ui": "^2.0.0" + "php": ">=7.2", + "spryker/customer-access": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -27473,7 +28802,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -27485,28 +28814,33 @@ "license": [ "proprietary" ], - "description": "DashboardMerchantPortalGui module", + "description": "CustomerAccessGui module", "support": { - "source": "https://github.com/spryker/dashboard-merchant-portal-gui/tree/2.1.0" + "source": "https://github.com/spryker/customer-access-gui/tree/1.1.3" }, - "time": "2023-03-10T14:11:16+00:00" + "time": "2020-07-03T08:13:47+00:00" }, { - "name": "spryker/dashboard-merchant-portal-gui-extension", - "version": "1.0.0", + "name": "spryker/customer-access-permission", + "version": "1.2.2", "source": { "type": "git", - "url": "https://github.com/spryker/dashboard-merchant-portal-gui-extension.git", - "reference": "dd166c5585321974b34bfe1cb05417f77a19506b" + "url": "https://github.com/spryker/customer-access-permission.git", + "reference": "1444bf27b3256ad3116548dfd1d32821d26bcc8d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/dashboard-merchant-portal-gui-extension/zipball/dd166c5585321974b34bfe1cb05417f77a19506b", - "reference": "dd166c5585321974b34bfe1cb05417f77a19506b", + "url": "https://api.github.com/repos/spryker/customer-access-permission/zipball/1444bf27b3256ad3116548dfd1d32821d26bcc8d", + "reference": "1444bf27b3256ad3116548dfd1d32821d26bcc8d", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=7.2", + "spryker/customer": "^7.0.0", + "spryker/customer-access-storage": "^1.0.0", + "spryker/customer-extension": "^1.2.0", + "spryker/kernel": "^3.30.0", + "spryker/permission-extension": "^1.1.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -27526,39 +28860,36 @@ "license": [ "proprietary" ], - "description": "DashboardMerchantPortalGuiExtension module", + "description": "CustomerAccessPermission module", "support": { - "source": "https://github.com/spryker/dashboard-merchant-portal-gui-extension/tree/1.0.0" + "source": "https://github.com/spryker/customer-access-permission/tree/master" }, - "time": "2021-08-16T16:27:47+00:00" + "time": "2020-05-29T13:08:37+00:00" }, { - "name": "spryker/data-export", - "version": "0.1.3", + "name": "spryker/customer-access-rest-api", + "version": "1.1.2", "source": { "type": "git", - "url": "https://github.com/spryker/data-export.git", - "reference": "2f398fbe1a2023283cceef3dd9c1b0aaf7e5b5bc" + "url": "https://github.com/spryker/customer-access-rest-api.git", + "reference": "ab511963b9da4a8c2536cd53318631c4a7d9672c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/data-export/zipball/2f398fbe1a2023283cceef3dd9c1b0aaf7e5b5bc", - "reference": "2f398fbe1a2023283cceef3dd9c1b0aaf7e5b5bc", + "url": "https://api.github.com/repos/spryker/customer-access-rest-api/zipball/ab511963b9da4a8c2536cd53318631c4a7d9672c", + "reference": "ab511963b9da4a8c2536cd53318631c4a7d9672c", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/csv": "^3.0.0", - "spryker/data-export-extension": "^0.1.0", - "spryker/graceful-runner": "^1.0.0", + "php": ">=7.4", + "spryker/customer-access-storage": "^1.0.0", + "spryker/glue-application": "^1.9.0", + "spryker/glue-application-extension": "^1.1.0", "spryker/kernel": "^3.30.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.8.0", - "spryker/util-data-reader": "^1.1.0" + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -27575,33 +28906,51 @@ "license": [ "proprietary" ], - "description": "DataExport module", + "description": "CustomerAccessRestApi module", "support": { - "source": "https://github.com/spryker/data-export/tree/0.1.3" + "source": "https://github.com/spryker/customer-access-rest-api/tree/1.1.2" }, - "time": "2021-02-17T09:10:22+00:00" + "time": "2022-09-14T09:05:18+00:00" }, { - "name": "spryker/data-export-extension", - "version": "0.1.0", + "name": "spryker/customer-access-storage", + "version": "1.8.1", "source": { "type": "git", - "url": "https://github.com/spryker/data-export-extension.git", - "reference": "3a5992460db1aa67a7eb07a0050c3c9364b736b2" + "url": "https://github.com/spryker/customer-access-storage.git", + "reference": "2a95c28ada9b5d1ed9b50f6d89ed3e8b133d955e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/data-export-extension/zipball/3a5992460db1aa67a7eb07a0050c3c9364b736b2", - "reference": "3a5992460db1aa67a7eb07a0050c3c9364b736b2", + "url": "https://api.github.com/repos/spryker/customer-access-storage/zipball/2a95c28ada9b5d1ed9b50f6d89ed3e8b133d955e", + "reference": "2a95c28ada9b5d1ed9b50f6d89ed3e8b133d955e", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=8.0", + "spryker/customer-access": "^1.0.0", + "spryker/kernel": "^3.37.0", + "spryker/propel-orm": "^1.5.0", + "spryker/publisher-extension": "^1.0.0", + "spryker/storage": "^3.0.0", + "spryker/synchronization": "^0.2.0 || ^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.1.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/event": "*", + "spryker/event-behavior": "*", + "spryker/propel": "*", + "spryker/publisher": "*", + "spryker/queue": "*", + "spryker/store": "*", + "spryker/store-extension": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" + }, "type": "library", "extra": { "branch-alias": { @@ -27617,53 +28966,44 @@ "license": [ "proprietary" ], - "description": "DataExportExtension module", + "description": "CustomerAccessStorage module", "support": { - "source": "https://github.com/spryker/data-export-extension/tree/master" + "source": "https://github.com/spryker/customer-access-storage/tree/1.8.1" }, - "time": "2020-05-15T10:02:44+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/data-import", - "version": "1.21.0", + "name": "spryker/customer-api", + "version": "0.2.2", "source": { "type": "git", - "url": "https://github.com/spryker/data-import.git", - "reference": "f42bb05c089f97c86563b110ba9a7146a3634c6e" + "url": "https://github.com/spryker/customer-api.git", + "reference": "8a9042f727a9c261b196ad993ccd4f23e4a15720" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/data-import/zipball/f42bb05c089f97c86563b110ba9a7146a3634c6e", - "reference": "f42bb05c089f97c86563b110ba9a7146a3634c6e", + "url": "https://api.github.com/repos/spryker/customer-api/zipball/8a9042f727a9c261b196ad993ccd4f23e4a15720", + "reference": "8a9042f727a9c261b196ad993ccd4f23e4a15720", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/config": "^3.0.0", - "spryker/data-import-extension": "^1.2.0", - "spryker/error-handler": "^2.1.0", - "spryker/event": "^2.3.0", - "spryker/graceful-runner": "^1.0.0", + "spryker/api": "^0.4.0", + "spryker/api-extension": "^0.1.0", + "spryker/api-query-builder": "^0.1.0", + "spryker/customer": "^4.3.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", "spryker/kernel": "^3.30.0", - "spryker/locale": "^2.0.0 || ^3.0.0 || ^4.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/queue": "^1.5.0", - "spryker/store": "^1.15.0", + "spryker/propel-orm": "^1.2.0", "spryker/symfony": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/transfer": "^3.25.0", - "spryker/util-data-reader": "^1.1.0", - "spryker/util-encoding": "^2.0.0" + "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/event-behavior": "*", + "spryker/container": "*", "spryker/propel": "*", + "spryker/store": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/event-behavior": "To be able to use the DataImportEventBehaviorPlugin please install the spryker/event-behavior module, minimum required version: 0.1.0" - }, "type": "library", "extra": { "branch-alias": { @@ -27672,43 +29012,46 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\DataImport\\Helper\\": "tests/SprykerTest/Zed/DataImport/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "DataImport module", + "description": "CustomerApi module", "support": { - "source": "https://github.com/spryker/data-import/tree/1.21.0" + "source": "https://github.com/spryker/customer-api/tree/0.2.2" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/data-import-extension", - "version": "1.2.0", + "name": "spryker/customer-catalog", + "version": "1.1.1", "source": { "type": "git", - "url": "https://github.com/spryker/data-import-extension.git", - "reference": "c7c828a64e4508dbbb2a3b51898d7698e44eaafc" + "url": "https://github.com/spryker/customer-catalog.git", + "reference": "d9450c92cfbdc00bb7e5017d7dcf40ec2ef24f71" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/data-import-extension/zipball/c7c828a64e4508dbbb2a3b51898d7698e44eaafc", - "reference": "c7c828a64e4508dbbb2a3b51898d7698e44eaafc", + "url": "https://api.github.com/repos/spryker/customer-catalog/zipball/d9450c92cfbdc00bb7e5017d7dcf40ec2ef24f71", + "reference": "d9450c92cfbdc00bb7e5017d7dcf40ec2ef24f71", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=7.2", + "spryker/customer": "^7.0.0", + "spryker/kernel": "^3.30.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/data-import": "*" + "spryker/elastica": "*", + "spryker/search": "*" }, "suggest": { - "spryker/data-import": "If you want to provide plugins to DataImport module" + "spryker/elastica": "If you want to use Elastica plugins.", + "spryker/search": "If you want to use Search plugins, minimum required version: 7.0.0" }, "type": "library", "extra": { @@ -27725,49 +29068,31 @@ "license": [ "proprietary" ], - "description": "DataImportExtension module", + "description": "CustomerCatalog module", "support": { - "source": "https://github.com/spryker/data-import-extension/tree/1.2.0" + "source": "https://github.com/spryker/customer-catalog/tree/master" }, - "time": "2020-11-24T17:01:15+00:00" + "time": "2020-05-29T13:08:37+00:00" }, { - "name": "spryker/dataset", - "version": "1.2.0", + "name": "spryker/customer-extension", + "version": "1.4.0", "source": { "type": "git", - "url": "https://github.com/spryker/dataset.git", - "reference": "8c932dff30f55027d55508cb428d9149da3f89eb" + "url": "https://github.com/spryker/customer-extension.git", + "reference": "c2f0fdbae3479968b3ef297fe7371aeb0ae5b503" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/dataset/zipball/8c932dff30f55027d55508cb428d9149da3f89eb", - "reference": "8c932dff30f55027d55508cb428d9149da3f89eb", + "url": "https://api.github.com/repos/spryker/customer-extension/zipball/c2f0fdbae3479968b3ef297fe7371aeb0ae5b503", + "reference": "c2f0fdbae3479968b3ef297fe7371aeb0ae5b503", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/csv": "^3.0.0", - "spryker/gui": "^3.17.0", - "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.1.0 || ^4.0.0", - "spryker/propel-orm": "^1.5.0", - "spryker/symfony": "^3.1.2", - "spryker/util-text": "^1.2.1" + "php": ">=7.4" }, "require-dev": { - "spryker/application": "*", - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/event-dispatcher": "*", - "spryker/form": "*", - "spryker/propel": "*", - "spryker/router": "*", - "spryker/store": "*", - "spryker/testify": "*", - "spryker/twig": "*", - "spryker/validator": "*", - "spryker/zed-navigation": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -27784,212 +29109,249 @@ "license": [ "proprietary" ], - "description": "Dataset module", + "description": "CustomerExtension module", "support": { - "source": "https://github.com/spryker/dataset/tree/1.2.0" + "source": "https://github.com/spryker/customer-extension/tree/1.4.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2022-07-11T13:46:05+00:00" }, { - "name": "spryker/decimal-object", - "version": "1.0.2", + "name": "spryker/customer-group", + "version": "2.6.2", "source": { "type": "git", - "url": "https://github.com/spryker/decimal-object.git", - "reference": "782d76da687c5f54d2f235bdb6efe0fa1377d090" + "url": "https://github.com/spryker/customer-group.git", + "reference": "8137a07051564f37f727ed6042fbcf8e840a46d3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/decimal-object/zipball/782d76da687c5f54d2f235bdb6efe0fa1377d090", - "reference": "782d76da687c5f54d2f235bdb6efe0fa1377d090", + "url": "https://api.github.com/repos/spryker/customer-group/zipball/8137a07051564f37f727ed6042fbcf8e840a46d3", + "reference": "8137a07051564f37f727ed6042fbcf8e840a46d3", "shasum": "" }, "require": { - "ext-bcmath": "*", - "ext-json": "*", - "php": ">=7.2" + "php": ">=8.0", + "spryker/customer": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", + "spryker/gui": "^3.0.0", + "spryker/kernel": "^3.30.0", + "spryker/propel-orm": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/util-date-time": "^1.0.0", + "spryker/util-encoding": "^2.0.0", + "spryker/util-sanitize": "^2.0.0" }, "require-dev": { - "phpstan/phpstan": "^0.12", - "phpunit/phpunit": "^8.0.0 || ^9.0.0", - "spryker/code-sniffer": "@stable" + "spryker/application": "*", + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/event-dispatcher": "*", + "spryker/form": "*", + "spryker/propel": "*", + "spryker/router": "*", + "spryker/store": "*", + "spryker/testify": "*", + "spryker/twig": "*", + "spryker/validator": "*", + "spryker/zed-navigation": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\DecimalObject\\": "src/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\CustomerGroup\\Helper\\": "tests/SprykerTest/Zed/CustomerGroup/_support/Helper/", + "SprykerTest\\Zed\\CustomerGroup\\PageObject\\": "tests/SprykerTest/Zed/CustomerGroup/_support/PageObject/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" - ], - "authors": [ - { - "name": "Spryker Systems GmbH", - "homepage": "https://spryker.com" - } + "proprietary" ], - "description": "PHP decimal handling as value object", + "description": "CustomerGroup module", "support": { - "issues": "https://github.com/spryker/decimal-object/issues", - "source": "https://github.com/spryker/decimal-object/tree/1.0.2" + "source": "https://github.com/spryker/customer-group/tree/2.6.2" }, - "time": "2021-07-30T15:32:04+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/discount", - "version": "9.34.0", + "name": "spryker/customer-group-discount-connector", + "version": "2.2.1", "source": { "type": "git", - "url": "https://github.com/spryker/discount.git", - "reference": "833af3d4e77526156eb6913a5a867682d23839ef" + "url": "https://github.com/spryker/customer-group-discount-connector.git", + "reference": "7ce166cf7e6e3983624817e33fa1f1a6c55c8a6b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/discount/zipball/833af3d4e77526156eb6913a5a867682d23839ef", - "reference": "833af3d4e77526156eb6913a5a867682d23839ef", + "url": "https://api.github.com/repos/spryker/customer-group-discount-connector/zipball/7ce166cf7e6e3983624817e33fa1f1a6c55c8a6b", + "reference": "7ce166cf7e6e3983624817e33fa1f1a6c55c8a6b", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/cart-code-extension": "^1.1.0", - "spryker/cart-extension": "^1.0.0 || ^2.0.0 || ^4.0.0", - "spryker/currency": "^3.1.0 || ^4.0.0", - "spryker/discount-extension": "^1.3.0", - "spryker/gui": "^3.45.0", - "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/log": "^3.0.0", - "spryker/messenger": "^3.0.0", - "spryker/money": "^2.0.0", - "spryker/product-option": "^6.0.0 || ^8.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/sales": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^10.0.0 || ^11.0.0", - "spryker/store": "^1.19.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0", - "spryker/translator": "^1.1.0", - "spryker/twig": "^3.16.0", - "spryker/util-text": "^1.1.0" + "spryker/customer-group": "^2.3.0", + "spryker/discount": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^9.0.0", + "spryker/kernel": "^3.30.0" }, "require-dev": { - "spryker/application": "*", - "spryker/checkout": "*", "spryker/code-sniffer": "*", - "spryker/config": "*", "spryker/container": "*", - "spryker/event-dispatcher": "*", - "spryker/form": "*", - "spryker/oms": "*", + "spryker/customer": "*", "spryker/propel": "*", - "spryker/router": "*", - "spryker/testify": "*", - "spryker/validator": "*", - "spryker/zed-navigation": "*" - }, - "suggest": { - "spryker/checkout": "If you want to use Checkout plugins." + "spryker/store": "*", + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "9.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\Discount\\Helper\\": "tests/SprykerTest/Shared/Discount/_support/Helper/", - "SprykerTest\\Zed\\Discount\\PageObject\\": "tests/SprykerTest/Zed/Discount/_support/PageObject/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Discount module", + "description": "CustomerGroupDiscountConnector module", "support": { - "source": "https://github.com/spryker/discount/tree/9.34.0" + "source": "https://github.com/spryker/customer-group-discount-connector/tree/2.2.1" }, - "time": "2023-06-22T08:06:14+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/discount-calculation-connector", - "version": "5.3.0", + "name": "spryker/customer-note", + "version": "1.1.1", "source": { "type": "git", - "url": "https://github.com/spryker/discount-calculation-connector.git", - "reference": "f03859b254c4a5a5ba6793774255f3238a00feef" + "url": "https://github.com/spryker/customer-note.git", + "reference": "26506bbe3424c2f458005f22e2df6f5fc95f9535" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/discount-calculation-connector/zipball/f03859b254c4a5a5ba6793774255f3238a00feef", - "reference": "f03859b254c4a5a5ba6793774255f3238a00feef", + "url": "https://api.github.com/repos/spryker/customer-note/zipball/26506bbe3424c2f458005f22e2df6f5fc95f9535", + "reference": "26506bbe3424c2f458005f22e2df6f5fc95f9535", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/calculation-extension": "^1.0.0", - "spryker/discount": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^9.0.0", + "php": ">=8.0", + "spryker/customer": "^7.7.0", "spryker/kernel": "^3.30.0", - "spryker/transfer": "^3.25.0" + "spryker/user": "^1.0.0 || ^2.0.0 || ^3.0.0" }, "require-dev": { - "spryker/calculation": "*", "spryker/code-sniffer": "*", - "spryker/currency": "*", - "spryker/product": "*", + "spryker/container": "*", "spryker/propel": "*", "spryker/store": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/calculation": "If you want to use Calculation plugins." + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\CustomerNote\\Helper\\": "tests/SprykerTest/Shared/CustomerNote/_support/Helper/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "CustomerNote module", + "support": { + "source": "https://github.com/spryker/customer-note/tree/1.1.1" + }, + "time": "2023-03-31T19:36:11+00:00" + }, + { + "name": "spryker/customer-note-gui", + "version": "1.2.2", + "source": { + "type": "git", + "url": "https://github.com/spryker/customer-note-gui.git", + "reference": "f06e6cb0e7b2e008e1bfee01c4c62f5fbc0ffc88" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker/customer-note-gui/zipball/f06e6cb0e7b2e008e1bfee01c4c62f5fbc0ffc88", + "reference": "f06e6cb0e7b2e008e1bfee01c4c62f5fbc0ffc88", + "shasum": "" + }, + "require": { + "php": ">=8.0", + "spryker/customer-note": "^1.0.0", + "spryker/gui": "^3.26.0", + "spryker/kernel": "^3.30.0", + "spryker/symfony": "^3.0.0" + }, + "require-dev": { + "spryker/application": "*", + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/customer": "*", + "spryker/event-dispatcher": "*", + "spryker/form": "*", + "spryker/propel": "*", + "spryker/router": "*", + "spryker/store": "*", + "spryker/testify": "*", + "spryker/twig": "*", + "spryker/validator": "*", + "spryker/zed-navigation": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\CustomerNoteGui\\PageObject\\": "tests/SprykerTest/Zed/CustomerNoteGui/_support/PageObject/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "DiscountCalculationConnector module", + "description": "CustomerNoteGui module", "support": { - "source": "https://github.com/spryker/discount-calculation-connector/tree/5.3.0" + "source": "https://github.com/spryker/customer-note-gui/tree/1.2.2" }, - "time": "2022-01-12T14:30:13+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/discount-extension", - "version": "1.3.0", + "name": "spryker/customer-offer-connector", + "version": "1.0.2", "source": { "type": "git", - "url": "https://github.com/spryker/discount-extension.git", - "reference": "739f63113dc8cb476f495a7535fa90b30a5a7ecf" + "url": "https://github.com/spryker/customer-offer-connector.git", + "reference": "193035b22004cd4ad60a1acc5ba1c205bcc245c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/discount-extension/zipball/739f63113dc8cb476f495a7535fa90b30a5a7ecf", - "reference": "739f63113dc8cb476f495a7535fa90b30a5a7ecf", + "url": "https://api.github.com/repos/spryker/customer-offer-connector/zipball/193035b22004cd4ad60a1acc5ba1c205bcc245c7", + "reference": "193035b22004cd4ad60a1acc5ba1c205bcc245c7", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=7.2", + "spryker/customer": "^7.8.0", + "spryker/kernel": "^3.30.0", + "spryker/offer-extension": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -28009,39 +29371,52 @@ "license": [ "proprietary" ], - "description": "DiscountExtension module", + "description": "CustomerOfferConnector module", "support": { - "source": "https://github.com/spryker/discount-extension/tree/1.3.0" + "source": "https://github.com/spryker/customer-offer-connector/tree/1.0.2" }, - "time": "2022-05-16T12:57:55+00:00" + "time": "2020-05-29T13:08:37+00:00" }, { - "name": "spryker/discount-merchant-sales-order", + "name": "spryker/customer-storage", "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/discount-merchant-sales-order.git", - "reference": "51581c4fbd6571871e72f4c7431a3a33477a629f" + "url": "https://github.com/spryker/customer-storage.git", + "reference": "82c63d66ac76d3781836c907d665f95a971bcb55" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/discount-merchant-sales-order/zipball/51581c4fbd6571871e72f4c7431a3a33477a629f", - "reference": "51581c4fbd6571871e72f4c7431a3a33477a629f", + "url": "https://api.github.com/repos/spryker/customer-storage/zipball/82c63d66ac76d3781836c907d665f95a971bcb55", + "reference": "82c63d66ac76d3781836c907d665f95a971bcb55", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/kernel": "^3.33.0", - "spryker/merchant-sales-order-extension": "^1.0.0" + "spryker/customer": "^7.49.0", + "spryker/kernel": "^3.30.0", + "spryker/propel-orm": "^1.5.0", + "spryker/publisher-extension": "^1.0.0", + "spryker/storage": "^3.7.1", + "spryker/symfony": "^3.0.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/merchant-sales-order": "*", + "spryker/container": "*", "spryker/propel": "*", - "spryker/sales": "*", - "spryker/shipment": "*", + "spryker/queue": "*", + "spryker/store": "*", + "spryker/store-extension": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" + }, "type": "library", "extra": { "branch-alias": { @@ -28057,33 +29432,38 @@ "license": [ "proprietary" ], - "description": "DiscountMerchantSalesOrder module", + "description": "CustomerStorage module", "support": { - "source": "https://github.com/spryker/discount-merchant-sales-order/tree/1.0.1" + "source": "https://github.com/spryker/customer-storage/tree/1.0.1" }, - "time": "2023-06-06T15:14:45+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/discount-merchant-sales-order-gui", - "version": "1.0.1", + "name": "spryker/customer-user-connector", + "version": "1.0.4", "source": { "type": "git", - "url": "https://github.com/spryker/discount-merchant-sales-order-gui.git", - "reference": "d243a983e813ad56e8a5208b6fdf083cc88f0e80" + "url": "https://github.com/spryker/customer-user-connector.git", + "reference": "4c9b6059f2a673ad74f0a17ae246bf1d2ae73766" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/discount-merchant-sales-order-gui/zipball/d243a983e813ad56e8a5208b6fdf083cc88f0e80", - "reference": "d243a983e813ad56e8a5208b6fdf083cc88f0e80", + "url": "https://api.github.com/repos/spryker/customer-user-connector/zipball/4c9b6059f2a673ad74f0a17ae246bf1d2ae73766", + "reference": "4c9b6059f2a673ad74f0a17ae246bf1d2ae73766", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/kernel": "^3.33.0", - "spryker/symfony": "^3.0.0" + "spryker/customer": "^6.3.0 || ^7.0.0", + "spryker/kernel": "^3.30.0", + "spryker/user": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/propel": "*", + "spryker/store": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -28100,111 +29480,106 @@ "license": [ "proprietary" ], - "description": "DiscountMerchantSalesOrderGui module", + "description": "CustomerUserConnector module", "support": { - "source": "https://github.com/spryker/discount-merchant-sales-order-gui/tree/1.0.1" + "source": "https://github.com/spryker/customer-user-connector/tree/1.0.4" }, - "time": "2023-01-29T14:43:20+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/discount-promotion", - "version": "4.11.1", + "name": "spryker/customer-user-connector-gui", + "version": "1.4.0", "source": { "type": "git", - "url": "https://github.com/spryker/discount-promotion.git", - "reference": "931c99fa956dae229fa2a5dc974846d60cf26638" + "url": "https://github.com/spryker/customer-user-connector-gui.git", + "reference": "19def3f604d45d259135db44a5199b9b27c8076f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/discount-promotion/zipball/931c99fa956dae229fa2a5dc974846d60cf26638", - "reference": "931c99fa956dae229fa2a5dc974846d60cf26638", + "url": "https://api.github.com/repos/spryker/customer-user-connector-gui/zipball/19def3f604d45d259135db44a5199b9b27c8076f", + "reference": "19def3f604d45d259135db44a5199b9b27c8076f", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/availability": "^9.0.0", - "spryker/cart-extension": "^1.5.0 || ^2.1.0 || ^4.0.0", - "spryker/discount": "^7.2.4 || ^9.0.0", - "spryker/discount-extension": "^1.3.0", + "php": ">=7.4", + "spryker/customer": "^6.3.0 || ^7.0.0", + "spryker/customer-user-connector": "^1.0.0", "spryker/gui": "^3.45.0", "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/persistent-cart-extension": "^1.0.0", - "spryker/product": "^5.10.0 || ^6.19.0", "spryker/propel-orm": "^1.0.0", - "spryker/sales-quantity-extension": "^1.0.0", "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0", - "spryker/translator": "^1.1.0", - "spryker/twig": "^3.16.0" + "spryker/user": "^3.0.0", + "spryker/user-extension": "^1.0.0", + "spryker/util-encoding": "^2.0.0", + "spryker/util-sanitize": "^2.0.0" }, "require-dev": { - "spryker/calculation": "*", - "spryker/cart": "*", "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/stock": "*", - "spryker/store": "*", - "spryker/testify": "*" + "spryker/util-text": "*" }, "suggest": { - "spryker/calculation": "Used by plugin to reset promotional items.", - "spryker/cart": "Used by plugin to add promotional item identifier to group key." + "spryker/util-text": "If you want to use the UsersTableExpanderPlugin" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\DiscountPromotion\\Helper\\": "tests/SprykerTest/Shared/DiscountPromotion/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "DiscountPromotion module", + "description": "CustomerUserConnectorGui module", "support": { - "source": "https://github.com/spryker/discount-promotion/tree/4.11.1" + "source": "https://github.com/spryker/customer-user-connector-gui/tree/1.4.0" }, - "time": "2023-05-05T18:20:59+00:00" + "time": "2022-09-19T06:48:51+00:00" }, { - "name": "spryker/discount-promotions-rest-api", - "version": "1.4.2", + "name": "spryker/customers-rest-api", + "version": "1.21.2", "source": { "type": "git", - "url": "https://github.com/spryker/discount-promotions-rest-api.git", - "reference": "13bbf9066f19f7d3ade1d18bf5aa52ddb8702d3c" + "url": "https://github.com/spryker/customers-rest-api.git", + "reference": "d0e2c7bb69760205d1b0e99b37f17e0b3f5a869e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/discount-promotions-rest-api/zipball/13bbf9066f19f7d3ade1d18bf5aa52ddb8702d3c", - "reference": "13bbf9066f19f7d3ade1d18bf5aa52ddb8702d3c", + "url": "https://api.github.com/repos/spryker/customers-rest-api/zipball/d0e2c7bb69760205d1b0e99b37f17e0b3f5a869e", + "reference": "d0e2c7bb69760205d1b0e99b37f17e0b3f5a869e", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/cart-codes-rest-api-extension": "^1.0.0", - "spryker/carts-rest-api-extension": "^1.5.0", - "spryker/discount-promotion": "^4.4.0", + "spryker/checkout-rest-api-extension": "^1.5.0", + "spryker/customer": "^7.30.0", + "spryker/customers-rest-api-extension": "^1.1.0", "spryker/glue-application": "^1.15.0", + "spryker/glue-application-authorization-connector-extension": "^1.0.0", "spryker/glue-application-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/transfer": "^3.25.0", + "spryker/propel-orm": "^1.0.0", + "spryker/session": "^3.2.0 || ^4.0.0", + "spryker/shipments-rest-api-extension": "^1.0.0", + "spryker/symfony": "^3.0.0", "spryker/uuid-behavior": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/discount": "*", - "spryker/propel": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/auth-rest-api": "If you want to authorize and authenticate customers via access tokens.", + "spryker/authorization": "If you want to use multiple authorization strategies, minimum required version: 1.2.0.", + "spryker/rest-request-validator": "If you want to use rest request validation.", + "spryker/uuid": "If you want to generate UUIDs for existing entities." + }, "type": "library", "extra": { "branch-alias": { @@ -28220,33 +29595,36 @@ "license": [ "proprietary" ], - "description": "DiscountPromotionsRestApi module", + "description": "CustomersRestApi module", "support": { - "source": "https://github.com/spryker/discount-promotions-rest-api/tree/1.4.2" + "source": "https://github.com/spryker/customers-rest-api/tree/1.21.2" }, - "time": "2023-05-05T18:20:59+00:00" + "time": "2022-12-29T12:04:01+00:00" }, { - "name": "spryker/discounts-rest-api", - "version": "1.0.0", + "name": "spryker/customers-rest-api-extension", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/discounts-rest-api.git", - "reference": "8bbb17b2073440a4554f46eb2614b4dac20004f9" + "url": "https://github.com/spryker/customers-rest-api-extension.git", + "reference": "550fb37724376c6fe0bc927c0e83553b05809fd5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/discounts-rest-api/zipball/8bbb17b2073440a4554f46eb2614b4dac20004f9", - "reference": "8bbb17b2073440a4554f46eb2614b4dac20004f9", + "url": "https://api.github.com/repos/spryker/customers-rest-api-extension/zipball/550fb37724376c6fe0bc927c0e83553b05809fd5", + "reference": "550fb37724376c6fe0bc927c0e83553b05809fd5", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/kernel": "^3.30.0", - "spryker/quote-requests-rest-api-extension": "^1.0.0" + "php": ">=7.1" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/glue-application": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/glue-application": "If you want to use plugins with glue application." }, "type": "library", "extra": { @@ -28263,29 +29641,42 @@ "license": [ "proprietary" ], - "description": "DiscountsRestApi module", + "description": "CustomersRestApiExtension module", "support": { - "source": "https://github.com/spryker/discounts-rest-api/tree/1.0.0" + "source": "https://github.com/spryker/customers-rest-api-extension/tree/master" }, - "time": "2021-07-06T13:27:56+00:00" + "time": "2019-05-16T06:09:24+00:00" }, { - "name": "spryker/doctrine-inflector", - "version": "1.1.0", + "name": "spryker/dashboard", + "version": "1.1.4", "source": { "type": "git", - "url": "https://github.com/spryker/doctrine-inflector.git", - "reference": "cfb767b35aa4e7e4abca940faaab7e2022914865" + "url": "https://github.com/spryker/dashboard.git", + "reference": "192c4a3103958b1550cca937de6bc62ad0c04d89" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/doctrine-inflector/zipball/cfb767b35aa4e7e4abca940faaab7e2022914865", - "reference": "cfb767b35aa4e7e4abca940faaab7e2022914865", + "url": "https://api.github.com/repos/spryker/dashboard/zipball/192c4a3103958b1550cca937de6bc62ad0c04d89", + "reference": "192c4a3103958b1550cca937de6bc62ad0c04d89", "shasum": "" }, "require": { - "doctrine/inflector": "~1.4.0 || ~2.0.0", - "php": ">=7.3" + "php": ">=8.0", + "spryker/kernel": "^3.30.0" + }, + "require-dev": { + "spryker/application": "*", + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/event-dispatcher": "*", + "spryker/gui": "*", + "spryker/propel": "*", + "spryker/router": "*", + "spryker/store": "*", + "spryker/testify": "*", + "spryker/twig": "*", + "spryker/zed-navigation": "*" }, "type": "library", "extra": { @@ -28293,47 +29684,52 @@ "dev-master": "1.0.x-dev" } }, + "autoload": { + "psr-4": { + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\Dashboard\\PageObject\\": "tests/SprykerTest/Zed/Dashboard/_support/PageObject/" + } + }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "DoctrineInflector module", + "description": "Dashboard module", "support": { - "source": "https://github.com/spryker/doctrine-inflector/tree/1.1.0" + "source": "https://github.com/spryker/dashboard/tree/1.1.4" }, - "time": "2021-04-07T19:22:34+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/documentation-generator-api", - "version": "1.0.0", + "name": "spryker/dashboard-merchant-portal-gui", + "version": "2.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/documentation-generator-api.git", - "reference": "0fb1065ffa237acb05a8ef367c02f86ee049f42e" + "url": "https://github.com/spryker/dashboard-merchant-portal-gui.git", + "reference": "ec1ba609aa9266d5341568a495f88c11d175d733" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/documentation-generator-api/zipball/0fb1065ffa237acb05a8ef367c02f86ee049f42e", - "reference": "0fb1065ffa237acb05a8ef367c02f86ee049f42e", + "url": "https://api.github.com/repos/spryker/dashboard-merchant-portal-gui/zipball/ec1ba609aa9266d5341568a495f88c11d175d733", + "reference": "ec1ba609aa9266d5341568a495f88c11d175d733", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/documentation-generator-api-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/symfony": "^3.5.0", - "spryker/transfer": "^3.25.0" + "php": ">=8.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/dashboard-merchant-portal-gui-extension": "^1.0.0", + "spryker/kernel": "^3.33.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.27.0", + "spryker/zed-ui": "^2.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/console": "*", - "spryker/documentation-generator-open-api": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -28345,28 +29741,28 @@ "license": [ "proprietary" ], - "description": "DocumentationGeneratorApi module", + "description": "DashboardMerchantPortalGui module", "support": { - "source": "https://github.com/spryker/documentation-generator-api/tree/1.0.0" + "source": "https://github.com/spryker/dashboard-merchant-portal-gui/tree/2.1.0" }, - "time": "2022-09-28T14:47:08+00:00" + "time": "2023-03-10T14:11:16+00:00" }, { - "name": "spryker/documentation-generator-api-extension", + "name": "spryker/dashboard-merchant-portal-gui-extension", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/documentation-generator-api-extension.git", - "reference": "e445e3339cec71c79458f75bfe00652474bc5f79" + "url": "https://github.com/spryker/dashboard-merchant-portal-gui-extension.git", + "reference": "dd166c5585321974b34bfe1cb05417f77a19506b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/documentation-generator-api-extension/zipball/e445e3339cec71c79458f75bfe00652474bc5f79", - "reference": "e445e3339cec71c79458f75bfe00652474bc5f79", + "url": "https://api.github.com/repos/spryker/dashboard-merchant-portal-gui-extension/zipball/dd166c5585321974b34bfe1cb05417f77a19506b", + "reference": "dd166c5585321974b34bfe1cb05417f77a19506b", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=7.3" }, "require-dev": { "spryker/code-sniffer": "*" @@ -28386,36 +29782,35 @@ "license": [ "proprietary" ], - "description": "DocumentationGeneratorApiExtension module", + "description": "DashboardMerchantPortalGuiExtension module", "support": { - "source": "https://github.com/spryker/documentation-generator-api-extension/tree/1.0.0" + "source": "https://github.com/spryker/dashboard-merchant-portal-gui-extension/tree/1.0.0" }, - "time": "2022-09-28T14:47:08+00:00" + "time": "2021-08-16T16:27:47+00:00" }, { - "name": "spryker/documentation-generator-open-api", - "version": "1.4.0", + "name": "spryker/data-export", + "version": "0.1.3", "source": { "type": "git", - "url": "https://github.com/spryker/documentation-generator-open-api.git", - "reference": "5d0804045fed3f404edd014aada3656aff049471" + "url": "https://github.com/spryker/data-export.git", + "reference": "2f398fbe1a2023283cceef3dd9c1b0aaf7e5b5bc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/documentation-generator-open-api/zipball/5d0804045fed3f404edd014aada3656aff049471", - "reference": "5d0804045fed3f404edd014aada3656aff049471", + "url": "https://api.github.com/repos/spryker/data-export/zipball/2f398fbe1a2023283cceef3dd9c1b0aaf7e5b5bc", + "reference": "2f398fbe1a2023283cceef3dd9c1b0aaf7e5b5bc", "shasum": "" }, "require": { - "cebe/php-openapi": "^1.6.0", - "php": ">=8.0", - "spryker/doctrine-inflector": "^1.0.0", - "spryker/documentation-generator-api-extension": "^1.0.0", - "spryker/documentation-generator-open-api-extension": "^1.0.0", + "php": ">=7.3", + "spryker/csv": "^3.0.0", + "spryker/data-export-extension": "^0.1.0", + "spryker/graceful-runner": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/symfony": "^3.5.0", - "spryker/transfer": "^3.25.0", - "spryker/util-encoding": "^2.1.0" + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.8.0", + "spryker/util-data-reader": "^1.1.0" }, "require-dev": { "spryker/code-sniffer": "*", @@ -28436,31 +29831,32 @@ "license": [ "proprietary" ], - "description": "DocumentationGeneratorOpenApi module", + "description": "DataExport module", "support": { - "source": "https://github.com/spryker/documentation-generator-open-api/tree/1.4.0" + "source": "https://github.com/spryker/data-export/tree/0.1.3" }, - "time": "2023-07-11T13:58:55+00:00" + "time": "2021-02-17T09:10:22+00:00" }, { - "name": "spryker/documentation-generator-open-api-extension", - "version": "1.0.0", + "name": "spryker/data-export-extension", + "version": "0.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/documentation-generator-open-api-extension.git", - "reference": "fa12fc3e603301f355af1735edb59e4063f8864d" + "url": "https://github.com/spryker/data-export-extension.git", + "reference": "3a5992460db1aa67a7eb07a0050c3c9364b736b2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/documentation-generator-open-api-extension/zipball/fa12fc3e603301f355af1735edb59e4063f8864d", - "reference": "fa12fc3e603301f355af1735edb59e4063f8864d", + "url": "https://api.github.com/repos/spryker/data-export-extension/zipball/3a5992460db1aa67a7eb07a0050c3c9364b736b2", + "reference": "3a5992460db1aa67a7eb07a0050c3c9364b736b2", "shasum": "" }, "require": { - "php": ">=8.0" + "php": ">=7.2" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -28477,41 +29873,53 @@ "license": [ "proprietary" ], - "description": "DocumentationGeneratorOpenApiExtension module", + "description": "DataExportExtension module", "support": { - "source": "https://github.com/spryker/documentation-generator-open-api-extension/tree/1.0.0" + "source": "https://github.com/spryker/data-export-extension/tree/master" }, - "time": "2023-07-11T13:58:55+00:00" + "time": "2020-05-15T10:02:44+00:00" }, { - "name": "spryker/documentation-generator-rest-api", - "version": "1.15.0", + "name": "spryker/data-import", + "version": "1.21.0", "source": { "type": "git", - "url": "https://github.com/spryker/documentation-generator-rest-api.git", - "reference": "489cbcc6a1bd5268d05fde55ef9ce9094d15d2f3" + "url": "https://github.com/spryker/data-import.git", + "reference": "f42bb05c089f97c86563b110ba9a7146a3634c6e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/documentation-generator-rest-api/zipball/489cbcc6a1bd5268d05fde55ef9ce9094d15d2f3", - "reference": "489cbcc6a1bd5268d05fde55ef9ce9094d15d2f3", + "url": "https://api.github.com/repos/spryker/data-import/zipball/f42bb05c089f97c86563b110ba9a7146a3634c6e", + "reference": "f42bb05c089f97c86563b110ba9a7146a3634c6e", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/doctrine-inflector": "^1.0.0 || ^2.0.0", - "spryker/documentation-generator-rest-api-extension": "^1.0.0", - "spryker/glue-application": "^1.3.0", - "spryker/glue-application-extension": "^1.0.0", + "php": ">=8.0", + "spryker/config": "^3.0.0", + "spryker/data-import-extension": "^1.2.0", + "spryker/error-handler": "^2.1.0", + "spryker/event": "^2.3.0", + "spryker/graceful-runner": "^1.0.0", "spryker/kernel": "^3.30.0", + "spryker/locale": "^2.0.0 || ^3.0.0 || ^4.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/queue": "^1.5.0", + "spryker/store": "^1.15.0", "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.9.0", + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/transfer": "^3.25.0", + "spryker/util-data-reader": "^1.1.0", "spryker/util-encoding": "^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/event-behavior": "*", + "spryker/propel": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/event-behavior": "To be able to use the DataImportEventBehaviorPlugin please install the spryker/event-behavior module, minimum required version: 0.1.0" + }, "type": "library", "extra": { "branch-alias": { @@ -28520,40 +29928,43 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\DataImport\\Helper\\": "tests/SprykerTest/Zed/DataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "DocumentationGeneratorRestApi module", + "description": "DataImport module", "support": { - "source": "https://github.com/spryker/documentation-generator-rest-api/tree/1.15.0" + "source": "https://github.com/spryker/data-import/tree/1.21.0" }, - "time": "2022-06-06T15:18:19+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/documentation-generator-rest-api-extension", - "version": "1.0.0", + "name": "spryker/data-import-extension", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/documentation-generator-rest-api-extension.git", - "reference": "fe6a4d0ed3d6d437b7498c59f35865ffd0eca221" + "url": "https://github.com/spryker/data-import-extension.git", + "reference": "c7c828a64e4508dbbb2a3b51898d7698e44eaafc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/documentation-generator-rest-api-extension/zipball/fe6a4d0ed3d6d437b7498c59f35865ffd0eca221", - "reference": "fe6a4d0ed3d6d437b7498c59f35865ffd0eca221", + "url": "https://api.github.com/repos/spryker/data-import-extension/zipball/c7c828a64e4508dbbb2a3b51898d7698e44eaafc", + "reference": "c7c828a64e4508dbbb2a3b51898d7698e44eaafc", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker/glue-application-extension": "^1.0.0" + "php": ">=7.3" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/data-import": "*" + }, + "suggest": { + "spryker/data-import": "If you want to provide plugins to DataImport module" }, "type": "library", "extra": { @@ -28570,44 +29981,49 @@ "license": [ "proprietary" ], - "description": "DocumentationGeneratorRestApiExtension module", + "description": "DataImportExtension module", "support": { - "source": "https://github.com/spryker/documentation-generator-rest-api-extension/tree/master" + "source": "https://github.com/spryker/data-import-extension/tree/1.2.0" }, - "time": "2018-11-05T12:18:13+00:00" + "time": "2020-11-24T17:01:15+00:00" }, { - "name": "spryker/dummy-marketplace-payment", - "version": "0.2.3", + "name": "spryker/dataset", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/dummy-marketplace-payment.git", - "reference": "dea661ab98d6c7dee99cec1a39beef31a45092fe" + "url": "https://github.com/spryker/dataset.git", + "reference": "8c932dff30f55027d55508cb428d9149da3f89eb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/dummy-marketplace-payment/zipball/dea661ab98d6c7dee99cec1a39beef31a45092fe", - "reference": "dea661ab98d6c7dee99cec1a39beef31a45092fe", + "url": "https://api.github.com/repos/spryker/dataset/zipball/8c932dff30f55027d55508cb428d9149da3f89eb", + "reference": "8c932dff30f55027d55508cb428d9149da3f89eb", "shasum": "" }, "require": { - "php": ">=7.4", + "php": ">=8.0", + "spryker/csv": "^3.0.0", + "spryker/gui": "^3.17.0", "spryker/kernel": "^3.30.0", - "spryker/payment-extension": "^1.0.0", - "spryker/step-engine": "^3.1.0", - "spryker/symfony": "^3.0.0" + "spryker/locale": "^3.1.0 || ^4.0.0", + "spryker/propel-orm": "^1.5.0", + "spryker/symfony": "^3.1.2", + "spryker/util-text": "^1.2.1" }, "require-dev": { + "spryker/application": "*", "spryker/code-sniffer": "*", - "spryker/oms": "*", + "spryker/container": "*", + "spryker/event-dispatcher": "*", + "spryker/form": "*", "spryker/propel": "*", - "spryker/sales": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/oms": "If you want to use OMS constants.", - "spryker/payment": "If you want to use Payment command plugins.", - "spryker/sales": "If you want to use Sales constants." + "spryker/router": "*", + "spryker/store": "*", + "spryker/testify": "*", + "spryker/twig": "*", + "spryker/validator": "*", + "spryker/zed-navigation": "*" }, "type": "library", "extra": { @@ -28624,145 +30040,179 @@ "license": [ "proprietary" ], - "description": "DummyMarketplacePayment module", + "description": "Dataset module", "support": { - "source": "https://github.com/spryker/dummy-marketplace-payment/tree/0.2.3" + "source": "https://github.com/spryker/dataset/tree/1.2.0" }, - "time": "2022-04-26T16:30:57+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/dummy-merchant-portal-gui", - "version": "0.4.1", + "name": "spryker/decimal-object", + "version": "1.0.2", "source": { "type": "git", - "url": "https://github.com/spryker/dummy-merchant-portal-gui.git", - "reference": "61a4180ea5aaae44d692d3239f4f2cdd59c239f4" + "url": "https://github.com/spryker/decimal-object.git", + "reference": "782d76da687c5f54d2f235bdb6efe0fa1377d090" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/dummy-merchant-portal-gui/zipball/61a4180ea5aaae44d692d3239f4f2cdd59c239f4", - "reference": "61a4180ea5aaae44d692d3239f4f2cdd59c239f4", + "url": "https://api.github.com/repos/spryker/decimal-object/zipball/782d76da687c5f54d2f235bdb6efe0fa1377d090", + "reference": "782d76da687c5f54d2f235bdb6efe0fa1377d090", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/symfony": "^3.0.0", - "spryker/zed-ui": "^2.0.0" + "ext-bcmath": "*", + "ext-json": "*", + "php": ">=7.2" }, "require-dev": { - "spryker/code-sniffer": "*" + "phpstan/phpstan": "^0.12", + "phpunit/phpunit": "^8.0.0 || ^9.0.0", + "spryker/code-sniffer": "@stable" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\DecimalObject\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "DummyMerchantPortalGui module", + "authors": [ + { + "name": "Spryker Systems GmbH", + "homepage": "https://spryker.com" + } + ], + "description": "PHP decimal handling as value object", "support": { - "source": "https://github.com/spryker/dummy-merchant-portal-gui/tree/0.4.1" + "issues": "https://github.com/spryker/decimal-object/issues", + "source": "https://github.com/spryker/decimal-object/tree/1.0.2" }, - "time": "2023-03-10T14:11:16+00:00" + "time": "2021-07-30T15:32:04+00:00" }, { - "name": "spryker/dummy-payment", - "version": "2.7.0", + "name": "spryker/discount", + "version": "9.34.0", "source": { "type": "git", - "url": "https://github.com/spryker/dummy-payment.git", - "reference": "fb8ad44d1e8db5b8e4b30dfecc6e078287853b37" + "url": "https://github.com/spryker/discount.git", + "reference": "833af3d4e77526156eb6913a5a867682d23839ef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/dummy-payment/zipball/fb8ad44d1e8db5b8e4b30dfecc6e078287853b37", - "reference": "fb8ad44d1e8db5b8e4b30dfecc6e078287853b37", + "url": "https://api.github.com/repos/spryker/discount/zipball/833af3d4e77526156eb6913a5a867682d23839ef", + "reference": "833af3d4e77526156eb6913a5a867682d23839ef", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/checkout": "^3.0.0 || ^4.0.0 || ^6.0.0", - "spryker/checkout-extension": "^1.3.0", - "spryker/kernel": "^3.31.0", - "spryker/manual-order-entry-gui-extension": "^1.0.0", - "spryker/oms": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^10.0.0 || ^11.0.0", - "spryker/payment": "^3.0.0 || ^4.0.0 || ^5.0.0", - "spryker/refund": "^4.0.0 || ^5.0.0", + "php": ">=8.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/cart-code-extension": "^1.1.0", + "spryker/cart-extension": "^1.0.0 || ^2.0.0 || ^4.0.0", + "spryker/currency": "^3.1.0 || ^4.0.0", + "spryker/discount-extension": "^1.3.0", + "spryker/gui": "^3.45.0", + "spryker/kernel": "^3.30.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/log": "^3.0.0", + "spryker/messenger": "^3.0.0", + "spryker/money": "^2.0.0", + "spryker/product-option": "^6.0.0 || ^8.0.0", + "spryker/propel-orm": "^1.0.0", "spryker/sales": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^10.0.0 || ^11.0.0", - "spryker/step-engine": "^3.1.0", - "spryker/symfony": "^3.0.0" + "spryker/store": "^1.19.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.25.0", + "spryker/translator": "^1.1.0", + "spryker/twig": "^3.16.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { "spryker/application": "*", + "spryker/checkout": "*", "spryker/code-sniffer": "*", + "spryker/config": "*", + "spryker/container": "*", + "spryker/event-dispatcher": "*", + "spryker/form": "*", + "spryker/oms": "*", "spryker/propel": "*", - "spryker/testify": "*" + "spryker/router": "*", + "spryker/testify": "*", + "spryker/validator": "*", + "spryker/zed-navigation": "*" }, "suggest": { - "spryker/manual-order-entry-gui": "*" + "spryker/checkout": "If you want to use Checkout plugins." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "9.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\Discount\\Helper\\": "tests/SprykerTest/Shared/Discount/_support/Helper/", + "SprykerTest\\Zed\\Discount\\PageObject\\": "tests/SprykerTest/Zed/Discount/_support/PageObject/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "DummyPayment module", + "description": "Discount module", "support": { - "source": "https://github.com/spryker/dummy-payment/tree/2.7.0" + "source": "https://github.com/spryker/discount/tree/9.34.0" }, - "time": "2022-05-16T14:55:23+00:00" + "time": "2023-06-22T08:06:14+00:00" }, { - "name": "spryker/dynamic-entity", - "version": "0.1.0", + "name": "spryker/discount-calculation-connector", + "version": "5.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/dynamic-entity.git", - "reference": "c598ce201dd27ce831fb122a7692ac26639de851" + "url": "https://github.com/spryker/discount-calculation-connector.git", + "reference": "f03859b254c4a5a5ba6793774255f3238a00feef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/dynamic-entity/zipball/c598ce201dd27ce831fb122a7692ac26639de851", - "reference": "c598ce201dd27ce831fb122a7692ac26639de851", + "url": "https://api.github.com/repos/spryker/discount-calculation-connector/zipball/f03859b254c4a5a5ba6793774255f3238a00feef", + "reference": "f03859b254c4a5a5ba6793774255f3238a00feef", "shasum": "" }, "require": { - "php": ">=8.0", + "php": ">=7.4", + "spryker/calculation-extension": "^1.0.0", + "spryker/discount": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^9.0.0", "spryker/kernel": "^3.30.0", - "spryker/propel-orm": "^1.6.0", - "spryker/transfer": "^3.27.0" + "spryker/transfer": "^3.25.0" }, "require-dev": { + "spryker/calculation": "*", "spryker/code-sniffer": "*", - "spryker/container": "*", + "spryker/currency": "*", + "spryker/product": "*", "spryker/propel": "*", "spryker/store": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/calculation": "If you want to use Calculation plugins." + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "5.0.x-dev" } }, "autoload": { @@ -28774,51 +30224,31 @@ "license": [ "proprietary" ], - "description": "DynamicEntity module", + "description": "DiscountCalculationConnector module", "support": { - "source": "https://github.com/spryker/dynamic-entity/tree/0.1.0" + "source": "https://github.com/spryker/discount-calculation-connector/tree/5.3.0" }, - "time": "2023-07-11T13:58:55+00:00" + "time": "2022-01-12T14:30:13+00:00" }, { - "name": "spryker/dynamic-entity-backend-api", - "version": "0.2.0", + "name": "spryker/discount-extension", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/dynamic-entity-backend-api.git", - "reference": "a5bd78d75db0488c98870d774000c1bc7368353d" + "url": "https://github.com/spryker/discount-extension.git", + "reference": "739f63113dc8cb476f495a7535fa90b30a5a7ecf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/dynamic-entity-backend-api/zipball/a5bd78d75db0488c98870d774000c1bc7368353d", - "reference": "a5bd78d75db0488c98870d774000c1bc7368353d", + "url": "https://api.github.com/repos/spryker/discount-extension/zipball/739f63113dc8cb476f495a7535fa90b30a5a7ecf", + "reference": "739f63113dc8cb476f495a7535fa90b30a5a7ecf", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/documentation-generator-api-extension": "^1.0.0", - "spryker/documentation-generator-open-api-extension": "^1.0.0", - "spryker/dynamic-entity": "^0.1.0", - "spryker/glossary-storage": "^1.0.0", - "spryker/glue-application-extension": "^1.10.0", - "spryker/glue-backend-api-application-authorization-connector-extension": "^1.1.0", - "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/log": "^3.7.0", - "spryker/monolog": "^2.0.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.27.0", - "spryker/util-encoding": "^2.0.0" + "php": ">=7.4" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/config": "*", - "spryker/container": "*", - "spryker/glue-application": "*", - "spryker/propel": "*", - "spryker/storage": "*", - "spryker/store": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -28835,29 +30265,38 @@ "license": [ "proprietary" ], - "description": "DynamicEntityBackendApi module", + "description": "DiscountExtension module", "support": { - "source": "https://github.com/spryker/dynamic-entity-backend-api/tree/0.2.0" + "source": "https://github.com/spryker/discount-extension/tree/1.3.0" }, - "time": "2023-07-20T10:27:38+00:00" + "time": "2022-05-16T12:57:55+00:00" }, { - "name": "spryker/egulias", - "version": "1.1.1", + "name": "spryker/discount-merchant-sales-order", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/egulias.git", - "reference": "4b9ce41e72b56f7c422bf03ada2d00521d15e569" + "url": "https://github.com/spryker/discount-merchant-sales-order.git", + "reference": "51581c4fbd6571871e72f4c7431a3a33477a629f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/egulias/zipball/4b9ce41e72b56f7c422bf03ada2d00521d15e569", - "reference": "4b9ce41e72b56f7c422bf03ada2d00521d15e569", + "url": "https://api.github.com/repos/spryker/discount-merchant-sales-order/zipball/51581c4fbd6571871e72f4c7431a3a33477a629f", + "reference": "51581c4fbd6571871e72f4c7431a3a33477a629f", "shasum": "" }, "require": { - "egulias/email-validator": "^2.1.22 || ^3.1.1", - "php": ">=7.3" + "php": ">=8.0", + "spryker/kernel": "^3.33.0", + "spryker/merchant-sales-order-extension": "^1.0.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/merchant-sales-order": "*", + "spryker/propel": "*", + "spryker/sales": "*", + "spryker/shipment": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -28865,121 +30304,162 @@ "dev-master": "1.0.x-dev" } }, + "autoload": { + "psr-4": { + "Spryker\\": "src/Spryker/" + } + }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Egulias module", + "description": "DiscountMerchantSalesOrder module", "support": { - "source": "https://github.com/spryker/egulias/tree/1.1.1" + "source": "https://github.com/spryker/discount-merchant-sales-order/tree/1.0.1" }, - "time": "2021-08-30T13:35:56+00:00" + "time": "2023-06-06T15:14:45+00:00" }, { - "name": "spryker/elastica", - "version": "6.0.0", + "name": "spryker/discount-merchant-sales-order-gui", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/elastica.git", - "reference": "ca7af5125daa70c1255639aac620609258519cc3" + "url": "https://github.com/spryker/discount-merchant-sales-order-gui.git", + "reference": "d243a983e813ad56e8a5208b6fdf083cc88f0e80" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/elastica/zipball/ca7af5125daa70c1255639aac620609258519cc3", - "reference": "ca7af5125daa70c1255639aac620609258519cc3", + "url": "https://api.github.com/repos/spryker/discount-merchant-sales-order-gui/zipball/d243a983e813ad56e8a5208b6fdf083cc88f0e80", + "reference": "d243a983e813ad56e8a5208b6fdf083cc88f0e80", "shasum": "" }, "require": { - "php": ">=7.2", - "ruflin/elastica": "^7.0.0" + "php": ">=8.0", + "spryker/kernel": "^3.33.0", + "spryker/symfony": "^3.0.0" + }, + "require-dev": { + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "6.0.x-dev" + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Elastica module", + "description": "DiscountMerchantSalesOrderGui module", "support": { - "source": "https://github.com/spryker/elastica/tree/master" + "source": "https://github.com/spryker/discount-merchant-sales-order-gui/tree/1.0.1" }, - "time": "2020-07-28T05:37:45+00:00" + "time": "2023-01-29T14:43:20+00:00" }, { - "name": "spryker/entity-tag", - "version": "1.0.2", + "name": "spryker/discount-promotion", + "version": "4.11.1", "source": { "type": "git", - "url": "https://github.com/spryker/entity-tag.git", - "reference": "fe843c8693cb972846b94171cafce8e24512a87b" + "url": "https://github.com/spryker/discount-promotion.git", + "reference": "931c99fa956dae229fa2a5dc974846d60cf26638" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/entity-tag/zipball/fe843c8693cb972846b94171cafce8e24512a87b", - "reference": "fe843c8693cb972846b94171cafce8e24512a87b", + "url": "https://api.github.com/repos/spryker/discount-promotion/zipball/931c99fa956dae229fa2a5dc974846d60cf26638", + "reference": "931c99fa956dae229fa2a5dc974846d60cf26638", "shasum": "" }, "require": { - "php": ">=7.2", + "php": ">=8.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/availability": "^9.0.0", + "spryker/cart-extension": "^1.5.0 || ^2.1.0 || ^4.0.0", + "spryker/discount": "^7.2.4 || ^9.0.0", + "spryker/discount-extension": "^1.3.0", + "spryker/gui": "^3.45.0", "spryker/kernel": "^3.30.0", - "spryker/storage": "^3.0.0", - "spryker/synchronization": "^1.0.0", - "spryker/util-encoding": "^2.0.0", - "spryker/util-text": "^1.2.3" + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/persistent-cart-extension": "^1.0.0", + "spryker/product": "^5.10.0 || ^6.19.0", + "spryker/propel-orm": "^1.0.0", + "spryker/sales-quantity-extension": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.25.0", + "spryker/translator": "^1.1.0", + "spryker/twig": "^3.16.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/calculation": "*", + "spryker/cart": "*", + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/stock": "*", + "spryker/store": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/calculation": "Used by plugin to reset promotional items.", + "spryker/cart": "Used by plugin to add promotional item identifier to group key." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { "psr-4": { "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\EntityTag\\Helper\\": "tests/SprykerTest/Shared/EntityTag/_support/Helper/" + "SprykerTest\\Shared\\DiscountPromotion\\Helper\\": "tests/SprykerTest/Shared/DiscountPromotion/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "EntityTag module", + "description": "DiscountPromotion module", "support": { - "source": "https://github.com/spryker/entity-tag/tree/1.0.2" + "source": "https://github.com/spryker/discount-promotion/tree/4.11.1" }, - "time": "2020-05-29T13:08:37+00:00" + "time": "2023-05-05T18:20:59+00:00" }, { - "name": "spryker/entity-tags-rest-api", - "version": "1.0.2", + "name": "spryker/discount-promotions-rest-api", + "version": "1.4.2", "source": { "type": "git", - "url": "https://github.com/spryker/entity-tags-rest-api.git", - "reference": "fb900755b6546dcbb8c56e649c61cefdfaea694a" + "url": "https://github.com/spryker/discount-promotions-rest-api.git", + "reference": "13bbf9066f19f7d3ade1d18bf5aa52ddb8702d3c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/entity-tags-rest-api/zipball/fb900755b6546dcbb8c56e649c61cefdfaea694a", - "reference": "fb900755b6546dcbb8c56e649c61cefdfaea694a", + "url": "https://api.github.com/repos/spryker/discount-promotions-rest-api/zipball/13bbf9066f19f7d3ade1d18bf5aa52ddb8702d3c", + "reference": "13bbf9066f19f7d3ade1d18bf5aa52ddb8702d3c", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/entity-tag": "^1.0.0", - "spryker/glue-application": "^1.19.0", - "spryker/glue-application-extension": "^1.2.0", + "php": ">=8.0", + "spryker/cart-codes-rest-api-extension": "^1.0.0", + "spryker/carts-rest-api-extension": "^1.5.0", + "spryker/discount-promotion": "^4.4.0", + "spryker/glue-application": "^1.15.0", + "spryker/glue-application-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/symfony": "^3.0.0" + "spryker/transfer": "^3.25.0", + "spryker/uuid-behavior": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/discount": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -28996,56 +30476,38 @@ "license": [ "proprietary" ], - "description": "EntityTagsRestApi module", + "description": "DiscountPromotionsRestApi module", "support": { - "source": "https://github.com/spryker/entity-tags-rest-api/tree/1.0.2" + "source": "https://github.com/spryker/discount-promotions-rest-api/tree/1.4.2" }, - "time": "2020-05-29T13:08:37+00:00" + "time": "2023-05-05T18:20:59+00:00" }, { - "name": "spryker/error-handler", - "version": "2.8.1", + "name": "spryker/discounts-rest-api", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/error-handler.git", - "reference": "5b14f726e8c56ba1ffc66e7b216cb5664cdf4bdb" + "url": "https://github.com/spryker/discounts-rest-api.git", + "reference": "8bbb17b2073440a4554f46eb2614b4dac20004f9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/error-handler/zipball/5b14f726e8c56ba1ffc66e7b216cb5664cdf4bdb", - "reference": "5b14f726e8c56ba1ffc66e7b216cb5664cdf4bdb", + "url": "https://api.github.com/repos/spryker/discounts-rest-api/zipball/8bbb17b2073440a4554f46eb2614b4dac20004f9", + "reference": "8bbb17b2073440a4554f46eb2614b4dac20004f9", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/application-extension": "^1.0.0", - "spryker/config": "^3.0.0", - "spryker/error-handler-extension": "^1.0.0", - "spryker/event-dispatcher-extension": "^1.0.0", + "php": ">=7.3", "spryker/kernel": "^3.30.0", - "spryker/log": "^3.0.0", - "spryker/monitoring": "^1.0.0 || ^2.0.0", - "spryker/symfony": "^3.5.0", - "spryker/util-sanitize": "^2.3.0" + "spryker/quote-requests-rest-api-extension": "^1.0.0" }, "require-dev": { - "filp/whoops": "^2.1", - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/event-dispatcher": "*", - "spryker/silex": "*", - "spryker/testify": "*" - }, - "suggest": { - "filp/whoops": "When you want to use the ErrorHandler plugins.", - "spryker/container": "If you want to use Container.", - "spryker/event-dispatcher": "Use this module when you want to use the ErrorPageEventDispatcherPlugin.", - "spryker/silex": "If you want to use ServiceProvider." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -29057,213 +30519,164 @@ "license": [ "proprietary" ], - "description": "ErrorHandler module", + "description": "DiscountsRestApi module", "support": { - "source": "https://github.com/spryker/error-handler/tree/2.8.1" + "source": "https://github.com/spryker/discounts-rest-api/tree/1.0.0" }, - "time": "2023-04-06T07:18:59+00:00" + "time": "2021-07-06T13:27:56+00:00" }, { - "name": "spryker/error-handler-extension", - "version": "1.0.0", + "name": "spryker/doctrine-inflector", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/error-handler-extension.git", - "reference": "c72a2b915ec19999e78605c0a9c2882a8b5b05f5" + "url": "https://github.com/spryker/doctrine-inflector.git", + "reference": "cfb767b35aa4e7e4abca940faaab7e2022914865" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/error-handler-extension/zipball/c72a2b915ec19999e78605c0a9c2882a8b5b05f5", - "reference": "c72a2b915ec19999e78605c0a9c2882a8b5b05f5", + "url": "https://api.github.com/repos/spryker/doctrine-inflector/zipball/cfb767b35aa4e7e4abca940faaab7e2022914865", + "reference": "cfb767b35aa4e7e4abca940faaab7e2022914865", "shasum": "" }, "require": { + "doctrine/inflector": "~1.4.0 || ~2.0.0", "php": ">=7.3" }, - "require-dev": { - "spryker/code-sniffer": "*", - "spryker/symfony": "*" - }, - "suggest": { - "spryker/symfony": "If you want to use SubRequestExceptionHandlerStrategyPlugin." - }, "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": "ErrorHandlerExtension module", + "description": "DoctrineInflector module", "support": { - "source": "https://github.com/spryker/error-handler-extension/tree/1.0.0" + "source": "https://github.com/spryker/doctrine-inflector/tree/1.1.0" }, - "time": "2021-08-19T11:49:45+00:00" + "time": "2021-04-07T19:22:34+00:00" }, { - "name": "spryker/event", - "version": "2.9.2", + "name": "spryker/documentation-generator-api", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/event.git", - "reference": "8a817da6bd343b51c1232b1e53306daa2564da1e" + "url": "https://github.com/spryker/documentation-generator-api.git", + "reference": "0fb1065ffa237acb05a8ef367c02f86ee049f42e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/event/zipball/8a817da6bd343b51c1232b1e53306daa2564da1e", - "reference": "8a817da6bd343b51c1232b1e53306daa2564da1e", + "url": "https://api.github.com/repos/spryker/documentation-generator-api/zipball/0fb1065ffa237acb05a8ef367c02f86ee049f42e", + "reference": "0fb1065ffa237acb05a8ef367c02f86ee049f42e", "shasum": "" }, "require": { "php": ">=7.4", - "spryker/error-handler": "^2.0.0", + "spryker/documentation-generator-api-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/log": "^3.0.0", - "spryker/monolog": "^2.0.0", - "spryker/propel-orm": "^1.6.0", - "spryker/queue": "^1.1.0", - "spryker/util-encoding": "^2.1.0" + "spryker/symfony": "^3.5.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "^3.0.0", - "spryker/publisher": "*", + "spryker/console": "*", + "spryker/documentation-generator-open-api": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\Event\\Helper\\": "tests/SprykerTest/Zed/Event/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Event module", + "description": "DocumentationGeneratorApi module", "support": { - "source": "https://github.com/spryker/event/tree/2.9.2" + "source": "https://github.com/spryker/documentation-generator-api/tree/1.0.0" }, - "time": "2021-12-15T15:02:47+00:00" + "time": "2022-09-28T14:47:08+00:00" }, { - "name": "spryker/event-behavior", - "version": "1.25.0", + "name": "spryker/documentation-generator-api-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/event-behavior.git", - "reference": "7ba0b48d8536077d39ad7b165ef606d609ed0965" + "url": "https://github.com/spryker/documentation-generator-api-extension.git", + "reference": "e445e3339cec71c79458f75bfe00652474bc5f79" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/event-behavior/zipball/7ba0b48d8536077d39ad7b165ef606d609ed0965", - "reference": "7ba0b48d8536077d39ad7b165ef606d609ed0965", + "url": "https://api.github.com/repos/spryker/documentation-generator-api-extension/zipball/e445e3339cec71c79458f75bfe00652474bc5f79", + "reference": "e445e3339cec71c79458f75bfe00652474bc5f79", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/event": "^2.4.0", - "spryker/event-dispatcher-extension": "^1.0.0", - "spryker/kernel": "^3.49.0", - "spryker/laminas": "^1.0.0", - "spryker/propel": "^3.34.0", - "spryker/propel-orm": "^1.16.0", - "spryker/symfony": "^3.1.0", - "spryker/util-encoding": "^2.1.0" + "php": ">=7.4" }, "require-dev": { - "codeception/module-asserts": "^1.3.0", - "phpunit/phpunit": "^9.0.0", - "spryker/application": "*", - "spryker/code-sniffer": "@stable", - "spryker/config": "^3.5.0", - "spryker/console": "^3.2.0 || ^4.0.0", - "spryker/container": "^1.4.0", - "spryker/error-handler": "*", - "spryker/event-dispatcher": "^1.0.0", - "spryker/log": "*", - "spryker/monolog": "*", - "spryker/queue": "*", - "spryker/silex": "^2.0.0", - "spryker/testify": "^3.42.0", - "spryker/transfer": "^3.25.0" - }, - "suggest": { - "spryker/console": "If you want to execute console commands", - "spryker/container": "If you want to use the EventBehaviorEventDispatcherPlugin", - "spryker/event-dispatcher": "If you want to use the EventBehaviorEventDispatcherPlugin", - "spryker/silex": "^2.0.0" + "spryker/code-sniffer": "*" }, - "type": "propel-behavior", + "type": "library", "extra": { - "name": "event", - "class": "\\Spryker\\Zed\\EventBehavior\\Persistence\\Propel\\Behavior\\EventBehavior", "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\EventBehavior\\Helper\\": "tests/SprykerTest/Zed/EventBehavior/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", - "include-path": [ - "src/" - ], "license": [ "proprietary" ], - "description": "EventBehavior module", + "description": "DocumentationGeneratorApiExtension module", "support": { - "source": "https://github.com/spryker/event-behavior" + "source": "https://github.com/spryker/documentation-generator-api-extension/tree/1.0.0" }, - "time": "2023-03-07T11:00:47+00:00" + "time": "2022-09-28T14:47:08+00:00" }, { - "name": "spryker/event-dispatcher", + "name": "spryker/documentation-generator-open-api", "version": "1.4.0", "source": { "type": "git", - "url": "https://github.com/spryker/event-dispatcher.git", - "reference": "a49dfd47f68c846addddf304a538b7ad190ab694" + "url": "https://github.com/spryker/documentation-generator-open-api.git", + "reference": "5d0804045fed3f404edd014aada3656aff049471" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/event-dispatcher/zipball/a49dfd47f68c846addddf304a538b7ad190ab694", - "reference": "a49dfd47f68c846addddf304a538b7ad190ab694", + "url": "https://api.github.com/repos/spryker/documentation-generator-open-api/zipball/5d0804045fed3f404edd014aada3656aff049471", + "reference": "5d0804045fed3f404edd014aada3656aff049471", "shasum": "" }, "require": { + "cebe/php-openapi": "^1.6.0", "php": ">=8.0", - "spryker/application-extension": "^1.0.0", - "spryker/event-dispatcher-extension": "^1.0.0", - "spryker/kernel": "^3.52.0", - "spryker/symfony": "^3.2.0" + "spryker/doctrine-inflector": "^1.0.0", + "spryker/documentation-generator-api-extension": "^1.0.0", + "spryker/documentation-generator-open-api-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/symfony": "^3.5.0", + "spryker/transfer": "^3.25.0", + "spryker/util-encoding": "^2.1.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/container": "If you want to use the EventDispatcherApplicationPlugin" - }, "type": "library", "extra": { "branch-alias": { @@ -29272,49 +30685,38 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\EventDispatcher\\Helper\\": "tests/SprykerTest/Zed/EventDispatcher/_support/Helper/", - "SprykerTest\\Yves\\EventDispatcher\\Helper\\": "tests/SprykerTest/Yves/EventDispatcher/_support/Helper/", - "SprykerTest\\Shared\\EventDispatcher\\Helper\\": "tests/SprykerTest/Shared/EventDispatcher/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "EventDispatcher module", + "description": "DocumentationGeneratorOpenApi module", "support": { - "source": "https://github.com/spryker/event-dispatcher/tree/1.4.0" + "source": "https://github.com/spryker/documentation-generator-open-api/tree/1.4.0" }, - "time": "2023-04-18T12:57:09+00:00" + "time": "2023-07-11T13:58:55+00:00" }, { - "name": "spryker/event-dispatcher-extension", + "name": "spryker/documentation-generator-open-api-extension", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/event-dispatcher-extension.git", - "reference": "866c63e861aa67af34f70629924ae06b0dcafd14" + "url": "https://github.com/spryker/documentation-generator-open-api-extension.git", + "reference": "fa12fc3e603301f355af1735edb59e4063f8864d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/event-dispatcher-extension/zipball/866c63e861aa67af34f70629924ae06b0dcafd14", - "reference": "866c63e861aa67af34f70629924ae06b0dcafd14", + "url": "https://api.github.com/repos/spryker/documentation-generator-open-api-extension/zipball/fa12fc3e603301f355af1735edb59e4063f8864d", + "reference": "fa12fc3e603301f355af1735edb59e4063f8864d", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/event-dispatcher": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/container": "If you want to use EventDispatcherPlugin.", - "spryker/event-dispatcher": "If you want to use EventDispatcherPlugin.", - "spryker/symfony": "If you want to use EventDispatcherPlugin." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -29331,45 +30733,45 @@ "license": [ "proprietary" ], - "description": "EventDispatcherExtension module", + "description": "DocumentationGeneratorOpenApiExtension module", "support": { - "source": "https://github.com/spryker/event-dispatcher-extension/tree/master" + "source": "https://github.com/spryker/documentation-generator-open-api-extension/tree/1.0.0" }, - "time": "2019-03-26T15:19:37+00:00" + "time": "2023-07-11T13:58:55+00:00" }, { - "name": "spryker/file-manager", - "version": "2.2.0", + "name": "spryker/documentation-generator-rest-api", + "version": "1.15.0", "source": { "type": "git", - "url": "https://github.com/spryker/file-manager.git", - "reference": "0d1f3d0b3033e37a2a125121ae1588627c4fca17" + "url": "https://github.com/spryker/documentation-generator-rest-api.git", + "reference": "489cbcc6a1bd5268d05fde55ef9ce9094d15d2f3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/file-manager/zipball/0d1f3d0b3033e37a2a125121ae1588627c4fca17", - "reference": "0d1f3d0b3033e37a2a125121ae1588627c4fca17", + "url": "https://api.github.com/repos/spryker/documentation-generator-rest-api/zipball/489cbcc6a1bd5268d05fde55ef9ce9094d15d2f3", + "reference": "489cbcc6a1bd5268d05fde55ef9ce9094d15d2f3", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/file-system": "^2.0.0", + "php": ">=7.4", + "spryker/doctrine-inflector": "^1.0.0 || ^2.0.0", + "spryker/documentation-generator-rest-api-extension": "^1.0.0", + "spryker/glue-application": "^1.3.0", + "spryker/glue-application-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/transfer": "^3.27.0" + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.9.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/flysystem": "*", - "spryker/flysystem-local-file-system": "*", - "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -29381,95 +30783,92 @@ "license": [ "proprietary" ], - "description": "FileManager module", + "description": "DocumentationGeneratorRestApi module", "support": { - "source": "https://github.com/spryker/file-manager/tree/2.2.0" + "source": "https://github.com/spryker/documentation-generator-rest-api/tree/1.15.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2022-06-06T15:18:19+00:00" }, { - "name": "spryker/file-manager-data-import", - "version": "2.0.1", + "name": "spryker/documentation-generator-rest-api-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/file-manager-data-import.git", - "reference": "799dacd7e2c2a5ba2b0155968ed29fa104c62656" + "url": "https://github.com/spryker/documentation-generator-rest-api-extension.git", + "reference": "fe6a4d0ed3d6d437b7498c59f35865ffd0eca221" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/file-manager-data-import/zipball/799dacd7e2c2a5ba2b0155968ed29fa104c62656", - "reference": "799dacd7e2c2a5ba2b0155968ed29fa104c62656", + "url": "https://api.github.com/repos/spryker/documentation-generator-rest-api-extension/zipball/fe6a4d0ed3d6d437b7498c59f35865ffd0eca221", + "reference": "fe6a4d0ed3d6d437b7498c59f35865ffd0eca221", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/data-import": "^1.3.0", - "spryker/file-manager": "^2.0.0", - "spryker/kernel": "^3.30.0" + "php": ">=7.1", + "spryker/glue-application-extension": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\FileManagerDataImport\\Helper\\": "tests/SprykerTest/Zed/FileManagerDataImport/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "FileManagerDataImport module", + "description": "DocumentationGeneratorRestApiExtension module", "support": { - "source": "https://github.com/spryker/file-manager-data-import/tree/2.0.1" + "source": "https://github.com/spryker/documentation-generator-rest-api-extension/tree/master" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2018-11-05T12:18:13+00:00" }, { - "name": "spryker/file-manager-gui", - "version": "2.4.0", + "name": "spryker/dummy-marketplace-payment", + "version": "0.2.3", "source": { "type": "git", - "url": "https://github.com/spryker/file-manager-gui.git", - "reference": "1a9c1085923ef7bea52420f0deddb2b9f4e07010" + "url": "https://github.com/spryker/dummy-marketplace-payment.git", + "reference": "dea661ab98d6c7dee99cec1a39beef31a45092fe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/file-manager-gui/zipball/1a9c1085923ef7bea52420f0deddb2b9f4e07010", - "reference": "1a9c1085923ef7bea52420f0deddb2b9f4e07010", + "url": "https://api.github.com/repos/spryker/dummy-marketplace-payment/zipball/dea661ab98d6c7dee99cec1a39beef31a45092fe", + "reference": "dea661ab98d6c7dee99cec1a39beef31a45092fe", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/file-manager": "^2.0.0", - "spryker/file-system-extension": "^1.0.0", - "spryker/gui": "^3.45.0", + "php": ">=7.4", "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/symfony": "^3.4.0", - "spryker/transfer": "^3.25.0", - "spryker/util-text": "^1.0.0" + "spryker/payment-extension": "^1.0.0", + "spryker/step-engine": "^3.1.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/application": "*", "spryker/code-sniffer": "*", - "spryker/config": "*", + "spryker/oms": "*", + "spryker/propel": "*", + "spryker/sales": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/oms": "If you want to use OMS constants.", + "spryker/payment": "If you want to use Payment command plugins.", + "spryker/sales": "If you want to use Sales constants." + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -29481,51 +30880,40 @@ "license": [ "proprietary" ], - "description": "FileManagerGui module", + "description": "DummyMarketplacePayment module", "support": { - "source": "https://github.com/spryker/file-manager-gui/tree/2.4.0" + "source": "https://github.com/spryker/dummy-marketplace-payment/tree/0.2.3" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2022-04-26T16:30:57+00:00" }, { - "name": "spryker/file-manager-storage", - "version": "2.3.0", + "name": "spryker/dummy-merchant-portal-gui", + "version": "0.4.1", "source": { "type": "git", - "url": "https://github.com/spryker/file-manager-storage.git", - "reference": "be9e643185f61749db06055e48910b722b24c3b2" + "url": "https://github.com/spryker/dummy-merchant-portal-gui.git", + "reference": "61a4180ea5aaae44d692d3239f4f2cdd59c239f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/file-manager-storage/zipball/be9e643185f61749db06055e48910b722b24c3b2", - "reference": "be9e643185f61749db06055e48910b722b24c3b2", + "url": "https://api.github.com/repos/spryker/dummy-merchant-portal-gui/zipball/61a4180ea5aaae44d692d3239f4f2cdd59c239f4", + "reference": "61a4180ea5aaae44d692d3239f4f2cdd59c239f4", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/event-behavior": "^1.0.0", - "spryker/file-manager": "^2.1.0", - "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/storage": "^3.0.0", - "spryker/synchronization": "^1.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.1.0", - "spryker/transfer": "^3.27.0" + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/kernel": "^3.33.0", + "spryker/symfony": "^3.0.0", + "spryker/zed-ui": "^2.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/event": "*" - }, - "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -29537,40 +30925,48 @@ "license": [ "proprietary" ], - "description": "FileManagerStorage module", + "description": "DummyMerchantPortalGui module", "support": { - "source": "https://github.com/spryker/file-manager-storage/tree/2.3.0" + "source": "https://github.com/spryker/dummy-merchant-portal-gui/tree/0.4.1" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-03-10T14:11:16+00:00" }, { - "name": "spryker/file-system", - "version": "2.0.0", + "name": "spryker/dummy-payment", + "version": "2.7.0", "source": { "type": "git", - "url": "https://github.com/spryker/file-system.git", - "reference": "32b003f13788141bb42ad6ac58eaf831b866d3b4" + "url": "https://github.com/spryker/dummy-payment.git", + "reference": "fb8ad44d1e8db5b8e4b30dfecc6e078287853b37" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/file-system/zipball/32b003f13788141bb42ad6ac58eaf831b866d3b4", - "reference": "32b003f13788141bb42ad6ac58eaf831b866d3b4", + "url": "https://api.github.com/repos/spryker/dummy-payment/zipball/fb8ad44d1e8db5b8e4b30dfecc6e078287853b37", + "reference": "fb8ad44d1e8db5b8e4b30dfecc6e078287853b37", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/file-system-extension": "^1.0.0", - "spryker/kernel": "^3.30.0" + "php": ">=7.4", + "spryker/checkout": "^3.0.0 || ^4.0.0 || ^6.0.0", + "spryker/checkout-extension": "^1.3.0", + "spryker/kernel": "^3.31.0", + "spryker/manual-order-entry-gui-extension": "^1.0.0", + "spryker/oms": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^10.0.0 || ^11.0.0", + "spryker/payment": "^3.0.0 || ^4.0.0 || ^5.0.0", + "spryker/refund": "^4.0.0 || ^5.0.0", + "spryker/sales": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^10.0.0 || ^11.0.0", + "spryker/step-engine": "^3.1.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { + "spryker/application": "*", "spryker/code-sniffer": "*", - "spryker/flysystem": "^2.0.0", - "spryker/flysystem-aws3v3-file-system": "*", - "spryker/flysystem-ftp-file-system": "*", - "spryker/flysystem-local-file-system": "*", "spryker/propel": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/manual-order-entry-gui": "*" + }, "type": "library", "extra": { "branch-alias": { @@ -29586,31 +30982,38 @@ "license": [ "proprietary" ], - "description": "FileSystem module", + "description": "DummyPayment module", "support": { - "source": "https://github.com/spryker/file-system/tree/2.0.0" + "source": "https://github.com/spryker/dummy-payment/tree/2.7.0" }, - "time": "2021-10-08T18:13:40+00:00" + "time": "2022-05-16T14:55:23+00:00" }, { - "name": "spryker/file-system-extension", - "version": "1.0.0", + "name": "spryker/dynamic-entity", + "version": "0.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/file-system-extension.git", - "reference": "b24163be2d37205f5aa9ba72f7c620f8149967b8" + "url": "https://github.com/spryker/dynamic-entity.git", + "reference": "c598ce201dd27ce831fb122a7692ac26639de851" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/file-system-extension/zipball/b24163be2d37205f5aa9ba72f7c620f8149967b8", - "reference": "b24163be2d37205f5aa9ba72f7c620f8149967b8", + "url": "https://api.github.com/repos/spryker/dynamic-entity/zipball/c598ce201dd27ce831fb122a7692ac26639de851", + "reference": "c598ce201dd27ce831fb122a7692ac26639de851", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.0", + "spryker/kernel": "^3.30.0", + "spryker/propel-orm": "^1.6.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/propel": "*", + "spryker/store": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -29627,48 +31030,56 @@ "license": [ "proprietary" ], - "description": "FileSystemExtension module", + "description": "DynamicEntity module", "support": { - "source": "https://github.com/spryker/file-system-extension/tree/1.0.0" + "source": "https://github.com/spryker/dynamic-entity/tree/0.1.0" }, - "time": "2021-10-08T18:13:40+00:00" + "time": "2023-07-11T13:58:55+00:00" }, { - "name": "spryker/flysystem", - "version": "2.2.0", + "name": "spryker/dynamic-entity-backend-api", + "version": "0.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/flysystem.git", - "reference": "70beda81e0a4b842b461e83f8e5bc06adc30b4db" + "url": "https://github.com/spryker/dynamic-entity-backend-api.git", + "reference": "a5bd78d75db0488c98870d774000c1bc7368353d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/flysystem/zipball/70beda81e0a4b842b461e83f8e5bc06adc30b4db", - "reference": "70beda81e0a4b842b461e83f8e5bc06adc30b4db", + "url": "https://api.github.com/repos/spryker/dynamic-entity-backend-api/zipball/a5bd78d75db0488c98870d774000c1bc7368353d", + "reference": "a5bd78d75db0488c98870d774000c1bc7368353d", "shasum": "" }, "require": { - "league/flysystem": "^2.0", "php": ">=8.0", - "spryker/file-system-extension": "^1.0.0", + "spryker/documentation-generator-api-extension": "^1.0.0", + "spryker/documentation-generator-open-api-extension": "^1.0.0", + "spryker/dynamic-entity": "^0.1.0", + "spryker/glossary-storage": "^1.0.0", + "spryker/glue-application-extension": "^1.10.0", + "spryker/glue-backend-api-application-authorization-connector-extension": "^1.1.0", "spryker/kernel": "^3.30.0", - "spryker/transfer": "^3.25.0" + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/log": "^3.7.0", + "spryker/monolog": "^2.0.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.27.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/flysystem-local-file-system": "*", + "spryker/config": "*", + "spryker/container": "*", + "spryker/glue-application": "*", "spryker/propel": "*", + "spryker/storage": "*", + "spryker/store": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/flysystem-aws3v3-file-system": "For handling AWS3v3 filesystem.", - "spryker/flysystem-ftp-file-system": "For handling FTP filesystem.", - "spryker/flysystem-local-file-system": "For handling local files." - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -29680,144 +31091,156 @@ "license": [ "proprietary" ], - "description": "Flysystem module", + "description": "DynamicEntityBackendApi module", "support": { - "source": "https://github.com/spryker/flysystem/tree/2.2.0" + "source": "https://github.com/spryker/dynamic-entity-backend-api/tree/0.2.0" }, - "time": "2023-03-29T12:45:08+00:00" + "time": "2023-07-20T10:27:38+00:00" }, { - "name": "spryker/flysystem-aws3v3-file-system", - "version": "2.0.0", + "name": "spryker/egulias", + "version": "1.1.1", "source": { "type": "git", - "url": "https://github.com/spryker/flysystem-aws3v3-file-system.git", - "reference": "32bdd901a23597c5b09e439b5d4f1281fb81e140" + "url": "https://github.com/spryker/egulias.git", + "reference": "4b9ce41e72b56f7c422bf03ada2d00521d15e569" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/flysystem-aws3v3-file-system/zipball/32bdd901a23597c5b09e439b5d4f1281fb81e140", - "reference": "32bdd901a23597c5b09e439b5d4f1281fb81e140", + "url": "https://api.github.com/repos/spryker/egulias/zipball/4b9ce41e72b56f7c422bf03ada2d00521d15e569", + "reference": "4b9ce41e72b56f7c422bf03ada2d00521d15e569", "shasum": "" }, "require": { - "league/flysystem-aws-s3-v3": "^2.1.0", - "php": ">=7.3", - "spryker/kernel": "^3.30.0" - }, - "require-dev": { - "spryker/code-sniffer": "*", - "spryker/flysystem": "*", - "spryker/propel": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/flysystem": "Flysystem module" + "egulias/email-validator": "^2.1.22 || ^3.1.1", + "php": ">=7.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Spryker\\": "src/Spryker/" + "dev-master": "1.0.x-dev" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "FlysystemAws3v3FileSystem module", + "description": "Egulias module", "support": { - "source": "https://github.com/spryker/flysystem-aws3v3-file-system/tree/2.0.0" + "source": "https://github.com/spryker/egulias/tree/1.1.1" }, - "time": "2021-10-08T18:13:40+00:00" + "time": "2021-08-30T13:35:56+00:00" }, { - "name": "spryker/flysystem-ftp-file-system", - "version": "2.0.0", + "name": "spryker/elastica", + "version": "6.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/flysystem-ftp-file-system.git", - "reference": "8b98f3caecfe1dcd22662d226bc5f56e3995ba56" + "url": "https://github.com/spryker/elastica.git", + "reference": "ca7af5125daa70c1255639aac620609258519cc3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/flysystem-ftp-file-system/zipball/8b98f3caecfe1dcd22662d226bc5f56e3995ba56", - "reference": "8b98f3caecfe1dcd22662d226bc5f56e3995ba56", + "url": "https://api.github.com/repos/spryker/elastica/zipball/ca7af5125daa70c1255639aac620609258519cc3", + "reference": "ca7af5125daa70c1255639aac620609258519cc3", "shasum": "" }, "require": { - "league/flysystem": "^2.0", - "league/flysystem-ftp": "^2.0.8", - "php": ">=7.3", - "spryker/kernel": "^3.30.0", - "spryker/transfer": "^3.25.0" + "php": ">=7.2", + "ruflin/elastica": "^7.0.0" }, - "require-dev": { - "spryker/code-sniffer": "*", - "spryker/flysystem": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "6.0.x-dev" + } }, - "suggest": { - "spryker/flysystem": "Flysystem module" + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "Elastica module", + "support": { + "source": "https://github.com/spryker/elastica/tree/master" + }, + "time": "2020-07-28T05:37:45+00:00" + }, + { + "name": "spryker/entity-tag", + "version": "1.0.2", + "source": { + "type": "git", + "url": "https://github.com/spryker/entity-tag.git", + "reference": "fe843c8693cb972846b94171cafce8e24512a87b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker/entity-tag/zipball/fe843c8693cb972846b94171cafce8e24512a87b", + "reference": "fe843c8693cb972846b94171cafce8e24512a87b", + "shasum": "" + }, + "require": { + "php": ">=7.2", + "spryker/kernel": "^3.30.0", + "spryker/storage": "^3.0.0", + "spryker/synchronization": "^1.0.0", + "spryker/util-encoding": "^2.0.0", + "spryker/util-text": "^1.2.3" + }, + "require-dev": { + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\EntityTag\\Helper\\": "tests/SprykerTest/Shared/EntityTag/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "FlysystemFtpFileSystem module", + "description": "EntityTag module", "support": { - "source": "https://github.com/spryker/flysystem-ftp-file-system/tree/2.0.0" + "source": "https://github.com/spryker/entity-tag/tree/1.0.2" }, - "time": "2021-10-08T18:13:40+00:00" + "time": "2020-05-29T13:08:37+00:00" }, { - "name": "spryker/flysystem-local-file-system", - "version": "2.0.0", + "name": "spryker/entity-tags-rest-api", + "version": "1.0.2", "source": { "type": "git", - "url": "https://github.com/spryker/flysystem-local-file-system.git", - "reference": "4e03646b46d96cf199c7ab03284fcdde0ca55c00" + "url": "https://github.com/spryker/entity-tags-rest-api.git", + "reference": "fb900755b6546dcbb8c56e649c61cefdfaea694a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/flysystem-local-file-system/zipball/4e03646b46d96cf199c7ab03284fcdde0ca55c00", - "reference": "4e03646b46d96cf199c7ab03284fcdde0ca55c00", + "url": "https://api.github.com/repos/spryker/entity-tags-rest-api/zipball/fb900755b6546dcbb8c56e649c61cefdfaea694a", + "reference": "fb900755b6546dcbb8c56e649c61cefdfaea694a", "shasum": "" }, "require": { - "league/flysystem": "^2.0", - "php": ">=7.3", - "spryker/kernel": "^3.30.0" + "php": ">=7.2", + "spryker/entity-tag": "^1.0.0", + "spryker/glue-application": "^1.19.0", + "spryker/glue-application-extension": "^1.2.0", + "spryker/kernel": "^3.30.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/flysystem": "*", - "spryker/propel": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/flysystem": "Flysystem module" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -29829,89 +31252,96 @@ "license": [ "proprietary" ], - "description": "FlysystemLocalFileSystem module", + "description": "EntityTagsRestApi module", "support": { - "source": "https://github.com/spryker/flysystem-local-file-system/tree/2.0.0" + "source": "https://github.com/spryker/entity-tags-rest-api/tree/1.0.2" }, - "time": "2021-10-08T18:13:40+00:00" + "time": "2020-05-29T13:08:37+00:00" }, { - "name": "spryker/form", - "version": "1.2.0", + "name": "spryker/error-handler", + "version": "2.8.1", "source": { "type": "git", - "url": "https://github.com/spryker/form.git", - "reference": "1f524e92015fff06048adeff08dcb378186ce623" + "url": "https://github.com/spryker/error-handler.git", + "reference": "5b14f726e8c56ba1ffc66e7b216cb5664cdf4bdb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/form/zipball/1f524e92015fff06048adeff08dcb378186ce623", - "reference": "1f524e92015fff06048adeff08dcb378186ce623", + "url": "https://api.github.com/repos/spryker/error-handler/zipball/5b14f726e8c56ba1ffc66e7b216cb5664cdf4bdb", + "reference": "5b14f726e8c56ba1ffc66e7b216cb5664cdf4bdb", "shasum": "" }, "require": { "php": ">=8.0", "spryker/application-extension": "^1.0.0", - "spryker/form-extension": "^1.0.0", - "spryker/kernel": "^3.52.0", - "spryker/symfony": "^3.5.0" + "spryker/config": "^3.0.0", + "spryker/error-handler-extension": "^1.0.0", + "spryker/event-dispatcher-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/log": "^3.0.0", + "spryker/monitoring": "^1.0.0 || ^2.0.0", + "spryker/symfony": "^3.5.0", + "spryker/util-sanitize": "^2.3.0" }, "require-dev": { + "filp/whoops": "^2.1", "spryker/code-sniffer": "*", "spryker/container": "*", + "spryker/event-dispatcher": "*", + "spryker/silex": "*", "spryker/testify": "*" }, "suggest": { - "spryker/container": "If you want to use the form extension plugins." + "filp/whoops": "When you want to use the ErrorHandler plugins.", + "spryker/container": "If you want to use Container.", + "spryker/event-dispatcher": "Use this module when you want to use the ErrorPageEventDispatcherPlugin.", + "spryker/silex": "If you want to use ServiceProvider." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\Form\\Helper\\": "tests/SprykerTest/Zed/Form/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Form module", + "description": "ErrorHandler module", "support": { - "source": "https://github.com/spryker/form/tree/1.2.0" + "source": "https://github.com/spryker/error-handler/tree/2.8.1" }, - "time": "2023-01-24T16:01:46+00:00" + "time": "2023-04-06T07:18:59+00:00" }, { - "name": "spryker/form-extension", + "name": "spryker/error-handler-extension", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/form-extension.git", - "reference": "ff693cdea8b4de9aa331cb685bd9ca62de8ca001" + "url": "https://github.com/spryker/error-handler-extension.git", + "reference": "c72a2b915ec19999e78605c0a9c2882a8b5b05f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/form-extension/zipball/ff693cdea8b4de9aa331cb685bd9ca62de8ca001", - "reference": "ff693cdea8b4de9aa331cb685bd9ca62de8ca001", + "url": "https://api.github.com/repos/spryker/error-handler-extension/zipball/c72a2b915ec19999e78605c0a9c2882a8b5b05f5", + "reference": "c72a2b915ec19999e78605c0a9c2882a8b5b05f5", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=7.3" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/symfony": "*", - "spryker/testify": "*" + "spryker/symfony": "*" }, "suggest": { - "spryker/container": "If you want to use the FormPluginInterface.", - "spryker/symfony": "If you want to use the FormPluginInterface." + "spryker/symfony": "If you want to use SubRequestExceptionHandlerStrategyPlugin." }, "type": "library", "extra": { @@ -29928,168 +31358,167 @@ "license": [ "proprietary" ], - "description": "FormExtension module", + "description": "ErrorHandlerExtension module", "support": { - "source": "https://github.com/spryker/form-extension/tree/1.0.0" + "source": "https://github.com/spryker/error-handler-extension/tree/1.0.0" }, - "time": "2019-11-14T09:42:41+00:00" + "time": "2021-08-19T11:49:45+00:00" }, { - "name": "spryker/gift-card", - "version": "1.9.3", + "name": "spryker/event", + "version": "2.9.2", "source": { "type": "git", - "url": "https://github.com/spryker/gift-card.git", - "reference": "64a4aae8b6958168b2b283113a53ed3e2e9bbf23" + "url": "https://github.com/spryker/event.git", + "reference": "8a817da6bd343b51c1232b1e53306daa2564da1e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/gift-card/zipball/64a4aae8b6958168b2b283113a53ed3e2e9bbf23", - "reference": "64a4aae8b6958168b2b283113a53ed3e2e9bbf23", + "url": "https://api.github.com/repos/spryker/event/zipball/8a817da6bd343b51c1232b1e53306daa2564da1e", + "reference": "8a817da6bd343b51c1232b1e53306daa2564da1e", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/cart-code-extension": "^1.1.0", - "spryker/checkout-extension": "^1.2.0", - "spryker/kernel": "^3.33.0", - "spryker/payment": "^4.0.0 || ^5.0.0", - "spryker/payment-extension": "^1.0.0", - "spryker/product": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0", - "spryker/propel-orm": "^1.5.0", - "spryker/sales": "^8.0.0 || ^10.0.0 || ^11.0.0", - "spryker/sales-payment-extension": "^1.1.0", - "spryker/shipment-extension": "^1.0.0", - "spryker/symfony": "^3.1.0", - "spryker/transfer": "^3.25.0", - "spryker/util-encoding": "^2.0.0" + "php": ">=7.4", + "spryker/error-handler": "^2.0.0", + "spryker/kernel": "^3.30.0", + "spryker/log": "^3.0.0", + "spryker/monolog": "^2.0.0", + "spryker/propel-orm": "^1.6.0", + "spryker/queue": "^1.1.0", + "spryker/util-encoding": "^2.1.0" }, "require-dev": { - "spryker/calculation": "*", - "spryker/cart": "*", - "spryker/checkout": "*", "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/discount": "*", - "spryker/oms": "*", - "spryker/propel": "*", - "spryker/sales-payment": "*", - "spryker/shipment": "*", - "spryker/store": "*", + "spryker/propel": "^3.0.0", + "spryker/publisher": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/calculation": "To correctly calculate gift card payments", - "spryker/cart": "To expand information about gift card products", - "spryker/checkout": "To save gift card payments using order savers", - "spryker/discount": "If you want to make sure GiftCards have no Discount applied", - "spryker/oms": "If you want to use OMS plugins", - "spryker/shipment": "To filter shipment methods based on gift card rules" - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\GiftCard\\Helper\\": "tests/SprykerTest/Zed/GiftCard/_support/Helper/" + "SprykerTest\\Zed\\Event\\Helper\\": "tests/SprykerTest/Zed/Event/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "GiftCard module", + "description": "Event module", "support": { - "source": "https://github.com/spryker/gift-card/tree/1.9.3" + "source": "https://github.com/spryker/event/tree/2.9.2" }, - "time": "2023-06-06T15:14:45+00:00" + "time": "2021-12-15T15:02:47+00:00" }, { - "name": "spryker/gift-card-balance", - "version": "1.2.0", + "name": "spryker/event-behavior", + "version": "1.25.0", "source": { "type": "git", - "url": "https://github.com/spryker/gift-card-balance.git", - "reference": "ee51726eefa89bf29781c41dc6ac8b83133fb8da" + "url": "https://github.com/spryker/event-behavior.git", + "reference": "7ba0b48d8536077d39ad7b165ef606d609ed0965" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/gift-card-balance/zipball/ee51726eefa89bf29781c41dc6ac8b83133fb8da", - "reference": "ee51726eefa89bf29781c41dc6ac8b83133fb8da", + "url": "https://api.github.com/repos/spryker/event-behavior/zipball/7ba0b48d8536077d39ad7b165ef606d609ed0965", + "reference": "7ba0b48d8536077d39ad7b165ef606d609ed0965", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/gift-card": "^1.0.0", - "spryker/gui": "^3.12.0", - "spryker/kernel": "^3.30.0", - "spryker/money": "^2.3.0", - "spryker/propel-orm": "^1.5.0", - "spryker/sales": "^8.0.0 || ^10.0.0 || ^11.0.0", + "php": ">=8.0", + "spryker/event": "^2.4.0", + "spryker/event-dispatcher-extension": "^1.0.0", + "spryker/kernel": "^3.49.0", + "spryker/laminas": "^1.0.0", + "spryker/propel": "^3.34.0", + "spryker/propel-orm": "^1.16.0", "spryker/symfony": "^3.1.0", - "spryker/util-date-time": "^1.0.0" + "spryker/util-encoding": "^2.1.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "codeception/module-asserts": "^1.3.0", + "phpunit/phpunit": "^9.0.0", + "spryker/application": "*", + "spryker/code-sniffer": "@stable", + "spryker/config": "^3.5.0", + "spryker/console": "^3.2.0 || ^4.0.0", + "spryker/container": "^1.4.0", + "spryker/error-handler": "*", + "spryker/event-dispatcher": "^1.0.0", + "spryker/log": "*", + "spryker/monolog": "*", + "spryker/queue": "*", + "spryker/silex": "^2.0.0", + "spryker/testify": "^3.42.0", + "spryker/transfer": "^3.25.0" }, - "type": "library", + "suggest": { + "spryker/console": "If you want to execute console commands", + "spryker/container": "If you want to use the EventBehaviorEventDispatcherPlugin", + "spryker/event-dispatcher": "If you want to use the EventBehaviorEventDispatcherPlugin", + "spryker/silex": "^2.0.0" + }, + "type": "propel-behavior", "extra": { + "name": "event", + "class": "\\Spryker\\Zed\\EventBehavior\\Persistence\\Propel\\Behavior\\EventBehavior", "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\EventBehavior\\Helper\\": "tests/SprykerTest/Zed/EventBehavior/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "src/" + ], "license": [ "proprietary" ], - "description": "GiftCardBalance module", + "description": "EventBehavior module", "support": { - "source": "https://github.com/spryker/gift-card-balance/tree/master" + "source": "https://github.com/spryker/event-behavior" }, - "time": "2020-08-28T11:35:38+00:00" + "time": "2023-03-07T11:00:47+00:00" }, { - "name": "spryker/gift-card-mail-connector", - "version": "1.2.0", + "name": "spryker/event-dispatcher", + "version": "1.4.0", "source": { "type": "git", - "url": "https://github.com/spryker/gift-card-mail-connector.git", - "reference": "770b7b94530572023ad4f3ca067cdfd4776b32ca" + "url": "https://github.com/spryker/event-dispatcher.git", + "reference": "a49dfd47f68c846addddf304a538b7ad190ab694" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/gift-card-mail-connector/zipball/770b7b94530572023ad4f3ca067cdfd4776b32ca", - "reference": "770b7b94530572023ad4f3ca067cdfd4776b32ca", + "url": "https://api.github.com/repos/spryker/event-dispatcher/zipball/a49dfd47f68c846addddf304a538b7ad190ab694", + "reference": "a49dfd47f68c846addddf304a538b7ad190ab694", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/customer": "^6.2.0 || ^7.0.0", - "spryker/gift-card": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/mail": "^4.6.0", - "spryker/mail-extension": "^1.0.0", - "spryker/sales": "^8.6.0 || ^10.0.0 || ^11.0.0", - "spryker/transfer": "^3.25.0" + "spryker/application-extension": "^1.0.0", + "spryker/event-dispatcher-extension": "^1.0.0", + "spryker/kernel": "^3.52.0", + "spryker/symfony": "^3.2.0" }, "require-dev": { - "spryker/checkout": "*", "spryker/code-sniffer": "*", - "spryker/oms": "*" + "spryker/container": "*", + "spryker/testify": "*" }, "suggest": { - "spryker/checkout": "If you want to use Checkout plugins (SendEmailToGiftCardUser)", - "spryker/oms": "In case you will use commands (ShipGiftCardByEmailCommandPlugin)" + "spryker/container": "If you want to use the EventDispatcherApplicationPlugin" }, "type": "library", "extra": { @@ -30099,42 +31528,49 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\EventDispatcher\\Helper\\": "tests/SprykerTest/Zed/EventDispatcher/_support/Helper/", + "SprykerTest\\Yves\\EventDispatcher\\Helper\\": "tests/SprykerTest/Yves/EventDispatcher/_support/Helper/", + "SprykerTest\\Shared\\EventDispatcher\\Helper\\": "tests/SprykerTest/Shared/EventDispatcher/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "GiftCardMailConnector module", + "description": "EventDispatcher module", "support": { - "source": "https://github.com/spryker/gift-card-mail-connector/tree/1.2.0" + "source": "https://github.com/spryker/event-dispatcher/tree/1.4.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-04-18T12:57:09+00:00" }, { - "name": "spryker/gift-cards-rest-api", + "name": "spryker/event-dispatcher-extension", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/gift-cards-rest-api.git", - "reference": "17560c458b72c644c1af73fc51ab83e0551469c8" + "url": "https://github.com/spryker/event-dispatcher-extension.git", + "reference": "866c63e861aa67af34f70629924ae06b0dcafd14" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/gift-cards-rest-api/zipball/17560c458b72c644c1af73fc51ab83e0551469c8", - "reference": "17560c458b72c644c1af73fc51ab83e0551469c8", + "url": "https://api.github.com/repos/spryker/event-dispatcher-extension/zipball/866c63e861aa67af34f70629924ae06b0dcafd14", + "reference": "866c63e861aa67af34f70629924ae06b0dcafd14", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/gift-card": "^1.5.1", - "spryker/glue-application": "^1.9.0", - "spryker/glue-application-extension": "^1.0.0", - "spryker/kernel": "^3.33.0" + "php": ">=7.1" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/event-dispatcher": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/container": "If you want to use EventDispatcherPlugin.", + "spryker/event-dispatcher": "If you want to use EventDispatcherPlugin.", + "spryker/symfony": "If you want to use EventDispatcherPlugin." }, "type": "library", "extra": { @@ -30151,244 +31587,201 @@ "license": [ "proprietary" ], - "description": "GiftCardsRestApi module", + "description": "EventDispatcherExtension module", "support": { - "source": "https://github.com/spryker/gift-cards-rest-api/tree/1.0.0" + "source": "https://github.com/spryker/event-dispatcher-extension/tree/master" }, - "time": "2020-05-05T09:14:21+00:00" + "time": "2019-03-26T15:19:37+00:00" }, { - "name": "spryker/glossary", - "version": "3.14.0", + "name": "spryker/file-manager", + "version": "2.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/glossary.git", - "reference": "31968a9b30ccc6465903d4188af9d31568e56b64" + "url": "https://github.com/spryker/file-manager.git", + "reference": "0d1f3d0b3033e37a2a125121ae1588627c4fca17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/glossary/zipball/31968a9b30ccc6465903d4188af9d31568e56b64", - "reference": "31968a9b30ccc6465903d4188af9d31568e56b64", + "url": "https://api.github.com/repos/spryker/file-manager/zipball/0d1f3d0b3033e37a2a125121ae1588627c4fca17", + "reference": "0d1f3d0b3033e37a2a125121ae1588627c4fca17", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/gui": "^3.0.0", - "spryker/kernel": "^3.52.0", - "spryker/key-builder": "^1.0.0", + "spryker/file-system": "^2.0.0", + "spryker/kernel": "^3.30.0", "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/messenger": "^3.0.0", - "spryker/messenger-extension": "^1.0.0", "spryker/propel-orm": "^1.0.0", - "spryker/storage": "^3.0.0", - "spryker/symfony": "^3.5.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/transfer": "^3.25.0", - "spryker/util-text": "^1.1.0" + "spryker/transfer": "^3.27.0" }, "require-dev": { - "spryker/application": "*", "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/event-dispatcher": "*", - "spryker/form": "*", - "spryker/installer": "*", + "spryker/flysystem": "*", + "spryker/flysystem-local-file-system": "*", "spryker/propel": "*", - "spryker/router": "*", - "spryker/store": "*", - "spryker/testify": "*", - "spryker/twig": "*", - "spryker/validator": "*", - "spryker/zed-navigation": "*" - }, - "suggest": { - "spryker/installer": "If you want to use Installer plugins.", - "spryker/twig": "If you want to use Twig with Gui." + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\Glossary\\Helper\\": "tests/SprykerTest/Shared/Glossary/_support/Helper/", - "SprykerTest\\Zed\\Glossary\\PageObject\\": "tests/SprykerTest/Zed/Glossary/_support/PageObject/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Glossary module", + "description": "FileManager module", "support": { - "source": "https://github.com/spryker/glossary/tree/3.14.0" + "source": "https://github.com/spryker/file-manager/tree/2.2.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/glossary-storage", - "version": "1.11.1", + "name": "spryker/file-manager-data-import", + "version": "2.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/glossary-storage.git", - "reference": "7fcba040efc7cdde734c4e8d4357561ca58b9ba2" + "url": "https://github.com/spryker/file-manager-data-import.git", + "reference": "799dacd7e2c2a5ba2b0155968ed29fa104c62656" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/glossary-storage/zipball/7fcba040efc7cdde734c4e8d4357561ca58b9ba2", - "reference": "7fcba040efc7cdde734c4e8d4357561ca58b9ba2", + "url": "https://api.github.com/repos/spryker/file-manager-data-import/zipball/799dacd7e2c2a5ba2b0155968ed29fa104c62656", + "reference": "799dacd7e2c2a5ba2b0155968ed29fa104c62656", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/event-behavior": "^1.1.0", - "spryker/glossary": "^3.7.0", - "spryker/kernel": "^3.30.0", - "spryker/propel-orm": "^1.5.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/storage": "^3.4.0", - "spryker/symfony": "^3.0.0", - "spryker/synchronization": "^0.2.2 || ^1.9.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.0.0", - "spryker/transfer": "^3.25.0", - "spryker/util-encoding": "^1.0.0 || ^2.0.0" + "spryker/data-import": "^1.3.0", + "spryker/file-manager": "^2.0.0", + "spryker/kernel": "^3.30.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/event": "*", "spryker/propel": "*", - "spryker/publisher": "*", - "spryker/queue": "*", - "spryker/store": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\FileManagerDataImport\\Helper\\": "tests/SprykerTest/Zed/FileManagerDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "GlossaryStorage module", + "description": "FileManagerDataImport module", "support": { - "source": "https://github.com/spryker/glossary-storage/tree/1.11.1" + "source": "https://github.com/spryker/file-manager-data-import/tree/2.0.1" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/glue-application", - "version": "1.57.0", + "name": "spryker/file-manager-gui", + "version": "2.4.0", "source": { "type": "git", - "url": "https://github.com/spryker/glue-application.git", - "reference": "6a3eea0bf26f04375b6813555f5f9f64c8473803" + "url": "https://github.com/spryker/file-manager-gui.git", + "reference": "1a9c1085923ef7bea52420f0deddb2b9f4e07010" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/glue-application/zipball/6a3eea0bf26f04375b6813555f5f9f64c8473803", - "reference": "6a3eea0bf26f04375b6813555f5f9f64c8473803", + "url": "https://api.github.com/repos/spryker/file-manager-gui/zipball/1a9c1085923ef7bea52420f0deddb2b9f4e07010", + "reference": "1a9c1085923ef7bea52420f0deddb2b9f4e07010", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/application": "^3.13.0", - "spryker/application-extension": "^1.0.0", - "spryker/container": "^1.0.0", - "spryker/doctrine-inflector": "^1.0.0", - "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.14.0", - "spryker/kernel": "^3.58.0", - "spryker/log": "^3.0.0", - "spryker/session": "^3.0.0 || ^4.0.0", - "spryker/store": "^1.19.0", - "spryker/symfony": "^3.5.0", + "spryker/file-manager": "^2.0.0", + "spryker/file-system-extension": "^1.0.0", + "spryker/gui": "^3.45.0", + "spryker/kernel": "^3.30.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/symfony": "^3.4.0", "spryker/transfer": "^3.25.0", - "spryker/util-encoding": "^2.0.0", - "willdurand/negotiation": "^2.3 || ^3.0.0" + "spryker/util-text": "^1.0.0" }, "require-dev": { + "spryker/application": "*", "spryker/code-sniffer": "*", "spryker/config": "*", - "spryker/event-dispatcher": "*", - "spryker/silex": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/config": "If you want to use Config.", - "spryker/event-dispatcher": "If you want to use the EventDispatcher plugin.", - "spryker/silex": "If you want to use ServiceProvider." - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Glue\\GlueApplication\\Helper\\": "tests/SprykerTest/Glue/GlueApplication/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "GlueApplication module", + "description": "FileManagerGui module", "support": { - "source": "https://github.com/spryker/glue-application/tree/1.57.0" + "source": "https://github.com/spryker/file-manager-gui/tree/2.4.0" }, - "time": "2023-07-20T15:05:10+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/glue-application-authorization-connector", - "version": "1.1.0", + "name": "spryker/file-manager-storage", + "version": "2.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/glue-application-authorization-connector.git", - "reference": "cc158ef0bc5d80a6859eadddcc70a8bcb61c98c6" + "url": "https://github.com/spryker/file-manager-storage.git", + "reference": "be9e643185f61749db06055e48910b722b24c3b2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/glue-application-authorization-connector/zipball/cc158ef0bc5d80a6859eadddcc70a8bcb61c98c6", - "reference": "cc158ef0bc5d80a6859eadddcc70a8bcb61c98c6", + "url": "https://api.github.com/repos/spryker/file-manager-storage/zipball/be9e643185f61749db06055e48910b722b24c3b2", + "reference": "be9e643185f61749db06055e48910b722b24c3b2", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/authorization": "^1.2.0", - "spryker/glue-application": "^1.35.0", - "spryker/glue-application-authorization-connector-extension": "^1.0.0", - "spryker/glue-application-extension": "^1.5.0", - "spryker/kernel": "^3.33.0", - "spryker/symfony": "^3.5.0" + "php": ">=8.0", + "spryker/event-behavior": "^1.0.0", + "spryker/file-manager": "^2.1.0", + "spryker/kernel": "^3.30.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/publisher-extension": "^1.0.0", + "spryker/storage": "^3.0.0", + "spryker/synchronization": "^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.1.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/event": "*" + }, + "suggest": { + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -30400,36 +31793,44 @@ "license": [ "proprietary" ], - "description": "GlueApplicationAuthorizationConnector module", + "description": "FileManagerStorage module", "support": { - "source": "https://github.com/spryker/glue-application-authorization-connector/tree/1.1.0" + "source": "https://github.com/spryker/file-manager-storage/tree/2.3.0" }, - "time": "2022-08-26T15:08:26+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/glue-application-authorization-connector-extension", - "version": "1.0.0", + "name": "spryker/file-system", + "version": "2.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/glue-application-authorization-connector-extension.git", - "reference": "65313b896fdeccea2bdf3e517556586d694a7819" + "url": "https://github.com/spryker/file-system.git", + "reference": "32b003f13788141bb42ad6ac58eaf831b866d3b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/glue-application-authorization-connector-extension/zipball/65313b896fdeccea2bdf3e517556586d694a7819", - "reference": "65313b896fdeccea2bdf3e517556586d694a7819", + "url": "https://api.github.com/repos/spryker/file-system/zipball/32b003f13788141bb42ad6ac58eaf831b866d3b4", + "reference": "32b003f13788141bb42ad6ac58eaf831b866d3b4", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=7.3", + "spryker/file-system-extension": "^1.0.0", + "spryker/kernel": "^3.30.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/flysystem": "^2.0.0", + "spryker/flysystem-aws3v3-file-system": "*", + "spryker/flysystem-ftp-file-system": "*", + "spryker/flysystem-local-file-system": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -30441,41 +31842,31 @@ "license": [ "proprietary" ], - "description": "GlueApplicationAuthorizationConnectorExtension module", + "description": "FileSystem module", "support": { - "source": "https://github.com/spryker/glue-application-authorization-connector-extension/tree/1.0.0" + "source": "https://github.com/spryker/file-system/tree/2.0.0" }, - "time": "2021-08-06T12:09:29+00:00" + "time": "2021-10-08T18:13:40+00:00" }, { - "name": "spryker/glue-application-extension", - "version": "1.14.0", + "name": "spryker/file-system-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/glue-application-extension.git", - "reference": "2110960384d2f2e43dca02c680332826acc38102" + "url": "https://github.com/spryker/file-system-extension.git", + "reference": "b24163be2d37205f5aa9ba72f7c620f8149967b8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/glue-application-extension/zipball/2110960384d2f2e43dca02c680332826acc38102", - "reference": "2110960384d2f2e43dca02c680332826acc38102", + "url": "https://api.github.com/repos/spryker/file-system-extension/zipball/b24163be2d37205f5aa9ba72f7c620f8149967b8", + "reference": "b24163be2d37205f5aa9ba72f7c620f8149967b8", "shasum": "" }, "require": { - "php": ">=8.0" + "php": ">=7.3" }, "require-dev": { - "spryker/application": "*", - "spryker/code-sniffer": "*", - "spryker/glue-application": "*", - "spryker/kernel": "*", - "spryker/symfony": "*" - }, - "suggest": { - "spryker/application": "If you want to use Application plugins you need to install spryker/application.", - "spryker/glue-application": "If you want to use plugins with glue application.", - "spryker/kernel": "If you want to use kernel functionality with certain plugins", - "spryker/symfony": "If you want to plugins with symfony components." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -30492,49 +31883,48 @@ "license": [ "proprietary" ], - "description": "GlueApplicationExtension module", + "description": "FileSystemExtension module", "support": { - "source": "https://github.com/spryker/glue-application-extension/tree/1.14.0" + "source": "https://github.com/spryker/file-system-extension/tree/1.0.0" }, - "time": "2023-07-18T14:25:47+00:00" + "time": "2021-10-08T18:13:40+00:00" }, { - "name": "spryker/glue-backend-api-application", - "version": "1.4.0", + "name": "spryker/flysystem", + "version": "2.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/glue-backend-api-application.git", - "reference": "6c093688ba13c4aaceb8eca713fcb4eef2725b2b" + "url": "https://github.com/spryker/flysystem.git", + "reference": "70beda81e0a4b842b461e83f8e5bc06adc30b4db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/glue-backend-api-application/zipball/6c093688ba13c4aaceb8eca713fcb4eef2725b2b", - "reference": "6c093688ba13c4aaceb8eca713fcb4eef2725b2b", + "url": "https://api.github.com/repos/spryker/flysystem/zipball/70beda81e0a4b842b461e83f8e5bc06adc30b4db", + "reference": "70beda81e0a4b842b461e83f8e5bc06adc30b4db", "shasum": "" }, "require": { + "league/flysystem": "^2.0", "php": ">=8.0", - "spryker/application": "^3.28.0", - "spryker/container": "^1.4.5", - "spryker/documentation-generator-api-extension": "^1.0.0", - "spryker/glue-application": "^1.39.0", - "spryker/glue-application-extension": "^1.14.0", - "spryker/kernel": "^3.66.0", - "spryker/oauth-extension": "^1.7.0", - "spryker/store": "^1.19.0", - "spryker/symfony": "^3.7.0", + "spryker/file-system-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/glue-json-api-convention-extension": "*", - "spryker/testify": "*", - "willdurand/negotiation": "*" + "spryker/flysystem-local-file-system": "*", + "spryker/propel": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/flysystem-aws3v3-file-system": "For handling AWS3v3 filesystem.", + "spryker/flysystem-ftp-file-system": "For handling FTP filesystem.", + "spryker/flysystem-local-file-system": "For handling local files." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -30546,46 +31936,44 @@ "license": [ "proprietary" ], - "description": "GlueBackendApiApplication module", + "description": "Flysystem module", "support": { - "source": "https://github.com/spryker/glue-backend-api-application/tree/1.4.0" + "source": "https://github.com/spryker/flysystem/tree/2.2.0" }, - "time": "2023-07-18T14:25:47+00:00" + "time": "2023-03-29T12:45:08+00:00" }, { - "name": "spryker/glue-backend-api-application-authorization-connector", - "version": "1.3.0", + "name": "spryker/flysystem-aws3v3-file-system", + "version": "2.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/glue-backend-api-application-authorization-connector.git", - "reference": "8c305a21f01b0dc8f5ecd60a4eabdab5ed04be47" + "url": "https://github.com/spryker/flysystem-aws3v3-file-system.git", + "reference": "32bdd901a23597c5b09e439b5d4f1281fb81e140" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/glue-backend-api-application-authorization-connector/zipball/8c305a21f01b0dc8f5ecd60a4eabdab5ed04be47", - "reference": "8c305a21f01b0dc8f5ecd60a4eabdab5ed04be47", + "url": "https://api.github.com/repos/spryker/flysystem-aws3v3-file-system/zipball/32bdd901a23597c5b09e439b5d4f1281fb81e140", + "reference": "32bdd901a23597c5b09e439b5d4f1281fb81e140", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/authorization": "^1.2.0", - "spryker/authorization-extension": "^1.1.0", - "spryker/documentation-generator-api-extension": "^1.0.0", - "spryker/glue-application-authorization-connector-extension": "^1.0.0", - "spryker/glue-application-extension": "^1.11.0", - "spryker/glue-backend-api-application-authorization-connector-extension": "^1.1.0", - "spryker/kernel": "^3.62.0", - "spryker/symfony": "^3.7.0", - "spryker/transfer": "^3.32.0" + "league/flysystem-aws-s3-v3": "^2.1.0", + "php": ">=7.3", + "spryker/kernel": "^3.30.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/flysystem": "*", + "spryker/propel": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/flysystem": "Flysystem module" + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -30597,36 +31985,46 @@ "license": [ "proprietary" ], - "description": "GlueBackendApiApplicationAuthorizationConnector module", + "description": "FlysystemAws3v3FileSystem module", "support": { - "source": "https://github.com/spryker/glue-backend-api-application-authorization-connector/tree/1.3.0" + "source": "https://github.com/spryker/flysystem-aws3v3-file-system/tree/2.0.0" }, - "time": "2023-07-11T13:58:55+00:00" + "time": "2021-10-08T18:13:40+00:00" }, { - "name": "spryker/glue-backend-api-application-authorization-connector-extension", - "version": "1.1.0", + "name": "spryker/flysystem-ftp-file-system", + "version": "2.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/glue-backend-api-application-authorization-connector-extension.git", - "reference": "d2305228c97772683b5d3c734b1cd2a91f50fa9d" + "url": "https://github.com/spryker/flysystem-ftp-file-system.git", + "reference": "8b98f3caecfe1dcd22662d226bc5f56e3995ba56" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/glue-backend-api-application-authorization-connector-extension/zipball/d2305228c97772683b5d3c734b1cd2a91f50fa9d", - "reference": "d2305228c97772683b5d3c734b1cd2a91f50fa9d", + "url": "https://api.github.com/repos/spryker/flysystem-ftp-file-system/zipball/8b98f3caecfe1dcd22662d226bc5f56e3995ba56", + "reference": "8b98f3caecfe1dcd22662d226bc5f56e3995ba56", "shasum": "" }, "require": { - "php": ">=8.0" + "league/flysystem": "^2.0", + "league/flysystem-ftp": "^2.0.8", + "php": ">=7.3", + "spryker/kernel": "^3.30.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/flysystem": "*", + "spryker/propel": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/flysystem": "Flysystem module" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -30638,41 +32036,44 @@ "license": [ "proprietary" ], - "description": "GlueBackendApiApplicationAuthorizationConnectorExtension module", + "description": "FlysystemFtpFileSystem module", "support": { - "source": "https://github.com/spryker/glue-backend-api-application-authorization-connector-extension/tree/1.1.0" + "source": "https://github.com/spryker/flysystem-ftp-file-system/tree/2.0.0" }, - "time": "2023-07-11T13:58:55+00:00" + "time": "2021-10-08T18:13:40+00:00" }, { - "name": "spryker/glue-backend-api-application-glue-json-api-convention-connector", - "version": "1.0.0", + "name": "spryker/flysystem-local-file-system", + "version": "2.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/glue-backend-api-application-glue-json-api-convention-connector.git", - "reference": "2e74511822bafb0714c2a3e099c32b5011553857" + "url": "https://github.com/spryker/flysystem-local-file-system.git", + "reference": "4e03646b46d96cf199c7ab03284fcdde0ca55c00" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/glue-backend-api-application-glue-json-api-convention-connector/zipball/2e74511822bafb0714c2a3e099c32b5011553857", - "reference": "2e74511822bafb0714c2a3e099c32b5011553857", + "url": "https://api.github.com/repos/spryker/flysystem-local-file-system/zipball/4e03646b46d96cf199c7ab03284fcdde0ca55c00", + "reference": "4e03646b46d96cf199c7ab03284fcdde0ca55c00", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/documentation-generator-api-extension": "^1.0.0", - "spryker/glue-json-api-convention-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/transfer": "^3.25.0" + "league/flysystem": "^2.0", + "php": ">=7.3", + "spryker/kernel": "^3.30.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/flysystem": "*", + "spryker/propel": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/flysystem": "Flysystem module" + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -30684,41 +32085,41 @@ "license": [ "proprietary" ], - "description": "GlueBackendApiApplicationGlueJsonApiConventionConnector module", + "description": "FlysystemLocalFileSystem module", "support": { - "source": "https://github.com/spryker/glue-backend-api-application-glue-json-api-convention-connector/tree/1.0.0" + "source": "https://github.com/spryker/flysystem-local-file-system/tree/2.0.0" }, - "time": "2022-12-16T13:21:09+00:00" + "time": "2021-10-08T18:13:40+00:00" }, { - "name": "spryker/glue-json-api-convention", + "name": "spryker/form", "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/glue-json-api-convention.git", - "reference": "38484d82ba6b112f53b455b7c1fc21dfd46064d5" + "url": "https://github.com/spryker/form.git", + "reference": "1f524e92015fff06048adeff08dcb378186ce623" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/glue-json-api-convention/zipball/38484d82ba6b112f53b455b7c1fc21dfd46064d5", - "reference": "38484d82ba6b112f53b455b7c1fc21dfd46064d5", + "url": "https://api.github.com/repos/spryker/form/zipball/1f524e92015fff06048adeff08dcb378186ce623", + "reference": "1f524e92015fff06048adeff08dcb378186ce623", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/doctrine-inflector": "^1.0.0", - "spryker/documentation-generator-api-extension": "^1.0.0", - "spryker/glue-application-extension": "^1.13.0", - "spryker/glue-json-api-convention-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/symfony": "^3.7.0", - "spryker/transfer": "^3.25.0", - "spryker/util-encoding": "^2.0.0" + "spryker/application-extension": "^1.0.0", + "spryker/form-extension": "^1.0.0", + "spryker/kernel": "^3.52.0", + "spryker/symfony": "^3.5.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/container": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/container": "If you want to use the form extension plugins." + }, "type": "library", "extra": { "branch-alias": { @@ -30727,39 +32128,46 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\Form\\Helper\\": "tests/SprykerTest/Zed/Form/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "GlueJsonApiConvention module", + "description": "Form module", "support": { - "source": "https://github.com/spryker/glue-json-api-convention/tree/1.2.0" + "source": "https://github.com/spryker/form/tree/1.2.0" }, - "time": "2023-05-25T14:45:44+00:00" + "time": "2023-01-24T16:01:46+00:00" }, { - "name": "spryker/glue-json-api-convention-extension", + "name": "spryker/form-extension", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/glue-json-api-convention-extension.git", - "reference": "770c300a50000e9b6cc5da5a130f1c5528081dd3" + "url": "https://github.com/spryker/form-extension.git", + "reference": "ff693cdea8b4de9aa331cb685bd9ca62de8ca001" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/glue-json-api-convention-extension/zipball/770c300a50000e9b6cc5da5a130f1c5528081dd3", - "reference": "770c300a50000e9b6cc5da5a130f1c5528081dd3", + "url": "https://api.github.com/repos/spryker/form-extension/zipball/ff693cdea8b4de9aa331cb685bd9ca62de8ca001", + "reference": "ff693cdea8b4de9aa331cb685bd9ca62de8ca001", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/glue-application-extension": "^1.7.0" + "php": ">=7.2" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/symfony": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/container": "If you want to use the FormPluginInterface.", + "spryker/symfony": "If you want to use the FormPluginInterface." }, "type": "library", "extra": { @@ -30776,45 +32184,64 @@ "license": [ "proprietary" ], - "description": "GlueJsonApiConventionExtension module", + "description": "FormExtension module", "support": { - "source": "https://github.com/spryker/glue-json-api-convention-extension/tree/1.0.0" + "source": "https://github.com/spryker/form-extension/tree/1.0.0" }, - "time": "2022-09-28T14:47:08+00:00" + "time": "2019-11-14T09:42:41+00:00" }, { - "name": "spryker/glue-storefront-api-application", - "version": "1.3.0", + "name": "spryker/gift-card", + "version": "1.9.3", "source": { "type": "git", - "url": "https://github.com/spryker/glue-storefront-api-application.git", - "reference": "2897c4f233fb0e4dedbc6402df4c3838dd74dd2b" + "url": "https://github.com/spryker/gift-card.git", + "reference": "64a4aae8b6958168b2b283113a53ed3e2e9bbf23" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/glue-storefront-api-application/zipball/2897c4f233fb0e4dedbc6402df4c3838dd74dd2b", - "reference": "2897c4f233fb0e4dedbc6402df4c3838dd74dd2b", + "url": "https://api.github.com/repos/spryker/gift-card/zipball/64a4aae8b6958168b2b283113a53ed3e2e9bbf23", + "reference": "64a4aae8b6958168b2b283113a53ed3e2e9bbf23", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/application": "^3.28.0", - "spryker/container": "^1.4.5", - "spryker/documentation-generator-api-extension": "^1.0.0", - "spryker/glue-application": "^1.39.0", - "spryker/glue-application-extension": "^1.14.0", - "spryker/kernel": "^3.66.0", - "spryker/oauth-extension": "^1.7.0", - "spryker/session": "^3.0.0 || ^4.0.0", - "spryker/store": "^1.15.0", - "spryker/symfony": "^3.7.0", - "spryker/transfer": "^3.25.0" + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/cart-code-extension": "^1.1.0", + "spryker/checkout-extension": "^1.2.0", + "spryker/kernel": "^3.33.0", + "spryker/payment": "^4.0.0 || ^5.0.0", + "spryker/payment-extension": "^1.0.0", + "spryker/product": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0", + "spryker/propel-orm": "^1.5.0", + "spryker/sales": "^8.0.0 || ^10.0.0 || ^11.0.0", + "spryker/sales-payment-extension": "^1.1.0", + "spryker/shipment-extension": "^1.0.0", + "spryker/symfony": "^3.1.0", + "spryker/transfer": "^3.25.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { + "spryker/calculation": "*", + "spryker/cart": "*", + "spryker/checkout": "*", "spryker/code-sniffer": "*", - "spryker/glue-json-api-convention-extension": "*", - "spryker/testify": "*", - "willdurand/negotiation": "*" + "spryker/container": "*", + "spryker/discount": "*", + "spryker/oms": "*", + "spryker/propel": "*", + "spryker/sales-payment": "*", + "spryker/shipment": "*", + "spryker/store": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/calculation": "To correctly calculate gift card payments", + "spryker/cart": "To expand information about gift card products", + "spryker/checkout": "To save gift card payments using order savers", + "spryker/discount": "If you want to make sure GiftCards have no Discount applied", + "spryker/oms": "If you want to use OMS plugins", + "spryker/shipment": "To filter shipment methods based on gift card rules" }, "type": "library", "extra": { @@ -30824,47 +32251,47 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\GiftCard\\Helper\\": "tests/SprykerTest/Zed/GiftCard/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "GlueStorefrontApiApplication module", + "description": "GiftCard module", "support": { - "source": "https://github.com/spryker/glue-storefront-api-application/tree/1.3.0" + "source": "https://github.com/spryker/gift-card/tree/1.9.3" }, - "time": "2023-07-18T14:25:47+00:00" + "time": "2023-06-06T15:14:45+00:00" }, { - "name": "spryker/glue-storefront-api-application-authorization-connector", - "version": "1.0.2", + "name": "spryker/gift-card-balance", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/glue-storefront-api-application-authorization-connector.git", - "reference": "1b9a421cd9879193960f666475dd4a98f9a46cde" + "url": "https://github.com/spryker/gift-card-balance.git", + "reference": "ee51726eefa89bf29781c41dc6ac8b83133fb8da" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/glue-storefront-api-application-authorization-connector/zipball/1b9a421cd9879193960f666475dd4a98f9a46cde", - "reference": "1b9a421cd9879193960f666475dd4a98f9a46cde", + "url": "https://api.github.com/repos/spryker/gift-card-balance/zipball/ee51726eefa89bf29781c41dc6ac8b83133fb8da", + "reference": "ee51726eefa89bf29781c41dc6ac8b83133fb8da", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/authorization": "^1.2.0", - "spryker/authorization-extension": "^1.1.0", - "spryker/documentation-generator-api-extension": "^1.0.0", - "spryker/glue-application-authorization-connector-extension": "^1.0.0", - "spryker/glue-application-extension": "^1.11.0", - "spryker/kernel": "^3.62.0", - "spryker/symfony": "^3.7.0", - "spryker/transfer": "^3.32.0" + "php": ">=7.2", + "spryker/gift-card": "^1.0.0", + "spryker/gui": "^3.12.0", + "spryker/kernel": "^3.30.0", + "spryker/money": "^2.3.0", + "spryker/propel-orm": "^1.5.0", + "spryker/sales": "^8.0.0 || ^10.0.0 || ^11.0.0", + "spryker/symfony": "^3.1.0", + "spryker/util-date-time": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -30881,36 +32308,44 @@ "license": [ "proprietary" ], - "description": "GlueStorefrontApiApplicationAuthorizationConnector module", + "description": "GiftCardBalance module", "support": { - "source": "https://github.com/spryker/glue-storefront-api-application-authorization-connector/tree/1.0.2" + "source": "https://github.com/spryker/gift-card-balance/tree/master" }, - "time": "2023-05-15T15:35:26+00:00" + "time": "2020-08-28T11:35:38+00:00" }, { - "name": "spryker/glue-storefront-api-application-glue-json-api-convention-connector", - "version": "1.0.0", + "name": "spryker/gift-card-mail-connector", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/glue-storefront-api-application-glue-json-api-convention-connector.git", - "reference": "0162b9caa1da700e85140dd3ecac60d776c4fcb7" + "url": "https://github.com/spryker/gift-card-mail-connector.git", + "reference": "770b7b94530572023ad4f3ca067cdfd4776b32ca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/glue-storefront-api-application-glue-json-api-convention-connector/zipball/0162b9caa1da700e85140dd3ecac60d776c4fcb7", - "reference": "0162b9caa1da700e85140dd3ecac60d776c4fcb7", + "url": "https://api.github.com/repos/spryker/gift-card-mail-connector/zipball/770b7b94530572023ad4f3ca067cdfd4776b32ca", + "reference": "770b7b94530572023ad4f3ca067cdfd4776b32ca", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/documentation-generator-api-extension": "^1.0.0", - "spryker/glue-json-api-convention-extension": "^1.0.0", + "php": ">=8.0", + "spryker/customer": "^6.2.0 || ^7.0.0", + "spryker/gift-card": "^1.0.0", "spryker/kernel": "^3.30.0", + "spryker/mail": "^4.6.0", + "spryker/mail-extension": "^1.0.0", + "spryker/sales": "^8.6.0 || ^10.0.0 || ^11.0.0", "spryker/transfer": "^3.25.0" }, "require-dev": { + "spryker/checkout": "*", "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/oms": "*" + }, + "suggest": { + "spryker/checkout": "If you want to use Checkout plugins (SendEmailToGiftCardUser)", + "spryker/oms": "In case you will use commands (ShipGiftCardByEmailCommandPlugin)" }, "type": "library", "extra": { @@ -30927,34 +32362,35 @@ "license": [ "proprietary" ], - "description": "GlueStorefrontApiApplicationGlueJsonApiConventionConnector module", + "description": "GiftCardMailConnector module", "support": { - "source": "https://github.com/spryker/glue-storefront-api-application-glue-json-api-convention-connector/tree/1.0.0" + "source": "https://github.com/spryker/gift-card-mail-connector/tree/1.2.0" }, - "time": "2022-09-28T14:47:08+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/graceful-runner", + "name": "spryker/gift-cards-rest-api", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/graceful-runner.git", - "reference": "a2462f9306d5b87c652d44bb2295193ed2ea63ec" + "url": "https://github.com/spryker/gift-cards-rest-api.git", + "reference": "17560c458b72c644c1af73fc51ab83e0551469c8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/graceful-runner/zipball/a2462f9306d5b87c652d44bb2295193ed2ea63ec", - "reference": "a2462f9306d5b87c652d44bb2295193ed2ea63ec", + "url": "https://api.github.com/repos/spryker/gift-cards-rest-api/zipball/17560c458b72c644c1af73fc51ab83e0551469c8", + "reference": "17560c458b72c644c1af73fc51ab83e0551469c8", "shasum": "" }, "require": { - "php": ">=7.3", - "seld/signal-handler": "^1.2.0", - "spryker/kernel": "^3.30.0" + "php": ">=7.2", + "spryker/gift-card": "^1.5.1", + "spryker/glue-application": "^1.9.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.33.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -30971,37 +32407,60 @@ "license": [ "proprietary" ], - "description": "GracefulRunner module", + "description": "GiftCardsRestApi module", "support": { - "source": "https://github.com/spryker/graceful-runner/tree/1.0.0" + "source": "https://github.com/spryker/gift-cards-rest-api/tree/1.0.0" }, - "time": "2021-02-17T09:10:21+00:00" + "time": "2020-05-05T09:14:21+00:00" }, { - "name": "spryker/graph", - "version": "3.0.3", + "name": "spryker/glossary", + "version": "3.14.0", "source": { "type": "git", - "url": "https://github.com/spryker/graph.git", - "reference": "abe511cad87246885d4d631b28e8d09191389b89" + "url": "https://github.com/spryker/glossary.git", + "reference": "31968a9b30ccc6465903d4188af9d31568e56b64" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/graph/zipball/abe511cad87246885d4d631b28e8d09191389b89", - "reference": "abe511cad87246885d4d631b28e8d09191389b89", + "url": "https://api.github.com/repos/spryker/glossary/zipball/31968a9b30ccc6465903d4188af9d31568e56b64", + "reference": "31968a9b30ccc6465903d4188af9d31568e56b64", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/graphviz": "^2.0.0", - "spryker/kernel": "^3.30.0", - "spryker/util-text": "^1.1.0" - }, - "require-dev": { - "spryker/application": "*", - "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "php": ">=8.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/gui": "^3.0.0", + "spryker/kernel": "^3.52.0", + "spryker/key-builder": "^1.0.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/messenger": "^3.0.0", + "spryker/messenger-extension": "^1.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/storage": "^3.0.0", + "spryker/symfony": "^3.5.0", + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/transfer": "^3.25.0", + "spryker/util-text": "^1.1.0" + }, + "require-dev": { + "spryker/application": "*", + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/event-dispatcher": "*", + "spryker/form": "*", + "spryker/installer": "*", + "spryker/propel": "*", + "spryker/router": "*", + "spryker/store": "*", + "spryker/testify": "*", + "spryker/twig": "*", + "spryker/validator": "*", + "spryker/zed-navigation": "*" + }, + "suggest": { + "spryker/installer": "If you want to use Installer plugins.", + "spryker/twig": "If you want to use Twig with Gui." }, "type": "library", "extra": { @@ -31011,236 +32470,217 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "proprietary" - ], - "description": "Graph module", - "support": { - "source": "https://github.com/spryker/graph/tree/3.0.3" - }, - "time": "2021-09-10T12:59:22+00:00" - }, - { - "name": "spryker/graphviz", - "version": "2.0.3", - "source": { - "type": "git", - "url": "https://github.com/spryker/graphviz.git", - "reference": "e3d060a2fd83743054379f58fb4779621d2e0d69" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/graphviz/zipball/e3d060a2fd83743054379f58fb4779621d2e0d69", - "reference": "e3d060a2fd83743054379f58fb4779621d2e0d69", - "shasum": "" - }, - "require": { - "php": ">=7.3", - "phpdocumentor/graphviz": "^1.0.4 || ^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\Glossary\\Helper\\": "tests/SprykerTest/Shared/Glossary/_support/Helper/", + "SprykerTest\\Zed\\Glossary\\PageObject\\": "tests/SprykerTest/Zed/Glossary/_support/PageObject/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Graphviz module", + "description": "Glossary module", "support": { - "source": "https://github.com/spryker/graphviz/tree/2.0.3" + "source": "https://github.com/spryker/glossary/tree/3.14.0" }, - "time": "2021-08-30T13:35:56+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/gui", - "version": "3.49.2", + "name": "spryker/glossary-storage", + "version": "1.11.1", "source": { "type": "git", - "url": "https://github.com/spryker/gui.git", - "reference": "e9f0c145a7064d1bbdbf6ac89a7295b21bed3632" + "url": "https://github.com/spryker/glossary-storage.git", + "reference": "7fcba040efc7cdde734c4e8d4357561ca58b9ba2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/gui/zipball/e9f0c145a7064d1bbdbf6ac89a7295b21bed3632", - "reference": "e9f0c145a7064d1bbdbf6ac89a7295b21bed3632", + "url": "https://api.github.com/repos/spryker/glossary-storage/zipball/7fcba040efc7cdde734c4e8d4357561ca58b9ba2", + "reference": "7fcba040efc7cdde734c4e8d4357561ca58b9ba2", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/form-extension": "^1.0.0", - "spryker/kernel": "^3.52.0", - "spryker/laminas": "^1.0.0", - "spryker/propel-orm": "^1.0.0", + "spryker/event-behavior": "^1.1.0", + "spryker/glossary": "^3.7.0", + "spryker/kernel": "^3.30.0", + "spryker/propel-orm": "^1.5.0", + "spryker/publisher-extension": "^1.0.0", + "spryker/storage": "^3.4.0", "spryker/symfony": "^3.0.0", + "spryker/synchronization": "^0.2.2 || ^1.9.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.0.0", "spryker/transfer": "^3.25.0", - "spryker/twig": "^3.0.0", - "spryker/twig-extension": "^1.0.0", - "spryker/util-number": "^1.0.0", - "spryker/util-sanitize": "^2.0.0", - "spryker/util-sanitize-xss": "^1.1.0", - "spryker/util-text": "^1.1.0" + "spryker/util-encoding": "^1.0.0 || ^2.0.0" }, "require-dev": { - "spryker/application": "*", "spryker/code-sniffer": "*", "spryker/container": "*", + "spryker/event": "*", "spryker/propel": "*", - "spryker/silex": "*", + "spryker/publisher": "*", + "spryker/queue": "*", "spryker/store": "*", "spryker/testify": "*" }, "suggest": { - "spryker/container": "If you want to use Twig plugins", - "spryker/silex": "If you want to use ServiceProvider." + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\Gui\\Helper\\": "tests/SprykerTest/Zed/Gui/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Gui module", + "description": "GlossaryStorage module", "support": { - "source": "https://github.com/spryker/gui/tree/3.49.2" + "source": "https://github.com/spryker/glossary-storage/tree/1.11.1" }, - "time": "2023-04-06T07:25:58+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/gui-table", - "version": "2.1.2", + "name": "spryker/glue-application", + "version": "1.57.0", "source": { "type": "git", - "url": "https://github.com/spryker/gui-table.git", - "reference": "e07388841a67389b84f8d32a7b198b494b455642" + "url": "https://github.com/spryker/glue-application.git", + "reference": "6a3eea0bf26f04375b6813555f5f9f64c8473803" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/gui-table/zipball/e07388841a67389b84f8d32a7b198b494b455642", - "reference": "e07388841a67389b84f8d32a7b198b494b455642", + "url": "https://api.github.com/repos/spryker/glue-application/zipball/6a3eea0bf26f04375b6813555f5f9f64c8473803", + "reference": "6a3eea0bf26f04375b6813555f5f9f64c8473803", "shasum": "" }, "require": { "php": ">=8.0", + "spryker/application": "^3.13.0", "spryker/application-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.27.0", - "spryker/translator": "^1.1.0", - "spryker/twig": "^3.13.0", - "spryker/util-date-time": "^1.3.0", + "spryker/container": "^1.0.0", + "spryker/doctrine-inflector": "^1.0.0", + "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.14.0", + "spryker/kernel": "^3.58.0", + "spryker/log": "^3.0.0", + "spryker/session": "^3.0.0 || ^4.0.0", + "spryker/store": "^1.19.0", + "spryker/symfony": "^3.5.0", + "spryker/transfer": "^3.25.0", "spryker/util-encoding": "^2.0.0", - "spryker/zed-ui": "^2.0.0" + "willdurand/negotiation": "^2.3 || ^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", + "spryker/config": "*", + "spryker/event-dispatcher": "*", + "spryker/silex": "*", "spryker/testify": "*" }, "suggest": { - "spryker/container": "If you want to use ApplicationPluginInterface" + "spryker/config": "If you want to use Config.", + "spryker/event-dispatcher": "If you want to use the EventDispatcher plugin.", + "spryker/silex": "If you want to use ServiceProvider." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Glue\\GlueApplication\\Helper\\": "tests/SprykerTest/Glue/GlueApplication/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "GuiTable module", + "description": "GlueApplication module", "support": { - "source": "https://github.com/spryker/gui-table/tree/2.1.2" + "source": "https://github.com/spryker/glue-application/tree/1.57.0" }, - "time": "2023-04-19T13:38:54+00:00" + "time": "2023-07-20T15:05:10+00:00" }, { - "name": "spryker/guzzle", - "version": "2.4.1", + "name": "spryker/glue-application-authorization-connector", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/guzzle.git", - "reference": "ed1d219086f6b8719d6b90d54bc9f12388ca9a4c" + "url": "https://github.com/spryker/glue-application-authorization-connector.git", + "reference": "cc158ef0bc5d80a6859eadddcc70a8bcb61c98c6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/guzzle/zipball/ed1d219086f6b8719d6b90d54bc9f12388ca9a4c", - "reference": "ed1d219086f6b8719d6b90d54bc9f12388ca9a4c", + "url": "https://api.github.com/repos/spryker/glue-application-authorization-connector/zipball/cc158ef0bc5d80a6859eadddcc70a8bcb61c98c6", + "reference": "cc158ef0bc5d80a6859eadddcc70a8bcb61c98c6", "shasum": "" }, "require": { - "guzzlehttp/guzzle": "^7.5.1", - "php": ">=8.0" + "php": ">=7.4", + "spryker/authorization": "^1.2.0", + "spryker/glue-application": "^1.35.0", + "spryker/glue-application-authorization-connector-extension": "^1.0.0", + "spryker/glue-application-extension": "^1.5.0", + "spryker/kernel": "^3.33.0", + "spryker/symfony": "^3.5.0" + }, + "require-dev": { + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Guzzle module", + "description": "GlueApplicationAuthorizationConnector module", "support": { - "source": "https://github.com/spryker/guzzle/tree/2.4.1" + "source": "https://github.com/spryker/glue-application-authorization-connector/tree/1.1.0" }, - "time": "2023-06-22T13:12:04+00:00" + "time": "2022-08-26T15:08:26+00:00" }, { - "name": "spryker/health-check", - "version": "1.0.1", + "name": "spryker/glue-application-authorization-connector-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/health-check.git", - "reference": "b7af143aacdc6786b5c6437f064384066537ba51" + "url": "https://github.com/spryker/glue-application-authorization-connector-extension.git", + "reference": "65313b896fdeccea2bdf3e517556586d694a7819" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/health-check/zipball/b7af143aacdc6786b5c6437f064384066537ba51", - "reference": "b7af143aacdc6786b5c6437f064384066537ba51", + "url": "https://api.github.com/repos/spryker/glue-application-authorization-connector-extension/zipball/65313b896fdeccea2bdf3e517556586d694a7819", + "reference": "65313b896fdeccea2bdf3e517556586d694a7819", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/glue-application": "^1.22.0", - "spryker/glue-application-extension": "^1.0.0", - "spryker/health-check-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/symfony": "^3.0.0" + "php": ">=7.3" }, "require-dev": { - "spryker/application": "*", - "spryker/code-sniffer": "*", - "spryker/router": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/router": "Use this module when you want to use the Router." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -31257,32 +32697,41 @@ "license": [ "proprietary" ], - "description": "HealthCheck module", + "description": "GlueApplicationAuthorizationConnectorExtension module", "support": { - "source": "https://github.com/spryker/health-check/tree/1.0.1" + "source": "https://github.com/spryker/glue-application-authorization-connector-extension/tree/1.0.0" }, - "time": "2020-04-06T13:47:09+00:00" + "time": "2021-08-06T12:09:29+00:00" }, { - "name": "spryker/health-check-extension", - "version": "1.0.0", + "name": "spryker/glue-application-extension", + "version": "1.14.0", "source": { "type": "git", - "url": "https://github.com/spryker/health-check-extension.git", - "reference": "a0cbb0f7d1c99da303f0f71eb060003563752cde" + "url": "https://github.com/spryker/glue-application-extension.git", + "reference": "2110960384d2f2e43dca02c680332826acc38102" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/health-check-extension/zipball/a0cbb0f7d1c99da303f0f71eb060003563752cde", - "reference": "a0cbb0f7d1c99da303f0f71eb060003563752cde", + "url": "https://api.github.com/repos/spryker/glue-application-extension/zipball/2110960384d2f2e43dca02c680332826acc38102", + "reference": "2110960384d2f2e43dca02c680332826acc38102", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=8.0" }, "require-dev": { + "spryker/application": "*", "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/glue-application": "*", + "spryker/kernel": "*", + "spryker/symfony": "*" + }, + "suggest": { + "spryker/application": "If you want to use Application plugins you need to install spryker/application.", + "spryker/glue-application": "If you want to use plugins with glue application.", + "spryker/kernel": "If you want to use kernel functionality with certain plugins", + "spryker/symfony": "If you want to plugins with symfony components." }, "type": "library", "extra": { @@ -31299,51 +32748,44 @@ "license": [ "proprietary" ], - "description": "HealthCheckExtension module", + "description": "GlueApplicationExtension module", "support": { - "source": "https://github.com/spryker/health-check-extension/tree/master" + "source": "https://github.com/spryker/glue-application-extension/tree/1.14.0" }, - "time": "2019-12-19T16:49:51+00:00" + "time": "2023-07-18T14:25:47+00:00" }, { - "name": "spryker/http", - "version": "1.10.0", + "name": "spryker/glue-backend-api-application", + "version": "1.4.0", "source": { "type": "git", - "url": "https://github.com/spryker/http.git", - "reference": "c672bd1352d96f49fc31830e90546b1a6c22169c" + "url": "https://github.com/spryker/glue-backend-api-application.git", + "reference": "6c093688ba13c4aaceb8eca713fcb4eef2725b2b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/http/zipball/c672bd1352d96f49fc31830e90546b1a6c22169c", - "reference": "c672bd1352d96f49fc31830e90546b1a6c22169c", + "url": "https://api.github.com/repos/spryker/glue-backend-api-application/zipball/6c093688ba13c4aaceb8eca713fcb4eef2725b2b", + "reference": "6c093688ba13c4aaceb8eca713fcb4eef2725b2b", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/application-extension": "^1.0.0", - "spryker/event-dispatcher-extension": "^1.0.0", - "spryker/form-extension": "^1.0.0", - "spryker/http-extension": "^1.0.0", - "spryker/kernel": "^3.48.0", - "spryker/locale": "^3.2.0 || ^4.0.0", + "spryker/application": "^3.28.0", + "spryker/container": "^1.4.5", + "spryker/documentation-generator-api-extension": "^1.0.0", + "spryker/glue-application": "^1.39.0", + "spryker/glue-application-extension": "^1.14.0", + "spryker/kernel": "^3.66.0", + "spryker/oauth-extension": "^1.7.0", "spryker/store": "^1.19.0", - "spryker/symfony": "^3.5.0", - "spryker/transfer": "^3.25.0", - "spryker/twig": "^3.7.0", - "spryker/twig-extension": "^1.0.0" + "spryker/symfony": "^3.7.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { - "spryker/application": "*", "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/event-dispatcher": "*", - "spryker/router": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/container": "If you want to use Http plugins.", - "spryker/event-dispatcher": "If you want to use Http plugins." + "spryker/glue-json-api-convention-extension": "*", + "spryker/testify": "*", + "willdurand/negotiation": "*" }, "type": "library", "extra": { @@ -31360,39 +32802,42 @@ "license": [ "proprietary" ], - "description": "Http module", + "description": "GlueBackendApiApplication module", "support": { - "source": "https://github.com/spryker/http/tree/1.10.0" + "source": "https://github.com/spryker/glue-backend-api-application/tree/1.4.0" }, - "time": "2023-04-18T12:57:09+00:00" + "time": "2023-07-18T14:25:47+00:00" }, { - "name": "spryker/http-extension", - "version": "1.0.0", + "name": "spryker/glue-backend-api-application-authorization-connector", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/http-extension.git", - "reference": "481c2990a1a75e3119cbf8741dbd22a8c1743157" + "url": "https://github.com/spryker/glue-backend-api-application-authorization-connector.git", + "reference": "8c305a21f01b0dc8f5ecd60a4eabdab5ed04be47" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/http-extension/zipball/481c2990a1a75e3119cbf8741dbd22a8c1743157", - "reference": "481c2990a1a75e3119cbf8741dbd22a8c1743157", + "url": "https://api.github.com/repos/spryker/glue-backend-api-application-authorization-connector/zipball/8c305a21f01b0dc8f5ecd60a4eabdab5ed04be47", + "reference": "8c305a21f01b0dc8f5ecd60a4eabdab5ed04be47", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.0", + "spryker/authorization": "^1.2.0", + "spryker/authorization-extension": "^1.1.0", + "spryker/documentation-generator-api-extension": "^1.0.0", + "spryker/glue-application-authorization-connector-extension": "^1.0.0", + "spryker/glue-application-extension": "^1.11.0", + "spryker/glue-backend-api-application-authorization-connector-extension": "^1.1.0", + "spryker/kernel": "^3.62.0", + "spryker/symfony": "^3.7.0", + "spryker/transfer": "^3.32.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/symfony": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/container": "If you want to use a FragmentHandlerPluginInterface.", - "spryker/symfony": "If you want to use a FragmentHandlerPluginInterface." - }, "type": "library", "extra": { "branch-alias": { @@ -31408,35 +32853,31 @@ "license": [ "proprietary" ], - "description": "HttpExtension module", + "description": "GlueBackendApiApplicationAuthorizationConnector module", "support": { - "source": "https://github.com/spryker/http-extension/tree/master" + "source": "https://github.com/spryker/glue-backend-api-application-authorization-connector/tree/1.3.0" }, - "time": "2019-08-15T16:09:16+00:00" + "time": "2023-07-11T13:58:55+00:00" }, { - "name": "spryker/index-generator", - "version": "1.1.1", + "name": "spryker/glue-backend-api-application-authorization-connector-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/index-generator.git", - "reference": "1cb498d27150a210975afef9ddc8de536c6ce2aa" + "url": "https://github.com/spryker/glue-backend-api-application-authorization-connector-extension.git", + "reference": "d2305228c97772683b5d3c734b1cd2a91f50fa9d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/index-generator/zipball/1cb498d27150a210975afef9ddc8de536c6ce2aa", - "reference": "1cb498d27150a210975afef9ddc8de536c6ce2aa", + "url": "https://api.github.com/repos/spryker/glue-backend-api-application-authorization-connector-extension/zipball/d2305228c97772683b5d3c734b1cd2a91f50fa9d", + "reference": "d2305228c97772683b5d3c734b1cd2a91f50fa9d", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/kernel": "^3.30.0", - "spryker/propel": "^3.21.0", - "spryker/symfony": "^3.0.0" + "php": ">=8.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -31453,42 +32894,37 @@ "license": [ "proprietary" ], - "description": "IndexGenerator module", + "description": "GlueBackendApiApplicationAuthorizationConnectorExtension module", "support": { - "source": "https://github.com/spryker/index-generator/tree/1.1.1" + "source": "https://github.com/spryker/glue-backend-api-application-authorization-connector-extension/tree/1.1.0" }, - "time": "2021-10-08T19:54:06+00:00" + "time": "2023-07-11T13:58:55+00:00" }, { - "name": "spryker/install", - "version": "1.1.0", + "name": "spryker/glue-backend-api-application-glue-json-api-convention-connector", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/install.git", - "reference": "43698e58a32c4e8f79b3d6788ad66af0c93d5471" + "url": "https://github.com/spryker/glue-backend-api-application-glue-json-api-convention-connector.git", + "reference": "2e74511822bafb0714c2a3e099c32b5011553857" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/install/zipball/43698e58a32c4e8f79b3d6788ad66af0c93d5471", - "reference": "43698e58a32c4e8f79b3d6788ad66af0c93d5471", + "url": "https://api.github.com/repos/spryker/glue-backend-api-application-glue-json-api-convention-connector/zipball/2e74511822bafb0714c2a3e099c32b5011553857", + "reference": "2e74511822bafb0714c2a3e099c32b5011553857", "shasum": "" }, "require": { "php": ">=8.0", + "spryker/documentation-generator-api-extension": "^1.0.0", + "spryker/glue-json-api-convention-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/log": "^3.0.0", - "spryker/monolog": "^2.0.0", - "spryker/symfony": "^3.5.0" + "spryker/transfer": "^3.25.0" }, "require-dev": { - "codeception/module-asserts": "^1.3.0 || ^3.0.0", - "phpstan/phpstan": "1.9.4", "spryker/code-sniffer": "*", "spryker/testify": "*" }, - "bin": [ - "bin/install" - ], "type": "library", "extra": { "branch-alias": { @@ -31502,34 +32938,38 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "Install module", + "description": "GlueBackendApiApplicationGlueJsonApiConventionConnector module", "support": { - "issues": "https://github.com/spryker/install/issues", - "source": "https://github.com/spryker/install/tree/1.1.0" + "source": "https://github.com/spryker/glue-backend-api-application-glue-json-api-convention-connector/tree/1.0.0" }, - "time": "2023-01-24T16:01:41+00:00" + "time": "2022-12-16T13:21:09+00:00" }, { - "name": "spryker/installer", - "version": "4.1.0", + "name": "spryker/glue-json-api-convention", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/installer.git", - "reference": "808cf76da76f548c0f1603270439489fa9bc6736" + "url": "https://github.com/spryker/glue-json-api-convention.git", + "reference": "38484d82ba6b112f53b455b7c1fc21dfd46064d5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/installer/zipball/808cf76da76f548c0f1603270439489fa9bc6736", - "reference": "808cf76da76f548c0f1603270439489fa9bc6736", + "url": "https://api.github.com/repos/spryker/glue-json-api-convention/zipball/38484d82ba6b112f53b455b7c1fc21dfd46064d5", + "reference": "38484d82ba6b112f53b455b7c1fc21dfd46064d5", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/installer-extension": "^1.0.0", + "spryker/doctrine-inflector": "^1.0.0", + "spryker/documentation-generator-api-extension": "^1.0.0", + "spryker/glue-application-extension": "^1.13.0", + "spryker/glue-json-api-convention-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/symfony": "^3.0.0" + "spryker/symfony": "^3.7.0", + "spryker/transfer": "^3.25.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", @@ -31538,7 +32978,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -31550,28 +32990,29 @@ "license": [ "proprietary" ], - "description": "Installer module", + "description": "GlueJsonApiConvention module", "support": { - "source": "https://github.com/spryker/installer/tree/4.1.0" + "source": "https://github.com/spryker/glue-json-api-convention/tree/1.2.0" }, - "time": "2023-03-03T10:58:02+00:00" + "time": "2023-05-25T14:45:44+00:00" }, { - "name": "spryker/installer-extension", + "name": "spryker/glue-json-api-convention-extension", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/installer-extension.git", - "reference": "ce09343aa0783b5baae2a4108770c464db8c5f13" + "url": "https://github.com/spryker/glue-json-api-convention-extension.git", + "reference": "770c300a50000e9b6cc5da5a130f1c5528081dd3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/installer-extension/zipball/ce09343aa0783b5baae2a4108770c464db8c5f13", - "reference": "ce09343aa0783b5baae2a4108770c464db8c5f13", + "url": "https://api.github.com/repos/spryker/glue-json-api-convention-extension/zipball/770c300a50000e9b6cc5da5a130f1c5528081dd3", + "reference": "770c300a50000e9b6cc5da5a130f1c5528081dd3", "shasum": "" }, "require": { - "php": ">=8.0" + "php": ">=7.4", + "spryker/glue-application-extension": "^1.7.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -31591,68 +33032,91 @@ "license": [ "proprietary" ], - "description": "InstallerExtension module", + "description": "GlueJsonApiConventionExtension module", "support": { - "source": "https://github.com/spryker/installer-extension/tree/1.0.0" + "source": "https://github.com/spryker/glue-json-api-convention-extension/tree/1.0.0" }, - "time": "2023-03-03T10:58:02+00:00" + "time": "2022-09-28T14:47:08+00:00" }, { - "name": "spryker/invoice", - "version": "2.0.1", + "name": "spryker/glue-storefront-api-application", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/Invoice.git", - "reference": "d472459b08520dbeb45ce7ea0f54079fbae16b2d" + "url": "https://github.com/spryker/glue-storefront-api-application.git", + "reference": "2897c4f233fb0e4dedbc6402df4c3838dd74dd2b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/Invoice/zipball/d472459b08520dbeb45ce7ea0f54079fbae16b2d", - "reference": "d472459b08520dbeb45ce7ea0f54079fbae16b2d", + "url": "https://api.github.com/repos/spryker/glue-storefront-api-application/zipball/2897c4f233fb0e4dedbc6402df4c3838dd74dd2b", + "reference": "2897c4f233fb0e4dedbc6402df4c3838dd74dd2b", "shasum": "" }, + "require": { + "php": ">=8.0", + "spryker/application": "^3.28.0", + "spryker/container": "^1.4.5", + "spryker/documentation-generator-api-extension": "^1.0.0", + "spryker/glue-application": "^1.39.0", + "spryker/glue-application-extension": "^1.14.0", + "spryker/kernel": "^3.66.0", + "spryker/oauth-extension": "^1.7.0", + "spryker/session": "^3.0.0 || ^4.0.0", + "spryker/store": "^1.15.0", + "spryker/symfony": "^3.7.0", + "spryker/transfer": "^3.25.0" + }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/glue-json-api-convention-extension": "*", + "spryker/testify": "*", + "willdurand/negotiation": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { - "psr-0": { - "Spryker": "src/" + "psr-4": { + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Invoice bundle", + "description": "GlueStorefrontApiApplication module", "support": { - "source": "https://github.com/spryker/Invoice/tree/2.0.1" + "source": "https://github.com/spryker/glue-storefront-api-application/tree/1.3.0" }, - "time": "2017-02-22T11:53:10+00:00" + "time": "2023-07-18T14:25:47+00:00" }, { - "name": "spryker/json-path", - "version": "1.0.0", + "name": "spryker/glue-storefront-api-application-authorization-connector", + "version": "1.0.2", "source": { "type": "git", - "url": "https://github.com/spryker/json-path.git", - "reference": "589bc1de92b115354553e9d779ee3c152696b8c1" + "url": "https://github.com/spryker/glue-storefront-api-application-authorization-connector.git", + "reference": "1b9a421cd9879193960f666475dd4a98f9a46cde" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/json-path/zipball/589bc1de92b115354553e9d779ee3c152696b8c1", - "reference": "589bc1de92b115354553e9d779ee3c152696b8c1", + "url": "https://api.github.com/repos/spryker/glue-storefront-api-application-authorization-connector/zipball/1b9a421cd9879193960f666475dd4a98f9a46cde", + "reference": "1b9a421cd9879193960f666475dd4a98f9a46cde", "shasum": "" }, "require": { - "galbar/jsonpath": "^1.0", - "php": ">=7.1" + "php": ">=8.0", + "spryker/authorization": "^1.2.0", + "spryker/authorization-extension": "^1.1.0", + "spryker/documentation-generator-api-extension": "^1.0.0", + "spryker/glue-application-authorization-connector-extension": "^1.0.0", + "spryker/glue-application-extension": "^1.11.0", + "spryker/kernel": "^3.62.0", + "spryker/symfony": "^3.7.0", + "spryker/transfer": "^3.32.0" }, "require-dev": { "spryker/code-sniffer": "*", @@ -31664,33 +33128,41 @@ "dev-master": "1.0.x-dev" } }, + "autoload": { + "psr-4": { + "Spryker\\": "src/Spryker/" + } + }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "JsonPath module", + "description": "GlueStorefrontApiApplicationAuthorizationConnector module", "support": { - "source": "https://github.com/spryker/json-path/tree/1.0.0" + "source": "https://github.com/spryker/glue-storefront-api-application-authorization-connector/tree/1.0.2" }, - "time": "2019-07-03T10:48:06+00:00" + "time": "2023-05-15T15:35:26+00:00" }, { - "name": "spryker/json-schema", + "name": "spryker/glue-storefront-api-application-glue-json-api-convention-connector", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/json-schema.git", - "reference": "ecba5bba9e87fe066ccd850ca54aeb65f02c5569" + "url": "https://github.com/spryker/glue-storefront-api-application-glue-json-api-convention-connector.git", + "reference": "0162b9caa1da700e85140dd3ecac60d776c4fcb7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/json-schema/zipball/ecba5bba9e87fe066ccd850ca54aeb65f02c5569", - "reference": "ecba5bba9e87fe066ccd850ca54aeb65f02c5569", + "url": "https://api.github.com/repos/spryker/glue-storefront-api-application-glue-json-api-convention-connector/zipball/0162b9caa1da700e85140dd3ecac60d776c4fcb7", + "reference": "0162b9caa1da700e85140dd3ecac60d776c4fcb7", "shasum": "" }, "require": { - "justinrainbow/json-schema": "^5.2", - "php": ">=7.1" + "php": ">=7.4", + "spryker/documentation-generator-api-extension": "^1.0.0", + "spryker/glue-json-api-convention-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*", @@ -31702,96 +33174,87 @@ "dev-master": "1.0.x-dev" } }, + "autoload": { + "psr-4": { + "Spryker\\": "src/Spryker/" + } + }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "JsonSchema module", + "description": "GlueStorefrontApiApplicationGlueJsonApiConventionConnector module", "support": { - "source": "https://github.com/spryker/json-schema/tree/1.0.0" + "source": "https://github.com/spryker/glue-storefront-api-application-glue-json-api-convention-connector/tree/1.0.0" }, - "time": "2019-07-03T10:48:06+00:00" + "time": "2022-09-28T14:47:08+00:00" }, { - "name": "spryker/kernel", - "version": "3.73.0", + "name": "spryker/graceful-runner", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/kernel.git", - "reference": "9f22c67cf2b53eb5a8f201a0742317eeadc33c60" + "url": "https://github.com/spryker/graceful-runner.git", + "reference": "a2462f9306d5b87c652d44bb2295193ed2ea63ec" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/kernel/zipball/9f22c67cf2b53eb5a8f201a0742317eeadc33c60", - "reference": "9f22c67cf2b53eb5a8f201a0742317eeadc33c60", + "url": "https://api.github.com/repos/spryker/graceful-runner/zipball/a2462f9306d5b87c652d44bb2295193ed2ea63ec", + "reference": "a2462f9306d5b87c652d44bb2295193ed2ea63ec", "shasum": "" }, "require": { - "everon/collection": "^1.0.0", - "php": ">=8.0", - "spryker/config": "^3.5.0", - "spryker/container": "^1.1.0", - "spryker/error-handler": "^2.2.0", - "spryker/event-dispatcher-extension": "^1.0.0", - "spryker/laminas": "^1.0.0", - "spryker/log": "^3.7.0", - "spryker/propel-orm": "^1.16.0", - "spryker/symfony": "^3.5.0", - "spryker/util-encoding": "^2.0.0" + "php": ">=7.3", + "seld/signal-handler": "^1.2.0", + "spryker/kernel": "^3.30.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/event-dispatcher": "*", - "spryker/propel": "*", - "spryker/silex": "*", - "spryker/testify": "^3.3.0" - }, - "suggest": { - "spryker/event-dispatcher": "Add this module when you want to use the EventDispatcher.", - "spryker/silex": "Add this when you still want to use the abandoned Silex." + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\Kernel\\Helper\\": "tests/SprykerTest/Zed/Kernel/_support/Helper/", - "SprykerTest\\Shared\\Kernel\\Helper\\": "tests/SprykerTest/Shared/Kernel/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Kernel module", + "description": "GracefulRunner module", "support": { - "source": "https://github.com/spryker/kernel/tree/3.73.0" + "source": "https://github.com/spryker/graceful-runner/tree/1.0.0" }, - "time": "2023-06-13T10:42:20+00:00" + "time": "2021-02-17T09:10:21+00:00" }, { - "name": "spryker/key-builder", - "version": "1.1.0", + "name": "spryker/graph", + "version": "3.0.3", "source": { "type": "git", - "url": "https://github.com/spryker/key-builder.git", - "reference": "061eff76f11c9dd44e1b79e4cf6d126a05cdd4c1" + "url": "https://github.com/spryker/graph.git", + "reference": "abe511cad87246885d4d631b28e8d09191389b89" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/key-builder/zipball/061eff76f11c9dd44e1b79e4cf6d126a05cdd4c1", - "reference": "061eff76f11c9dd44e1b79e4cf6d126a05cdd4c1", + "url": "https://api.github.com/repos/spryker/graph/zipball/abe511cad87246885d4d631b28e8d09191389b89", + "reference": "abe511cad87246885d4d631b28e8d09191389b89", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/kernel": "^3.30.0" + "php": ">=7.3", + "spryker/graphviz": "^2.0.0", + "spryker/kernel": "^3.30.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { + "spryker/application": "*", "spryker/code-sniffer": "*", "spryker/propel": "*", "spryker/testify": "*" @@ -31799,7 +33262,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -31811,147 +33274,148 @@ "license": [ "proprietary" ], - "description": "KeyBuilder module", + "description": "Graph module", "support": { - "source": "https://github.com/spryker/key-builder/tree/1.1.0" + "source": "https://github.com/spryker/graph/tree/3.0.3" }, - "time": "2022-01-04T12:43:20+00:00" + "time": "2021-09-10T12:59:22+00:00" }, { - "name": "spryker/laminas", - "version": "1.1.0", + "name": "spryker/graphviz", + "version": "2.0.3", "source": { "type": "git", - "url": "https://github.com/spryker/laminas.git", - "reference": "1d004bd858af064af607393ad9ca2d0a6599c1dd" + "url": "https://github.com/spryker/graphviz.git", + "reference": "e3d060a2fd83743054379f58fb4779621d2e0d69" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/laminas/zipball/1d004bd858af064af607393ad9ca2d0a6599c1dd", - "reference": "1d004bd858af064af607393ad9ca2d0a6599c1dd", + "url": "https://api.github.com/repos/spryker/graphviz/zipball/e3d060a2fd83743054379f58fb4779621d2e0d69", + "reference": "e3d060a2fd83743054379f58fb4779621d2e0d69", "shasum": "" }, "require": { - "laminas/laminas-config": "^3.4.0", - "laminas/laminas-filter": "^2.10.0", - "laminas/laminas-servicemanager": "^3.6.0", - "php": ">=8.0" + "php": ">=7.3", + "phpdocumentor/graphviz": "^1.0.4 || ^2.0.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Laminas module", + "description": "Graphviz module", "support": { - "source": "https://github.com/spryker/laminas/tree/1.1.0" + "source": "https://github.com/spryker/graphviz/tree/2.0.3" }, - "time": "2022-10-18T17:47:15+00:00" + "time": "2021-08-30T13:35:56+00:00" }, { - "name": "spryker/locale", - "version": "4.1.0", + "name": "spryker/gui", + "version": "3.49.2", "source": { "type": "git", - "url": "https://github.com/spryker/locale.git", - "reference": "71be6de97df74807c0eeb2e848ec752366b246b5" + "url": "https://github.com/spryker/gui.git", + "reference": "e9f0c145a7064d1bbdbf6ac89a7295b21bed3632" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/locale/zipball/71be6de97df74807c0eeb2e848ec752366b246b5", - "reference": "71be6de97df74807c0eeb2e848ec752366b246b5", + "url": "https://api.github.com/repos/spryker/gui/zipball/e9f0c145a7064d1bbdbf6ac89a7295b21bed3632", + "reference": "e9f0c145a7064d1bbdbf6ac89a7295b21bed3632", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/application-extension": "^1.0.0", - "spryker/event-dispatcher-extension": "^1.0.0", + "spryker/form-extension": "^1.0.0", "spryker/kernel": "^3.52.0", - "spryker/locale-extension": "^1.0.0", - "spryker/propel-orm": "^1.8.0", - "spryker/store": "^1.19.0", - "spryker/store-extension": "^1.0.0", + "spryker/laminas": "^1.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/symfony": "^3.0.0", "spryker/transfer": "^3.25.0", - "spryker/zed-request-extension": "^1.1.0" + "spryker/twig": "^3.0.0", + "spryker/twig-extension": "^1.0.0", + "spryker/util-number": "^1.0.0", + "spryker/util-sanitize": "^2.0.0", + "spryker/util-sanitize-xss": "^1.1.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { + "spryker/application": "*", "spryker/code-sniffer": "*", - "spryker/config": "*", "spryker/container": "*", - "spryker/event-dispatcher": "*", - "spryker/installer": "*", "spryker/propel": "*", - "spryker/storage": "*", - "spryker/symfony": "*", + "spryker/silex": "*", + "spryker/store": "*", "spryker/testify": "*" }, "suggest": { - "spryker/config": "If you want to use LocaleApplicationPlugin", - "spryker/container": "If you want to use LocalePlugin.", - "spryker/event-dispatcher": "If you want to use EventDispatcher plugin.", - "spryker/installer": "If you want to use Installer plugins.", - "spryker/symfony": "If you want to use EventDispatcher plugin." + "spryker/container": "If you want to use Twig plugins", + "spryker/silex": "If you want to use ServiceProvider." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\Locale\\Helper\\": "tests/SprykerTest/Zed/Locale/_support/Helper/", - "SprykerTest\\Yves\\Locale\\Helper\\": "tests/SprykerTest/Yves/Locale/_support/Helper/", - "SprykerTest\\Shared\\Locale\\Helper\\": "tests/SprykerTest/Shared/Locale/_support/Helper/" + "SprykerTest\\Zed\\Gui\\Helper\\": "tests/SprykerTest/Zed/Gui/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Locale module", + "description": "Gui module", "support": { - "source": "https://github.com/spryker/locale/tree/4.1.0" + "source": "https://github.com/spryker/gui/tree/3.49.2" }, - "time": "2023-07-11T10:55:36+00:00" + "time": "2023-04-06T07:25:58+00:00" }, { - "name": "spryker/locale-data-import", - "version": "0.1.0", + "name": "spryker/gui-table", + "version": "2.1.2", "source": { "type": "git", - "url": "https://github.com/spryker/locale-data-import.git", - "reference": "81b2918dd33a23ee84202caf90788d2a95102771" + "url": "https://github.com/spryker/gui-table.git", + "reference": "e07388841a67389b84f8d32a7b198b494b455642" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/locale-data-import/zipball/81b2918dd33a23ee84202caf90788d2a95102771", - "reference": "81b2918dd33a23ee84202caf90788d2a95102771", + "url": "https://api.github.com/repos/spryker/gui-table/zipball/e07388841a67389b84f8d32a7b198b494b455642", + "reference": "e07388841a67389b84f8d32a7b198b494b455642", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/data-import": "^1.0.0", + "spryker/application-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/locale": "^4.0.0", - "spryker/store": "^1.19.0" + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.27.0", + "spryker/translator": "^1.1.0", + "spryker/twig": "^3.13.0", + "spryker/util-date-time": "^1.3.0", + "spryker/util-encoding": "^2.0.0", + "spryker/zed-ui": "^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", + "spryker/container": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/container": "If you want to use ApplicationPluginInterface" + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -31961,89 +33425,78 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "LocaleDataImport module", + "description": "GuiTable module", "support": { - "source": "https://github.com/spryker/locale-data-import/tree/0.1.0" + "source": "https://github.com/spryker/gui-table/tree/2.1.2" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-04-19T13:38:54+00:00" }, { - "name": "spryker/locale-extension", - "version": "1.0.0", + "name": "spryker/guzzle", + "version": "2.4.1", "source": { "type": "git", - "url": "https://github.com/spryker/locale-extension.git", - "reference": "3de92666e0632c6ff1fad591161dce5c4b05b186" + "url": "https://github.com/spryker/guzzle.git", + "reference": "ed1d219086f6b8719d6b90d54bc9f12388ca9a4c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/locale-extension/zipball/3de92666e0632c6ff1fad591161dce5c4b05b186", - "reference": "3de92666e0632c6ff1fad591161dce5c4b05b186", + "url": "https://api.github.com/repos/spryker/guzzle/zipball/ed1d219086f6b8719d6b90d54bc9f12388ca9a4c", + "reference": "ed1d219086f6b8719d6b90d54bc9f12388ca9a4c", "shasum": "" }, "require": { - "php": ">=7.1" - }, - "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/container": "If you want to use Locale Plugins" + "guzzlehttp/guzzle": "^7.5.1", + "php": ">=8.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Spryker\\": "src/Spryker/" + "dev-master": "2.0.x-dev" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "LocaleExtension module", + "description": "Guzzle module", "support": { - "source": "https://github.com/spryker/locale-extension/tree/master" + "source": "https://github.com/spryker/guzzle/tree/2.4.1" }, - "time": "2019-03-26T15:19:37+00:00" + "time": "2023-06-22T13:12:04+00:00" }, { - "name": "spryker/locale-gui", - "version": "1.0.0", + "name": "spryker/health-check", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/locale-gui.git", - "reference": "51e5a6e86a19d918ae724846af7cbadf7d380878" + "url": "https://github.com/spryker/health-check.git", + "reference": "b7af143aacdc6786b5c6437f064384066537ba51" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/locale-gui/zipball/51e5a6e86a19d918ae724846af7cbadf7d380878", - "reference": "51e5a6e86a19d918ae724846af7cbadf7d380878", + "url": "https://api.github.com/repos/spryker/health-check/zipball/b7af143aacdc6786b5c6437f064384066537ba51", + "reference": "b7af143aacdc6786b5c6437f064384066537ba51", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/gui": "^3.30.0", + "php": ">=7.2", + "spryker/glue-application": "^1.22.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/health-check-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/locale": "^4.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/store": "^1.19.0", - "spryker/store-gui-extension": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0", - "spryker/twig": "^3.0.0", - "spryker/util-text": "^1.1.0" + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/application": "*", + "spryker/code-sniffer": "*", + "spryker/router": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/router": "Use this module when you want to use the Router." }, "type": "library", "extra": { @@ -32060,102 +33513,98 @@ "license": [ "proprietary" ], - "description": "LocaleGui module", + "description": "HealthCheck module", "support": { - "source": "https://github.com/spryker/locale-gui/tree/1.0.0" + "source": "https://github.com/spryker/health-check/tree/1.0.1" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2020-04-06T13:47:09+00:00" }, { - "name": "spryker/log", - "version": "3.15.0", + "name": "spryker/health-check-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/log.git", - "reference": "ba336833734a71c5d99d0be2a517d8ba9fd66f29" + "url": "https://github.com/spryker/health-check-extension.git", + "reference": "a0cbb0f7d1c99da303f0f71eb060003563752cde" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/log/zipball/ba336833734a71c5d99d0be2a517d8ba9fd66f29", - "reference": "ba336833734a71c5d99d0be2a517d8ba9fd66f29", + "url": "https://api.github.com/repos/spryker/health-check-extension/zipball/a0cbb0f7d1c99da303f0f71eb060003563752cde", + "reference": "a0cbb0f7d1c99da303f0f71eb060003563752cde", "shasum": "" }, "require": { - "php": ">=8.0", - "psr/log": "^1.0.0", - "spryker/config": "^3.0.0", - "spryker/kernel": "^3.48.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/monolog": "^2.0.0", - "spryker/queue": "^0.3.0 || ^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0", - "spryker/util-network": "^1.0.0" + "php": ">=7.2" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/silex": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/silex": "If you want to use ServiceProvider." - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\Log\\Helper\\": "tests/SprykerTest/Shared/Log/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Log module", + "description": "HealthCheckExtension module", "support": { - "source": "https://github.com/spryker/log/tree/3.15.0" + "source": "https://github.com/spryker/health-check-extension/tree/master" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2019-12-19T16:49:51+00:00" }, { - "name": "spryker/mail", - "version": "4.11.0", + "name": "spryker/http", + "version": "1.10.0", "source": { "type": "git", - "url": "https://github.com/spryker/mail.git", - "reference": "5657ea35eae740e4d2989db8664d2299502e30b2" + "url": "https://github.com/spryker/http.git", + "reference": "c672bd1352d96f49fc31830e90546b1a6c22169c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/mail/zipball/5657ea35eae740e4d2989db8664d2299502e30b2", - "reference": "5657ea35eae740e4d2989db8664d2299502e30b2", + "url": "https://api.github.com/repos/spryker/http/zipball/c672bd1352d96f49fc31830e90546b1a6c22169c", + "reference": "c672bd1352d96f49fc31830e90546b1a6c22169c", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/glossary": "^3.0.0", - "spryker/kernel": "^3.52.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/mail-extension": "^1.0.0", - "spryker/transfer": "^3.33.0", - "swiftmailer/swiftmailer": "^6.1.0" + "spryker/application-extension": "^1.0.0", + "spryker/event-dispatcher-extension": "^1.0.0", + "spryker/form-extension": "^1.0.0", + "spryker/http-extension": "^1.0.0", + "spryker/kernel": "^3.48.0", + "spryker/locale": "^3.2.0 || ^4.0.0", + "spryker/store": "^1.19.0", + "spryker/symfony": "^3.5.0", + "spryker/transfer": "^3.25.0", + "spryker/twig": "^3.7.0", + "spryker/twig-extension": "^1.0.0" }, "require-dev": { + "spryker/application": "*", "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*", - "spryker/twig": "*" + "spryker/container": "*", + "spryker/event-dispatcher": "*", + "spryker/router": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/container": "If you want to use Http plugins.", + "spryker/event-dispatcher": "If you want to use Http plugins." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -32167,31 +33616,38 @@ "license": [ "proprietary" ], - "description": "Mail module", + "description": "Http module", "support": { - "source": "https://github.com/spryker/mail/tree/4.11.0" + "source": "https://github.com/spryker/http/tree/1.10.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-04-18T12:57:09+00:00" }, { - "name": "spryker/mail-extension", + "name": "spryker/http-extension", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/mail-extension.git", - "reference": "3008aba62264fcf286518dc799177464c4200bed" + "url": "https://github.com/spryker/http-extension.git", + "reference": "481c2990a1a75e3119cbf8741dbd22a8c1743157" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/mail-extension/zipball/3008aba62264fcf286518dc799177464c4200bed", - "reference": "3008aba62264fcf286518dc799177464c4200bed", + "url": "https://api.github.com/repos/spryker/http-extension/zipball/481c2990a1a75e3119cbf8741dbd22a8c1743157", + "reference": "481c2990a1a75e3119cbf8741dbd22a8c1743157", "shasum": "" }, "require": { - "php": ">=8.0" + "php": ">=7.1" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/symfony": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/container": "If you want to use a FragmentHandlerPluginInterface.", + "spryker/symfony": "If you want to use a FragmentHandlerPluginInterface." }, "type": "library", "extra": { @@ -32208,40 +33664,40 @@ "license": [ "proprietary" ], - "description": "MailExtension module", + "description": "HttpExtension module", "support": { - "source": "https://github.com/spryker/mail-extension/tree/1.0.0" + "source": "https://github.com/spryker/http-extension/tree/master" }, - "time": "2022-11-11T13:29:11+00:00" + "time": "2019-08-15T16:09:16+00:00" }, { - "name": "spryker/maintenance", - "version": "3.3.0", + "name": "spryker/index-generator", + "version": "1.1.1", "source": { "type": "git", - "url": "https://github.com/spryker/maintenance.git", - "reference": "78124def1fcf052079b162acdca1ab73d08e89d6" + "url": "https://github.com/spryker/index-generator.git", + "reference": "1cb498d27150a210975afef9ddc8de536c6ce2aa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/maintenance/zipball/78124def1fcf052079b162acdca1ab73d08e89d6", - "reference": "78124def1fcf052079b162acdca1ab73d08e89d6", + "url": "https://api.github.com/repos/spryker/index-generator/zipball/1cb498d27150a210975afef9ddc8de536c6ce2aa", + "reference": "1cb498d27150a210975afef9ddc8de536c6ce2aa", "shasum": "" }, "require": { "php": ">=7.3", - "spryker/config": "^3.0.0", - "spryker/error-handler": "^2.0.0", "spryker/kernel": "^3.30.0", + "spryker/propel": "^3.21.0", "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -32253,40 +33709,42 @@ "license": [ "proprietary" ], - "description": "Maintenance module", + "description": "IndexGenerator module", "support": { - "source": "https://github.com/spryker/maintenance/tree/3.3.0" + "source": "https://github.com/spryker/index-generator/tree/1.1.1" }, - "time": "2021-07-22T12:20:52+00:00" + "time": "2021-10-08T19:54:06+00:00" }, { - "name": "spryker/manual-order-entry", - "version": "1.1.4", + "name": "spryker/install", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/manual-order-entry.git", - "reference": "3636a469459b2dcd2c077bdaad3c1fcbb7ec82a5" + "url": "https://github.com/spryker/install.git", + "reference": "43698e58a32c4e8f79b3d6788ad66af0c93d5471" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/manual-order-entry/zipball/3636a469459b2dcd2c077bdaad3c1fcbb7ec82a5", - "reference": "3636a469459b2dcd2c077bdaad3c1fcbb7ec82a5", + "url": "https://api.github.com/repos/spryker/install/zipball/43698e58a32c4e8f79b3d6788ad66af0c93d5471", + "reference": "43698e58a32c4e8f79b3d6788ad66af0c93d5471", "shasum": "" }, "require": { "php": ">=8.0", "spryker/kernel": "^3.30.0", - "spryker/symfony": "^3.1.0" + "spryker/log": "^3.0.0", + "spryker/monolog": "^2.0.0", + "spryker/symfony": "^3.5.0" }, "require-dev": { + "codeception/module-asserts": "^1.3.0 || ^3.0.0", + "phpstan/phpstan": "1.9.4", "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/sales": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/sales": "If you want to use PreSaveOrderHydratePluginInterface" - }, + "bin": [ + "bin/install" + ], "type": "library", "extra": { "branch-alias": { @@ -32295,63 +33753,48 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\ManualOrderEntry\\Helper\\": "tests/SprykerTest/Zed/ManualOrderEntry/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "ManualOrderEntry module", + "description": "Install module", "support": { - "source": "https://github.com/spryker/manual-order-entry/tree/1.1.4" + "issues": "https://github.com/spryker/install/issues", + "source": "https://github.com/spryker/install/tree/1.1.0" }, - "time": "2023-01-24T16:01:46+00:00" + "time": "2023-01-24T16:01:41+00:00" }, { - "name": "spryker/manual-order-entry-gui", - "version": "0.9.4", + "name": "spryker/installer", + "version": "4.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/manual-order-entry-gui.git", - "reference": "0072ab238591866ac201900d24187f031de57cb7" + "url": "https://github.com/spryker/installer.git", + "reference": "808cf76da76f548c0f1603270439489fa9bc6736" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/manual-order-entry-gui/zipball/0072ab238591866ac201900d24187f031de57cb7", - "reference": "0072ab238591866ac201900d24187f031de57cb7", + "url": "https://api.github.com/repos/spryker/installer/zipball/808cf76da76f548c0f1603270439489fa9bc6736", + "reference": "808cf76da76f548c0f1603270439489fa9bc6736", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/calculation": "^4.2.2", - "spryker/cart": "^5.0.0 || ^7.0.0", - "spryker/checkout": "^4.1.0 || ^6.0.0", - "spryker/currency": "^3.1.0 || ^4.0.0", - "spryker/customer": "^7.1.0", - "spryker/discount": "^6.1.0 || ^7.0.0 || ^9.0.0", - "spryker/gui": "^3.1.0", - "spryker/kernel": "^3.33.0", - "spryker/manual-order-entry": "^1.0.0", - "spryker/manual-order-entry-gui-extension": "^1.0.0", - "spryker/messenger": "^3.1.0", - "spryker/money": "^2.1.0", - "spryker/payment": "^4.3.0 || ^5.0.0", - "spryker/product": "^6.0.0", - "spryker/sales": "^8.1.0 || ^10.0.0 || ^11.0.0", - "spryker/shipment": "^8.0.0", - "spryker/store": "^1.0.0", - "spryker/symfony": "^3.1.0", - "spryker/util-text": "^1.1.0" + "spryker/installer-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { @@ -32363,32 +33806,31 @@ "license": [ "proprietary" ], - "description": "ManualOrderEntryGui module", + "description": "Installer module", "support": { - "source": "https://github.com/spryker/manual-order-entry-gui/tree/0.9.4" + "source": "https://github.com/spryker/installer/tree/4.1.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-03-03T10:58:02+00:00" }, { - "name": "spryker/manual-order-entry-gui-extension", + "name": "spryker/installer-extension", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/manual-order-entry-gui-extension.git", - "reference": "46efb708b7aba7b9e2c1b8a031ea6a6aaafc53e3" + "url": "https://github.com/spryker/installer-extension.git", + "reference": "ce09343aa0783b5baae2a4108770c464db8c5f13" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/manual-order-entry-gui-extension/zipball/46efb708b7aba7b9e2c1b8a031ea6a6aaafc53e3", - "reference": "46efb708b7aba7b9e2c1b8a031ea6a6aaafc53e3", + "url": "https://api.github.com/repos/spryker/installer-extension/zipball/ce09343aa0783b5baae2a4108770c464db8c5f13", + "reference": "ce09343aa0783b5baae2a4108770c464db8c5f13", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -32405,97 +33847,72 @@ "license": [ "proprietary" ], - "description": "ManualOrderEntryGuiExtension module", + "description": "InstallerExtension module", "support": { - "source": "https://github.com/spryker/manual-order-entry-gui-extension/tree/master" + "source": "https://github.com/spryker/installer-extension/tree/1.0.0" }, - "time": "2018-03-27T17:57:59+00:00" + "time": "2023-03-03T10:58:02+00:00" }, { - "name": "spryker/merchant", - "version": "3.7.1", + "name": "spryker/invoice", + "version": "2.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/merchant.git", - "reference": "fc9043993bae8300d51667b6fc3480ea4959f13f" + "url": "https://github.com/spryker/Invoice.git", + "reference": "d472459b08520dbeb45ce7ea0f54079fbae16b2d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant/zipball/fc9043993bae8300d51667b6fc3480ea4959f13f", - "reference": "fc9043993bae8300d51667b6fc3480ea4959f13f", + "url": "https://api.github.com/repos/spryker/Invoice/zipball/d472459b08520dbeb45ce7ea0f54079fbae16b2d", + "reference": "d472459b08520dbeb45ce7ea0f54079fbae16b2d", "shasum": "" }, - "require": { - "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/cart-extension": "^4.0.0", - "spryker/checkout-extension": "^1.2.0", - "spryker/event": "^2.3.0", - "spryker/kernel": "^3.33.0", - "spryker/log": "^3.0.0", - "spryker/merchant-extension": "^1.1.0", - "spryker/message-broker": "^1.5.0", - "spryker/message-broker-extension": "^1.0.0", - "spryker/price-product-merchant-relationship-storage-extension": "^1.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/shopping-list-extension": "^1.2.0", - "spryker/store": "^1.20.0", - "spryker/transfer": "^3.27.0", - "spryker/url": "^3.0.0", - "spryker/util-text": "^1.0.0" - }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { - "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\Merchant\\Helper\\": "tests/SprykerTest/Zed/Merchant/_support/Helper/" + "psr-0": { + "Spryker": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Merchant module", + "description": "Invoice bundle", "support": { - "source": "https://github.com/spryker/merchant/tree/3.7.1" + "source": "https://github.com/spryker/Invoice/tree/2.0.1" }, - "time": "2023-06-16T09:24:47+00:00" + "time": "2017-02-22T11:53:10+00:00" }, { - "name": "spryker/merchant-categories-rest-api", + "name": "spryker/json-path", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-categories-rest-api.git", - "reference": "9e7dbe1e510c3f42c4dd1da31949bcc833d4a6de" + "url": "https://github.com/spryker/json-path.git", + "reference": "589bc1de92b115354553e9d779ee3c152696b8c1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-categories-rest-api/zipball/9e7dbe1e510c3f42c4dd1da31949bcc833d4a6de", - "reference": "9e7dbe1e510c3f42c4dd1da31949bcc833d4a6de", + "url": "https://api.github.com/repos/spryker/json-path/zipball/589bc1de92b115354553e9d779ee3c152696b8c1", + "reference": "589bc1de92b115354553e9d779ee3c152696b8c1", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/glue-application": "^1.9.0", - "spryker/kernel": "^3.33.0", - "spryker/merchant-category": "^1.0.0", - "spryker/merchants-rest-api-extension": "^1.0.0" + "galbar/jsonpath": "^1.0", + "php": ">=7.1" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -32503,52 +33920,36 @@ "dev-master": "1.0.x-dev" } }, - "autoload": { - "psr-4": { - "Spryker\\": "src/Spryker/" - } - }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "MerchantCategoriesRestApi module", + "description": "JsonPath module", "support": { - "source": "https://github.com/spryker/merchant-categories-rest-api/tree/1.0.0" + "source": "https://github.com/spryker/json-path/tree/1.0.0" }, - "time": "2021-08-16T16:27:47+00:00" + "time": "2019-07-03T10:48:06+00:00" }, { - "name": "spryker/merchant-category", - "version": "1.1.0", + "name": "spryker/json-schema", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-category.git", - "reference": "270a10f2f5dd4c87e1c3cc4a604265aa5bb23efc" + "url": "https://github.com/spryker/json-schema.git", + "reference": "ecba5bba9e87fe066ccd850ca54aeb65f02c5569" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-category/zipball/270a10f2f5dd4c87e1c3cc4a604265aa5bb23efc", - "reference": "270a10f2f5dd4c87e1c3cc4a604265aa5bb23efc", + "url": "https://api.github.com/repos/spryker/json-schema/zipball/ecba5bba9e87fe066ccd850ca54aeb65f02c5569", + "reference": "ecba5bba9e87fe066ccd850ca54aeb65f02c5569", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/category": "^4.19.0 || ^5.0.0", - "spryker/category-extension": "^1.0.0", - "spryker/event": "^2.0.0", - "spryker/event-behavior": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/merchant": "^3.1.0", - "spryker/merchant-extension": "^1.1.0", - "spryker/propel-orm": "^1.0.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/transfer": "^3.25.0" + "justinrainbow/json-schema": "^5.2", + "php": ">=7.1" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", @@ -32557,99 +33958,100 @@ "dev-master": "1.0.x-dev" } }, - "autoload": { - "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\MerchantCategory\\Helper\\": "tests/SprykerTest/Shared/MerchantCategory/_support/Helper/" - } - }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "MerchantCategory module", + "description": "JsonSchema module", "support": { - "source": "https://github.com/spryker/merchant-category/tree/1.1.0" + "source": "https://github.com/spryker/json-schema/tree/1.0.0" }, - "time": "2023-03-10T14:11:16+00:00" + "time": "2019-07-03T10:48:06+00:00" }, { - "name": "spryker/merchant-category-data-import", - "version": "0.3.0", + "name": "spryker/kernel", + "version": "3.73.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-category-data-import.git", - "reference": "9a2d83aa404bb2c46c6dad9e2cd4584d7d037ad2" + "url": "https://github.com/spryker/kernel.git", + "reference": "9f22c67cf2b53eb5a8f201a0742317eeadc33c60" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-category-data-import/zipball/9a2d83aa404bb2c46c6dad9e2cd4584d7d037ad2", - "reference": "9a2d83aa404bb2c46c6dad9e2cd4584d7d037ad2", + "url": "https://api.github.com/repos/spryker/kernel/zipball/9f22c67cf2b53eb5a8f201a0742317eeadc33c60", + "reference": "9f22c67cf2b53eb5a8f201a0742317eeadc33c60", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/category": "^4.0.0 || ^5.0.0", - "spryker/data-import": "^1.11.0", - "spryker/kernel": "^3.33.0", - "spryker/merchant": "^3.0.0", - "spryker/merchant-category": "^1.0.0" + "everon/collection": "^1.0.0", + "php": ">=8.0", + "spryker/config": "^3.5.0", + "spryker/container": "^1.1.0", + "spryker/error-handler": "^2.2.0", + "spryker/event-dispatcher-extension": "^1.0.0", + "spryker/laminas": "^1.0.0", + "spryker/log": "^3.7.0", + "spryker/propel-orm": "^1.16.0", + "spryker/symfony": "^3.5.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/event-dispatcher": "*", "spryker/propel": "*", - "spryker/testify": "*" + "spryker/silex": "*", + "spryker/testify": "^3.3.0" + }, + "suggest": { + "spryker/event-dispatcher": "Add this module when you want to use the EventDispatcher.", + "spryker/silex": "Add this when you still want to use the abandoned Silex." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\Kernel\\Helper\\": "tests/SprykerTest/Zed/Kernel/_support/Helper/", + "SprykerTest\\Shared\\Kernel\\Helper\\": "tests/SprykerTest/Shared/Kernel/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "MerchantCategoryDataImport module", + "description": "Kernel module", "support": { - "source": "https://github.com/spryker/merchant-category-data-import/tree/0.3.0" + "source": "https://github.com/spryker/kernel/tree/3.73.0" }, - "time": "2021-08-16T16:27:47+00:00" + "time": "2023-06-13T10:42:20+00:00" }, { - "name": "spryker/merchant-category-search", - "version": "1.0.0", + "name": "spryker/key-builder", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-category-search.git", - "reference": "679423b39b9a43a029c58bad3010ea74c839805a" + "url": "https://github.com/spryker/key-builder.git", + "reference": "061eff76f11c9dd44e1b79e4cf6d126a05cdd4c1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-category-search/zipball/679423b39b9a43a029c58bad3010ea74c839805a", - "reference": "679423b39b9a43a029c58bad3010ea74c839805a", + "url": "https://api.github.com/repos/spryker/key-builder/zipball/061eff76f11c9dd44e1b79e4cf6d126a05cdd4c1", + "reference": "061eff76f11c9dd44e1b79e4cf6d126a05cdd4c1", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/kernel": "^3.33.0", - "spryker/merchant-category": "^1.0.0", - "spryker/merchant-search-extension": "^1.0.0", - "spryker/search-extension": "^1.0.0" + "php": ">=7.4", + "spryker/kernel": "^3.30.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/elastica": "^6.0.0", + "spryker/propel": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/elastica": "If you want to use Elastica plugins." - }, "type": "library", "extra": { "branch-alias": { @@ -32665,40 +34067,31 @@ "license": [ "proprietary" ], - "description": "MerchantCategorySearch module", + "description": "KeyBuilder module", "support": { - "source": "https://github.com/spryker/merchant-category-search/tree/1.0.0" + "source": "https://github.com/spryker/key-builder/tree/1.1.0" }, - "time": "2021-08-16T16:27:47+00:00" + "time": "2022-01-04T12:43:20+00:00" }, { - "name": "spryker/merchant-data-import", - "version": "0.5.1", + "name": "spryker/laminas", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-data-import.git", - "reference": "0fb2835dc87a1dbb07c20d9f619ba636eb85cbe5" + "url": "https://github.com/spryker/laminas.git", + "reference": "1d004bd858af064af607393ad9ca2d0a6599c1dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-data-import/zipball/0fb2835dc87a1dbb07c20d9f619ba636eb85cbe5", - "reference": "0fb2835dc87a1dbb07c20d9f619ba636eb85cbe5", + "url": "https://api.github.com/repos/spryker/laminas/zipball/1d004bd858af064af607393ad9ca2d0a6599c1dd", + "reference": "1d004bd858af064af607393ad9ca2d0a6599c1dd", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/data-import": "^1.3.0", - "spryker/kernel": "^3.30.0", - "spryker/merchant": "^3.0.0", - "spryker/propel-orm": "^1.16.0", - "spryker/store": "^1.18.0", - "spryker/transfer": "^3.25.0", - "spryker/url": "^3.0.0" - }, - "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "laminas/laminas-config": "^3.4.0", + "laminas/laminas-filter": "^2.10.0", + "laminas/laminas-servicemanager": "^3.6.0", + "php": ">=8.0" }, "type": "library", "extra": { @@ -32706,105 +34099,115 @@ "dev-master": "1.0.x-dev" } }, - "autoload": { - "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\MerchantDataImport\\Helper\\": "tests/SprykerTest/Zed/MerchantDataImport/_support/Helper/" - } - }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "MerchantDataImport module", + "description": "Laminas module", "support": { - "source": "https://github.com/spryker/merchant-data-import/tree/0.5.1" + "source": "https://github.com/spryker/laminas/tree/1.1.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2022-10-18T17:47:15+00:00" }, { - "name": "spryker/merchant-extension", - "version": "1.1.0", + "name": "spryker/locale", + "version": "4.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-extension.git", - "reference": "a2e8d29c2fbabdbf6ebc7d33d8eb498223a883bf" + "url": "https://github.com/spryker/locale.git", + "reference": "71be6de97df74807c0eeb2e848ec752366b246b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-extension/zipball/a2e8d29c2fbabdbf6ebc7d33d8eb498223a883bf", - "reference": "a2e8d29c2fbabdbf6ebc7d33d8eb498223a883bf", + "url": "https://api.github.com/repos/spryker/locale/zipball/71be6de97df74807c0eeb2e848ec752366b246b5", + "reference": "71be6de97df74807c0eeb2e848ec752366b246b5", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=8.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/application-extension": "^1.0.0", + "spryker/event-dispatcher-extension": "^1.0.0", + "spryker/kernel": "^3.52.0", + "spryker/locale-extension": "^1.0.0", + "spryker/propel-orm": "^1.8.0", + "spryker/store": "^1.19.0", + "spryker/store-extension": "^1.0.0", + "spryker/transfer": "^3.25.0", + "spryker/zed-request-extension": "^1.1.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/config": "*", + "spryker/container": "*", + "spryker/event-dispatcher": "*", + "spryker/installer": "*", + "spryker/propel": "*", + "spryker/storage": "*", + "spryker/symfony": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/config": "If you want to use LocaleApplicationPlugin", + "spryker/container": "If you want to use LocalePlugin.", + "spryker/event-dispatcher": "If you want to use EventDispatcher plugin.", + "spryker/installer": "If you want to use Installer plugins.", + "spryker/symfony": "If you want to use EventDispatcher plugin." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\Locale\\Helper\\": "tests/SprykerTest/Zed/Locale/_support/Helper/", + "SprykerTest\\Yves\\Locale\\Helper\\": "tests/SprykerTest/Yves/Locale/_support/Helper/", + "SprykerTest\\Shared\\Locale\\Helper\\": "tests/SprykerTest/Shared/Locale/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "MerchantExtension module", + "description": "Locale module", "support": { - "source": "https://github.com/spryker/merchant-extension/tree/1.1.0" + "source": "https://github.com/spryker/locale/tree/4.1.0" }, - "time": "2020-01-29T09:34:23+00:00" + "time": "2023-07-11T10:55:36+00:00" }, { - "name": "spryker/merchant-gui", - "version": "3.10.0", + "name": "spryker/locale-data-import", + "version": "0.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-gui.git", - "reference": "814133cc1104180613ee08539ccc1f21a8c47d8a" + "url": "https://github.com/spryker/locale-data-import.git", + "reference": "81b2918dd33a23ee84202caf90788d2a95102771" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-gui/zipball/814133cc1104180613ee08539ccc1f21a8c47d8a", - "reference": "814133cc1104180613ee08539ccc1f21a8c47d8a", + "url": "https://api.github.com/repos/spryker/locale-data-import/zipball/81b2918dd33a23ee84202caf90788d2a95102771", + "reference": "81b2918dd33a23ee84202caf90788d2a95102771", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/availability-gui-extension": "^1.0.0", - "spryker/gui": "^3.45.0", - "spryker/kernel": "^3.52.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/merchant": "^3.0.0", - "spryker/merchant-gui-extension": "^1.1.0", - "spryker/product-management-extension": "^1.4.0", - "spryker/product-offer-gui-extension": "^0.1.0 || ^1.0.0", - "spryker/product-option-gui-extension": "^1.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/store": "^1.1.0", - "spryker/symfony": "^3.0.0", - "spryker/url": "^3.0.0", - "spryker/util-text": "^1.1.0" + "spryker/data-import": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/locale": "^4.0.0", + "spryker/store": "^1.19.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", "spryker/propel": "*", - "spryker/testify": "*", - "spryker/twig": "*" + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -32814,39 +34217,38 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "MerchantGui module", + "description": "LocaleDataImport module", "support": { - "source": "https://github.com/spryker/merchant-gui/tree/3.10.0" + "source": "https://github.com/spryker/locale-data-import/tree/0.1.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/merchant-gui-extension", - "version": "1.1.0", + "name": "spryker/locale-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-gui-extension.git", - "reference": "820ad3637bce23a7c1fdbcd10b7b66ea5e8924a3" + "url": "https://github.com/spryker/locale-extension.git", + "reference": "3de92666e0632c6ff1fad591161dce5c4b05b186" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-gui-extension/zipball/820ad3637bce23a7c1fdbcd10b7b66ea5e8924a3", - "reference": "820ad3637bce23a7c1fdbcd10b7b66ea5e8924a3", + "url": "https://api.github.com/repos/spryker/locale-extension/zipball/3de92666e0632c6ff1fad591161dce5c4b05b186", + "reference": "3de92666e0632c6ff1fad591161dce5c4b05b186", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=7.1" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/gui": "*", - "spryker/symfony": "*" + "spryker/container": "*", + "spryker/testify": "*" }, "suggest": { - "spryker/gui": "Required to use gui in plugins.", - "spryker/symfony": "Required to use form in plugins." + "spryker/container": "If you want to use Locale Plugins" }, "type": "library", "extra": { @@ -32863,46 +34265,41 @@ "license": [ "proprietary" ], - "description": "MerchantGuiExtension module", + "description": "LocaleExtension module", "support": { - "source": "https://github.com/spryker/merchant-gui-extension/tree/1.1.0" + "source": "https://github.com/spryker/locale-extension/tree/master" }, - "time": "2020-04-08T15:48:06+00:00" + "time": "2019-03-26T15:19:37+00:00" }, { - "name": "spryker/merchant-oms", - "version": "1.0.3", + "name": "spryker/locale-gui", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-oms.git", - "reference": "3b4e2bd07ad4bdf4c7a8e894a90a50198e3da409" + "url": "https://github.com/spryker/locale-gui.git", + "reference": "51e5a6e86a19d918ae724846af7cbadf7d380878" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-oms/zipball/3b4e2bd07ad4bdf4c7a8e894a90a50198e3da409", - "reference": "3b4e2bd07ad4bdf4c7a8e894a90a50198e3da409", + "url": "https://api.github.com/repos/spryker/locale-gui/zipball/51e5a6e86a19d918ae724846af7cbadf7d380878", + "reference": "51e5a6e86a19d918ae724846af7cbadf7d380878", "shasum": "" }, "require": { "php": ">=8.0", + "spryker/gui": "^3.30.0", "spryker/kernel": "^3.30.0", - "spryker/merchant": "^3.0.0", - "spryker/merchant-sales-order": "^1.0.0", - "spryker/merchant-sales-order-extension": "^1.0.0", + "spryker/locale": "^4.0.0", "spryker/propel-orm": "^1.0.0", - "spryker/state-machine": "^2.13.0", + "spryker/store": "^1.19.0", + "spryker/store-gui-extension": "^1.0.0", "spryker/symfony": "^3.0.0", - "spryker/util-data-reader": "^1.0.0" + "spryker/transfer": "^3.25.0", + "spryker/twig": "^3.0.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/customer": "*", - "spryker/oms": "*", - "spryker/propel": "*", - "spryker/sales": "*", - "spryker/store": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -32919,87 +34316,102 @@ "license": [ "proprietary" ], - "description": "MerchantOms module", + "description": "LocaleGui module", "support": { - "source": "https://github.com/spryker/merchant-oms/tree/1.0.3" + "source": "https://github.com/spryker/locale-gui/tree/1.0.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/merchant-oms-data-import", - "version": "0.5.0", + "name": "spryker/log", + "version": "3.15.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-oms-data-import.git", - "reference": "25bd2eda74cc5f8ff1f6ce20a4a81cbcc09058e4" + "url": "https://github.com/spryker/log.git", + "reference": "ba336833734a71c5d99d0be2a517d8ba9fd66f29" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-oms-data-import/zipball/25bd2eda74cc5f8ff1f6ce20a4a81cbcc09058e4", - "reference": "25bd2eda74cc5f8ff1f6ce20a4a81cbcc09058e4", + "url": "https://api.github.com/repos/spryker/log/zipball/ba336833734a71c5d99d0be2a517d8ba9fd66f29", + "reference": "ba336833734a71c5d99d0be2a517d8ba9fd66f29", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/data-import": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/merchant": "^1.0.0 || ^2.0.0 || ^3.0.0", - "spryker/merchant-oms": "^1.0.0", - "spryker/state-machine": "^2.0.0" + "php": ">=8.0", + "psr/log": "^1.0.0", + "spryker/config": "^3.0.0", + "spryker/kernel": "^3.48.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/monolog": "^2.0.0", + "spryker/queue": "^0.3.0 || ^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.25.0", + "spryker/util-network": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", "spryker/propel": "*", + "spryker/silex": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/silex": "If you want to use ServiceProvider." + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\Log\\Helper\\": "tests/SprykerTest/Shared/Log/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "MerchantOmsDataImport module", + "description": "Log module", "support": { - "source": "https://github.com/spryker/merchant-oms-data-import/tree/0.5.0" + "source": "https://github.com/spryker/log/tree/3.15.0" }, - "time": "2021-08-16T16:27:47+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/merchant-oms-gui", - "version": "1.0.1", + "name": "spryker/mail", + "version": "4.11.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-oms-gui.git", - "reference": "025f01641cff4d33ec2fa99a35d207b85daf4265" + "url": "https://github.com/spryker/mail.git", + "reference": "5657ea35eae740e4d2989db8664d2299502e30b2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-oms-gui/zipball/025f01641cff4d33ec2fa99a35d207b85daf4265", - "reference": "025f01641cff4d33ec2fa99a35d207b85daf4265", + "url": "https://api.github.com/repos/spryker/mail/zipball/5657ea35eae740e4d2989db8664d2299502e30b2", + "reference": "5657ea35eae740e4d2989db8664d2299502e30b2", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/kernel": "^3.33.0", - "spryker/merchant-oms": "^1.0.0", - "spryker/sales-extension": "^1.8.0" + "php": ">=8.0", + "spryker/glossary": "^3.0.0", + "spryker/kernel": "^3.52.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/mail-extension": "^1.0.0", + "spryker/transfer": "^3.33.0", + "swiftmailer/swiftmailer": "^6.1.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/testify": "*", + "spryker/twig": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { @@ -33011,30 +34423,28 @@ "license": [ "proprietary" ], - "description": "MerchantOmsGui module", + "description": "Mail module", "support": { - "source": "https://github.com/spryker/merchant-oms-gui/tree/1.0.1" + "source": "https://github.com/spryker/mail/tree/4.11.0" }, - "time": "2021-08-19T10:54:56+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/merchant-opening-hours", + "name": "spryker/mail-extension", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-opening-hours.git", - "reference": "0f2894c5badeccd004ea2d889408fe9b3f0f5952" + "url": "https://github.com/spryker/mail-extension.git", + "reference": "3008aba62264fcf286518dc799177464c4200bed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-opening-hours/zipball/0f2894c5badeccd004ea2d889408fe9b3f0f5952", - "reference": "0f2894c5badeccd004ea2d889408fe9b3f0f5952", + "url": "https://api.github.com/repos/spryker/mail-extension/zipball/3008aba62264fcf286518dc799177464c4200bed", + "reference": "3008aba62264fcf286518dc799177464c4200bed", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/merchant": "^3.0.0", - "spryker/weekday-schedule": "^1.0.0" + "php": ">=8.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -33054,88 +34464,84 @@ "license": [ "proprietary" ], - "description": "MerchantOpeningHours module", + "description": "MailExtension module", "support": { - "source": "https://github.com/spryker/merchant-opening-hours/tree/1.0.0" + "source": "https://github.com/spryker/mail-extension/tree/1.0.0" }, - "time": "2021-08-16T16:27:47+00:00" + "time": "2022-11-11T13:29:11+00:00" }, { - "name": "spryker/merchant-opening-hours-data-import", - "version": "0.6.1", + "name": "spryker/maintenance", + "version": "3.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-opening-hours-data-import.git", - "reference": "863c70949b333120c84ceee11c567e039695f89b" + "url": "https://github.com/spryker/maintenance.git", + "reference": "78124def1fcf052079b162acdca1ab73d08e89d6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-opening-hours-data-import/zipball/863c70949b333120c84ceee11c567e039695f89b", - "reference": "863c70949b333120c84ceee11c567e039695f89b", + "url": "https://api.github.com/repos/spryker/maintenance/zipball/78124def1fcf052079b162acdca1ab73d08e89d6", + "reference": "78124def1fcf052079b162acdca1ab73d08e89d6", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/data-import": "^1.3.0", - "spryker/kernel": "^3.33.0", - "spryker/merchant": "^3.0.0", - "spryker/merchant-opening-hours": "^1.0.0", - "spryker/weekday-schedule": "^1.0.0" + "php": ">=7.3", + "spryker/config": "^3.0.0", + "spryker/error-handler": "^2.0.0", + "spryker/kernel": "^3.30.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/merchant-data-import": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\MerchantOpeningHoursDataImport\\Helper\\": "tests/SprykerTest/Zed/MerchantOpeningHoursDataImport/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "MerchantOpeningHoursDataImport module", + "description": "Maintenance module", "support": { - "source": "https://github.com/spryker/merchant-opening-hours-data-import/tree/0.6.1" + "source": "https://github.com/spryker/maintenance/tree/3.3.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2021-07-22T12:20:52+00:00" }, { - "name": "spryker/merchant-opening-hours-rest-api", - "version": "1.0.0", + "name": "spryker/manual-order-entry", + "version": "1.1.4", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-opening-hours-rest-api.git", - "reference": "5faef81337ff9d7ac9e77f329a8a970fa978958c" + "url": "https://github.com/spryker/manual-order-entry.git", + "reference": "3636a469459b2dcd2c077bdaad3c1fcbb7ec82a5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-opening-hours-rest-api/zipball/5faef81337ff9d7ac9e77f329a8a970fa978958c", - "reference": "5faef81337ff9d7ac9e77f329a8a970fa978958c", + "url": "https://api.github.com/repos/spryker/manual-order-entry/zipball/3636a469459b2dcd2c077bdaad3c1fcbb7ec82a5", + "reference": "3636a469459b2dcd2c077bdaad3c1fcbb7ec82a5", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/glossary-storage": "^1.5.0", - "spryker/glue-application": "^1.9.0", - "spryker/glue-application-extension": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/merchant-opening-hours-storage": "^1.0.0", - "spryker/merchant-storage": "^1.0.0", - "spryker/symfony": "^3.0.0" + "php": ">=8.0", + "spryker/kernel": "^3.30.0", + "spryker/symfony": "^3.1.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/sales": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/sales": "If you want to use PreSaveOrderHydratePluginInterface" }, "type": "library", "extra": { @@ -33145,59 +34551,58 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\ManualOrderEntry\\Helper\\": "tests/SprykerTest/Zed/ManualOrderEntry/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "MerchantOpeningHoursRestApi module", + "description": "ManualOrderEntry module", "support": { - "source": "https://github.com/spryker/merchant-opening-hours-rest-api/tree/1.0.0" + "source": "https://github.com/spryker/manual-order-entry/tree/1.1.4" }, - "time": "2021-08-16T16:27:47+00:00" + "time": "2023-01-24T16:01:46+00:00" }, { - "name": "spryker/merchant-opening-hours-storage", - "version": "1.0.2", + "name": "spryker/manual-order-entry-gui", + "version": "0.9.4", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-opening-hours-storage.git", - "reference": "5d8ccd6118bffd92b12b21a587062ee484959f0e" + "url": "https://github.com/spryker/manual-order-entry-gui.git", + "reference": "0072ab238591866ac201900d24187f031de57cb7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-opening-hours-storage/zipball/5d8ccd6118bffd92b12b21a587062ee484959f0e", - "reference": "5d8ccd6118bffd92b12b21a587062ee484959f0e", + "url": "https://api.github.com/repos/spryker/manual-order-entry-gui/zipball/0072ab238591866ac201900d24187f031de57cb7", + "reference": "0072ab238591866ac201900d24187f031de57cb7", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/event-behavior": "^1.0.0", + "spryker/calculation": "^4.2.2", + "spryker/cart": "^5.0.0 || ^7.0.0", + "spryker/checkout": "^4.1.0 || ^6.0.0", + "spryker/currency": "^3.1.0 || ^4.0.0", + "spryker/customer": "^7.1.0", + "spryker/discount": "^6.1.0 || ^7.0.0 || ^9.0.0", + "spryker/gui": "^3.1.0", "spryker/kernel": "^3.33.0", - "spryker/merchant": "^3.0.0", - "spryker/merchant-opening-hours": "^1.0.0", - "spryker/propel-orm": "^1.5.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/storage": "^3.0.0", - "spryker/synchronization": "^1.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.0.0", - "spryker/transfer": "^3.25.0", - "spryker/util-encoding": "^2.0.0", - "spryker/weekday-schedule": "^1.0.0" + "spryker/manual-order-entry": "^1.0.0", + "spryker/manual-order-entry-gui-extension": "^1.0.0", + "spryker/messenger": "^3.1.0", + "spryker/money": "^2.1.0", + "spryker/payment": "^4.3.0 || ^5.0.0", + "spryker/product": "^6.0.0", + "spryker/sales": "^8.1.0 || ^10.0.0 || ^11.0.0", + "spryker/shipment": "^8.0.0", + "spryker/store": "^1.0.0", + "spryker/symfony": "^3.1.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/event": "*", - "spryker/propel": "*", - "spryker/publisher": "*", - "spryker/queue": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/event": "If you want to use Event plugins: ^2.1.0" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -33214,42 +34619,32 @@ "license": [ "proprietary" ], - "description": "MerchantOpeningHoursStorage module", + "description": "ManualOrderEntryGui module", "support": { - "source": "https://github.com/spryker/merchant-opening-hours-storage/tree/1.0.2" + "source": "https://github.com/spryker/manual-order-entry-gui/tree/0.9.4" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/merchant-portal-application", - "version": "1.1.0", + "name": "spryker/manual-order-entry-gui-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-portal-application.git", - "reference": "3a6af7df7a91d532c7dcf5373de199c1fa1cd7df" + "url": "https://github.com/spryker/manual-order-entry-gui-extension.git", + "reference": "46efb708b7aba7b9e2c1b8a031ea6a6aaafc53e3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-portal-application/zipball/3a6af7df7a91d532c7dcf5373de199c1fa1cd7df", - "reference": "3a6af7df7a91d532c7dcf5373de199c1fa1cd7df", + "url": "https://api.github.com/repos/spryker/manual-order-entry-gui-extension/zipball/46efb708b7aba7b9e2c1b8a031ea6a6aaafc53e3", + "reference": "46efb708b7aba7b9e2c1b8a031ea6a6aaafc53e3", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/application": "^3.0.0", - "spryker/container": "^1.0.0", - "spryker/event-dispatcher-extension": "^1.0.0", - "spryker/kernel": "^3.30.0" + "php": ">=7.1" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/event-dispatcher": "*", - "spryker/symfony": "*" - }, - "suggest": { - "spryker/event-dispatcher": "If you want to use EventDispatcherPlugin.", - "spryker/log": "For logging request and response.", - "spryker/symfony": "If you want to use plugins with symfony components." + "spryker/testify": "*" }, "type": "library", "extra": { @@ -33266,98 +34661,99 @@ "license": [ "proprietary" ], - "description": "MerchantPortalApplication module", + "description": "ManualOrderEntryGuiExtension module", "support": { - "source": "https://github.com/spryker/merchant-portal-application/tree/1.1.0" + "source": "https://github.com/spryker/manual-order-entry-gui-extension/tree/master" }, - "time": "2023-04-18T12:57:09+00:00" + "time": "2018-03-27T17:57:59+00:00" }, { - "name": "spryker/merchant-product", - "version": "1.6.0", + "name": "spryker/merchant", + "version": "3.7.2", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-product.git", - "reference": "69ee765449bf2021de9a829fac8cececf0ebd241" + "url": "https://github.com/spryker/merchant.git", + "reference": "c23a9ff2ba29a8504b88408f41a25954de0282f2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-product/zipball/69ee765449bf2021de9a829fac8cececf0ebd241", - "reference": "69ee765449bf2021de9a829fac8cececf0ebd241", + "url": "https://api.github.com/repos/spryker/merchant/zipball/c23a9ff2ba29a8504b88408f41a25954de0282f2", + "reference": "c23a9ff2ba29a8504b88408f41a25954de0282f2", "shasum": "" }, "require": { "php": ">=8.0", "spryker/acl-merchant-portal-extension": "^1.0.0", "spryker/cart-extension": "^4.0.0", + "spryker/checkout-extension": "^1.2.0", + "spryker/event": "^2.3.0", "spryker/kernel": "^3.33.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/merchant": "^3.0.0", - "spryker/product": "^6.0.0", - "spryker/product-extension": "^1.1.0", + "spryker/log": "^3.0.0", + "spryker/merchant-extension": "^1.1.0", + "spryker/message-broker": "^1.5.0", + "spryker/message-broker-extension": "^1.0.0", + "spryker/price-product-merchant-relationship-storage-extension": "^1.0.0", "spryker/propel-orm": "^1.0.0", - "spryker/shopping-list-extension": "^1.4.0", - "spryker/symfony": "^3.0.0", + "spryker/publisher-extension": "^1.0.0", + "spryker/shopping-list-extension": "^1.2.0", + "spryker/store": "^1.20.0", "spryker/transfer": "^3.27.0", - "spryker/util-encoding": "^2.0.0" + "spryker/url": "^3.0.0", + "spryker/util-text": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", "spryker/container": "*", "spryker/propel": "*", - "spryker/store": "*", + "spryker/ramsey-uuid": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\MerchantProduct\\Helper\\": "tests/SprykerTest/Zed/MerchantProduct/_support/Helper/" + "SprykerTest\\Zed\\Merchant\\Helper\\": "tests/SprykerTest/Zed/Merchant/_support/Helper/", + "SprykerTest\\AsyncApi\\Merchant\\Helper\\": "tests/SprykerTest/AsyncApi/Merchant/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "MerchantProduct module", + "description": "Merchant module", "support": { - "source": "https://github.com/spryker/merchant-product/tree/1.6.0" + "source": "https://github.com/spryker/merchant/tree/3.7.2" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-07-21T13:09:09+00:00" }, { - "name": "spryker/merchant-product-approval", + "name": "spryker/merchant-categories-rest-api", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-product-approval.git", - "reference": "001784d1cb5dcce83eba547485be0875265223be" + "url": "https://github.com/spryker/merchant-categories-rest-api.git", + "reference": "9e7dbe1e510c3f42c4dd1da31949bcc833d4a6de" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-product-approval/zipball/001784d1cb5dcce83eba547485be0875265223be", - "reference": "001784d1cb5dcce83eba547485be0875265223be", + "url": "https://api.github.com/repos/spryker/merchant-categories-rest-api/zipball/9e7dbe1e510c3f42c4dd1da31949bcc833d4a6de", + "reference": "9e7dbe1e510c3f42c4dd1da31949bcc833d4a6de", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/kernel": "^3.30.0", - "spryker/merchant": "^3.0.0", - "spryker/merchant-product": "^1.0.0", - "spryker/product-approval": "^1.0.0", - "spryker/product-extension": "^1.2.0", - "spryker/transfer": "^3.25.0" + "php": ">=7.3", + "spryker/glue-application": "^1.9.0", + "spryker/kernel": "^3.33.0", + "spryker/merchant-category": "^1.0.0", + "spryker/merchants-rest-api-extension": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/product": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -33374,32 +34770,39 @@ "license": [ "proprietary" ], - "description": "MerchantProductApproval module", + "description": "MerchantCategoriesRestApi module", "support": { - "source": "https://github.com/spryker/merchant-product-approval/tree/1.0.0" + "source": "https://github.com/spryker/merchant-categories-rest-api/tree/1.0.0" }, - "time": "2022-02-11T12:49:43+00:00" + "time": "2021-08-16T16:27:47+00:00" }, { - "name": "spryker/merchant-product-approval-data-import", - "version": "0.1.1", + "name": "spryker/merchant-category", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-product-approval-data-import.git", - "reference": "102c4b5963b17b85047b5fbcc2b859c1fa7c22ac" + "url": "https://github.com/spryker/merchant-category.git", + "reference": "270a10f2f5dd4c87e1c3cc4a604265aa5bb23efc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-product-approval-data-import/zipball/102c4b5963b17b85047b5fbcc2b859c1fa7c22ac", - "reference": "102c4b5963b17b85047b5fbcc2b859c1fa7c22ac", + "url": "https://api.github.com/repos/spryker/merchant-category/zipball/270a10f2f5dd4c87e1c3cc4a604265aa5bb23efc", + "reference": "270a10f2f5dd4c87e1c3cc4a604265aa5bb23efc", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/data-import": "^1.3.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/category": "^4.19.0 || ^5.0.0", + "spryker/category-extension": "^1.0.0", + "spryker/event": "^2.0.0", + "spryker/event-behavior": "^1.0.0", "spryker/kernel": "^3.33.0", - "spryker/merchant": "^3.0.0", - "spryker/merchant-product-approval": "^1.0.0" + "spryker/merchant": "^3.1.0", + "spryker/merchant-extension": "^1.1.0", + "spryker/propel-orm": "^1.0.0", + "spryker/publisher-extension": "^1.0.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*", @@ -33414,40 +34817,41 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\MerchantCategory\\Helper\\": "tests/SprykerTest/Shared/MerchantCategory/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "MerchantProductApprovalDataImport module", + "description": "MerchantCategory module", "support": { - "source": "https://github.com/spryker/merchant-product-approval-data-import/tree/0.1.1" + "source": "https://github.com/spryker/merchant-category/tree/1.1.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-03-10T14:11:16+00:00" }, { - "name": "spryker/merchant-product-data-import", - "version": "0.3.1", + "name": "spryker/merchant-category-data-import", + "version": "0.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-product-data-import.git", - "reference": "2caab1f33859a44888300076ed26bd92d1b8b7df" + "url": "https://github.com/spryker/merchant-category-data-import.git", + "reference": "9a2d83aa404bb2c46c6dad9e2cd4584d7d037ad2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-product-data-import/zipball/2caab1f33859a44888300076ed26bd92d1b8b7df", - "reference": "2caab1f33859a44888300076ed26bd92d1b8b7df", + "url": "https://api.github.com/repos/spryker/merchant-category-data-import/zipball/9a2d83aa404bb2c46c6dad9e2cd4584d7d037ad2", + "reference": "9a2d83aa404bb2c46c6dad9e2cd4584d7d037ad2", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/data-import": "^1.10.0", + "php": ">=7.3", + "spryker/category": "^4.0.0 || ^5.0.0", + "spryker/data-import": "^1.11.0", "spryker/kernel": "^3.33.0", "spryker/merchant": "^3.0.0", - "spryker/merchant-product": "^1.0.0", - "spryker/product": "^6.0.0" + "spryker/merchant-category": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", @@ -33469,37 +34873,40 @@ "license": [ "MIT" ], - "description": "MerchantProductDataImport module", + "description": "MerchantCategoryDataImport module", "support": { - "source": "https://github.com/spryker/merchant-product-data-import/tree/0.3.1" + "source": "https://github.com/spryker/merchant-category-data-import/tree/0.3.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2021-08-16T16:27:47+00:00" }, { - "name": "spryker/merchant-product-gui", - "version": "1.1.0", + "name": "spryker/merchant-category-search", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-product-gui.git", - "reference": "304b23b6daf4d52785f9d76f5f4d487bd187f2e5" + "url": "https://github.com/spryker/merchant-category-search.git", + "reference": "679423b39b9a43a029c58bad3010ea74c839805a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-product-gui/zipball/304b23b6daf4d52785f9d76f5f4d487bd187f2e5", - "reference": "304b23b6daf4d52785f9d76f5f4d487bd187f2e5", + "url": "https://api.github.com/repos/spryker/merchant-category-search/zipball/679423b39b9a43a029c58bad3010ea74c839805a", + "reference": "679423b39b9a43a029c58bad3010ea74c839805a", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/availability-gui-extension": "^1.0.0", - "spryker/kernel": "^3.52.0", - "spryker/merchant-product": "^1.0.0", - "spryker/product-management-extension": "^1.4.0", - "spryker/propel-orm": "^1.0.0", - "spryker/symfony": "^3.0.0" + "php": ">=7.3", + "spryker/kernel": "^3.33.0", + "spryker/merchant-category": "^1.0.0", + "spryker/merchant-search-extension": "^1.0.0", + "spryker/search-extension": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/elastica": "^6.0.0", + "spryker/testify": "*" + }, + "suggest": { + "spryker/elastica": "If you want to use Elastica plugins." }, "type": "library", "extra": { @@ -33516,45 +34923,39 @@ "license": [ "proprietary" ], - "description": "MerchantProductGui module", + "description": "MerchantCategorySearch module", "support": { - "source": "https://github.com/spryker/merchant-product-gui/tree/1.1.0" + "source": "https://github.com/spryker/merchant-category-search/tree/1.0.0" }, - "time": "2022-02-11T12:49:43+00:00" + "time": "2021-08-16T16:27:47+00:00" }, { - "name": "spryker/merchant-product-offer", - "version": "1.7.1", + "name": "spryker/merchant-data-import", + "version": "0.5.1", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-product-offer.git", - "reference": "94822704f11215ae7b3190c560221647160e0247" + "url": "https://github.com/spryker/merchant-data-import.git", + "reference": "0fb2835dc87a1dbb07c20d9f619ba636eb85cbe5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-product-offer/zipball/94822704f11215ae7b3190c560221647160e0247", - "reference": "94822704f11215ae7b3190c560221647160e0247", + "url": "https://api.github.com/repos/spryker/merchant-data-import/zipball/0fb2835dc87a1dbb07c20d9f619ba636eb85cbe5", + "reference": "0fb2835dc87a1dbb07c20d9f619ba636eb85cbe5", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/kernel": "^3.33.0", + "spryker/data-import": "^1.3.0", + "spryker/kernel": "^3.30.0", "spryker/merchant": "^3.0.0", - "spryker/product-extension": "^1.3.0", - "spryker/product-offer": "^1.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/shopping-list-extension": "^1.4.0", - "spryker/transfer": "^3.27.0" + "spryker/propel-orm": "^1.16.0", + "spryker/store": "^1.18.0", + "spryker/transfer": "^3.25.0", + "spryker/url": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/product": "*", - "spryker/product-offer-stock": "*", - "spryker/product-offer-validity": "*", "spryker/propel": "*", - "spryker/store": "*", "spryker/testify": "*" }, "type": "library", @@ -33565,48 +34966,39 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\MerchantDataImport\\Helper\\": "tests/SprykerTest/Zed/MerchantDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "MerchantProductOffer module", + "description": "MerchantDataImport module", "support": { - "source": "https://github.com/spryker/merchant-product-offer/tree/1.7.1" + "source": "https://github.com/spryker/merchant-data-import/tree/0.5.1" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/merchant-product-offer-data-import", - "version": "1.1.1", + "name": "spryker/merchant-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-product-offer-data-import.git", - "reference": "eb068727ed972ed6b99db4a1ddcb83e8d9ded024" + "url": "https://github.com/spryker/merchant-extension.git", + "reference": "a2e8d29c2fbabdbf6ebc7d33d8eb498223a883bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-product-offer-data-import/zipball/eb068727ed972ed6b99db4a1ddcb83e8d9ded024", - "reference": "eb068727ed972ed6b99db4a1ddcb83e8d9ded024", + "url": "https://api.github.com/repos/spryker/merchant-extension/zipball/a2e8d29c2fbabdbf6ebc7d33d8eb498223a883bf", + "reference": "a2e8d29c2fbabdbf6ebc7d33d8eb498223a883bf", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/data-import": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/merchant": "^3.0.0", - "spryker/merchant-product-offer": "^1.0.0", - "spryker/product": "^6.0.0", - "spryker/product-offer": "^1.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/store": "^1.0.0" + "php": ">=7.2" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -33616,52 +35008,61 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\MerchantProductOfferDataImport\\Helper\\": "tests/SprykerTest/Zed/MerchantProductOfferDataImport/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "MerchantProductOfferDataImport module", + "description": "MerchantExtension module", "support": { - "source": "https://github.com/spryker/merchant-product-offer-data-import/tree/1.1.1" + "source": "https://github.com/spryker/merchant-extension/tree/1.1.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2020-01-29T09:34:23+00:00" }, { - "name": "spryker/merchant-product-offer-gui", - "version": "1.0.1", + "name": "spryker/merchant-gui", + "version": "3.10.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-product-offer-gui.git", - "reference": "26d87510a4c345fad7be09d3a01357623d9c8a62" + "url": "https://github.com/spryker/merchant-gui.git", + "reference": "814133cc1104180613ee08539ccc1f21a8c47d8a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-product-offer-gui/zipball/26d87510a4c345fad7be09d3a01357623d9c8a62", - "reference": "26d87510a4c345fad7be09d3a01357623d9c8a62", + "url": "https://api.github.com/repos/spryker/merchant-gui/zipball/814133cc1104180613ee08539ccc1f21a8c47d8a", + "reference": "814133cc1104180613ee08539ccc1f21a8c47d8a", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/gui": "^3.33.0", - "spryker/kernel": "^3.33.0", + "php": ">=8.0", + "spryker/availability-gui-extension": "^1.0.0", + "spryker/gui": "^3.45.0", + "spryker/kernel": "^3.52.0", + "spryker/locale": "^3.0.0 || ^4.0.0", "spryker/merchant": "^3.0.0", - "spryker/merchant-product-offer": "^1.0.0", - "spryker/product-offer": "^1.0.0", - "spryker/product-offer-gui-extension": "^1.0.0", - "spryker/propel-orm": "^1.9.0", - "spryker/symfony": "^3.0.0" + "spryker/merchant-gui-extension": "^1.1.0", + "spryker/product-management-extension": "^1.4.0", + "spryker/product-offer-gui-extension": "^0.1.0 || ^1.0.0", + "spryker/product-option-gui-extension": "^1.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/store": "^1.1.0", + "spryker/symfony": "^3.0.0", + "spryker/url": "^3.0.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/propel": "*", + "spryker/testify": "*", + "spryker/twig": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -33673,61 +35074,37 @@ "license": [ "proprietary" ], - "description": "MerchantProductOfferGui module", + "description": "MerchantGui module", "support": { - "source": "https://github.com/spryker/merchant-product-offer-gui/tree/1.0.1" + "source": "https://github.com/spryker/merchant-gui/tree/3.10.0" }, - "time": "2021-08-19T10:54:56+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/merchant-product-offer-search", - "version": "1.6.0", + "name": "spryker/merchant-gui-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-product-offer-search.git", - "reference": "43919c86ea5e845a776b1d9edb3b51e9f58ed79e" + "url": "https://github.com/spryker/merchant-gui-extension.git", + "reference": "820ad3637bce23a7c1fdbcd10b7b66ea5e8924a3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-product-offer-search/zipball/43919c86ea5e845a776b1d9edb3b51e9f58ed79e", - "reference": "43919c86ea5e845a776b1d9edb3b51e9f58ed79e", + "url": "https://api.github.com/repos/spryker/merchant-gui-extension/zipball/820ad3637bce23a7c1fdbcd10b7b66ea5e8924a3", + "reference": "820ad3637bce23a7c1fdbcd10b7b66ea5e8924a3", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/event-behavior": "^1.8.0", - "spryker/kernel": "^3.33.0", - "spryker/merchant": "^3.0.0", - "spryker/merchant-product-offer": "^1.6.0", - "spryker/product": "^6.0.0", - "spryker/product-offer": "^1.0.0", - "spryker/product-page-search": "^3.2.0", - "spryker/product-page-search-extension": "^1.2.0", - "spryker/propel-orm": "^1.0.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/search-extension": "^1.0.0", - "spryker/store": "^1.2.0", - "spryker/transfer": "^3.31.0" + "php": ">=7.2" }, "require-dev": { - "spryker/category": "*", "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/elastica": "*", - "spryker/event": "*", - "spryker/product-attribute": "*", - "spryker/propel": "*", - "spryker/queue": "*", - "spryker/search": "*", - "spryker/store-extension": "*", - "spryker/testify": "*" + "spryker/gui": "*", + "spryker/symfony": "*" }, "suggest": { - "spryker/catalog": "If you want to use Catalog plugins, minimum required version: 5.2.0.", - "spryker/elastica": "If you want to use ElasticSearch query expander.", - "spryker/event": "To use event behavior.", - "spryker/search": "If you want to use Search plugins.", - "spryker/search-http": "If you want to use SearchHttp plugins." + "spryker/gui": "Required to use gui in plugins.", + "spryker/symfony": "Required to use form in plugins." }, "type": "library", "extra": { @@ -33744,36 +35121,46 @@ "license": [ "proprietary" ], - "description": "MerchantProductOfferSearch module", + "description": "MerchantGuiExtension module", "support": { - "source": "https://github.com/spryker/merchant-product-offer-search/tree/1.6.0" + "source": "https://github.com/spryker/merchant-gui-extension/tree/1.1.0" }, - "time": "2023-07-03T09:56:58+00:00" + "time": "2020-04-08T15:48:06+00:00" }, { - "name": "spryker/merchant-product-offer-shopping-lists-rest-api", - "version": "1.0.0", + "name": "spryker/merchant-oms", + "version": "1.0.3", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-product-offer-shopping-lists-rest-api.git", - "reference": "219cd2b6f1fc75d050b31491319976390358a336" + "url": "https://github.com/spryker/merchant-oms.git", + "reference": "3b4e2bd07ad4bdf4c7a8e894a90a50198e3da409" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-product-offer-shopping-lists-rest-api/zipball/219cd2b6f1fc75d050b31491319976390358a336", - "reference": "219cd2b6f1fc75d050b31491319976390358a336", + "url": "https://api.github.com/repos/spryker/merchant-oms/zipball/3b4e2bd07ad4bdf4c7a8e894a90a50198e3da409", + "reference": "3b4e2bd07ad4bdf4c7a8e894a90a50198e3da409", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/glue-application": "^1.0.0", + "php": ">=8.0", + "spryker/kernel": "^3.30.0", "spryker/merchant": "^3.0.0", - "spryker/merchant-product-offer": "^1.0.0", - "spryker/product-offer": "^1.0.0", - "spryker/shopping-list": "^4.0.0" + "spryker/merchant-sales-order": "^1.0.0", + "spryker/merchant-sales-order-extension": "^1.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/state-machine": "^2.13.0", + "spryker/symfony": "^3.0.0", + "spryker/util-data-reader": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/customer": "*", + "spryker/oms": "*", + "spryker/propel": "*", + "spryker/sales": "*", + "spryker/store": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -33790,59 +35177,43 @@ "license": [ "proprietary" ], - "description": "MerchantProductOfferShoppingListsRestApi module", + "description": "MerchantOms module", "support": { - "source": "https://github.com/spryker/merchant-product-offer-shopping-lists-rest-api/tree/1.0.0" + "source": "https://github.com/spryker/merchant-oms/tree/1.0.3" }, - "time": "2022-04-18T12:48:30+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/merchant-product-offer-storage", - "version": "2.2.0", + "name": "spryker/merchant-oms-data-import", + "version": "0.5.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-product-offer-storage.git", - "reference": "3f9f772e06a35d6825f13faac62a2ef3282ab451" + "url": "https://github.com/spryker/merchant-oms-data-import.git", + "reference": "25bd2eda74cc5f8ff1f6ce20a4a81cbcc09058e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-product-offer-storage/zipball/3f9f772e06a35d6825f13faac62a2ef3282ab451", - "reference": "3f9f772e06a35d6825f13faac62a2ef3282ab451", + "url": "https://api.github.com/repos/spryker/merchant-oms-data-import/zipball/25bd2eda74cc5f8ff1f6ce20a4a81cbcc09058e4", + "reference": "25bd2eda74cc5f8ff1f6ce20a4a81cbcc09058e4", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/event-behavior": "^1.14.0", - "spryker/kernel": "^3.33.0", - "spryker/merchant": "^3.1.0", - "spryker/merchant-product-offer": "^1.0.0", - "spryker/merchant-product-offer-storage-extension": "^1.1.0", - "spryker/product-offer": "^1.0.0 ", - "spryker/product-offer-service-point-storage-extension": "^1.0.0", - "spryker/product-offer-shipment-type-storage-extension": "^1.0.0", - "spryker/product-offer-storage": "^1.0.0", - "spryker/product-offer-storage-extension": "^1.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/transfer": "^3.27.0" + "php": ">=7.3", + "spryker/data-import": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/merchant": "^1.0.0 || ^2.0.0 || ^3.0.0", + "spryker/merchant-oms": "^1.0.0", + "spryker/state-machine": "^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/product": "*", "spryker/propel": "*", - "spryker/queue": "*", - "spryker/store": "*", - "spryker/store-extension": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/event": "Required for using the Listeners" - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -33852,30 +35223,33 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "MerchantProductOfferStorage module", + "description": "MerchantOmsDataImport module", "support": { - "source": "https://github.com/spryker/merchant-product-offer-storage/tree/2.2.0" + "source": "https://github.com/spryker/merchant-oms-data-import/tree/0.5.0" }, - "time": "2023-07-04T16:48:08+00:00" + "time": "2021-08-16T16:27:47+00:00" }, { - "name": "spryker/merchant-product-offer-storage-extension", - "version": "1.1.0", + "name": "spryker/merchant-oms-gui", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-product-offer-storage-extension.git", - "reference": "06bf1c6ae1d32c30aa7e499a26e5d1a56a1f4497" + "url": "https://github.com/spryker/merchant-oms-gui.git", + "reference": "025f01641cff4d33ec2fa99a35d207b85daf4265" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-product-offer-storage-extension/zipball/06bf1c6ae1d32c30aa7e499a26e5d1a56a1f4497", - "reference": "06bf1c6ae1d32c30aa7e499a26e5d1a56a1f4497", + "url": "https://api.github.com/repos/spryker/merchant-oms-gui/zipball/025f01641cff4d33ec2fa99a35d207b85daf4265", + "reference": "025f01641cff4d33ec2fa99a35d207b85daf4265", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=7.3", + "spryker/kernel": "^3.33.0", + "spryker/merchant-oms": "^1.0.0", + "spryker/sales-extension": "^1.8.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -33895,43 +35269,33 @@ "license": [ "proprietary" ], - "description": "MerchantProductOfferStorageExtension module", + "description": "MerchantOmsGui module", "support": { - "source": "https://github.com/spryker/merchant-product-offer-storage-extension/tree/1.1.0" + "source": "https://github.com/spryker/merchant-oms-gui/tree/1.0.1" }, - "time": "2022-02-24T16:37:46+00:00" + "time": "2021-08-19T10:54:56+00:00" }, { - "name": "spryker/merchant-product-offer-wishlist", - "version": "1.2.1", + "name": "spryker/merchant-opening-hours", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-product-offer-wishlist.git", - "reference": "f5d9c9876ecbc05c18f462b2609f0451ae55ad05" + "url": "https://github.com/spryker/merchant-opening-hours.git", + "reference": "0f2894c5badeccd004ea2d889408fe9b3f0f5952" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-product-offer-wishlist/zipball/f5d9c9876ecbc05c18f462b2609f0451ae55ad05", - "reference": "f5d9c9876ecbc05c18f462b2609f0451ae55ad05", + "url": "https://api.github.com/repos/spryker/merchant-opening-hours/zipball/0f2894c5badeccd004ea2d889408fe9b3f0f5952", + "reference": "0f2894c5badeccd004ea2d889408fe9b3f0f5952", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/kernel": "^3.33.0", - "spryker/merchant": "^3.1.0", - "spryker/product-offer": "^1.0.0", - "spryker/transfer": "^3.25.0", - "spryker/wishlist-extension": "^1.3.0" + "php": ">=7.3", + "spryker/merchant": "^3.0.0", + "spryker/weekday-schedule": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/customer": "*", - "spryker/product": "*", - "spryker/propel": "*", - "spryker/store": "*", - "spryker/testify": "*", - "spryker/wishlist": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -33948,41 +35312,38 @@ "license": [ "proprietary" ], - "description": "MerchantProductOfferWishlist module", + "description": "MerchantOpeningHours module", "support": { - "source": "https://github.com/spryker/merchant-product-offer-wishlist/tree/1.2.1" + "source": "https://github.com/spryker/merchant-opening-hours/tree/1.0.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2021-08-16T16:27:47+00:00" }, { - "name": "spryker/merchant-product-offer-wishlist-rest-api", - "version": "1.1.1", + "name": "spryker/merchant-opening-hours-data-import", + "version": "0.6.1", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-product-offer-wishlist-rest-api.git", - "reference": "94b6e8f3142ded67486a170d32e05071838d90d7" + "url": "https://github.com/spryker/merchant-opening-hours-data-import.git", + "reference": "863c70949b333120c84ceee11c567e039695f89b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-product-offer-wishlist-rest-api/zipball/94b6e8f3142ded67486a170d32e05071838d90d7", - "reference": "94b6e8f3142ded67486a170d32e05071838d90d7", + "url": "https://api.github.com/repos/spryker/merchant-opening-hours-data-import/zipball/863c70949b333120c84ceee11c567e039695f89b", + "reference": "863c70949b333120c84ceee11c567e039695f89b", "shasum": "" }, "require": { "php": ">=8.0", + "spryker/data-import": "^1.3.0", "spryker/kernel": "^3.33.0", - "spryker/wishlist": "^8.4.0", - "spryker/wishlists-rest-api-extension": "^1.0.0" + "spryker/merchant": "^3.0.0", + "spryker/merchant-opening-hours": "^1.0.0", + "spryker/weekday-schedule": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/customer": "*", - "spryker/merchant": "*", - "spryker/product": "*", - "spryker/product-offer": "*", + "spryker/merchant-data-import": "*", "spryker/propel": "*", - "spryker/store": "*", "spryker/testify": "*" }, "type": "library", @@ -33993,51 +35354,51 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\MerchantOpeningHoursDataImport\\Helper\\": "tests/SprykerTest/Zed/MerchantOpeningHoursDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "MerchantProductOfferWishlistRestApi module", + "description": "MerchantOpeningHoursDataImport module", "support": { - "source": "https://github.com/spryker/merchant-product-offer-wishlist-rest-api/tree/1.1.1" + "source": "https://github.com/spryker/merchant-opening-hours-data-import/tree/0.6.1" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/merchant-product-offers-rest-api", - "version": "2.0.0", + "name": "spryker/merchant-opening-hours-rest-api", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-product-offers-rest-api.git", - "reference": "c10e5218cc8d09062b89120fff640deff58e8679" + "url": "https://github.com/spryker/merchant-opening-hours-rest-api.git", + "reference": "5faef81337ff9d7ac9e77f329a8a970fa978958c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-product-offers-rest-api/zipball/c10e5218cc8d09062b89120fff640deff58e8679", - "reference": "c10e5218cc8d09062b89120fff640deff58e8679", + "url": "https://api.github.com/repos/spryker/merchant-opening-hours-rest-api/zipball/5faef81337ff9d7ac9e77f329a8a970fa978958c", + "reference": "5faef81337ff9d7ac9e77f329a8a970fa978958c", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/carts-rest-api-extension": "^1.5.0", - "spryker/glue-application": "^1.0.0", + "php": ">=7.3", + "spryker/glossary-storage": "^1.5.0", + "spryker/glue-application": "^1.9.0", "spryker/glue-application-extension": "^1.0.0", "spryker/kernel": "^3.33.0", - "spryker/product-offer-storage": "^1.0.0", - "spryker/quote-requests-rest-api-extension": "^1.0.0", + "spryker/merchant-opening-hours-storage": "^1.0.0", + "spryker/merchant-storage": "^1.0.0", "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -34049,42 +35410,53 @@ "license": [ "proprietary" ], - "description": "MerchantProductOffersRestApi module", + "description": "MerchantOpeningHoursRestApi module", "support": { - "source": "https://github.com/spryker/merchant-product-offers-rest-api/tree/2.0.0" + "source": "https://github.com/spryker/merchant-opening-hours-rest-api/tree/1.0.0" }, - "time": "2022-02-24T16:37:46+00:00" + "time": "2021-08-16T16:27:47+00:00" }, { - "name": "spryker/merchant-product-option", - "version": "1.1.0", + "name": "spryker/merchant-opening-hours-storage", + "version": "1.0.2", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-product-option.git", - "reference": "f76f934502e66634cc9fc7533c9aa2e053182f65" + "url": "https://github.com/spryker/merchant-opening-hours-storage.git", + "reference": "5d8ccd6118bffd92b12b21a587062ee484959f0e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-product-option/zipball/f76f934502e66634cc9fc7533c9aa2e053182f65", - "reference": "f76f934502e66634cc9fc7533c9aa2e053182f65", + "url": "https://api.github.com/repos/spryker/merchant-opening-hours-storage/zipball/5d8ccd6118bffd92b12b21a587062ee484959f0e", + "reference": "5d8ccd6118bffd92b12b21a587062ee484959f0e", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/cart-extension": "^4.0.0", - "spryker/checkout-extension": "^1.2.0", + "spryker/event-behavior": "^1.0.0", "spryker/kernel": "^3.33.0", - "spryker/merchant": "^2.0.0 || ^3.0.0", - "spryker/product-option": "^8.10.0", - "spryker/product-option-extension": "^1.1.0", - "spryker/propel-orm": "^1.0.0", - "spryker/transfer": "^3.27.0" + "spryker/merchant": "^3.0.0", + "spryker/merchant-opening-hours": "^1.0.0", + "spryker/propel-orm": "^1.5.0", + "spryker/publisher-extension": "^1.0.0", + "spryker/storage": "^3.0.0", + "spryker/synchronization": "^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.0.0", + "spryker/transfer": "^3.25.0", + "spryker/util-encoding": "^2.0.0", + "spryker/weekday-schedule": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/event": "*", "spryker/propel": "*", + "spryker/publisher": "*", + "spryker/queue": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/event": "If you want to use Event plugins: ^2.1.0" + }, "type": "library", "extra": { "branch-alias": { @@ -34093,46 +35465,49 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\MerchantProductOption\\Helper\\": "tests/SprykerTest/Shared/MerchantProductOption/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "MerchantProductOption module", + "description": "MerchantOpeningHoursStorage module", "support": { - "source": "https://github.com/spryker/merchant-product-option/tree/1.1.0" + "source": "https://github.com/spryker/merchant-opening-hours-storage/tree/1.0.2" }, - "time": "2023-01-20T11:20:19+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/merchant-product-option-data-import", - "version": "0.2.2", + "name": "spryker/merchant-portal-application", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-product-option-data-import.git", - "reference": "5f0a3ce9045ee43d03cec34a862655921939e05d" + "url": "https://github.com/spryker/merchant-portal-application.git", + "reference": "3a6af7df7a91d532c7dcf5373de199c1fa1cd7df" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-product-option-data-import/zipball/5f0a3ce9045ee43d03cec34a862655921939e05d", - "reference": "5f0a3ce9045ee43d03cec34a862655921939e05d", + "url": "https://api.github.com/repos/spryker/merchant-portal-application/zipball/3a6af7df7a91d532c7dcf5373de199c1fa1cd7df", + "reference": "3a6af7df7a91d532c7dcf5373de199c1fa1cd7df", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/data-import": "^1.3.0", - "spryker/kernel": "^3.33.0", - "spryker/merchant": "^2.0.0 || ^3.0.0", - "spryker/merchant-product-option": "^1.0.0", - "spryker/product-option": "^8.10.0" + "spryker/application": "^3.0.0", + "spryker/container": "^1.0.0", + "spryker/event-dispatcher-extension": "^1.0.0", + "spryker/kernel": "^3.30.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/event-dispatcher": "*", + "spryker/symfony": "*" + }, + "suggest": { + "spryker/event-dispatcher": "If you want to use EventDispatcherPlugin.", + "spryker/log": "For logging request and response.", + "spryker/symfony": "If you want to use plugins with symfony components." }, "type": "library", "extra": { @@ -34147,39 +35522,49 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "MerchantProductOptionDataImport module", + "description": "MerchantPortalApplication module", "support": { - "source": "https://github.com/spryker/merchant-product-option-data-import/tree/0.2.2" + "source": "https://github.com/spryker/merchant-portal-application/tree/1.1.0" }, - "time": "2023-05-24T11:26:01+00:00" + "time": "2023-04-18T12:57:09+00:00" }, { - "name": "spryker/merchant-product-option-gui", - "version": "1.0.0", + "name": "spryker/merchant-product", + "version": "1.6.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-product-option-gui.git", - "reference": "e490776d06781573fc39845923f09e6ba62e128b" + "url": "https://github.com/spryker/merchant-product.git", + "reference": "69ee765449bf2021de9a829fac8cececf0ebd241" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-product-option-gui/zipball/e490776d06781573fc39845923f09e6ba62e128b", - "reference": "e490776d06781573fc39845923f09e6ba62e128b", + "url": "https://api.github.com/repos/spryker/merchant-product/zipball/69ee765449bf2021de9a829fac8cececf0ebd241", + "reference": "69ee765449bf2021de9a829fac8cececf0ebd241", "shasum": "" }, "require": { - "php": ">=7.3", + "php": ">=8.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/cart-extension": "^4.0.0", "spryker/kernel": "^3.33.0", - "spryker/merchant": "^2.0.0 || ^3.0.0", - "spryker/merchant-product-option": "^1.0.0", - "spryker/product-option-gui-extension": "^1.0.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/merchant": "^3.0.0", + "spryker/product": "^6.0.0", + "spryker/product-extension": "^1.1.0", "spryker/propel-orm": "^1.0.0", - "spryker/symfony": "^3.0.0" + "spryker/shopping-list-extension": "^1.4.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.27.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/propel": "*", + "spryker/store": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -34189,46 +35574,46 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\MerchantProduct\\Helper\\": "tests/SprykerTest/Zed/MerchantProduct/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "MerchantProductOptionGui module", + "description": "MerchantProduct module", "support": { - "source": "https://github.com/spryker/merchant-product-option-gui/tree/1.0.0" + "source": "https://github.com/spryker/merchant-product/tree/1.6.0" }, - "time": "2021-08-16T16:27:47+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/merchant-product-option-storage", - "version": "1.1.0", + "name": "spryker/merchant-product-approval", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-product-option-storage.git", - "reference": "be64a4d43aa41587fe490b95615218fe6b151d92" + "url": "https://github.com/spryker/merchant-product-approval.git", + "reference": "001784d1cb5dcce83eba547485be0875265223be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-product-option-storage/zipball/be64a4d43aa41587fe490b95615218fe6b151d92", - "reference": "be64a4d43aa41587fe490b95615218fe6b151d92", + "url": "https://api.github.com/repos/spryker/merchant-product-approval/zipball/001784d1cb5dcce83eba547485be0875265223be", + "reference": "001784d1cb5dcce83eba547485be0875265223be", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/event-behavior": "^1.0.0", + "php": ">=7.4", "spryker/kernel": "^3.30.0", - "spryker/merchant-product-option": "^1.1.0", - "spryker/product-option": "^8.10.0", - "spryker/product-option-storage": "^1.11.0", - "spryker/product-option-storage-extension": "^1.0.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/transfer": "^3.27.0" + "spryker/merchant": "^3.0.0", + "spryker/merchant-product": "^1.0.0", + "spryker/product-approval": "^1.0.0", + "spryker/product-extension": "^1.2.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/product": "*", "spryker/propel": "*", "spryker/testify": "*" }, @@ -34247,56 +35632,38 @@ "license": [ "proprietary" ], - "description": "MerchantProductOptionStorage module", + "description": "MerchantProductApproval module", "support": { - "source": "https://github.com/spryker/merchant-product-option-storage/tree/1.1.0" + "source": "https://github.com/spryker/merchant-product-approval/tree/1.0.0" }, - "time": "2023-01-20T11:20:19+00:00" + "time": "2022-02-11T12:49:43+00:00" }, { - "name": "spryker/merchant-product-search", - "version": "1.3.0", + "name": "spryker/merchant-product-approval-data-import", + "version": "0.1.1", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-product-search.git", - "reference": "a936de4cfe6a2bf73c76120723a340e305acab30" + "url": "https://github.com/spryker/merchant-product-approval-data-import.git", + "reference": "102c4b5963b17b85047b5fbcc2b859c1fa7c22ac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-product-search/zipball/a936de4cfe6a2bf73c76120723a340e305acab30", - "reference": "a936de4cfe6a2bf73c76120723a340e305acab30", + "url": "https://api.github.com/repos/spryker/merchant-product-approval-data-import/zipball/102c4b5963b17b85047b5fbcc2b859c1fa7c22ac", + "reference": "102c4b5963b17b85047b5fbcc2b859c1fa7c22ac", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/event-behavior": "^1.8.0", + "spryker/data-import": "^1.3.0", "spryker/kernel": "^3.33.0", "spryker/merchant": "^3.0.0", - "spryker/merchant-product": "^1.3.0", - "spryker/product-page-search": "^3.2.0", - "spryker/product-page-search-extension": "^1.2.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/search-extension": "^1.0.0", - "spryker/store": "^1.19.0", - "spryker/transfer": "^3.27.0" + "spryker/merchant-product-approval": "^1.0.0" }, "require-dev": { - "spryker/category": "*", "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/elastica": "*", - "spryker/product": "*", - "spryker/product-attribute": "*", "spryker/propel": "*", - "spryker/queue": "*", - "spryker/search": "*", - "spryker/store-extension": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/elastica": "If you want to use Elastica plugins.", - "spryker/search": "If you want to use Search plugins." - }, "type": "library", "extra": { "branch-alias": { @@ -34310,38 +35677,40 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "MerchantProductSearch module", + "description": "MerchantProductApprovalDataImport module", "support": { - "source": "https://github.com/spryker/merchant-product-search/tree/1.3.0" + "source": "https://github.com/spryker/merchant-product-approval-data-import/tree/0.1.1" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/merchant-product-shopping-lists-rest-api", - "version": "1.0.0", + "name": "spryker/merchant-product-data-import", + "version": "0.3.1", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-product-shopping-lists-rest-api.git", - "reference": "ed41b9ee7e073d10eb34d6a1d432887a1d55b986" + "url": "https://github.com/spryker/merchant-product-data-import.git", + "reference": "2caab1f33859a44888300076ed26bd92d1b8b7df" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-product-shopping-lists-rest-api/zipball/ed41b9ee7e073d10eb34d6a1d432887a1d55b986", - "reference": "ed41b9ee7e073d10eb34d6a1d432887a1d55b986", + "url": "https://api.github.com/repos/spryker/merchant-product-data-import/zipball/2caab1f33859a44888300076ed26bd92d1b8b7df", + "reference": "2caab1f33859a44888300076ed26bd92d1b8b7df", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/glue-application": "^1.0.0", + "php": ">=8.0", + "spryker/data-import": "^1.10.0", + "spryker/kernel": "^3.33.0", "spryker/merchant": "^3.0.0", "spryker/merchant-product": "^1.0.0", - "spryker/product": "^6.0.0", - "spryker/shopping-list": "^4.0.0" + "spryker/product": "^6.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -34356,57 +35725,39 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "MerchantProductShoppingListsRestApi module", + "description": "MerchantProductDataImport module", "support": { - "source": "https://github.com/spryker/merchant-product-shopping-lists-rest-api/tree/1.0.0" + "source": "https://github.com/spryker/merchant-product-data-import/tree/0.3.1" }, - "time": "2022-04-18T12:48:30+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/merchant-product-storage", - "version": "1.5.0", + "name": "spryker/merchant-product-gui", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-product-storage.git", - "reference": "2362031633485c3fa216f5c3f78c35219b5002b3" + "url": "https://github.com/spryker/merchant-product-gui.git", + "reference": "304b23b6daf4d52785f9d76f5f4d487bd187f2e5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-product-storage/zipball/2362031633485c3fa216f5c3f78c35219b5002b3", - "reference": "2362031633485c3fa216f5c3f78c35219b5002b3", + "url": "https://api.github.com/repos/spryker/merchant-product-gui/zipball/304b23b6daf4d52785f9d76f5f4d487bd187f2e5", + "reference": "304b23b6daf4d52785f9d76f5f4d487bd187f2e5", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/event-behavior": "^1.17.0", - "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.5.0 || ^4.0.0", - "spryker/merchant-product": "^1.5.0", - "spryker/merchant-product-offer-storage-extension": "^1.0.0", - "spryker/product-offer-storage-extension": "^1.0.0", - "spryker/product-storage": "^1.26.0", - "spryker/product-storage-extension": "^1.6.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/synchronization-behavior": "^1.4.0", - "spryker/transfer": "^3.27.0" + "php": ">=7.4", + "spryker/availability-gui-extension": "^1.0.0", + "spryker/kernel": "^3.52.0", + "spryker/merchant-product": "^1.0.0", + "spryker/product-management-extension": "^1.4.0", + "spryker/propel-orm": "^1.0.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/merchant": "*", - "spryker/product": "*", - "spryker/propel": "*", - "spryker/queue": "*", - "spryker/storage": "*", - "spryker/store": "*", - "spryker/store-extension": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/event": "Required for using the Listeners", - "spryker/merchant": "If you want to use MerchantUpdatePublisherPlugin" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -34423,35 +35774,46 @@ "license": [ "proprietary" ], - "description": "MerchantProductStorage module", + "description": "MerchantProductGui module", "support": { - "source": "https://github.com/spryker/merchant-product-storage/tree/1.5.0" + "source": "https://github.com/spryker/merchant-product-gui/tree/1.1.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2022-02-11T12:49:43+00:00" }, { - "name": "spryker/merchant-product-wishlist", - "version": "1.1.0", + "name": "spryker/merchant-product-offer", + "version": "1.7.1", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-product-wishlist.git", - "reference": "90e485deaea8857d12574b22fc69cb239c96afed" + "url": "https://github.com/spryker/merchant-product-offer.git", + "reference": "94822704f11215ae7b3190c560221647160e0247" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-product-wishlist/zipball/90e485deaea8857d12574b22fc69cb239c96afed", - "reference": "90e485deaea8857d12574b22fc69cb239c96afed", + "url": "https://api.github.com/repos/spryker/merchant-product-offer/zipball/94822704f11215ae7b3190c560221647160e0247", + "reference": "94822704f11215ae7b3190c560221647160e0247", "shasum": "" }, "require": { - "php": ">=7.4", + "php": ">=8.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", "spryker/kernel": "^3.33.0", - "spryker/merchant-product": "^1.0.0", - "spryker/product": "^6.22.0", - "spryker/wishlist-extension": "^1.3.0" + "spryker/merchant": "^3.0.0", + "spryker/product-extension": "^1.3.0", + "spryker/product-offer": "^1.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/shopping-list-extension": "^1.4.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/product": "*", + "spryker/product-offer-stock": "*", + "spryker/product-offer-validity": "*", + "spryker/propel": "*", + "spryker/store": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -34468,34 +35830,40 @@ "license": [ "proprietary" ], - "description": "MerchantProductWishlist module", + "description": "MerchantProductOffer module", "support": { - "source": "https://github.com/spryker/merchant-product-wishlist/tree/1.1.0" + "source": "https://github.com/spryker/merchant-product-offer/tree/1.7.1" }, - "time": "2021-10-29T06:02:31+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/merchant-products-rest-api", - "version": "1.0.0", + "name": "spryker/merchant-product-offer-data-import", + "version": "1.1.1", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-products-rest-api.git", - "reference": "337430a8698593c32871e968fb449ea06c4101c3" + "url": "https://github.com/spryker/merchant-product-offer-data-import.git", + "reference": "eb068727ed972ed6b99db4a1ddcb83e8d9ded024" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-products-rest-api/zipball/337430a8698593c32871e968fb449ea06c4101c3", - "reference": "337430a8698593c32871e968fb449ea06c4101c3", + "url": "https://api.github.com/repos/spryker/merchant-product-offer-data-import/zipball/eb068727ed972ed6b99db4a1ddcb83e8d9ded024", + "reference": "eb068727ed972ed6b99db4a1ddcb83e8d9ded024", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/carts-rest-api-extension": "^1.5.0", - "spryker/kernel": "^3.30.0", - "spryker/synchronization-behavior": "^1.0.0" + "php": ">=8.0", + "spryker/data-import": "^1.0.0", + "spryker/kernel": "^3.33.0", + "spryker/merchant": "^3.0.0", + "spryker/merchant-product-offer": "^1.0.0", + "spryker/product": "^6.0.0", + "spryker/product-offer": "^1.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/store": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", @@ -34506,50 +35874,47 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\MerchantProductOfferDataImport\\Helper\\": "tests/SprykerTest/Zed/MerchantProductOfferDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "MerchantProductsRestApi module", + "description": "MerchantProductOfferDataImport module", "support": { - "source": "https://github.com/spryker/merchant-products-rest-api/tree/1.0.0" + "source": "https://github.com/spryker/merchant-product-offer-data-import/tree/1.1.1" }, - "time": "2021-07-07T15:14:17+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/merchant-profile", - "version": "1.3.0", + "name": "spryker/merchant-product-offer-gui", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-profile.git", - "reference": "55083477e324287a02fa7c937939e5a008d4d657" + "url": "https://github.com/spryker/merchant-product-offer-gui.git", + "reference": "26d87510a4c345fad7be09d3a01357623d9c8a62" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-profile/zipball/55083477e324287a02fa7c937939e5a008d4d657", - "reference": "55083477e324287a02fa7c937939e5a008d4d657", + "url": "https://api.github.com/repos/spryker/merchant-product-offer-gui/zipball/26d87510a4c345fad7be09d3a01357623d9c8a62", + "reference": "26d87510a4c345fad7be09d3a01357623d9c8a62", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/country": "^3.0.0 || ^4.0.0", - "spryker/glossary": "^3.0.0", + "php": ">=7.3", + "spryker/gui": "^3.33.0", "spryker/kernel": "^3.33.0", - "spryker/locale": "^3.0.0 || ^4.0.0", "spryker/merchant": "^3.0.0", - "spryker/merchant-extension": "^1.1.0", - "spryker/propel-orm": "^1.0.0", - "spryker/sales-extension": "^1.3.0", - "spryker/transfer": "^3.27.0" + "spryker/merchant-product-offer": "^1.0.0", + "spryker/product-offer": "^1.0.0", + "spryker/product-offer-gui-extension": "^1.0.0", + "spryker/propel-orm": "^1.9.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -34559,49 +35924,69 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\MerchantProfile\\Helper\\": "tests/SprykerTest/Zed/MerchantProfile/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "MerchantProfile module", + "description": "MerchantProductOfferGui module", "support": { - "source": "https://github.com/spryker/merchant-profile/tree/1.3.0" + "source": "https://github.com/spryker/merchant-product-offer-gui/tree/1.0.1" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2021-08-19T10:54:56+00:00" }, { - "name": "spryker/merchant-profile-data-import", - "version": "0.6.1", + "name": "spryker/merchant-product-offer-search", + "version": "1.6.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-profile-data-import.git", - "reference": "438c0c976d36a23d676e386cb054422108f262d9" + "url": "https://github.com/spryker/merchant-product-offer-search.git", + "reference": "43919c86ea5e845a776b1d9edb3b51e9f58ed79e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-profile-data-import/zipball/438c0c976d36a23d676e386cb054422108f262d9", - "reference": "438c0c976d36a23d676e386cb054422108f262d9", + "url": "https://api.github.com/repos/spryker/merchant-product-offer-search/zipball/43919c86ea5e845a776b1d9edb3b51e9f58ed79e", + "reference": "43919c86ea5e845a776b1d9edb3b51e9f58ed79e", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/country": "^3.0.0 || ^4.0.0", - "spryker/data-import": "^1.3.0", - "spryker/glossary": "^3.3.0", - "spryker/kernel": "^3.30.0", + "spryker/event-behavior": "^1.8.0", + "spryker/kernel": "^3.33.0", "spryker/merchant": "^3.0.0", - "spryker/merchant-profile": "^1.0.0" + "spryker/merchant-product-offer": "^1.6.0", + "spryker/product": "^6.0.0", + "spryker/product-offer": "^1.0.0", + "spryker/product-page-search": "^3.2.0", + "spryker/product-page-search-extension": "^1.2.0", + "spryker/propel-orm": "^1.0.0", + "spryker/publisher-extension": "^1.0.0", + "spryker/search-extension": "^1.0.0", + "spryker/store": "^1.2.0", + "spryker/transfer": "^3.31.0" }, "require-dev": { + "spryker/category": "*", "spryker/code-sniffer": "*", - "spryker/merchant-data-import": "*", + "spryker/container": "*", + "spryker/elastica": "*", + "spryker/event": "*", + "spryker/product-attribute": "*", "spryker/propel": "*", + "spryker/queue": "*", + "spryker/search": "*", + "spryker/store-extension": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/catalog": "If you want to use Catalog plugins, minimum required version: 5.2.0.", + "spryker/elastica": "If you want to use ElasticSearch query expander.", + "spryker/event": "To use event behavior.", + "spryker/search": "If you want to use Search plugins.", + "spryker/search-http": "If you want to use SearchHttp plugins." + }, "type": "library", "extra": { "branch-alias": { @@ -34610,45 +35995,40 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\MerchantProfileDataImport\\Helper\\": "tests/SprykerTest/Zed/MerchantProfileDataImport/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "MerchantProfileDataImport module", + "description": "MerchantProductOfferSearch module", "support": { - "source": "https://github.com/spryker/merchant-profile-data-import/tree/0.6.1" + "source": "https://github.com/spryker/merchant-product-offer-search/tree/1.6.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-07-03T09:56:58+00:00" }, { - "name": "spryker/merchant-profile-gui", - "version": "1.2.1", + "name": "spryker/merchant-product-offer-shopping-lists-rest-api", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-profile-gui.git", - "reference": "bdc614330201e245eeeb9933980fcca071556c68" + "url": "https://github.com/spryker/merchant-product-offer-shopping-lists-rest-api.git", + "reference": "219cd2b6f1fc75d050b31491319976390358a336" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-profile-gui/zipball/bdc614330201e245eeeb9933980fcca071556c68", - "reference": "bdc614330201e245eeeb9933980fcca071556c68", + "url": "https://api.github.com/repos/spryker/merchant-product-offer-shopping-lists-rest-api/zipball/219cd2b6f1fc75d050b31491319976390358a336", + "reference": "219cd2b6f1fc75d050b31491319976390358a336", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/country": "^3.0.0 || ^4.0.0", - "spryker/glossary": "^3.0.0", - "spryker/gui": "^3.48.0", - "spryker/kernel": "^3.33.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/merchant-gui-extension": "^1.0.0", - "spryker/merchant-profile": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0" + "php": ">=7.4", + "spryker/glue-application": "^1.0.0", + "spryker/merchant": "^3.0.0", + "spryker/merchant-product-offer": "^1.0.0", + "spryker/product-offer": "^1.0.0", + "spryker/shopping-list": "^4.0.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -34668,46 +36048,55 @@ "license": [ "proprietary" ], - "description": "MerchantProfileGui module", + "description": "MerchantProductOfferShoppingListsRestApi module", "support": { - "source": "https://github.com/spryker/merchant-profile-gui/tree/1.2.1" + "source": "https://github.com/spryker/merchant-product-offer-shopping-lists-rest-api/tree/1.0.0" }, - "time": "2023-06-16T12:23:09+00:00" + "time": "2022-04-18T12:48:30+00:00" }, { - "name": "spryker/merchant-profile-merchant-portal-gui", - "version": "2.3.1", + "name": "spryker/merchant-product-offer-storage", + "version": "2.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-profile-merchant-portal-gui.git", - "reference": "2b9666b7b0cbc878d2b92231026459f0fdf3a2d5" + "url": "https://github.com/spryker/merchant-product-offer-storage.git", + "reference": "3f9f772e06a35d6825f13faac62a2ef3282ab451" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-profile-merchant-portal-gui/zipball/2b9666b7b0cbc878d2b92231026459f0fdf3a2d5", - "reference": "2b9666b7b0cbc878d2b92231026459f0fdf3a2d5", + "url": "https://api.github.com/repos/spryker/merchant-product-offer-storage/zipball/3f9f772e06a35d6825f13faac62a2ef3282ab451", + "reference": "3f9f772e06a35d6825f13faac62a2ef3282ab451", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/country": "^3.0.0 || ^4.0.0", - "spryker/glossary": "^3.0.0", - "spryker/gui": "^3.48.0", - "spryker/kernel": "^3.46.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/merchant": "^3.0.0", - "spryker/merchant-profile": "^1.0.0", - "spryker/merchant-user": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0", - "spryker/url": "^3.0.0", - "spryker/zed-ui": "^2.0.0" + "spryker/event-behavior": "^1.14.0", + "spryker/kernel": "^3.33.0", + "spryker/merchant": "^3.1.0", + "spryker/merchant-product-offer": "^1.0.0", + "spryker/merchant-product-offer-storage-extension": "^1.1.0", + "spryker/product-offer": "^1.0.0 ", + "spryker/product-offer-service-point-storage-extension": "^1.0.0", + "spryker/product-offer-shipment-type-storage-extension": "^1.0.0", + "spryker/product-offer-storage": "^1.0.0", + "spryker/product-offer-storage-extension": "^1.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/publisher-extension": "^1.0.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/product": "*", + "spryker/propel": "*", + "spryker/queue": "*", + "spryker/store": "*", + "spryker/store-extension": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/event": "Required for using the Listeners" + }, "type": "library", "extra": { "branch-alias": { @@ -34723,42 +36112,31 @@ "license": [ "proprietary" ], - "description": "MerchantProfileMerchantPortalGui module", + "description": "MerchantProductOfferStorage module", "support": { - "source": "https://github.com/spryker/merchant-profile-merchant-portal-gui/tree/2.3.1" + "source": "https://github.com/spryker/merchant-product-offer-storage/tree/2.2.0" }, - "time": "2023-06-06T12:14:08+00:00" + "time": "2023-07-04T16:48:08+00:00" }, { - "name": "spryker/merchant-relationship", - "version": "1.11.0", + "name": "spryker/merchant-product-offer-storage-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-relationship.git", - "reference": "f02ded7022abc49330c9842dbf9e69a42e6f6301" + "url": "https://github.com/spryker/merchant-product-offer-storage-extension.git", + "reference": "06bf1c6ae1d32c30aa7e499a26e5d1a56a1f4497" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-relationship/zipball/f02ded7022abc49330c9842dbf9e69a42e6f6301", - "reference": "f02ded7022abc49330c9842dbf9e69a42e6f6301", + "url": "https://api.github.com/repos/spryker/merchant-product-offer-storage-extension/zipball/06bf1c6ae1d32c30aa7e499a26e5d1a56a1f4497", + "reference": "06bf1c6ae1d32c30aa7e499a26e5d1a56a1f4497", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/company-business-unit": "^1.6.0 || ^2.9.0", - "spryker/company-user-extension": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/merchant": "^1.2.0 || ^2.0.0 || ^3.0.0", - "spryker/merchant-relationship-extension": "^1.2.0", - "spryker/propel-orm": "^1.0.0", - "spryker/transfer": "^3.25.0" + "php": ">=7.4" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/company": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -34768,51 +36146,50 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\MerchantRelationship\\Helper\\": "tests/SprykerTest/Zed/MerchantRelationship/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "MerchantRelationship module", + "description": "MerchantProductOfferStorageExtension module", "support": { - "source": "https://github.com/spryker/merchant-relationship/tree/1.11.0" + "source": "https://github.com/spryker/merchant-product-offer-storage-extension/tree/1.1.0" }, - "time": "2023-03-10T14:11:16+00:00" + "time": "2022-02-24T16:37:46+00:00" }, { - "name": "spryker/merchant-relationship-api", - "version": "0.1.0", + "name": "spryker/merchant-product-offer-wishlist", + "version": "1.2.1", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-relationship-api.git", - "reference": "af61719ac92a1f005fa50f800ceaa4a98ea2b25f" + "url": "https://github.com/spryker/merchant-product-offer-wishlist.git", + "reference": "f5d9c9876ecbc05c18f462b2609f0451ae55ad05" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-relationship-api/zipball/af61719ac92a1f005fa50f800ceaa4a98ea2b25f", - "reference": "af61719ac92a1f005fa50f800ceaa4a98ea2b25f", + "url": "https://api.github.com/repos/spryker/merchant-product-offer-wishlist/zipball/f5d9c9876ecbc05c18f462b2609f0451ae55ad05", + "reference": "f5d9c9876ecbc05c18f462b2609f0451ae55ad05", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/api": "^0.4.0", - "spryker/api-extension": "^0.1.0", - "spryker/kernel": "^3.30.0", - "spryker/merchant-relationship": "^1.10.0", - "spryker/symfony": "^3.0.0", + "php": ">=8.0", + "spryker/kernel": "^3.33.0", + "spryker/merchant": "^3.1.0", + "spryker/product-offer": "^1.0.0", "spryker/transfer": "^3.25.0", - "spryker/util-encoding": "^2.0.0" + "spryker/wishlist-extension": "^1.3.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/company": "*", - "spryker/company-business-unit": "*", - "spryker/merchant": "*", + "spryker/container": "*", + "spryker/customer": "*", + "spryker/product": "*", "spryker/propel": "*", - "spryker/testify": "*" + "spryker/store": "*", + "spryker/testify": "*", + "spryker/wishlist": "*" }, "type": "library", "extra": { @@ -34829,38 +36206,41 @@ "license": [ "proprietary" ], - "description": "MerchantRelationshipApi module", + "description": "MerchantProductOfferWishlist module", "support": { - "source": "https://github.com/spryker/merchant-relationship-api/tree/0.1.0" + "source": "https://github.com/spryker/merchant-product-offer-wishlist/tree/1.2.1" }, - "time": "2022-01-28T07:52:09+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/merchant-relationship-data-import", - "version": "0.2.1", + "name": "spryker/merchant-product-offer-wishlist-rest-api", + "version": "1.1.1", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-relationship-data-import.git", - "reference": "f9411cdc44b2f7878ba6af466684bd0ca379837c" + "url": "https://github.com/spryker/merchant-product-offer-wishlist-rest-api.git", + "reference": "94b6e8f3142ded67486a170d32e05071838d90d7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-relationship-data-import/zipball/f9411cdc44b2f7878ba6af466684bd0ca379837c", - "reference": "f9411cdc44b2f7878ba6af466684bd0ca379837c", + "url": "https://api.github.com/repos/spryker/merchant-product-offer-wishlist-rest-api/zipball/94b6e8f3142ded67486a170d32e05071838d90d7", + "reference": "94b6e8f3142ded67486a170d32e05071838d90d7", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/company-business-unit": "^1.0.0 || ^2.0.0", - "spryker/data-import": "^1.3.0", - "spryker/kernel": "^3.30.0", - "spryker/merchant": "^2.0.0 || ^3.0.0", - "spryker/merchant-relationship": "^1.0.0" + "spryker/kernel": "^3.33.0", + "spryker/wishlist": "^8.4.0", + "spryker/wishlists-rest-api-extension": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/company": "*", + "spryker/container": "*", + "spryker/customer": "*", + "spryker/merchant": "*", + "spryker/product": "*", + "spryker/product-offer": "*", "spryker/propel": "*", + "spryker/store": "*", "spryker/testify": "*" }, "type": "library", @@ -34871,44 +36251,51 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\MerchantRelationshipDataImport\\Helper\\": "tests/SprykerTest/Zed/MerchantRelationshipDataImport/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "MerchantRelationshipDataImport module", + "description": "MerchantProductOfferWishlistRestApi module", "support": { - "source": "https://github.com/spryker/merchant-relationship-data-import/tree/0.2.1" + "source": "https://github.com/spryker/merchant-product-offer-wishlist-rest-api/tree/1.1.1" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/merchant-relationship-extension", - "version": "1.2.0", + "name": "spryker/merchant-product-offers-rest-api", + "version": "2.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-relationship-extension.git", - "reference": "d84eabb2e048fa43205d35938964d04a6a9c4baf" + "url": "https://github.com/spryker/merchant-product-offers-rest-api.git", + "reference": "c10e5218cc8d09062b89120fff640deff58e8679" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-relationship-extension/zipball/d84eabb2e048fa43205d35938964d04a6a9c4baf", - "reference": "d84eabb2e048fa43205d35938964d04a6a9c4baf", + "url": "https://api.github.com/repos/spryker/merchant-product-offers-rest-api/zipball/c10e5218cc8d09062b89120fff640deff58e8679", + "reference": "c10e5218cc8d09062b89120fff640deff58e8679", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=7.4", + "spryker/carts-rest-api-extension": "^1.5.0", + "spryker/glue-application": "^1.0.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.33.0", + "spryker/product-offer-storage": "^1.0.0", + "spryker/quote-requests-rest-api-extension": "^1.0.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -34920,46 +36307,41 @@ "license": [ "proprietary" ], - "description": "MerchantRelationshipExtension module", + "description": "MerchantProductOffersRestApi module", "support": { - "source": "https://github.com/spryker/merchant-relationship-extension/tree/1.2.0" + "source": "https://github.com/spryker/merchant-product-offers-rest-api/tree/2.0.0" }, - "time": "2022-01-28T07:52:09+00:00" + "time": "2022-02-24T16:37:46+00:00" }, { - "name": "spryker/merchant-relationship-gui", - "version": "1.9.0", + "name": "spryker/merchant-product-option", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-relationship-gui.git", - "reference": "6f3950daf90a19adb72027af30a87e1dfc60926e" + "url": "https://github.com/spryker/merchant-product-option.git", + "reference": "f76f934502e66634cc9fc7533c9aa2e053182f65" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-relationship-gui/zipball/6f3950daf90a19adb72027af30a87e1dfc60926e", - "reference": "6f3950daf90a19adb72027af30a87e1dfc60926e", + "url": "https://api.github.com/repos/spryker/merchant-product-option/zipball/f76f934502e66634cc9fc7533c9aa2e053182f65", + "reference": "f76f934502e66634cc9fc7533c9aa2e053182f65", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/company": "^1.0.0", - "spryker/company-business-unit": "^1.0.0 || ^2.0.0", - "spryker/gui": "^3.45.0", - "spryker/kernel": "^3.30.0", - "spryker/merchant": "^1.1.0 || ^2.3.0 || ^3.0.0", - "spryker/merchant-relationship": "^1.10.0", - "spryker/merchant-relationship-gui-extension": "^1.0.0", + "php": ">=8.0", + "spryker/cart-extension": "^4.0.0", + "spryker/checkout-extension": "^1.2.0", + "spryker/kernel": "^3.33.0", + "spryker/merchant": "^2.0.0 || ^3.0.0", + "spryker/product-option": "^8.10.0", + "spryker/product-option-extension": "^1.1.0", "spryker/propel-orm": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0", - "spryker/util-text": "^1.1.1" + "spryker/transfer": "^3.27.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", "spryker/propel": "*", - "spryker/testify": "*", - "spryker/twig": "*" + "spryker/testify": "*" }, "type": "library", "extra": { @@ -34969,44 +36351,47 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\MerchantProductOption\\Helper\\": "tests/SprykerTest/Shared/MerchantProductOption/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "MerchantRelationshipGui module", + "description": "MerchantProductOption module", "support": { - "source": "https://github.com/spryker/merchant-relationship-gui/tree/1.9.0" + "source": "https://github.com/spryker/merchant-product-option/tree/1.1.0" }, - "time": "2022-09-19T06:48:51+00:00" + "time": "2023-01-20T11:20:19+00:00" }, { - "name": "spryker/merchant-relationship-gui-extension", - "version": "1.0.0", + "name": "spryker/merchant-product-option-data-import", + "version": "0.2.2", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-relationship-gui-extension.git", - "reference": "57e3610fd0b6d01686d93faa1d21099a9d13cb3c" + "url": "https://github.com/spryker/merchant-product-option-data-import.git", + "reference": "5f0a3ce9045ee43d03cec34a862655921939e05d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-relationship-gui-extension/zipball/57e3610fd0b6d01686d93faa1d21099a9d13cb3c", - "reference": "57e3610fd0b6d01686d93faa1d21099a9d13cb3c", + "url": "https://api.github.com/repos/spryker/merchant-product-option-data-import/zipball/5f0a3ce9045ee43d03cec34a862655921939e05d", + "reference": "5f0a3ce9045ee43d03cec34a862655921939e05d", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=8.0", + "spryker/data-import": "^1.3.0", + "spryker/kernel": "^3.33.0", + "spryker/merchant": "^2.0.0 || ^3.0.0", + "spryker/merchant-product-option": "^1.0.0", + "spryker/product-option": "^8.10.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/symfony": "*", + "spryker/propel": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/symfony": "If you want to use Merchant Relationship form expander plugins." - }, "type": "library", "extra": { "branch-alias": { @@ -35020,49 +36405,39 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "MerchantRelationshipGuiExtension module", + "description": "MerchantProductOptionDataImport module", "support": { - "source": "https://github.com/spryker/merchant-relationship-gui-extension/tree/master" + "source": "https://github.com/spryker/merchant-product-option-data-import/tree/0.2.2" }, - "time": "2019-11-15T11:52:00+00:00" + "time": "2023-05-24T11:26:01+00:00" }, { - "name": "spryker/merchant-relationship-product-list", - "version": "1.4.0", + "name": "spryker/merchant-product-option-gui", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-relationship-product-list.git", - "reference": "a078c805b0dcb793ebb77351788ea5b6e936fb89" + "url": "https://github.com/spryker/merchant-product-option-gui.git", + "reference": "e490776d06781573fc39845923f09e6ba62e128b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-relationship-product-list/zipball/a078c805b0dcb793ebb77351788ea5b6e936fb89", - "reference": "a078c805b0dcb793ebb77351788ea5b6e936fb89", + "url": "https://api.github.com/repos/spryker/merchant-product-option-gui/zipball/e490776d06781573fc39845923f09e6ba62e128b", + "reference": "e490776d06781573fc39845923f09e6ba62e128b", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/kernel": "^3.30.0", - "spryker/merchant-relationship": "^1.10.0", - "spryker/merchant-relationship-extension": "^1.2.0", - "spryker/product-list": "^1.6.0", - "spryker/product-list-extension": "^1.1.0", + "php": ">=7.3", + "spryker/kernel": "^3.33.0", + "spryker/merchant": "^2.0.0 || ^3.0.0", + "spryker/merchant-product-option": "^1.0.0", + "spryker/product-option-gui-extension": "^1.0.0", "spryker/propel-orm": "^1.0.0", - "spryker/transfer": "^3.25.0" + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/company": "*", - "spryker/company-business-unit": "*", - "spryker/customer": "*", - "spryker/merchant": "*", - "spryker/propel": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/customer": "If you want to use Customer plugins, minimum required version: 7.0.0" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -35079,39 +36454,39 @@ "license": [ "proprietary" ], - "description": "MerchantRelationshipProductList module", + "description": "MerchantProductOptionGui module", "support": { - "source": "https://github.com/spryker/merchant-relationship-product-list/tree/1.4.0" + "source": "https://github.com/spryker/merchant-product-option-gui/tree/1.0.0" }, - "time": "2022-01-28T07:52:09+00:00" + "time": "2021-08-16T16:27:47+00:00" }, { - "name": "spryker/merchant-relationship-product-list-data-import", - "version": "0.1.2", + "name": "spryker/merchant-product-option-storage", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-relationship-product-list-data-import.git", - "reference": "e1c644086298802455094887926091087d3c999d" + "url": "https://github.com/spryker/merchant-product-option-storage.git", + "reference": "be64a4d43aa41587fe490b95615218fe6b151d92" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-relationship-product-list-data-import/zipball/e1c644086298802455094887926091087d3c999d", - "reference": "e1c644086298802455094887926091087d3c999d", + "url": "https://api.github.com/repos/spryker/merchant-product-option-storage/zipball/be64a4d43aa41587fe490b95615218fe6b151d92", + "reference": "be64a4d43aa41587fe490b95615218fe6b151d92", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker/data-import": "^1.3.0", + "php": ">=8.0", + "spryker/event-behavior": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/merchant-relationship": "^1.0.0", - "spryker/product-list": "^1.0.0" + "spryker/merchant-product-option": "^1.1.0", + "spryker/product-option": "^8.10.0", + "spryker/product-option-storage": "^1.11.0", + "spryker/product-option-storage-extension": "^1.0.0", + "spryker/publisher-extension": "^1.0.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/company": "*", - "spryker/company-business-unit": "*", - "spryker/merchant": "*", - "spryker/product-list-data-import": "*", "spryker/propel": "*", "spryker/testify": "*" }, @@ -35123,53 +36498,67 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\MerchantRelationshipProductListDataImport\\Helper\\": "tests/SprykerTest/Zed/MerchantRelationshipProductListDataImport/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "MerchantRelationshipProductListDataImport module", + "description": "MerchantProductOptionStorage module", "support": { - "source": "https://github.com/spryker/merchant-relationship-product-list-data-import/tree/master" + "source": "https://github.com/spryker/merchant-product-option-storage/tree/1.1.0" }, - "time": "2019-08-13T11:58:50+00:00" + "time": "2023-01-20T11:20:19+00:00" }, { - "name": "spryker/merchant-relationship-product-list-gui", - "version": "2.1.0", + "name": "spryker/merchant-product-search", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-relationship-product-list-gui.git", - "reference": "bac1e0a4530e949c4de28060b3deae76c13f2385" + "url": "https://github.com/spryker/merchant-product-search.git", + "reference": "a936de4cfe6a2bf73c76120723a340e305acab30" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-relationship-product-list-gui/zipball/bac1e0a4530e949c4de28060b3deae76c13f2385", - "reference": "bac1e0a4530e949c4de28060b3deae76c13f2385", + "url": "https://api.github.com/repos/spryker/merchant-product-search/zipball/a936de4cfe6a2bf73c76120723a340e305acab30", + "reference": "a936de4cfe6a2bf73c76120723a340e305acab30", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/gui": "^3.0.0", - "spryker/kernel": "^3.30.0", - "spryker/merchant-relationship": "^1.10.0", - "spryker/merchant-relationship-gui-extension": "^1.0.0", - "spryker/merchant-relationship-product-list": "^1.2.0", - "spryker/product-list-gui-extension": "^1.2.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0", - "spryker/util-text": "^1.0.0" + "php": ">=8.0", + "spryker/event-behavior": "^1.8.0", + "spryker/kernel": "^3.33.0", + "spryker/merchant": "^3.0.0", + "spryker/merchant-product": "^1.3.0", + "spryker/product-page-search": "^3.2.0", + "spryker/product-page-search-extension": "^1.2.0", + "spryker/publisher-extension": "^1.0.0", + "spryker/search-extension": "^1.0.0", + "spryker/store": "^1.19.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/category": "*", + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/elastica": "*", + "spryker/product": "*", + "spryker/product-attribute": "*", + "spryker/propel": "*", + "spryker/queue": "*", + "spryker/search": "*", + "spryker/store-extension": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/elastica": "If you want to use Elastica plugins.", + "spryker/search": "If you want to use Search plugins." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -35181,45 +36570,36 @@ "license": [ "proprietary" ], - "description": "MerchantRelationshipProductListGui module", + "description": "MerchantProductSearch module", "support": { - "source": "https://github.com/spryker/merchant-relationship-product-list-gui/tree/2.1.0" + "source": "https://github.com/spryker/merchant-product-search/tree/1.3.0" }, - "time": "2022-01-28T07:52:09+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/merchant-relationship-sales-order-threshold", - "version": "1.3.0", + "name": "spryker/merchant-product-shopping-lists-rest-api", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-relationship-sales-order-threshold.git", - "reference": "bbbdb63047148af9024295159328675cc1adb776" + "url": "https://github.com/spryker/merchant-product-shopping-lists-rest-api.git", + "reference": "ed41b9ee7e073d10eb34d6a1d432887a1d55b986" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-relationship-sales-order-threshold/zipball/bbbdb63047148af9024295159328675cc1adb776", - "reference": "bbbdb63047148af9024295159328675cc1adb776", + "url": "https://api.github.com/repos/spryker/merchant-product-shopping-lists-rest-api/zipball/ed41b9ee7e073d10eb34d6a1d432887a1d55b986", + "reference": "ed41b9ee7e073d10eb34d6a1d432887a1d55b986", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/currency": "^3.0.0 || ^4.0.0", - "spryker/glossary": "^3.1.0", - "spryker/kernel": "^3.30.0", - "spryker/merchant-relationship": "^1.0.0", - "spryker/merchant-relationship-extension": "^1.0.0", - "spryker/sales-order-threshold": "^1.0.0", - "spryker/sales-order-threshold-extension": "^1.0.0", - "spryker/store": "^1.2.0", - "spryker/transfer": "^3.25.0" + "php": ">=7.4", + "spryker/glue-application": "^1.0.0", + "spryker/merchant": "^3.0.0", + "spryker/merchant-product": "^1.0.0", + "spryker/product": "^6.0.0", + "spryker/shopping-list": "^4.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/company": "*", - "spryker/company-business-unit": "*", - "spryker/merchant": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -35229,52 +36609,63 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\MerchantRelationshipSalesOrderThreshold\\Helper\\": "tests/SprykerTest/Zed/MerchantRelationshipSalesOrderThreshold/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "MerchantRelationshipSalesOrderThreshold module", + "description": "MerchantProductShoppingListsRestApi module", "support": { - "source": "https://github.com/spryker/merchant-relationship-sales-order-threshold/tree/1.3.0" + "source": "https://github.com/spryker/merchant-product-shopping-lists-rest-api/tree/1.0.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2022-04-18T12:48:30+00:00" }, { - "name": "spryker/merchant-relationship-sales-order-threshold-data-import", - "version": "0.1.3", + "name": "spryker/merchant-product-storage", + "version": "1.5.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-relationship-sales-order-threshold-data-import.git", - "reference": "4e428ef80680b116ac9f1708cf01496fcafeb7aa" + "url": "https://github.com/spryker/merchant-product-storage.git", + "reference": "2362031633485c3fa216f5c3f78c35219b5002b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-relationship-sales-order-threshold-data-import/zipball/4e428ef80680b116ac9f1708cf01496fcafeb7aa", - "reference": "4e428ef80680b116ac9f1708cf01496fcafeb7aa", + "url": "https://api.github.com/repos/spryker/merchant-product-storage/zipball/2362031633485c3fa216f5c3f78c35219b5002b3", + "reference": "2362031633485c3fa216f5c3f78c35219b5002b3", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/currency": "^3.0.0 || ^4.0.0", - "spryker/data-import": "^1.3.0", + "spryker/event-behavior": "^1.17.0", "spryker/kernel": "^3.30.0", - "spryker/merchant-relationship": "^1.3.0", - "spryker/merchant-relationship-sales-order-threshold": "^1.0.0", - "spryker/store": "^1.2.0" + "spryker/locale": "^3.5.0 || ^4.0.0", + "spryker/merchant-product": "^1.5.0", + "spryker/merchant-product-offer-storage-extension": "^1.0.0", + "spryker/product-offer-storage-extension": "^1.0.0", + "spryker/product-storage": "^1.26.0", + "spryker/product-storage-extension": "^1.6.0", + "spryker/publisher-extension": "^1.0.0", + "spryker/synchronization-behavior": "^1.4.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/company": "*", - "spryker/company-business-unit": "*", + "spryker/container": "*", "spryker/merchant": "*", + "spryker/product": "*", "spryker/propel": "*", - "spryker/sales-order-threshold": "*", + "spryker/queue": "*", + "spryker/storage": "*", + "spryker/store": "*", + "spryker/store-extension": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/event": "Required for using the Listeners", + "spryker/merchant": "If you want to use MerchantUpdatePublisherPlugin" + }, "type": "library", "extra": { "branch-alias": { @@ -35283,51 +36674,39 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\MerchantRelationshipSalesOrderThresholdDataImport\\Helper\\": "tests/SprykerTest/Zed/MerchantRelationshipSalesOrderThresholdDataImport/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "MerchantRelationshipSalesOrderThresholdDataImport module", + "description": "MerchantProductStorage module", "support": { - "source": "https://github.com/spryker/merchant-relationship-sales-order-threshold-data-import/tree/0.1.3" + "source": "https://github.com/spryker/merchant-product-storage/tree/1.5.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/merchant-relationship-sales-order-threshold-gui", - "version": "1.8.0", + "name": "spryker/merchant-product-wishlist", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-relationship-sales-order-threshold-gui.git", - "reference": "b1d8db8b52f6721416b20e14a889859e087abd1d" + "url": "https://github.com/spryker/merchant-product-wishlist.git", + "reference": "90e485deaea8857d12574b22fc69cb239c96afed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-relationship-sales-order-threshold-gui/zipball/b1d8db8b52f6721416b20e14a889859e087abd1d", - "reference": "b1d8db8b52f6721416b20e14a889859e087abd1d", + "url": "https://api.github.com/repos/spryker/merchant-product-wishlist/zipball/90e485deaea8857d12574b22fc69cb239c96afed", + "reference": "90e485deaea8857d12574b22fc69cb239c96afed", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/company": "^1.0.0", - "spryker/company-business-unit": "^1.0.0 || ^2.0.0", - "spryker/currency": "^3.1.0 || ^4.0.0", - "spryker/gui": "^3.45.0", - "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/merchant": "^1.0.0 || ^2.0.0 || ^3.0.0", - "spryker/merchant-relationship": "^1.0.0", - "spryker/merchant-relationship-sales-order-threshold": "^1.0.0", - "spryker/merchant-relationship-sales-order-threshold-gui-extension": "^1.1.0", - "spryker/money": "^2.1.0", - "spryker/sales-order-threshold": "^1.3.0", - "spryker/store": "^1.19.0", - "spryker/symfony": "^3.1.0", - "spryker/util-text": "^1.1.0" + "php": ">=7.4", + "spryker/kernel": "^3.33.0", + "spryker/merchant-product": "^1.0.0", + "spryker/product": "^6.22.0", + "spryker/wishlist-extension": "^1.3.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -35347,34 +36726,35 @@ "license": [ "proprietary" ], - "description": "MerchantRelationshipSalesOrderThresholdGui module", + "description": "MerchantProductWishlist module", "support": { - "source": "https://github.com/spryker/merchant-relationship-sales-order-threshold-gui/tree/1.8.0" + "source": "https://github.com/spryker/merchant-product-wishlist/tree/1.1.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2021-10-29T06:02:31+00:00" }, { - "name": "spryker/merchant-relationship-sales-order-threshold-gui-extension", - "version": "1.1.0", + "name": "spryker/merchant-products-rest-api", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-relationship-sales-order-threshold-gui-extension.git", - "reference": "c2ea19fd98167563d694f36f9389b9bd39a0947e" + "url": "https://github.com/spryker/merchant-products-rest-api.git", + "reference": "337430a8698593c32871e968fb449ea06c4101c3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-relationship-sales-order-threshold-gui-extension/zipball/c2ea19fd98167563d694f36f9389b9bd39a0947e", - "reference": "c2ea19fd98167563d694f36f9389b9bd39a0947e", + "url": "https://api.github.com/repos/spryker/merchant-products-rest-api/zipball/337430a8698593c32871e968fb449ea06c4101c3", + "reference": "337430a8698593c32871e968fb449ea06c4101c3", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.3", + "spryker/carts-rest-api-extension": "^1.5.0", + "spryker/kernel": "^3.30.0", + "spryker/synchronization-behavior": "^1.0.0" }, "require-dev": { - "spryker/symfony": "*" - }, - "suggest": { - "spryker/symfony": "If you want to use the form expander plugins." + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -35391,47 +36771,42 @@ "license": [ "proprietary" ], - "description": "MerchantRelationshipSalesOrderThresholdGuiExtension module", + "description": "MerchantProductsRestApi module", "support": { - "source": "https://github.com/spryker/merchant-relationship-sales-order-threshold-gui-extension/tree/master" + "source": "https://github.com/spryker/merchant-products-rest-api/tree/1.0.0" }, - "time": "2019-02-06T10:10:03+00:00" + "time": "2021-07-07T15:14:17+00:00" }, { - "name": "spryker/merchant-sales-order", + "name": "spryker/merchant-profile", "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-sales-order.git", - "reference": "e807869f851879765654e9a81b06bae0b5fed9a1" + "url": "https://github.com/spryker/merchant-profile.git", + "reference": "55083477e324287a02fa7c937939e5a008d4d657" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-sales-order/zipball/e807869f851879765654e9a81b06bae0b5fed9a1", - "reference": "e807869f851879765654e9a81b06bae0b5fed9a1", + "url": "https://api.github.com/repos/spryker/merchant-profile/zipball/55083477e324287a02fa7c937939e5a008d4d657", + "reference": "55083477e324287a02fa7c937939e5a008d4d657", "shasum": "" }, "require": { "php": ">=8.0", "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/calculation": "^4.0.0", + "spryker/country": "^3.0.0 || ^4.0.0", + "spryker/glossary": "^3.0.0", "spryker/kernel": "^3.33.0", + "spryker/locale": "^3.0.0 || ^4.0.0", "spryker/merchant": "^3.0.0", - "spryker/merchant-sales-order-extension": "^1.0.0", + "spryker/merchant-extension": "^1.1.0", "spryker/propel-orm": "^1.0.0", - "spryker/refund-extension": "^1.0.0", - "spryker/sales": "^11.18.0", - "spryker/sales-extension": "^1.1.0", - "spryker/shipment-extension": "^1.1.0", + "spryker/sales-extension": "^1.3.0", "spryker/transfer": "^3.27.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/oms": "*", - "spryker/product-offer": "*", "spryker/propel": "*", - "spryker/store": "*", "spryker/testify": "*" }, "type": "library", @@ -35443,56 +36818,46 @@ "autoload": { "psr-4": { "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\MerchantSalesOrder\\Helper\\": "tests/SprykerTest/Zed/MerchantSalesOrder/_support/Helper/" + "SprykerTest\\Zed\\MerchantProfile\\Helper\\": "tests/SprykerTest/Zed/MerchantProfile/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "MerchantSalesOrder module", + "description": "MerchantProfile module", "support": { - "source": "https://github.com/spryker/merchant-sales-order/tree/1.3.0" + "source": "https://github.com/spryker/merchant-profile/tree/1.3.0" }, - "time": "2023-04-19T11:02:07+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/merchant-sales-order-data-export", - "version": "0.2.2", + "name": "spryker/merchant-profile-data-import", + "version": "0.6.1", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-sales-order-data-export.git", - "reference": "bec3b20b5ea5deaec53283d2d1223303622038ab" + "url": "https://github.com/spryker/merchant-profile-data-import.git", + "reference": "438c0c976d36a23d676e386cb054422108f262d9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-sales-order-data-export/zipball/bec3b20b5ea5deaec53283d2d1223303622038ab", - "reference": "bec3b20b5ea5deaec53283d2d1223303622038ab", + "url": "https://api.github.com/repos/spryker/merchant-profile-data-import/zipball/438c0c976d36a23d676e386cb054422108f262d9", + "reference": "438c0c976d36a23d676e386cb054422108f262d9", "shasum": "" }, "require": { "php": ">=8.0", "spryker/country": "^3.0.0 || ^4.0.0", - "spryker/data-export": "^0.1.0", - "spryker/data-export-extension": "^0.1.0", + "spryker/data-import": "^1.3.0", + "spryker/glossary": "^3.3.0", "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/merchant": "^1.0.0 || ^2.0.0 || ^3.0.0", - "spryker/merchant-sales-order": "^1.0.0", - "spryker/oms": "^10.0.0 || ^11.0.0", - "spryker/product-bundle": "^6.0.0 || ^7.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/sales": "^11.0.0", - "spryker/shipment": "^7.0.0 || ^8.0.0", - "spryker/state-machine": "^2.0.0", - "spryker/transfer": "^3.8.0", - "spryker/util-encoding": "^2.0.0" + "spryker/merchant": "^3.0.0", + "spryker/merchant-profile": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", + "spryker/merchant-data-import": "*", "spryker/propel": "*", - "spryker/store": "*", "spryker/testify": "*" }, "type": "library", @@ -35503,35 +36868,45 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\MerchantProfileDataImport\\Helper\\": "tests/SprykerTest/Zed/MerchantProfileDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "MerchantSalesOrderDataExport module", + "description": "MerchantProfileDataImport module", "support": { - "source": "https://github.com/spryker/merchant-sales-order-data-export/tree/0.2.2" + "source": "https://github.com/spryker/merchant-profile-data-import/tree/0.6.1" }, - "time": "2023-06-06T15:14:45+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/merchant-sales-order-extension", - "version": "1.0.0", + "name": "spryker/merchant-profile-gui", + "version": "1.2.1", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-sales-order-extension.git", - "reference": "a372555afd85ffb158c685a412e99e7473669479" + "url": "https://github.com/spryker/merchant-profile-gui.git", + "reference": "bdc614330201e245eeeb9933980fcca071556c68" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-sales-order-extension/zipball/a372555afd85ffb158c685a412e99e7473669479", - "reference": "a372555afd85ffb158c685a412e99e7473669479", + "url": "https://api.github.com/repos/spryker/merchant-profile-gui/zipball/bdc614330201e245eeeb9933980fcca071556c68", + "reference": "bdc614330201e245eeeb9933980fcca071556c68", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.0", + "spryker/country": "^3.0.0 || ^4.0.0", + "spryker/glossary": "^3.0.0", + "spryker/gui": "^3.48.0", + "spryker/kernel": "^3.33.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/merchant-gui-extension": "^1.0.0", + "spryker/merchant-profile": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -35551,55 +36926,50 @@ "license": [ "proprietary" ], - "description": "MerchantSalesOrderExtension module", + "description": "MerchantProfileGui module", "support": { - "source": "https://github.com/spryker/merchant-sales-order-extension/tree/1.0.0" + "source": "https://github.com/spryker/merchant-profile-gui/tree/1.2.1" }, - "time": "2021-08-16T16:27:47+00:00" + "time": "2023-06-16T12:23:09+00:00" }, { - "name": "spryker/merchant-sales-order-merchant-user-gui", - "version": "1.1.2", + "name": "spryker/merchant-profile-merchant-portal-gui", + "version": "2.3.1", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-sales-order-merchant-user-gui.git", - "reference": "996b67565da0de18ca8764e7b33e09bbaf85ebcd" + "url": "https://github.com/spryker/merchant-profile-merchant-portal-gui.git", + "reference": "2b9666b7b0cbc878d2b92231026459f0fdf3a2d5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-sales-order-merchant-user-gui/zipball/996b67565da0de18ca8764e7b33e09bbaf85ebcd", - "reference": "996b67565da0de18ca8764e7b33e09bbaf85ebcd", + "url": "https://api.github.com/repos/spryker/merchant-profile-merchant-portal-gui/zipball/2b9666b7b0cbc878d2b92231026459f0fdf3a2d5", + "reference": "2b9666b7b0cbc878d2b92231026459f0fdf3a2d5", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/customer": "^7.0.0", - "spryker/gui": "^3.45.0", - "spryker/kernel": "^3.33.0", - "spryker/merchant-oms": "^1.0.0", - "spryker/merchant-sales-order": "^1.0.0", - "spryker/merchant-shipment": "^1.0.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/country": "^3.0.0 || ^4.0.0", + "spryker/glossary": "^3.0.0", + "spryker/gui": "^3.48.0", + "spryker/kernel": "^3.46.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/merchant": "^3.0.0", + "spryker/merchant-profile": "^1.0.0", "spryker/merchant-user": "^1.0.0", - "spryker/money": "^2.0.0", - "spryker/sales": "^10.0.0 || ^11.0.0", - "spryker/shipment": "^7.2.0 || ^8.2.0", - "spryker/state-machine": "^2.12.0", "spryker/symfony": "^3.0.0", - "spryker/util-date-time": "^1.0.0", - "spryker/util-sanitize": "^2.0.0", - "spryker/util-text": "^1.1.0" + "spryker/transfer": "^3.25.0", + "spryker/url": "^3.0.0", + "spryker/zed-ui": "^2.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" - }, - "suggest": { - "spryker/merchant-sales-return-merchant-user-gui": "If you want to extend Zed UI with return elements.", - "spryker/shipment-gui": "If you want to adjust form with shipment form types, use version more than 2.3.2." + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -35611,32 +36981,42 @@ "license": [ "proprietary" ], - "description": "MerchantSalesOrderMerchantUserGui module", + "description": "MerchantProfileMerchantPortalGui module", "support": { - "source": "https://github.com/spryker/merchant-sales-order-merchant-user-gui/tree/1.1.2" + "source": "https://github.com/spryker/merchant-profile-merchant-portal-gui/tree/2.3.1" }, - "time": "2023-01-29T14:43:20+00:00" + "time": "2023-06-06T12:14:08+00:00" }, { - "name": "spryker/merchant-sales-order-threshold-gui", - "version": "1.0.0", + "name": "spryker/merchant-relationship", + "version": "1.11.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-sales-order-threshold-gui.git", - "reference": "99b4e668a9e534ad643a539137647b0e316c97f9" + "url": "https://github.com/spryker/merchant-relationship.git", + "reference": "f02ded7022abc49330c9842dbf9e69a42e6f6301" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-sales-order-threshold-gui/zipball/99b4e668a9e534ad643a539137647b0e316c97f9", - "reference": "99b4e668a9e534ad643a539137647b0e316c97f9", + "url": "https://api.github.com/repos/spryker/merchant-relationship/zipball/f02ded7022abc49330c9842dbf9e69a42e6f6301", + "reference": "f02ded7022abc49330c9842dbf9e69a42e6f6301", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/sales-order-threshold-gui": "^1.6.0" + "php": ">=8.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/company-business-unit": "^1.6.0 || ^2.9.0", + "spryker/company-user-extension": "^1.0.0", + "spryker/kernel": "^3.33.0", + "spryker/merchant": "^1.2.0 || ^2.0.0 || ^3.0.0", + "spryker/merchant-relationship-extension": "^1.2.0", + "spryker/propel-orm": "^1.0.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/company": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -35646,48 +37026,50 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\MerchantRelationship\\Helper\\": "tests/SprykerTest/Zed/MerchantRelationship/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "MerchantSalesOrderThresholdGui module", + "description": "MerchantRelationship module", "support": { - "source": "https://github.com/spryker/merchant-sales-order-threshold-gui/tree/1.0.0" + "source": "https://github.com/spryker/merchant-relationship/tree/1.11.0" }, - "time": "2021-07-07T15:14:17+00:00" + "time": "2023-03-10T14:11:16+00:00" }, { - "name": "spryker/merchant-sales-return", - "version": "1.0.1", + "name": "spryker/merchant-relationship-api", + "version": "0.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-sales-return.git", - "reference": "c337ff2018dc7d268a6cf7cde6257f10e6fdd155" + "url": "https://github.com/spryker/merchant-relationship-api.git", + "reference": "af61719ac92a1f005fa50f800ceaa4a98ea2b25f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-sales-return/zipball/c337ff2018dc7d268a6cf7cde6257f10e6fdd155", - "reference": "c337ff2018dc7d268a6cf7cde6257f10e6fdd155", + "url": "https://api.github.com/repos/spryker/merchant-relationship-api/zipball/af61719ac92a1f005fa50f800ceaa4a98ea2b25f", + "reference": "af61719ac92a1f005fa50f800ceaa4a98ea2b25f", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/kernel": "^3.33.0", - "spryker/merchant-sales-order": "^1.0.0", - "spryker/sales-return-extension": "^1.2.0", - "spryker/transfer": "^3.25.0" + "php": ">=7.4", + "spryker/api": "^0.4.0", + "spryker/api-extension": "^0.1.0", + "spryker/kernel": "^3.30.0", + "spryker/merchant-relationship": "^1.10.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.25.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", + "spryker/company": "*", + "spryker/company-business-unit": "*", "spryker/merchant": "*", - "spryker/oms": "*", "spryker/propel": "*", - "spryker/sales": "*", - "spryker/store": "*", "spryker/testify": "*" }, "type": "library", @@ -35705,37 +37087,39 @@ "license": [ "proprietary" ], - "description": "MerchantSalesReturn module", + "description": "MerchantRelationshipApi module", "support": { - "source": "https://github.com/spryker/merchant-sales-return/tree/1.0.1" + "source": "https://github.com/spryker/merchant-relationship-api/tree/0.1.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2022-01-28T07:52:09+00:00" }, { - "name": "spryker/merchant-sales-return-gui", - "version": "1.1.0", + "name": "spryker/merchant-relationship-data-import", + "version": "0.2.1", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-sales-return-gui.git", - "reference": "8238738335aa80e68ccc02f6484836eec465c09c" + "url": "https://github.com/spryker/merchant-relationship-data-import.git", + "reference": "f9411cdc44b2f7878ba6af466684bd0ca379837c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-sales-return-gui/zipball/8238738335aa80e68ccc02f6484836eec465c09c", - "reference": "8238738335aa80e68ccc02f6484836eec465c09c", + "url": "https://api.github.com/repos/spryker/merchant-relationship-data-import/zipball/f9411cdc44b2f7878ba6af466684bd0ca379837c", + "reference": "f9411cdc44b2f7878ba6af466684bd0ca379837c", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/kernel": "^3.33.0", - "spryker/merchant-sales-order": "^1.3.0", - "spryker/merchant-sales-return": "^1.0.0", - "spryker/sales-return-gui-extension": "^1.1.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.27.0" + "spryker/company-business-unit": "^1.0.0 || ^2.0.0", + "spryker/data-import": "^1.3.0", + "spryker/kernel": "^3.30.0", + "spryker/merchant": "^2.0.0 || ^3.0.0", + "spryker/merchant-relationship": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/company": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -35745,51 +37129,36 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\MerchantRelationshipDataImport\\Helper\\": "tests/SprykerTest/Zed/MerchantRelationshipDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "MerchantSalesReturnGui module", + "description": "MerchantRelationshipDataImport module", "support": { - "source": "https://github.com/spryker/merchant-sales-return-gui/tree/1.1.0" + "source": "https://github.com/spryker/merchant-relationship-data-import/tree/0.2.1" }, - "time": "2023-04-19T11:02:07+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/merchant-sales-return-merchant-user-gui", + "name": "spryker/merchant-relationship-extension", "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-sales-return-merchant-user-gui.git", - "reference": "c6f531225988d8c62c44775d5b2925af743ed80c" + "url": "https://github.com/spryker/merchant-relationship-extension.git", + "reference": "d84eabb2e048fa43205d35938964d04a6a9c4baf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-sales-return-merchant-user-gui/zipball/c6f531225988d8c62c44775d5b2925af743ed80c", - "reference": "c6f531225988d8c62c44775d5b2925af743ed80c", + "url": "https://api.github.com/repos/spryker/merchant-relationship-extension/zipball/d84eabb2e048fa43205d35938964d04a6a9c4baf", + "reference": "d84eabb2e048fa43205d35938964d04a6a9c4baf", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/customer": "^7.0.0", - "spryker/glossary": "^3.0.0", - "spryker/gui": "^3.45.0", - "spryker/kernel": "^3.33.0", - "spryker/merchant-oms": "^1.0.0", - "spryker/merchant-sales-order": "^1.0.0", - "spryker/merchant-sales-return": "^1.0.0", - "spryker/merchant-user": "^1.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/sales": "^10.0.0 || ^11.0.0", - "spryker/sales-return": "^1.3.0", - "spryker/state-machine": "^2.7.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0", - "spryker/util-date-time": "^1.0.0", - "spryker/util-text": "^1.1.0" + "php": ">=7.4" }, "require-dev": { "spryker/code-sniffer": "*" @@ -35809,32 +37178,46 @@ "license": [ "proprietary" ], - "description": "MerchantSalesReturnMerchantUserGui module", + "description": "MerchantRelationshipExtension module", "support": { - "source": "https://github.com/spryker/merchant-sales-return-merchant-user-gui/tree/1.2.0" + "source": "https://github.com/spryker/merchant-relationship-extension/tree/1.2.0" }, - "time": "2022-09-19T06:48:51+00:00" + "time": "2022-01-28T07:52:09+00:00" }, { - "name": "spryker/merchant-sales-returns-rest-api", - "version": "1.0.0", + "name": "spryker/merchant-relationship-gui", + "version": "1.9.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-sales-returns-rest-api.git", - "reference": "a0ccccf84d3eaa7fd26feeac8024ba52a3bb26e1" + "url": "https://github.com/spryker/merchant-relationship-gui.git", + "reference": "6f3950daf90a19adb72027af30a87e1dfc60926e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-sales-returns-rest-api/zipball/a0ccccf84d3eaa7fd26feeac8024ba52a3bb26e1", - "reference": "a0ccccf84d3eaa7fd26feeac8024ba52a3bb26e1", + "url": "https://api.github.com/repos/spryker/merchant-relationship-gui/zipball/6f3950daf90a19adb72027af30a87e1dfc60926e", + "reference": "6f3950daf90a19adb72027af30a87e1dfc60926e", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/merchant-sales-return": "^1.0.0" + "php": ">=7.4", + "spryker/company": "^1.0.0", + "spryker/company-business-unit": "^1.0.0 || ^2.0.0", + "spryker/gui": "^3.45.0", + "spryker/kernel": "^3.30.0", + "spryker/merchant": "^1.1.0 || ^2.3.0 || ^3.0.0", + "spryker/merchant-relationship": "^1.10.0", + "spryker/merchant-relationship-gui-extension": "^1.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.25.0", + "spryker/util-text": "^1.1.1" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/propel": "*", + "spryker/testify": "*", + "spryker/twig": "*" }, "type": "library", "extra": { @@ -35851,56 +37234,36 @@ "license": [ "proprietary" ], - "description": "MerchantSalesReturnsRestApi module", + "description": "MerchantRelationshipGui module", "support": { - "source": "https://github.com/spryker/merchant-sales-returns-rest-api/tree/1.0.0" + "source": "https://github.com/spryker/merchant-relationship-gui/tree/1.9.0" }, - "time": "2021-08-16T16:27:47+00:00" + "time": "2022-09-19T06:48:51+00:00" }, { - "name": "spryker/merchant-search", - "version": "1.0.1", + "name": "spryker/merchant-relationship-gui-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-search.git", - "reference": "7c0f4a21a90b64aa16772e0d7c1574d364deebca" + "url": "https://github.com/spryker/merchant-relationship-gui-extension.git", + "reference": "57e3610fd0b6d01686d93faa1d21099a9d13cb3c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-search/zipball/7c0f4a21a90b64aa16772e0d7c1574d364deebca", - "reference": "7c0f4a21a90b64aa16772e0d7c1574d364deebca", + "url": "https://api.github.com/repos/spryker/merchant-relationship-gui-extension/zipball/57e3610fd0b6d01686d93faa1d21099a9d13cb3c", + "reference": "57e3610fd0b6d01686d93faa1d21099a9d13cb3c", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/event-behavior": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/merchant": "^3.1.0", - "spryker/merchant-search-extension": "^1.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/search": "^8.0.0", - "spryker/search-extension": "^1.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.0.0", - "spryker/util-encoding": "^2.0.0" + "php": ">=7.2" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/elastica": "*", - "spryker/event": "*", - "spryker/propel": "*", - "spryker/publisher": "*", - "spryker/queue": "*", - "spryker/search-elasticsearch": "*", + "spryker/symfony": "*", "spryker/testify": "*" }, "suggest": { - "spryker/category": "If you want to use Entity.spy_category.update Event", - "spryker/elastica": "If you want to use Elastica plugins.", - "spryker/merchant-category": "If you want to use Entity.spy_merchant_category.update Event", - "spryker/merchant-profile": "If you want to use Entity.spy_merchant_profile.update Event", - "spryker/search-elasticsearch": "If you want to use search plugins." + "spryker/symfony": "If you want to use Merchant Relationship form expander plugins." }, "type": "library", "extra": { @@ -35917,31 +37280,47 @@ "license": [ "proprietary" ], - "description": "MerchantSearch module", + "description": "MerchantRelationshipGuiExtension module", "support": { - "source": "https://github.com/spryker/merchant-search/tree/1.0.1" + "source": "https://github.com/spryker/merchant-relationship-gui-extension/tree/master" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2019-11-15T11:52:00+00:00" }, { - "name": "spryker/merchant-search-extension", - "version": "1.0.0", + "name": "spryker/merchant-relationship-product-list", + "version": "1.4.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-search-extension.git", - "reference": "41a9d52c5fe0cb542b125883f56623642ca29fdf" + "url": "https://github.com/spryker/merchant-relationship-product-list.git", + "reference": "a078c805b0dcb793ebb77351788ea5b6e936fb89" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-search-extension/zipball/41a9d52c5fe0cb542b125883f56623642ca29fdf", - "reference": "41a9d52c5fe0cb542b125883f56623642ca29fdf", + "url": "https://api.github.com/repos/spryker/merchant-relationship-product-list/zipball/a078c805b0dcb793ebb77351788ea5b6e936fb89", + "reference": "a078c805b0dcb793ebb77351788ea5b6e936fb89", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=7.4", + "spryker/kernel": "^3.30.0", + "spryker/merchant-relationship": "^1.10.0", + "spryker/merchant-relationship-extension": "^1.2.0", + "spryker/product-list": "^1.6.0", + "spryker/product-list-extension": "^1.1.0", + "spryker/propel-orm": "^1.0.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/company": "*", + "spryker/company-business-unit": "*", + "spryker/customer": "*", + "spryker/merchant": "*", + "spryker/propel": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/customer": "If you want to use Customer plugins, minimum required version: 7.0.0" }, "type": "library", "extra": { @@ -35958,38 +37337,39 @@ "license": [ "proprietary" ], - "description": "MerchantSearchExtension module", + "description": "MerchantRelationshipProductList module", "support": { - "source": "https://github.com/spryker/merchant-search-extension/tree/1.0.0" + "source": "https://github.com/spryker/merchant-relationship-product-list/tree/1.4.0" }, - "time": "2021-07-07T15:14:17+00:00" + "time": "2022-01-28T07:52:09+00:00" }, { - "name": "spryker/merchant-shipment", - "version": "1.0.0", + "name": "spryker/merchant-relationship-product-list-data-import", + "version": "0.1.2", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-shipment.git", - "reference": "84e807954e2558e72cf12bb57658602108ace247" + "url": "https://github.com/spryker/merchant-relationship-product-list-data-import.git", + "reference": "e1c644086298802455094887926091087d3c999d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-shipment/zipball/84e807954e2558e72cf12bb57658602108ace247", - "reference": "84e807954e2558e72cf12bb57658602108ace247", + "url": "https://api.github.com/repos/spryker/merchant-relationship-product-list-data-import/zipball/e1c644086298802455094887926091087d3c999d", + "reference": "e1c644086298802455094887926091087d3c999d", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker-shop/checkout-page-extension": "^1.3.0", - "spryker-shop/customer-page-extension": "^1.3.0", - "spryker/cart-extension": "^4.2.0", - "spryker/kernel": "^3.33.0", - "spryker/quote-extension": "^1.2.0", - "spryker/sales": "^10.0.0 || ^11.0.0", - "spryker/shipment": "^7.2.0 || ^8.0.0" + "php": ">=7.1", + "spryker/data-import": "^1.3.0", + "spryker/kernel": "^3.30.0", + "spryker/merchant-relationship": "^1.0.0", + "spryker/product-list": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/company": "*", + "spryker/company-business-unit": "*", + "spryker/merchant": "*", + "spryker/product-list-data-import": "*", "spryker/propel": "*", "spryker/testify": "*" }, @@ -36001,38 +37381,45 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\MerchantRelationshipProductListDataImport\\Helper\\": "tests/SprykerTest/Zed/MerchantRelationshipProductListDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "MerchantShipment module", + "description": "MerchantRelationshipProductListDataImport module", "support": { - "source": "https://github.com/spryker/merchant-shipment/tree/1.0.0" + "source": "https://github.com/spryker/merchant-relationship-product-list-data-import/tree/master" }, - "time": "2021-08-16T16:27:47+00:00" + "time": "2019-08-13T11:58:50+00:00" }, { - "name": "spryker/merchant-shipment-gui", - "version": "1.0.1", + "name": "spryker/merchant-relationship-product-list-gui", + "version": "2.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-shipment-gui.git", - "reference": "be5d9a4a9804cf221a59cf1d54a23375c333fc90" + "url": "https://github.com/spryker/merchant-relationship-product-list-gui.git", + "reference": "bac1e0a4530e949c4de28060b3deae76c13f2385" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-shipment-gui/zipball/be5d9a4a9804cf221a59cf1d54a23375c333fc90", - "reference": "be5d9a4a9804cf221a59cf1d54a23375c333fc90", + "url": "https://api.github.com/repos/spryker/merchant-relationship-product-list-gui/zipball/bac1e0a4530e949c4de28060b3deae76c13f2385", + "reference": "bac1e0a4530e949c4de28060b3deae76c13f2385", "shasum": "" }, "require": { - "php": ">=7.3", + "php": ">=7.4", + "spryker/gui": "^3.0.0", "spryker/kernel": "^3.30.0", - "spryker/merchant": "^3.0.0", - "spryker/shipment-gui-extension": "^1.0.0" + "spryker/merchant-relationship": "^1.10.0", + "spryker/merchant-relationship-gui-extension": "^1.0.0", + "spryker/merchant-relationship-product-list": "^1.2.0", + "spryker/product-list-gui-extension": "^1.2.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.25.0", + "spryker/util-text": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -36040,7 +37427,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -36052,38 +37439,43 @@ "license": [ "proprietary" ], - "description": "MerchantShipmentGui module", + "description": "MerchantRelationshipProductListGui module", "support": { - "source": "https://github.com/spryker/merchant-shipment-gui/tree/1.0.1" + "source": "https://github.com/spryker/merchant-relationship-product-list-gui/tree/2.1.0" }, - "time": "2021-08-19T10:54:56+00:00" + "time": "2022-01-28T07:52:09+00:00" }, { - "name": "spryker/merchant-stock", - "version": "1.1.0", + "name": "spryker/merchant-relationship-sales-order-threshold", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-stock.git", - "reference": "127ec9b3199e88f799212fe3b33e8c9319fb26ee" + "url": "https://github.com/spryker/merchant-relationship-sales-order-threshold.git", + "reference": "bbbdb63047148af9024295159328675cc1adb776" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-stock/zipball/127ec9b3199e88f799212fe3b33e8c9319fb26ee", - "reference": "127ec9b3199e88f799212fe3b33e8c9319fb26ee", + "url": "https://api.github.com/repos/spryker/merchant-relationship-sales-order-threshold/zipball/bbbdb63047148af9024295159328675cc1adb776", + "reference": "bbbdb63047148af9024295159328675cc1adb776", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/merchant": "^3.0.0", - "spryker/merchant-extension": "^1.1.0", - "spryker/stock": "^8.0.0", - "spryker/store": "^1.0.0", + "spryker/currency": "^3.0.0 || ^4.0.0", + "spryker/glossary": "^3.1.0", + "spryker/kernel": "^3.30.0", + "spryker/merchant-relationship": "^1.0.0", + "spryker/merchant-relationship-extension": "^1.0.0", + "spryker/sales-order-threshold": "^1.0.0", + "spryker/sales-order-threshold-extension": "^1.0.0", + "spryker/store": "^1.2.0", "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/company": "*", + "spryker/company-business-unit": "*", + "spryker/merchant": "*", "spryker/propel": "*", "spryker/testify": "*" }, @@ -36096,44 +37488,49 @@ "autoload": { "psr-4": { "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\MerchantStock\\Helper\\": "tests/SprykerTest/Zed/MerchantStock/_support/Helper/" + "SprykerTest\\Zed\\MerchantRelationshipSalesOrderThreshold\\Helper\\": "tests/SprykerTest/Zed/MerchantRelationshipSalesOrderThreshold/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "MerchantStock module", + "description": "MerchantRelationshipSalesOrderThreshold module", "support": { - "source": "https://github.com/spryker/merchant-stock/tree/1.1.0" + "source": "https://github.com/spryker/merchant-relationship-sales-order-threshold/tree/1.3.0" }, - "time": "2023-03-10T14:11:16+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/merchant-stock-data-import", - "version": "0.3.0", + "name": "spryker/merchant-relationship-sales-order-threshold-data-import", + "version": "0.1.3", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-stock-data-import.git", - "reference": "77a79910b790d741ea6ba65b76d7fda944c82b9c" + "url": "https://github.com/spryker/merchant-relationship-sales-order-threshold-data-import.git", + "reference": "4e428ef80680b116ac9f1708cf01496fcafeb7aa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-stock-data-import/zipball/77a79910b790d741ea6ba65b76d7fda944c82b9c", - "reference": "77a79910b790d741ea6ba65b76d7fda944c82b9c", + "url": "https://api.github.com/repos/spryker/merchant-relationship-sales-order-threshold-data-import/zipball/4e428ef80680b116ac9f1708cf01496fcafeb7aa", + "reference": "4e428ef80680b116ac9f1708cf01496fcafeb7aa", "shasum": "" }, "require": { - "php": ">=7.3", + "php": ">=8.0", + "spryker/currency": "^3.0.0 || ^4.0.0", "spryker/data-import": "^1.3.0", - "spryker/kernel": "^3.33.0", - "spryker/merchant": "^3.0.0", - "spryker/merchant-stock": "^1.0.0", - "spryker/stock": "^8.0.0" + "spryker/kernel": "^3.30.0", + "spryker/merchant-relationship": "^1.3.0", + "spryker/merchant-relationship-sales-order-threshold": "^1.0.0", + "spryker/store": "^1.2.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/company": "*", + "spryker/company-business-unit": "*", + "spryker/merchant": "*", "spryker/propel": "*", + "spryker/sales-order-threshold": "*", "spryker/testify": "*" }, "type": "library", @@ -36145,39 +37542,50 @@ "autoload": { "psr-4": { "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\MerchantStockDataImport\\Helper\\": "tests/SprykerTest/Zed/MerchantStockDataImport/_support/Helper/" + "SprykerTest\\Zed\\MerchantRelationshipSalesOrderThresholdDataImport\\Helper\\": "tests/SprykerTest/Zed/MerchantRelationshipSalesOrderThresholdDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "description": "MerchantStockDataImport module", + "description": "MerchantRelationshipSalesOrderThresholdDataImport module", "support": { - "source": "https://github.com/spryker/merchant-stock-data-import/tree/0.3.0" + "source": "https://github.com/spryker/merchant-relationship-sales-order-threshold-data-import/tree/0.1.3" }, - "time": "2021-08-16T16:27:47+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/merchant-stock-gui", - "version": "1.0.0", + "name": "spryker/merchant-relationship-sales-order-threshold-gui", + "version": "1.8.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-stock-gui.git", - "reference": "7fdeaea7f673947e668b138f463523fa70f39595" + "url": "https://github.com/spryker/merchant-relationship-sales-order-threshold-gui.git", + "reference": "b1d8db8b52f6721416b20e14a889859e087abd1d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-stock-gui/zipball/7fdeaea7f673947e668b138f463523fa70f39595", - "reference": "7fdeaea7f673947e668b138f463523fa70f39595", + "url": "https://api.github.com/repos/spryker/merchant-relationship-sales-order-threshold-gui/zipball/b1d8db8b52f6721416b20e14a889859e087abd1d", + "reference": "b1d8db8b52f6721416b20e14a889859e087abd1d", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/gui": "^3.0.0", - "spryker/kernel": "^3.33.0", - "spryker/merchant-gui-extension": "^1.0.0", - "spryker/symfony": "^3.0.0" + "php": ">=8.0", + "spryker/company": "^1.0.0", + "spryker/company-business-unit": "^1.0.0 || ^2.0.0", + "spryker/currency": "^3.1.0 || ^4.0.0", + "spryker/gui": "^3.45.0", + "spryker/kernel": "^3.30.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/merchant": "^1.0.0 || ^2.0.0 || ^3.0.0", + "spryker/merchant-relationship": "^1.0.0", + "spryker/merchant-relationship-sales-order-threshold": "^1.0.0", + "spryker/merchant-relationship-sales-order-threshold-gui-extension": "^1.1.0", + "spryker/money": "^2.1.0", + "spryker/sales-order-threshold": "^1.3.0", + "spryker/store": "^1.19.0", + "spryker/symfony": "^3.1.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -36197,56 +37605,34 @@ "license": [ "proprietary" ], - "description": "MerchantStockGui module", + "description": "MerchantRelationshipSalesOrderThresholdGui module", "support": { - "source": "https://github.com/spryker/merchant-stock-gui/tree/1.0.0" + "source": "https://github.com/spryker/merchant-relationship-sales-order-threshold-gui/tree/1.8.0" }, - "time": "2021-07-07T15:14:17+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/merchant-storage", - "version": "1.1.2", + "name": "spryker/merchant-relationship-sales-order-threshold-gui-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-storage.git", - "reference": "9ac134e09d3fbc5bc4ccdd79c066f1ca76de76a9" + "url": "https://github.com/spryker/merchant-relationship-sales-order-threshold-gui-extension.git", + "reference": "c2ea19fd98167563d694f36f9389b9bd39a0947e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-storage/zipball/9ac134e09d3fbc5bc4ccdd79c066f1ca76de76a9", - "reference": "9ac134e09d3fbc5bc4ccdd79c066f1ca76de76a9", + "url": "https://api.github.com/repos/spryker/merchant-relationship-sales-order-threshold-gui-extension/zipball/c2ea19fd98167563d694f36f9389b9bd39a0947e", + "reference": "c2ea19fd98167563d694f36f9389b9bd39a0947e", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/event-behavior": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/merchant": "^3.0.0", - "spryker/product-offer-storage-extension": "^1.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/storage": "^3.4.0", - "spryker/store": "^1.1.0", - "spryker/synchronization": "^1.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.0.0", - "spryker/transfer": "^3.25.0", - "spryker/util-encoding": "^2.0.0" + "php": ">=7.1" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/merchant-category": "*", - "spryker/propel": "*", - "spryker/queue": "*", - "spryker/store-extension": "*", - "spryker/testify": "*", - "spryker/url-storage": "*" + "spryker/symfony": "*" }, "suggest": { - "spryker/event": "To use event behavior.", - "spryker/merchant-category": "To use MerchantCategoryStoragePublisherPlugin.", - "spryker/url-storage": "To use shop route plugin." + "spryker/symfony": "If you want to use the form expander plugins." }, "type": "library", "extra": { @@ -36263,49 +37649,48 @@ "license": [ "proprietary" ], - "description": "MerchantStorage module", + "description": "MerchantRelationshipSalesOrderThresholdGuiExtension module", "support": { - "source": "https://github.com/spryker/merchant-storage/tree/1.1.2" + "source": "https://github.com/spryker/merchant-relationship-sales-order-threshold-gui-extension/tree/master" }, - "time": "2023-04-06T09:10:04+00:00" + "time": "2019-02-06T10:10:03+00:00" }, { - "name": "spryker/merchant-switcher", - "version": "0.6.4", + "name": "spryker/merchant-sales-order", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-switcher.git", - "reference": "11c2df98de5d24b5c458f9758106f2d24dba2248" + "url": "https://github.com/spryker/merchant-sales-order.git", + "reference": "e807869f851879765654e9a81b06bae0b5fed9a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-switcher/zipball/11c2df98de5d24b5c458f9758106f2d24dba2248", - "reference": "11c2df98de5d24b5c458f9758106f2d24dba2248", + "url": "https://api.github.com/repos/spryker/merchant-sales-order/zipball/e807869f851879765654e9a81b06bae0b5fed9a1", + "reference": "e807869f851879765654e9a81b06bae0b5fed9a1", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/cart": "^7.0.0", - "spryker/cart-extension": "^4.0.0", - "spryker/checkout-extension": "^1.2.0", - "spryker/kernel": "^3.30.0", - "spryker/merchant-product-offer": "^1.6.0", - "spryker/quote": "^2.0.0", - "spryker/transfer": "^3.27.0", - "spryker/wishlist-extension": "^1.1.0", - "spryker/zed-request": "^3.0.0" + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/calculation": "^4.0.0", + "spryker/kernel": "^3.33.0", + "spryker/merchant": "^3.0.0", + "spryker/merchant-sales-order-extension": "^1.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/refund-extension": "^1.0.0", + "spryker/sales": "^11.18.0", + "spryker/sales-extension": "^1.1.0", + "spryker/shipment-extension": "^1.1.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { "spryker/code-sniffer": "*", "spryker/container": "*", - "spryker/customer": "*", - "spryker/merchant": "*", - "spryker/product": "*", + "spryker/oms": "*", "spryker/product-offer": "*", "spryker/propel": "*", "spryker/store": "*", - "spryker/testify": "*", - "spryker/wishlist": "*" + "spryker/testify": "*" }, "type": "library", "extra": { @@ -36315,51 +37700,57 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\MerchantSalesOrder\\Helper\\": "tests/SprykerTest/Zed/MerchantSalesOrder/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "MerchantSwitcher module", + "description": "MerchantSalesOrder module", "support": { - "source": "https://github.com/spryker/merchant-switcher/tree/0.6.4" + "source": "https://github.com/spryker/merchant-sales-order/tree/1.3.0" }, - "time": "2023-05-05T18:20:59+00:00" + "time": "2023-04-19T11:02:07+00:00" }, { - "name": "spryker/merchant-user", - "version": "1.4.0", + "name": "spryker/merchant-sales-order-data-export", + "version": "0.2.2", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-user.git", - "reference": "4a8d5300993d50358520e51e5c4496cb394131d0" + "url": "https://github.com/spryker/merchant-sales-order-data-export.git", + "reference": "bec3b20b5ea5deaec53283d2d1223303622038ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-user/zipball/4a8d5300993d50358520e51e5c4496cb394131d0", - "reference": "4a8d5300993d50358520e51e5c4496cb394131d0", + "url": "https://api.github.com/repos/spryker/merchant-sales-order-data-export/zipball/bec3b20b5ea5deaec53283d2d1223303622038ab", + "reference": "bec3b20b5ea5deaec53283d2d1223303622038ab", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/merchant": "^3.0.0", - "spryker/merchant-extension": "^1.1.0", - "spryker/merchant-user-extension": "^1.1.0", - "spryker/propel-orm": "^1.5.0", - "spryker/security-gui-extension": "^1.1.0", - "spryker/transfer": "^3.27.0", - "spryker/user": "^3.17.0", - "spryker/user-password-reset": "^1.0.0", - "spryker/util-text": "^1.3.0" + "spryker/country": "^3.0.0 || ^4.0.0", + "spryker/data-export": "^0.1.0", + "spryker/data-export-extension": "^0.1.0", + "spryker/kernel": "^3.30.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/merchant": "^1.0.0 || ^2.0.0 || ^3.0.0", + "spryker/merchant-sales-order": "^1.0.0", + "spryker/oms": "^10.0.0 || ^11.0.0", + "spryker/product-bundle": "^6.0.0 || ^7.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/sales": "^11.0.0", + "spryker/shipment": "^7.0.0 || ^8.0.0", + "spryker/state-machine": "^2.0.0", + "spryker/transfer": "^3.8.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/merchant-profile": "*", + "spryker/container": "*", "spryker/propel": "*", + "spryker/store": "*", "spryker/testify": "*" }, "type": "library", @@ -36370,36 +37761,35 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\MerchantUser\\Helper\\": "tests/SprykerTest/Zed/MerchantUser/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "MerchantUser module", + "description": "MerchantSalesOrderDataExport module", "support": { - "source": "https://github.com/spryker/merchant-user/tree/1.4.0" + "source": "https://github.com/spryker/merchant-sales-order-data-export/tree/0.2.2" }, - "time": "2023-03-10T14:11:16+00:00" + "time": "2023-06-06T15:14:45+00:00" }, { - "name": "spryker/merchant-user-extension", - "version": "1.1.0", + "name": "spryker/merchant-sales-order-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-user-extension.git", - "reference": "23de6843796c7c303f79dafdbb38e3dd8348bd4f" + "url": "https://github.com/spryker/merchant-sales-order-extension.git", + "reference": "a372555afd85ffb158c685a412e99e7473669479" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-user-extension/zipball/23de6843796c7c303f79dafdbb38e3dd8348bd4f", - "reference": "23de6843796c7c303f79dafdbb38e3dd8348bd4f", + "url": "https://api.github.com/repos/spryker/merchant-sales-order-extension/zipball/a372555afd85ffb158c685a412e99e7473669479", + "reference": "a372555afd85ffb158c685a412e99e7473669479", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=7.3" }, "require-dev": { "spryker/code-sniffer": "*" @@ -36419,39 +37809,51 @@ "license": [ "proprietary" ], - "description": "MerchantUserExtension module", + "description": "MerchantSalesOrderExtension module", "support": { - "source": "https://github.com/spryker/merchant-user-extension/tree/1.1.0" + "source": "https://github.com/spryker/merchant-sales-order-extension/tree/1.0.0" }, - "time": "2021-12-10T09:14:37+00:00" + "time": "2021-08-16T16:27:47+00:00" }, { - "name": "spryker/merchant-user-gui", - "version": "1.5.0", + "name": "spryker/merchant-sales-order-merchant-user-gui", + "version": "1.1.2", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-user-gui.git", - "reference": "1fd8bff57d04b45cb0647d8d9a236f55367ca9b2" + "url": "https://github.com/spryker/merchant-sales-order-merchant-user-gui.git", + "reference": "996b67565da0de18ca8764e7b33e09bbaf85ebcd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-user-gui/zipball/1fd8bff57d04b45cb0647d8d9a236f55367ca9b2", - "reference": "1fd8bff57d04b45cb0647d8d9a236f55367ca9b2", + "url": "https://api.github.com/repos/spryker/merchant-sales-order-merchant-user-gui/zipball/996b67565da0de18ca8764e7b33e09bbaf85ebcd", + "reference": "996b67565da0de18ca8764e7b33e09bbaf85ebcd", "shasum": "" }, "require": { "php": ">=8.0", + "spryker/customer": "^7.0.0", "spryker/gui": "^3.45.0", - "spryker/kernel": "^3.30.0", - "spryker/merchant-gui-extension": "^1.1.0", - "spryker/merchant-user": "^1.3.0", - "spryker/router": "^1.12.0", + "spryker/kernel": "^3.33.0", + "spryker/merchant-oms": "^1.0.0", + "spryker/merchant-sales-order": "^1.0.0", + "spryker/merchant-shipment": "^1.0.0", + "spryker/merchant-user": "^1.0.0", + "spryker/money": "^2.0.0", + "spryker/sales": "^10.0.0 || ^11.0.0", + "spryker/shipment": "^7.2.0 || ^8.2.0", + "spryker/state-machine": "^2.12.0", "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.27.0" + "spryker/util-date-time": "^1.0.0", + "spryker/util-sanitize": "^2.0.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { "spryker/code-sniffer": "*" }, + "suggest": { + "spryker/merchant-sales-return-merchant-user-gui": "If you want to extend Zed UI with return elements.", + "spryker/shipment-gui": "If you want to adjust form with shipment form types, use version more than 2.3.2." + }, "type": "library", "extra": { "branch-alias": { @@ -36467,40 +37869,32 @@ "license": [ "proprietary" ], - "description": "MerchantUserGui module", + "description": "MerchantSalesOrderMerchantUserGui module", "support": { - "source": "https://github.com/spryker/merchant-user-gui/tree/1.5.0" + "source": "https://github.com/spryker/merchant-sales-order-merchant-user-gui/tree/1.1.2" }, - "time": "2023-03-03T10:26:17+00:00" + "time": "2023-01-29T14:43:20+00:00" }, { - "name": "spryker/merchant-user-password-reset-mail", - "version": "1.1.0", + "name": "spryker/merchant-sales-order-threshold-gui", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchant-user-password-reset-mail.git", - "reference": "8bfbd1bedd1ba0054d9f5544eb5fdc83190f8f5d" + "url": "https://github.com/spryker/merchant-sales-order-threshold-gui.git", + "reference": "99b4e668a9e534ad643a539137647b0e316c97f9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchant-user-password-reset-mail/zipball/8bfbd1bedd1ba0054d9f5544eb5fdc83190f8f5d", - "reference": "8bfbd1bedd1ba0054d9f5544eb5fdc83190f8f5d", + "url": "https://api.github.com/repos/spryker/merchant-sales-order-threshold-gui/zipball/99b4e668a9e534ad643a539137647b0e316c97f9", + "reference": "99b4e668a9e534ad643a539137647b0e316c97f9", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/kernel": "^3.33.0", - "spryker/mail": "^4.6.0", - "spryker/mail-extension": "^1.0.0", - "spryker/merchant-user": "^1.0.0", - "spryker/transfer": "^3.25.0", - "spryker/user-password-reset-extension": "^1.0.0" + "php": ">=7.3", + "spryker/sales-order-threshold-gui": "^1.6.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*", - "spryker/user": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -36517,41 +37911,42 @@ "license": [ "proprietary" ], - "description": "MerchantUserPasswordResetMail module", + "description": "MerchantSalesOrderThresholdGui module", "support": { - "source": "https://github.com/spryker/merchant-user-password-reset-mail/tree/1.1.0" + "source": "https://github.com/spryker/merchant-sales-order-threshold-gui/tree/1.0.0" }, - "time": "2022-11-11T13:29:11+00:00" + "time": "2021-07-07T15:14:17+00:00" }, { - "name": "spryker/merchants-rest-api", - "version": "1.0.0", + "name": "spryker/merchant-sales-return", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/merchants-rest-api.git", - "reference": "7c951d0a7482850a0951ca734f4d624a00b8e6d0" + "url": "https://github.com/spryker/merchant-sales-return.git", + "reference": "c337ff2018dc7d268a6cf7cde6257f10e6fdd155" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchants-rest-api/zipball/7c951d0a7482850a0951ca734f4d624a00b8e6d0", - "reference": "7c951d0a7482850a0951ca734f4d624a00b8e6d0", + "url": "https://api.github.com/repos/spryker/merchant-sales-return/zipball/c337ff2018dc7d268a6cf7cde6257f10e6fdd155", + "reference": "c337ff2018dc7d268a6cf7cde6257f10e6fdd155", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/glossary-storage": "^1.5.0", - "spryker/glue-application": "^1.9.0", - "spryker/glue-application-extension": "^1.0.0", + "php": ">=8.0", "spryker/kernel": "^3.33.0", - "spryker/merchant-profile": "^1.0.0", - "spryker/merchant-search": "^1.0.0", - "spryker/merchant-storage": "^1.0.0", - "spryker/merchants-rest-api-extension": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/urls-rest-api-extension": "^1.0.0" + "spryker/merchant-sales-order": "^1.0.0", + "spryker/sales-return-extension": "^1.2.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/merchant": "*", + "spryker/oms": "*", + "spryker/propel": "*", + "spryker/sales": "*", + "spryker/store": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -36568,28 +37963,34 @@ "license": [ "proprietary" ], - "description": "MerchantsRestApi module", + "description": "MerchantSalesReturn module", "support": { - "source": "https://github.com/spryker/merchants-rest-api/tree/1.0.0" + "source": "https://github.com/spryker/merchant-sales-return/tree/1.0.1" }, - "time": "2021-08-16T16:27:47+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/merchants-rest-api-extension", - "version": "1.0.0", + "name": "spryker/merchant-sales-return-gui", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/merchants-rest-api-extension.git", - "reference": "48e0c3db7997283b30eae60f3f4f6b44a5ae0d18" + "url": "https://github.com/spryker/merchant-sales-return-gui.git", + "reference": "8238738335aa80e68ccc02f6484836eec465c09c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/merchants-rest-api-extension/zipball/48e0c3db7997283b30eae60f3f4f6b44a5ae0d18", - "reference": "48e0c3db7997283b30eae60f3f4f6b44a5ae0d18", + "url": "https://api.github.com/repos/spryker/merchant-sales-return-gui/zipball/8238738335aa80e68ccc02f6484836eec465c09c", + "reference": "8238738335aa80e68ccc02f6484836eec465c09c", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.0", + "spryker/kernel": "^3.33.0", + "spryker/merchant-sales-order": "^1.3.0", + "spryker/merchant-sales-return": "^1.0.0", + "spryker/sales-return-gui-extension": "^1.1.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -36609,50 +38010,47 @@ "license": [ "proprietary" ], - "description": "MerchantsRestApiExtension module", + "description": "MerchantSalesReturnGui module", "support": { - "source": "https://github.com/spryker/merchants-rest-api-extension/tree/1.0.0" + "source": "https://github.com/spryker/merchant-sales-return-gui/tree/1.1.0" }, - "time": "2021-07-07T15:14:17+00:00" + "time": "2023-04-19T11:02:07+00:00" }, { - "name": "spryker/message-broker", - "version": "1.7.0", + "name": "spryker/merchant-sales-return-merchant-user-gui", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/message-broker.git", - "reference": "2a914fc4ab70ecbe0646b866929f058d35184f8d" + "url": "https://github.com/spryker/merchant-sales-return-merchant-user-gui.git", + "reference": "c6f531225988d8c62c44775d5b2925af743ed80c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/message-broker/zipball/2a914fc4ab70ecbe0646b866929f058d35184f8d", - "reference": "2a914fc4ab70ecbe0646b866929f058d35184f8d", + "url": "https://api.github.com/repos/spryker/merchant-sales-return-merchant-user-gui/zipball/c6f531225988d8c62c44775d5b2925af743ed80c", + "reference": "c6f531225988d8c62c44775d5b2925af743ed80c", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/kernel": "^3.30.0", - "spryker/log": "^3.0.0", - "spryker/message-broker-extension": "^1.1.0", - "spryker/monolog": "^2.0.0", - "spryker/symfony": "^3.10.0", + "php": ">=7.4", + "spryker/customer": "^7.0.0", + "spryker/glossary": "^3.0.0", + "spryker/gui": "^3.45.0", + "spryker/kernel": "^3.33.0", + "spryker/merchant-oms": "^1.0.0", + "spryker/merchant-sales-order": "^1.0.0", + "spryker/merchant-sales-return": "^1.0.0", + "spryker/merchant-user": "^1.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/sales": "^10.0.0 || ^11.0.0", + "spryker/sales-return": "^1.3.0", + "spryker/state-machine": "^2.7.0", + "spryker/symfony": "^3.0.0", "spryker/transfer": "^3.25.0", - "spryker/util-encoding": "^1.0.0 || ^2.0.0" + "spryker/util-date-time": "^1.0.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { - "spryker-sdk/async-api": "^0.2.0", - "spryker/application": "*", - "spryker/code-sniffer": "*", - "spryker/console": "*", - "spryker/container": "*", - "spryker/event-dispatcher": "*", - "spryker/message-broker-aws": "*", - "spryker/ramsey-uuid": "*", - "spryker/store": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/ramsey-uuid": "When the CorrelationIdMessageAttributeProviderPlugin is used you need to install this." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -36662,57 +38060,39 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\MessageBroker\\Helper\\": "tests/SprykerTest/Zed/MessageBroker/_support/Helper" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "MessageBroker module", + "description": "MerchantSalesReturnMerchantUserGui module", "support": { - "source": "https://github.com/spryker/message-broker/tree/1.7.0" + "source": "https://github.com/spryker/merchant-sales-return-merchant-user-gui/tree/1.2.0" }, - "time": "2023-06-22T09:38:01+00:00" + "time": "2022-09-19T06:48:51+00:00" }, { - "name": "spryker/message-broker-aws", - "version": "1.4.3", + "name": "spryker/merchant-sales-returns-rest-api", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/message-broker-aws.git", - "reference": "5cc230af8d486356b66990567082f632b7bb4ae7" + "url": "https://github.com/spryker/merchant-sales-returns-rest-api.git", + "reference": "a0ccccf84d3eaa7fd26feeac8024ba52a3bb26e1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/message-broker-aws/zipball/5cc230af8d486356b66990567082f632b7bb4ae7", - "reference": "5cc230af8d486356b66990567082f632b7bb4ae7", + "url": "https://api.github.com/repos/spryker/merchant-sales-returns-rest-api/zipball/a0ccccf84d3eaa7fd26feeac8024ba52a3bb26e1", + "reference": "a0ccccf84d3eaa7fd26feeac8024ba52a3bb26e1", "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.263.14", - "php": ">=8.0", - "spryker/guzzle": "^2.0.0", - "spryker/kernel": "^3.30.0", - "spryker/log": "^3.0.0", - "spryker/message-broker-extension": "^1.0.0", - "spryker/store": "^1.1.0", - "spryker/symfony": "^3.7.0", - "spryker/transfer": "^3.25.0", - "spryker/util-encoding": "^1.0.0 || ^2.0.0", - "symfony/amazon-sqs-messenger": "^5.1.0 || ^6.0.0" + "php": ">=7.3", + "spryker/merchant-sales-return": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/ramsey-uuid": "*", - "spryker/testify": "*" - }, - "suggest": { - "symfony/messenger": "If you want to use a AwsSqsMessageReceiverPlugin. Minimum required version: 5.3.0" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -36722,45 +38102,63 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\MessageBrokerAws\\Helper\\": "tests/SprykerTest/Zed/MessageBrokerAws/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "MessageBrokerAws module", + "description": "MerchantSalesReturnsRestApi module", "support": { - "source": "https://github.com/spryker/message-broker-aws/tree/1.4.3" + "source": "https://github.com/spryker/merchant-sales-returns-rest-api/tree/1.0.0" }, - "time": "2023-06-22T13:12:04+00:00" + "time": "2021-08-16T16:27:47+00:00" }, { - "name": "spryker/message-broker-extension", - "version": "1.1.0", + "name": "spryker/merchant-search", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/message-broker-extension.git", - "reference": "8360ac910ec5458e47ce4e3d6600073111d57298" + "url": "https://github.com/spryker/merchant-search.git", + "reference": "7c0f4a21a90b64aa16772e0d7c1574d364deebca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/message-broker-extension/zipball/8360ac910ec5458e47ce4e3d6600073111d57298", - "reference": "8360ac910ec5458e47ce4e3d6600073111d57298", + "url": "https://api.github.com/repos/spryker/merchant-search/zipball/7c0f4a21a90b64aa16772e0d7c1574d364deebca", + "reference": "7c0f4a21a90b64aa16772e0d7c1574d364deebca", "shasum": "" }, "require": { - "php": ">=8.0" + "php": ">=8.0", + "spryker/event-behavior": "^1.0.0", + "spryker/kernel": "^3.33.0", + "spryker/merchant": "^3.1.0", + "spryker/merchant-search-extension": "^1.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/publisher-extension": "^1.0.0", + "spryker/search": "^8.0.0", + "spryker/search-extension": "^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.0.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/kernel": "*", - "spryker/symfony": "*" + "spryker/elastica": "*", + "spryker/event": "*", + "spryker/propel": "*", + "spryker/publisher": "*", + "spryker/queue": "*", + "spryker/search-elasticsearch": "*", + "spryker/testify": "*" }, "suggest": { - "spryker/kernel": "If you want to use the MessageValidatorPluginInterface.", - "spryker/symfony": "If you want to use MessageSenderPluginInterface, MessageReceiverPluginInterface or MiddlewarePluginInterface, minimum required version: 3.10.0." + "spryker/category": "If you want to use Entity.spy_category.update Event", + "spryker/elastica": "If you want to use Elastica plugins.", + "spryker/merchant-category": "If you want to use Entity.spy_merchant_category.update Event", + "spryker/merchant-profile": "If you want to use Entity.spy_merchant_profile.update Event", + "spryker/search-elasticsearch": "If you want to use search plugins." }, "type": "library", "extra": { @@ -36777,47 +38175,36 @@ "license": [ "proprietary" ], - "description": "MessageBrokerExtension module", + "description": "MerchantSearch module", "support": { - "source": "https://github.com/spryker/message-broker-extension/tree/1.1.0" + "source": "https://github.com/spryker/merchant-search/tree/1.0.1" }, - "time": "2022-12-23T11:50:03+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/messenger", - "version": "3.6.2", + "name": "spryker/merchant-search-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/messenger.git", - "reference": "5b3b1b31163bab161427b01d3223379355d5497e" + "url": "https://github.com/spryker/merchant-search-extension.git", + "reference": "41a9d52c5fe0cb542b125883f56623642ca29fdf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/messenger/zipball/5b3b1b31163bab161427b01d3223379355d5497e", - "reference": "5b3b1b31163bab161427b01d3223379355d5497e", + "url": "https://api.github.com/repos/spryker/merchant-search-extension/zipball/41a9d52c5fe0cb542b125883f56623642ca29fdf", + "reference": "41a9d52c5fe0cb542b125883f56623642ca29fdf", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/application-extension": "^1.0.0", - "spryker/kernel": "^3.52.0", - "spryker/messenger-extension": "^1.0.0", - "spryker/session": "^3.0.0 || ^4.0.0", - "spryker/symfony": "^3.5.0" + "php": ">=7.3" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/silex": "*" - }, - "suggest": { - "spryker/container": "If you want to use ApplicationPlugin.", - "spryker/silex": "If you want to use ServiceProvider." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -36829,31 +38216,39 @@ "license": [ "proprietary" ], - "description": "Messenger module", + "description": "MerchantSearchExtension module", "support": { - "source": "https://github.com/spryker/messenger/tree/3.6.2" + "source": "https://github.com/spryker/merchant-search-extension/tree/1.0.0" }, - "time": "2021-07-28T15:07:53+00:00" + "time": "2021-07-07T15:14:17+00:00" }, { - "name": "spryker/messenger-extension", + "name": "spryker/merchant-shipment", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/messenger-extension.git", - "reference": "f355b6cc20140fa8c40f13ba877a1e1b98c1b5bb" + "url": "https://github.com/spryker/merchant-shipment.git", + "reference": "84e807954e2558e72cf12bb57658602108ace247" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/messenger-extension/zipball/f355b6cc20140fa8c40f13ba877a1e1b98c1b5bb", - "reference": "f355b6cc20140fa8c40f13ba877a1e1b98c1b5bb", + "url": "https://api.github.com/repos/spryker/merchant-shipment/zipball/84e807954e2558e72cf12bb57658602108ace247", + "reference": "84e807954e2558e72cf12bb57658602108ace247", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.3", + "spryker-shop/checkout-page-extension": "^1.3.0", + "spryker-shop/customer-page-extension": "^1.3.0", + "spryker/cart-extension": "^4.2.0", + "spryker/kernel": "^3.33.0", + "spryker/quote-extension": "^1.2.0", + "spryker/sales": "^10.0.0 || ^11.0.0", + "spryker/shipment": "^7.2.0 || ^8.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", @@ -36871,35 +38266,34 @@ "license": [ "proprietary" ], - "description": "MessengerExtension module", + "description": "MerchantShipment module", "support": { - "source": "https://github.com/spryker/messenger-extension/tree/master" + "source": "https://github.com/spryker/merchant-shipment/tree/1.0.0" }, - "time": "2019-02-07T14:46:07+00:00" + "time": "2021-08-16T16:27:47+00:00" }, { - "name": "spryker/module-finder", - "version": "1.2.0", + "name": "spryker/merchant-shipment-gui", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/module-finder.git", - "reference": "ee25ba055d2b4af7c80b2c7d3d8800c7d21a78fa" + "url": "https://github.com/spryker/merchant-shipment-gui.git", + "reference": "be5d9a4a9804cf221a59cf1d54a23375c333fc90" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/module-finder/zipball/ee25ba055d2b4af7c80b2c7d3d8800c7d21a78fa", - "reference": "ee25ba055d2b4af7c80b2c7d3d8800c7d21a78fa", + "url": "https://api.github.com/repos/spryker/merchant-shipment-gui/zipball/be5d9a4a9804cf221a59cf1d54a23375c333fc90", + "reference": "be5d9a4a9804cf221a59cf1d54a23375c333fc90", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/kernel": "^3.33.0", - "spryker/laminas": "^1.0.0", - "spryker/symfony": "^3.2.0" + "php": ">=7.3", + "spryker/kernel": "^3.30.0", + "spryker/merchant": "^3.0.0", + "spryker/shipment-gui-extension": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -36916,100 +38310,89 @@ "license": [ "proprietary" ], - "description": "ModuleFinder module", + "description": "MerchantShipmentGui module", "support": { - "source": "https://github.com/spryker/module-finder/tree/1.2.0" + "source": "https://github.com/spryker/merchant-shipment-gui/tree/1.0.1" }, - "time": "2021-10-21T12:10:34+00:00" + "time": "2021-08-19T10:54:56+00:00" }, { - "name": "spryker/money", - "version": "2.12.0", + "name": "spryker/merchant-stock", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/money.git", - "reference": "976e44e6b0cb7af9178ab40861b568fab4dc73da" + "url": "https://github.com/spryker/merchant-stock.git", + "reference": "127ec9b3199e88f799212fe3b33e8c9319fb26ee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/money/zipball/976e44e6b0cb7af9178ab40861b568fab4dc73da", - "reference": "976e44e6b0cb7af9178ab40861b568fab4dc73da", + "url": "https://api.github.com/repos/spryker/merchant-stock/zipball/127ec9b3199e88f799212fe3b33e8c9319fb26ee", + "reference": "127ec9b3199e88f799212fe3b33e8c9319fb26ee", "shasum": "" }, "require": { - "moneyphp/money": "^3.0.0", "php": ">=8.0", - "spryker/currency": "^3.2.0 || ^4.0.0", - "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/store": "^1.19.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0", - "spryker/twig-extension": "^1.0.0" + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/kernel": "^3.33.0", + "spryker/merchant": "^3.0.0", + "spryker/merchant-extension": "^1.1.0", + "spryker/stock": "^8.0.0", + "spryker/store": "^1.0.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { - "spryker/application": "*", "spryker/code-sniffer": "*", - "spryker/container": "*", "spryker/propel": "*", - "spryker/session": "*", - "spryker/silex": "*", - "spryker/storage": "*", - "spryker/testify": "*", - "spryker/twig": "*" - }, - "suggest": { - "spryker/container": "If you want to use MoneyTwigPlugin.", - "spryker/silex": "If you want to use ServiceProvider.", - "spryker/twig": "If you want to use Money in Twig." + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\MerchantStock\\Helper\\": "tests/SprykerTest/Zed/MerchantStock/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Money module", + "description": "MerchantStock module", "support": { - "source": "https://github.com/spryker/money/tree/2.12.0" + "source": "https://github.com/spryker/merchant-stock/tree/1.1.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-03-10T14:11:16+00:00" }, { - "name": "spryker/money-gui", - "version": "1.1.0", + "name": "spryker/merchant-stock-data-import", + "version": "0.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/money-gui.git", - "reference": "b0933cacda5a0f2c588fe7858245ce34ff17b96f" + "url": "https://github.com/spryker/merchant-stock-data-import.git", + "reference": "77a79910b790d741ea6ba65b76d7fda944c82b9c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/money-gui/zipball/b0933cacda5a0f2c588fe7858245ce34ff17b96f", - "reference": "b0933cacda5a0f2c588fe7858245ce34ff17b96f", + "url": "https://api.github.com/repos/spryker/merchant-stock-data-import/zipball/77a79910b790d741ea6ba65b76d7fda944c82b9c", + "reference": "77a79910b790d741ea6ba65b76d7fda944c82b9c", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/currency": "^3.1.0 || ^4.0.0", - "spryker/gui": "^3.45.0", - "spryker/kernel": "^3.30.0", - "spryker/money": "^2.0.0", - "spryker/store": "^1.1.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0" + "php": ">=7.3", + "spryker/data-import": "^1.3.0", + "spryker/kernel": "^3.33.0", + "spryker/merchant": "^3.0.0", + "spryker/merchant-stock": "^1.0.0", + "spryker/stock": "^8.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -37019,58 +38402,48 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\MerchantStockDataImport\\Helper\\": "tests/SprykerTest/Zed/MerchantStockDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "MoneyGui module", + "description": "MerchantStockDataImport module", "support": { - "source": "https://github.com/spryker/money-gui/tree/1.1.0" + "source": "https://github.com/spryker/merchant-stock-data-import/tree/0.3.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2021-08-16T16:27:47+00:00" }, { - "name": "spryker/monitoring", - "version": "2.8.0", + "name": "spryker/merchant-stock-gui", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/monitoring.git", - "reference": "d4cabe1940b4159a3563ef6460f4b014ce4d24e2" + "url": "https://github.com/spryker/merchant-stock-gui.git", + "reference": "7fdeaea7f673947e668b138f463523fa70f39595" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/monitoring/zipball/d4cabe1940b4159a3563ef6460f4b014ce4d24e2", - "reference": "d4cabe1940b4159a3563ef6460f4b014ce4d24e2", + "url": "https://api.github.com/repos/spryker/merchant-stock-gui/zipball/7fdeaea7f673947e668b138f463523fa70f39595", + "reference": "7fdeaea7f673947e668b138f463523fa70f39595", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/event-dispatcher-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/monitoring-extension": "^1.0.0", - "spryker/store": "^1.0.0", - "spryker/symfony": "^3.5.0", - "spryker/util-network": "^1.0.0" + "php": ">=7.3", + "spryker/gui": "^3.0.0", + "spryker/kernel": "^3.33.0", + "spryker/merchant-gui-extension": "^1.0.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/event-dispatcher": "*", - "spryker/silex": "^2.0.0" - }, - "suggest": { - "spryker/container": "Add this module when you want to use the EventDispatcher plugins.", - "spryker/event-dispatcher": "Add this module when you want to use the EventDispatcher plugins.", - "spryker/silex": "If you want to use the Monitoring ServiceProvider, please add spryker/silex." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -37082,28 +38455,56 @@ "license": [ "proprietary" ], - "description": "Monitoring module", + "description": "MerchantStockGui module", "support": { - "source": "https://github.com/spryker/monitoring/tree/2.8.0" + "source": "https://github.com/spryker/merchant-stock-gui/tree/1.0.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2021-07-07T15:14:17+00:00" }, { - "name": "spryker/monitoring-extension", - "version": "1.0.0", + "name": "spryker/merchant-storage", + "version": "1.1.2", "source": { "type": "git", - "url": "https://github.com/spryker/monitoring-extension.git", - "reference": "dab766858ce64aa2176caeb3674c7691b9447f2d" + "url": "https://github.com/spryker/merchant-storage.git", + "reference": "9ac134e09d3fbc5bc4ccdd79c066f1ca76de76a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/monitoring-extension/zipball/dab766858ce64aa2176caeb3674c7691b9447f2d", - "reference": "dab766858ce64aa2176caeb3674c7691b9447f2d", + "url": "https://api.github.com/repos/spryker/merchant-storage/zipball/9ac134e09d3fbc5bc4ccdd79c066f1ca76de76a9", + "reference": "9ac134e09d3fbc5bc4ccdd79c066f1ca76de76a9", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.0", + "spryker/event-behavior": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/merchant": "^3.0.0", + "spryker/product-offer-storage-extension": "^1.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/publisher-extension": "^1.0.0", + "spryker/storage": "^3.4.0", + "spryker/store": "^1.1.0", + "spryker/synchronization": "^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.0.0", + "spryker/transfer": "^3.25.0", + "spryker/util-encoding": "^2.0.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/merchant-category": "*", + "spryker/propel": "*", + "spryker/queue": "*", + "spryker/store-extension": "*", + "spryker/testify": "*", + "spryker/url-storage": "*" + }, + "suggest": { + "spryker/event": "To use event behavior.", + "spryker/merchant-category": "To use MerchantCategoryStoragePublisherPlugin.", + "spryker/url-storage": "To use shop route plugin." }, "type": "library", "extra": { @@ -37120,79 +38521,102 @@ "license": [ "proprietary" ], - "description": "MonitoringExtension module", + "description": "MerchantStorage module", "support": { - "source": "https://github.com/spryker/monitoring-extension/tree/master" + "source": "https://github.com/spryker/merchant-storage/tree/1.1.2" }, - "time": "2018-07-25T06:50:26+00:00" + "time": "2023-04-06T09:10:04+00:00" }, { - "name": "spryker/monolog", - "version": "2.0.5", + "name": "spryker/merchant-switcher", + "version": "0.6.4", "source": { "type": "git", - "url": "https://github.com/spryker/monolog.git", - "reference": "d3f6c1ee63208c552010b131bc42fc80654d1313" + "url": "https://github.com/spryker/merchant-switcher.git", + "reference": "11c2df98de5d24b5c458f9758106f2d24dba2248" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/monolog/zipball/d3f6c1ee63208c552010b131bc42fc80654d1313", - "reference": "d3f6c1ee63208c552010b131bc42fc80654d1313", + "url": "https://api.github.com/repos/spryker/merchant-switcher/zipball/11c2df98de5d24b5c458f9758106f2d24dba2248", + "reference": "11c2df98de5d24b5c458f9758106f2d24dba2248", "shasum": "" }, "require": { - "monolog/monolog": "^1.25.0 || ^2.0.0", - "php": ">=7.2" + "php": ">=8.0", + "spryker/cart": "^7.0.0", + "spryker/cart-extension": "^4.0.0", + "spryker/checkout-extension": "^1.2.0", + "spryker/kernel": "^3.30.0", + "spryker/merchant-product-offer": "^1.6.0", + "spryker/quote": "^2.0.0", + "spryker/transfer": "^3.27.0", + "spryker/wishlist-extension": "^1.1.0", + "spryker/zed-request": "^3.0.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/customer": "*", + "spryker/merchant": "*", + "spryker/product": "*", + "spryker/product-offer": "*", + "spryker/propel": "*", + "spryker/store": "*", + "spryker/testify": "*", + "spryker/wishlist": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Monolog module", + "description": "MerchantSwitcher module", "support": { - "source": "https://github.com/spryker/monolog/tree/master" + "source": "https://github.com/spryker/merchant-switcher/tree/0.6.4" }, - "time": "2020-08-04T04:52:39+00:00" + "time": "2023-05-05T18:20:59+00:00" }, { - "name": "spryker/multi-cart", - "version": "1.10.1", + "name": "spryker/merchant-user", + "version": "1.4.0", "source": { "type": "git", - "url": "https://github.com/spryker/multi-cart.git", - "reference": "988bda96298ec5219aa870068a2de9f947c15827" + "url": "https://github.com/spryker/merchant-user.git", + "reference": "4a8d5300993d50358520e51e5c4496cb394131d0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/multi-cart/zipball/988bda96298ec5219aa870068a2de9f947c15827", - "reference": "988bda96298ec5219aa870068a2de9f947c15827", + "url": "https://api.github.com/repos/spryker/merchant-user/zipball/4a8d5300993d50358520e51e5c4496cb394131d0", + "reference": "4a8d5300993d50358520e51e5c4496cb394131d0", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/customer": "^7.0.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", "spryker/kernel": "^3.33.0", - "spryker/messenger": "^3.0.0", - "spryker/persistent-cart": "^1.5.0 || ^3.0.0", - "spryker/persistent-cart-extension": "^1.1.0", - "spryker/propel-orm": "^1.6.0", - "spryker/quote": "^2.7.0", - "spryker/quote-extension": "^1.1.0", - "spryker/session": "^3.0.0 || ^4.0.0", - "spryker/store": "^1.19.0", - "spryker/transfer": "^3.25.0", - "spryker/util-date-time": "^1.0.0", - "spryker/zed-request": "^3.6.0" + "spryker/merchant": "^3.0.0", + "spryker/merchant-extension": "^1.1.0", + "spryker/merchant-user-extension": "^1.1.0", + "spryker/propel-orm": "^1.5.0", + "spryker/security-gui-extension": "^1.1.0", + "spryker/transfer": "^3.27.0", + "spryker/user": "^3.17.0", + "spryker/user-password-reset": "^1.0.0", + "spryker/util-text": "^1.3.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", + "spryker/merchant-profile": "*", "spryker/propel": "*", "spryker/testify": "*" }, @@ -37204,47 +38628,39 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\MerchantUser\\Helper\\": "tests/SprykerTest/Zed/MerchantUser/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "MultiCart module", + "description": "MerchantUser module", "support": { - "source": "https://github.com/spryker/multi-cart/tree/1.10.1" + "source": "https://github.com/spryker/merchant-user/tree/1.4.0" }, - "time": "2023-04-12T06:35:33+00:00" + "time": "2023-03-10T14:11:16+00:00" }, { - "name": "spryker/multi-cart-data-import", - "version": "0.1.7", + "name": "spryker/merchant-user-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/multi-cart-data-import.git", - "reference": "ba0b5b59ca26dffbc04c1d451b5ffe6f80a486da" + "url": "https://github.com/spryker/merchant-user-extension.git", + "reference": "23de6843796c7c303f79dafdbb38e3dd8348bd4f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/multi-cart-data-import/zipball/ba0b5b59ca26dffbc04c1d451b5ffe6f80a486da", - "reference": "ba0b5b59ca26dffbc04c1d451b5ffe6f80a486da", + "url": "https://api.github.com/repos/spryker/merchant-user-extension/zipball/23de6843796c7c303f79dafdbb38e3dd8348bd4f", + "reference": "23de6843796c7c303f79dafdbb38e3dd8348bd4f", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/customer": "^7.0.0", - "spryker/data-import": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/quote": "^2.0.0", - "spryker/store": "^1.0.0" + "php": ">=7.4" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/propel": "*", - "spryker/propel-orm": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -37254,40 +38670,45 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\MultiCartDataImport\\Helper\\": "tests/SprykerTest/Zed/MultiCartDataImport/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "MultiCartDataImport module", + "description": "MerchantUserExtension module", "support": { - "source": "https://github.com/spryker/multi-cart-data-import/tree/0.1.7" + "source": "https://github.com/spryker/merchant-user-extension/tree/1.1.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2021-12-10T09:14:37+00:00" }, { - "name": "spryker/multi-carts-rest-api", - "version": "1.0.0", + "name": "spryker/merchant-user-gui", + "version": "1.5.0", "source": { "type": "git", - "url": "https://github.com/spryker/multi-carts-rest-api.git", - "reference": "9d2a91c072812168af6b2b238a0fd84c5f3a6e71" + "url": "https://github.com/spryker/merchant-user-gui.git", + "reference": "1fd8bff57d04b45cb0647d8d9a236f55367ca9b2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/multi-carts-rest-api/zipball/9d2a91c072812168af6b2b238a0fd84c5f3a6e71", - "reference": "9d2a91c072812168af6b2b238a0fd84c5f3a6e71", + "url": "https://api.github.com/repos/spryker/merchant-user-gui/zipball/1fd8bff57d04b45cb0647d8d9a236f55367ca9b2", + "reference": "1fd8bff57d04b45cb0647d8d9a236f55367ca9b2", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.0", + "spryker/gui": "^3.45.0", + "spryker/kernel": "^3.30.0", + "spryker/merchant-gui-extension": "^1.1.0", + "spryker/merchant-user": "^1.3.0", + "spryker/router": "^1.12.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -37304,92 +38725,88 @@ "license": [ "proprietary" ], - "description": "MultiCartsRestApi module", + "description": "MerchantUserGui module", "support": { - "source": "https://github.com/spryker/multi-carts-rest-api/tree/1.0.0" + "source": "https://github.com/spryker/merchant-user-gui/tree/1.5.0" }, - "time": "2019-05-20T13:28:09+00:00" + "time": "2023-03-03T10:26:17+00:00" }, { - "name": "spryker/navigation", - "version": "2.7.0", + "name": "spryker/merchant-user-password-reset-mail", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/navigation.git", - "reference": "162c7a3eb5e267b736e491ddc1868eabd77601f8" + "url": "https://github.com/spryker/merchant-user-password-reset-mail.git", + "reference": "8bfbd1bedd1ba0054d9f5544eb5fdc83190f8f5d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/navigation/zipball/162c7a3eb5e267b736e491ddc1868eabd77601f8", - "reference": "162c7a3eb5e267b736e491ddc1868eabd77601f8", + "url": "https://api.github.com/repos/spryker/merchant-user-password-reset-mail/zipball/8bfbd1bedd1ba0054d9f5544eb5fdc83190f8f5d", + "reference": "8bfbd1bedd1ba0054d9f5544eb5fdc83190f8f5d", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/kernel": "^3.52.0", - "spryker/key-builder": "^1.0.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/propel-orm": "^1.1.0", - "spryker/storage": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/twig": "^3.0.0", - "spryker/url": "^3.1.0" + "spryker/kernel": "^3.33.0", + "spryker/mail": "^4.6.0", + "spryker/mail-extension": "^1.0.0", + "spryker/merchant-user": "^1.0.0", + "spryker/transfer": "^3.25.0", + "spryker/user-password-reset-extension": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", "spryker/propel": "*", - "spryker/silex": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/silex": "If you want to use the NavigationTwigServiceProvider." + "spryker/testify": "*", + "spryker/user": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\Navigation\\Helper\\": "tests/SprykerTest/Zed/Navigation/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Navigation module", + "description": "MerchantUserPasswordResetMail module", "support": { - "source": "https://github.com/spryker/navigation/tree/2.7.0" + "source": "https://github.com/spryker/merchant-user-password-reset-mail/tree/1.1.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2022-11-11T13:29:11+00:00" }, { - "name": "spryker/navigation-collector", - "version": "1.1.0", + "name": "spryker/merchants-rest-api", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/navigation-collector.git", - "reference": "f65adba634c47ba2d19e502f76b24e43ea6fcfdc" + "url": "https://github.com/spryker/merchants-rest-api.git", + "reference": "7c951d0a7482850a0951ca734f4d624a00b8e6d0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/navigation-collector/zipball/f65adba634c47ba2d19e502f76b24e43ea6fcfdc", - "reference": "f65adba634c47ba2d19e502f76b24e43ea6fcfdc", + "url": "https://api.github.com/repos/spryker/merchants-rest-api/zipball/7c951d0a7482850a0951ca734f4d624a00b8e6d0", + "reference": "7c951d0a7482850a0951ca734f4d624a00b8e6d0", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/collector": "^5.1.1 || ^6.0.0", - "spryker/kernel": "^3.30.0", - "spryker/key-builder": "^1.0.0", - "spryker/navigation": "^1.0.0 || ^2.0.0", - "spryker/propel-orm": "^1.1.0", + "php": ">=7.3", + "spryker/glossary-storage": "^1.5.0", + "spryker/glue-application": "^1.9.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.33.0", + "spryker/merchant-profile": "^1.0.0", + "spryker/merchant-search": "^1.0.0", + "spryker/merchant-storage": "^1.0.0", + "spryker/merchants-rest-api-extension": "^1.0.0", "spryker/symfony": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/util-data-reader": "^1.0.0" + "spryker/urls-rest-api-extension": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -37409,38 +38826,28 @@ "license": [ "proprietary" ], - "description": "NavigationCollector module", + "description": "MerchantsRestApi module", "support": { - "source": "https://github.com/spryker/navigation-collector/tree/1.1.0" + "source": "https://github.com/spryker/merchants-rest-api/tree/1.0.0" }, - "time": "2021-10-12T14:37:44+00:00" + "time": "2021-08-16T16:27:47+00:00" }, { - "name": "spryker/navigation-gui", - "version": "2.9.0", + "name": "spryker/merchants-rest-api-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/navigation-gui.git", - "reference": "62951f9ce34f69d51db0153534e7c737e879d7cf" + "url": "https://github.com/spryker/merchants-rest-api-extension.git", + "reference": "48e0c3db7997283b30eae60f3f4f6b44a5ae0d18" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/navigation-gui/zipball/62951f9ce34f69d51db0153534e7c737e879d7cf", - "reference": "62951f9ce34f69d51db0153534e7c737e879d7cf", + "url": "https://api.github.com/repos/spryker/merchants-rest-api-extension/zipball/48e0c3db7997283b30eae60f3f4f6b44a5ae0d18", + "reference": "48e0c3db7997283b30eae60f3f4f6b44a5ae0d18", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/category": "^3.0.0 || ^4.0.0 || ^5.0.0", - "spryker/cms": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", - "spryker/gui": "^3.45.0", - "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/navigation": "^2.5.0", - "spryker/propel-orm": "^1.1.0", - "spryker/symfony": "^3.0.0", - "spryker/url": "^3.5.0", - "spryker/util-text": "^1.1.1" + "php": ">=7.3" }, "require-dev": { "spryker/code-sniffer": "*" @@ -37448,7 +38855,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -37460,54 +38867,50 @@ "license": [ "proprietary" ], - "description": "NavigationGui module", + "description": "MerchantsRestApiExtension module", "support": { - "source": "https://github.com/spryker/navigation-gui/tree/2.9.0" + "source": "https://github.com/spryker/merchants-rest-api-extension/tree/1.0.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2021-07-07T15:14:17+00:00" }, { - "name": "spryker/navigation-storage", - "version": "1.10.0", + "name": "spryker/message-broker", + "version": "1.8.0", "source": { "type": "git", - "url": "https://github.com/spryker/navigation-storage.git", - "reference": "d61fe2414717917172853e0af4b95dbdb498d7dc" + "url": "https://github.com/spryker/message-broker.git", + "reference": "b6328abd9e362ba500ffbcf9665f9eabb1284a33" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/navigation-storage/zipball/d61fe2414717917172853e0af4b95dbdb498d7dc", - "reference": "d61fe2414717917172853e0af4b95dbdb498d7dc", + "url": "https://api.github.com/repos/spryker/message-broker/zipball/b6328abd9e362ba500ffbcf9665f9eabb1284a33", + "reference": "b6328abd9e362ba500ffbcf9665f9eabb1284a33", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/event-behavior": "^1.1.0", "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.1.0 || ^4.0.0", - "spryker/navigation": "^2.2.0", - "spryker/propel-orm": "^1.5.0", - "spryker/storage": "^3.4.0", - "spryker/store": "^1.4.0", - "spryker/synchronization": "^0.2.0 || ^1.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.0.0", + "spryker/log": "^3.0.0", + "spryker/message-broker-extension": "^1.2.0", + "spryker/monolog": "^2.0.0", + "spryker/symfony": "^3.10.0", "spryker/transfer": "^3.25.0", - "spryker/util-sanitize": "^2.2.0" + "spryker/util-encoding": "^1.0.0 || ^2.0.0" }, "require-dev": { + "spryker-sdk/async-api": "^0.3.0", + "spryker/application": "*", "spryker/code-sniffer": "*", + "spryker/console": "*", "spryker/container": "*", - "spryker/event": "*", - "spryker/propel": "*", - "spryker/publisher": "*", - "spryker/queue": "*", - "spryker/testify": "*", - "spryker/url": "*" + "spryker/event-dispatcher": "*", + "spryker/message-broker-aws": "*", + "spryker/ramsey-uuid": "*", + "spryker/store": "*", + "spryker/testify": "*" }, "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/url": "If you want to use Event plugins." + "spryker/ramsey-uuid": "When the CorrelationIdMessageAttributeProviderPlugin is used you need to install this." }, "type": "library", "extra": { @@ -37517,45 +38920,57 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\MessageBroker\\Helper\\": "tests/SprykerTest/Zed/MessageBroker/_support/Helper" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "NavigationStorage module", + "description": "MessageBroker module", "support": { - "source": "https://github.com/spryker/navigation-storage/tree/1.10.0" + "source": "https://github.com/spryker/message-broker/tree/1.8.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-07-21T13:09:09+00:00" }, { - "name": "spryker/navigations-category-nodes-resource-relationship", - "version": "1.0.1", + "name": "spryker/message-broker-aws", + "version": "1.4.3", "source": { "type": "git", - "url": "https://github.com/spryker/navigations-category-nodes-resource-relationship.git", - "reference": "c94ed4cf93a6ba872490576c63f9da21c63c0bf1" + "url": "https://github.com/spryker/message-broker-aws.git", + "reference": "5cc230af8d486356b66990567082f632b7bb4ae7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/navigations-category-nodes-resource-relationship/zipball/c94ed4cf93a6ba872490576c63f9da21c63c0bf1", - "reference": "c94ed4cf93a6ba872490576c63f9da21c63c0bf1", + "url": "https://api.github.com/repos/spryker/message-broker-aws/zipball/5cc230af8d486356b66990567082f632b7bb4ae7", + "reference": "5cc230af8d486356b66990567082f632b7bb4ae7", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/categories-rest-api": "^1.1.0", - "spryker/glue-application": "^1.0.0", - "spryker/glue-application-extension": "^1.0.0", - "spryker/kernel": "^3.30.0" + "async-aws/core": "^1.10.0", + "async-aws/sns": "^1.0.0", + "async-aws/sqs": "^1.0.0", + "aws/aws-sdk-php": "^3.263.14", + "php": ">=8.0", + "spryker/guzzle": "^2.0.0", + "spryker/kernel": "^3.30.0", + "spryker/log": "^3.0.0", + "spryker/message-broker-extension": "^1.0.0", + "spryker/store": "^1.1.0", + "spryker/symfony": "^3.7.0", + "spryker/transfer": "^3.25.0", + "spryker/util-encoding": "^1.0.0 || ^2.0.0", + "symfony/amazon-sqs-messenger": "^5.1.0 || ^6.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/ramsey-uuid": "*", + "spryker/testify": "*" }, "suggest": { - "spryker/navigations-rest-api": "If you want to expand navigation resource with category nodes relationship." + "symfony/messenger": "If you want to use a AwsSqsMessageReceiverPlugin. Minimum required version: 5.3.0" }, "type": "library", "extra": { @@ -37565,49 +38980,50 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\MessageBrokerAws\\Helper\\": "tests/SprykerTest/Zed/MessageBrokerAws/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "NavigationsCategoryNodesResourceRelationship module", + "description": "MessageBrokerAws module", "support": { - "source": "https://github.com/spryker/navigations-category-nodes-resource-relationship/tree/1.0.1" + "source": "https://github.com/spryker/message-broker-aws/tree/1.4.3" }, - "time": "2020-05-29T13:08:37+00:00" + "time": "2023-06-22T13:12:04+00:00" }, { - "name": "spryker/navigations-rest-api", - "version": "2.1.1", + "name": "spryker/message-broker-extension", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/navigations-rest-api.git", - "reference": "4aab044a438bd9716809301f37ae5ed918e4d945" + "url": "https://github.com/spryker/message-broker-extension.git", + "reference": "c7fee41058388c635c07fd3787b451a2736340d1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/navigations-rest-api/zipball/4aab044a438bd9716809301f37ae5ed918e4d945", - "reference": "4aab044a438bd9716809301f37ae5ed918e4d945", + "url": "https://api.github.com/repos/spryker/message-broker-extension/zipball/c7fee41058388c635c07fd3787b451a2736340d1", + "reference": "c7fee41058388c635c07fd3787b451a2736340d1", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/glue-application": "^1.9.0", - "spryker/glue-application-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/navigation-storage": "^1.4.0", - "spryker/symfony": "^3.0.0", - "spryker/url-storage": "^1.9.0" + "php": ">=8.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/kernel": "*", + "spryker/symfony": "*" + }, + "suggest": { + "spryker/kernel": "If you want to use the MessageValidatorPluginInterface.", + "spryker/symfony": "If you want to use MessageSenderPluginInterface, MessageReceiverPluginInterface or MiddlewarePluginInterface, minimum required version: 3.10.0." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -37619,51 +39035,47 @@ "license": [ "proprietary" ], - "description": "NavigationsRestApi module", + "description": "MessageBrokerExtension module", "support": { - "source": "https://github.com/spryker/navigations-rest-api/tree/master" + "source": "https://github.com/spryker/message-broker-extension/tree/1.2.0" }, - "time": "2020-05-29T13:08:37+00:00" + "time": "2023-07-21T13:09:09+00:00" }, { - "name": "spryker/newsletter", - "version": "4.6.0", + "name": "spryker/messenger", + "version": "3.6.2", "source": { "type": "git", - "url": "https://github.com/spryker/newsletter.git", - "reference": "26c47affe536bcde467b7db2ca715592477f80af" + "url": "https://github.com/spryker/messenger.git", + "reference": "5b3b1b31163bab161427b01d3223379355d5497e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/newsletter/zipball/26c47affe536bcde467b7db2ca715592477f80af", - "reference": "26c47affe536bcde467b7db2ca715592477f80af", + "url": "https://api.github.com/repos/spryker/messenger/zipball/5b3b1b31163bab161427b01d3223379355d5497e", + "reference": "5b3b1b31163bab161427b01d3223379355d5497e", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/customer": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", - "spryker/glossary": "^3.0.0", - "spryker/kernel": "^3.30.0", - "spryker/mail": "^4.6.0", - "spryker/mail-extension": "^1.0.0", - "spryker/transfer": "^3.25.0", - "spryker/util-text": "^1.1.0", - "spryker/util-validate": "^1.0.0", - "spryker/zed-request": "^3.0.0" - }, - "require-dev": { - "spryker/code-sniffer": "*", - "spryker/installer": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "php": ">=7.3", + "spryker/application-extension": "^1.0.0", + "spryker/kernel": "^3.52.0", + "spryker/messenger-extension": "^1.0.0", + "spryker/session": "^3.0.0 || ^4.0.0", + "spryker/symfony": "^3.5.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/silex": "*" }, "suggest": { - "spryker/installer": "If you want to use Installer plugins." + "spryker/container": "If you want to use ApplicationPlugin.", + "spryker/silex": "If you want to use ServiceProvider." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -37675,55 +39087,37 @@ "license": [ "proprietary" ], - "description": "Newsletter module", + "description": "Messenger module", "support": { - "source": "https://github.com/spryker/newsletter/tree/4.6.0" + "source": "https://github.com/spryker/messenger/tree/3.6.2" }, - "time": "2022-11-11T13:29:11+00:00" + "time": "2021-07-28T15:07:53+00:00" }, { - "name": "spryker/nopayment", - "version": "4.2.0", + "name": "spryker/messenger-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/nopayment.git", - "reference": "11ba62886b9a09713d4f7b48e6146d46cfbf58fa" + "url": "https://github.com/spryker/messenger-extension.git", + "reference": "f355b6cc20140fa8c40f13ba877a1e1b98c1b5bb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/nopayment/zipball/11ba62886b9a09713d4f7b48e6146d46cfbf58fa", - "reference": "11ba62886b9a09713d4f7b48e6146d46cfbf58fa", + "url": "https://api.github.com/repos/spryker/messenger-extension/zipball/f355b6cc20140fa8c40f13ba877a1e1b98c1b5bb", + "reference": "f355b6cc20140fa8c40f13ba877a1e1b98c1b5bb", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/cart-code-extension": "^1.2.0", - "spryker/checkout-extension": "^1.2.0", - "spryker/kernel": "^3.30.0", - "spryker/payment-extension": "^1.0.0", - "spryker/sales": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^10.0.0 || ^11.0.0", - "spryker/transfer": "^3.25.0" + "php": ">=7.1" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/oms": "*", - "spryker/payment": "*", - "spryker/propel": "*", - "spryker/shipment": "*", - "spryker/step-engine": "^3.1.0", - "spryker/symfony": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/oms": "If you want to use Oms command plugins.", - "spryker/payment": "If you want to use Payment command plugins.", - "spryker/step-engine": "If you want to use Step engine command plugins.", - "spryker/symfony": "If you want to use Step handler plugin." - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -37735,59 +39129,40 @@ "license": [ "proprietary" ], - "description": "Nopayment module", + "description": "MessengerExtension module", "support": { - "source": "https://github.com/spryker/nopayment/tree/4.2.0" + "source": "https://github.com/spryker/messenger-extension/tree/master" }, - "time": "2023-06-23T09:24:33+00:00" + "time": "2019-02-07T14:46:07+00:00" }, { - "name": "spryker/oauth", - "version": "2.11.0", + "name": "spryker/module-finder", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/oauth.git", - "reference": "1fe3b46b26e0986e288facde0cb3d8b3c3ef9867" + "url": "https://github.com/spryker/module-finder.git", + "reference": "ee25ba055d2b4af7c80b2c7d3d8800c7d21a78fa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/oauth/zipball/1fe3b46b26e0986e288facde0cb3d8b3c3ef9867", - "reference": "1fe3b46b26e0986e288facde0cb3d8b3c3ef9867", + "url": "https://api.github.com/repos/spryker/module-finder/zipball/ee25ba055d2b4af7c80b2c7d3d8800c7d21a78fa", + "reference": "ee25ba055d2b4af7c80b2c7d3d8800c7d21a78fa", "shasum": "" }, "require": { - "league/oauth2-server": "^8.3.0", - "php": ">=8.0", - "psr/http-message": "^1.0.0", - "spryker/config": "^3.0.0", - "spryker/guzzle": "^2.0.0", - "spryker/kernel": "^3.30.0", - "spryker/oauth-extension": "^1.8.0", - "spryker/propel-orm": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.27.0", - "spryker/util-encoding": "^2.0.0", - "spryker/zed-request": "^3.0.0" + "php": ">=7.4", + "spryker/kernel": "^3.33.0", + "spryker/laminas": "^1.0.0", + "spryker/symfony": "^3.2.0" }, "require-dev": { - "spryker/auth-rest-api": "*", "spryker/code-sniffer": "*", - "spryker/console": "*", - "spryker/container": "*", - "spryker/customer": "*", - "spryker/installer": "*", - "spryker/oauth-revoke": "*", - "spryker/propel": "*", - "spryker/store": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/installer": "If you want to use Installer plugins." - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -37799,50 +39174,57 @@ "license": [ "proprietary" ], - "description": "Oauth module", + "description": "ModuleFinder module", "support": { - "source": "https://github.com/spryker/oauth/tree/2.11.0" + "source": "https://github.com/spryker/module-finder/tree/1.2.0" }, - "time": "2023-07-21T10:16:46+00:00" + "time": "2021-10-21T12:10:34+00:00" }, { - "name": "spryker/oauth-agent-connector", - "version": "1.1.0", + "name": "spryker/money", + "version": "2.12.0", "source": { "type": "git", - "url": "https://github.com/spryker/oauth-agent-connector.git", - "reference": "0b862f542401850ce3ceea75828ed1458febb2f5" + "url": "https://github.com/spryker/money.git", + "reference": "976e44e6b0cb7af9178ab40861b568fab4dc73da" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/oauth-agent-connector/zipball/0b862f542401850ce3ceea75828ed1458febb2f5", - "reference": "0b862f542401850ce3ceea75828ed1458febb2f5", + "url": "https://api.github.com/repos/spryker/money/zipball/976e44e6b0cb7af9178ab40861b568fab4dc73da", + "reference": "976e44e6b0cb7af9178ab40861b568fab4dc73da", "shasum": "" }, "require": { + "moneyphp/money": "^3.0.0", "php": ">=8.0", - "psr/http-message": "^1.0.0", - "spryker/agent": "^1.0.0", + "spryker/currency": "^3.2.0 || ^4.0.0", "spryker/kernel": "^3.30.0", - "spryker/oauth": "^2.0.0", - "spryker/oauth-extension": "^1.1.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/store": "^1.19.0", "spryker/symfony": "^3.0.0", - "spryker/util-encoding": "^2.0.0" + "spryker/transfer": "^3.25.0", + "spryker/twig-extension": "^1.0.0" }, "require-dev": { + "spryker/application": "*", "spryker/code-sniffer": "*", - "spryker/installer": "*", + "spryker/container": "*", "spryker/propel": "*", + "spryker/session": "*", + "spryker/silex": "*", + "spryker/storage": "*", "spryker/testify": "*", - "spryker/user": "*" + "spryker/twig": "*" }, "suggest": { - "spryker/installer": "If you want to use Installer plugins." + "spryker/container": "If you want to use MoneyTwigPlugin.", + "spryker/silex": "If you want to use ServiceProvider.", + "spryker/twig": "If you want to use Money in Twig." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -37854,44 +39236,38 @@ "license": [ "proprietary" ], - "description": "OauthAgentConnector module", + "description": "Money module", "support": { - "source": "https://github.com/spryker/oauth-agent-connector/tree/1.1.0" + "source": "https://github.com/spryker/money/tree/2.12.0" }, - "time": "2023-04-25T15:38:42+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/oauth-api", - "version": "1.3.0", + "name": "spryker/money-gui", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/oauth-api.git", - "reference": "e5a287403293672d77f9a487ec9738d1141f8aa2" + "url": "https://github.com/spryker/money-gui.git", + "reference": "b0933cacda5a0f2c588fe7858245ce34ff17b96f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/oauth-api/zipball/e5a287403293672d77f9a487ec9738d1141f8aa2", - "reference": "e5a287403293672d77f9a487ec9738d1141f8aa2", + "url": "https://api.github.com/repos/spryker/money-gui/zipball/b0933cacda5a0f2c588fe7858245ce34ff17b96f", + "reference": "b0933cacda5a0f2c588fe7858245ce34ff17b96f", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/authentication": "^1.0.0", - "spryker/glue-application-extension": "^1.10.0", - "spryker/kernel": "^3.58.0", - "spryker/oauth": "^2.4.0", - "spryker/symfony": "^3.5.0", - "spryker/transfer": "^3.25.0", - "spryker/util-encoding": "^2.0.0" + "spryker/currency": "^3.1.0 || ^4.0.0", + "spryker/gui": "^3.45.0", + "spryker/kernel": "^3.30.0", + "spryker/money": "^2.0.0", + "spryker/store": "^1.1.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/glue-application": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/glue-application": "ADD SUGGEST DESCRIPTION" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -37908,43 +39284,51 @@ "license": [ "proprietary" ], - "description": "OauthApi module", + "description": "MoneyGui module", "support": { - "source": "https://github.com/spryker/oauth-api/tree/1.3.0" + "source": "https://github.com/spryker/money-gui/tree/1.1.0" }, - "time": "2023-05-23T06:57:39+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/oauth-auth0", - "version": "1.1.0", + "name": "spryker/monitoring", + "version": "2.8.0", "source": { "type": "git", - "url": "https://github.com/spryker/oauth-auth0.git", - "reference": "465259912086522abd5cdb2a5b9f281822540274" + "url": "https://github.com/spryker/monitoring.git", + "reference": "d4cabe1940b4159a3563ef6460f4b014ce4d24e2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/oauth-auth0/zipball/465259912086522abd5cdb2a5b9f281822540274", - "reference": "465259912086522abd5cdb2a5b9f281822540274", + "url": "https://api.github.com/repos/spryker/monitoring/zipball/d4cabe1940b4159a3563ef6460f4b014ce4d24e2", + "reference": "d4cabe1940b4159a3563ef6460f4b014ce4d24e2", "shasum": "" }, "require": { - "league/oauth2-client": "^2.6.0", "php": ">=8.0", - "riskio/oauth2-auth0": "^2.4.0", - "spryker/guzzle": "^2.4.1", + "spryker/event-dispatcher-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/oauth-client-extension": "^1.0.0", - "spryker/transfer": "^3.27.0" + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/monitoring-extension": "^1.0.0", + "spryker/store": "^1.0.0", + "spryker/symfony": "^3.5.0", + "spryker/util-network": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/container": "*", + "spryker/event-dispatcher": "*", + "spryker/silex": "^2.0.0" + }, + "suggest": { + "spryker/container": "Add this module when you want to use the EventDispatcher plugins.", + "spryker/event-dispatcher": "Add this module when you want to use the EventDispatcher plugins.", + "spryker/silex": "If you want to use the Monitoring ServiceProvider, please add spryker/silex." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -37956,44 +39340,28 @@ "license": [ "proprietary" ], - "description": "OauthAuth0 module", + "description": "Monitoring module", "support": { - "source": "https://github.com/spryker/oauth-auth0/tree/1.1.0" + "source": "https://github.com/spryker/monitoring/tree/2.8.0" }, - "time": "2023-06-30T07:19:55+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/oauth-backend-api", - "version": "1.4.0", + "name": "spryker/monitoring-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/oauth-backend-api.git", - "reference": "85fef2e72c9e76d2b476cc088c5e9b8d02e135f3" + "url": "https://github.com/spryker/monitoring-extension.git", + "reference": "dab766858ce64aa2176caeb3674c7691b9447f2d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/oauth-backend-api/zipball/85fef2e72c9e76d2b476cc088c5e9b8d02e135f3", - "reference": "85fef2e72c9e76d2b476cc088c5e9b8d02e135f3", + "url": "https://api.github.com/repos/spryker/monitoring-extension/zipball/dab766858ce64aa2176caeb3674c7691b9447f2d", + "reference": "dab766858ce64aa2176caeb3674c7691b9447f2d", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/authentication": "^1.0.0", - "spryker/glue-application-extension": "^1.10.0", - "spryker/kernel": "^3.66.0", - "spryker/oauth": "^2.4.0", - "spryker/oauth-backend-api-extension": "^1.0.0", - "spryker/symfony": "^3.5.0", - "spryker/transfer": "^3.25.0", - "spryker/util-encoding": "^2.0.0" - }, - "require-dev": { - "spryker/code-sniffer": "*", - "spryker/glue-application": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/glue-application": "ADD SUGGEST DESCRIPTION" + "php": ">=7.1" }, "type": "library", "extra": { @@ -38010,77 +39378,79 @@ "license": [ "proprietary" ], - "description": "OauthBackendApi module", + "description": "MonitoringExtension module", "support": { - "source": "https://github.com/spryker/oauth-backend-api/tree/1.4.0" + "source": "https://github.com/spryker/monitoring-extension/tree/master" }, - "time": "2023-05-23T06:57:39+00:00" + "time": "2018-07-25T06:50:26+00:00" }, { - "name": "spryker/oauth-backend-api-extension", - "version": "1.0.0", + "name": "spryker/monolog", + "version": "2.0.5", "source": { "type": "git", - "url": "https://github.com/spryker/oauth-backend-api-extension.git", - "reference": "145540f0f52a6af36f246769af00b7589b7c1235" + "url": "https://github.com/spryker/monolog.git", + "reference": "d3f6c1ee63208c552010b131bc42fc80654d1313" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/oauth-backend-api-extension/zipball/145540f0f52a6af36f246769af00b7589b7c1235", - "reference": "145540f0f52a6af36f246769af00b7589b7c1235", + "url": "https://api.github.com/repos/spryker/monolog/zipball/d3f6c1ee63208c552010b131bc42fc80654d1313", + "reference": "d3f6c1ee63208c552010b131bc42fc80654d1313", "shasum": "" }, "require": { - "php": ">=8.0" - }, - "require-dev": { - "spryker/code-sniffer": "*" + "monolog/monolog": "^1.25.0 || ^2.0.0", + "php": ">=7.2" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Spryker\\": "src/Spryker/" + "dev-master": "2.0.x-dev" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "OauthBackendApiExtension module", + "description": "Monolog module", "support": { - "source": "https://github.com/spryker/oauth-backend-api-extension/tree/1.0.0" + "source": "https://github.com/spryker/monolog/tree/master" }, - "time": "2023-03-16T13:08:01+00:00" + "time": "2020-08-04T04:52:39+00:00" }, { - "name": "spryker/oauth-client", - "version": "1.3.0", + "name": "spryker/multi-cart", + "version": "1.10.1", "source": { "type": "git", - "url": "https://github.com/spryker/oauth-client.git", - "reference": "c81bfa1178aacd2f7a957295404f62b7b6f4840c" + "url": "https://github.com/spryker/multi-cart.git", + "reference": "988bda96298ec5219aa870068a2de9f947c15827" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/oauth-client/zipball/c81bfa1178aacd2f7a957295404f62b7b6f4840c", - "reference": "c81bfa1178aacd2f7a957295404f62b7b6f4840c", + "url": "https://api.github.com/repos/spryker/multi-cart/zipball/988bda96298ec5219aa870068a2de9f947c15827", + "reference": "988bda96298ec5219aa870068a2de9f947c15827", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/kernel": "^3.30.0", - "spryker/message-broker-extension": "^1.0.0", - "spryker/oauth-client-extension": "^1.0.0", - "spryker/payment-extension": "^1.1.0", - "spryker/transfer": "^3.27.0" + "spryker/customer": "^7.0.0", + "spryker/kernel": "^3.33.0", + "spryker/messenger": "^3.0.0", + "spryker/persistent-cart": "^1.5.0 || ^3.0.0", + "spryker/persistent-cart-extension": "^1.1.0", + "spryker/propel-orm": "^1.6.0", + "spryker/quote": "^2.7.0", + "spryker/quote-extension": "^1.1.0", + "spryker/session": "^3.0.0 || ^4.0.0", + "spryker/store": "^1.19.0", + "spryker/transfer": "^3.25.0", + "spryker/util-date-time": "^1.0.0", + "spryker/zed-request": "^3.6.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/container": "*", "spryker/propel": "*", "spryker/testify": "*" }, @@ -38099,32 +39469,40 @@ "license": [ "proprietary" ], - "description": "OauthClient module", + "description": "MultiCart module", "support": { - "source": "https://github.com/spryker/oauth-client/tree/1.3.0" + "source": "https://github.com/spryker/multi-cart/tree/1.10.1" }, - "time": "2023-06-22T16:12:48+00:00" + "time": "2023-04-12T06:35:33+00:00" }, { - "name": "spryker/oauth-client-extension", - "version": "1.0.0", + "name": "spryker/multi-cart-data-import", + "version": "0.1.7", "source": { "type": "git", - "url": "https://github.com/spryker/oauth-client-extension.git", - "reference": "6b1bdc609f83f69e50e3aa89ae7dab4c8e99cd14" + "url": "https://github.com/spryker/multi-cart-data-import.git", + "reference": "ba0b5b59ca26dffbc04c1d451b5ffe6f80a486da" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/oauth-client-extension/zipball/6b1bdc609f83f69e50e3aa89ae7dab4c8e99cd14", - "reference": "6b1bdc609f83f69e50e3aa89ae7dab4c8e99cd14", + "url": "https://api.github.com/repos/spryker/multi-cart-data-import/zipball/ba0b5b59ca26dffbc04c1d451b5ffe6f80a486da", + "reference": "ba0b5b59ca26dffbc04c1d451b5ffe6f80a486da", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/transfer": "^3.27.0" + "php": ">=8.0", + "spryker/customer": "^7.0.0", + "spryker/data-import": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/quote": "^2.0.0", + "spryker/store": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/propel": "*", + "spryker/propel-orm": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -38134,40 +39512,36 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\MultiCartDataImport\\Helper\\": "tests/SprykerTest/Zed/MultiCartDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "OauthClientExtension module", + "description": "MultiCartDataImport module", "support": { - "source": "https://github.com/spryker/oauth-client-extension/tree/1.0.0" + "source": "https://github.com/spryker/multi-cart-data-import/tree/0.1.7" }, - "time": "2022-04-26T12:27:56+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/oauth-code-flow", - "version": "0.1.0", + "name": "spryker/multi-carts-rest-api", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/oauth-code-flow.git", - "reference": "c93b7257272adba80deabcef7a2197cf31cd9076" + "url": "https://github.com/spryker/multi-carts-rest-api.git", + "reference": "9d2a91c072812168af6b2b238a0fd84c5f3a6e71" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/oauth-code-flow/zipball/c93b7257272adba80deabcef7a2197cf31cd9076", - "reference": "c93b7257272adba80deabcef7a2197cf31cd9076", + "url": "https://api.github.com/repos/spryker/multi-carts-rest-api/zipball/9d2a91c072812168af6b2b238a0fd84c5f3a6e71", + "reference": "9d2a91c072812168af6b2b238a0fd84c5f3a6e71", "shasum": "" }, "require": { - "php": ">=8.0", - "psr/http-message": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/oauth": "^2.7.0", - "spryker/oauth-extension": "^1.7.0", - "spryker/transfer": "^3.25.0" + "php": ">=7.1" }, "require-dev": { "spryker/code-sniffer": "*", @@ -38188,51 +39562,45 @@ "license": [ "proprietary" ], - "description": "OauthCodeFlow module", + "description": "MultiCartsRestApi module", "support": { - "source": "https://github.com/spryker/oauth-code-flow/tree/0.1.0" + "source": "https://github.com/spryker/multi-carts-rest-api/tree/1.0.0" }, - "time": "2022-12-12T14:47:49+00:00" + "time": "2019-05-20T13:28:09+00:00" }, { - "name": "spryker/oauth-company-user", - "version": "2.2.1", + "name": "spryker/navigation", + "version": "2.7.0", "source": { "type": "git", - "url": "https://github.com/spryker/oauth-company-user.git", - "reference": "995b683e28ad1c6a2f6ffcdde79bbcba5d9b37fa" + "url": "https://github.com/spryker/navigation.git", + "reference": "162c7a3eb5e267b736e491ddc1868eabd77601f8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/oauth-company-user/zipball/995b683e28ad1c6a2f6ffcdde79bbcba5d9b37fa", - "reference": "995b683e28ad1c6a2f6ffcdde79bbcba5d9b37fa", + "url": "https://api.github.com/repos/spryker/navigation/zipball/162c7a3eb5e267b736e491ddc1868eabd77601f8", + "reference": "162c7a3eb5e267b736e491ddc1868eabd77601f8", "shasum": "" }, "require": { "php": ">=8.0", - "psr/http-message": "^1.0.0", - "spryker/company-user": "^2.11.0", - "spryker/customer": "^7.0.0", - "spryker/customer-extension": "^1.3.0", - "spryker/kernel": "^3.30.0", - "spryker/oauth": "^1.4.0 || ^2.0.0", - "spryker/oauth-company-user-extension": "^1.1.0", - "spryker/oauth-extension": "^1.1.0", - "spryker/util-encoding": "^2.0.0", - "spryker/zed-request": "^3.0.0" + "spryker/kernel": "^3.52.0", + "spryker/key-builder": "^1.0.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/propel-orm": "^1.1.0", + "spryker/storage": "^3.0.0", + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/twig": "^3.0.0", + "spryker/url": "^3.1.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/company": "*", - "spryker/container": "*", - "spryker/installer": "*", - "spryker/oauth-customer-connector": "*", "spryker/propel": "*", - "spryker/store": "*", + "spryker/silex": "*", "spryker/testify": "*" }, "suggest": { - "spryker/installer": "If you want to use Installer plugins." + "spryker/silex": "If you want to use the NavigationTwigServiceProvider." }, "type": "library", "extra": { @@ -38242,39 +39610,47 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\Navigation\\Helper\\": "tests/SprykerTest/Zed/Navigation/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "OauthCompanyUser module", + "description": "Navigation module", "support": { - "source": "https://github.com/spryker/oauth-company-user/tree/2.2.1" + "source": "https://github.com/spryker/navigation/tree/2.7.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/oauth-company-user-extension", + "name": "spryker/navigation-collector", "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/oauth-company-user-extension.git", - "reference": "d8417473f74aca02f2921be2b3334a03118268a6" + "url": "https://github.com/spryker/navigation-collector.git", + "reference": "f65adba634c47ba2d19e502f76b24e43ea6fcfdc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/oauth-company-user-extension/zipball/d8417473f74aca02f2921be2b3334a03118268a6", - "reference": "d8417473f74aca02f2921be2b3334a03118268a6", + "url": "https://api.github.com/repos/spryker/navigation-collector/zipball/f65adba634c47ba2d19e502f76b24e43ea6fcfdc", + "reference": "f65adba634c47ba2d19e502f76b24e43ea6fcfdc", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.4", + "spryker/collector": "^5.1.1 || ^6.0.0", + "spryker/kernel": "^3.30.0", + "spryker/key-builder": "^1.0.0", + "spryker/navigation": "^1.0.0 || ^2.0.0", + "spryker/propel-orm": "^1.1.0", + "spryker/symfony": "^3.0.0", + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/util-data-reader": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -38291,42 +39667,46 @@ "license": [ "proprietary" ], - "description": "OauthCompanyUserExtension module", + "description": "NavigationCollector module", "support": { - "source": "https://github.com/spryker/oauth-company-user-extension/tree/master" + "source": "https://github.com/spryker/navigation-collector/tree/1.1.0" }, - "time": "2019-05-21T11:03:32+00:00" + "time": "2021-10-12T14:37:44+00:00" }, { - "name": "spryker/oauth-cryptography", - "version": "1.0.1", + "name": "spryker/navigation-gui", + "version": "2.9.0", "source": { "type": "git", - "url": "https://github.com/spryker/oauth-cryptography.git", - "reference": "96df530ab6885a547d21b948b20559939cccc289" + "url": "https://github.com/spryker/navigation-gui.git", + "reference": "62951f9ce34f69d51db0153534e7c737e879d7cf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/oauth-cryptography/zipball/96df530ab6885a547d21b948b20559939cccc289", - "reference": "96df530ab6885a547d21b948b20559939cccc289", + "url": "https://api.github.com/repos/spryker/navigation-gui/zipball/62951f9ce34f69d51db0153534e7c737e879d7cf", + "reference": "62951f9ce34f69d51db0153534e7c737e879d7cf", "shasum": "" }, "require": { - "php": ">=7.2", - "psr/http-message": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/oauth": "^2.0.0", - "spryker/oauth-extension": "^1.5.0" + "php": ">=8.0", + "spryker/category": "^3.0.0 || ^4.0.0 || ^5.0.0", + "spryker/cms": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", + "spryker/gui": "^3.45.0", + "spryker/kernel": "^3.30.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/navigation": "^2.5.0", + "spryker/propel-orm": "^1.1.0", + "spryker/symfony": "^3.0.0", + "spryker/url": "^3.5.0", + "spryker/util-text": "^1.1.1" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/guzzle": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -38338,45 +39718,54 @@ "license": [ "proprietary" ], - "description": "OauthCryptography module", + "description": "NavigationGui module", "support": { - "source": "https://github.com/spryker/oauth-cryptography/tree/1.0.1" + "source": "https://github.com/spryker/navigation-gui/tree/2.9.0" }, - "time": "2020-10-09T11:31:07+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/oauth-customer-connector", - "version": "1.8.0", + "name": "spryker/navigation-storage", + "version": "1.10.0", "source": { "type": "git", - "url": "https://github.com/spryker/oauth-customer-connector.git", - "reference": "13f50389255177d1125867920d0a40a5291cbac6" + "url": "https://github.com/spryker/navigation-storage.git", + "reference": "d61fe2414717917172853e0af4b95dbdb498d7dc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/oauth-customer-connector/zipball/13f50389255177d1125867920d0a40a5291cbac6", - "reference": "13f50389255177d1125867920d0a40a5291cbac6", + "url": "https://api.github.com/repos/spryker/navigation-storage/zipball/d61fe2414717917172853e0af4b95dbdb498d7dc", + "reference": "d61fe2414717917172853e0af4b95dbdb498d7dc", "shasum": "" }, "require": { - "php": ">=7.4", - "psr/http-message": "^1.0.0", - "spryker/customer": "^7.33.0", + "php": ">=8.0", + "spryker/event-behavior": "^1.1.0", "spryker/kernel": "^3.30.0", - "spryker/oauth": "^1.2.0 || ^2.0.0", - "spryker/oauth-customer-connector-extension": "^1.0.0", - "spryker/oauth-extension": "^1.0.0", + "spryker/locale": "^3.1.0 || ^4.0.0", + "spryker/navigation": "^2.2.0", + "spryker/propel-orm": "^1.5.0", + "spryker/storage": "^3.4.0", + "spryker/store": "^1.4.0", + "spryker/synchronization": "^0.2.0 || ^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.0.0", "spryker/transfer": "^3.25.0", - "spryker/util-encoding": "^2.0.0" + "spryker/util-sanitize": "^2.2.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/installer": "*", + "spryker/container": "*", + "spryker/event": "*", "spryker/propel": "*", - "spryker/testify": "*" + "spryker/publisher": "*", + "spryker/queue": "*", + "spryker/testify": "*", + "spryker/url": "*" }, "suggest": { - "spryker/installer": "If you want to use Installer plugins." + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", + "spryker/url": "If you want to use Event plugins." }, "type": "library", "extra": { @@ -38393,32 +39782,38 @@ "license": [ "proprietary" ], - "description": "OauthCustomerConnector module", + "description": "NavigationStorage module", "support": { - "source": "https://github.com/spryker/oauth-customer-connector/tree/1.8.0" + "source": "https://github.com/spryker/navigation-storage/tree/1.10.0" }, - "time": "2022-06-27T10:26:17+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/oauth-customer-connector-extension", - "version": "1.0.0", + "name": "spryker/navigations-category-nodes-resource-relationship", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/oauth-customer-connector-extension.git", - "reference": "0d6303d9c171c90d80f7b8f0d851190fa2c9a425" + "url": "https://github.com/spryker/navigations-category-nodes-resource-relationship.git", + "reference": "c94ed4cf93a6ba872490576c63f9da21c63c0bf1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/oauth-customer-connector-extension/zipball/0d6303d9c171c90d80f7b8f0d851190fa2c9a425", - "reference": "0d6303d9c171c90d80f7b8f0d851190fa2c9a425", + "url": "https://api.github.com/repos/spryker/navigations-category-nodes-resource-relationship/zipball/c94ed4cf93a6ba872490576c63f9da21c63c0bf1", + "reference": "c94ed4cf93a6ba872490576c63f9da21c63c0bf1", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2", + "spryker/categories-rest-api": "^1.1.0", + "spryker/glue-application": "^1.0.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.30.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" + }, + "suggest": { + "spryker/navigations-rest-api": "If you want to expand navigation resource with category nodes relationship." }, "type": "library", "extra": { @@ -38435,43 +39830,42 @@ "license": [ "proprietary" ], - "description": "OauthCustomerConnectorExtension module", + "description": "NavigationsCategoryNodesResourceRelationship module", "support": { - "source": "https://github.com/spryker/oauth-customer-connector-extension/tree/master" + "source": "https://github.com/spryker/navigations-category-nodes-resource-relationship/tree/1.0.1" }, - "time": "2018-12-29T09:45:16+00:00" + "time": "2020-05-29T13:08:37+00:00" }, { - "name": "spryker/oauth-customer-validation", - "version": "1.0.0", + "name": "spryker/navigations-rest-api", + "version": "2.1.1", "source": { "type": "git", - "url": "https://github.com/spryker/oauth-customer-validation.git", - "reference": "386e91d7b5edc6e64696e8be92295bc2aa074e68" + "url": "https://github.com/spryker/navigations-rest-api.git", + "reference": "4aab044a438bd9716809301f37ae5ed918e4d945" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/oauth-customer-validation/zipball/386e91d7b5edc6e64696e8be92295bc2aa074e68", - "reference": "386e91d7b5edc6e64696e8be92295bc2aa074e68", + "url": "https://api.github.com/repos/spryker/navigations-rest-api/zipball/4aab044a438bd9716809301f37ae5ed918e4d945", + "reference": "4aab044a438bd9716809301f37ae5ed918e4d945", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/customer-storage": "^1.0.0", + "php": ">=7.2", + "spryker/glue-application": "^1.9.0", + "spryker/glue-application-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/oauth": "^2.8.0", - "spryker/oauth-extension": "^1.8.0", - "spryker/transfer": "^3.27.0", - "spryker/util-encoding": "^2.0.0" + "spryker/navigation-storage": "^1.4.0", + "spryker/symfony": "^3.0.0", + "spryker/url-storage": "^1.9.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -38483,41 +39877,51 @@ "license": [ "proprietary" ], - "description": "OauthCustomerValidation module", + "description": "NavigationsRestApi module", "support": { - "source": "https://github.com/spryker/oauth-customer-validation/tree/1.0.0" + "source": "https://github.com/spryker/navigations-rest-api/tree/master" }, - "time": "2023-02-08T18:31:45+00:00" + "time": "2020-05-29T13:08:37+00:00" }, { - "name": "spryker/oauth-dummy", - "version": "1.1.0", + "name": "spryker/newsletter", + "version": "4.6.0", "source": { "type": "git", - "url": "https://github.com/spryker/oauth-dummy.git", - "reference": "f1d11b1c748060362a12c2893b88cc96479914c5" + "url": "https://github.com/spryker/newsletter.git", + "reference": "26c47affe536bcde467b7db2ca715592477f80af" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/oauth-dummy/zipball/f1d11b1c748060362a12c2893b88cc96479914c5", - "reference": "f1d11b1c748060362a12c2893b88cc96479914c5", + "url": "https://api.github.com/repos/spryker/newsletter/zipball/26c47affe536bcde467b7db2ca715592477f80af", + "reference": "26c47affe536bcde467b7db2ca715592477f80af", "shasum": "" }, "require": { - "lcobucci/jwt": "^4.0.0", "php": ">=8.0", + "spryker/customer": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", + "spryker/glossary": "^3.0.0", "spryker/kernel": "^3.30.0", - "spryker/oauth-client-extension": "^1.0.0", - "spryker/transfer": "^3.27.0" + "spryker/mail": "^4.6.0", + "spryker/mail-extension": "^1.0.0", + "spryker/transfer": "^3.25.0", + "spryker/util-text": "^1.1.0", + "spryker/util-validate": "^1.0.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/installer": "*", + "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" + "dev-master": "4.0.x-dev" } }, "autoload": { @@ -38529,43 +39933,55 @@ "license": [ "proprietary" ], - "description": "OauthDummy module", + "description": "Newsletter module", "support": { - "source": "https://github.com/spryker/oauth-dummy/tree/1.1.0" + "source": "https://github.com/spryker/newsletter/tree/4.6.0" }, - "time": "2022-10-18T17:47:15+00:00" + "time": "2022-11-11T13:29:11+00:00" }, { - "name": "spryker/oauth-extension", - "version": "1.8.0", + "name": "spryker/nopayment", + "version": "4.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/oauth-extension.git", - "reference": "2e657b82733b3569d2fba91617d455fcbb1a6041" + "url": "https://github.com/spryker/nopayment.git", + "reference": "11ba62886b9a09713d4f7b48e6146d46cfbf58fa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/oauth-extension/zipball/2e657b82733b3569d2fba91617d455fcbb1a6041", - "reference": "2e657b82733b3569d2fba91617d455fcbb1a6041", + "url": "https://api.github.com/repos/spryker/nopayment/zipball/11ba62886b9a09713d4f7b48e6146d46cfbf58fa", + "reference": "11ba62886b9a09713d4f7b48e6146d46cfbf58fa", "shasum": "" }, "require": { - "php": ">=8.0" + "php": ">=8.0", + "spryker/cart-code-extension": "^1.2.0", + "spryker/checkout-extension": "^1.2.0", + "spryker/kernel": "^3.30.0", + "spryker/payment-extension": "^1.0.0", + "spryker/sales": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^10.0.0 || ^11.0.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { - "psr/http-message": "^1.0.0", "spryker/code-sniffer": "*", - "spryker/oauth": "^2.0.0" + "spryker/oms": "*", + "spryker/payment": "*", + "spryker/propel": "*", + "spryker/shipment": "*", + "spryker/step-engine": "^3.1.0", + "spryker/symfony": "*", + "spryker/testify": "*" }, "suggest": { - "league/oauth2-server": "When you want to use plugin interfaces of this module.", - "psr/http-message": "When you want to use plugin interfaces of this module.", - "spryker/oauth": "When you want to use plugin interfaces of this module." + "spryker/oms": "If you want to use Oms command plugins.", + "spryker/payment": "If you want to use Payment command plugins.", + "spryker/step-engine": "If you want to use Step engine command plugins.", + "spryker/symfony": "If you want to use Step handler plugin." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { @@ -38577,54 +39993,59 @@ "license": [ "proprietary" ], - "description": "OauthExtension module", + "description": "Nopayment module", "support": { - "source": "https://github.com/spryker/oauth-extension/tree/1.8.0" + "source": "https://github.com/spryker/nopayment/tree/4.2.0" }, - "time": "2023-02-08T18:31:45+00:00" + "time": "2023-06-23T09:24:33+00:00" }, { - "name": "spryker/oauth-permission", - "version": "1.3.1", + "name": "spryker/oauth", + "version": "2.11.0", "source": { "type": "git", - "url": "https://github.com/spryker/oauth-permission.git", - "reference": "95d9ef8abbbb4764c5b9a8a7bf202ac89ce25db4" + "url": "https://github.com/spryker/oauth.git", + "reference": "1fe3b46b26e0986e288facde0cb3d8b3c3ef9867" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/oauth-permission/zipball/95d9ef8abbbb4764c5b9a8a7bf202ac89ce25db4", - "reference": "95d9ef8abbbb4764c5b9a8a7bf202ac89ce25db4", + "url": "https://api.github.com/repos/spryker/oauth/zipball/1fe3b46b26e0986e288facde0cb3d8b3c3ef9867", + "reference": "1fe3b46b26e0986e288facde0cb3d8b3c3ef9867", "shasum": "" }, "require": { + "league/oauth2-server": "^8.3.0", "php": ">=8.0", - "spryker/company-user": "^2.9.0", + "psr/http-message": "^1.0.0", + "spryker/config": "^3.0.0", + "spryker/guzzle": "^2.0.0", "spryker/kernel": "^3.30.0", - "spryker/oauth": "^1.3.0 || ^2.0.0", - "spryker/oauth-company-user-extension": "^1.0.0", - "spryker/oauth-customer-connector-extension": "^1.0.0", - "spryker/oauth-extension": "^1.2.0", - "spryker/oauth-revoke-extension": "^1.0.0", - "spryker/permission": "^1.5.0", - "spryker/permission-extension": "^1.0.0", + "spryker/oauth-extension": "^1.8.0", + "spryker/propel-orm": "^1.0.0", "spryker/symfony": "^3.0.0", - "spryker/util-encoding": "^2.0.0" + "spryker/transfer": "^3.27.0", + "spryker/util-encoding": "^2.0.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { + "spryker/auth-rest-api": "*", "spryker/code-sniffer": "*", - "spryker/company": "*", - "spryker/company-role": "*", + "spryker/console": "*", "spryker/container": "*", "spryker/customer": "*", + "spryker/installer": "*", + "spryker/oauth-revoke": "*", "spryker/propel": "*", "spryker/store": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/installer": "If you want to use Installer plugins." + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -38636,39 +40057,45 @@ "license": [ "proprietary" ], - "description": "OauthPermission module", + "description": "Oauth module", "support": { - "source": "https://github.com/spryker/oauth-permission/tree/1.3.1" + "source": "https://github.com/spryker/oauth/tree/2.11.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-07-21T10:16:46+00:00" }, { - "name": "spryker/oauth-revoke", - "version": "1.3.1", + "name": "spryker/oauth-agent-connector", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/oauth-revoke.git", - "reference": "a80d7f1947441e639106e56a4574e61be82d459c" + "url": "https://github.com/spryker/oauth-agent-connector.git", + "reference": "0b862f542401850ce3ceea75828ed1458febb2f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/oauth-revoke/zipball/a80d7f1947441e639106e56a4574e61be82d459c", - "reference": "a80d7f1947441e639106e56a4574e61be82d459c", + "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", - "spryker/oauth": "^1.6.0 || ^2.0.0", - "spryker/oauth-extension": "^1.3.0", - "spryker/oauth-revoke-extension": "^1.0.0", - "spryker/propel-orm": "^1.0.0", + "spryker/oauth": "^2.0.0", + "spryker/oauth-extension": "^1.1.0", + "spryker/symfony": "^3.0.0", "spryker/util-encoding": "^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/installer": "*", "spryker/propel": "*", - "spryker/testify": "*" + "spryker/testify": "*", + "spryker/user": "*" + }, + "suggest": { + "spryker/installer": "If you want to use Installer plugins." }, "type": "library", "extra": { @@ -38685,31 +40112,44 @@ "license": [ "proprietary" ], - "description": "OauthRevoke module", + "description": "OauthAgentConnector module", "support": { - "source": "https://github.com/spryker/oauth-revoke/tree/1.3.1" + "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-revoke-extension", - "version": "1.0.0", + "name": "spryker/oauth-api", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/oauth-revoke-extension.git", - "reference": "8231f05221723795bb55de365476ce3bc2cbe3af" + "url": "https://github.com/spryker/oauth-api.git", + "reference": "e5a287403293672d77f9a487ec9738d1141f8aa2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/oauth-revoke-extension/zipball/8231f05221723795bb55de365476ce3bc2cbe3af", - "reference": "8231f05221723795bb55de365476ce3bc2cbe3af", + "url": "https://api.github.com/repos/spryker/oauth-api/zipball/e5a287403293672d77f9a487ec9738d1141f8aa2", + "reference": "e5a287403293672d77f9a487ec9738d1141f8aa2", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=8.0", + "spryker/authentication": "^1.0.0", + "spryker/glue-application-extension": "^1.10.0", + "spryker/kernel": "^3.58.0", + "spryker/oauth": "^2.4.0", + "spryker/symfony": "^3.5.0", + "spryker/transfer": "^3.25.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/glue-application": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/glue-application": "ADD SUGGEST DESCRIPTION" }, "type": "library", "extra": { @@ -38726,44 +40166,39 @@ "license": [ "proprietary" ], - "description": "OauthRevokeExtension module", + "description": "OauthApi module", "support": { - "source": "https://github.com/spryker/oauth-revoke-extension/tree/1.0.0" + "source": "https://github.com/spryker/oauth-api/tree/1.3.0" }, - "time": "2020-04-17T11:17:20+00:00" + "time": "2023-05-23T06:57:39+00:00" }, { - "name": "spryker/oauth-user-connector", - "version": "1.3.0", + "name": "spryker/oauth-auth0", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/oauth-user-connector.git", - "reference": "2bb8b6104b2eebdd57110a0e7c20c7e7b3e6b082" + "url": "https://github.com/spryker/oauth-auth0.git", + "reference": "465259912086522abd5cdb2a5b9f281822540274" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/oauth-user-connector/zipball/2bb8b6104b2eebdd57110a0e7c20c7e7b3e6b082", - "reference": "2bb8b6104b2eebdd57110a0e7c20c7e7b3e6b082", + "url": "https://api.github.com/repos/spryker/oauth-auth0/zipball/465259912086522abd5cdb2a5b9f281822540274", + "reference": "465259912086522abd5cdb2a5b9f281822540274", "shasum": "" }, "require": { + "league/oauth2-client": "^2.6.0", "php": ">=8.0", - "spryker/kernel": "^3.52.0", - "spryker/oauth": "^2.4.0", - "spryker/oauth-extension": "^1.5.0", - "spryker/transfer": "^3.27.0", - "spryker/user": "^3.17.0", - "spryker/util-encoding": "^2.0.0" + "riskio/oauth2-auth0": "^2.4.0", + "spryker/guzzle": "^2.4.1", + "spryker/kernel": "^3.30.0", + "spryker/oauth-client-extension": "^1.0.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/installer": "*", - "spryker/propel": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/installer": "If you want to use Installer plugins." - }, "type": "library", "extra": { "branch-alias": { @@ -38779,45 +40214,44 @@ "license": [ "proprietary" ], - "description": "OauthUserConnector module", + "description": "OauthAuth0 module", "support": { - "source": "https://github.com/spryker/oauth-user-connector/tree/1.3.0" + "source": "https://github.com/spryker/oauth-auth0/tree/1.1.0" }, - "time": "2023-03-16T13:08:01+00:00" + "time": "2023-06-30T07:19:55+00:00" }, { - "name": "spryker/oauth-warehouse", - "version": "0.1.1", + "name": "spryker/oauth-backend-api", + "version": "1.4.0", "source": { "type": "git", - "url": "https://github.com/spryker/oauth-warehouse.git", - "reference": "b54f9d4e5c96324a23194eccc77003575cb9c15e" + "url": "https://github.com/spryker/oauth-backend-api.git", + "reference": "85fef2e72c9e76d2b476cc088c5e9b8d02e135f3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/oauth-warehouse/zipball/b54f9d4e5c96324a23194eccc77003575cb9c15e", - "reference": "b54f9d4e5c96324a23194eccc77003575cb9c15e", + "url": "https://api.github.com/repos/spryker/oauth-backend-api/zipball/85fef2e72c9e76d2b476cc088c5e9b8d02e135f3", + "reference": "85fef2e72c9e76d2b476cc088c5e9b8d02e135f3", "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/authentication": "^1.0.0", + "spryker/glue-application-extension": "^1.10.0", + "spryker/kernel": "^3.66.0", "spryker/oauth": "^2.4.0", - "spryker/oauth-extension": "^1.6.0", - "spryker/stock": "^8.7.0", - "spryker/transfer": "^3.27.0", + "spryker/oauth-backend-api-extension": "^1.0.0", + "spryker/symfony": "^3.5.0", + "spryker/transfer": "^3.25.0", "spryker/util-encoding": "^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", + "spryker/glue-application": "*", "spryker/testify": "*" }, "suggest": { - "spryker/installer": "If you want to use Installer plugins." + "spryker/glue-application": "ADD SUGGEST DESCRIPTION" }, "type": "library", "extra": { @@ -38834,52 +40268,31 @@ "license": [ "proprietary" ], - "description": "OauthWarehouse module", + "description": "OauthBackendApi module", "support": { - "source": "https://github.com/spryker/oauth-warehouse/tree/0.1.1" + "source": "https://github.com/spryker/oauth-backend-api/tree/1.4.0" }, - "time": "2023-03-24T14:46:01+00:00" + "time": "2023-05-23T06:57:39+00:00" }, { - "name": "spryker/offer", - "version": "0.3.6", + "name": "spryker/oauth-backend-api-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/offer.git", - "reference": "c6272ab7a45db58aa9870bdd9d85c6080d8ec63a" + "url": "https://github.com/spryker/oauth-backend-api-extension.git", + "reference": "145540f0f52a6af36f246769af00b7589b7c1235" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/offer/zipball/c6272ab7a45db58aa9870bdd9d85c6080d8ec63a", - "reference": "c6272ab7a45db58aa9870bdd9d85c6080d8ec63a", + "url": "https://api.github.com/repos/spryker/oauth-backend-api-extension/zipball/145540f0f52a6af36f246769af00b7589b7c1235", + "reference": "145540f0f52a6af36f246769af00b7589b7c1235", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/cart": "^5.0.0 || ^7.0.0", - "spryker/customer": "^7.0.0", - "spryker/kernel": "^3.30.0", - "spryker/messenger": "^3.1.0", - "spryker/offer-extension": "^1.0.0", - "spryker/propel": "^3.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/sales": "^8.10.0 || ^10.0.0 || ^11.0.0", - "spryker/user": "^3.0.0", - "spryker/util-encoding": "^2.0.1", - "spryker/zed-request": "^3.6.0" + "php": ">=8.0" }, "require-dev": { - "spryker/calculation": "*", - "spryker/checkout": "*", - "spryker/code-sniffer": "*", - "spryker/locale": "*", - "spryker/testify": "*", - "spryker/touch": "*" - }, - "suggest": { - "spryker/calculation": "If you need offer items subtotal to be calculated", - "spryker/checkout": "If you want to use checkout plugin from order module", - "spryker/oms": "If you use offer state in you state machine, with commands and conditions from offer" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -38889,39 +40302,44 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\Offer\\Helper\\": "tests/SprykerTest/Zed/Offer/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Offer module", + "description": "OauthBackendApiExtension module", "support": { - "source": "https://github.com/spryker/offer/tree/0.3.6" + "source": "https://github.com/spryker/oauth-backend-api-extension/tree/1.0.0" }, - "time": "2020-07-06T12:46:04+00:00" + "time": "2023-03-16T13:08:01+00:00" }, { - "name": "spryker/offer-extension", - "version": "1.0.0", + "name": "spryker/oauth-client", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/offer-extension.git", - "reference": "e5182da6ed46ed502b8613131aac18d0232a37ab" + "url": "https://github.com/spryker/oauth-client.git", + "reference": "c81bfa1178aacd2f7a957295404f62b7b6f4840c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/offer-extension/zipball/e5182da6ed46ed502b8613131aac18d0232a37ab", - "reference": "e5182da6ed46ed502b8613131aac18d0232a37ab", + "url": "https://api.github.com/repos/spryker/oauth-client/zipball/c81bfa1178aacd2f7a957295404f62b7b6f4840c", + "reference": "c81bfa1178aacd2f7a957295404f62b7b6f4840c", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.0", + "spryker/kernel": "^3.30.0", + "spryker/message-broker-extension": "^1.0.0", + "spryker/oauth-client-extension": "^1.0.0", + "spryker/payment-extension": "^1.1.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", @@ -38939,55 +40357,32 @@ "license": [ "proprietary" ], - "description": "OfferExtension module", + "description": "OauthClient module", "support": { - "source": "https://github.com/spryker/offer-extension/tree/master" + "source": "https://github.com/spryker/oauth-client/tree/1.3.0" }, - "time": "2018-04-02T08:43:05+00:00" + "time": "2023-06-22T16:12:48+00:00" }, { - "name": "spryker/offer-gui", - "version": "0.3.10", + "name": "spryker/oauth-client-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/offer-gui.git", - "reference": "c076fbca8c0d42aceca5545b8904c401cf42314f" + "url": "https://github.com/spryker/oauth-client-extension.git", + "reference": "6b1bdc609f83f69e50e3aa89ae7dab4c8e99cd14" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/offer-gui/zipball/c076fbca8c0d42aceca5545b8904c401cf42314f", - "reference": "c076fbca8c0d42aceca5545b8904c401cf42314f", + "url": "https://api.github.com/repos/spryker/oauth-client-extension/zipball/6b1bdc609f83f69e50e3aa89ae7dab4c8e99cd14", + "reference": "6b1bdc609f83f69e50e3aa89ae7dab4c8e99cd14", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/cart": "^5.0.0 || ^7.0.0", - "spryker/currency": "^3.3.0 || ^4.0.0", - "spryker/customer": "^7.8.0", - "spryker/gui": "^3.45.0", - "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/messenger": "^3.1.0", - "spryker/money": "^2.0.0", - "spryker/offer": "^0.1.0 || ^0.3.0", - "spryker/oms": "^8.0.0 || ^10.0.0 || ^11.0.0", - "spryker/price": "^5.2.0", - "spryker/session": "^3.0.0 || ^4.0.0", - "spryker/store": "^1.1.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.18.0", - "spryker/util-date-time": "^1.0.0", - "spryker/util-encoding": "^2.0.0", - "spryker/util-sanitize": "^2.0.0", - "spryker/util-text": "^1.1.0" + "php": ">=7.4", + "spryker/transfer": "^3.27.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/manual-order-entry-gui": "*" - }, - "suggest": { - "spryker/calculation": "Recalculates prices for offer", - "spryker/manual-order-entry-gui": "For order creation using offer quote transfer" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -39004,116 +40399,103 @@ "license": [ "proprietary" ], - "description": "OfferGui module", + "description": "OauthClientExtension module", "support": { - "source": "https://github.com/spryker/offer-gui/tree/0.3.10" + "source": "https://github.com/spryker/oauth-client-extension/tree/1.0.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2022-04-26T12:27:56+00:00" }, { - "name": "spryker/oms", - "version": "11.26.5", + "name": "spryker/oauth-code-flow", + "version": "0.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/oms.git", - "reference": "7677ff2d756f73191c4b1df1fe2aed04146bd400" + "url": "https://github.com/spryker/oauth-code-flow.git", + "reference": "c93b7257272adba80deabcef7a2197cf31cd9076" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/oms/zipball/7677ff2d756f73191c4b1df1fe2aed04146bd400", - "reference": "7677ff2d756f73191c4b1df1fe2aed04146bd400", + "url": "https://api.github.com/repos/spryker/oauth-code-flow/zipball/c93b7257272adba80deabcef7a2197cf31cd9076", + "reference": "c93b7257272adba80deabcef7a2197cf31cd9076", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/decimal-object": "^1.0.0", - "spryker/error-handler": "^2.1.0", - "spryker/graph": "^3.0.0", - "spryker/gui": "^3.0.0", - "spryker/kernel": "^3.33.0", - "spryker/mail": "^4.6.0", - "spryker/mail-extension": "^1.0.0", - "spryker/message-broker": "^1.2.1", - "spryker/oms-extension": "^1.3.0", - "spryker/propel": "^3.28.0", - "spryker/propel-orm": "^1.16.0", - "spryker/sales": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^10.0.0 || ^11.0.0", - "spryker/sales-extension": "^1.7.0", - "spryker/store": "^1.5.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.27.0", - "spryker/util-network": "^1.1.0", - "spryker/util-sanitize": "^2.0.0", - "spryker/util-text": "^1.1.0" + "psr/http-message": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/oauth": "^2.7.0", + "spryker/oauth-extension": "^1.7.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { - "spryker/application": "*", - "spryker/checkout": "*", "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/customer": "*", - "spryker/sales-payment": "*", - "spryker/shipment": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/checkout": "If you want to use Checkout plugins." - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "11.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\Oms\\Helper\\": "tests/SprykerTest/Zed/Oms/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Oms module", + "description": "OauthCodeFlow module", "support": { - "source": "https://github.com/spryker/oms/tree/11.26.5" + "source": "https://github.com/spryker/oauth-code-flow/tree/0.1.0" }, - "time": "2023-06-16T09:24:47+00:00" + "time": "2022-12-12T14:47:49+00:00" }, { - "name": "spryker/oms-discount-connector", - "version": "3.0.6", + "name": "spryker/oauth-company-user", + "version": "2.2.1", "source": { "type": "git", - "url": "https://github.com/spryker/oms-discount-connector.git", - "reference": "c313baa05f4c2350910becaf87ccad896eb22ab9" + "url": "https://github.com/spryker/oauth-company-user.git", + "reference": "995b683e28ad1c6a2f6ffcdde79bbcba5d9b37fa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/oms-discount-connector/zipball/c313baa05f4c2350910becaf87ccad896eb22ab9", - "reference": "c313baa05f4c2350910becaf87ccad896eb22ab9", + "url": "https://api.github.com/repos/spryker/oauth-company-user/zipball/995b683e28ad1c6a2f6ffcdde79bbcba5d9b37fa", + "reference": "995b683e28ad1c6a2f6ffcdde79bbcba5d9b37fa", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/discount": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^9.0.0", - "spryker/kernel": "^3.30.0" + "php": ">=8.0", + "psr/http-message": "^1.0.0", + "spryker/company-user": "^2.11.0", + "spryker/customer": "^7.0.0", + "spryker/customer-extension": "^1.3.0", + "spryker/kernel": "^3.30.0", + "spryker/oauth": "^1.4.0 || ^2.0.0", + "spryker/oauth-company-user-extension": "^1.1.0", + "spryker/oauth-extension": "^1.1.0", + "spryker/util-encoding": "^2.0.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/oms": "*", - "spryker/sales": "*" + "spryker/company": "*", + "spryker/container": "*", + "spryker/installer": "*", + "spryker/oauth-customer-connector": "*", + "spryker/propel": "*", + "spryker/store": "*", + "spryker/testify": "*" }, "suggest": { - "spryker/oms": "If you want to use Oms command plugins.", - "spryker/sales": "If you want to use ReleaseUsedVoucherCodes plugin." + "spryker/installer": "If you want to use Installer plugins." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -39125,32 +40507,32 @@ "license": [ "proprietary" ], - "description": "OmsDiscountConnector module", + "description": "OauthCompanyUser module", "support": { - "source": "https://github.com/spryker/oms-discount-connector/tree/master" + "source": "https://github.com/spryker/oauth-company-user/tree/2.2.1" }, - "time": "2020-05-29T13:08:37+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/oms-extension", - "version": "1.3.0", + "name": "spryker/oauth-company-user-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/oms-extension.git", - "reference": "5351c4b6f3772cc01eea83816a69515ea320c2ab" + "url": "https://github.com/spryker/oauth-company-user-extension.git", + "reference": "d8417473f74aca02f2921be2b3334a03118268a6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/oms-extension/zipball/5351c4b6f3772cc01eea83816a69515ea320c2ab", - "reference": "5351c4b6f3772cc01eea83816a69515ea320c2ab", + "url": "https://api.github.com/repos/spryker/oauth-company-user-extension/zipball/d8417473f74aca02f2921be2b3334a03118268a6", + "reference": "d8417473f74aca02f2921be2b3334a03118268a6", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/transfer": "^3.8.0" + "php": ">=7.1" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -39167,39 +40549,38 @@ "license": [ "proprietary" ], - "description": "OmsExtension module", + "description": "OauthCompanyUserExtension module", "support": { - "source": "https://github.com/spryker/oms-extension/tree/1.3.0" + "source": "https://github.com/spryker/oauth-company-user-extension/tree/master" }, - "time": "2020-06-23T16:50:44+00:00" + "time": "2019-05-21T11:03:32+00:00" }, { - "name": "spryker/oms-multi-thread", - "version": "1.0.0", + "name": "spryker/oauth-cryptography", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/oms-multi-thread.git", - "reference": "d78da8c762dd781a41f77af7644e980b28f16e21" + "url": "https://github.com/spryker/oauth-cryptography.git", + "reference": "96df530ab6885a547d21b948b20559939cccc289" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/oms-multi-thread/zipball/d78da8c762dd781a41f77af7644e980b28f16e21", - "reference": "d78da8c762dd781a41f77af7644e980b28f16e21", + "url": "https://api.github.com/repos/spryker/oauth-cryptography/zipball/96df530ab6885a547d21b948b20559939cccc289", + "reference": "96df530ab6885a547d21b948b20559939cccc289", "shasum": "" }, "require": { "php": ">=7.2", - "spryker/kernel": "^3.30.0" + "psr/http-message": "^1.0.0", + "spryker/kernel": "^3.33.0", + "spryker/oauth": "^2.0.0", + "spryker/oauth-extension": "^1.5.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/sales": "*", + "spryker/guzzle": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/oms": "If you want to have OMS multi-threading enabled, minimum required version: 11.13.0", - "spryker/sales": "If you want to use OmsMultiThreadProcessorIdentifierOrderExpanderPreSave plugin." - }, "type": "library", "extra": { "branch-alias": { @@ -39215,44 +40596,46 @@ "license": [ "proprietary" ], - "description": "OmsMultiThread module", + "description": "OauthCryptography module", "support": { - "source": "https://github.com/spryker/oms-multi-thread/tree/master" + "source": "https://github.com/spryker/oauth-cryptography/tree/1.0.1" }, - "time": "2020-08-06T14:52:35+00:00" + "time": "2020-10-09T11:31:07+00:00" }, { - "name": "spryker/oms-product-offer-reservation", - "version": "1.1.1", + "name": "spryker/oauth-customer-connector", + "version": "1.8.0", "source": { "type": "git", - "url": "https://github.com/spryker/oms-product-offer-reservation.git", - "reference": "a5532590eabd3a789a057e9b2de7d6889d005622" + "url": "https://github.com/spryker/oauth-customer-connector.git", + "reference": "13f50389255177d1125867920d0a40a5291cbac6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/oms-product-offer-reservation/zipball/a5532590eabd3a789a057e9b2de7d6889d005622", - "reference": "a5532590eabd3a789a057e9b2de7d6889d005622", + "url": "https://api.github.com/repos/spryker/oauth-customer-connector/zipball/13f50389255177d1125867920d0a40a5291cbac6", + "reference": "13f50389255177d1125867920d0a40a5291cbac6", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/decimal-object": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/oms": "^11.7.0", - "spryker/oms-extension": "^1.2.0", - "spryker/sales": "^11.0.0", - "spryker/store": "^1.0.0", - "spryker/transfer": "^3.25.0" + "php": ">=7.4", + "psr/http-message": "^1.0.0", + "spryker/customer": "^7.33.0", + "spryker/kernel": "^3.30.0", + "spryker/oauth": "^1.2.0 || ^2.0.0", + "spryker/oauth-customer-connector-extension": "^1.0.0", + "spryker/oauth-extension": "^1.0.0", + "spryker/transfer": "^3.25.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/product": "*", - "spryker/product-offer": "*", + "spryker/installer": "*", "spryker/propel": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/installer": "If you want to use Installer plugins." + }, "type": "library", "extra": { "branch-alias": { @@ -39261,42 +40644,39 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\OmsProductOfferReservation\\Helper\\": "tests/SprykerTest/Zed/OmsProductOfferReservation/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "OmsProductOfferReservation module", + "description": "OauthCustomerConnector module", "support": { - "source": "https://github.com/spryker/oms-product-offer-reservation/tree/1.1.1" + "source": "https://github.com/spryker/oauth-customer-connector/tree/1.8.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2022-06-27T10:26:17+00:00" }, { - "name": "spryker/oms-rest-api", - "version": "0.1.0", + "name": "spryker/oauth-customer-connector-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/oms-rest-api.git", - "reference": "b923e7ec815a36ac6c3f5fab9839ab503d3ea6cb" + "url": "https://github.com/spryker/oauth-customer-connector-extension.git", + "reference": "0d6303d9c171c90d80f7b8f0d851190fa2c9a425" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/oms-rest-api/zipball/b923e7ec815a36ac6c3f5fab9839ab503d3ea6cb", - "reference": "b923e7ec815a36ac6c3f5fab9839ab503d3ea6cb", + "url": "https://api.github.com/repos/spryker/oauth-customer-connector-extension/zipball/0d6303d9c171c90d80f7b8f0d851190fa2c9a425", + "reference": "0d6303d9c171c90d80f7b8f0d851190fa2c9a425", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/kernel": "^3.30.0", - "spryker/oms": "^11.0.0", - "spryker/orders-rest-api-extension": "^1.0.0" + "php": ">=7.1" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -39313,40 +40693,37 @@ "license": [ "proprietary" ], - "description": "OmsRestApi module", + "description": "OauthCustomerConnectorExtension module", "support": { - "source": "https://github.com/spryker/oms-rest-api/tree/master" + "source": "https://github.com/spryker/oauth-customer-connector-extension/tree/master" }, - "time": "2020-05-08T15:57:56+00:00" + "time": "2018-12-29T09:45:16+00:00" }, { - "name": "spryker/order-custom-reference", - "version": "1.0.1", + "name": "spryker/oauth-customer-validation", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/order-custom-reference.git", - "reference": "e29fa86b0b6c25bcb1981a8fb121cd695ebb0a6e" + "url": "https://github.com/spryker/oauth-customer-validation.git", + "reference": "386e91d7b5edc6e64696e8be92295bc2aa074e68" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/order-custom-reference/zipball/e29fa86b0b6c25bcb1981a8fb121cd695ebb0a6e", - "reference": "e29fa86b0b6c25bcb1981a8fb121cd695ebb0a6e", + "url": "https://api.github.com/repos/spryker/oauth-customer-validation/zipball/386e91d7b5edc6e64696e8be92295bc2aa074e68", + "reference": "386e91d7b5edc6e64696e8be92295bc2aa074e68", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/kernel": "^3.33.0", - "spryker/persistent-cart": "^3.0.0", - "spryker/quote-extension": "^1.6.0", - "spryker/sales": "^11.0.0", - "spryker/sales-extension": "^1.3.0" + "spryker/customer-storage": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/oauth": "^2.8.0", + "spryker/oauth-extension": "^1.8.0", + "spryker/transfer": "^3.27.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/oms": "*", - "spryker/propel": "*", - "spryker/store": "*", "spryker/testify": "*" }, "type": "library", @@ -39364,38 +40741,36 @@ "license": [ "proprietary" ], - "description": "OrderCustomReference module", + "description": "OauthCustomerValidation module", "support": { - "source": "https://github.com/spryker/order-custom-reference/tree/1.0.1" + "source": "https://github.com/spryker/oauth-customer-validation/tree/1.0.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-02-08T18:31:45+00:00" }, { - "name": "spryker/order-custom-reference-gui", - "version": "1.0.0", + "name": "spryker/oauth-dummy", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/order-custom-reference-gui.git", - "reference": "5def0cf84ed1197e5293acda226e61cb089c848b" + "url": "https://github.com/spryker/oauth-dummy.git", + "reference": "f1d11b1c748060362a12c2893b88cc96479914c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/order-custom-reference-gui/zipball/5def0cf84ed1197e5293acda226e61cb089c848b", - "reference": "5def0cf84ed1197e5293acda226e61cb089c848b", + "url": "https://api.github.com/repos/spryker/oauth-dummy/zipball/f1d11b1c748060362a12c2893b88cc96479914c5", + "reference": "f1d11b1c748060362a12c2893b88cc96479914c5", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/gui": "^3.0.0", + "lcobucci/jwt": "^4.0.0", + "php": ">=8.0", "spryker/kernel": "^3.30.0", - "spryker/order-custom-reference": "^1.0.0", - "spryker/symfony": "^3.3.5" + "spryker/oauth-client-extension": "^1.0.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { - "spryker/code-sniffer": "*" - }, - "suggest": { - "spryker/sales": "Upgrade to following version to have order custom reference support in Sales, minimum required version: 11.6.0" + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -39412,37 +40787,38 @@ "license": [ "proprietary" ], - "description": "OrderCustomReferenceGui module", + "description": "OauthDummy module", "support": { - "source": "https://github.com/spryker/order-custom-reference-gui/tree/1.0.0" + "source": "https://github.com/spryker/oauth-dummy/tree/1.1.0" }, - "time": "2020-03-18T13:04:41+00:00" + "time": "2022-10-18T17:47:15+00:00" }, { - "name": "spryker/order-payments-rest-api", - "version": "1.0.1", + "name": "spryker/oauth-extension", + "version": "1.8.0", "source": { "type": "git", - "url": "https://github.com/spryker/order-payments-rest-api.git", - "reference": "eeb4eac8bc01ec0f26e6d4e92bf022f8dc497740" + "url": "https://github.com/spryker/oauth-extension.git", + "reference": "2e657b82733b3569d2fba91617d455fcbb1a6041" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/order-payments-rest-api/zipball/eeb4eac8bc01ec0f26e6d4e92bf022f8dc497740", - "reference": "eeb4eac8bc01ec0f26e6d4e92bf022f8dc497740", + "url": "https://api.github.com/repos/spryker/oauth-extension/zipball/2e657b82733b3569d2fba91617d455fcbb1a6041", + "reference": "2e657b82733b3569d2fba91617d455fcbb1a6041", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/glue-application": "^1.9.0", - "spryker/glue-application-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/order-payments-rest-api-extension": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/zed-request": "^3.6.0" + "php": ">=8.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "psr/http-message": "^1.0.0", + "spryker/code-sniffer": "*", + "spryker/oauth": "^2.0.0" + }, + "suggest": { + "league/oauth2-server": "When you want to use plugin interfaces of this module.", + "psr/http-message": "When you want to use plugin interfaces of this module.", + "spryker/oauth": "When you want to use plugin interfaces of this module." }, "type": "library", "extra": { @@ -39459,31 +40835,48 @@ "license": [ "proprietary" ], - "description": "OrderPaymentsRestApi module", + "description": "OauthExtension module", "support": { - "source": "https://github.com/spryker/order-payments-rest-api/tree/master" + "source": "https://github.com/spryker/oauth-extension/tree/1.8.0" }, - "time": "2020-05-29T13:08:37+00:00" + "time": "2023-02-08T18:31:45+00:00" }, { - "name": "spryker/order-payments-rest-api-extension", - "version": "1.0.0", + "name": "spryker/oauth-permission", + "version": "1.3.1", "source": { "type": "git", - "url": "https://github.com/spryker/order-payments-rest-api-extension.git", - "reference": "19a43cd6bb35d76cc5fb89815c5ed1333f2afbc5" + "url": "https://github.com/spryker/oauth-permission.git", + "reference": "95d9ef8abbbb4764c5b9a8a7bf202ac89ce25db4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/order-payments-rest-api-extension/zipball/19a43cd6bb35d76cc5fb89815c5ed1333f2afbc5", - "reference": "19a43cd6bb35d76cc5fb89815c5ed1333f2afbc5", + "url": "https://api.github.com/repos/spryker/oauth-permission/zipball/95d9ef8abbbb4764c5b9a8a7bf202ac89ce25db4", + "reference": "95d9ef8abbbb4764c5b9a8a7bf202ac89ce25db4", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.0", + "spryker/company-user": "^2.9.0", + "spryker/kernel": "^3.30.0", + "spryker/oauth": "^1.3.0 || ^2.0.0", + "spryker/oauth-company-user-extension": "^1.0.0", + "spryker/oauth-customer-connector-extension": "^1.0.0", + "spryker/oauth-extension": "^1.2.0", + "spryker/oauth-revoke-extension": "^1.0.0", + "spryker/permission": "^1.5.0", + "spryker/permission-extension": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/company": "*", + "spryker/company-role": "*", + "spryker/container": "*", + "spryker/customer": "*", + "spryker/propel": "*", + "spryker/store": "*", "spryker/testify": "*" }, "type": "library", @@ -39501,47 +40894,44 @@ "license": [ "proprietary" ], - "description": "OrderPaymentsRestApiExtension module", + "description": "OauthPermission module", "support": { - "source": "https://github.com/spryker/order-payments-rest-api-extension/tree/master" + "source": "https://github.com/spryker/oauth-permission/tree/1.3.1" }, - "time": "2019-04-18T11:28:21+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/orders-rest-api", - "version": "4.11.0", + "name": "spryker/oauth-revoke", + "version": "1.3.1", "source": { "type": "git", - "url": "https://github.com/spryker/orders-rest-api.git", - "reference": "c9dba640b1c4cb2e56fec6138578547c22d80313" + "url": "https://github.com/spryker/oauth-revoke.git", + "reference": "a80d7f1947441e639106e56a4574e61be82d459c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/orders-rest-api/zipball/c9dba640b1c4cb2e56fec6138578547c22d80313", - "reference": "c9dba640b1c4cb2e56fec6138578547c22d80313", + "url": "https://api.github.com/repos/spryker/oauth-revoke/zipball/a80d7f1947441e639106e56a4574e61be82d459c", + "reference": "a80d7f1947441e639106e56a4574e61be82d459c", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/glue-application": "^1.0.0", - "spryker/glue-application-authorization-connector-extension": "^1.0.0", - "spryker/glue-application-extension": "^1.0.0", + "php": ">=7.2", "spryker/kernel": "^3.30.0", - "spryker/orders-rest-api-extension": "^1.1.0", - "spryker/sales": "^11.22.0", - "spryker/symfony": "^3.0.0" + "spryker/oauth": "^1.6.0 || ^2.0.0", + "spryker/oauth-extension": "^1.3.0", + "spryker/oauth-revoke-extension": "^1.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" - }, - "suggest": { - "spryker/auth-rest-api": "If you want to authorize and authenticate customers via access tokens.", - "spryker/authorization": "If you want to use multiple authorization strategies, minimum required version: 1.2.0." + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -39553,24 +40943,24 @@ "license": [ "proprietary" ], - "description": "OrdersRestApi module", + "description": "OauthRevoke module", "support": { - "source": "https://github.com/spryker/orders-rest-api/tree/4.11.0" + "source": "https://github.com/spryker/oauth-revoke/tree/1.3.1" }, - "time": "2022-08-26T15:08:26+00:00" + "time": "2020-10-09T11:31:07+00:00" }, { - "name": "spryker/orders-rest-api-extension", - "version": "1.1.0", + "name": "spryker/oauth-revoke-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/orders-rest-api-extension.git", - "reference": "6fcf02b092f2cb7fdba58166daf5c561a1c1c6c7" + "url": "https://github.com/spryker/oauth-revoke-extension.git", + "reference": "8231f05221723795bb55de365476ce3bc2cbe3af" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/orders-rest-api-extension/zipball/6fcf02b092f2cb7fdba58166daf5c561a1c1c6c7", - "reference": "6fcf02b092f2cb7fdba58166daf5c561a1c1c6c7", + "url": "https://api.github.com/repos/spryker/oauth-revoke-extension/zipball/8231f05221723795bb55de365476ce3bc2cbe3af", + "reference": "8231f05221723795bb55de365476ce3bc2cbe3af", "shasum": "" }, "require": { @@ -39594,107 +40984,98 @@ "license": [ "proprietary" ], - "description": "OrdersRestApiExtension module", + "description": "OauthRevokeExtension module", "support": { - "source": "https://github.com/spryker/orders-rest-api-extension/tree/1.1.0" + "source": "https://github.com/spryker/oauth-revoke-extension/tree/1.0.0" }, - "time": "2020-09-24T11:46:20+00:00" + "time": "2020-04-17T11:17:20+00:00" }, { - "name": "spryker/payment", - "version": "5.14.1", + "name": "spryker/oauth-user-connector", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/payment.git", - "reference": "3999cb4636d65f94c56733c99f9e43eb3aea6fcf" + "url": "https://github.com/spryker/oauth-user-connector.git", + "reference": "2bb8b6104b2eebdd57110a0e7c20c7e7b3e6b082" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/payment/zipball/3999cb4636d65f94c56733c99f9e43eb3aea6fcf", - "reference": "3999cb4636d65f94c56733c99f9e43eb3aea6fcf", + "url": "https://api.github.com/repos/spryker/oauth-user-connector/zipball/2bb8b6104b2eebdd57110a0e7c20c7e7b3e6b082", + "reference": "2bb8b6104b2eebdd57110a0e7c20c7e7b3e6b082", "shasum": "" }, "require": { "php": ">=8.0", - "psr/http-message": "^1.0.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/checkout-extension": "^1.2.0", - "spryker/guzzle": "^2.2.0", - "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/message-broker": "^1.0.0", - "spryker/message-broker-extension": "^1.0.0", - "spryker/oms": "^7.0.0 || ^8.0.0 || ^10.0.0 || ^11.0.0", - "spryker/payment-extension": "^1.1.0", - "spryker/propel-orm": "^1.0.0", - "spryker/sales": "^8.0.0 || ^10.0.0 || ^11.0.0", - "spryker/store": "^1.16.0", - "spryker/symfony": "^3.0.0", + "spryker/kernel": "^3.52.0", + "spryker/oauth": "^2.4.0", + "spryker/oauth-extension": "^1.5.0", "spryker/transfer": "^3.27.0", - "spryker/util-encoding": "^1.0.0 || ^2.0.0", - "spryker/util-text": "^1.0.0", - "spryker/zed-request": "^3.0.0" + "spryker/user": "^3.17.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { - "spryker/calculation": "*", - "spryker/checkout": "*", "spryker/code-sniffer": "*", - "spryker/container": "*", + "spryker/installer": "*", "spryker/propel": "*", "spryker/testify": "*" }, "suggest": { - "spryker/calculation": "To correctly calculate multiple payment methods", - "spryker/checkout": "If you want to use Checkout plugins.", - "spryker/installer": "If you want to use Installer plugins: ^4.0.0." + "spryker/installer": "If you want to use Installer plugins." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\Payment\\Helper\\": "tests/SprykerTest/Shared/Payment/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Payment module", + "description": "OauthUserConnector module", "support": { - "source": "https://github.com/spryker/payment/tree/5.14.1" + "source": "https://github.com/spryker/oauth-user-connector/tree/1.3.0" }, - "time": "2023-06-16T09:24:47+00:00" + "time": "2023-03-16T13:08:01+00:00" }, { - "name": "spryker/payment-cart-connector", - "version": "1.0.1", + "name": "spryker/oauth-warehouse", + "version": "0.1.1", "source": { "type": "git", - "url": "https://github.com/spryker/payment-cart-connector.git", - "reference": "a1e3b2ac39b60bc83cd02660fc9779475dc57a80" + "url": "https://github.com/spryker/oauth-warehouse.git", + "reference": "b54f9d4e5c96324a23194eccc77003575cb9c15e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/payment-cart-connector/zipball/a1e3b2ac39b60bc83cd02660fc9779475dc57a80", - "reference": "a1e3b2ac39b60bc83cd02660fc9779475dc57a80", + "url": "https://api.github.com/repos/spryker/oauth-warehouse/zipball/b54f9d4e5c96324a23194eccc77003575cb9c15e", + "reference": "b54f9d4e5c96324a23194eccc77003575cb9c15e", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker/kernel": "^3.30.0" + "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/cart": "*", "spryker/code-sniffer": "*", + "spryker/propel": "*", "spryker/testify": "*" }, "suggest": { - "spryker/cart": "If you want to use Cart plugins." + "spryker/installer": "If you want to use Installer plugins." }, "type": "library", "extra": { @@ -39711,37 +41092,52 @@ "license": [ "proprietary" ], - "description": "PaymentCartConnector module", + "description": "OauthWarehouse module", "support": { - "source": "https://github.com/spryker/payment-cart-connector/tree/master" + "source": "https://github.com/spryker/oauth-warehouse/tree/0.1.1" }, - "time": "2019-10-14T10:22:10+00:00" + "time": "2023-03-24T14:46:01+00:00" }, { - "name": "spryker/payment-data-import", - "version": "1.0.1", + "name": "spryker/offer", + "version": "0.3.6", "source": { "type": "git", - "url": "https://github.com/spryker/payment-data-import.git", - "reference": "0e0dcfb6d53a517098e1475f3f8c5469936487ba" + "url": "https://github.com/spryker/offer.git", + "reference": "c6272ab7a45db58aa9870bdd9d85c6080d8ec63a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/payment-data-import/zipball/0e0dcfb6d53a517098e1475f3f8c5469936487ba", - "reference": "0e0dcfb6d53a517098e1475f3f8c5469936487ba", + "url": "https://api.github.com/repos/spryker/offer/zipball/c6272ab7a45db58aa9870bdd9d85c6080d8ec63a", + "reference": "c6272ab7a45db58aa9870bdd9d85c6080d8ec63a", "shasum": "" }, "require": { "php": ">=7.2", - "spryker/data-import": "^1.4.3", - "spryker/kernel": "^3.33.0", - "spryker/payment": "^5.0.0", - "spryker/store": "^1.5.0" + "spryker/cart": "^5.0.0 || ^7.0.0", + "spryker/customer": "^7.0.0", + "spryker/kernel": "^3.30.0", + "spryker/messenger": "^3.1.0", + "spryker/offer-extension": "^1.0.0", + "spryker/propel": "^3.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/sales": "^8.10.0 || ^10.0.0 || ^11.0.0", + "spryker/user": "^3.0.0", + "spryker/util-encoding": "^2.0.1", + "spryker/zed-request": "^3.6.0" }, "require-dev": { + "spryker/calculation": "*", + "spryker/checkout": "*", "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/locale": "*", + "spryker/testify": "*", + "spryker/touch": "*" + }, + "suggest": { + "spryker/calculation": "If you need offer items subtotal to be calculated", + "spryker/checkout": "If you want to use checkout plugin from order module", + "spryker/oms": "If you use offer state in you state machine, with commands and conditions from offer" }, "type": "library", "extra": { @@ -39751,38 +41147,40 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\Offer\\Helper\\": "tests/SprykerTest/Zed/Offer/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "PaymentDataImport module", + "description": "Offer module", "support": { - "source": "https://github.com/spryker/payment-data-import/tree/master" + "source": "https://github.com/spryker/offer/tree/0.3.6" }, - "time": "2019-12-21T14:19:19+00:00" + "time": "2020-07-06T12:46:04+00:00" }, { - "name": "spryker/payment-extension", - "version": "1.1.0", + "name": "spryker/offer-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/payment-extension.git", - "reference": "1ebb66c9f5ba50e90006e4a02c1f5df690519dac" + "url": "https://github.com/spryker/offer-extension.git", + "reference": "e5182da6ed46ed502b8613131aac18d0232a37ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/payment-extension/zipball/1ebb66c9f5ba50e90006e4a02c1f5df690519dac", - "reference": "1ebb66c9f5ba50e90006e4a02c1f5df690519dac", + "url": "https://api.github.com/repos/spryker/offer-extension/zipball/e5182da6ed46ed502b8613131aac18d0232a37ab", + "reference": "e5182da6ed46ed502b8613131aac18d0232a37ab", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=7.1" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -39799,38 +41197,55 @@ "license": [ "proprietary" ], - "description": "PaymentExtension module", + "description": "OfferExtension module", "support": { - "source": "https://github.com/spryker/payment-extension/tree/1.1.0" + "source": "https://github.com/spryker/offer-extension/tree/master" }, - "time": "2022-04-26T12:27:56+00:00" + "time": "2018-04-02T08:43:05+00:00" }, { - "name": "spryker/payment-gui", - "version": "1.3.1", + "name": "spryker/offer-gui", + "version": "0.3.10", "source": { "type": "git", - "url": "https://github.com/spryker/payment-gui.git", - "reference": "8bb5e65cd8c402fb3cb6a0cd026446a3c1e3ff8a" + "url": "https://github.com/spryker/offer-gui.git", + "reference": "c076fbca8c0d42aceca5545b8904c401cf42314f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/payment-gui/zipball/8bb5e65cd8c402fb3cb6a0cd026446a3c1e3ff8a", - "reference": "8bb5e65cd8c402fb3cb6a0cd026446a3c1e3ff8a", + "url": "https://api.github.com/repos/spryker/offer-gui/zipball/c076fbca8c0d42aceca5545b8904c401cf42314f", + "reference": "c076fbca8c0d42aceca5545b8904c401cf42314f", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/gui": "^3.26.0", - "spryker/kernel": "^3.33.0", - "spryker/payment": "^5.8.0", - "spryker/store": "^1.9.0", - "spryker/symfony": "^3.2.2", - "spryker/transfer": "^3.27.0", - "spryker/util-text": "^1.2.3" + "php": ">=8.0", + "spryker/cart": "^5.0.0 || ^7.0.0", + "spryker/currency": "^3.3.0 || ^4.0.0", + "spryker/customer": "^7.8.0", + "spryker/gui": "^3.45.0", + "spryker/kernel": "^3.30.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/messenger": "^3.1.0", + "spryker/money": "^2.0.0", + "spryker/offer": "^0.1.0 || ^0.3.0", + "spryker/oms": "^8.0.0 || ^10.0.0 || ^11.0.0", + "spryker/price": "^5.2.0", + "spryker/session": "^3.0.0 || ^4.0.0", + "spryker/store": "^1.1.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.18.0", + "spryker/util-date-time": "^1.0.0", + "spryker/util-encoding": "^2.0.0", + "spryker/util-sanitize": "^2.0.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/manual-order-entry-gui": "*" + }, + "suggest": { + "spryker/calculation": "Recalculates prices for offer", + "spryker/manual-order-entry-gui": "For order creation using offer quote transfer" }, "type": "library", "extra": { @@ -39847,132 +41262,153 @@ "license": [ "proprietary" ], - "description": "PaymentGui module", + "description": "OfferGui module", "support": { - "source": "https://github.com/spryker/payment-gui/tree/1.3.1" + "source": "https://github.com/spryker/offer-gui/tree/0.3.10" }, - "time": "2022-06-17T15:15:15+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/payments-rest-api", - "version": "1.2.0", + "name": "spryker/oms", + "version": "11.26.5", "source": { "type": "git", - "url": "https://github.com/spryker/payments-rest-api.git", - "reference": "fa17716f68dbf8ec990de6f186a39f20c9df6e0b" + "url": "https://github.com/spryker/oms.git", + "reference": "7677ff2d756f73191c4b1df1fe2aed04146bd400" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/payments-rest-api/zipball/fa17716f68dbf8ec990de6f186a39f20c9df6e0b", - "reference": "fa17716f68dbf8ec990de6f186a39f20c9df6e0b", + "url": "https://api.github.com/repos/spryker/oms/zipball/7677ff2d756f73191c4b1df1fe2aed04146bd400", + "reference": "7677ff2d756f73191c4b1df1fe2aed04146bd400", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/checkout-rest-api-extension": "^1.3.0", - "spryker/glue-application": "^1.0.0", - "spryker/glue-application-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/payment": "^5.13.0" + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/decimal-object": "^1.0.0", + "spryker/error-handler": "^2.1.0", + "spryker/graph": "^3.0.0", + "spryker/gui": "^3.0.0", + "spryker/kernel": "^3.33.0", + "spryker/mail": "^4.6.0", + "spryker/mail-extension": "^1.0.0", + "spryker/message-broker": "^1.2.1", + "spryker/oms-extension": "^1.3.0", + "spryker/propel": "^3.28.0", + "spryker/propel-orm": "^1.16.0", + "spryker/sales": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^10.0.0 || ^11.0.0", + "spryker/sales-extension": "^1.7.0", + "spryker/store": "^1.5.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.27.0", + "spryker/util-network": "^1.1.0", + "spryker/util-sanitize": "^2.0.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { + "spryker/application": "*", + "spryker/checkout": "*", "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/customer": "*", + "spryker/sales-payment": "*", + "spryker/shipment": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/checkout": "If you want to use Checkout plugins." + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "11.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\Oms\\Helper\\": "tests/SprykerTest/Zed/Oms/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "PaymentsRestApi module", + "description": "Oms module", "support": { - "source": "https://github.com/spryker/payments-rest-api/tree/1.2.0" + "source": "https://github.com/spryker/oms/tree/11.26.5" }, - "time": "2023-05-22T16:20:11+00:00" + "time": "2023-06-16T09:24:47+00:00" }, { - "name": "spryker/permission", - "version": "1.5.4", + "name": "spryker/oms-discount-connector", + "version": "3.0.6", "source": { "type": "git", - "url": "https://github.com/spryker/permission.git", - "reference": "0ae7edd39c8ca1588e41cd312ea2cb57ea8f3e20" + "url": "https://github.com/spryker/oms-discount-connector.git", + "reference": "c313baa05f4c2350910becaf87ccad896eb22ab9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/permission/zipball/0ae7edd39c8ca1588e41cd312ea2cb57ea8f3e20", - "reference": "0ae7edd39c8ca1588e41cd312ea2cb57ea8f3e20", + "url": "https://api.github.com/repos/spryker/oms-discount-connector/zipball/c313baa05f4c2350910becaf87ccad896eb22ab9", + "reference": "c313baa05f4c2350910becaf87ccad896eb22ab9", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/kernel": "^3.30.0", - "spryker/permission-extension": "^1.1.0", - "spryker/zed-request": "^3.0.0" + "php": ">=7.2", + "spryker/discount": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^9.0.0", + "spryker/kernel": "^3.30.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/company": "*", - "spryker/company-role": "*", - "spryker/company-user": "*", - "spryker/container": "*", - "spryker/customer": "*", - "spryker/propel": "*", - "spryker/store": "*", - "spryker/testify": "*" + "spryker/oms": "*", + "spryker/sales": "*" + }, + "suggest": { + "spryker/oms": "If you want to use Oms command plugins.", + "spryker/sales": "If you want to use ReleaseUsedVoucherCodes plugin." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\Permission\\Helper\\": "tests/SprykerTest/Zed/Permission/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Permission module", + "description": "OmsDiscountConnector module", "support": { - "source": "https://github.com/spryker/permission/tree/1.5.4" + "source": "https://github.com/spryker/oms-discount-connector/tree/master" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2020-05-29T13:08:37+00:00" }, { - "name": "spryker/permission-extension", - "version": "1.2.0", + "name": "spryker/oms-extension", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/permission-extension.git", - "reference": "7f16ff4ae5b93e371c5154c0c4f865f1f8243fdd" + "url": "https://github.com/spryker/oms-extension.git", + "reference": "5351c4b6f3772cc01eea83816a69515ea320c2ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/permission-extension/zipball/7f16ff4ae5b93e371c5154c0c4f865f1f8243fdd", - "reference": "7f16ff4ae5b93e371c5154c0c4f865f1f8243fdd", + "url": "https://api.github.com/repos/spryker/oms-extension/zipball/5351c4b6f3772cc01eea83816a69515ea320c2ab", + "reference": "5351c4b6f3772cc01eea83816a69515ea320c2ab", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2", + "spryker/transfer": "^3.8.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -39989,53 +41425,43 @@ "license": [ "proprietary" ], - "description": "PermissionExtension module", + "description": "OmsExtension module", "support": { - "source": "https://github.com/spryker/permission-extension/tree/master" + "source": "https://github.com/spryker/oms-extension/tree/1.3.0" }, - "time": "2019-02-07T12:53:19+00:00" + "time": "2020-06-23T16:50:44+00:00" }, { - "name": "spryker/persistent-cart", - "version": "3.7.0", + "name": "spryker/oms-multi-thread", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/persistent-cart.git", - "reference": "372ef7d377fd266be0a77c8fcb638642208cc84d" + "url": "https://github.com/spryker/oms-multi-thread.git", + "reference": "d78da8c762dd781a41f77af7644e980b28f16e21" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/persistent-cart/zipball/372ef7d377fd266be0a77c8fcb638642208cc84d", - "reference": "372ef7d377fd266be0a77c8fcb638642208cc84d", + "url": "https://api.github.com/repos/spryker/oms-multi-thread/zipball/d78da8c762dd781a41f77af7644e980b28f16e21", + "reference": "d78da8c762dd781a41f77af7644e980b28f16e21", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/calculation-extension": "^1.1.0", - "spryker/cart": "^5.12.0 || ^7.5.0", - "spryker/cart-extension": "^1.11.0 || ^2.7.0 || ^4.3.0", - "spryker/carts-rest-api-extension": "^1.1.0", - "spryker/customer": "^6.0.0 || ^7.0.0", - "spryker/kernel": "^3.30.0", - "spryker/messenger": "^3.0.0", - "spryker/persistent-cart-extension": "^1.1.0", - "spryker/price-extension": "^1.0.0", - "spryker/quote": "^2.8.0", - "spryker/quote-extension": "^1.8.0", - "spryker/store": "^1.9.0", - "spryker/zed-request": "^3.6.0" + "php": ">=7.2", + "spryker/kernel": "^3.30.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/product": "*", - "spryker/propel": "*", + "spryker/sales": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/oms": "If you want to have OMS multi-threading enabled, minimum required version: 11.13.0", + "spryker/sales": "If you want to use OmsMultiThreadProcessorIdentifierOrderExpanderPreSave plugin." + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -40047,28 +41473,43 @@ "license": [ "proprietary" ], - "description": "PersistentCart module", + "description": "OmsMultiThread module", "support": { - "source": "https://github.com/spryker/persistent-cart/tree/3.7.0" + "source": "https://github.com/spryker/oms-multi-thread/tree/master" }, - "time": "2023-07-20T10:07:00+00:00" + "time": "2020-08-06T14:52:35+00:00" }, { - "name": "spryker/persistent-cart-extension", - "version": "1.1.0", + "name": "spryker/oms-product-offer-reservation", + "version": "1.1.1", "source": { "type": "git", - "url": "https://github.com/spryker/persistent-cart-extension.git", - "reference": "8c323198a0f53945a29f4abb21b4ce8fa80549ad" + "url": "https://github.com/spryker/oms-product-offer-reservation.git", + "reference": "a5532590eabd3a789a057e9b2de7d6889d005622" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/persistent-cart-extension/zipball/8c323198a0f53945a29f4abb21b4ce8fa80549ad", - "reference": "8c323198a0f53945a29f4abb21b4ce8fa80549ad", + "url": "https://api.github.com/repos/spryker/oms-product-offer-reservation/zipball/a5532590eabd3a789a057e9b2de7d6889d005622", + "reference": "a5532590eabd3a789a057e9b2de7d6889d005622", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/decimal-object": "^1.0.0", + "spryker/kernel": "^3.33.0", + "spryker/oms": "^11.7.0", + "spryker/oms-extension": "^1.2.0", + "spryker/sales": "^11.0.0", + "spryker/store": "^1.0.0", + "spryker/transfer": "^3.25.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/product": "*", + "spryker/product-offer": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -40078,46 +41519,42 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\OmsProductOfferReservation\\Helper\\": "tests/SprykerTest/Zed/OmsProductOfferReservation/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "PersistentCartExtension module", + "description": "OmsProductOfferReservation module", "support": { - "source": "https://github.com/spryker/persistent-cart-extension/tree/1.1.0" + "source": "https://github.com/spryker/oms-product-offer-reservation/tree/1.1.1" }, - "time": "2019-04-02T14:39:18+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/persistent-cart-share", - "version": "1.0.1", + "name": "spryker/oms-rest-api", + "version": "0.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/persistent-cart-share.git", - "reference": "2a1759b864764bcd2d7a44316ab74ef54586afcc" + "url": "https://github.com/spryker/oms-rest-api.git", + "reference": "b923e7ec815a36ac6c3f5fab9839ab503d3ea6cb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/persistent-cart-share/zipball/2a1759b864764bcd2d7a44316ab74ef54586afcc", - "reference": "2a1759b864764bcd2d7a44316ab74ef54586afcc", + "url": "https://api.github.com/repos/spryker/oms-rest-api/zipball/b923e7ec815a36ac6c3f5fab9839ab503d3ea6cb", + "reference": "b923e7ec815a36ac6c3f5fab9839ab503d3ea6cb", "shasum": "" }, "require": { "php": ">=7.2", "spryker/kernel": "^3.30.0", - "spryker/persistent-cart-share-extension": "^1.0.0", - "spryker/quote": "^2.0.0", - "spryker/resource-share": "^1.0.0", - "spryker/zed-request": "^3.0.0" + "spryker/oms": "^11.0.0", + "spryker/orders-rest-api-extension": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/customer": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -40134,31 +41571,40 @@ "license": [ "proprietary" ], - "description": "PersistentCartShare module", + "description": "OmsRestApi module", "support": { - "source": "https://github.com/spryker/persistent-cart-share/tree/1.0.1" + "source": "https://github.com/spryker/oms-rest-api/tree/master" }, - "time": "2020-05-29T13:08:37+00:00" + "time": "2020-05-08T15:57:56+00:00" }, { - "name": "spryker/persistent-cart-share-extension", - "version": "1.0.0", + "name": "spryker/order-custom-reference", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/persistent-cart-share-extension.git", - "reference": "8e6c86a19eb44aa8471bd0f3cf274c469255a9d5" + "url": "https://github.com/spryker/order-custom-reference.git", + "reference": "e29fa86b0b6c25bcb1981a8fb121cd695ebb0a6e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/persistent-cart-share-extension/zipball/8e6c86a19eb44aa8471bd0f3cf274c469255a9d5", - "reference": "8e6c86a19eb44aa8471bd0f3cf274c469255a9d5", + "url": "https://api.github.com/repos/spryker/order-custom-reference/zipball/e29fa86b0b6c25bcb1981a8fb121cd695ebb0a6e", + "reference": "e29fa86b0b6c25bcb1981a8fb121cd695ebb0a6e", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.0", + "spryker/kernel": "^3.33.0", + "spryker/persistent-cart": "^3.0.0", + "spryker/quote-extension": "^1.6.0", + "spryker/sales": "^11.0.0", + "spryker/sales-extension": "^1.3.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/oms": "*", + "spryker/propel": "*", + "spryker/store": "*", "spryker/testify": "*" }, "type": "library", @@ -40176,48 +41622,38 @@ "license": [ "proprietary" ], - "description": "PersistentCartShareExtension module", + "description": "OrderCustomReference module", "support": { - "source": "https://github.com/spryker/persistent-cart-share-extension/tree/master" + "source": "https://github.com/spryker/order-custom-reference/tree/1.0.1" }, - "time": "2019-05-30T12:29:48+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/picking-list", - "version": "0.3.0", + "name": "spryker/order-custom-reference-gui", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/picking-list.git", - "reference": "25854dd0a669da01554be7bf5e36a7b90f970812" + "url": "https://github.com/spryker/order-custom-reference-gui.git", + "reference": "5def0cf84ed1197e5293acda226e61cb089c848b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/picking-list/zipball/25854dd0a669da01554be7bf5e36a7b90f970812", - "reference": "25854dd0a669da01554be7bf5e36a7b90f970812", + "url": "https://api.github.com/repos/spryker/order-custom-reference-gui/zipball/5def0cf84ed1197e5293acda226e61cb089c848b", + "reference": "5def0cf84ed1197e5293acda226e61cb089c848b", "shasum": "" }, "require": { - "php": ">=8.0", + "php": ">=7.2", + "spryker/gui": "^3.0.0", "spryker/kernel": "^3.30.0", - "spryker/picking-list-extension": "^1.0.0", - "spryker/propel-orm": "^1.6.0", - "spryker/sales": "^11.7.0", - "spryker/stock": "^8.0.0", - "spryker/transfer": "^3.27.0", - "spryker/user-extension": "^1.0.0", - "spryker/uuid-behavior": "^1.0.0", - "spryker/warehouse-user": "^0.1.0" + "spryker/order-custom-reference": "^1.0.0", + "spryker/symfony": "^3.3.5" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/oms": "*", - "spryker/propel": "*", - "spryker/testify": "*", - "spryker/user": "*" + "spryker/code-sniffer": "*" }, "suggest": { - "spryker/oms": "If you want to use OMS plugins." + "spryker/sales": "Upgrade to following version to have order custom reference support in Sales, minimum required version: 11.6.0" }, "type": "library", "extra": { @@ -40227,37 +41663,41 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\PickingList\\Helper\\": "tests/SprykerTest/Zed/PickingList/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "PickingList module", + "description": "OrderCustomReferenceGui module", "support": { - "source": "https://github.com/spryker/picking-list/tree/0.3.0" + "source": "https://github.com/spryker/order-custom-reference-gui/tree/1.0.0" }, - "time": "2023-07-18T11:53:16+00:00" + "time": "2020-03-18T13:04:41+00:00" }, { - "name": "spryker/picking-list-extension", - "version": "1.0.0", + "name": "spryker/order-payments-rest-api", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/picking-list-extension.git", - "reference": "30ce5441fe1824b5c410ef22ea3729a11136a726" + "url": "https://github.com/spryker/order-payments-rest-api.git", + "reference": "eeb4eac8bc01ec0f26e6d4e92bf022f8dc497740" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/picking-list-extension/zipball/30ce5441fe1824b5c410ef22ea3729a11136a726", - "reference": "30ce5441fe1824b5c410ef22ea3729a11136a726", + "url": "https://api.github.com/repos/spryker/order-payments-rest-api/zipball/eeb4eac8bc01ec0f26e6d4e92bf022f8dc497740", + "reference": "eeb4eac8bc01ec0f26e6d4e92bf022f8dc497740", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/transfer": "^3.27.0" + "php": ">=7.2", + "spryker/glue-application": "^1.9.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/order-payments-rest-api-extension": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/zed-request": "^3.6.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -40277,39 +41717,31 @@ "license": [ "proprietary" ], - "description": "PickingListExtension module", + "description": "OrderPaymentsRestApi module", "support": { - "source": "https://github.com/spryker/picking-list-extension/tree/1.0.0" + "source": "https://github.com/spryker/order-payments-rest-api/tree/master" }, - "time": "2023-03-24T14:46:01+00:00" + "time": "2020-05-29T13:08:37+00:00" }, { - "name": "spryker/picking-list-multi-shipment-picking-strategy-example", - "version": "0.2.1", + "name": "spryker/order-payments-rest-api-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/picking-list-multi-shipment-picking-strategy-example.git", - "reference": "9c13fefef85812ab87bad2691e13079512c1af16" + "url": "https://github.com/spryker/order-payments-rest-api-extension.git", + "reference": "19a43cd6bb35d76cc5fb89815c5ed1333f2afbc5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/picking-list-multi-shipment-picking-strategy-example/zipball/9c13fefef85812ab87bad2691e13079512c1af16", - "reference": "9c13fefef85812ab87bad2691e13079512c1af16", + "url": "https://api.github.com/repos/spryker/order-payments-rest-api-extension/zipball/19a43cd6bb35d76cc5fb89815c5ed1333f2afbc5", + "reference": "19a43cd6bb35d76cc5fb89815c5ed1333f2afbc5", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/kernel": "^3.30.0", - "spryker/picking-list-extension": "^1.0.0", - "spryker/shipment": "^8.13.0", - "spryker/transfer": "^3.27.0" + "php": ">=7.1" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/country": "*", - "spryker/oms": "*", - "spryker/propel": "*", - "spryker/sales": "*", "spryker/testify": "*" }, "type": "library", @@ -40325,52 +41757,49 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" - ], - "authors": [ - { - "name": "Spryker Systems GmbH", - "homepage": "https://spryker.com" - } + "proprietary" ], - "description": "PickingListMultiShipmentPickingStrategyExample module", + "description": "OrderPaymentsRestApiExtension module", "support": { - "source": "https://github.com/spryker/picking-list-multi-shipment-picking-strategy-example/tree/0.2.1" + "source": "https://github.com/spryker/order-payments-rest-api-extension/tree/master" }, - "time": "2023-06-06T15:14:45+00:00" + "time": "2019-04-18T11:28:21+00:00" }, { - "name": "spryker/picking-list-push-notification", - "version": "0.3.0", + "name": "spryker/orders-rest-api", + "version": "4.11.0", "source": { "type": "git", - "url": "https://github.com/spryker/picking-list-push-notification.git", - "reference": "510570ed8f85c98455788c6730e4c7366a36e45a" + "url": "https://github.com/spryker/orders-rest-api.git", + "reference": "c9dba640b1c4cb2e56fec6138578547c22d80313" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/picking-list-push-notification/zipball/510570ed8f85c98455788c6730e4c7366a36e45a", - "reference": "510570ed8f85c98455788c6730e4c7366a36e45a", + "url": "https://api.github.com/repos/spryker/orders-rest-api/zipball/c9dba640b1c4cb2e56fec6138578547c22d80313", + "reference": "c9dba640b1c4cb2e56fec6138578547c22d80313", "shasum": "" }, "require": { - "php": ">=8.0", + "php": ">=7.4", + "spryker/glue-application": "^1.0.0", + "spryker/glue-application-authorization-connector-extension": "^1.0.0", + "spryker/glue-application-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/picking-list": "^0.3.0", - "spryker/picking-list-extension": "^1.0.0", - "spryker/push-notification": "^0.3.0", - "spryker/push-notification-extension": "^0.2.0", - "spryker/transfer": "^3.27.0", - "spryker/warehouse-user": "^0.1.0" + "spryker/orders-rest-api-extension": "^1.1.0", + "spryker/sales": "^11.22.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" + }, + "suggest": { + "spryker/auth-rest-api": "If you want to authorize and authenticate customers via access tokens.", + "spryker/authorization": "If you want to use multiple authorization strategies, minimum required version: 1.2.0." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { @@ -40382,47 +41811,31 @@ "license": [ "proprietary" ], - "description": "PickingListPushNotification module", + "description": "OrdersRestApi module", "support": { - "source": "https://github.com/spryker/picking-list-push-notification/tree/0.3.0" + "source": "https://github.com/spryker/orders-rest-api/tree/4.11.0" }, - "time": "2023-07-18T11:53:16+00:00" + "time": "2022-08-26T15:08:26+00:00" }, { - "name": "spryker/picking-lists-backend-api", - "version": "0.4.0", + "name": "spryker/orders-rest-api-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/picking-lists-backend-api.git", - "reference": "94c55554c238f10306415884b6b4d9c80c614b97" + "url": "https://github.com/spryker/orders-rest-api-extension.git", + "reference": "6fcf02b092f2cb7fdba58166daf5c561a1c1c6c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/picking-lists-backend-api/zipball/94c55554c238f10306415884b6b4d9c80c614b97", - "reference": "94c55554c238f10306415884b6b4d9c80c614b97", + "url": "https://api.github.com/repos/spryker/orders-rest-api-extension/zipball/6fcf02b092f2cb7fdba58166daf5c561a1c1c6c7", + "reference": "6fcf02b092f2cb7fdba58166daf5c561a1c1c6c7", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/glossary-storage": "^1.5.0", - "spryker/glue-application": "^1.47.0", - "spryker/glue-application-authorization-connector-extension": "^1.0.0", - "spryker/glue-application-extension": "^1.0.0", - "spryker/glue-json-api-convention-extension": "^1.0.0", - "spryker/kernel": "^3.66.0", - "spryker/oauth-warehouse": "^0.1.0", - "spryker/picking-list": "^0.3.0", - "spryker/picking-lists-backend-api-extension": "^0.1.0", - "spryker/stock": "^8.8.0", - "spryker/symfony": "^3.5.0", - "spryker/transfer": "^3.27.0", - "spryker/util-encoding": "^2.0.0", - "spryker/warehouse-user": "^0.1.0" + "php": ">=7.2" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -40439,88 +41852,107 @@ "license": [ "proprietary" ], - "description": "PickingListsBackendApi module", + "description": "OrdersRestApiExtension module", "support": { - "source": "https://github.com/spryker/picking-lists-backend-api/tree/0.4.0" + "source": "https://github.com/spryker/orders-rest-api-extension/tree/1.1.0" }, - "time": "2023-07-18T11:53:16+00:00" + "time": "2020-09-24T11:46:20+00:00" }, { - "name": "spryker/picking-lists-backend-api-extension", - "version": "0.1.0", + "name": "spryker/payment", + "version": "5.14.1", "source": { "type": "git", - "url": "https://github.com/spryker/picking-lists-backend-api-extension.git", - "reference": "c5cc3fcb4a7b073c998e62e670d47c8098712ca8" + "url": "https://github.com/spryker/payment.git", + "reference": "3999cb4636d65f94c56733c99f9e43eb3aea6fcf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/picking-lists-backend-api-extension/zipball/c5cc3fcb4a7b073c998e62e670d47c8098712ca8", - "reference": "c5cc3fcb4a7b073c998e62e670d47c8098712ca8", + "url": "https://api.github.com/repos/spryker/payment/zipball/3999cb4636d65f94c56733c99f9e43eb3aea6fcf", + "reference": "3999cb4636d65f94c56733c99f9e43eb3aea6fcf", "shasum": "" }, "require": { - "php": ">=8.0" + "php": ">=8.0", + "psr/http-message": "^1.0.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/checkout-extension": "^1.2.0", + "spryker/guzzle": "^2.2.0", + "spryker/kernel": "^3.30.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/message-broker": "^1.0.0", + "spryker/message-broker-extension": "^1.0.0", + "spryker/oms": "^7.0.0 || ^8.0.0 || ^10.0.0 || ^11.0.0", + "spryker/payment-extension": "^1.1.0", + "spryker/propel-orm": "^1.0.0", + "spryker/sales": "^8.0.0 || ^10.0.0 || ^11.0.0", + "spryker/store": "^1.16.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.27.0", + "spryker/util-encoding": "^1.0.0 || ^2.0.0", + "spryker/util-text": "^1.0.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/calculation": "*", + "spryker/checkout": "*", + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/propel": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/calculation": "To correctly calculate multiple payment methods", + "spryker/checkout": "If you want to use Checkout plugins.", + "spryker/installer": "If you want to use Installer plugins: ^4.0.0." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "5.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\Payment\\Helper\\": "tests/SprykerTest/Shared/Payment/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "PickingListsBackendApiExtension module", + "description": "Payment module", "support": { - "source": "https://github.com/spryker/picking-lists-backend-api-extension/tree/0.1.0" + "source": "https://github.com/spryker/payment/tree/5.14.1" }, - "time": "2023-04-17T15:49:27+00:00" + "time": "2023-06-16T09:24:47+00:00" }, { - "name": "spryker/picking-lists-products-backend-resource-relationship", - "version": "0.2.0", + "name": "spryker/payment-cart-connector", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/picking-lists-products-backend-resource-relationship.git", - "reference": "fca9f2ce66784b6e94e6a5f901788a3d1d0b856b" + "url": "https://github.com/spryker/payment-cart-connector.git", + "reference": "a1e3b2ac39b60bc83cd02660fc9779475dc57a80" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/picking-lists-products-backend-resource-relationship/zipball/fca9f2ce66784b6e94e6a5f901788a3d1d0b856b", - "reference": "fca9f2ce66784b6e94e6a5f901788a3d1d0b856b", + "url": "https://api.github.com/repos/spryker/payment-cart-connector/zipball/a1e3b2ac39b60bc83cd02660fc9779475dc57a80", + "reference": "a1e3b2ac39b60bc83cd02660fc9779475dc57a80", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/glue-json-api-convention-extension": "^1.0.0", - "spryker/kernel": "^3.66.0", - "spryker/picking-lists-backend-api": "^0.4.0", - "spryker/products-backend-api": "^0.1.0", - "spryker/transfer": "^3.31.0" + "php": ">=7.1", + "spryker/kernel": "^3.30.0" }, "require-dev": { + "spryker/cart": "*", "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/oms": "*", - "spryker/picking-list": "*", - "spryker/product": "*", - "spryker/propel": "*", - "spryker/sales": "*", - "spryker/stock": "*", - "spryker/store": "*", - "spryker/testify": "*", - "spryker/user": "*", - "spryker/warehouse-user": "*" + "spryker/testify": "*" + }, + "suggest": { + "spryker/cart": "If you want to use Cart plugins." }, "type": "library", "extra": { @@ -40537,44 +41969,36 @@ "license": [ "proprietary" ], - "description": "PickingListsProductsBackendResourceRelationship module", + "description": "PaymentCartConnector module", "support": { - "source": "https://github.com/spryker/picking-lists-products-backend-resource-relationship/tree/0.2.0" + "source": "https://github.com/spryker/payment-cart-connector/tree/master" }, - "time": "2023-07-18T11:53:16+00:00" + "time": "2019-10-14T10:22:10+00:00" }, { - "name": "spryker/picking-lists-sales-orders-backend-resource-relationship", - "version": "0.2.0", + "name": "spryker/payment-data-import", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/picking-lists-sales-orders-backend-resource-relationship.git", - "reference": "695505e214c0bfa1f6654b1cf9f3e6a761b79f59" + "url": "https://github.com/spryker/payment-data-import.git", + "reference": "0e0dcfb6d53a517098e1475f3f8c5469936487ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/picking-lists-sales-orders-backend-resource-relationship/zipball/695505e214c0bfa1f6654b1cf9f3e6a761b79f59", - "reference": "695505e214c0bfa1f6654b1cf9f3e6a761b79f59", + "url": "https://api.github.com/repos/spryker/payment-data-import/zipball/0e0dcfb6d53a517098e1475f3f8c5469936487ba", + "reference": "0e0dcfb6d53a517098e1475f3f8c5469936487ba", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/glue-json-api-convention-extension": "^1.0.0", - "spryker/kernel": "^3.66.0", - "spryker/picking-lists-backend-api": "^0.4.0", - "spryker/sales-orders-backend-api": "^0.1.0", - "spryker/transfer": "^3.31.0" + "php": ">=7.2", + "spryker/data-import": "^1.4.3", + "spryker/kernel": "^3.33.0", + "spryker/payment": "^5.0.0", + "spryker/store": "^1.5.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/oms": "*", - "spryker/picking-list": "*", - "spryker/product": "*", "spryker/propel": "*", - "spryker/sales": "*", - "spryker/stock": "*", - "spryker/store": "*", "spryker/testify": "*" }, "type": "library", @@ -40590,44 +42014,33 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "PickingListsSalesOrdersBackendResourceRelationship module", + "description": "PaymentDataImport module", "support": { - "source": "https://github.com/spryker/picking-lists-sales-orders-backend-resource-relationship/tree/0.2.0" + "source": "https://github.com/spryker/payment-data-import/tree/master" }, - "time": "2023-07-18T11:53:16+00:00" + "time": "2019-12-21T14:19:19+00:00" }, { - "name": "spryker/picking-lists-shipments-backend-resource-relationship", - "version": "0.2.0", + "name": "spryker/payment-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/picking-lists-shipments-backend-resource-relationship.git", - "reference": "b4fdd529933d2ee5a5f5d2ecad003538487db75a" + "url": "https://github.com/spryker/payment-extension.git", + "reference": "1ebb66c9f5ba50e90006e4a02c1f5df690519dac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/picking-lists-shipments-backend-resource-relationship/zipball/b4fdd529933d2ee5a5f5d2ecad003538487db75a", - "reference": "b4fdd529933d2ee5a5f5d2ecad003538487db75a", + "url": "https://api.github.com/repos/spryker/payment-extension/zipball/1ebb66c9f5ba50e90006e4a02c1f5df690519dac", + "reference": "1ebb66c9f5ba50e90006e4a02c1f5df690519dac", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/glue-json-api-convention-extension": "^1.0.0", - "spryker/kernel": "^3.66.0", - "spryker/picking-list": "^0.3.0", - "spryker/shipments-backend-api": "^0.1.0", - "spryker/transfer": "^3.31.0" + "php": ">=7.4" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/propel-orm": "*", - "spryker/sales": "*", - "spryker/shipment": "*", - "spryker/stock": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -40644,41 +42057,38 @@ "license": [ "proprietary" ], - "description": "PickingListsShipmentsBackendResourceRelationship module", + "description": "PaymentExtension module", "support": { - "source": "https://github.com/spryker/picking-lists-shipments-backend-resource-relationship/tree/0.2.0" + "source": "https://github.com/spryker/payment-extension/tree/1.1.0" }, - "time": "2023-07-18T11:53:16+00:00" + "time": "2022-04-26T12:27:56+00:00" }, { - "name": "spryker/picking-lists-users-backend-resource-relationship", - "version": "0.3.0", + "name": "spryker/payment-gui", + "version": "1.3.1", "source": { "type": "git", - "url": "https://github.com/spryker/picking-lists-users-backend-resource-relationship.git", - "reference": "5c061806dcef7556531ee4f11e65bdb29119f7e5" + "url": "https://github.com/spryker/payment-gui.git", + "reference": "8bb5e65cd8c402fb3cb6a0cd026446a3c1e3ff8a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/picking-lists-users-backend-resource-relationship/zipball/5c061806dcef7556531ee4f11e65bdb29119f7e5", - "reference": "5c061806dcef7556531ee4f11e65bdb29119f7e5", + "url": "https://api.github.com/repos/spryker/payment-gui/zipball/8bb5e65cd8c402fb3cb6a0cd026446a3c1e3ff8a", + "reference": "8bb5e65cd8c402fb3cb6a0cd026446a3c1e3ff8a", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/glue-json-api-convention-extension": "^1.0.0", - "spryker/kernel": "^3.66.0", - "spryker/picking-list": "^0.3.0", - "spryker/transfer": "^3.31.0", - "spryker/users-backend-api": "^1.3.0" + "php": ">=7.4", + "spryker/gui": "^3.26.0", + "spryker/kernel": "^3.33.0", + "spryker/payment": "^5.8.0", + "spryker/store": "^1.9.0", + "spryker/symfony": "^3.2.2", + "spryker/transfer": "^3.27.0", + "spryker/util-text": "^1.2.3" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/stock": "*", - "spryker/testify": "*", - "spryker/user": "*", - "spryker/warehouse-user": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -40695,38 +42105,36 @@ "license": [ "proprietary" ], - "description": "PickingListsUsersBackendResourceRelationship module", + "description": "PaymentGui module", "support": { - "source": "https://github.com/spryker/picking-lists-users-backend-resource-relationship/tree/0.3.0" + "source": "https://github.com/spryker/payment-gui/tree/1.3.1" }, - "time": "2023-07-18T11:53:16+00:00" + "time": "2022-06-17T15:15:15+00:00" }, { - "name": "spryker/picking-lists-warehouses-backend-resource-relationship", - "version": "0.2.0", + "name": "spryker/payments-rest-api", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/picking-lists-warehouses-backend-resource-relationship.git", - "reference": "2236333e9b3eb4d7af4894e8ea7087b4bda000bd" + "url": "https://github.com/spryker/payments-rest-api.git", + "reference": "fa17716f68dbf8ec990de6f186a39f20c9df6e0b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/picking-lists-warehouses-backend-resource-relationship/zipball/2236333e9b3eb4d7af4894e8ea7087b4bda000bd", - "reference": "2236333e9b3eb4d7af4894e8ea7087b4bda000bd", + "url": "https://api.github.com/repos/spryker/payments-rest-api/zipball/fa17716f68dbf8ec990de6f186a39f20c9df6e0b", + "reference": "fa17716f68dbf8ec990de6f186a39f20c9df6e0b", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/glue-json-api-convention-extension": "^1.0.0", - "spryker/kernel": "^3.66.0", - "spryker/picking-list": "^0.3.0", - "spryker/transfer": "^3.31.0", - "spryker/warehouses-backend-api": "^0.1.0" + "spryker/checkout-rest-api-extension": "^1.3.0", + "spryker/glue-application": "^1.0.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/payment": "^5.13.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/stock": "*", "spryker/testify": "*" }, "type": "library", @@ -40744,55 +42152,90 @@ "license": [ "proprietary" ], - "description": "PickingListsWarehousesBackendResourceRelationship module", + "description": "PaymentsRestApi module", "support": { - "source": "https://github.com/spryker/picking-lists-warehouses-backend-resource-relationship/tree/0.2.0" + "source": "https://github.com/spryker/payments-rest-api/tree/1.2.0" }, - "time": "2023-07-18T11:53:16+00:00" + "time": "2023-05-22T16:20:11+00:00" }, { - "name": "spryker/price", - "version": "5.7.0", + "name": "spryker/permission", + "version": "1.5.4", "source": { "type": "git", - "url": "https://github.com/spryker/price.git", - "reference": "bf9bbda8ea062279e70011889d215e1197a7393d" + "url": "https://github.com/spryker/permission.git", + "reference": "0ae7edd39c8ca1588e41cd312ea2cb57ea8f3e20" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/price/zipball/bf9bbda8ea062279e70011889d215e1197a7393d", - "reference": "bf9bbda8ea062279e70011889d215e1197a7393d", + "url": "https://api.github.com/repos/spryker/permission/zipball/0ae7edd39c8ca1588e41cd312ea2cb57ea8f3e20", + "reference": "0ae7edd39c8ca1588e41cd312ea2cb57ea8f3e20", "shasum": "" }, "require": { "php": ">=8.0", "spryker/kernel": "^3.30.0", - "spryker/price-extension": "^1.0.0", - "spryker/quote": "^1.2.0 || ^2.0.0", - "spryker/quote-extension": "^1.4.0", - "spryker/symfony": "^3.0.0" + "spryker/permission-extension": "^1.1.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/company": "*", + "spryker/company-role": "*", + "spryker/company-user": "*", "spryker/container": "*", + "spryker/customer": "*", "spryker/propel": "*", - "spryker/session": "*", - "spryker/silex": "*", - "spryker/storage": "*", "spryker/store": "*", - "spryker/store-extension": "*", - "spryker/testify": "*", - "spryker/twig": "*" + "spryker/testify": "*" }, - "suggest": { - "spryker/installer": "If you want to use Installer plugins.", - "spryker/silex": "If you want to use ServiceProvider.", - "spryker/twig": "If you want to use twig extension plugins" + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\Permission\\Helper\\": "tests/SprykerTest/Zed/Permission/_support/Helper/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "Permission module", + "support": { + "source": "https://github.com/spryker/permission/tree/1.5.4" + }, + "time": "2023-03-31T19:36:11+00:00" + }, + { + "name": "spryker/permission-extension", + "version": "1.2.0", + "source": { + "type": "git", + "url": "https://github.com/spryker/permission-extension.git", + "reference": "7f16ff4ae5b93e371c5154c0c4f865f1f8243fdd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker/permission-extension/zipball/7f16ff4ae5b93e371c5154c0c4f865f1f8243fdd", + "reference": "7f16ff4ae5b93e371c5154c0c4f865f1f8243fdd", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -40804,53 +42247,53 @@ "license": [ "proprietary" ], - "description": "Price module", + "description": "PermissionExtension module", "support": { - "source": "https://github.com/spryker/price/tree/5.7.0" + "source": "https://github.com/spryker/permission-extension/tree/master" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2019-02-07T12:53:19+00:00" }, { - "name": "spryker/price-cart-connector", - "version": "6.10.0", + "name": "spryker/persistent-cart", + "version": "3.7.0", "source": { "type": "git", - "url": "https://github.com/spryker/price-cart-connector.git", - "reference": "7dbe63842213706feb24ccfde71fe7d3148dafd6" + "url": "https://github.com/spryker/persistent-cart.git", + "reference": "372ef7d377fd266be0a77c8fcb638642208cc84d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/price-cart-connector/zipball/7dbe63842213706feb24ccfde71fe7d3148dafd6", - "reference": "7dbe63842213706feb24ccfde71fe7d3148dafd6", + "url": "https://api.github.com/repos/spryker/persistent-cart/zipball/372ef7d377fd266be0a77c8fcb638642208cc84d", + "reference": "372ef7d377fd266be0a77c8fcb638642208cc84d", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/cart-extension": "^2.4.0 || ^4.0.0", - "spryker/currency": "^3.0.0 || ^4.0.0", + "spryker/calculation-extension": "^1.1.0", + "spryker/cart": "^5.12.0 || ^7.5.0", + "spryker/cart-extension": "^1.11.0 || ^2.7.0 || ^4.3.0", + "spryker/carts-rest-api-extension": "^1.1.0", + "spryker/customer": "^6.0.0 || ^7.0.0", "spryker/kernel": "^3.30.0", "spryker/messenger": "^3.0.0", - "spryker/price": "^5.0.0", - "spryker/price-cart-connector-extension": "^1.1.0", - "spryker/price-product": "^1.4.0 || ^2.3.0 || ^4.1.0", - "spryker/util-encoding": "^2.0.0", - "spryker/util-text": "^1.1.0" + "spryker/persistent-cart-extension": "^1.1.0", + "spryker/price-extension": "^1.0.0", + "spryker/quote": "^2.8.0", + "spryker/quote-extension": "^1.8.0", + "spryker/store": "^1.9.0", + "spryker/zed-request": "^3.6.0" }, "require-dev": { - "spryker/cart": "*", "spryker/code-sniffer": "*", + "spryker/container": "*", "spryker/product": "*", "spryker/propel": "*", - "spryker/store": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/cart": "If you want to use Cart plugins." - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "6.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -40862,31 +42305,28 @@ "license": [ "proprietary" ], - "description": "PriceCartConnector module", + "description": "PersistentCart module", "support": { - "source": "https://github.com/spryker/price-cart-connector/tree/6.10.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/price-cart-connector-extension", + "name": "spryker/persistent-cart-extension", "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/price-cart-connector-extension.git", - "reference": "d65fe770992ee2e278552192cffead6eeba53f9d" + "url": "https://github.com/spryker/persistent-cart-extension.git", + "reference": "8c323198a0f53945a29f4abb21b4ce8fa80549ad" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/price-cart-connector-extension/zipball/d65fe770992ee2e278552192cffead6eeba53f9d", - "reference": "d65fe770992ee2e278552192cffead6eeba53f9d", + "url": "https://api.github.com/repos/spryker/persistent-cart-extension/zipball/8c323198a0f53945a29f4abb21b4ce8fa80549ad", + "reference": "8c323198a0f53945a29f4abb21b4ce8fa80549ad", "shasum": "" }, "require": { - "php": ">=7.3" - }, - "require-dev": { - "spryker/code-sniffer": "*" + "php": ">=7.1" }, "type": "library", "extra": { @@ -40903,34 +42343,38 @@ "license": [ "proprietary" ], - "description": "PriceCartConnectorExtension module", + "description": "PersistentCartExtension module", "support": { - "source": "https://github.com/spryker/price-cart-connector-extension/tree/1.1.0" + "source": "https://github.com/spryker/persistent-cart-extension/tree/1.1.0" }, - "time": "2020-11-12T13:34:40+00:00" + "time": "2019-04-02T14:39:18+00:00" }, { - "name": "spryker/price-data-feed", - "version": "0.2.4", + "name": "spryker/persistent-cart-share", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/price-data-feed.git", - "reference": "44893aa3032e10325f47b76bf8b59dbcbea03173" + "url": "https://github.com/spryker/persistent-cart-share.git", + "reference": "2a1759b864764bcd2d7a44316ab74ef54586afcc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/price-data-feed/zipball/44893aa3032e10325f47b76bf8b59dbcbea03173", - "reference": "44893aa3032e10325f47b76bf8b59dbcbea03173", + "url": "https://api.github.com/repos/spryker/persistent-cart-share/zipball/2a1759b864764bcd2d7a44316ab74ef54586afcc", + "reference": "2a1759b864764bcd2d7a44316ab74ef54586afcc", "shasum": "" }, "require": { "php": ">=7.2", "spryker/kernel": "^3.30.0", - "spryker/price-product": "^1.0.0 || ^2.0.0 || ^4.0.0" + "spryker/persistent-cart-share-extension": "^1.0.0", + "spryker/quote": "^2.0.0", + "spryker/resource-share": "^1.0.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "^3.0.0", + "spryker/customer": "*", + "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", @@ -40948,24 +42392,24 @@ "license": [ "proprietary" ], - "description": "PriceDataFeed module", + "description": "PersistentCartShare module", "support": { - "source": "https://github.com/spryker/price-data-feed/tree/0.2.4" + "source": "https://github.com/spryker/persistent-cart-share/tree/1.0.1" }, "time": "2020-05-29T13:08:37+00:00" }, { - "name": "spryker/price-extension", + "name": "spryker/persistent-cart-share-extension", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/price-extension.git", - "reference": "0a86d46536951a8618a4c51bdc7374efddbcf343" + "url": "https://github.com/spryker/persistent-cart-share-extension.git", + "reference": "8e6c86a19eb44aa8471bd0f3cf274c469255a9d5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/price-extension/zipball/0a86d46536951a8618a4c51bdc7374efddbcf343", - "reference": "0a86d46536951a8618a4c51bdc7374efddbcf343", + "url": "https://api.github.com/repos/spryker/persistent-cart-share-extension/zipball/8e6c86a19eb44aa8471bd0f3cf274c469255a9d5", + "reference": "8e6c86a19eb44aa8471bd0f3cf274c469255a9d5", "shasum": "" }, "require": { @@ -40990,113 +42434,91 @@ "license": [ "proprietary" ], - "description": "PriceExtension module", + "description": "PersistentCartShareExtension module", "support": { - "source": "https://github.com/spryker/price-extension/tree/1.0.0" + "source": "https://github.com/spryker/persistent-cart-share-extension/tree/master" }, - "time": "2018-04-18T12:56:17+00:00" + "time": "2019-05-30T12:29:48+00:00" }, { - "name": "spryker/price-product", - "version": "4.42.1", + "name": "spryker/picking-list", + "version": "0.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/price-product.git", - "reference": "0ed071fad704b9608d9e67c42a70a0b7355ad17e" + "url": "https://github.com/spryker/picking-list.git", + "reference": "25854dd0a669da01554be7bf5e36a7b90f970812" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/price-product/zipball/0ed071fad704b9608d9e67c42a70a0b7355ad17e", - "reference": "0ed071fad704b9608d9e67c42a70a0b7355ad17e", + "url": "https://api.github.com/repos/spryker/picking-list/zipball/25854dd0a669da01554be7bf5e36a7b90f970812", + "reference": "25854dd0a669da01554be7bf5e36a7b90f970812", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/currency": "^3.10.0 || ^4.0.0", - "spryker/event": "^1.0.0 || ^2.0.0", - "spryker/kernel": "^3.33.0", - "spryker/log": "^3.7.0", - "spryker/price": "^5.0.0", - "spryker/price-product-extension": "^1.7.0", - "spryker/product": "^5.6.0 || ^6.3.0", - "spryker/product-extension": "^1.4.0", - "spryker/propel-orm": "^1.0.0", - "spryker/quote": "^2.1.0", - "spryker/store": "^1.12.0", - "spryker/symfony": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/transfer": "^3.25.0", - "spryker/util-encoding": "^2.0.0", - "spryker/wishlist-extension": "^1.2.0" - }, - "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/customer": "*", - "spryker/installer": "*", - "spryker/price-product-storage": "*", + "spryker/kernel": "^3.30.0", + "spryker/picking-list-extension": "^1.0.0", + "spryker/propel-orm": "^1.6.0", + "spryker/sales": "^11.7.0", + "spryker/stock": "^8.0.0", + "spryker/transfer": "^3.27.0", + "spryker/user-extension": "^1.0.0", + "spryker/uuid-behavior": "^1.0.0", + "spryker/warehouse-user": "^0.1.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/oms": "*", "spryker/propel": "*", - "spryker/session": "*", - "spryker/storage": "*", - "spryker/store-extension": "*", "spryker/testify": "*", - "spryker/wishlist": "*" + "spryker/user": "*" }, "suggest": { - "spryker/installer": "If you want to use default price product data installer" + "spryker/oms": "If you want to use OMS plugins." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\PriceProduct\\Helper\\": "tests/SprykerTest/Shared/PriceProduct/_support/Helper/" + "SprykerTest\\Zed\\PickingList\\Helper\\": "tests/SprykerTest/Zed/PickingList/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "PriceProduct module", + "description": "PickingList module", "support": { - "source": "https://github.com/spryker/price-product/tree/4.42.1" + "source": "https://github.com/spryker/picking-list/tree/0.3.0" }, - "time": "2023-06-06T14:54:59+00:00" + "time": "2023-07-18T11:53:16+00:00" }, { - "name": "spryker/price-product-data-import", - "version": "0.1.14", + "name": "spryker/picking-list-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/price-product-data-import.git", - "reference": "4f6da0a5579844d373b8b6c8f52ec35acb7d6fc8" + "url": "https://github.com/spryker/picking-list-extension.git", + "reference": "30ce5441fe1824b5c410ef22ea3729a11136a726" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/price-product-data-import/zipball/4f6da0a5579844d373b8b6c8f52ec35acb7d6fc8", - "reference": "4f6da0a5579844d373b8b6c8f52ec35acb7d6fc8", + "url": "https://api.github.com/repos/spryker/picking-list-extension/zipball/30ce5441fe1824b5c410ef22ea3729a11136a726", + "reference": "30ce5441fe1824b5c410ef22ea3729a11136a726", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/currency": "^3.0.0 || ^4.0.0", - "spryker/data-import": "^1.2.0", - "spryker/kernel": "^3.30.0", - "spryker/price-product": "^1.5.0 || ^2.0.0 || ^4.0.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/store": "^1.0.0", - "spryker/util-encoding": "^2.0.0" + "spryker/transfer": "^3.27.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/propel-orm": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -41106,39 +42528,47 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\PriceProductDataImport\\Helper\\": "tests/SprykerTest/Zed/PriceProductDataImport/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "PriceProductDataImport module", + "description": "PickingListExtension module", "support": { - "source": "https://github.com/spryker/price-product-data-import/tree/0.1.14" + "source": "https://github.com/spryker/picking-list-extension/tree/1.0.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-03-24T14:46:01+00:00" }, { - "name": "spryker/price-product-extension", - "version": "1.7.0", + "name": "spryker/picking-list-multi-shipment-picking-strategy-example", + "version": "0.2.1", "source": { "type": "git", - "url": "https://github.com/spryker/price-product-extension.git", - "reference": "524be2682761e7b1af024ddc236668dc497a6242" + "url": "https://github.com/spryker/picking-list-multi-shipment-picking-strategy-example.git", + "reference": "9c13fefef85812ab87bad2691e13079512c1af16" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/price-product-extension/zipball/524be2682761e7b1af024ddc236668dc497a6242", - "reference": "524be2682761e7b1af024ddc236668dc497a6242", + "url": "https://api.github.com/repos/spryker/picking-list-multi-shipment-picking-strategy-example/zipball/9c13fefef85812ab87bad2691e13079512c1af16", + "reference": "9c13fefef85812ab87bad2691e13079512c1af16", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=8.0", + "spryker/kernel": "^3.30.0", + "spryker/picking-list-extension": "^1.0.0", + "spryker/shipment": "^8.13.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/country": "*", + "spryker/oms": "*", + "spryker/propel": "*", + "spryker/sales": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -41153,55 +42583,48 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "PriceProductExtension module", + "authors": [ + { + "name": "Spryker Systems GmbH", + "homepage": "https://spryker.com" + } + ], + "description": "PickingListMultiShipmentPickingStrategyExample module", "support": { - "source": "https://github.com/spryker/price-product-extension/tree/1.7.0" + "source": "https://github.com/spryker/picking-list-multi-shipment-picking-strategy-example/tree/0.2.1" }, - "time": "2022-08-17T13:59:25+00:00" + "time": "2023-06-06T15:14:45+00:00" }, { - "name": "spryker/price-product-merchant-relationship", - "version": "1.10.1", + "name": "spryker/picking-list-push-notification", + "version": "0.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/price-product-merchant-relationship.git", - "reference": "e71bbc7285096e678525bffce522fcfff78fcc65" + "url": "https://github.com/spryker/picking-list-push-notification.git", + "reference": "510570ed8f85c98455788c6730e4c7366a36e45a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/price-product-merchant-relationship/zipball/e71bbc7285096e678525bffce522fcfff78fcc65", - "reference": "e71bbc7285096e678525bffce522fcfff78fcc65", + "url": "https://api.github.com/repos/spryker/picking-list-push-notification/zipball/510570ed8f85c98455788c6730e4c7366a36e45a", + "reference": "510570ed8f85c98455788c6730e4c7366a36e45a", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/cart": "^5.1.0 || ^7.0.0", "spryker/kernel": "^3.30.0", - "spryker/merchant-relationship": "^1.4.0", - "spryker/price-product": "^2.0.0 || ^4.0.0", - "spryker/price-product-extension": "^1.6.0", - "spryker/product": "^6.1.0", - "spryker/propel-orm": "^1.6.2", - "spryker/symfony": "^3.1.5", - "spryker/transfer": "^3.25.0" + "spryker/picking-list": "^0.3.0", + "spryker/picking-list-extension": "^1.0.0", + "spryker/push-notification": "^0.3.0", + "spryker/push-notification-extension": "^0.2.0", + "spryker/transfer": "^3.27.0", + "spryker/warehouse-user": "^0.1.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/company": "*", - "spryker/company-business-unit": "*", - "spryker/container": "*", - "spryker/customer": "*", - "spryker/merchant": "*", - "spryker/propel": "*", - "spryker/store": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/customer": "If you want to use prices per customer functionality" - }, "type": "library", "extra": { "branch-alias": { @@ -41217,42 +42640,45 @@ "license": [ "proprietary" ], - "description": "PriceProductMerchantRelationship module", + "description": "PickingListPushNotification module", "support": { - "source": "https://github.com/spryker/price-product-merchant-relationship/tree/1.10.1" + "source": "https://github.com/spryker/picking-list-push-notification/tree/0.3.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-07-18T11:53:16+00:00" }, { - "name": "spryker/price-product-merchant-relationship-data-import", - "version": "0.2.3", + "name": "spryker/picking-lists-backend-api", + "version": "0.4.0", "source": { "type": "git", - "url": "https://github.com/spryker/price-product-merchant-relationship-data-import.git", - "reference": "872868428ce69d2e6891c90cb227ee66248357cd" + "url": "https://github.com/spryker/picking-lists-backend-api.git", + "reference": "94c55554c238f10306415884b6b4d9c80c614b97" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/price-product-merchant-relationship-data-import/zipball/872868428ce69d2e6891c90cb227ee66248357cd", - "reference": "872868428ce69d2e6891c90cb227ee66248357cd", + "url": "https://api.github.com/repos/spryker/picking-lists-backend-api/zipball/94c55554c238f10306415884b6b4d9c80c614b97", + "reference": "94c55554c238f10306415884b6b4d9c80c614b97", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/currency": "^3.0.0 || ^4.0.0", - "spryker/data-import": "^1.3.0", - "spryker/kernel": "^3.30.0", - "spryker/merchant-relationship": "^1.0.0", - "spryker/price-product": "^2.0.0 || ^4.0.0", - "spryker/price-product-merchant-relationship": "^1.0.0", - "spryker/product": "^6.0.0", - "spryker/store": "^1.0.0" + "spryker/glossary-storage": "^1.5.0", + "spryker/glue-application": "^1.47.0", + "spryker/glue-application-authorization-connector-extension": "^1.0.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/glue-json-api-convention-extension": "^1.0.0", + "spryker/kernel": "^3.66.0", + "spryker/oauth-warehouse": "^0.1.0", + "spryker/picking-list": "^0.3.0", + "spryker/picking-lists-backend-api-extension": "^0.1.0", + "spryker/stock": "^8.8.0", + "spryker/symfony": "^3.5.0", + "spryker/transfer": "^3.27.0", + "spryker/util-encoding": "^2.0.0", + "spryker/warehouse-user": "^0.1.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/company": "*", - "spryker/company-business-unit": "*", - "spryker/merchant": "*", "spryker/propel": "*", "spryker/testify": "*" }, @@ -41264,42 +42690,35 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\PriceProductMerchantRelationshipDataImport\\Helper\\": "tests/SprykerTest/Zed/PriceProductMerchantRelationshipDataImport/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "PriceProductMerchantRelationshipDataImport module", + "description": "PickingListsBackendApi module", "support": { - "source": "https://github.com/spryker/price-product-merchant-relationship-data-import/tree/0.2.3" + "source": "https://github.com/spryker/picking-lists-backend-api/tree/0.4.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-07-18T11:53:16+00:00" }, { - "name": "spryker/price-product-merchant-relationship-gui", - "version": "1.1.0", + "name": "spryker/picking-lists-backend-api-extension", + "version": "0.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/price-product-merchant-relationship-gui.git", - "reference": "2ae9efa2d8607348babacb6498b92ca0d9387933" + "url": "https://github.com/spryker/picking-lists-backend-api-extension.git", + "reference": "c5cc3fcb4a7b073c998e62e670d47c8098712ca8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/price-product-merchant-relationship-gui/zipball/2ae9efa2d8607348babacb6498b92ca0d9387933", - "reference": "2ae9efa2d8607348babacb6498b92ca0d9387933", + "url": "https://api.github.com/repos/spryker/picking-lists-backend-api-extension/zipball/c5cc3fcb4a7b073c998e62e670d47c8098712ca8", + "reference": "c5cc3fcb4a7b073c998e62e670d47c8098712ca8", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/gui": "^3.26.0", - "spryker/kernel": "^3.30.0", - "spryker/merchant-relationship": "^1.10.0", - "spryker/product-management-extension": "^1.2.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0" + "php": ">=8.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -41319,43 +42738,47 @@ "license": [ "proprietary" ], - "description": "PriceProductMerchantRelationshipGui module", + "description": "PickingListsBackendApiExtension module", "support": { - "source": "https://github.com/spryker/price-product-merchant-relationship-gui/tree/1.1.0" + "source": "https://github.com/spryker/picking-lists-backend-api-extension/tree/0.1.0" }, - "time": "2022-01-28T07:52:09+00:00" + "time": "2023-04-17T15:49:27+00:00" }, { - "name": "spryker/price-product-merchant-relationship-merchant-portal-gui", - "version": "1.3.0", + "name": "spryker/picking-lists-products-backend-resource-relationship", + "version": "0.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/price-product-merchant-relationship-merchant-portal-gui.git", - "reference": "e063f445d54794a029714ba96c8defdb345d2408" + "url": "https://github.com/spryker/picking-lists-products-backend-resource-relationship.git", + "reference": "fca9f2ce66784b6e94e6a5f901788a3d1d0b856b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/price-product-merchant-relationship-merchant-portal-gui/zipball/e063f445d54794a029714ba96c8defdb345d2408", - "reference": "e063f445d54794a029714ba96c8defdb345d2408", + "url": "https://api.github.com/repos/spryker/picking-lists-products-backend-resource-relationship/zipball/fca9f2ce66784b6e94e6a5f901788a3d1d0b856b", + "reference": "fca9f2ce66784b6e94e6a5f901788a3d1d0b856b", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/gui": "^3.41.0", - "spryker/gui-table": "^1.6.0 || ^2.0.0", - "spryker/kernel": "^3.30.0", - "spryker/merchant-relationship": "^1.10.0", - "spryker/merchant-user": "^1.0.0", - "spryker/price-product-extension": "^1.6.0", - "spryker/product-merchant-portal-gui-extension": "^1.1.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0", - "spryker/translator": "^1.1.0", - "spryker/util-encoding": "^2.0.0" + "spryker/glue-json-api-convention-extension": "^1.0.0", + "spryker/kernel": "^3.66.0", + "spryker/picking-lists-backend-api": "^0.4.0", + "spryker/products-backend-api": "^0.1.0", + "spryker/transfer": "^3.31.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/oms": "*", + "spryker/picking-list": "*", + "spryker/product": "*", + "spryker/propel": "*", + "spryker/sales": "*", + "spryker/stock": "*", + "spryker/store": "*", + "spryker/testify": "*", + "spryker/user": "*", + "spryker/warehouse-user": "*" }, "type": "library", "extra": { @@ -41372,52 +42795,45 @@ "license": [ "proprietary" ], - "description": "PriceProductMerchantRelationshipMerchantPortalGui module", + "description": "PickingListsProductsBackendResourceRelationship module", "support": { - "source": "https://github.com/spryker/price-product-merchant-relationship-merchant-portal-gui/tree/1.3.0" + "source": "https://github.com/spryker/picking-lists-products-backend-resource-relationship/tree/0.2.0" }, - "time": "2023-03-10T14:11:16+00:00" + "time": "2023-07-18T11:53:16+00:00" }, { - "name": "spryker/price-product-merchant-relationship-storage", - "version": "1.16.0", + "name": "spryker/picking-lists-sales-orders-backend-resource-relationship", + "version": "0.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/price-product-merchant-relationship-storage.git", - "reference": "27ab32401412d0ddde030802f15c1a1b55b4fd57" + "url": "https://github.com/spryker/picking-lists-sales-orders-backend-resource-relationship.git", + "reference": "695505e214c0bfa1f6654b1cf9f3e6a761b79f59" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/price-product-merchant-relationship-storage/zipball/27ab32401412d0ddde030802f15c1a1b55b4fd57", - "reference": "27ab32401412d0ddde030802f15c1a1b55b4fd57", + "url": "https://api.github.com/repos/spryker/picking-lists-sales-orders-backend-resource-relationship/zipball/695505e214c0bfa1f6654b1cf9f3e6a761b79f59", + "reference": "695505e214c0bfa1f6654b1cf9f3e6a761b79f59", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/currency": "^3.0.0 || ^4.0.0", - "spryker/customer": "^7.10.0", - "spryker/event-behavior": "^1.1.0", - "spryker/kernel": "^3.37.0", - "spryker/merchant-relationship": "^1.10.0", - "spryker/price-product": "^2.11.0 || ^4.0.0", - "spryker/price-product-merchant-relationship": "^1.4.1", - "spryker/price-product-merchant-relationship-storage-extension": "^1.0.0", - "spryker/price-product-storage-extension": "^1.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/storage": "^3.0.0", - "spryker/store": "^1.0.0", - "spryker/synchronization": "^0.2.0 || ^1.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.1.0", - "spryker/transfer": "^3.25.0" + "spryker/glue-json-api-convention-extension": "^1.0.0", + "spryker/kernel": "^3.66.0", + "spryker/picking-lists-backend-api": "^0.4.0", + "spryker/sales-orders-backend-api": "^0.1.0", + "spryker/transfer": "^3.31.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/event": "*" - }, - "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" + "spryker/container": "*", + "spryker/oms": "*", + "spryker/picking-list": "*", + "spryker/product": "*", + "spryker/propel": "*", + "spryker/sales": "*", + "spryker/stock": "*", + "spryker/store": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -41434,31 +42850,42 @@ "license": [ "proprietary" ], - "description": "PriceProductMerchantRelationshipStorage module", + "description": "PickingListsSalesOrdersBackendResourceRelationship module", "support": { - "source": "https://github.com/spryker/price-product-merchant-relationship-storage/tree/1.16.0" + "source": "https://github.com/spryker/picking-lists-sales-orders-backend-resource-relationship/tree/0.2.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-07-18T11:53:16+00:00" }, { - "name": "spryker/price-product-merchant-relationship-storage-extension", - "version": "1.0.0", + "name": "spryker/picking-lists-shipments-backend-resource-relationship", + "version": "0.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/price-product-merchant-relationship-storage-extension.git", - "reference": "45202fa23f108743be13f15dd4866c50c4983864" + "url": "https://github.com/spryker/picking-lists-shipments-backend-resource-relationship.git", + "reference": "b4fdd529933d2ee5a5f5d2ecad003538487db75a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/price-product-merchant-relationship-storage-extension/zipball/45202fa23f108743be13f15dd4866c50c4983864", - "reference": "45202fa23f108743be13f15dd4866c50c4983864", + "url": "https://api.github.com/repos/spryker/picking-lists-shipments-backend-resource-relationship/zipball/b4fdd529933d2ee5a5f5d2ecad003538487db75a", + "reference": "b4fdd529933d2ee5a5f5d2ecad003538487db75a", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.0", + "spryker/glue-json-api-convention-extension": "^1.0.0", + "spryker/kernel": "^3.66.0", + "spryker/picking-list": "^0.3.0", + "spryker/shipments-backend-api": "^0.1.0", + "spryker/transfer": "^3.31.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/propel-orm": "*", + "spryker/sales": "*", + "spryker/shipment": "*", + "spryker/stock": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -41475,49 +42902,41 @@ "license": [ "proprietary" ], - "description": "PriceProductMerchantRelationshipStorageExtension module", + "description": "PickingListsShipmentsBackendResourceRelationship module", "support": { - "source": "https://github.com/spryker/price-product-merchant-relationship-storage-extension/tree/1.0.0" + "source": "https://github.com/spryker/picking-lists-shipments-backend-resource-relationship/tree/0.2.0" }, - "time": "2021-09-30T13:33:17+00:00" + "time": "2023-07-18T11:53:16+00:00" }, { - "name": "spryker/price-product-offer", - "version": "1.5.0", + "name": "spryker/picking-lists-users-backend-resource-relationship", + "version": "0.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/price-product-offer.git", - "reference": "ce08163c8e620584e0145ea8e86a339e7404fc4e" + "url": "https://github.com/spryker/picking-lists-users-backend-resource-relationship.git", + "reference": "5c061806dcef7556531ee4f11e65bdb29119f7e5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/price-product-offer/zipball/ce08163c8e620584e0145ea8e86a339e7404fc4e", - "reference": "ce08163c8e620584e0145ea8e86a339e7404fc4e", + "url": "https://api.github.com/repos/spryker/picking-lists-users-backend-resource-relationship/zipball/5c061806dcef7556531ee4f11e65bdb29119f7e5", + "reference": "5c061806dcef7556531ee4f11e65bdb29119f7e5", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/currency": "^3.0.0 || ^4.0.0", - "spryker/kernel": "^3.33.0", - "spryker/price-product": "^4.16.0", - "spryker/price-product-extension": "^1.3.0", - "spryker/price-product-offer-extension": "^1.0.0", - "spryker/product-offer": "^1.0.0", - "spryker/product-offer-extension": "^1.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/store": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.27.0", - "spryker/translator": "^1.1.0", - "spryker/wishlist-extension": "^1.2.0" + "spryker/glue-json-api-convention-extension": "^1.0.0", + "spryker/kernel": "^3.66.0", + "spryker/picking-list": "^0.3.0", + "spryker/transfer": "^3.31.0", + "spryker/users-backend-api": "^1.3.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/product": "*", "spryker/propel": "*", - "spryker/testify": "*" + "spryker/stock": "*", + "spryker/testify": "*", + "spryker/user": "*", + "spryker/warehouse-user": "*" }, "type": "library", "extra": { @@ -41527,48 +42946,45 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\PriceProductOffer\\Helper\\": "tests/SprykerTest/Shared/PriceProductOffer/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "PriceProductOffer module", + "description": "PickingListsUsersBackendResourceRelationship module", "support": { - "source": "https://github.com/spryker/price-product-offer/tree/1.5.0" + "source": "https://github.com/spryker/picking-lists-users-backend-resource-relationship/tree/0.3.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-07-18T11:53:16+00:00" }, { - "name": "spryker/price-product-offer-data-import", - "version": "0.7.2", + "name": "spryker/picking-lists-warehouses-backend-resource-relationship", + "version": "0.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/price-product-offer-data-import.git", - "reference": "87984d5f414a73a5a6158caa729a1eb67ec2b911" + "url": "https://github.com/spryker/picking-lists-warehouses-backend-resource-relationship.git", + "reference": "2236333e9b3eb4d7af4894e8ea7087b4bda000bd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/price-product-offer-data-import/zipball/87984d5f414a73a5a6158caa729a1eb67ec2b911", - "reference": "87984d5f414a73a5a6158caa729a1eb67ec2b911", + "url": "https://api.github.com/repos/spryker/picking-lists-warehouses-backend-resource-relationship/zipball/2236333e9b3eb4d7af4894e8ea7087b4bda000bd", + "reference": "2236333e9b3eb4d7af4894e8ea7087b4bda000bd", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/currency": "^3.0.0 || ^4.0.0", - "spryker/data-import": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/price-product": "^4.9.0", - "spryker/price-product-offer": "^1.0.0", - "spryker/product": "^6.0.0", - "spryker/product-offer": "^1.0.0", - "spryker/store": "^1.0.0" + "spryker/glue-json-api-convention-extension": "^1.0.0", + "spryker/kernel": "^3.66.0", + "spryker/picking-list": "^0.3.0", + "spryker/transfer": "^3.31.0", + "spryker/warehouses-backend-api": "^0.1.0" }, "require-dev": { "spryker/code-sniffer": "*", "spryker/propel": "*", + "spryker/stock": "*", "spryker/testify": "*" }, "type": "library", @@ -41584,38 +43000,57 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "PriceProductOfferDataImport module", + "description": "PickingListsWarehousesBackendResourceRelationship module", "support": { - "source": "https://github.com/spryker/price-product-offer-data-import/tree/0.7.2" + "source": "https://github.com/spryker/picking-lists-warehouses-backend-resource-relationship/tree/0.2.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-07-18T11:53:16+00:00" }, { - "name": "spryker/price-product-offer-extension", - "version": "1.0.0", + "name": "spryker/price", + "version": "5.7.0", "source": { "type": "git", - "url": "https://github.com/spryker/price-product-offer-extension.git", - "reference": "83fb8da2b6988650c6992788599ae33505b68e44" + "url": "https://github.com/spryker/price.git", + "reference": "bf9bbda8ea062279e70011889d215e1197a7393d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/price-product-offer-extension/zipball/83fb8da2b6988650c6992788599ae33505b68e44", - "reference": "83fb8da2b6988650c6992788599ae33505b68e44", + "url": "https://api.github.com/repos/spryker/price/zipball/bf9bbda8ea062279e70011889d215e1197a7393d", + "reference": "bf9bbda8ea062279e70011889d215e1197a7393d", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.0", + "spryker/kernel": "^3.30.0", + "spryker/price-extension": "^1.0.0", + "spryker/quote": "^1.2.0 || ^2.0.0", + "spryker/quote-extension": "^1.4.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/propel": "*", + "spryker/session": "*", + "spryker/silex": "*", + "spryker/storage": "*", + "spryker/store": "*", + "spryker/store-extension": "*", + "spryker/testify": "*", + "spryker/twig": "*" + }, + "suggest": { + "spryker/installer": "If you want to use Installer plugins.", + "spryker/silex": "If you want to use ServiceProvider.", + "spryker/twig": "If you want to use twig extension plugins" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "5.0.x-dev" } }, "autoload": { @@ -41627,47 +43062,53 @@ "license": [ "proprietary" ], - "description": "PriceProductOfferExtension module", + "description": "Price module", "support": { - "source": "https://github.com/spryker/price-product-offer-extension/tree/1.0.0" + "source": "https://github.com/spryker/price/tree/5.7.0" }, - "time": "2021-07-12T07:32:25+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/price-product-offer-gui", - "version": "1.2.0", + "name": "spryker/price-cart-connector", + "version": "6.10.0", "source": { "type": "git", - "url": "https://github.com/spryker/price-product-offer-gui.git", - "reference": "dbdb38a9fc4ef7d61605fc3ea3582fd378148556" + "url": "https://github.com/spryker/price-cart-connector.git", + "reference": "7dbe63842213706feb24ccfde71fe7d3148dafd6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/price-product-offer-gui/zipball/dbdb38a9fc4ef7d61605fc3ea3582fd378148556", - "reference": "dbdb38a9fc4ef7d61605fc3ea3582fd378148556", + "url": "https://api.github.com/repos/spryker/price-cart-connector/zipball/7dbe63842213706feb24ccfde71fe7d3148dafd6", + "reference": "7dbe63842213706feb24ccfde71fe7d3148dafd6", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/kernel": "^3.33.0", - "spryker/price": "^5.6.0", - "spryker/price-product": "^4.16.0", - "spryker/product-merchant-portal-gui-extension": "^1.1.0", - "spryker/product-offer-gui-extension": "^1.0.0", - "spryker/transfer": "^3.25.0", - "spryker/util-encoding": "^2.1.0" + "spryker/cart-extension": "^2.4.0 || ^4.0.0", + "spryker/currency": "^3.0.0 || ^4.0.0", + "spryker/kernel": "^3.30.0", + "spryker/messenger": "^3.0.0", + "spryker/price": "^5.0.0", + "spryker/price-cart-connector-extension": "^1.1.0", + "spryker/price-product": "^1.4.0 || ^2.3.0 || ^4.1.0", + "spryker/util-encoding": "^2.0.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { + "spryker/cart": "*", "spryker/code-sniffer": "*", "spryker/product": "*", - "spryker/product-offer": "*", "spryker/propel": "*", + "spryker/store": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/cart": "If you want to use Cart plugins." + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "6.0.x-dev" } }, "autoload": { @@ -41679,57 +43120,31 @@ "license": [ "proprietary" ], - "description": "PriceProductOfferGui module", + "description": "PriceCartConnector module", "support": { - "source": "https://github.com/spryker/price-product-offer-gui/tree/1.2.0" + "source": "https://github.com/spryker/price-cart-connector/tree/6.10.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/price-product-offer-storage", - "version": "1.3.1", + "name": "spryker/price-cart-connector-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/price-product-offer-storage.git", - "reference": "35ed3aadb3a6e55774538ee710d2849ea8e91e89" + "url": "https://github.com/spryker/price-cart-connector-extension.git", + "reference": "d65fe770992ee2e278552192cffead6eeba53f9d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/price-product-offer-storage/zipball/35ed3aadb3a6e55774538ee710d2849ea8e91e89", - "reference": "35ed3aadb3a6e55774538ee710d2849ea8e91e89", + "url": "https://api.github.com/repos/spryker/price-cart-connector-extension/zipball/d65fe770992ee2e278552192cffead6eeba53f9d", + "reference": "d65fe770992ee2e278552192cffead6eeba53f9d", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/currency": "^3.1.0 || ^4.0.0", - "spryker/event": "^2.0.0", - "spryker/event-behavior": "^1.14.0", - "spryker/kernel": "^3.30.0", - "spryker/merchant-product-offer-storage-extension": "^1.0.0", - "spryker/price-product": "^4.9.0", - "spryker/price-product-offer": "^1.2.0", - "spryker/price-product-offer-storage-extension": "^1.0.0", - "spryker/price-product-storage": "^4.5.1", - "spryker/price-product-storage-extension": "^1.2.0", - "spryker/product": "^6.0.0", - "spryker/product-offer": "^1.0.0", - "spryker/product-offer-storage-extension": "^1.0.0", - "spryker/propel-orm": "^1.5.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/storage": "^3.4.0", - "spryker/store": "^1.10.0", - "spryker/synchronization": "^1.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.0.0", - "spryker/transfer": "^3.27.0" + "php": ">=7.3" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/merchant": "*", - "spryker/propel": "*", - "spryker/queue": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -41746,31 +43161,35 @@ "license": [ "proprietary" ], - "description": "PriceProductOfferStorage module", + "description": "PriceCartConnectorExtension module", "support": { - "source": "https://github.com/spryker/price-product-offer-storage/tree/1.3.1" + "source": "https://github.com/spryker/price-cart-connector-extension/tree/1.1.0" }, - "time": "2023-04-06T09:10:04+00:00" + "time": "2020-11-12T13:34:40+00:00" }, { - "name": "spryker/price-product-offer-storage-extension", - "version": "1.0.1", + "name": "spryker/price-data-feed", + "version": "0.2.4", "source": { "type": "git", - "url": "https://github.com/spryker/price-product-offer-storage-extension.git", - "reference": "6bd2bd2f7656dad6cb47d4f87125411417aaa1f0" + "url": "https://github.com/spryker/price-data-feed.git", + "reference": "44893aa3032e10325f47b76bf8b59dbcbea03173" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/price-product-offer-storage-extension/zipball/6bd2bd2f7656dad6cb47d4f87125411417aaa1f0", - "reference": "6bd2bd2f7656dad6cb47d4f87125411417aaa1f0", + "url": "https://api.github.com/repos/spryker/price-data-feed/zipball/44893aa3032e10325f47b76bf8b59dbcbea03173", + "reference": "44893aa3032e10325f47b76bf8b59dbcbea03173", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=7.2", + "spryker/kernel": "^3.30.0", + "spryker/price-product": "^1.0.0 || ^2.0.0 || ^4.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/propel": "^3.0.0", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -41787,41 +43206,31 @@ "license": [ "proprietary" ], - "description": "PriceProductOfferStorageExtension module", + "description": "PriceDataFeed module", "support": { - "source": "https://github.com/spryker/price-product-offer-storage-extension/tree/1.0.1" + "source": "https://github.com/spryker/price-data-feed/tree/0.2.4" }, - "time": "2022-04-26T16:30:57+00:00" + "time": "2020-05-29T13:08:37+00:00" }, { - "name": "spryker/price-product-offer-volume", - "version": "1.0.2", + "name": "spryker/price-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/price-product-offer-volume.git", - "reference": "67ac684154dba66356b29cb8ab08fa38d74b1618" + "url": "https://github.com/spryker/price-extension.git", + "reference": "0a86d46536951a8618a4c51bdc7374efddbcf343" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/price-product-offer-volume/zipball/67ac684154dba66356b29cb8ab08fa38d74b1618", - "reference": "67ac684154dba66356b29cb8ab08fa38d74b1618", + "url": "https://api.github.com/repos/spryker/price-extension/zipball/0a86d46536951a8618a4c51bdc7374efddbcf343", + "reference": "0a86d46536951a8618a4c51bdc7374efddbcf343", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/kernel": "^3.30.0", - "spryker/price-product-extension": "^1.3.0", - "spryker/price-product-offer-extension": "^1.0.0", - "spryker/price-product-offer-storage-extension": "^1.0.0", - "spryker/price-product-volume": "^3.2.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0", - "spryker/util-encoding": "^2.0.0" + "php": ">=7.1" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/price-product": "*", - "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", @@ -41839,83 +43248,112 @@ "license": [ "proprietary" ], - "description": "PriceProductOfferVolume module", + "description": "PriceExtension module", "support": { - "source": "https://github.com/spryker/price-product-offer-volume/tree/1.0.2" + "source": "https://github.com/spryker/price-extension/tree/1.0.0" }, - "time": "2022-04-26T16:30:57+00:00" + "time": "2018-04-18T12:56:17+00:00" }, { - "name": "spryker/price-product-offer-volume-gui", - "version": "1.0.2", + "name": "spryker/price-product", + "version": "4.42.1", "source": { "type": "git", - "url": "https://github.com/spryker/price-product-offer-volume-gui.git", - "reference": "07e512a2878a8a10d215548b2506534fa4873d12" + "url": "https://github.com/spryker/price-product.git", + "reference": "0ed071fad704b9608d9e67c42a70a0b7355ad17e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/price-product-offer-volume-gui/zipball/07e512a2878a8a10d215548b2506534fa4873d12", - "reference": "07e512a2878a8a10d215548b2506534fa4873d12", + "url": "https://api.github.com/repos/spryker/price-product/zipball/0ed071fad704b9608d9e67c42a70a0b7355ad17e", + "reference": "0ed071fad704b9608d9e67c42a70a0b7355ad17e", "shasum": "" }, "require": { - "php": ">=7.4", + "php": ">=8.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/currency": "^3.10.0 || ^4.0.0", + "spryker/event": "^1.0.0 || ^2.0.0", "spryker/kernel": "^3.33.0", - "spryker/product-offer": "^1.0.0", + "spryker/log": "^3.7.0", + "spryker/price": "^5.0.0", + "spryker/price-product-extension": "^1.7.0", + "spryker/product": "^5.6.0 || ^6.3.0", + "spryker/product-extension": "^1.4.0", + "spryker/propel-orm": "^1.0.0", + "spryker/quote": "^2.1.0", + "spryker/store": "^1.12.0", "spryker/symfony": "^3.0.0", + "spryker/touch": "^3.0.0 || ^4.0.0", "spryker/transfer": "^3.25.0", - "spryker/util-encoding": "^2.1.0", - "spryker/util-text": "^1.3.0" + "spryker/util-encoding": "^2.0.0", + "spryker/wishlist-extension": "^1.2.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/customer": "*", + "spryker/installer": "*", + "spryker/price-product-storage": "*", + "spryker/propel": "*", + "spryker/session": "*", + "spryker/storage": "*", + "spryker/store-extension": "*", + "spryker/testify": "*", + "spryker/wishlist": "*" + }, + "suggest": { + "spryker/installer": "If you want to use default price product data installer" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\PriceProduct\\Helper\\": "tests/SprykerTest/Shared/PriceProduct/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "PriceProductOfferVolumeGui module", + "description": "PriceProduct module", "support": { - "source": "https://github.com/spryker/price-product-offer-volume-gui/tree/1.0.2" + "source": "https://github.com/spryker/price-product/tree/4.42.1" }, - "time": "2022-04-26T16:30:57+00:00" + "time": "2023-06-06T14:54:59+00:00" }, { - "name": "spryker/price-product-offer-volumes-rest-api", - "version": "1.0.1", + "name": "spryker/price-product-data-import", + "version": "0.1.14", "source": { "type": "git", - "url": "https://github.com/spryker/price-product-offer-volumes-rest-api.git", - "reference": "8e6f2bb6ba5bec3b7bf9ae4cd3671697efe409d0" + "url": "https://github.com/spryker/price-product-data-import.git", + "reference": "4f6da0a5579844d373b8b6c8f52ec35acb7d6fc8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/price-product-offer-volumes-rest-api/zipball/8e6f2bb6ba5bec3b7bf9ae4cd3671697efe409d0", - "reference": "8e6f2bb6ba5bec3b7bf9ae4cd3671697efe409d0", + "url": "https://api.github.com/repos/spryker/price-product-data-import/zipball/4f6da0a5579844d373b8b6c8f52ec35acb7d6fc8", + "reference": "4f6da0a5579844d373b8b6c8f52ec35acb7d6fc8", "shasum": "" }, "require": { - "php": ">=7.4", + "php": ">=8.0", + "spryker/currency": "^3.0.0 || ^4.0.0", + "spryker/data-import": "^1.2.0", "spryker/kernel": "^3.30.0", - "spryker/price-product-offer-volume": "^1.0.0", - "spryker/product-offer-prices-rest-api-extension": "^1.0.0", - "spryker/transfer": "^3.25.0", - "spryker/util-encoding": "^2.0.1" + "spryker/price-product": "^1.5.0 || ^2.0.0 || ^4.0.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/store": "^1.0.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/propel-orm": "*", "spryker/testify": "*" }, "type": "library", @@ -41926,103 +43364,102 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\PriceProductDataImport\\Helper\\": "tests/SprykerTest/Zed/PriceProductDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "PriceProductOfferVolumesRestApi module", + "description": "PriceProductDataImport module", "support": { - "source": "https://github.com/spryker/price-product-offer-volumes-rest-api/tree/1.0.1" + "source": "https://github.com/spryker/price-product-data-import/tree/0.1.14" }, - "time": "2022-04-26T16:30:57+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/price-product-schedule", - "version": "2.7.0", + "name": "spryker/price-product-extension", + "version": "1.7.0", "source": { "type": "git", - "url": "https://github.com/spryker/price-product-schedule.git", - "reference": "739eca77d410be4ca2b8d0d45717b5eb7a09df65" + "url": "https://github.com/spryker/price-product-extension.git", + "reference": "524be2682761e7b1af024ddc236668dc497a6242" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/price-product-schedule/zipball/739eca77d410be4ca2b8d0d45717b5eb7a09df65", - "reference": "739eca77d410be4ca2b8d0d45717b5eb7a09df65", + "url": "https://api.github.com/repos/spryker/price-product-extension/zipball/524be2682761e7b1af024ddc236668dc497a6242", + "reference": "524be2682761e7b1af024ddc236668dc497a6242", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/currency": "^3.8.0 || ^4.0.0", - "spryker/kernel": "^3.72.0", - "spryker/price-product": "^4.35.0", - "spryker/product": "^6.9.0", - "spryker/propel": "^3.8.0", - "spryker/propel-orm": "^1.8.0", - "spryker/store": "^1.19.0", - "spryker/symfony": "^3.2.2", - "spryker/transfer": "^3.25.0", - "spryker/user": "^3.7.0", - "spryker/util-csv": "^1.0.0" + "php": ">=7.4" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\PriceProductSchedule\\Helper\\": "tests/SprykerTest/Shared/PriceProductSchedule/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "PriceProductSchedule module", + "description": "PriceProductExtension module", "support": { - "source": "https://github.com/spryker/price-product-schedule/tree/2.7.0" + "source": "https://github.com/spryker/price-product-extension/tree/1.7.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2022-08-17T13:59:25+00:00" }, { - "name": "spryker/price-product-schedule-data-import", - "version": "0.1.5", + "name": "spryker/price-product-merchant-relationship", + "version": "1.10.1", "source": { "type": "git", - "url": "https://github.com/spryker/price-product-schedule-data-import.git", - "reference": "88edfbb93479613cbbc0f2eb5ab36e200505903f" + "url": "https://github.com/spryker/price-product-merchant-relationship.git", + "reference": "e71bbc7285096e678525bffce522fcfff78fcc65" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/price-product-schedule-data-import/zipball/88edfbb93479613cbbc0f2eb5ab36e200505903f", - "reference": "88edfbb93479613cbbc0f2eb5ab36e200505903f", + "url": "https://api.github.com/repos/spryker/price-product-merchant-relationship/zipball/e71bbc7285096e678525bffce522fcfff78fcc65", + "reference": "e71bbc7285096e678525bffce522fcfff78fcc65", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/currency": "^3.6.0 || ^4.0.0", - "spryker/data-import": "^1.4.3", + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/cart": "^5.1.0 || ^7.0.0", "spryker/kernel": "^3.30.0", - "spryker/price-product": "^2.9.2 || ^4.0.0", - "spryker/price-product-schedule": "^0.1.0 || ^1.0.0 || ^2.0.0", - "spryker/product": "^6.9.0", - "spryker/store": "^1.9.1" + "spryker/merchant-relationship": "^1.4.0", + "spryker/price-product": "^2.0.0 || ^4.0.0", + "spryker/price-product-extension": "^1.6.0", + "spryker/product": "^6.1.0", + "spryker/propel-orm": "^1.6.2", + "spryker/symfony": "^3.1.5", + "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/company": "*", + "spryker/company-business-unit": "*", + "spryker/container": "*", + "spryker/customer": "*", + "spryker/merchant": "*", "spryker/propel": "*", + "spryker/store": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/customer": "If you want to use prices per customer functionality" + }, "type": "library", "extra": { "branch-alias": { @@ -42036,120 +43473,99 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "PriceProductScheduleDataImport module", + "description": "PriceProductMerchantRelationship module", "support": { - "source": "https://github.com/spryker/price-product-schedule-data-import/tree/0.1.5" + "source": "https://github.com/spryker/price-product-merchant-relationship/tree/1.10.1" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/price-product-schedule-gui", - "version": "2.4.0", + "name": "spryker/price-product-merchant-relationship-data-import", + "version": "0.2.3", "source": { "type": "git", - "url": "https://github.com/spryker/price-product-schedule-gui.git", - "reference": "99ad65098c12dc09e9fe30f764efefa18f0fbdfd" + "url": "https://github.com/spryker/price-product-merchant-relationship-data-import.git", + "reference": "872868428ce69d2e6891c90cb227ee66248357cd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/price-product-schedule-gui/zipball/99ad65098c12dc09e9fe30f764efefa18f0fbdfd", - "reference": "99ad65098c12dc09e9fe30f764efefa18f0fbdfd", + "url": "https://api.github.com/repos/spryker/price-product-merchant-relationship-data-import/zipball/872868428ce69d2e6891c90cb227ee66248357cd", + "reference": "872868428ce69d2e6891c90cb227ee66248357cd", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/currency": "^3.11.0 || ^4.0.0", - "spryker/gui": "^3.45.0", - "spryker/kernel": "^3.33.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/money": "^2.7.0", - "spryker/price-product": "^2.12.0 || ^4.0.0", - "spryker/price-product-schedule": "^2.1.0", - "spryker/product": "^6.10.0", - "spryker/product-management-extension": "^1.3.0", - "spryker/propel-orm": "^1.8.0", - "spryker/store": "^1.10.0", - "spryker/symfony": "^3.2.0", - "spryker/translator": "^1.1.0", - "spryker/twig": "^3.16.0", - "spryker/util-csv": "^1.0.0", - "spryker/util-date-time": "^1.4.0", - "spryker/util-text": "^1.2.0" + "spryker/currency": "^3.0.0 || ^4.0.0", + "spryker/data-import": "^1.3.0", + "spryker/kernel": "^3.30.0", + "spryker/merchant-relationship": "^1.0.0", + "spryker/price-product": "^2.0.0 || ^4.0.0", + "spryker/price-product-merchant-relationship": "^1.0.0", + "spryker/product": "^6.0.0", + "spryker/store": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", + "spryker/company": "*", + "spryker/company-business-unit": "*", + "spryker/merchant": "*", "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\PriceProductMerchantRelationshipDataImport\\Helper\\": "tests/SprykerTest/Zed/PriceProductMerchantRelationshipDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "PriceProductScheduleGui module", + "description": "PriceProductMerchantRelationshipDataImport module", "support": { - "source": "https://github.com/spryker/price-product-schedule-gui/tree/2.4.0" + "source": "https://github.com/spryker/price-product-merchant-relationship-data-import/tree/0.2.3" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/price-product-storage", - "version": "4.9.0", + "name": "spryker/price-product-merchant-relationship-gui", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/price-product-storage.git", - "reference": "01a7ce6281b8b1e8cbe758fb1e0e2a27c057ec6f" + "url": "https://github.com/spryker/price-product-merchant-relationship-gui.git", + "reference": "2ae9efa2d8607348babacb6498b92ca0d9387933" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/price-product-storage/zipball/01a7ce6281b8b1e8cbe758fb1e0e2a27c057ec6f", - "reference": "01a7ce6281b8b1e8cbe758fb1e0e2a27c057ec6f", + "url": "https://api.github.com/repos/spryker/price-product-merchant-relationship-gui/zipball/2ae9efa2d8607348babacb6498b92ca0d9387933", + "reference": "2ae9efa2d8607348babacb6498b92ca0d9387933", "shasum": "" }, "require": { "php": ">=7.4", - "spryker/event-behavior": "^1.1.0", + "spryker/gui": "^3.26.0", "spryker/kernel": "^3.30.0", - "spryker/log": "^3.0.0", - "spryker/price-product": "^2.15.0 || ^4.24.0", - "spryker/price-product-storage-extension": "^1.3.0", - "spryker/product": "^5.5.0 || ^6.0.0", - "spryker/propel-orm": "^1.5.0", - "spryker/quick-order-extension": "^1.1.0", - "spryker/storage": "^3.4.0", - "spryker/store": "^1.7.0", - "spryker/synchronization": "^0.2.0 || ^1.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.0.0" + "spryker/merchant-relationship": "^1.10.0", + "spryker/product-management-extension": "^1.2.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/event": "*", - "spryker/product-storage": "*", - "spryker/propel": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/product-storage": "If you want to use ProductStorage plugins, minimum required version: 0.1.0" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -42161,28 +43577,40 @@ "license": [ "proprietary" ], - "description": "PriceProductStorage module", + "description": "PriceProductMerchantRelationshipGui module", "support": { - "source": "https://github.com/spryker/price-product-storage/tree/4.9.0" + "source": "https://github.com/spryker/price-product-merchant-relationship-gui/tree/1.1.0" }, - "time": "2022-04-18T08:41:46+00:00" + "time": "2022-01-28T07:52:09+00:00" }, { - "name": "spryker/price-product-storage-extension", + "name": "spryker/price-product-merchant-relationship-merchant-portal-gui", "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/price-product-storage-extension.git", - "reference": "3c16aee4120907cde0c32abdeca614781c7ed0fa" + "url": "https://github.com/spryker/price-product-merchant-relationship-merchant-portal-gui.git", + "reference": "e063f445d54794a029714ba96c8defdb345d2408" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/price-product-storage-extension/zipball/3c16aee4120907cde0c32abdeca614781c7ed0fa", - "reference": "3c16aee4120907cde0c32abdeca614781c7ed0fa", + "url": "https://api.github.com/repos/spryker/price-product-merchant-relationship-merchant-portal-gui/zipball/e063f445d54794a029714ba96c8defdb345d2408", + "reference": "e063f445d54794a029714ba96c8defdb345d2408", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=8.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/gui": "^3.41.0", + "spryker/gui-table": "^1.6.0 || ^2.0.0", + "spryker/kernel": "^3.30.0", + "spryker/merchant-relationship": "^1.10.0", + "spryker/merchant-user": "^1.0.0", + "spryker/price-product-extension": "^1.6.0", + "spryker/product-merchant-portal-gui-extension": "^1.1.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.25.0", + "spryker/translator": "^1.1.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -42202,50 +43630,57 @@ "license": [ "proprietary" ], - "description": "PriceProductStorageExtension module", + "description": "PriceProductMerchantRelationshipMerchantPortalGui module", "support": { - "source": "https://github.com/spryker/price-product-storage-extension/tree/1.3.0" + "source": "https://github.com/spryker/price-product-merchant-relationship-merchant-portal-gui/tree/1.3.0" }, - "time": "2021-10-29T06:02:31+00:00" + "time": "2023-03-10T14:11:16+00:00" }, { - "name": "spryker/price-product-volume", - "version": "3.4.0", + "name": "spryker/price-product-merchant-relationship-storage", + "version": "1.16.0", "source": { "type": "git", - "url": "https://github.com/spryker/price-product-volume.git", - "reference": "ab9dd571727f441f2eb2619c164dfe2896e0c9dc" + "url": "https://github.com/spryker/price-product-merchant-relationship-storage.git", + "reference": "27ab32401412d0ddde030802f15c1a1b55b4fd57" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/price-product-volume/zipball/ab9dd571727f441f2eb2619c164dfe2896e0c9dc", - "reference": "ab9dd571727f441f2eb2619c164dfe2896e0c9dc", + "url": "https://api.github.com/repos/spryker/price-product-merchant-relationship-storage/zipball/27ab32401412d0ddde030802f15c1a1b55b4fd57", + "reference": "27ab32401412d0ddde030802f15c1a1b55b4fd57", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/currency": "^3.0.0 || ^4.0.0", + "spryker/customer": "^7.10.0", + "spryker/event-behavior": "^1.1.0", + "spryker/kernel": "^3.37.0", + "spryker/merchant-relationship": "^1.10.0", "spryker/price-product": "^2.11.0 || ^4.0.0", - "spryker/price-product-extension": "^1.5.0", - "spryker/price-product-storage": "^2.17.0 || ^4.6.0", - "spryker/price-product-storage-extension": "^1.1.0", - "spryker/product-storage": "^1.1.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0", - "spryker/util-encoding": "^2.0.0" + "spryker/price-product-merchant-relationship": "^1.4.1", + "spryker/price-product-merchant-relationship-storage-extension": "^1.0.0", + "spryker/price-product-storage-extension": "^1.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/publisher-extension": "^1.0.0", + "spryker/storage": "^3.0.0", + "spryker/store": "^1.0.0", + "spryker/synchronization": "^0.2.0 || ^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.1.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/propel": "*", - "spryker/store": "*", - "spryker/testify": "*" + "spryker/event": "*" + }, + "suggest": { + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -42257,37 +43692,28 @@ "license": [ "proprietary" ], - "description": "PriceProductVolume module", + "description": "PriceProductMerchantRelationshipStorage module", "support": { - "source": "https://github.com/spryker/price-product-volume/tree/3.4.0" + "source": "https://github.com/spryker/price-product-merchant-relationship-storage/tree/1.16.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/price-product-volume-gui", - "version": "3.3.0", + "name": "spryker/price-product-merchant-relationship-storage-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/price-product-volume-gui.git", - "reference": "19f6199df53a89c53415a02a04da0d8969773b2d" + "url": "https://github.com/spryker/price-product-merchant-relationship-storage-extension.git", + "reference": "45202fa23f108743be13f15dd4866c50c4983864" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/price-product-volume-gui/zipball/19f6199df53a89c53415a02a04da0d8969773b2d", - "reference": "19f6199df53a89c53415a02a04da0d8969773b2d", + "url": "https://api.github.com/repos/spryker/price-product-merchant-relationship-storage-extension/zipball/45202fa23f108743be13f15dd4866c50c4983864", + "reference": "45202fa23f108743be13f15dd4866c50c4983864", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/currency": "^3.0.0 || ^4.0.0", - "spryker/gui": "^3.45.0", - "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/price-product": "^2.4.0 || ^4.0.0", - "spryker/store": "^1.9.0", - "spryker/symfony": "^3.0.0", - "spryker/util-encoding": "^2.0.0", - "spryker/util-text": "^1.1.1" + "php": ">=7.3" }, "require-dev": { "spryker/code-sniffer": "*" @@ -42295,7 +43721,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -42307,34 +43733,48 @@ "license": [ "proprietary" ], - "description": "PriceProductVolumeGui module", + "description": "PriceProductMerchantRelationshipStorageExtension module", "support": { - "source": "https://github.com/spryker/price-product-volume-gui/tree/3.3.0" + "source": "https://github.com/spryker/price-product-merchant-relationship-storage-extension/tree/1.0.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2021-09-30T13:33:17+00:00" }, { - "name": "spryker/price-product-volumes-rest-api", - "version": "1.1.0", + "name": "spryker/price-product-offer", + "version": "1.5.0", "source": { "type": "git", - "url": "https://github.com/spryker/price-product-volumes-rest-api.git", - "reference": "41a100a43699af20d04710531165f3c5276b4564" + "url": "https://github.com/spryker/price-product-offer.git", + "reference": "ce08163c8e620584e0145ea8e86a339e7404fc4e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/price-product-volumes-rest-api/zipball/41a100a43699af20d04710531165f3c5276b4564", - "reference": "41a100a43699af20d04710531165f3c5276b4564", - "shasum": "" + "url": "https://api.github.com/repos/spryker/price-product-offer/zipball/ce08163c8e620584e0145ea8e86a339e7404fc4e", + "reference": "ce08163c8e620584e0145ea8e86a339e7404fc4e", + "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/kernel": "^3.30.0", - "spryker/price-product-volume": "^3.1.0", - "spryker/product-prices-rest-api-extension": "^1.0.0" + "php": ">=8.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/currency": "^3.0.0 || ^4.0.0", + "spryker/kernel": "^3.33.0", + "spryker/price-product": "^4.16.0", + "spryker/price-product-extension": "^1.3.0", + "spryker/price-product-offer-extension": "^1.0.0", + "spryker/product-offer": "^1.0.0", + "spryker/product-offer-extension": "^1.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/store": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.27.0", + "spryker/translator": "^1.1.0", + "spryker/wishlist-extension": "^1.2.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/product": "*", + "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", @@ -42345,110 +43785,90 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\PriceProductOffer\\Helper\\": "tests/SprykerTest/Shared/PriceProductOffer/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "PriceProductVolumesRestApi module", + "description": "PriceProductOffer module", "support": { - "source": "https://github.com/spryker/price-product-volumes-rest-api/tree/1.1.0" + "source": "https://github.com/spryker/price-product-offer/tree/1.5.0" }, - "time": "2021-04-30T10:28:15+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product", - "version": "6.36.3", + "name": "spryker/price-product-offer-data-import", + "version": "0.7.2", "source": { "type": "git", - "url": "https://github.com/spryker/product.git", - "reference": "a1c280f867e5e3f8844eb2e01d8dea9723fc8c01" + "url": "https://github.com/spryker/price-product-offer-data-import.git", + "reference": "87984d5f414a73a5a6158caa729a1eb67ec2b911" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product/zipball/a1c280f867e5e3f8844eb2e01d8dea9723fc8c01", - "reference": "a1c280f867e5e3f8844eb2e01d8dea9723fc8c01", + "url": "https://api.github.com/repos/spryker/price-product-offer-data-import/zipball/87984d5f414a73a5a6158caa729a1eb67ec2b911", + "reference": "87984d5f414a73a5a6158caa729a1eb67ec2b911", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/event": "^1.0.0 || ^2.3.0", - "spryker/kernel": "^3.34.0", - "spryker/key-builder": "^1.0.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/log": "^3.0.0", - "spryker/message-broker": "^1.0.0", - "spryker/message-broker-extension": "^1.0.0", - "spryker/product-extension": "^1.5.0", - "spryker/propel-orm": "^1.0.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/storage": "^3.0.0", - "spryker/store": "^1.1.0", - "spryker/symfony": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/transfer": "^3.27.0", - "spryker/url": "^3.2.1", - "spryker/util-encoding": "^2.0.0", - "spryker/util-text": "^1.1.0" + "spryker/currency": "^3.0.0 || ^4.0.0", + "spryker/data-import": "^1.0.0", + "spryker/kernel": "^3.33.0", + "spryker/price-product": "^4.9.0", + "spryker/price-product-offer": "^1.0.0", + "spryker/product": "^6.0.0", + "spryker/product-offer": "^1.0.0", + "spryker/store": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/product-image": "*", "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "6.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\Product\\Helper\\": "tests/SprykerTest/Shared/Product/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "Product module", + "description": "PriceProductOfferDataImport module", "support": { - "source": "https://github.com/spryker/product/tree/6.36.3" + "source": "https://github.com/spryker/price-product-offer-data-import/tree/0.7.2" }, - "time": "2023-06-16T09:24:47+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-abstract-data-feed", - "version": "0.2.7", + "name": "spryker/price-product-offer-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-abstract-data-feed.git", - "reference": "d91f00b5e65bcf63ac614e32a80a5376ef2732ea" + "url": "https://github.com/spryker/price-product-offer-extension.git", + "reference": "83fb8da2b6988650c6992788599ae33505b68e44" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-abstract-data-feed/zipball/d91f00b5e65bcf63ac614e32a80a5376ef2732ea", - "reference": "d91f00b5e65bcf63ac614e32a80a5376ef2732ea", + "url": "https://api.github.com/repos/spryker/price-product-offer-extension/zipball/83fb8da2b6988650c6992788599ae33505b68e44", + "reference": "83fb8da2b6988650c6992788599ae33505b68e44", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/kernel": "^3.30.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/stock": "^4.0.0 || ^5.0.0 || ^7.0.0 || ^8.0.0" + "php": ">=7.3" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/propel": "^3.0.0", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -42465,41 +43885,41 @@ "license": [ "proprietary" ], - "description": "ProductAbstractDataFeed module", + "description": "PriceProductOfferExtension module", "support": { - "source": "https://github.com/spryker/product-abstract-data-feed/tree/0.2.7" + "source": "https://github.com/spryker/price-product-offer-extension/tree/1.0.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2021-07-12T07:32:25+00:00" }, { - "name": "spryker/product-alternative", - "version": "1.3.0", + "name": "spryker/price-product-offer-gui", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-alternative.git", - "reference": "f2b84738590cf579d6c2c67423afac0ac3e281dd" + "url": "https://github.com/spryker/price-product-offer-gui.git", + "reference": "dbdb38a9fc4ef7d61605fc3ea3582fd378148556" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-alternative/zipball/f2b84738590cf579d6c2c67423afac0ac3e281dd", - "reference": "f2b84738590cf579d6c2c67423afac0ac3e281dd", + "url": "https://api.github.com/repos/spryker/price-product-offer-gui/zipball/dbdb38a9fc4ef7d61605fc3ea3582fd378148556", + "reference": "dbdb38a9fc4ef7d61605fc3ea3582fd378148556", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/category": "^4.4.0 || ^5.0.0", - "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.1.0 || ^4.0.0", - "spryker/product": "^6.0.0", - "spryker/product-alternative-extension": "^1.0.0", - "spryker/propel-orm": "^1.1.0", - "spryker/transfer": "^3.27.0" + "spryker/kernel": "^3.33.0", + "spryker/price": "^5.6.0", + "spryker/price-product": "^4.16.0", + "spryker/product-merchant-portal-gui-extension": "^1.1.0", + "spryker/product-offer-gui-extension": "^1.0.0", + "spryker/transfer": "^3.25.0", + "spryker/util-encoding": "^2.1.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", + "spryker/product": "*", + "spryker/product-offer": "*", "spryker/propel": "*", - "spryker/store": "*", "spryker/testify": "*" }, "type": "library", @@ -42510,44 +43930,63 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\ProductAlternative\\Helper\\": "tests/SprykerTest/Shared/ProductAlternative/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductAlternative module", + "description": "PriceProductOfferGui module", "support": { - "source": "https://github.com/spryker/product-alternative/tree/1.3.0" + "source": "https://github.com/spryker/price-product-offer-gui/tree/1.2.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-alternative-data-import", - "version": "1.1.0", + "name": "spryker/price-product-offer-storage", + "version": "1.3.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-alternative-data-import.git", - "reference": "b956ea34af12224513048066f9a92dfdbb9737a6" + "url": "https://github.com/spryker/price-product-offer-storage.git", + "reference": "35ed3aadb3a6e55774538ee710d2849ea8e91e89" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-alternative-data-import/zipball/b956ea34af12224513048066f9a92dfdbb9737a6", - "reference": "b956ea34af12224513048066f9a92dfdbb9737a6", + "url": "https://api.github.com/repos/spryker/price-product-offer-storage/zipball/35ed3aadb3a6e55774538ee710d2849ea8e91e89", + "reference": "35ed3aadb3a6e55774538ee710d2849ea8e91e89", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/data-import": "^1.2.0", + "spryker/currency": "^3.1.0 || ^4.0.0", + "spryker/event": "^2.0.0", + "spryker/event-behavior": "^1.14.0", "spryker/kernel": "^3.30.0", + "spryker/merchant-product-offer-storage-extension": "^1.0.0", + "spryker/price-product": "^4.9.0", + "spryker/price-product-offer": "^1.2.0", + "spryker/price-product-offer-storage-extension": "^1.0.0", + "spryker/price-product-storage": "^4.5.1", + "spryker/price-product-storage-extension": "^1.2.0", "spryker/product": "^6.0.0", - "spryker/product-alternative": "^1.0.0" + "spryker/product-offer": "^1.0.0", + "spryker/product-offer-storage-extension": "^1.0.0", + "spryker/propel-orm": "^1.5.0", + "spryker/publisher-extension": "^1.0.0", + "spryker/storage": "^3.4.0", + "spryker/store": "^1.10.0", + "spryker/synchronization": "^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.0.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/merchant": "*", "spryker/propel": "*", + "spryker/queue": "*", "spryker/testify": "*" }, "type": "library", @@ -42558,40 +43997,38 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\ProductAlternativeDataImport\\Helper\\": "tests/SprykerTest/Zed/ProductAlternativeDataImport/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "ProductAlternativeDataImport module", + "description": "PriceProductOfferStorage module", "support": { - "source": "https://github.com/spryker/product-alternative-data-import/tree/1.1.0" + "source": "https://github.com/spryker/price-product-offer-storage/tree/1.3.1" }, - "time": "2023-01-16T13:42:24+00:00" + "time": "2023-04-06T09:10:04+00:00" }, { - "name": "spryker/product-alternative-extension", - "version": "1.0.0", + "name": "spryker/price-product-offer-storage-extension", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-alternative-extension.git", - "reference": "15b589fbff38a5bf5f258bdcfcc0ab008336e437" + "url": "https://github.com/spryker/price-product-offer-storage-extension.git", + "reference": "6bd2bd2f7656dad6cb47d4f87125411417aaa1f0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-alternative-extension/zipball/15b589fbff38a5bf5f258bdcfcc0ab008336e437", - "reference": "15b589fbff38a5bf5f258bdcfcc0ab008336e437", + "url": "https://api.github.com/repos/spryker/price-product-offer-storage-extension/zipball/6bd2bd2f7656dad6cb47d4f87125411417aaa1f0", + "reference": "6bd2bd2f7656dad6cb47d4f87125411417aaa1f0", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.4" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -42608,37 +44045,42 @@ "license": [ "proprietary" ], - "description": "ProductAlternativeExtension module", + "description": "PriceProductOfferStorageExtension module", "support": { - "source": "https://github.com/spryker/product-alternative-extension/tree/master" + "source": "https://github.com/spryker/price-product-offer-storage-extension/tree/1.0.1" }, - "time": "2018-07-24T08:04:43+00:00" + "time": "2022-04-26T16:30:57+00:00" }, { - "name": "spryker/product-alternative-gui", - "version": "1.2.4", + "name": "spryker/price-product-offer-volume", + "version": "1.0.2", "source": { "type": "git", - "url": "https://github.com/spryker/product-alternative-gui.git", - "reference": "d0da6239640f4054615480e77b91cee049bf8be4" + "url": "https://github.com/spryker/price-product-offer-volume.git", + "reference": "67ac684154dba66356b29cb8ab08fa38d74b1618" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-alternative-gui/zipball/d0da6239640f4054615480e77b91cee049bf8be4", - "reference": "d0da6239640f4054615480e77b91cee049bf8be4", + "url": "https://api.github.com/repos/spryker/price-product-offer-volume/zipball/67ac684154dba66356b29cb8ab08fa38d74b1618", + "reference": "67ac684154dba66356b29cb8ab08fa38d74b1618", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/gui": "^3.0.0", + "php": ">=7.4", "spryker/kernel": "^3.30.0", - "spryker/product": "^6.0.0", - "spryker/product-alternative": "^1.0.0", - "spryker/product-management-extension": "^1.1.0", - "spryker/symfony": "^3.0.0" + "spryker/price-product-extension": "^1.3.0", + "spryker/price-product-offer-extension": "^1.0.0", + "spryker/price-product-offer-storage-extension": "^1.0.0", + "spryker/price-product-volume": "^3.2.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.25.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/price-product": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -42655,43 +44097,37 @@ "license": [ "proprietary" ], - "description": "ProductAlternativeGui module", + "description": "PriceProductOfferVolume module", "support": { - "source": "https://github.com/spryker/product-alternative-gui/tree/1.2.4" + "source": "https://github.com/spryker/price-product-offer-volume/tree/1.0.2" }, - "time": "2020-08-13T07:15:31+00:00" + "time": "2022-04-26T16:30:57+00:00" }, { - "name": "spryker/product-alternative-product-label-connector", - "version": "1.2.0", + "name": "spryker/price-product-offer-volume-gui", + "version": "1.0.2", "source": { "type": "git", - "url": "https://github.com/spryker/product-alternative-product-label-connector.git", - "reference": "e56d47243dc568a778cc1bf45a6f00d2dda21162" + "url": "https://github.com/spryker/price-product-offer-volume-gui.git", + "reference": "07e512a2878a8a10d215548b2506534fa4873d12" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-alternative-product-label-connector/zipball/e56d47243dc568a778cc1bf45a6f00d2dda21162", - "reference": "e56d47243dc568a778cc1bf45a6f00d2dda21162", + "url": "https://api.github.com/repos/spryker/price-product-offer-volume-gui/zipball/07e512a2878a8a10d215548b2506534fa4873d12", + "reference": "07e512a2878a8a10d215548b2506534fa4873d12", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/product": "^6.2.0", - "spryker/product-alternative": "^1.0.0", - "spryker/product-alternative-extension": "^1.0.0", - "spryker/product-label": "^2.5.0 || ^3.0.0" + "php": ">=7.4", + "spryker/kernel": "^3.33.0", + "spryker/product-offer": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.25.0", + "spryker/util-encoding": "^2.1.0", + "spryker/util-text": "^1.3.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/installer": "*", - "spryker/propel": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/installer": "If you want to use Installer plugins." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -42701,63 +44137,45 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\ProductAlternativeProductLabelConnector\\Helper\\": "tests/SprykerTest/Zed/ProductAlternativeProductLabelConnector/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductAlternativeProductLabelConnector module", + "description": "PriceProductOfferVolumeGui module", "support": { - "source": "https://github.com/spryker/product-alternative-product-label-connector/tree/1.2.0" + "source": "https://github.com/spryker/price-product-offer-volume-gui/tree/1.0.2" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2022-04-26T16:30:57+00:00" }, { - "name": "spryker/product-alternative-storage", - "version": "1.11.1", + "name": "spryker/price-product-offer-volumes-rest-api", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-alternative-storage.git", - "reference": "af0809e24b65d6c7e5da7607f5d88391ae9d1e0e" + "url": "https://github.com/spryker/price-product-offer-volumes-rest-api.git", + "reference": "8e6f2bb6ba5bec3b7bf9ae4cd3671697efe409d0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-alternative-storage/zipball/af0809e24b65d6c7e5da7607f5d88391ae9d1e0e", - "reference": "af0809e24b65d6c7e5da7607f5d88391ae9d1e0e", + "url": "https://api.github.com/repos/spryker/price-product-offer-volumes-rest-api/zipball/8e6f2bb6ba5bec3b7bf9ae4cd3671697efe409d0", + "reference": "8e6f2bb6ba5bec3b7bf9ae4cd3671697efe409d0", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/event-behavior": "^1.0.0", + "php": ">=7.4", "spryker/kernel": "^3.30.0", - "spryker/product": "^6.0.0", - "spryker/product-alternative": "^1.2.0", - "spryker/product-alternative-storage-extension": "^1.0.0", - "spryker/product-storage": "^1.14.0", - "spryker/propel-orm": "^1.0.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/storage": "^3.4.0", - "spryker/synchronization": "^1.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.0.0", - "spryker/transfer": "^3.27.0" + "spryker/price-product-offer-volume": "^1.0.0", + "spryker/product-offer-prices-rest-api-extension": "^1.0.0", + "spryker/transfer": "^3.25.0", + "spryker/util-encoding": "^2.0.1" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/event": "*", - "spryker/propel": "*", - "spryker/publisher": "*", - "spryker/queue": "*", - "spryker/store": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" - }, "type": "library", "extra": { "branch-alias": { @@ -42773,79 +44191,90 @@ "license": [ "proprietary" ], - "description": "ProductAlternativeStorage module", + "description": "PriceProductOfferVolumesRestApi module", "support": { - "source": "https://github.com/spryker/product-alternative-storage/tree/1.11.1" + "source": "https://github.com/spryker/price-product-offer-volumes-rest-api/tree/1.0.1" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2022-04-26T16:30:57+00:00" }, { - "name": "spryker/product-alternative-storage-extension", - "version": "1.0.0", + "name": "spryker/price-product-schedule", + "version": "2.7.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-alternative-storage-extension.git", - "reference": "3f950c8120f7326a8ed8fc5004684f860f836682" + "url": "https://github.com/spryker/price-product-schedule.git", + "reference": "739eca77d410be4ca2b8d0d45717b5eb7a09df65" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-alternative-storage-extension/zipball/3f950c8120f7326a8ed8fc5004684f860f836682", - "reference": "3f950c8120f7326a8ed8fc5004684f860f836682", + "url": "https://api.github.com/repos/spryker/price-product-schedule/zipball/739eca77d410be4ca2b8d0d45717b5eb7a09df65", + "reference": "739eca77d410be4ca2b8d0d45717b5eb7a09df65", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.0", + "spryker/currency": "^3.8.0 || ^4.0.0", + "spryker/kernel": "^3.72.0", + "spryker/price-product": "^4.35.0", + "spryker/product": "^6.9.0", + "spryker/propel": "^3.8.0", + "spryker/propel-orm": "^1.8.0", + "spryker/store": "^1.19.0", + "spryker/symfony": "^3.2.2", + "spryker/transfer": "^3.25.0", + "spryker/user": "^3.7.0", + "spryker/util-csv": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/container": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\PriceProductSchedule\\Helper\\": "tests/SprykerTest/Shared/PriceProductSchedule/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductAlternativeStorageExtension module", + "description": "PriceProductSchedule module", "support": { - "source": "https://github.com/spryker/product-alternative-storage-extension/tree/master" + "source": "https://github.com/spryker/price-product-schedule/tree/2.7.0" }, - "time": "2018-07-24T08:04:43+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-api", - "version": "0.2.0", + "name": "spryker/price-product-schedule-data-import", + "version": "0.1.5", "source": { "type": "git", - "url": "https://github.com/spryker/product-api.git", - "reference": "fc33291d19b04e8d3cf20e21d21755cee8ba3dfb" + "url": "https://github.com/spryker/price-product-schedule-data-import.git", + "reference": "88edfbb93479613cbbc0f2eb5ab36e200505903f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-api/zipball/fc33291d19b04e8d3cf20e21d21755cee8ba3dfb", - "reference": "fc33291d19b04e8d3cf20e21d21755cee8ba3dfb", + "url": "https://api.github.com/repos/spryker/price-product-schedule-data-import/zipball/88edfbb93479613cbbc0f2eb5ab36e200505903f", + "reference": "88edfbb93479613cbbc0f2eb5ab36e200505903f", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/api": "^0.4.0", - "spryker/api-extension": "^0.1.0", - "spryker/api-query-builder": "^0.1.0", + "php": ">=8.0", + "spryker/currency": "^3.6.0 || ^4.0.0", + "spryker/data-import": "^1.4.3", "spryker/kernel": "^3.30.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/propel-orm": "^1.2.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0", - "spryker/util-date-time": "^1.0.0" + "spryker/price-product": "^2.9.2 || ^4.0.0", + "spryker/price-product-schedule": "^0.1.0 || ^1.0.0 || ^2.0.0", + "spryker/product": "^6.9.0", + "spryker/store": "^1.9.1" }, "require-dev": { "spryker/code-sniffer": "*", @@ -42865,50 +44294,58 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "ProductApi module", + "description": "PriceProductScheduleDataImport module", "support": { - "source": "https://github.com/spryker/product-api/tree/0.2.0" + "source": "https://github.com/spryker/price-product-schedule-data-import/tree/0.1.5" }, - "time": "2022-01-28T07:52:09+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-approval", - "version": "1.1.0", + "name": "spryker/price-product-schedule-gui", + "version": "2.4.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-approval.git", - "reference": "a53d1049bd24958023829ede6fbd937550c8fa60" + "url": "https://github.com/spryker/price-product-schedule-gui.git", + "reference": "99ad65098c12dc09e9fe30f764efefa18f0fbdfd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-approval/zipball/a53d1049bd24958023829ede6fbd937550c8fa60", - "reference": "a53d1049bd24958023829ede6fbd937550c8fa60", + "url": "https://api.github.com/repos/spryker/price-product-schedule-gui/zipball/99ad65098c12dc09e9fe30f764efefa18f0fbdfd", + "reference": "99ad65098c12dc09e9fe30f764efefa18f0fbdfd", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/cart-extension": "^4.0.0", - "spryker/checkout-extension": "^1.2.0", - "spryker/kernel": "^3.30.0", - "spryker/messenger": "^3.0.0", - "spryker/product": "^6.27.0", - "spryker/product-extension": "^1.4.0", - "spryker/product-page-search-extension": "^1.6.0", - "spryker/product-storage-extension": "^1.7.0", - "spryker/shopping-list-extension": "^1.1.0", - "spryker/transfer": "^3.25.0" + "spryker/currency": "^3.11.0 || ^4.0.0", + "spryker/gui": "^3.45.0", + "spryker/kernel": "^3.33.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/money": "^2.7.0", + "spryker/price-product": "^2.12.0 || ^4.0.0", + "spryker/price-product-schedule": "^2.1.0", + "spryker/product": "^6.10.0", + "spryker/product-management-extension": "^1.3.0", + "spryker/propel-orm": "^1.8.0", + "spryker/store": "^1.10.0", + "spryker/symfony": "^3.2.0", + "spryker/translator": "^1.1.0", + "spryker/twig": "^3.16.0", + "spryker/util-csv": "^1.0.0", + "spryker/util-date-time": "^1.4.0", + "spryker/util-text": "^1.2.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/container": "*", "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -42920,42 +44357,57 @@ "license": [ "proprietary" ], - "description": "ProductApproval module", + "description": "PriceProductScheduleGui module", "support": { - "source": "https://github.com/spryker/product-approval/tree/1.1.0" + "source": "https://github.com/spryker/price-product-schedule-gui/tree/2.4.0" }, - "time": "2023-02-20T10:18:53+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-approval-data-import", - "version": "0.1.1", + "name": "spryker/price-product-storage", + "version": "4.9.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-approval-data-import.git", - "reference": "4d40e33d8ce5b671e248ef4287a0118203a7d090" + "url": "https://github.com/spryker/price-product-storage.git", + "reference": "01a7ce6281b8b1e8cbe758fb1e0e2a27c057ec6f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-approval-data-import/zipball/4d40e33d8ce5b671e248ef4287a0118203a7d090", - "reference": "4d40e33d8ce5b671e248ef4287a0118203a7d090", + "url": "https://api.github.com/repos/spryker/price-product-storage/zipball/01a7ce6281b8b1e8cbe758fb1e0e2a27c057ec6f", + "reference": "01a7ce6281b8b1e8cbe758fb1e0e2a27c057ec6f", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/data-import": "^1.3.0", + "php": ">=7.4", + "spryker/event-behavior": "^1.1.0", "spryker/kernel": "^3.30.0", - "spryker/product": "^6.0.0", - "spryker/product-approval": "^1.0.0" + "spryker/log": "^3.0.0", + "spryker/price-product": "^2.15.0 || ^4.24.0", + "spryker/price-product-storage-extension": "^1.3.0", + "spryker/product": "^5.5.0 || ^6.0.0", + "spryker/propel-orm": "^1.5.0", + "spryker/quick-order-extension": "^1.1.0", + "spryker/storage": "^3.4.0", + "spryker/store": "^1.7.0", + "spryker/synchronization": "^0.2.0 || ^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/event": "*", + "spryker/product-storage": "*", "spryker/propel": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", + "spryker/product-storage": "If you want to use ProductStorage plugins, minimum required version: 0.1.0" + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { @@ -42965,39 +44417,30 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "ProductApprovalDataImport module", + "description": "PriceProductStorage module", "support": { - "source": "https://github.com/spryker/product-approval-data-import/tree/0.1.1" + "source": "https://github.com/spryker/price-product-storage/tree/4.9.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2022-04-18T08:41:46+00:00" }, { - "name": "spryker/product-approval-gui", - "version": "1.2.0", + "name": "spryker/price-product-storage-extension", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-approval-gui.git", - "reference": "51a0a54ef72d234143dac422f34a06de8be9bbe2" + "url": "https://github.com/spryker/price-product-storage-extension.git", + "reference": "3c16aee4120907cde0c32abdeca614781c7ed0fa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-approval-gui/zipball/51a0a54ef72d234143dac422f34a06de8be9bbe2", - "reference": "51a0a54ef72d234143dac422f34a06de8be9bbe2", + "url": "https://api.github.com/repos/spryker/price-product-storage-extension/zipball/3c16aee4120907cde0c32abdeca614781c7ed0fa", + "reference": "3c16aee4120907cde0c32abdeca614781c7ed0fa", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/gui": "^3.17.0", - "spryker/kernel": "^3.30.0", - "spryker/product": "^6.0.0", - "spryker/product-approval": "^1.0.0", - "spryker/product-management-extension": "^1.6.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0", - "spryker/twig": "^3.0.0", - "spryker/util-text": "^1.1.0" + "php": ">=7.4" }, "require-dev": { "spryker/code-sniffer": "*" @@ -43017,155 +44460,140 @@ "license": [ "proprietary" ], - "description": "ProductApprovalGui module", + "description": "PriceProductStorageExtension module", "support": { - "source": "https://github.com/spryker/product-approval-gui/tree/1.2.0" + "source": "https://github.com/spryker/price-product-storage-extension/tree/1.3.0" }, - "time": "2022-07-20T14:00:35+00:00" + "time": "2021-10-29T06:02:31+00:00" }, { - "name": "spryker/product-attribute", - "version": "1.13.0", + "name": "spryker/price-product-volume", + "version": "3.4.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-attribute.git", - "reference": "9e03d5a563f70478de276c24db8f900495c12774" + "url": "https://github.com/spryker/price-product-volume.git", + "reference": "ab9dd571727f441f2eb2619c164dfe2896e0c9dc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-attribute/zipball/9e03d5a563f70478de276c24db8f900495c12774", - "reference": "9e03d5a563f70478de276c24db8f900495c12774", + "url": "https://api.github.com/repos/spryker/price-product-volume/zipball/ab9dd571727f441f2eb2619c164dfe2896e0c9dc", + "reference": "ab9dd571727f441f2eb2619c164dfe2896e0c9dc", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/glossary": "^3.8.0", "spryker/kernel": "^3.30.0", "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/product": "^5.2.0 || ^6.0.0", - "spryker/propel-orm": "^1.2.0", - "spryker/transfer": "^3.27.0", - "spryker/util-encoding": "^2.0.0", - "spryker/util-sanitize-xss": "^1.0.0", - "spryker/zed-request": "^3.4.0" + "spryker/price-product": "^2.11.0 || ^4.0.0", + "spryker/price-product-extension": "^1.5.0", + "spryker/price-product-storage": "^2.17.0 || ^4.6.0", + "spryker/price-product-storage-extension": "^1.1.0", + "spryker/product-storage": "^1.1.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.25.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/container": "*", "spryker/propel": "*", + "spryker/store": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\ProductAttribute\\Helper\\": "tests/SprykerTest/Zed/ProductAttribute/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductAttribute module", + "description": "PriceProductVolume module", "support": { - "source": "https://github.com/spryker/product-attribute/tree/1.13.0" + "source": "https://github.com/spryker/price-product-volume/tree/3.4.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-attribute-gui", - "version": "1.5.0", + "name": "spryker/price-product-volume-gui", + "version": "3.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-attribute-gui.git", - "reference": "080717a9daa8f5e2a653d55db2dab17c1938e395" + "url": "https://github.com/spryker/price-product-volume-gui.git", + "reference": "19f6199df53a89c53415a02a04da0d8969773b2d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-attribute-gui/zipball/080717a9daa8f5e2a653d55db2dab17c1938e395", - "reference": "080717a9daa8f5e2a653d55db2dab17c1938e395", + "url": "https://api.github.com/repos/spryker/price-product-volume-gui/zipball/19f6199df53a89c53415a02a04da0d8969773b2d", + "reference": "19f6199df53a89c53415a02a04da0d8969773b2d", "shasum": "" }, "require": { "php": ">=8.0", + "spryker/currency": "^3.0.0 || ^4.0.0", "spryker/gui": "^3.45.0", "spryker/kernel": "^3.30.0", "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/product": "^5.2.0 || ^6.0.0", - "spryker/product-attribute": "^1.0.0", + "spryker/price-product": "^2.4.0 || ^4.0.0", + "spryker/store": "^1.9.0", "spryker/symfony": "^3.0.0", - "spryker/util-text": "^1.2.0" + "spryker/util-encoding": "^2.0.0", + "spryker/util-text": "^1.1.1" }, "require-dev": { - "spryker/application": "*", - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/event-dispatcher": "*", - "spryker/form": "*", - "spryker/propel": "*", - "spryker/router": "*", - "spryker/store": "*", - "spryker/testify": "*", - "spryker/twig": "*", - "spryker/validator": "*", - "spryker/zed-navigation": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\ProductAttributeGui\\PageObject\\": "tests/SprykerTest/Zed/ProductAttributeGui/_support/PageObject/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductAttributeGui module", + "description": "PriceProductVolumeGui module", "support": { - "source": "https://github.com/spryker/product-attribute-gui/tree/1.5.0" + "source": "https://github.com/spryker/price-product-volume-gui/tree/3.3.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-attributes-backend-api", + "name": "spryker/price-product-volumes-rest-api", "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-attributes-backend-api.git", - "reference": "fe7e2ced6e1c8d8181ac14b2b0497d1f7a7d9a8f" + "url": "https://github.com/spryker/price-product-volumes-rest-api.git", + "reference": "41a100a43699af20d04710531165f3c5276b4564" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-attributes-backend-api/zipball/fe7e2ced6e1c8d8181ac14b2b0497d1f7a7d9a8f", - "reference": "fe7e2ced6e1c8d8181ac14b2b0497d1f7a7d9a8f", + "url": "https://api.github.com/repos/spryker/price-product-volumes-rest-api/zipball/41a100a43699af20d04710531165f3c5276b4564", + "reference": "41a100a43699af20d04710531165f3c5276b4564", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/glue-json-api-convention-extension": "^1.0.0", - "spryker/kernel": "^3.66.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/product-attribute": "^1.11.0", - "spryker/symfony": "^3.5.0", - "spryker/transfer": "^3.27.0" + "php": ">=7.3", + "spryker/kernel": "^3.30.0", + "spryker/price-product-volume": "^3.1.0", + "spryker/product-prices-rest-api-extension": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/glue-application": "*" - }, - "suggest": { - "spryker/glue-application": "If you want to use glue application plugins" + "spryker/testify": "*" }, "type": "library", "extra": { @@ -43182,96 +44610,108 @@ "license": [ "proprietary" ], - "description": "ProductAttributesBackendApi module", + "description": "PriceProductVolumesRestApi module", "support": { - "source": "https://github.com/spryker/product-attributes-backend-api/tree/1.1.0" + "source": "https://github.com/spryker/price-product-volumes-rest-api/tree/1.1.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2021-04-30T10:28:15+00:00" }, { - "name": "spryker/product-attributes-rest-api", - "version": "1.0.0", + "name": "spryker/product", + "version": "6.36.3", "source": { "type": "git", - "url": "https://github.com/spryker/product-attributes-rest-api.git", - "reference": "9d2a42bcba5338423d3da4731b8f5f1c7df99871" + "url": "https://github.com/spryker/product.git", + "reference": "a1c280f867e5e3f8844eb2e01d8dea9723fc8c01" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-attributes-rest-api/zipball/9d2a42bcba5338423d3da4731b8f5f1c7df99871", - "reference": "9d2a42bcba5338423d3da4731b8f5f1c7df99871", + "url": "https://api.github.com/repos/spryker/product/zipball/a1c280f867e5e3f8844eb2e01d8dea9723fc8c01", + "reference": "a1c280f867e5e3f8844eb2e01d8dea9723fc8c01", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/glue-application": "^1.0.0", - "spryker/glue-application-extension": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/product-attribute": "^1.8.0", - "spryker/symfony": "^3.0.0" + "php": ">=8.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/event": "^1.0.0 || ^2.3.0", + "spryker/kernel": "^3.34.0", + "spryker/key-builder": "^1.0.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/log": "^3.0.0", + "spryker/message-broker": "^1.0.0", + "spryker/message-broker-extension": "^1.0.0", + "spryker/product-extension": "^1.5.0", + "spryker/propel-orm": "^1.0.0", + "spryker/publisher-extension": "^1.0.0", + "spryker/storage": "^3.0.0", + "spryker/store": "^1.1.0", + "spryker/symfony": "^3.0.0", + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/transfer": "^3.27.0", + "spryker/url": "^3.2.1", + "spryker/util-encoding": "^2.0.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/product-image": "*", + "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "6.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\Product\\Helper\\": "tests/SprykerTest/Shared/Product/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductAttributesRestApi module", + "description": "Product module", "support": { - "issues": "https://github.com/spryker/product-attributes-rest-api/issues", - "source": "https://github.com/spryker/product-attributes-rest-api/tree/1.0.0" + "source": "https://github.com/spryker/product/tree/6.36.3" }, - "time": "2020-10-05T14:05:22+00:00" + "time": "2023-06-16T09:24:47+00:00" }, { - "name": "spryker/product-availabilities-rest-api", - "version": "4.2.0", + "name": "spryker/product-abstract-data-feed", + "version": "0.2.7", "source": { "type": "git", - "url": "https://github.com/spryker/product-availabilities-rest-api.git", - "reference": "b749d42b22625cdfb903ea4707a6e6fb78be3a68" + "url": "https://github.com/spryker/product-abstract-data-feed.git", + "reference": "d91f00b5e65bcf63ac614e32a80a5376ef2732ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-availabilities-rest-api/zipball/b749d42b22625cdfb903ea4707a6e6fb78be3a68", - "reference": "b749d42b22625cdfb903ea4707a6e6fb78be3a68", + "url": "https://api.github.com/repos/spryker/product-abstract-data-feed/zipball/d91f00b5e65bcf63ac614e32a80a5376ef2732ea", + "reference": "d91f00b5e65bcf63ac614e32a80a5376ef2732ea", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/availability": "^9.9.0", - "spryker/availability-storage": "^2.2.0", - "spryker/glue-application": "^1.8.0", - "spryker/glue-application-extension": "^1.0.0", + "php": ">=8.0", "spryker/kernel": "^3.30.0", - "spryker/product-storage": "^1.2.0", - "spryker/products-rest-api": "^2.0.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.18.0", - "spryker/wishlists-rest-api-extension": "^1.0.0" + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/stock": "^4.0.0 || ^5.0.0 || ^7.0.0 || ^8.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/decimal-object": "*", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/propel": "^3.0.0", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -43283,36 +44723,41 @@ "license": [ "proprietary" ], - "description": "ProductAvailabilitiesRestApi module", + "description": "ProductAbstractDataFeed module", "support": { - "source": "https://github.com/spryker/product-availabilities-rest-api/tree/4.2.0" + "source": "https://github.com/spryker/product-abstract-data-feed/tree/0.2.7" }, - "time": "2021-04-14T08:07:12+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-barcode", - "version": "1.1.3", + "name": "spryker/product-alternative", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-barcode.git", - "reference": "f81a63e3dafe502934707d5c4899c30c9733e6fd" + "url": "https://github.com/spryker/product-alternative.git", + "reference": "f2b84738590cf579d6c2c67423afac0ac3e281dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-barcode/zipball/f81a63e3dafe502934707d5c4899c30c9733e6fd", - "reference": "f81a63e3dafe502934707d5c4899c30c9733e6fd", + "url": "https://api.github.com/repos/spryker/product-alternative/zipball/f2b84738590cf579d6c2c67423afac0ac3e281dd", + "reference": "f2b84738590cf579d6c2c67423afac0ac3e281dd", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/barcode": "^1.0.0", + "spryker/category": "^4.4.0 || ^5.0.0", "spryker/kernel": "^3.30.0", - "spryker/product": "^6.0.0" + "spryker/locale": "^3.1.0 || ^4.0.0", + "spryker/product": "^6.0.0", + "spryker/product-alternative-extension": "^1.0.0", + "spryker/propel-orm": "^1.1.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { - "spryker/barcode-extension": "*", "spryker/code-sniffer": "*", + "spryker/container": "*", "spryker/propel": "*", + "spryker/store": "*", "spryker/testify": "*" }, "type": "library", @@ -43324,44 +44769,44 @@ "autoload": { "psr-4": { "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\ProductBarcode\\Helper\\": "tests/SprykerTest/Zed/ProductBarcode/_support/Helper/" + "SprykerTest\\Shared\\ProductAlternative\\Helper\\": "tests/SprykerTest/Shared/ProductAlternative/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductBarcode module", + "description": "ProductAlternative module", "support": { - "source": "https://github.com/spryker/product-barcode/tree/1.1.3" + "source": "https://github.com/spryker/product-alternative/tree/1.3.0" }, - "time": "2022-11-11T07:06:41+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-barcode-gui", - "version": "1.3.0", + "name": "spryker/product-alternative-data-import", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-barcode-gui.git", - "reference": "2be7cfe73e9550edabc603b068ff4bb5511c937a" + "url": "https://github.com/spryker/product-alternative-data-import.git", + "reference": "b956ea34af12224513048066f9a92dfdbb9737a6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-barcode-gui/zipball/2be7cfe73e9550edabc603b068ff4bb5511c937a", - "reference": "2be7cfe73e9550edabc603b068ff4bb5511c937a", + "url": "https://api.github.com/repos/spryker/product-alternative-data-import/zipball/b956ea34af12224513048066f9a92dfdbb9737a6", + "reference": "b956ea34af12224513048066f9a92dfdbb9737a6", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/gui": "^3.45.0", + "spryker/data-import": "^1.2.0", "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", "spryker/product": "^6.0.0", - "spryker/product-barcode": "^1.0.0", - "spryker/symfony": "^3.1.0" + "spryker/product-alternative": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -43371,125 +44816,87 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\ProductAlternativeDataImport\\Helper\\": "tests/SprykerTest/Zed/ProductAlternativeDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "ProductBarcodeGui module", + "description": "ProductAlternativeDataImport module", "support": { - "source": "https://github.com/spryker/product-barcode-gui/tree/1.3.0" + "source": "https://github.com/spryker/product-alternative-data-import/tree/1.1.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-01-16T13:42:24+00:00" }, { - "name": "spryker/product-bundle", - "version": "7.15.0", + "name": "spryker/product-alternative-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-bundle.git", - "reference": "bbfb27b6444e89493bcb6bd58591ef88306e4368" + "url": "https://github.com/spryker/product-alternative-extension.git", + "reference": "15b589fbff38a5bf5f258bdcfcc0ab008336e437" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-bundle/zipball/bbfb27b6444e89493bcb6bd58591ef88306e4368", - "reference": "bbfb27b6444e89493bcb6bd58591ef88306e4368", + "url": "https://api.github.com/repos/spryker/product-alternative-extension/zipball/15b589fbff38a5bf5f258bdcfcc0ab008336e437", + "reference": "15b589fbff38a5bf5f258bdcfcc0ab008336e437", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/availability": "^9.8.0", - "spryker/calculation-extension": "^1.1.0", - "spryker/cart-extension": "^1.0.0 || ^2.0.0 || ^4.0.0", - "spryker/decimal-object": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/messenger": "^3.0.0", - "spryker/oms-extension": "^1.2.0", - "spryker/persistent-cart-extension": "^1.0.0", - "spryker/price": "^5.0.0", - "spryker/price-product": "^1.0.0 || ^2.0.0 || ^4.0.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/product-extension": "^1.3.0", - "spryker/product-image": "^3.3.0", - "spryker/propel-orm": "^1.16.0", - "spryker/sales": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^10.0.0 || ^11.0.0", - "spryker/sales-extension": "^1.6.0", - "spryker/sales-return-gui-extension": "^1.0.0", - "spryker/shopping-list-extension": "^1.0.0", - "spryker/stock": "^8.0.0", - "spryker/store": "^1.19.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0" + "php": ">=7.1" }, "require-dev": { - "spryker/calculation": "*", - "spryker/cart": "*", - "spryker/checkout": "*", "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/currency": "*", - "spryker/oms": "*", - "spryker/propel": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/calculation": "If you want to use Calculation plugins.", - "spryker/cart": "If you want to use Cart plugins.", - "spryker/checkout": "If you want to use Checkout plugins.", - "spryker/oms": "If you want to use Oms plugins.", - "spryker/sales-aggregator": "If you want to use SalesAggregator plugins." - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "7.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\ProductBundle\\Helper\\": "tests/SprykerTest/Shared/ProductBundle/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductBundle module", + "description": "ProductAlternativeExtension module", "support": { - "source": "https://github.com/spryker/product-bundle/tree/7.15.0" + "source": "https://github.com/spryker/product-alternative-extension/tree/master" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2018-07-24T08:04:43+00:00" }, { - "name": "spryker/product-bundle-carts-rest-api", - "version": "1.0.0", + "name": "spryker/product-alternative-gui", + "version": "1.2.4", "source": { "type": "git", - "url": "https://github.com/spryker/product-bundle-carts-rest-api.git", - "reference": "027a404b9f932b588cb27a28fdada623e53c1ec5" + "url": "https://github.com/spryker/product-alternative-gui.git", + "reference": "d0da6239640f4054615480e77b91cee049bf8be4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-bundle-carts-rest-api/zipball/027a404b9f932b588cb27a28fdada623e53c1ec5", - "reference": "027a404b9f932b588cb27a28fdada623e53c1ec5", + "url": "https://api.github.com/repos/spryker/product-alternative-gui/zipball/d0da6239640f4054615480e77b91cee049bf8be4", + "reference": "d0da6239640f4054615480e77b91cee049bf8be4", "shasum": "" }, "require": { "php": ">=7.2", - "spryker/carts-rest-api": "^5.13.0", - "spryker/carts-rest-api-extension": "^1.6.0", - "spryker/glue-application": "^1.8.0", - "spryker/glue-application-extension": "^1.0.0", + "spryker/gui": "^3.0.0", "spryker/kernel": "^3.30.0", - "spryker/product-bundle": "^7.0.0" + "spryker/product": "^6.0.0", + "spryker/product-alternative": "^1.0.0", + "spryker/product-management-extension": "^1.1.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -43506,46 +44913,44 @@ "license": [ "proprietary" ], - "description": "ProductBundleCartsRestApi module", + "description": "ProductAlternativeGui module", "support": { - "source": "https://github.com/spryker/product-bundle-carts-rest-api/tree/1.0.0" + "source": "https://github.com/spryker/product-alternative-gui/tree/1.2.4" }, - "time": "2020-09-22T10:39:54+00:00" + "time": "2020-08-13T07:15:31+00:00" }, { - "name": "spryker/product-bundle-discount-connector", - "version": "1.1.0", + "name": "spryker/product-alternative-product-label-connector", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-bundle-discount-connector.git", - "reference": "15c669238ebc0579780d328d0d8d6f8961bfe615" + "url": "https://github.com/spryker/product-alternative-product-label-connector.git", + "reference": "e56d47243dc568a778cc1bf45a6f00d2dda21162" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-bundle-discount-connector/zipball/15c669238ebc0579780d328d0d8d6f8961bfe615", - "reference": "15c669238ebc0579780d328d0d8d6f8961bfe615", + "url": "https://api.github.com/repos/spryker/product-alternative-product-label-connector/zipball/e56d47243dc568a778cc1bf45a6f00d2dda21162", + "reference": "e56d47243dc568a778cc1bf45a6f00d2dda21162", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/discount": "^9.0.0", "spryker/kernel": "^3.30.0", "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/product": "^6.0.0", - "spryker/product-bundle": "^7.0.0", - "spryker/product-discount-connector-extension": "^1.0.0", - "spryker/transfer": "^3.25.0" + "spryker/product": "^6.2.0", + "spryker/product-alternative": "^1.0.0", + "spryker/product-alternative-extension": "^1.0.0", + "spryker/product-label": "^2.5.0 || ^3.0.0" }, "require-dev": { - "spryker/availability": "*", "spryker/code-sniffer": "*", - "spryker/currency": "*", - "spryker/price-product": "*", + "spryker/installer": "*", "spryker/propel": "*", - "spryker/stock": "*", - "spryker/store": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/installer": "If you want to use Installer plugins." + }, "type": "library", "extra": { "branch-alias": { @@ -43554,45 +44959,63 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\ProductAlternativeProductLabelConnector\\Helper\\": "tests/SprykerTest/Zed/ProductAlternativeProductLabelConnector/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductBundleDiscountConnector module", + "description": "ProductAlternativeProductLabelConnector module", "support": { - "source": "https://github.com/spryker/product-bundle-discount-connector/tree/1.1.0" + "source": "https://github.com/spryker/product-alternative-product-label-connector/tree/1.2.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-bundle-product-list-connector", - "version": "1.0.4", + "name": "spryker/product-alternative-storage", + "version": "1.11.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-bundle-product-list-connector.git", - "reference": "7cb1c563bc30b2bf3a13953126bbe7a0874df575" + "url": "https://github.com/spryker/product-alternative-storage.git", + "reference": "af0809e24b65d6c7e5da7607f5d88391ae9d1e0e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-bundle-product-list-connector/zipball/7cb1c563bc30b2bf3a13953126bbe7a0874df575", - "reference": "7cb1c563bc30b2bf3a13953126bbe7a0874df575", + "url": "https://api.github.com/repos/spryker/product-alternative-storage/zipball/af0809e24b65d6c7e5da7607f5d88391ae9d1e0e", + "reference": "af0809e24b65d6c7e5da7607f5d88391ae9d1e0e", "shasum": "" }, "require": { - "php": ">=7.2", + "php": ">=8.0", + "spryker/event-behavior": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/product": "^6.4.0", - "spryker/product-bundle": "^4.11.0 || ^6.0.0 || ^7.0.0", - "spryker/product-list-extension": "^1.0.0" + "spryker/product": "^6.0.0", + "spryker/product-alternative": "^1.2.0", + "spryker/product-alternative-storage-extension": "^1.0.0", + "spryker/product-storage": "^1.14.0", + "spryker/propel-orm": "^1.0.0", + "spryker/publisher-extension": "^1.0.0", + "spryker/storage": "^3.4.0", + "spryker/synchronization": "^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.0.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/event": "*", "spryker/propel": "*", + "spryker/publisher": "*", + "spryker/queue": "*", + "spryker/store": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" + }, "type": "library", "extra": { "branch-alias": { @@ -43608,59 +45031,33 @@ "license": [ "proprietary" ], - "description": "ProductBundleProductListConnector module", + "description": "ProductAlternativeStorage module", "support": { - "source": "https://github.com/spryker/product-bundle-product-list-connector/tree/master" + "source": "https://github.com/spryker/product-alternative-storage/tree/1.11.1" }, - "time": "2020-05-29T13:08:37+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-bundle-storage", - "version": "1.1.1", + "name": "spryker/product-alternative-storage-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-bundle-storage.git", - "reference": "aec3ceb059dcf1504805d25a4284ef3064375313" + "url": "https://github.com/spryker/product-alternative-storage-extension.git", + "reference": "3f950c8120f7326a8ed8fc5004684f860f836682" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-bundle-storage/zipball/aec3ceb059dcf1504805d25a4284ef3064375313", - "reference": "aec3ceb059dcf1504805d25a4284ef3064375313", + "url": "https://api.github.com/repos/spryker/product-alternative-storage-extension/zipball/3f950c8120f7326a8ed8fc5004684f860f836682", + "reference": "3f950c8120f7326a8ed8fc5004684f860f836682", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/event-behavior": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/product-bundle": "^7.0.0", - "spryker/product-storage": "^1.20.0", - "spryker/product-storage-extension": "^1.0.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/storage": "^3.0.0", - "spryker/synchronization": "^1.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.0.0", - "spryker/transfer": "^3.25.0", - "spryker/util-encoding": "^2.0.0" + "php": ">=7.1" }, "require-dev": { - "spryker/availability": "*", "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/currency": "*", - "spryker/event": "*", - "spryker/price-product": "*", - "spryker/product": "*", - "spryker/propel": "*", - "spryker/publisher": "*", - "spryker/queue": "*", - "spryker/stock": "*", - "spryker/store": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/event": "To use event behavior." - }, "type": "library", "extra": { "branch-alias": { @@ -43676,40 +45073,42 @@ "license": [ "proprietary" ], - "description": "ProductBundleStorage module", + "description": "ProductAlternativeStorageExtension module", "support": { - "source": "https://github.com/spryker/product-bundle-storage/tree/1.1.1" + "source": "https://github.com/spryker/product-alternative-storage-extension/tree/master" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2018-07-24T08:04:43+00:00" }, { - "name": "spryker/product-bundles-rest-api", - "version": "1.0.1", + "name": "spryker/product-api", + "version": "0.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-bundles-rest-api.git", - "reference": "0f4e07dbb83df385f3c0a4b42d28e5d945eeffe8" + "url": "https://github.com/spryker/product-api.git", + "reference": "fc33291d19b04e8d3cf20e21d21755cee8ba3dfb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-bundles-rest-api/zipball/0f4e07dbb83df385f3c0a4b42d28e5d945eeffe8", - "reference": "0f4e07dbb83df385f3c0a4b42d28e5d945eeffe8", + "url": "https://api.github.com/repos/spryker/product-api/zipball/fc33291d19b04e8d3cf20e21d21755cee8ba3dfb", + "reference": "fc33291d19b04e8d3cf20e21d21755cee8ba3dfb", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/glue-application": "^1.8.0", - "spryker/glue-application-extension": "^1.0.0", + "php": ">=7.4", + "spryker/api": "^0.4.0", + "spryker/api-extension": "^0.1.0", + "spryker/api-query-builder": "^0.1.0", "spryker/kernel": "^3.30.0", - "spryker/orders-rest-api": "^4.5.0", - "spryker/orders-rest-api-extension": "^1.1.0", - "spryker/product-bundle-storage": "^1.0.0", - "spryker/product-storage": "^1.24.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/propel-orm": "^1.2.0", "spryker/symfony": "^3.0.0", - "spryker/synchronization-behavior": "^1.0.0" + "spryker/transfer": "^3.25.0", + "spryker/util-date-time": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -43726,52 +45125,48 @@ "license": [ "proprietary" ], - "description": "ProductBundlesRestApi module", + "description": "ProductApi module", "support": { - "source": "https://github.com/spryker/product-bundles-rest-api/tree/1.0.1" + "source": "https://github.com/spryker/product-api/tree/0.2.0" }, - "time": "2020-10-29T11:49:06+00:00" + "time": "2022-01-28T07:52:09+00:00" }, { - "name": "spryker/product-cart-connector", - "version": "4.10.1", + "name": "spryker/product-approval", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-cart-connector.git", - "reference": "6ba2d519051367ca481282f940bcd8210caab278" + "url": "https://github.com/spryker/product-approval.git", + "reference": "a53d1049bd24958023829ede6fbd937550c8fa60" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-cart-connector/zipball/6ba2d519051367ca481282f940bcd8210caab278", - "reference": "6ba2d519051367ca481282f940bcd8210caab278", + "url": "https://api.github.com/repos/spryker/product-approval/zipball/a53d1049bd24958023829ede6fbd937550c8fa60", + "reference": "a53d1049bd24958023829ede6fbd937550c8fa60", "shasum": "" }, "require": { "php": ">=8.0", + "spryker/cart-extension": "^4.0.0", "spryker/checkout-extension": "^1.2.0", "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", "spryker/messenger": "^3.0.0", - "spryker/product": "^6.20.0", - "spryker/store": "^1.0.0", + "spryker/product": "^6.27.0", + "spryker/product-extension": "^1.4.0", + "spryker/product-page-search-extension": "^1.6.0", + "spryker/product-storage-extension": "^1.7.0", + "spryker/shopping-list-extension": "^1.1.0", "spryker/transfer": "^3.25.0" }, "require-dev": { - "spryker/cart": "*", "spryker/code-sniffer": "*", - "spryker/container": "*", "spryker/propel": "*", - "spryker/tax": "*", - "spryker/testify": "*", - "spryker/url": "*" - }, - "suggest": { - "spryker/cart": "If you want to use Cart plugins. Must be >= 4.0.2!" + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -43783,104 +45178,87 @@ "license": [ "proprietary" ], - "description": "ProductCartConnector module", + "description": "ProductApproval module", "support": { - "source": "https://github.com/spryker/product-cart-connector/tree/4.10.1" + "source": "https://github.com/spryker/product-approval/tree/1.1.0" }, - "time": "2023-05-05T18:20:59+00:00" + "time": "2023-02-20T10:18:53+00:00" }, { - "name": "spryker/product-category", - "version": "4.21.0", + "name": "spryker/product-approval-data-import", + "version": "0.1.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-category.git", - "reference": "7f0e199369cb871c5693df4d66be36886f4cf28a" + "url": "https://github.com/spryker/product-approval-data-import.git", + "reference": "4d40e33d8ce5b671e248ef4287a0118203a7d090" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-category/zipball/7f0e199369cb871c5693df4d66be36886f4cf28a", - "reference": "7f0e199369cb871c5693df4d66be36886f4cf28a", + "url": "https://api.github.com/repos/spryker/product-approval-data-import/zipball/4d40e33d8ce5b671e248ef4287a0118203a7d090", + "reference": "4d40e33d8ce5b671e248ef4287a0118203a7d090", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/category": "^3.3.0 || ^4.24.0 || ^5.11.0", - "spryker/category-extension": "^1.1.0", - "spryker/category-gui-extension": "^1.0.0", - "spryker/event": "^1.0.0 || ^2.3.0", - "spryker/gui": "^3.45.0", + "spryker/data-import": "^1.3.0", "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/product-extension": "^1.3.0", - "spryker/propel-orm": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0", - "spryker/util-encoding": "^2.0.0" + "spryker/product": "^6.0.0", + "spryker/product-approval": "^1.0.0" }, "require-dev": { - "spryker/application": "*", "spryker/code-sniffer": "*", - "spryker/config": "*", - "spryker/container": "*", - "spryker/propel": "^3.0.0", - "spryker/store": "*", - "spryker/testify": "*", - "spryker/zed-navigation": "*" + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\ProductCategory\\Helper\\": "tests/SprykerTest/Zed/ProductCategory/_support/Helper/", - "SprykerTest\\Zed\\ProductCategory\\PageObject\\": "tests/SprykerTest/Zed/ProductCategory/_support/PageObject/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "ProductCategory module", + "description": "ProductApprovalDataImport module", "support": { - "source": "https://github.com/spryker/product-category/tree/4.21.0" + "source": "https://github.com/spryker/product-approval-data-import/tree/0.1.1" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-category-filter", - "version": "1.2.5", + "name": "spryker/product-approval-gui", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-category-filter.git", - "reference": "e5b70d9b62eed02d8a97792283842d9b52355408" + "url": "https://github.com/spryker/product-approval-gui.git", + "reference": "51a0a54ef72d234143dac422f34a06de8be9bbe2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-category-filter/zipball/e5b70d9b62eed02d8a97792283842d9b52355408", - "reference": "e5b70d9b62eed02d8a97792283842d9b52355408", + "url": "https://api.github.com/repos/spryker/product-approval-gui/zipball/51a0a54ef72d234143dac422f34a06de8be9bbe2", + "reference": "51a0a54ef72d234143dac422f34a06de8be9bbe2", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/category": "^4.0.0 || ^5.0.0", + "php": ">=7.4", + "spryker/gui": "^3.17.0", "spryker/kernel": "^3.30.0", - "spryker/key-builder": "^1.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/storage": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/util-encoding": "^2.0.0" + "spryker/product": "^6.0.0", + "spryker/product-approval": "^1.0.0", + "spryker/product-management-extension": "^1.6.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.25.0", + "spryker/twig": "^3.0.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -43890,46 +45268,50 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\ProductCategoryFilter\\Helper\\": "tests/SprykerTest/Zed/ProductCategoryFilter/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductCategoryFilter module", + "description": "ProductApprovalGui module", "support": { - "source": "https://github.com/spryker/product-category-filter/tree/1.2.5" + "source": "https://github.com/spryker/product-approval-gui/tree/1.2.0" }, - "time": "2021-01-29T11:44:40+00:00" + "time": "2022-07-20T14:00:35+00:00" }, { - "name": "spryker/product-category-filter-collector", - "version": "1.1.0", + "name": "spryker/product-attribute", + "version": "1.13.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-category-filter-collector.git", - "reference": "3f5c532a96797e62e91973e6bce68b76e69fb07d" + "url": "https://github.com/spryker/product-attribute.git", + "reference": "9e03d5a563f70478de276c24db8f900495c12774" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-category-filter-collector/zipball/3f5c532a96797e62e91973e6bce68b76e69fb07d", - "reference": "3f5c532a96797e62e91973e6bce68b76e69fb07d", + "url": "https://api.github.com/repos/spryker/product-attribute/zipball/9e03d5a563f70478de276c24db8f900495c12774", + "reference": "9e03d5a563f70478de276c24db8f900495c12774", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/collector": "^5.1.1 || ^6.0.0", + "php": ">=8.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/glossary": "^3.8.0", "spryker/kernel": "^3.30.0", - "spryker/product-category-filter": "^1.0.0", - "spryker/propel-orm": "^1.1.0", - "spryker/symfony": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/util-data-reader": "^1.0.0" + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/product": "^5.2.0 || ^6.0.0", + "spryker/propel-orm": "^1.2.0", + "spryker/transfer": "^3.27.0", + "spryker/util-encoding": "^2.0.0", + "spryker/util-sanitize-xss": "^1.0.0", + "spryker/zed-request": "^3.4.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -43939,96 +45321,109 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\ProductAttribute\\Helper\\": "tests/SprykerTest/Zed/ProductAttribute/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductCategoryFilterCollector module", + "description": "ProductAttribute module", "support": { - "source": "https://github.com/spryker/product-category-filter-collector/tree/1.1.0" + "source": "https://github.com/spryker/product-attribute/tree/1.13.0" }, - "time": "2021-10-12T14:37:44+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-category-filter-gui", - "version": "2.4.0", + "name": "spryker/product-attribute-gui", + "version": "1.5.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-category-filter-gui.git", - "reference": "7f2bffb38c9a2a93b520856791e1ff117f862a96" + "url": "https://github.com/spryker/product-attribute-gui.git", + "reference": "080717a9daa8f5e2a653d55db2dab17c1938e395" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-category-filter-gui/zipball/7f2bffb38c9a2a93b520856791e1ff117f862a96", - "reference": "7f2bffb38c9a2a93b520856791e1ff117f862a96", + "url": "https://api.github.com/repos/spryker/product-attribute-gui/zipball/080717a9daa8f5e2a653d55db2dab17c1938e395", + "reference": "080717a9daa8f5e2a653d55db2dab17c1938e395", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/catalog": "^5.0.0", - "spryker/category": "^5.0.0", "spryker/gui": "^3.45.0", "spryker/kernel": "^3.30.0", "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/product": "^6.0.0", - "spryker/product-category": "^4.0.0", - "spryker/product-category-filter": "^1.2.0", - "spryker/product-category-filter-gui-extension": "^1.0.0", - "spryker/product-search": "^5.17.0", - "spryker/search": "^8.0.0", + "spryker/product": "^5.2.0 || ^6.0.0", + "spryker/product-attribute": "^1.0.0", "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0", - "spryker/util-encoding": "^2.0.0" + "spryker/util-text": "^1.2.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/application": "*", + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/event-dispatcher": "*", + "spryker/form": "*", + "spryker/propel": "*", + "spryker/router": "*", + "spryker/store": "*", + "spryker/testify": "*", + "spryker/twig": "*", + "spryker/validator": "*", + "spryker/zed-navigation": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\ProductAttributeGui\\PageObject\\": "tests/SprykerTest/Zed/ProductAttributeGui/_support/PageObject/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductCategoryFilterGui module", + "description": "ProductAttributeGui module", "support": { - "source": "https://github.com/spryker/product-category-filter-gui/tree/2.4.0" + "source": "https://github.com/spryker/product-attribute-gui/tree/1.5.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-category-filter-gui-extension", - "version": "1.0.0", + "name": "spryker/product-attributes-backend-api", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-category-filter-gui-extension.git", - "reference": "a40b7eedeeaca2f22ee43d471be22cad491a3ec3" + "url": "https://github.com/spryker/product-attributes-backend-api.git", + "reference": "fe7e2ced6e1c8d8181ac14b2b0497d1f7a7d9a8f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-category-filter-gui-extension/zipball/a40b7eedeeaca2f22ee43d471be22cad491a3ec3", - "reference": "a40b7eedeeaca2f22ee43d471be22cad491a3ec3", + "url": "https://api.github.com/repos/spryker/product-attributes-backend-api/zipball/fe7e2ced6e1c8d8181ac14b2b0497d1f7a7d9a8f", + "reference": "fe7e2ced6e1c8d8181ac14b2b0497d1f7a7d9a8f", "shasum": "" }, "require": { - "php": ">=8.0" + "php": ">=8.0", + "spryker/glue-json-api-convention-extension": "^1.0.0", + "spryker/kernel": "^3.66.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/product-attribute": "^1.11.0", + "spryker/symfony": "^3.5.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/glue-application": "*" }, "suggest": { - "spryker/symfony": "ADD SUGGEST DESCRIPTION" + "spryker/glue-application": "If you want to use glue application plugins" }, "type": "library", "extra": { @@ -44045,48 +45440,38 @@ "license": [ "proprietary" ], - "description": "ProductCategoryFilterGuiExtension module", + "description": "ProductAttributesBackendApi module", "support": { - "source": "https://github.com/spryker/product-category-filter-gui-extension/tree/1.0.0" + "source": "https://github.com/spryker/product-attributes-backend-api/tree/1.1.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-category-filter-storage", - "version": "1.4.0", + "name": "spryker/product-attributes-rest-api", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-category-filter-storage.git", - "reference": "93fc21d13beba137e0cfe4af3832508f23332a83" + "url": "https://github.com/spryker/product-attributes-rest-api.git", + "reference": "9d2a42bcba5338423d3da4731b8f5f1c7df99871" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-category-filter-storage/zipball/93fc21d13beba137e0cfe4af3832508f23332a83", - "reference": "93fc21d13beba137e0cfe4af3832508f23332a83", + "url": "https://api.github.com/repos/spryker/product-attributes-rest-api/zipball/9d2a42bcba5338423d3da4731b8f5f1c7df99871", + "reference": "9d2a42bcba5338423d3da4731b8f5f1c7df99871", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/event-behavior": "^1.1.0", - "spryker/kernel": "^3.30.0", - "spryker/product-category-filter": "^1.1.0", - "spryker/storage": "^3.4.0", - "spryker/synchronization": "^0.2.0 || ^1.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.0.0", - "spryker/util-encoding": "^2.0.0" + "php": ">=7.2", + "spryker/glue-application": "^1.0.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.33.0", + "spryker/product-attribute": "^1.8.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/event": "*", - "spryker/propel": "*", - "spryker/propel-orm": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0" - }, "type": "library", "extra": { "branch-alias": { @@ -44102,52 +45487,49 @@ "license": [ "proprietary" ], - "description": "ProductCategoryFilterStorage module", + "description": "ProductAttributesRestApi module", "support": { - "source": "https://github.com/spryker/product-category-filter-storage/tree/1.4.0" + "issues": "https://github.com/spryker/product-attributes-rest-api/issues", + "source": "https://github.com/spryker/product-attributes-rest-api/tree/1.0.0" }, - "time": "2022-04-18T08:41:46+00:00" + "time": "2020-10-05T14:05:22+00:00" }, { - "name": "spryker/product-category-search", - "version": "1.1.1", + "name": "spryker/product-availabilities-rest-api", + "version": "4.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-category-search.git", - "reference": "a03fe9d841336199e38d0549da070102c3a4cc74" + "url": "https://github.com/spryker/product-availabilities-rest-api.git", + "reference": "b749d42b22625cdfb903ea4707a6e6fb78be3a68" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-category-search/zipball/a03fe9d841336199e38d0549da070102c3a4cc74", - "reference": "a03fe9d841336199e38d0549da070102c3a4cc74", + "url": "https://api.github.com/repos/spryker/product-availabilities-rest-api/zipball/b749d42b22625cdfb903ea4707a6e6fb78be3a68", + "reference": "b749d42b22625cdfb903ea4707a6e6fb78be3a68", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/category": "^5.0.0", - "spryker/kernel": "^3.49.0", - "spryker/product-category": "^4.11.0", - "spryker/product-page-search-extension": "^1.2.0", - "spryker/propel-orm": "^1.5.0", - "spryker/store": "^1.0.0", - "spryker/transfer": "^3.25.0" + "php": ">=7.3", + "spryker/availability": "^9.9.0", + "spryker/availability-storage": "^2.2.0", + "spryker/glue-application": "^1.8.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/product-storage": "^1.2.0", + "spryker/products-rest-api": "^2.0.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.18.0", + "spryker/wishlists-rest-api-extension": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/locale": "*", - "spryker/product": "*", - "spryker/product-page-search": "*", - "spryker/propel": "*", + "spryker/decimal-object": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/product-page-search": "If you want to use ProductPageSearch constants." - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { @@ -44159,95 +45541,82 @@ "license": [ "proprietary" ], - "description": "ProductCategorySearch module", + "description": "ProductAvailabilitiesRestApi module", "support": { - "source": "https://github.com/spryker/product-category-search/tree/1.1.1" + "source": "https://github.com/spryker/product-availabilities-rest-api/tree/4.2.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2021-04-14T08:07:12+00:00" }, { - "name": "spryker/product-category-storage", - "version": "2.6.0", + "name": "spryker/product-barcode", + "version": "1.1.3", "source": { "type": "git", - "url": "https://github.com/spryker/product-category-storage.git", - "reference": "223a7fe786a5d0f8dbf621609d3c553d323981ed" + "url": "https://github.com/spryker/product-barcode.git", + "reference": "f81a63e3dafe502934707d5c4899c30c9733e6fd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-category-storage/zipball/223a7fe786a5d0f8dbf621609d3c553d323981ed", - "reference": "223a7fe786a5d0f8dbf621609d3c553d323981ed", + "url": "https://api.github.com/repos/spryker/product-barcode/zipball/f81a63e3dafe502934707d5c4899c30c9733e6fd", + "reference": "f81a63e3dafe502934707d5c4899c30c9733e6fd", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/category": "^5.0.0", - "spryker/event-behavior": "^1.10.0", + "spryker/barcode": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/product": "^6.0.0", - "spryker/product-category": "^4.5.0", - "spryker/product-category-storage-extension": "^1.0.0", - "spryker/propel-orm": "^1.5.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/storage": "^3.4.0", - "spryker/store": "^1.4.0", - "spryker/synchronization": "^1.9.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.1.0", - "spryker/transfer": "^3.27.0", - "spryker/url": "^3.0.0" + "spryker/product": "^6.0.0" }, "require-dev": { + "spryker/barcode-extension": "*", "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/event": "*", "spryker/propel": "*", - "spryker/queue": "*", - "spryker/storage-redis": "^1.0.0", "spryker/testify": "*" }, - "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\ProductBarcode\\Helper\\": "tests/SprykerTest/Zed/ProductBarcode/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductCategoryStorage module", + "description": "ProductBarcode module", "support": { - "source": "https://github.com/spryker/product-category-storage/tree/2.6.0" + "source": "https://github.com/spryker/product-barcode/tree/1.1.3" }, - "time": "2023-04-20T13:53:42+00:00" + "time": "2022-11-11T07:06:41+00:00" }, { - "name": "spryker/product-category-storage-extension", - "version": "1.0.0", + "name": "spryker/product-barcode-gui", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-category-storage-extension.git", - "reference": "913773ac32cdb91dd8b4dd176bb3322fde171696" + "url": "https://github.com/spryker/product-barcode-gui.git", + "reference": "2be7cfe73e9550edabc603b068ff4bb5511c937a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-category-storage-extension/zipball/913773ac32cdb91dd8b4dd176bb3322fde171696", - "reference": "913773ac32cdb91dd8b4dd176bb3322fde171696", + "url": "https://api.github.com/repos/spryker/product-barcode-gui/zipball/2be7cfe73e9550edabc603b068ff4bb5511c937a", + "reference": "2be7cfe73e9550edabc603b068ff4bb5511c937a", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/transfer": "^3.27.0" + "spryker/gui": "^3.45.0", + "spryker/kernel": "^3.30.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/product": "^6.0.0", + "spryker/product-barcode": "^1.0.0", + "spryker/symfony": "^3.1.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -44267,120 +45636,117 @@ "license": [ "proprietary" ], - "description": "ProductCategoryStorageExtension module", + "description": "ProductBarcodeGui module", "support": { - "source": "https://github.com/spryker/product-category-storage-extension/tree/1.0.0" + "source": "https://github.com/spryker/product-barcode-gui/tree/1.3.0" }, - "time": "2023-04-20T13:53:42+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-configuration", - "version": "1.2.0", + "name": "spryker/product-bundle", + "version": "7.15.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-configuration.git", - "reference": "1991981b9216d75766a5f5f02a705641d108cafb" + "url": "https://github.com/spryker/product-bundle.git", + "reference": "bbfb27b6444e89493bcb6bd58591ef88306e4368" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-configuration/zipball/1991981b9216d75766a5f5f02a705641d108cafb", - "reference": "1991981b9216d75766a5f5f02a705641d108cafb", + "url": "https://api.github.com/repos/spryker/product-bundle/zipball/bbfb27b6444e89493bcb6bd58591ef88306e4368", + "reference": "bbfb27b6444e89493bcb6bd58591ef88306e4368", "shasum": "" }, "require": { "php": ">=8.0", - "psr/http-message": "^1.0.0", - "spryker/checksum-generator": "^1.0.0", - "spryker/currency": "^3.2.0 || ^4.0.0", - "spryker/customer": "^7.0.0", - "spryker/guzzle": "^2.2.0", + "spryker/availability": "^9.8.0", + "spryker/calculation-extension": "^1.1.0", + "spryker/cart-extension": "^1.0.0 || ^2.0.0 || ^4.0.0", + "spryker/decimal-object": "^1.0.0", "spryker/kernel": "^3.30.0", "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/log": "^3.7.0", - "spryker/price": "^5.6.0", - "spryker/price-product": "^4.0.0", - "spryker/price-product-extension": "^1.2.0", - "spryker/price-product-volume": "^3.0.0", - "spryker/product": "^6.0.0", - "spryker/product-configuration-extension": "^1.0.0", - "spryker/propel-orm": "^1.5.0", - "spryker/store": "^1.4.0", + "spryker/messenger": "^3.0.0", + "spryker/oms-extension": "^1.2.0", + "spryker/persistent-cart-extension": "^1.0.0", + "spryker/price": "^5.0.0", + "spryker/price-product": "^1.0.0 || ^2.0.0 || ^4.0.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/product-extension": "^1.3.0", + "spryker/product-image": "^3.3.0", + "spryker/propel-orm": "^1.16.0", + "spryker/sales": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^10.0.0 || ^11.0.0", + "spryker/sales-extension": "^1.6.0", + "spryker/sales-return-gui-extension": "^1.0.0", + "spryker/shopping-list-extension": "^1.0.0", + "spryker/stock": "^8.0.0", + "spryker/store": "^1.19.0", "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0", - "spryker/util-encoding": "^2.1.0", - "spryker/util-text": "^1.3.0", - "spryker/uuid-behavior": "^1.3.0" + "spryker/transfer": "^3.25.0" }, "require-dev": { + "spryker/calculation": "*", + "spryker/cart": "*", + "spryker/checkout": "*", "spryker/code-sniffer": "*", - "spryker/container": "^1.4.0", + "spryker/container": "*", + "spryker/currency": "*", + "spryker/oms": "*", "spryker/propel": "*", - "spryker/session": "*", - "spryker/storage": "*", - "spryker/store-extension": "*", - "spryker/store-storage": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/calculation": "If you want to use Calculation plugins.", + "spryker/cart": "If you want to use Cart plugins.", + "spryker/checkout": "If you want to use Checkout plugins.", + "spryker/oms": "If you want to use Oms plugins.", + "spryker/sales-aggregator": "If you want to use SalesAggregator plugins." + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "7.0.x-dev" } }, "autoload": { "psr-4": { "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\ProductConfiguration\\Helper\\": "tests/SprykerTest/Shared/ProductConfiguration/_support/Helper/" + "SprykerTest\\Shared\\ProductBundle\\Helper\\": "tests/SprykerTest/Shared/ProductBundle/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductConfiguration module", + "description": "ProductBundle module", "support": { - "source": "https://github.com/spryker/product-configuration/tree/1.2.0" + "source": "https://github.com/spryker/product-bundle/tree/7.15.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-configuration-cart", - "version": "1.0.1", + "name": "spryker/product-bundle-carts-rest-api", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-configuration-cart.git", - "reference": "6d7734696859da956b5cc4e66a7c0c4d24f22a81" + "url": "https://github.com/spryker/product-bundle-carts-rest-api.git", + "reference": "027a404b9f932b588cb27a28fdada623e53c1ec5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-configuration-cart/zipball/6d7734696859da956b5cc4e66a7c0c4d24f22a81", - "reference": "6d7734696859da956b5cc4e66a7c0c4d24f22a81", + "url": "https://api.github.com/repos/spryker/product-bundle-carts-rest-api/zipball/027a404b9f932b588cb27a28fdada623e53c1ec5", + "reference": "027a404b9f932b588cb27a28fdada623e53c1ec5", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/availability-cart-connector-extension": "^1.0.0", - "spryker/availability-extension": "^1.1.0", - "spryker/cart": "^7.8.0", - "spryker/cart-extension": "^4.2.0", - "spryker/checkout-extension": "^1.2.0", + "php": ">=7.2", + "spryker/carts-rest-api": "^5.13.0", + "spryker/carts-rest-api-extension": "^1.6.0", + "spryker/glue-application": "^1.8.0", + "spryker/glue-application-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/log": "^3.7.0", - "spryker/price-cart-connector-extension": "^1.1.0", - "spryker/product-configuration": "^1.0.0", - "spryker/product-configuration-storage": "^1.0.0", - "spryker/quote": "^2.0.0", - "spryker/quote-request-extension": "^1.1.0", - "spryker/transfer": "^3.25.0" + "spryker/product-bundle": "^7.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/config": "*", - "spryker/product": "*", - "spryker/propel": "*", - "spryker/quote-request": "*", - "spryker/session": "*", - "spryker/storage": "*", "spryker/testify": "*" }, "type": "library", @@ -44398,36 +45764,44 @@ "license": [ "proprietary" ], - "description": "ProductConfigurationCart module", + "description": "ProductBundleCartsRestApi module", "support": { - "source": "https://github.com/spryker/product-configuration-cart/tree/1.0.1" + "source": "https://github.com/spryker/product-bundle-carts-rest-api/tree/1.0.0" }, - "time": "2022-12-02T08:46:48+00:00" + "time": "2020-09-22T10:39:54+00:00" }, { - "name": "spryker/product-configuration-data-import", - "version": "0.2.0", + "name": "spryker/product-bundle-discount-connector", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-configuration-data-import.git", - "reference": "0a6a2b396d1cd0d697d98698ca5fb601ad461530" + "url": "https://github.com/spryker/product-bundle-discount-connector.git", + "reference": "15c669238ebc0579780d328d0d8d6f8961bfe615" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-configuration-data-import/zipball/0a6a2b396d1cd0d697d98698ca5fb601ad461530", - "reference": "0a6a2b396d1cd0d697d98698ca5fb601ad461530", + "url": "https://api.github.com/repos/spryker/product-bundle-discount-connector/zipball/15c669238ebc0579780d328d0d8d6f8961bfe615", + "reference": "15c669238ebc0579780d328d0d8d6f8961bfe615", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/data-import": "^1.5.0", + "spryker/discount": "^9.0.0", "spryker/kernel": "^3.30.0", + "spryker/locale": "^3.0.0 || ^4.0.0", "spryker/product": "^6.0.0", - "spryker/product-configuration": "^1.0.0" + "spryker/product-bundle": "^7.0.0", + "spryker/product-discount-connector-extension": "^1.0.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { + "spryker/availability": "*", "spryker/code-sniffer": "*", + "spryker/currency": "*", + "spryker/price-product": "*", "spryker/propel": "*", + "spryker/stock": "*", + "spryker/store": "*", "spryker/testify": "*" }, "type": "library", @@ -44443,33 +45817,39 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "ProductConfigurationDataImport module", + "description": "ProductBundleDiscountConnector module", "support": { - "source": "https://github.com/spryker/product-configuration-data-import/tree/0.2.0" + "source": "https://github.com/spryker/product-bundle-discount-connector/tree/1.1.0" }, - "time": "2022-11-23T07:38:27+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-configuration-extension", - "version": "1.0.0", + "name": "spryker/product-bundle-product-list-connector", + "version": "1.0.4", "source": { "type": "git", - "url": "https://github.com/spryker/product-configuration-extension.git", - "reference": "1912ef2f93690f39ce62aea8fa72bd7ce707b7eb" + "url": "https://github.com/spryker/product-bundle-product-list-connector.git", + "reference": "7cb1c563bc30b2bf3a13953126bbe7a0874df575" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-configuration-extension/zipball/1912ef2f93690f39ce62aea8fa72bd7ce707b7eb", - "reference": "1912ef2f93690f39ce62aea8fa72bd7ce707b7eb", + "url": "https://api.github.com/repos/spryker/product-bundle-product-list-connector/zipball/7cb1c563bc30b2bf3a13953126bbe7a0874df575", + "reference": "7cb1c563bc30b2bf3a13953126bbe7a0874df575", "shasum": "" }, "require": { - "php": ">=8.0" + "php": ">=7.2", + "spryker/kernel": "^3.30.0", + "spryker/product": "^6.4.0", + "spryker/product-bundle": "^4.11.0 || ^6.0.0 || ^7.0.0", + "spryker/product-list-extension": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -44486,35 +45866,58 @@ "license": [ "proprietary" ], - "description": "ProductConfigurationExtension module", + "description": "ProductBundleProductListConnector module", "support": { - "source": "https://github.com/spryker/product-configuration-extension/tree/1.0.0" + "source": "https://github.com/spryker/product-bundle-product-list-connector/tree/master" }, - "time": "2022-10-18T17:47:15+00:00" + "time": "2020-05-29T13:08:37+00:00" }, { - "name": "spryker/product-configuration-gui", - "version": "1.0.0", + "name": "spryker/product-bundle-storage", + "version": "1.1.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-configuration-gui.git", - "reference": "2e1530452cad5eee3f155ec2f7bb0154777a934a" + "url": "https://github.com/spryker/product-bundle-storage.git", + "reference": "aec3ceb059dcf1504805d25a4284ef3064375313" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-configuration-gui/zipball/2e1530452cad5eee3f155ec2f7bb0154777a934a", - "reference": "2e1530452cad5eee3f155ec2f7bb0154777a934a", + "url": "https://api.github.com/repos/spryker/product-bundle-storage/zipball/aec3ceb059dcf1504805d25a4284ef3064375313", + "reference": "aec3ceb059dcf1504805d25a4284ef3064375313", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/kernel": "^3.30.0", - "spryker/product": "^6.0.0", - "spryker/product-configuration": "^1.0.0", - "spryker/product-management-extension": "^1.6.0" + "spryker/event-behavior": "^1.0.0", + "spryker/kernel": "^3.33.0", + "spryker/product-bundle": "^7.0.0", + "spryker/product-storage": "^1.20.0", + "spryker/product-storage-extension": "^1.0.0", + "spryker/publisher-extension": "^1.0.0", + "spryker/storage": "^3.0.0", + "spryker/synchronization": "^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.0.0", + "spryker/transfer": "^3.25.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/availability": "*", + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/currency": "*", + "spryker/event": "*", + "spryker/price-product": "*", + "spryker/product": "*", + "spryker/propel": "*", + "spryker/publisher": "*", + "spryker/queue": "*", + "spryker/stock": "*", + "spryker/store": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/event": "To use event behavior." }, "type": "library", "extra": { @@ -44531,41 +45934,40 @@ "license": [ "proprietary" ], - "description": "ProductConfigurationGui module", + "description": "ProductBundleStorage module", "support": { - "source": "https://github.com/spryker/product-configuration-gui/tree/1.0.0" + "source": "https://github.com/spryker/product-bundle-storage/tree/1.1.1" }, - "time": "2022-11-23T07:38:27+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-configuration-persistent-cart", + "name": "spryker/product-bundles-rest-api", "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-configuration-persistent-cart.git", - "reference": "faea8b09f192c49b92b1cf157246b86835c3cfb5" + "url": "https://github.com/spryker/product-bundles-rest-api.git", + "reference": "0f4e07dbb83df385f3c0a4b42d28e5d945eeffe8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-configuration-persistent-cart/zipball/faea8b09f192c49b92b1cf157246b86835c3cfb5", - "reference": "faea8b09f192c49b92b1cf157246b86835c3cfb5", + "url": "https://api.github.com/repos/spryker/product-bundles-rest-api/zipball/0f4e07dbb83df385f3c0a4b42d28e5d945eeffe8", + "reference": "0f4e07dbb83df385f3c0a4b42d28e5d945eeffe8", "shasum": "" }, "require": { - "php": ">=8.0", + "php": ">=7.3", + "spryker/glue-application": "^1.8.0", + "spryker/glue-application-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/persistent-cart-extension": "^1.0.0", - "spryker/product-configuration-storage": "^1.0.0", - "spryker/transfer": "^3.25.0" + "spryker/orders-rest-api": "^4.5.0", + "spryker/orders-rest-api-extension": "^1.1.0", + "spryker/product-bundle-storage": "^1.0.0", + "spryker/product-storage": "^1.24.0", + "spryker/symfony": "^3.0.0", + "spryker/synchronization-behavior": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/config": "*", - "spryker/product": "*", - "spryker/propel": "*", - "spryker/session": "*", - "spryker/storage": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -44582,55 +45984,52 @@ "license": [ "proprietary" ], - "description": "ProductConfigurationPersistentCart module", + "description": "ProductBundlesRestApi module", "support": { - "source": "https://github.com/spryker/product-configuration-persistent-cart/tree/1.0.1" + "source": "https://github.com/spryker/product-bundles-rest-api/tree/1.0.1" }, - "time": "2022-12-02T08:46:48+00:00" + "time": "2020-10-29T11:49:06+00:00" }, { - "name": "spryker/product-configuration-shopping-list", - "version": "1.0.2", + "name": "spryker/product-cart-connector", + "version": "4.10.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-configuration-shopping-list.git", - "reference": "e3eaed6fdabc1eb8a1e78712a22799a8805e1c11" + "url": "https://github.com/spryker/product-cart-connector.git", + "reference": "6ba2d519051367ca481282f940bcd8210caab278" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-configuration-shopping-list/zipball/e3eaed6fdabc1eb8a1e78712a22799a8805e1c11", - "reference": "e3eaed6fdabc1eb8a1e78712a22799a8805e1c11", + "url": "https://api.github.com/repos/spryker/product-cart-connector/zipball/6ba2d519051367ca481282f940bcd8210caab278", + "reference": "6ba2d519051367ca481282f940bcd8210caab278", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/customer": "^7.0.0", + "spryker/checkout-extension": "^1.2.0", "spryker/kernel": "^3.30.0", - "spryker/log": "^3.7.0", - "spryker/product-configuration": "^1.0.0", - "spryker/product-configuration-storage": "^1.0.0", - "spryker/shopping-list": "^4.10.0", - "spryker/shopping-list-extension": "^1.5.0", - "spryker/transfer": "^3.25.0", - "spryker/util-encoding": "^2.0.0", - "spryker/uuid-behavior": "^1.0.0" + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/messenger": "^3.0.0", + "spryker/product": "^6.20.0", + "spryker/store": "^1.0.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { + "spryker/cart": "*", "spryker/code-sniffer": "*", - "spryker/company": "*", - "spryker/company-business-unit": "*", - "spryker/company-user": "*", "spryker/container": "*", - "spryker/product": "*", "spryker/propel": "*", - "spryker/quote": "*", - "spryker/store": "*", - "spryker/testify": "*" + "spryker/tax": "*", + "spryker/testify": "*", + "spryker/url": "*" + }, + "suggest": { + "spryker/cart": "If you want to use Cart plugins. Must be >= 4.0.2!" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { @@ -44642,79 +46041,104 @@ "license": [ "proprietary" ], - "description": "ProductConfigurationShoppingList module", + "description": "ProductCartConnector module", "support": { - "source": "https://github.com/spryker/product-configuration-shopping-list/tree/1.0.2" + "source": "https://github.com/spryker/product-cart-connector/tree/4.10.1" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-05-05T18:20:59+00:00" }, { - "name": "spryker/product-configuration-shopping-lists-rest-api", - "version": "1.0.2", + "name": "spryker/product-category", + "version": "4.21.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-configuration-shopping-lists-rest-api.git", - "reference": "27ec2f48eb313c14faf7cdafa8befc318cfab6b1" + "url": "https://github.com/spryker/product-category.git", + "reference": "7f0e199369cb871c5693df4d66be36886f4cf28a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-configuration-shopping-lists-rest-api/zipball/27ec2f48eb313c14faf7cdafa8befc318cfab6b1", - "reference": "27ec2f48eb313c14faf7cdafa8befc318cfab6b1", + "url": "https://api.github.com/repos/spryker/product-category/zipball/7f0e199369cb871c5693df4d66be36886f4cf28a", + "reference": "7f0e199369cb871c5693df4d66be36886f4cf28a", "shasum": "" }, "require": { "php": ">=8.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/category": "^3.3.0 || ^4.24.0 || ^5.11.0", + "spryker/category-extension": "^1.1.0", + "spryker/category-gui-extension": "^1.0.0", + "spryker/event": "^1.0.0 || ^2.3.0", + "spryker/gui": "^3.45.0", "spryker/kernel": "^3.30.0", - "spryker/product-configuration": "^1.0.0", - "spryker/product-configuration-shopping-lists-rest-api-extension": "^1.0.0", - "spryker/shopping-list": "^4.0.0", - "spryker/shopping-lists-rest-api-extension": "^1.0.0", - "spryker/transfer": "^3.25.0" + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/product-extension": "^1.3.0", + "spryker/propel-orm": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.25.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { + "spryker/application": "*", "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/config": "*", + "spryker/container": "*", + "spryker/propel": "^3.0.0", + "spryker/store": "*", + "spryker/testify": "*", + "spryker/zed-navigation": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\ProductCategory\\Helper\\": "tests/SprykerTest/Zed/ProductCategory/_support/Helper/", + "SprykerTest\\Zed\\ProductCategory\\PageObject\\": "tests/SprykerTest/Zed/ProductCategory/_support/PageObject/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductConfigurationShoppingListsRestApi module", + "description": "ProductCategory module", "support": { - "source": "https://github.com/spryker/product-configuration-shopping-lists-rest-api/tree/1.0.2" + "source": "https://github.com/spryker/product-category/tree/4.21.0" }, - "time": "2023-05-24T11:26:01+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-configuration-shopping-lists-rest-api-extension", - "version": "1.0.0", + "name": "spryker/product-category-filter", + "version": "1.2.5", "source": { "type": "git", - "url": "https://github.com/spryker/product-configuration-shopping-lists-rest-api-extension.git", - "reference": "ce826ee21abd22148f7b6d16ba1f9aaef773125e" + "url": "https://github.com/spryker/product-category-filter.git", + "reference": "e5b70d9b62eed02d8a97792283842d9b52355408" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-configuration-shopping-lists-rest-api-extension/zipball/ce826ee21abd22148f7b6d16ba1f9aaef773125e", - "reference": "ce826ee21abd22148f7b6d16ba1f9aaef773125e", + "url": "https://api.github.com/repos/spryker/product-category-filter/zipball/e5b70d9b62eed02d8a97792283842d9b52355408", + "reference": "e5b70d9b62eed02d8a97792283842d9b52355408", "shasum": "" }, "require": { - "php": ">=8.0" + "php": ">=7.3", + "spryker/category": "^4.0.0 || ^5.0.0", + "spryker/kernel": "^3.30.0", + "spryker/key-builder": "^1.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/storage": "^3.0.0", + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -44724,63 +46148,46 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\ProductCategoryFilter\\Helper\\": "tests/SprykerTest/Zed/ProductCategoryFilter/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductConfigurationShoppingListsRestApiExtension module", + "description": "ProductCategoryFilter module", "support": { - "source": "https://github.com/spryker/product-configuration-shopping-lists-rest-api-extension/tree/1.0.0" + "source": "https://github.com/spryker/product-category-filter/tree/1.2.5" }, - "time": "2022-10-18T17:47:15+00:00" + "time": "2021-01-29T11:44:40+00:00" }, { - "name": "spryker/product-configuration-storage", - "version": "1.1.1", + "name": "spryker/product-category-filter-collector", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-configuration-storage.git", - "reference": "65870d24514cc02fe875d7b2cf03104018eac0ec" + "url": "https://github.com/spryker/product-category-filter-collector.git", + "reference": "3f5c532a96797e62e91973e6bce68b76e69fb07d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-configuration-storage/zipball/65870d24514cc02fe875d7b2cf03104018eac0ec", - "reference": "65870d24514cc02fe875d7b2cf03104018eac0ec", + "url": "https://api.github.com/repos/spryker/product-category-filter-collector/zipball/3f5c532a96797e62e91973e6bce68b76e69fb07d", + "reference": "3f5c532a96797e62e91973e6bce68b76e69fb07d", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/availability-storage-extension": "^1.0.0", - "spryker/event-behavior": "^1.0.0", + "php": ">=7.4", + "spryker/collector": "^5.1.1 || ^6.0.0", "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/price-product-storage-extension": "^1.2.0", - "spryker/product-configuration": "^1.0.0", - "spryker/product-storage": "^1.1.0", - "spryker/product-storage-extension": "^1.4.0", - "spryker/propel-orm": "^1.5.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/session": "^4.0.0", - "spryker/storage": "^3.0.0", - "spryker/synchronization": "^1.9.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.1.0", - "spryker/transfer": "^3.25.0" + "spryker/product-category-filter": "^1.0.0", + "spryker/propel-orm": "^1.1.0", + "spryker/symfony": "^3.0.0", + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/util-data-reader": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/config": "*", - "spryker/container": "*", - "spryker/event": "*", - "spryker/product": "*", - "spryker/propel": "*", - "spryker/publisher": "*", - "spryker/queue": "*", - "spryker/store": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -44790,60 +46197,57 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\ProductConfigurationStorage\\Helper\\": "tests/SprykerTest/Zed/ProductConfigurationStorage/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductConfigurationStorage module", + "description": "ProductCategoryFilterCollector module", "support": { - "source": "https://github.com/spryker/product-configuration-storage/tree/1.1.1" + "source": "https://github.com/spryker/product-category-filter-collector/tree/1.1.0" }, - "time": "2023-05-05T18:20:59+00:00" + "time": "2021-10-12T14:37:44+00:00" }, { - "name": "spryker/product-configuration-wishlist", - "version": "1.0.2", + "name": "spryker/product-category-filter-gui", + "version": "2.4.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-configuration-wishlist.git", - "reference": "850ef339db42567595a079f33a76ac4701677d3d" + "url": "https://github.com/spryker/product-category-filter-gui.git", + "reference": "7f2bffb38c9a2a93b520856791e1ff117f862a96" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-configuration-wishlist/zipball/850ef339db42567595a079f33a76ac4701677d3d", - "reference": "850ef339db42567595a079f33a76ac4701677d3d", + "url": "https://api.github.com/repos/spryker/product-category-filter-gui/zipball/7f2bffb38c9a2a93b520856791e1ff117f862a96", + "reference": "7f2bffb38c9a2a93b520856791e1ff117f862a96", "shasum": "" }, "require": { "php": ">=8.0", + "spryker/catalog": "^5.0.0", + "spryker/category": "^5.0.0", + "spryker/gui": "^3.45.0", "spryker/kernel": "^3.30.0", - "spryker/log": "^3.7.0", - "spryker/price-product-storage-extension": "^1.3.0", - "spryker/product-configuration": "^1.0.0", - "spryker/product-configuration-storage": "^1.0.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/product": "^6.0.0", + "spryker/product-category": "^4.0.0", + "spryker/product-category-filter": "^1.2.0", + "spryker/product-category-filter-gui-extension": "^1.0.0", + "spryker/product-search": "^5.17.0", + "spryker/search": "^8.0.0", + "spryker/symfony": "^3.0.0", "spryker/transfer": "^3.25.0", - "spryker/util-encoding": "^2.0.0", - "spryker/wishlist": "^8.6.0", - "spryker/wishlist-extension": "^1.3.0" + "spryker/util-encoding": "^2.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/customer": "*", - "spryker/product": "*", - "spryker/propel": "*", - "spryker/quote": "*", - "spryker/store": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -44855,44 +46259,34 @@ "license": [ "proprietary" ], - "description": "ProductConfigurationWishlist module", + "description": "ProductCategoryFilterGui module", "support": { - "source": "https://github.com/spryker/product-configuration-wishlist/tree/1.0.2" + "source": "https://github.com/spryker/product-category-filter-gui/tree/2.4.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-configuration-wishlists-rest-api", - "version": "1.1.3", + "name": "spryker/product-category-filter-gui-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-configuration-wishlists-rest-api.git", - "reference": "bff3dc43ef050889feefeac1f2cf0c49c631eed2" + "url": "https://github.com/spryker/product-category-filter-gui-extension.git", + "reference": "a40b7eedeeaca2f22ee43d471be22cad491a3ec3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-configuration-wishlists-rest-api/zipball/bff3dc43ef050889feefeac1f2cf0c49c631eed2", - "reference": "bff3dc43ef050889feefeac1f2cf0c49c631eed2", + "url": "https://api.github.com/repos/spryker/product-category-filter-gui-extension/zipball/a40b7eedeeaca2f22ee43d471be22cad491a3ec3", + "reference": "a40b7eedeeaca2f22ee43d471be22cad491a3ec3", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/kernel": "^3.30.0", - "spryker/product-configuration": "^1.0.0", - "spryker/product-configuration-wishlists-rest-api-extension": "^1.0.0", - "spryker/transfer": "^3.25.0", - "spryker/wishlist": "^8.6.0", - "spryker/wishlists-rest-api-extension": "^1.1.0" + "php": ">=8.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/customer": "*", - "spryker/product": "*", - "spryker/product-configuration-wishlist": "*", - "spryker/propel": "*", - "spryker/store": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" + }, + "suggest": { + "spryker/symfony": "ADD SUGGEST DESCRIPTION" }, "type": "library", "extra": { @@ -44909,31 +46303,47 @@ "license": [ "proprietary" ], - "description": "ProductConfigurationWishlistsRestApi module", + "description": "ProductCategoryFilterGuiExtension module", "support": { - "source": "https://github.com/spryker/product-configuration-wishlists-rest-api/tree/1.1.3" + "source": "https://github.com/spryker/product-category-filter-gui-extension/tree/1.0.0" }, - "time": "2023-05-05T18:20:59+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-configuration-wishlists-rest-api-extension", - "version": "1.0.1", + "name": "spryker/product-category-filter-storage", + "version": "1.4.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-configuration-wishlists-rest-api-extension.git", - "reference": "c65fb47e384bcf10cc60b8084640e6cb528a9f02" + "url": "https://github.com/spryker/product-category-filter-storage.git", + "reference": "93fc21d13beba137e0cfe4af3832508f23332a83" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-configuration-wishlists-rest-api-extension/zipball/c65fb47e384bcf10cc60b8084640e6cb528a9f02", - "reference": "c65fb47e384bcf10cc60b8084640e6cb528a9f02", + "url": "https://api.github.com/repos/spryker/product-category-filter-storage/zipball/93fc21d13beba137e0cfe4af3832508f23332a83", + "reference": "93fc21d13beba137e0cfe4af3832508f23332a83", "shasum": "" }, "require": { - "php": ">=8.0" + "php": ">=7.4", + "spryker/event-behavior": "^1.1.0", + "spryker/kernel": "^3.30.0", + "spryker/product-category-filter": "^1.1.0", + "spryker/storage": "^3.4.0", + "spryker/synchronization": "^0.2.0 || ^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.0.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/event": "*", + "spryker/propel": "*", + "spryker/propel-orm": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", + "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0" }, "type": "library", "extra": { @@ -44950,40 +46360,48 @@ "license": [ "proprietary" ], - "description": "ProductConfigurationWishlistsRestApiExtension module", + "description": "ProductCategoryFilterStorage module", "support": { - "source": "https://github.com/spryker/product-configuration-wishlists-rest-api-extension/tree/1.0.1" + "source": "https://github.com/spryker/product-category-filter-storage/tree/1.4.0" }, - "time": "2023-05-24T11:26:01+00:00" + "time": "2022-04-18T08:41:46+00:00" }, { - "name": "spryker/product-configurations-price-product-volumes-rest-api", - "version": "1.0.0", + "name": "spryker/product-category-search", + "version": "1.1.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-configurations-price-product-volumes-rest-api.git", - "reference": "cd2a8d0297861daa907893fa03ce84c11d9b0f4b" + "url": "https://github.com/spryker/product-category-search.git", + "reference": "a03fe9d841336199e38d0549da070102c3a4cc74" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-configurations-price-product-volumes-rest-api/zipball/cd2a8d0297861daa907893fa03ce84c11d9b0f4b", - "reference": "cd2a8d0297861daa907893fa03ce84c11d9b0f4b", + "url": "https://api.github.com/repos/spryker/product-category-search/zipball/a03fe9d841336199e38d0549da070102c3a4cc74", + "reference": "a03fe9d841336199e38d0549da070102c3a4cc74", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/kernel": "^3.56.0", - "spryker/product-configuration": "^1.0.0", - "spryker/product-configuration-shopping-lists-rest-api-extension": "^1.0.0", - "spryker/product-configuration-wishlists-rest-api-extension": "^1.0.0", - "spryker/product-configurations-rest-api-extension": "^1.0.0", - "spryker/transfer": "^3.25.0", - "spryker/util-encoding": "^2.0.0" + "spryker/category": "^5.0.0", + "spryker/kernel": "^3.49.0", + "spryker/product-category": "^4.11.0", + "spryker/product-page-search-extension": "^1.2.0", + "spryker/propel-orm": "^1.5.0", + "spryker/store": "^1.0.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/locale": "*", + "spryker/product": "*", + "spryker/product-page-search": "*", + "spryker/propel": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/product-page-search": "If you want to use ProductPageSearch constants." + }, "type": "library", "extra": { "branch-alias": { @@ -44999,51 +46417,61 @@ "license": [ "proprietary" ], - "description": "ProductConfigurationsPriceProductVolumesRestApi module", + "description": "ProductCategorySearch module", "support": { - "source": "https://github.com/spryker/product-configurations-price-product-volumes-rest-api/tree/1.0.0" + "source": "https://github.com/spryker/product-category-search/tree/1.1.1" }, - "time": "2022-11-23T07:38:27+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-configurations-rest-api", - "version": "1.0.3", + "name": "spryker/product-category-storage", + "version": "2.6.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-configurations-rest-api.git", - "reference": "238c2cc872406b93c147ce6d5ccf81178b0dbaa2" + "url": "https://github.com/spryker/product-category-storage.git", + "reference": "223a7fe786a5d0f8dbf621609d3c553d323981ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-configurations-rest-api/zipball/238c2cc872406b93c147ce6d5ccf81178b0dbaa2", - "reference": "238c2cc872406b93c147ce6d5ccf81178b0dbaa2", + "url": "https://api.github.com/repos/spryker/product-category-storage/zipball/223a7fe786a5d0f8dbf621609d3c553d323981ed", + "reference": "223a7fe786a5d0f8dbf621609d3c553d323981ed", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/carts-rest-api-extension": "^1.5.0", - "spryker/glue-application": "^1.6.0", - "spryker/glue-application-extension": "^1.1.0", - "spryker/kernel": "^3.56.0", - "spryker/orders-rest-api-extension": "^1.0.0", - "spryker/product-configuration-storage": "^1.0.0", - "spryker/product-configurations-rest-api-extension": "^1.0.0", - "spryker/products-rest-api-extension": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0" + "spryker/category": "^5.0.0", + "spryker/event-behavior": "^1.10.0", + "spryker/kernel": "^3.30.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/product": "^6.0.0", + "spryker/product-category": "^4.5.0", + "spryker/product-category-storage-extension": "^1.0.0", + "spryker/propel-orm": "^1.5.0", + "spryker/publisher-extension": "^1.0.0", + "spryker/storage": "^3.4.0", + "spryker/store": "^1.4.0", + "spryker/synchronization": "^1.9.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.1.0", + "spryker/transfer": "^3.27.0", + "spryker/url": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/event": "*", + "spryker/propel": "*", + "spryker/queue": "*", + "spryker/storage-redis": "^1.0.0", "spryker/testify": "*" }, "suggest": { - "spryker/carts-rest-api": "If you want to use plugins with CartsRestApi module.", - "spryker/products-rest-api": "If you want to use plugins with ProductsRestApi module." + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -45055,28 +46483,29 @@ "license": [ "proprietary" ], - "description": "ProductConfigurationsRestApi module", + "description": "ProductCategoryStorage module", "support": { - "source": "https://github.com/spryker/product-configurations-rest-api/tree/1.0.3" + "source": "https://github.com/spryker/product-category-storage/tree/2.6.0" }, - "time": "2023-05-05T18:20:59+00:00" + "time": "2023-04-20T13:53:42+00:00" }, { - "name": "spryker/product-configurations-rest-api-extension", + "name": "spryker/product-category-storage-extension", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-configurations-rest-api-extension.git", - "reference": "355606c0008078438f4efcc6c98d80b09c08f496" + "url": "https://github.com/spryker/product-category-storage-extension.git", + "reference": "913773ac32cdb91dd8b4dd176bb3322fde171696" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-configurations-rest-api-extension/zipball/355606c0008078438f4efcc6c98d80b09c08f496", - "reference": "355606c0008078438f4efcc6c98d80b09c08f496", + "url": "https://api.github.com/repos/spryker/product-category-storage-extension/zipball/913773ac32cdb91dd8b4dd176bb3322fde171696", + "reference": "913773ac32cdb91dd8b4dd176bb3322fde171696", "shasum": "" }, "require": { - "php": ">=8.0" + "php": ">=8.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -45096,54 +46525,60 @@ "license": [ "proprietary" ], - "description": "ProductConfigurationsRestApiExtension module", + "description": "ProductCategoryStorageExtension module", "support": { - "source": "https://github.com/spryker/product-configurations-rest-api-extension/tree/1.0.0" + "source": "https://github.com/spryker/product-category-storage-extension/tree/1.0.0" }, - "time": "2022-10-18T17:47:15+00:00" + "time": "2023-04-20T13:53:42+00:00" }, { - "name": "spryker/product-customer-permission", - "version": "1.3.0", + "name": "spryker/product-configuration", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-customer-permission.git", - "reference": "7019fab959e30769e4d1ce72fe2d3698f2d27cc0" + "url": "https://github.com/spryker/product-configuration.git", + "reference": "1991981b9216d75766a5f5f02a705641d108cafb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-customer-permission/zipball/7019fab959e30769e4d1ce72fe2d3698f2d27cc0", - "reference": "7019fab959e30769e4d1ce72fe2d3698f2d27cc0", + "url": "https://api.github.com/repos/spryker/product-configuration/zipball/1991981b9216d75766a5f5f02a705641d108cafb", + "reference": "1991981b9216d75766a5f5f02a705641d108cafb", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/customer": "^6.0.0 || ^7.0.0", - "spryker/glossary": "^3.0.0", + "psr/http-message": "^1.0.0", + "spryker/checksum-generator": "^1.0.0", + "spryker/currency": "^3.2.0 || ^4.0.0", + "spryker/customer": "^7.0.0", + "spryker/guzzle": "^2.2.0", "spryker/kernel": "^3.30.0", - "spryker/key-builder": "^1.0.0", "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/storage": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0" + "spryker/log": "^3.7.0", + "spryker/price": "^5.6.0", + "spryker/price-product": "^4.0.0", + "spryker/price-product-extension": "^1.2.0", + "spryker/price-product-volume": "^3.0.0", + "spryker/product": "^6.0.0", + "spryker/product-configuration-extension": "^1.0.0", + "spryker/propel-orm": "^1.5.0", + "spryker/store": "^1.4.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.25.0", + "spryker/util-encoding": "^2.1.0", + "spryker/util-text": "^1.3.0", + "spryker/uuid-behavior": "^1.3.0" }, "require-dev": { - "spryker/cart": "*", - "spryker/checkout": "*", "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/elastica": "*", + "spryker/container": "^1.4.0", "spryker/propel": "*", - "spryker/search": "^6.0.0 || ^7.0.0 || ^8.0.0", - "spryker/store": "*", + "spryker/session": "*", + "spryker/storage": "*", + "spryker/store-extension": "*", + "spryker/store-storage": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/cart": "If you want to use Cart plugins.", - "spryker/checkout": "If you want to use Checkout plugins.", - "spryker/elastica": "If you want to use ElasticSearch query expander.", - "spryker/search": "If you want to use ElasticSearch query expander." - }, "type": "library", "extra": { "branch-alias": { @@ -45152,58 +46587,60 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\ProductConfiguration\\Helper\\": "tests/SprykerTest/Shared/ProductConfiguration/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductCustomerPermission module", + "description": "ProductConfiguration module", "support": { - "source": "https://github.com/spryker/product-customer-permission/tree/1.3.0" + "source": "https://github.com/spryker/product-configuration/tree/1.2.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-discontinued", - "version": "1.10.0", + "name": "spryker/product-configuration-cart", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-discontinued.git", - "reference": "d5409716eb938ae73767d1ccd21d6bf44a5d3b3f" + "url": "https://github.com/spryker/product-configuration-cart.git", + "reference": "6d7734696859da956b5cc4e66a7c0c4d24f22a81" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-discontinued/zipball/d5409716eb938ae73767d1ccd21d6bf44a5d3b3f", - "reference": "d5409716eb938ae73767d1ccd21d6bf44a5d3b3f", + "url": "https://api.github.com/repos/spryker/product-configuration-cart/zipball/6d7734696859da956b5cc4e66a7c0c4d24f22a81", + "reference": "6d7734696859da956b5cc4e66a7c0c4d24f22a81", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/kernel": "^3.49.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/log": "^2.0.0 || ^3.0.0", - "spryker/product": "^5.0.0 || ^6.22.0", - "spryker/product-alternative-extension": "^1.0.0", - "spryker/product-discontinued-extension": "^1.1.0", - "spryker/propel-orm": "^1.1.0", - "spryker/shopping-list-extension": "^1.1.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.27.0", - "spryker/wishlist-extension": "^1.3.0" + "spryker/availability-cart-connector-extension": "^1.0.0", + "spryker/availability-extension": "^1.1.0", + "spryker/cart": "^7.8.0", + "spryker/cart-extension": "^4.2.0", + "spryker/checkout-extension": "^1.2.0", + "spryker/kernel": "^3.30.0", + "spryker/log": "^3.7.0", + "spryker/price-cart-connector-extension": "^1.1.0", + "spryker/product-configuration": "^1.0.0", + "spryker/product-configuration-storage": "^1.0.0", + "spryker/quote": "^2.0.0", + "spryker/quote-request-extension": "^1.1.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { - "spryker/cart": "*", - "spryker/checkout": "*", "spryker/code-sniffer": "*", + "spryker/config": "*", + "spryker/product": "*", "spryker/propel": "*", + "spryker/quote-request": "*", + "spryker/session": "*", + "spryker/storage": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/cart": "If you want to use Cart plugins.", - "spryker/checkout": "If you want to use Checkout plugins." - }, "type": "library", "extra": { "branch-alias": { @@ -45219,38 +46656,36 @@ "license": [ "proprietary" ], - "description": "ProductDiscontinued module", + "description": "ProductConfigurationCart module", "support": { - "source": "https://github.com/spryker/product-discontinued/tree/1.10.0" + "source": "https://github.com/spryker/product-configuration-cart/tree/1.0.1" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2022-12-02T08:46:48+00:00" }, { - "name": "spryker/product-discontinued-data-import", - "version": "1.2.0", + "name": "spryker/product-configuration-data-import", + "version": "0.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-discontinued-data-import.git", - "reference": "e9328a66385c0cab40169b8438f1266a6feeac99" + "url": "https://github.com/spryker/product-configuration-data-import.git", + "reference": "0a6a2b396d1cd0d697d98698ca5fb601ad461530" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-discontinued-data-import/zipball/e9328a66385c0cab40169b8438f1266a6feeac99", - "reference": "e9328a66385c0cab40169b8438f1266a6feeac99", + "url": "https://api.github.com/repos/spryker/product-configuration-data-import/zipball/0a6a2b396d1cd0d697d98698ca5fb601ad461530", + "reference": "0a6a2b396d1cd0d697d98698ca5fb601ad461530", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/data-import": "^1.2.0", + "spryker/data-import": "^1.5.0", "spryker/kernel": "^3.30.0", "spryker/product": "^6.0.0", - "spryker/product-discontinued": "^1.0.0" + "spryker/product-configuration": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", "spryker/propel": "*", - "spryker/store": "*", "spryker/testify": "*" }, "type": "library", @@ -45261,36 +46696,35 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\ProductDiscontinuedDataImport\\Helper\\": "tests/SprykerTest/Zed/ProductDiscontinuedDataImport/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "description": "ProductDiscontinuedDataImport module", + "description": "ProductConfigurationDataImport module", "support": { - "source": "https://github.com/spryker/product-discontinued-data-import/tree/1.2.0" + "source": "https://github.com/spryker/product-configuration-data-import/tree/0.2.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2022-11-23T07:38:27+00:00" }, { - "name": "spryker/product-discontinued-extension", - "version": "1.2.0", + "name": "spryker/product-configuration-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-discontinued-extension.git", - "reference": "2de5f8fa4a06fa8ab026cea61c37f6c91a22edb5" + "url": "https://github.com/spryker/product-configuration-extension.git", + "reference": "1912ef2f93690f39ce62aea8fa72bd7ce707b7eb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-discontinued-extension/zipball/2de5f8fa4a06fa8ab026cea61c37f6c91a22edb5", - "reference": "2de5f8fa4a06fa8ab026cea61c37f6c91a22edb5", + "url": "https://api.github.com/repos/spryker/product-configuration-extension/zipball/1912ef2f93690f39ce62aea8fa72bd7ce707b7eb", + "reference": "1912ef2f93690f39ce62aea8fa72bd7ce707b7eb", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=8.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -45310,34 +46744,32 @@ "license": [ "proprietary" ], - "description": "ProductDiscontinuedExtension module", + "description": "ProductConfigurationExtension module", "support": { - "source": "https://github.com/spryker/product-discontinued-extension/tree/1.2.0" + "source": "https://github.com/spryker/product-configuration-extension/tree/1.0.0" }, - "time": "2020-09-29T09:52:05+00:00" + "time": "2022-10-18T17:47:15+00:00" }, { - "name": "spryker/product-discontinued-gui", - "version": "1.5.0", + "name": "spryker/product-configuration-gui", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-discontinued-gui.git", - "reference": "0965b17df90a1a66c49507ea151ac282b2ac8ea7" + "url": "https://github.com/spryker/product-configuration-gui.git", + "reference": "2e1530452cad5eee3f155ec2f7bb0154777a934a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-discontinued-gui/zipball/0965b17df90a1a66c49507ea151ac282b2ac8ea7", - "reference": "0965b17df90a1a66c49507ea151ac282b2ac8ea7", + "url": "https://api.github.com/repos/spryker/product-configuration-gui/zipball/2e1530452cad5eee3f155ec2f7bb0154777a934a", + "reference": "2e1530452cad5eee3f155ec2f7bb0154777a934a", "shasum": "" }, "require": { "php": ">=8.0", "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/product-discontinued": "^1.9.0", - "spryker/product-management-extension": "^1.1.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.27.0" + "spryker/product": "^6.0.0", + "spryker/product-configuration": "^1.0.0", + "spryker/product-management-extension": "^1.6.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -45357,43 +46789,42 @@ "license": [ "proprietary" ], - "description": "ProductDiscontinuedGui module", + "description": "ProductConfigurationGui module", "support": { - "source": "https://github.com/spryker/product-discontinued-gui/tree/1.5.0" + "source": "https://github.com/spryker/product-configuration-gui/tree/1.0.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2022-11-23T07:38:27+00:00" }, { - "name": "spryker/product-discontinued-product-bundle-connector", - "version": "1.2.2", + "name": "spryker/product-configuration-persistent-cart", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-discontinued-product-bundle-connector.git", - "reference": "6958815555799a2c08dd885c42aec8e880472fe1" + "url": "https://github.com/spryker/product-configuration-persistent-cart.git", + "reference": "faea8b09f192c49b92b1cf157246b86835c3cfb5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-discontinued-product-bundle-connector/zipball/6958815555799a2c08dd885c42aec8e880472fe1", - "reference": "6958815555799a2c08dd885c42aec8e880472fe1", + "url": "https://api.github.com/repos/spryker/product-configuration-persistent-cart/zipball/faea8b09f192c49b92b1cf157246b86835c3cfb5", + "reference": "faea8b09f192c49b92b1cf157246b86835c3cfb5", "shasum": "" }, "require": { - "php": ">=7.2", + "php": ">=8.0", "spryker/kernel": "^3.30.0", - "spryker/product-bundle": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^6.0.0 || ^7.0.0", - "spryker/product-discontinued": "^1.1.0", - "spryker/product-discontinued-extension": "^1.1.0", - "spryker/propel-orm": "^1.1.0" + "spryker/persistent-cart-extension": "^1.0.0", + "spryker/product-configuration-storage": "^1.0.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/config": "*", "spryker/product": "*", "spryker/propel": "*", + "spryker/session": "*", + "spryker/storage": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/product": "If you want to use Product plugins, minimum required version: 5.5.0 || 6.0.0" - }, "type": "library", "extra": { "branch-alias": { @@ -45409,45 +46840,51 @@ "license": [ "proprietary" ], - "description": "ProductDiscontinuedProductBundleConnector module", + "description": "ProductConfigurationPersistentCart module", "support": { - "source": "https://github.com/spryker/product-discontinued-product-bundle-connector/tree/master" + "source": "https://github.com/spryker/product-configuration-persistent-cart/tree/1.0.1" }, - "time": "2020-06-02T09:42:31+00:00" + "time": "2022-12-02T08:46:48+00:00" }, { - "name": "spryker/product-discontinued-product-label-connector", - "version": "1.4.0", + "name": "spryker/product-configuration-shopping-list", + "version": "1.0.2", "source": { "type": "git", - "url": "https://github.com/spryker/product-discontinued-product-label-connector.git", - "reference": "a6ede741531dcc388f32aca5f8544af4bf34f81b" + "url": "https://github.com/spryker/product-configuration-shopping-list.git", + "reference": "e3eaed6fdabc1eb8a1e78712a22799a8805e1c11" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-discontinued-product-label-connector/zipball/a6ede741531dcc388f32aca5f8544af4bf34f81b", - "reference": "a6ede741531dcc388f32aca5f8544af4bf34f81b", + "url": "https://api.github.com/repos/spryker/product-configuration-shopping-list/zipball/e3eaed6fdabc1eb8a1e78712a22799a8805e1c11", + "reference": "e3eaed6fdabc1eb8a1e78712a22799a8805e1c11", "shasum": "" }, "require": { "php": ">=8.0", + "spryker/customer": "^7.0.0", "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/product": "^6.11.0", - "spryker/product-discontinued": "^1.0.0", - "spryker/product-discontinued-extension": "^1.2.0", - "spryker/product-label": "^2.5.0 || ^3.0.0", - "spryker/propel-orm": "^1.0.0" + "spryker/log": "^3.7.0", + "spryker/product-configuration": "^1.0.0", + "spryker/product-configuration-storage": "^1.0.0", + "spryker/shopping-list": "^4.10.0", + "spryker/shopping-list-extension": "^1.5.0", + "spryker/transfer": "^3.25.0", + "spryker/util-encoding": "^2.0.0", + "spryker/uuid-behavior": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/installer": "*", + "spryker/company": "*", + "spryker/company-business-unit": "*", + "spryker/company-user": "*", + "spryker/container": "*", + "spryker/product": "*", "spryker/propel": "*", + "spryker/quote": "*", + "spryker/store": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/installer": "If you want to use Installer plugins." - }, "type": "library", "extra": { "branch-alias": { @@ -45456,47 +46893,45 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\ProductDiscontinuedProductLabelConnector\\Helper\\": "tests/SprykerTest/Zed/ProductDiscontinuedProductLabelConnector/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductDiscontinuedProductLabelConnector module", + "description": "ProductConfigurationShoppingList module", "support": { - "source": "https://github.com/spryker/product-discontinued-product-label-connector/tree/1.4.0" + "source": "https://github.com/spryker/product-configuration-shopping-list/tree/1.0.2" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-discontinued-rest-api", - "version": "1.0.1", + "name": "spryker/product-configuration-shopping-lists-rest-api", + "version": "1.0.2", "source": { "type": "git", - "url": "https://github.com/spryker/product-discontinued-rest-api.git", - "reference": "8ca881b353e0f9eccc60b0bee7859d230975995d" + "url": "https://github.com/spryker/product-configuration-shopping-lists-rest-api.git", + "reference": "27ec2f48eb313c14faf7cdafa8befc318cfab6b1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-discontinued-rest-api/zipball/8ca881b353e0f9eccc60b0bee7859d230975995d", - "reference": "8ca881b353e0f9eccc60b0bee7859d230975995d", + "url": "https://api.github.com/repos/spryker/product-configuration-shopping-lists-rest-api/zipball/27ec2f48eb313c14faf7cdafa8befc318cfab6b1", + "reference": "27ec2f48eb313c14faf7cdafa8befc318cfab6b1", "shasum": "" }, "require": { - "php": ">=7.2", + "php": ">=8.0", "spryker/kernel": "^3.30.0", - "spryker/product-discontinued-storage": "^1.0.0", - "spryker/products-rest-api-extension": "^1.0.0" + "spryker/product-configuration": "^1.0.0", + "spryker/product-configuration-shopping-lists-rest-api-extension": "^1.0.0", + "spryker/shopping-list": "^4.0.0", + "spryker/shopping-lists-rest-api-extension": "^1.0.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/glue-application": "*" - }, - "suggest": { - "spryker/glue-application": "If you want to use RestRequestInterface.", - "spryker/products-rest-api": "If you want to use plugins with ProductsRestApi module." + "spryker/testify": "*" }, "type": "library", "extra": { @@ -45513,56 +46948,31 @@ "license": [ "proprietary" ], - "description": "ProductDiscontinuedRestApi module", + "description": "ProductConfigurationShoppingListsRestApi module", "support": { - "source": "https://github.com/spryker/product-discontinued-rest-api/tree/master" + "source": "https://github.com/spryker/product-configuration-shopping-lists-rest-api/tree/1.0.2" }, - "time": "2020-05-29T13:08:37+00:00" + "time": "2023-05-24T11:26:01+00:00" }, { - "name": "spryker/product-discontinued-storage", - "version": "1.16.0", + "name": "spryker/product-configuration-shopping-lists-rest-api-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-discontinued-storage.git", - "reference": "86a24494da66ce688fe9c3815d01995b487e4aa4" + "url": "https://github.com/spryker/product-configuration-shopping-lists-rest-api-extension.git", + "reference": "ce826ee21abd22148f7b6d16ba1f9aaef773125e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-discontinued-storage/zipball/86a24494da66ce688fe9c3815d01995b487e4aa4", - "reference": "86a24494da66ce688fe9c3815d01995b487e4aa4", + "url": "https://api.github.com/repos/spryker/product-configuration-shopping-lists-rest-api-extension/zipball/ce826ee21abd22148f7b6d16ba1f9aaef773125e", + "reference": "ce826ee21abd22148f7b6d16ba1f9aaef773125e", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/event-behavior": "^1.0.0", - "spryker/glossary-storage": "^1.0.0", - "spryker/kernel": "^3.37.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/product-alternative-storage-extension": "^1.0.0", - "spryker/product-discontinued": "^1.9.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/quick-order-extension": "^1.1.0", - "spryker/storage": "^3.4.0", - "spryker/synchronization": "^1.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.1.0", - "spryker/transfer": "^3.27.0" + "php": ">=8.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/event": "*", - "spryker/product": "*", - "spryker/product-storage": "*", - "spryker/propel": "*", - "spryker/publisher": "*", - "spryker/queue": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/product-storage": "If you want to use ProductStorage plugins, minimum required version: 0.1.0", - "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -45579,80 +46989,114 @@ "license": [ "proprietary" ], - "description": "ProductDiscontinuedStorage module", + "description": "ProductConfigurationShoppingListsRestApiExtension module", "support": { - "source": "https://github.com/spryker/product-discontinued-storage/tree/1.16.0" + "source": "https://github.com/spryker/product-configuration-shopping-lists-rest-api-extension/tree/1.0.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2022-10-18T17:47:15+00:00" }, { - "name": "spryker/product-discount-connector", - "version": "5.2.0", + "name": "spryker/product-configuration-storage", + "version": "1.1.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-discount-connector.git", - "reference": "aaf506a58ad846381b28e057ac0b26908068728f" + "url": "https://github.com/spryker/product-configuration-storage.git", + "reference": "65870d24514cc02fe875d7b2cf03104018eac0ec" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-discount-connector/zipball/aaf506a58ad846381b28e057ac0b26908068728f", - "reference": "aaf506a58ad846381b28e057ac0b26908068728f", + "url": "https://api.github.com/repos/spryker/product-configuration-storage/zipball/65870d24514cc02fe875d7b2cf03104018eac0ec", + "reference": "65870d24514cc02fe875d7b2cf03104018eac0ec", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/discount": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^9.0.0", + "spryker/availability-storage-extension": "^1.0.0", + "spryker/event-behavior": "^1.0.0", "spryker/kernel": "^3.30.0", "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/product-discount-connector-extension": "^1.0.0" + "spryker/price-product-storage-extension": "^1.2.0", + "spryker/product-configuration": "^1.0.0", + "spryker/product-storage": "^1.1.0", + "spryker/product-storage-extension": "^1.4.0", + "spryker/propel-orm": "^1.5.0", + "spryker/publisher-extension": "^1.0.0", + "spryker/session": "^4.0.0", + "spryker/storage": "^3.0.0", + "spryker/synchronization": "^1.9.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.1.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/config": "*", + "spryker/container": "*", + "spryker/event": "*", + "spryker/product": "*", "spryker/propel": "*", - "spryker/tax": "*", + "spryker/publisher": "*", + "spryker/queue": "*", + "spryker/store": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\ProductConfigurationStorage\\Helper\\": "tests/SprykerTest/Zed/ProductConfigurationStorage/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductDiscountConnector module", + "description": "ProductConfigurationStorage module", "support": { - "source": "https://github.com/spryker/product-discount-connector/tree/5.2.0" + "source": "https://github.com/spryker/product-configuration-storage/tree/1.1.1" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-05-05T18:20:59+00:00" }, { - "name": "spryker/product-discount-connector-extension", - "version": "1.0.0", + "name": "spryker/product-configuration-wishlist", + "version": "1.0.2", "source": { "type": "git", - "url": "https://github.com/spryker/product-discount-connector-extension.git", - "reference": "6c11d6e1116f1ea9277bbf13b82a7821c2a2d205" + "url": "https://github.com/spryker/product-configuration-wishlist.git", + "reference": "850ef339db42567595a079f33a76ac4701677d3d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-discount-connector-extension/zipball/6c11d6e1116f1ea9277bbf13b82a7821c2a2d205", - "reference": "6c11d6e1116f1ea9277bbf13b82a7821c2a2d205", + "url": "https://api.github.com/repos/spryker/product-configuration-wishlist/zipball/850ef339db42567595a079f33a76ac4701677d3d", + "reference": "850ef339db42567595a079f33a76ac4701677d3d", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=8.0", + "spryker/kernel": "^3.30.0", + "spryker/log": "^3.7.0", + "spryker/price-product-storage-extension": "^1.3.0", + "spryker/product-configuration": "^1.0.0", + "spryker/product-configuration-storage": "^1.0.0", + "spryker/transfer": "^3.25.0", + "spryker/util-encoding": "^2.0.0", + "spryker/wishlist": "^8.6.0", + "spryker/wishlist-extension": "^1.3.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/customer": "*", + "spryker/product": "*", + "spryker/propel": "*", + "spryker/quote": "*", + "spryker/store": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -45669,32 +47113,44 @@ "license": [ "proprietary" ], - "description": "ProductDiscountConnectorExtension module", + "description": "ProductConfigurationWishlist module", "support": { - "source": "https://github.com/spryker/product-discount-connector-extension/tree/1.0.0" + "source": "https://github.com/spryker/product-configuration-wishlist/tree/1.0.2" }, - "time": "2022-06-24T14:09:57+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-extension", - "version": "1.5.0", + "name": "spryker/product-configuration-wishlists-rest-api", + "version": "1.1.3", "source": { "type": "git", - "url": "https://github.com/spryker/product-extension.git", - "reference": "65f1bf69230f73e9e582de4660b188b2b8a5e1d5" + "url": "https://github.com/spryker/product-configuration-wishlists-rest-api.git", + "reference": "bff3dc43ef050889feefeac1f2cf0c49c631eed2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-extension/zipball/65f1bf69230f73e9e582de4660b188b2b8a5e1d5", - "reference": "65f1bf69230f73e9e582de4660b188b2b8a5e1d5", + "url": "https://api.github.com/repos/spryker/product-configuration-wishlists-rest-api/zipball/bff3dc43ef050889feefeac1f2cf0c49c631eed2", + "reference": "bff3dc43ef050889feefeac1f2cf0c49c631eed2", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/transfer": "^3.27.0" + "spryker/kernel": "^3.30.0", + "spryker/product-configuration": "^1.0.0", + "spryker/product-configuration-wishlists-rest-api-extension": "^1.0.0", + "spryker/transfer": "^3.25.0", + "spryker/wishlist": "^8.6.0", + "spryker/wishlists-rest-api-extension": "^1.1.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/customer": "*", + "spryker/product": "*", + "spryker/product-configuration-wishlist": "*", + "spryker/propel": "*", + "spryker/store": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -45711,44 +47167,31 @@ "license": [ "proprietary" ], - "description": "ProductExtension module", + "description": "ProductConfigurationWishlistsRestApi module", "support": { - "source": "https://github.com/spryker/product-extension/tree/1.5.0" + "source": "https://github.com/spryker/product-configuration-wishlists-rest-api/tree/1.1.3" }, - "time": "2023-02-01T20:05:58+00:00" + "time": "2023-05-05T18:20:59+00:00" }, { - "name": "spryker/product-group", - "version": "1.3.0", + "name": "spryker/product-configuration-wishlists-rest-api-extension", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-group.git", - "reference": "fc60d3a28e3da7c1f1119b502bd438b4d26042d2" + "url": "https://github.com/spryker/product-configuration-wishlists-rest-api-extension.git", + "reference": "c65fb47e384bcf10cc60b8084640e6cb528a9f02" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-group/zipball/fc60d3a28e3da7c1f1119b502bd438b4d26042d2", - "reference": "fc60d3a28e3da7c1f1119b502bd438b4d26042d2", + "url": "https://api.github.com/repos/spryker/product-configuration-wishlists-rest-api-extension/zipball/c65fb47e384bcf10cc60b8084640e6cb528a9f02", + "reference": "c65fb47e384bcf10cc60b8084640e6cb528a9f02", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/kernel": "^3.52.0", - "spryker/key-builder": "^1.0.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/propel-orm": "^1.1.0", - "spryker/storage": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/twig": "^3.0.0" + "php": ">=8.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/silex": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/silex": "If you want to use the ProductGroupTwigServiceProvider." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -45758,48 +47201,45 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\ProductGroup\\Helper\\": "tests/SprykerTest/Shared/ProductGroup/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductGroup module", + "description": "ProductConfigurationWishlistsRestApiExtension module", "support": { - "source": "https://github.com/spryker/product-group/tree/master" + "source": "https://github.com/spryker/product-configuration-wishlists-rest-api-extension/tree/1.0.1" }, - "time": "2020-07-24T04:44:34+00:00" + "time": "2023-05-24T11:26:01+00:00" }, { - "name": "spryker/product-group-collector", - "version": "1.1.0", + "name": "spryker/product-configurations-price-product-volumes-rest-api", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-group-collector.git", - "reference": "f61c015e28a65f1638fe483ca9cb4572ea398080" + "url": "https://github.com/spryker/product-configurations-price-product-volumes-rest-api.git", + "reference": "cd2a8d0297861daa907893fa03ce84c11d9b0f4b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-group-collector/zipball/f61c015e28a65f1638fe483ca9cb4572ea398080", - "reference": "f61c015e28a65f1638fe483ca9cb4572ea398080", + "url": "https://api.github.com/repos/spryker/product-configurations-price-product-volumes-rest-api/zipball/cd2a8d0297861daa907893fa03ce84c11d9b0f4b", + "reference": "cd2a8d0297861daa907893fa03ce84c11d9b0f4b", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/collector": "^5.1.1 || ^6.0.0", - "spryker/kernel": "^3.30.0", - "spryker/product-group": "^1.0.0", - "spryker/propel-orm": "^1.1.0", - "spryker/symfony": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/util-data-reader": "^1.0.0" + "php": ">=8.0", + "spryker/kernel": "^3.56.0", + "spryker/product-configuration": "^1.0.0", + "spryker/product-configuration-shopping-lists-rest-api-extension": "^1.0.0", + "spryker/product-configuration-wishlists-rest-api-extension": "^1.0.0", + "spryker/product-configurations-rest-api-extension": "^1.0.0", + "spryker/transfer": "^3.25.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/product": "*", - "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", @@ -45817,48 +47257,46 @@ "license": [ "proprietary" ], - "description": "ProductGroupCollector module", + "description": "ProductConfigurationsPriceProductVolumesRestApi module", "support": { - "source": "https://github.com/spryker/product-group-collector/tree/1.1.0" + "source": "https://github.com/spryker/product-configurations-price-product-volumes-rest-api/tree/1.0.0" }, - "time": "2021-10-12T14:37:44+00:00" + "time": "2022-11-23T07:38:27+00:00" }, { - "name": "spryker/product-group-storage", - "version": "1.4.0", + "name": "spryker/product-configurations-rest-api", + "version": "1.0.3", "source": { "type": "git", - "url": "https://github.com/spryker/product-group-storage.git", - "reference": "76f933eac7245f761ed9f857418850a95b7b0470" + "url": "https://github.com/spryker/product-configurations-rest-api.git", + "reference": "238c2cc872406b93c147ce6d5ccf81178b0dbaa2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-group-storage/zipball/76f933eac7245f761ed9f857418850a95b7b0470", - "reference": "76f933eac7245f761ed9f857418850a95b7b0470", + "url": "https://api.github.com/repos/spryker/product-configurations-rest-api/zipball/238c2cc872406b93c147ce6d5ccf81178b0dbaa2", + "reference": "238c2cc872406b93c147ce6d5ccf81178b0dbaa2", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/event-behavior": "^1.1.0", - "spryker/kernel": "^3.30.0", - "spryker/product": "^5.5.0 || ^6.0.0", - "spryker/product-group": "^1.2.0", - "spryker/storage": "^3.4.0", - "spryker/synchronization": "^0.2.0 || ^1.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.0.0" + "php": ">=8.0", + "spryker/carts-rest-api-extension": "^1.5.0", + "spryker/glue-application": "^1.6.0", + "spryker/glue-application-extension": "^1.1.0", + "spryker/kernel": "^3.56.0", + "spryker/orders-rest-api-extension": "^1.0.0", + "spryker/product-configuration-storage": "^1.0.0", + "spryker/product-configurations-rest-api-extension": "^1.0.0", + "spryker/products-rest-api-extension": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/event": "*", - "spryker/product-attribute": "*", - "spryker/propel": "*", - "spryker/propel-orm": "*", "spryker/testify": "*" }, "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0" + "spryker/carts-rest-api": "If you want to use plugins with CartsRestApi module.", + "spryker/products-rest-api": "If you want to use plugins with ProductsRestApi module." }, "type": "library", "extra": { @@ -45875,98 +47313,94 @@ "license": [ "proprietary" ], - "description": "ProductGroupStorage module", + "description": "ProductConfigurationsRestApi module", "support": { - "source": "https://github.com/spryker/product-group-storage/tree/1.4.0" + "source": "https://github.com/spryker/product-configurations-rest-api/tree/1.0.3" }, - "time": "2022-04-18T08:41:46+00:00" + "time": "2023-05-05T18:20:59+00:00" }, { - "name": "spryker/product-image", - "version": "3.17.0", + "name": "spryker/product-configurations-rest-api-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-image.git", - "reference": "ee8b04fd065a58fc74cd5bd0ed307ee50810f8c3" + "url": "https://github.com/spryker/product-configurations-rest-api-extension.git", + "reference": "355606c0008078438f4efcc6c98d80b09c08f496" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-image/zipball/ee8b04fd065a58fc74cd5bd0ed307ee50810f8c3", - "reference": "ee8b04fd065a58fc74cd5bd0ed307ee50810f8c3", + "url": "https://api.github.com/repos/spryker/product-configurations-rest-api-extension/zipball/355606c0008078438f4efcc6c98d80b09c08f496", + "reference": "355606c0008078438f4efcc6c98d80b09c08f496", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/product-extension": "^1.4.0", - "spryker/propel-orm": "^1.0.0", - "spryker/transfer": "^3.27.0" + "php": ">=8.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/propel": "*", - "spryker/store": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\ProductImage\\Helper\\": "tests/SprykerTest/Shared/ProductImage/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductImage module", + "description": "ProductConfigurationsRestApiExtension module", "support": { - "source": "https://github.com/spryker/product-image/tree/3.17.0" + "source": "https://github.com/spryker/product-configurations-rest-api-extension/tree/1.0.0" }, - "time": "2023-07-17T12:04:54+00:00" + "time": "2022-10-18T17:47:15+00:00" }, { - "name": "spryker/product-image-cart-connector", + "name": "spryker/product-customer-permission", "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-image-cart-connector.git", - "reference": "5c1513f84b32e965dd5d9b2f9fbe28d950e124bf" + "url": "https://github.com/spryker/product-customer-permission.git", + "reference": "7019fab959e30769e4d1ce72fe2d3698f2d27cc0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-image-cart-connector/zipball/5c1513f84b32e965dd5d9b2f9fbe28d950e124bf", - "reference": "5c1513f84b32e965dd5d9b2f9fbe28d950e124bf", + "url": "https://api.github.com/repos/spryker/product-customer-permission/zipball/7019fab959e30769e4d1ce72fe2d3698f2d27cc0", + "reference": "7019fab959e30769e4d1ce72fe2d3698f2d27cc0", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/cart-extension": "^1.10.0 || ^2.6.0 || ^4.2.0", + "spryker/customer": "^6.0.0 || ^7.0.0", + "spryker/glossary": "^3.0.0", "spryker/kernel": "^3.30.0", + "spryker/key-builder": "^1.0.0", "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/product-image": "^3.17.0", - "spryker/transfer": "^3.27.0" + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/storage": "^3.0.0", + "spryker/touch": "^3.0.0 || ^4.0.0" }, "require-dev": { "spryker/cart": "*", + "spryker/checkout": "*", "spryker/code-sniffer": "*", "spryker/container": "*", - "spryker/product": "*", + "spryker/elastica": "*", "spryker/propel": "*", + "spryker/search": "^6.0.0 || ^7.0.0 || ^8.0.0", "spryker/store": "*", "spryker/testify": "*" }, "suggest": { - "spryker/cart": "If you want to use Cart plugins." + "spryker/cart": "If you want to use Cart plugins.", + "spryker/checkout": "If you want to use Checkout plugins.", + "spryker/elastica": "If you want to use ElasticSearch query expander.", + "spryker/search": "If you want to use ElasticSearch query expander." }, "type": "library", "extra": { @@ -45983,40 +47417,51 @@ "license": [ "proprietary" ], - "description": "ProductImageCartConnector module", + "description": "ProductCustomerPermission module", "support": { - "source": "https://github.com/spryker/product-image-cart-connector/tree/1.3.0" + "source": "https://github.com/spryker/product-customer-permission/tree/1.3.0" }, - "time": "2023-07-17T12:04:54+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-image-sets-backend-api", - "version": "0.1.0", + "name": "spryker/product-discontinued", + "version": "1.10.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-image-sets-backend-api.git", - "reference": "5a66b9846b7471e1102a200892014e461abf6a32" + "url": "https://github.com/spryker/product-discontinued.git", + "reference": "d5409716eb938ae73767d1ccd21d6bf44a5d3b3f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-image-sets-backend-api/zipball/5a66b9846b7471e1102a200892014e461abf6a32", - "reference": "5a66b9846b7471e1102a200892014e461abf6a32", + "url": "https://api.github.com/repos/spryker/product-discontinued/zipball/d5409716eb938ae73767d1ccd21d6bf44a5d3b3f", + "reference": "d5409716eb938ae73767d1ccd21d6bf44a5d3b3f", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/kernel": "^3.66.0", - "spryker/product-image": "^3.16.0", - "spryker/transfer": "^3.31.0" + "spryker/kernel": "^3.49.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/log": "^2.0.0 || ^3.0.0", + "spryker/product": "^5.0.0 || ^6.22.0", + "spryker/product-alternative-extension": "^1.0.0", + "spryker/product-discontinued-extension": "^1.1.0", + "spryker/propel-orm": "^1.1.0", + "spryker/shopping-list-extension": "^1.1.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.27.0", + "spryker/wishlist-extension": "^1.3.0" }, "require-dev": { + "spryker/cart": "*", + "spryker/checkout": "*", "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/product": "*", "spryker/propel": "*", - "spryker/store": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/cart": "If you want to use Cart plugins.", + "spryker/checkout": "If you want to use Checkout plugins." + }, "type": "library", "extra": { "branch-alias": { @@ -46032,38 +47477,39 @@ "license": [ "proprietary" ], - "description": "ProductImageSetsBackendApi module", + "description": "ProductDiscontinued module", "support": { - "source": "https://github.com/spryker/product-image-sets-backend-api/tree/0.1.0" + "source": "https://github.com/spryker/product-discontinued/tree/1.10.0" }, - "time": "2023-04-17T15:49:27+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-image-sets-rest-api", - "version": "1.0.5", + "name": "spryker/product-discontinued-data-import", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-image-sets-rest-api.git", - "reference": "f319f3debeb9064e9b927df593852fb027a40bea" + "url": "https://github.com/spryker/product-discontinued-data-import.git", + "reference": "e9328a66385c0cab40169b8438f1266a6feeac99" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-image-sets-rest-api/zipball/f319f3debeb9064e9b927df593852fb027a40bea", - "reference": "f319f3debeb9064e9b927df593852fb027a40bea", + "url": "https://api.github.com/repos/spryker/product-discontinued-data-import/zipball/e9328a66385c0cab40169b8438f1266a6feeac99", + "reference": "e9328a66385c0cab40169b8438f1266a6feeac99", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/glue-application": "^1.8.0", - "spryker/glue-application-extension": "^1.0.0", + "php": ">=8.0", + "spryker/data-import": "^1.2.0", "spryker/kernel": "^3.30.0", - "spryker/product-image-storage": "^1.1.0", - "spryker/product-storage": "^1.2.0", - "spryker/products-rest-api": "^2.0.0", - "spryker/symfony": "^3.0.0" + "spryker/product": "^6.0.0", + "spryker/product-discontinued": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/propel": "*", + "spryker/store": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -46073,57 +47519,39 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\ProductDiscontinuedDataImport\\Helper\\": "tests/SprykerTest/Zed/ProductDiscontinuedDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "ProductImageSetsRestApi module", + "description": "ProductDiscontinuedDataImport module", "support": { - "source": "https://github.com/spryker/product-image-sets-rest-api/tree/1.0.5" + "source": "https://github.com/spryker/product-discontinued-data-import/tree/1.2.0" }, - "time": "2020-05-29T13:08:37+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-image-storage", - "version": "1.15.1", + "name": "spryker/product-discontinued-extension", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-image-storage.git", - "reference": "bb01a66a8ebdd9712de541b8c82c586759018531" + "url": "https://github.com/spryker/product-discontinued-extension.git", + "reference": "2de5f8fa4a06fa8ab026cea61c37f6c91a22edb5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-image-storage/zipball/bb01a66a8ebdd9712de541b8c82c586759018531", - "reference": "bb01a66a8ebdd9712de541b8c82c586759018531", + "url": "https://api.github.com/repos/spryker/product-discontinued-extension/zipball/2de5f8fa4a06fa8ab026cea61c37f6c91a22edb5", + "reference": "2de5f8fa4a06fa8ab026cea61c37f6c91a22edb5", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/event-behavior": "^1.10.0", - "spryker/kernel": "^3.30.0", - "spryker/product": "^5.5.0 || ^6.0.0", - "spryker/product-image": "^3.8.0", - "spryker/propel-orm": "^1.5.0", - "spryker/storage": "^3.4.0", - "spryker/synchronization": "^0.2.0 || ^1.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.0.0" + "php": ">=7.2" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/event": "*", - "spryker/product-attribute": "*", - "spryker/product-storage": "*", - "spryker/propel": "*", - "spryker/queue": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/product-storage": "If you want to use ProductStorage plugins, minimum required version: 0.1.0" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -46140,110 +47568,90 @@ "license": [ "proprietary" ], - "description": "ProductImageStorage module", + "description": "ProductDiscontinuedExtension module", "support": { - "source": "https://github.com/spryker/product-image-storage/tree/1.15.1" + "source": "https://github.com/spryker/product-discontinued-extension/tree/1.2.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2020-09-29T09:52:05+00:00" }, { - "name": "spryker/product-label", - "version": "3.9.0", + "name": "spryker/product-discontinued-gui", + "version": "1.5.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-label.git", - "reference": "18cfaec264d5da6aff453581cd96f541ad4ee38d" + "url": "https://github.com/spryker/product-discontinued-gui.git", + "reference": "0965b17df90a1a66c49507ea151ac282b2ac8ea7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-label/zipball/18cfaec264d5da6aff453581cd96f541ad4ee38d", - "reference": "18cfaec264d5da6aff453581cd96f541ad4ee38d", + "url": "https://api.github.com/repos/spryker/product-discontinued-gui/zipball/0965b17df90a1a66c49507ea151ac282b2ac8ea7", + "reference": "0965b17df90a1a66c49507ea151ac282b2ac8ea7", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/event": "^1.0.0 || ^2.3.0", "spryker/kernel": "^3.30.0", - "spryker/key-builder": "^1.0.0", - "spryker/locale": "^3.1.0 || ^4.0.0", - "spryker/log": "^2.0.0 || ^3.0.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/product-extension": "^1.4.0", - "spryker/propel-orm": "^1.1.0", - "spryker/storage": "^3.0.0", - "spryker/store": "^1.4.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/product-discontinued": "^1.9.0", + "spryker/product-management-extension": "^1.1.0", "spryker/symfony": "^3.0.0", - "spryker/touch": "^3.1.0 || ^4.0.0", - "spryker/transfer": "^3.27.0", - "spryker/twig": "^3.0.0" + "spryker/transfer": "^3.27.0" }, "require-dev": { - "spryker/catalog": "*", - "spryker/code-sniffer": "*", - "spryker/propel": "^3.0.0", - "spryker/search": "*", - "spryker/silex": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/catalog": "If you want to use Catalog plugins, minimum required version: 5.2.0.", - "spryker/search": "(^6.4.0) If you want to use ProductLabelFacetValueTransformerPlugin.", - "spryker/silex": "If you want to use the ProductLabelTwigServiceProvider." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\ProductLabel\\Helper\\": "tests/SprykerTest/Zed/ProductLabel/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductLabel module", + "description": "ProductDiscontinuedGui module", "support": { - "source": "https://github.com/spryker/product-label/tree/3.9.0" + "source": "https://github.com/spryker/product-discontinued-gui/tree/1.5.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-label-collector", - "version": "1.3.1", + "name": "spryker/product-discontinued-product-bundle-connector", + "version": "1.2.2", "source": { "type": "git", - "url": "https://github.com/spryker/product-label-collector.git", - "reference": "b348a46d08fccba85f2392e76a6a9e23ae96f4f5" + "url": "https://github.com/spryker/product-discontinued-product-bundle-connector.git", + "reference": "6958815555799a2c08dd885c42aec8e880472fe1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-label-collector/zipball/b348a46d08fccba85f2392e76a6a9e23ae96f4f5", - "reference": "b348a46d08fccba85f2392e76a6a9e23ae96f4f5", + "url": "https://api.github.com/repos/spryker/product-discontinued-product-bundle-connector/zipball/6958815555799a2c08dd885c42aec8e880472fe1", + "reference": "6958815555799a2c08dd885c42aec8e880472fe1", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/collector": "^5.1.1 || ^6.0.0", + "php": ">=7.2", "spryker/kernel": "^3.30.0", - "spryker/product-label": "^1.0.0 || ^2.0.0 || ^3.0.0", - "spryker/propel-orm": "^1.1.0", - "spryker/symfony": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/util-data-reader": "^1.0.0" + "spryker/product-bundle": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^6.0.0 || ^7.0.0", + "spryker/product-discontinued": "^1.1.0", + "spryker/product-discontinued-extension": "^1.1.0", + "spryker/propel-orm": "^1.1.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", "spryker/product": "*", - "spryker/propel": "^3.0.0", - "spryker/store": "*", + "spryker/propel": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/product": "If you want to use Product plugins, minimum required version: 5.5.0 || 6.0.0" + }, "type": "library", "extra": { "branch-alias": { @@ -46259,40 +47667,45 @@ "license": [ "proprietary" ], - "description": "ProductLabelCollector module", + "description": "ProductDiscontinuedProductBundleConnector module", "support": { - "source": "https://github.com/spryker/product-label-collector/tree/1.3.1" + "source": "https://github.com/spryker/product-discontinued-product-bundle-connector/tree/master" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2020-06-02T09:42:31+00:00" }, { - "name": "spryker/product-label-data-import", - "version": "0.1.1", + "name": "spryker/product-discontinued-product-label-connector", + "version": "1.4.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-label-data-import.git", - "reference": "ba1f8a6c63a697647ad277cd121ce1656c7de200" + "url": "https://github.com/spryker/product-discontinued-product-label-connector.git", + "reference": "a6ede741531dcc388f32aca5f8544af4bf34f81b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-label-data-import/zipball/ba1f8a6c63a697647ad277cd121ce1656c7de200", - "reference": "ba1f8a6c63a697647ad277cd121ce1656c7de200", + "url": "https://api.github.com/repos/spryker/product-discontinued-product-label-connector/zipball/a6ede741531dcc388f32aca5f8544af4bf34f81b", + "reference": "a6ede741531dcc388f32aca5f8544af4bf34f81b", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/data-import": "^1.4.3", "spryker/kernel": "^3.30.0", - "spryker/product": "^6.0.0", - "spryker/product-label": "^3.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/store": "^1.0.0" + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/product": "^6.11.0", + "spryker/product-discontinued": "^1.0.0", + "spryker/product-discontinued-extension": "^1.2.0", + "spryker/product-label": "^2.5.0 || ^3.0.0", + "spryker/propel-orm": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/installer": "*", "spryker/propel": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/installer": "If you want to use Installer plugins." + }, "type": "library", "extra": { "branch-alias": { @@ -46301,51 +47714,52 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\ProductDiscontinuedProductLabelConnector\\Helper\\": "tests/SprykerTest/Zed/ProductDiscontinuedProductLabelConnector/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "ProductLabelDataImport module", + "description": "ProductDiscontinuedProductLabelConnector module", "support": { - "source": "https://github.com/spryker/product-label-data-import/tree/0.1.1" + "source": "https://github.com/spryker/product-discontinued-product-label-connector/tree/1.4.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-label-discount-connector", - "version": "3.1.0", + "name": "spryker/product-discontinued-rest-api", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-label-discount-connector.git", - "reference": "006a4e5b7864d27cc89355373dea78a5fa3106d1" + "url": "https://github.com/spryker/product-discontinued-rest-api.git", + "reference": "8ca881b353e0f9eccc60b0bee7859d230975995d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-label-discount-connector/zipball/006a4e5b7864d27cc89355373dea78a5fa3106d1", - "reference": "006a4e5b7864d27cc89355373dea78a5fa3106d1", + "url": "https://api.github.com/repos/spryker/product-discontinued-rest-api/zipball/8ca881b353e0f9eccc60b0bee7859d230975995d", + "reference": "8ca881b353e0f9eccc60b0bee7859d230975995d", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/discount": "^4.7.0 || ^5.3.0 || ^6.5.0 || ^7.6.0 || ^9.30.0", - "spryker/discount-extension": "^1.2.0", + "php": ">=7.2", "spryker/kernel": "^3.30.0", - "spryker/product-label": "^1.2.0 || ^2.9.0 || ^3.6.0", - "spryker/transfer": "^3.27.0" + "spryker/product-discontinued-storage": "^1.0.0", + "spryker/products-rest-api-extension": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/product": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/glue-application": "*" + }, + "suggest": { + "spryker/glue-application": "If you want to use RestRequestInterface.", + "spryker/products-rest-api": "If you want to use plugins with ProductsRestApi module." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -46357,54 +47771,61 @@ "license": [ "proprietary" ], - "description": "ProductLabelDiscountConnector module", + "description": "ProductDiscontinuedRestApi module", "support": { - "source": "https://github.com/spryker/product-label-discount-connector/tree/3.1.0" + "source": "https://github.com/spryker/product-discontinued-rest-api/tree/master" }, - "time": "2023-03-10T13:03:26+00:00" + "time": "2020-05-29T13:08:37+00:00" }, { - "name": "spryker/product-label-gui", - "version": "3.4.0", + "name": "spryker/product-discontinued-storage", + "version": "1.16.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-label-gui.git", - "reference": "d69becfe60530826ece63b26d358a3fbf107cdb6" + "url": "https://github.com/spryker/product-discontinued-storage.git", + "reference": "86a24494da66ce688fe9c3815d01995b487e4aa4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-label-gui/zipball/d69becfe60530826ece63b26d358a3fbf107cdb6", - "reference": "d69becfe60530826ece63b26d358a3fbf107cdb6", + "url": "https://api.github.com/repos/spryker/product-discontinued-storage/zipball/86a24494da66ce688fe9c3815d01995b487e4aa4", + "reference": "86a24494da66ce688fe9c3815d01995b487e4aa4", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/category": "^3.2.0 || ^4.0.0 || ^5.0.0", - "spryker/gui": "^3.45.0", - "spryker/kernel": "^3.30.0", + "spryker/event-behavior": "^1.0.0", + "spryker/glossary-storage": "^1.0.0", + "spryker/kernel": "^3.37.0", "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/money": "^2.0.0", - "spryker/price": "^5.0.0", - "spryker/price-product": "^1.0.0 || ^2.0.0 || ^4.0.0", - "spryker/product": "^5.1.0 || ^6.0.0", - "spryker/product-category": "^4.0.0", - "spryker/product-label": "^3.0.0", - "spryker/propel-orm": "^1.1.0", - "spryker/store": "^1.19.0", - "spryker/symfony": "^3.0.0", - "spryker/twig": "^3.16.0", - "spryker/util-text": "^1.1.0" + "spryker/product-alternative-storage-extension": "^1.0.0", + "spryker/product-discontinued": "^1.9.0", + "spryker/publisher-extension": "^1.0.0", + "spryker/quick-order-extension": "^1.1.0", + "spryker/storage": "^3.4.0", + "spryker/synchronization": "^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.1.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", + "spryker/event": "*", + "spryker/product": "*", + "spryker/product-storage": "*", "spryker/propel": "*", + "spryker/publisher": "*", + "spryker/queue": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", + "spryker/product-storage": "If you want to use ProductStorage plugins, minimum required version: 0.1.0", + "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0" + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -46416,54 +47837,44 @@ "license": [ "proprietary" ], - "description": "ProductLabelGui module", + "description": "ProductDiscontinuedStorage module", "support": { - "source": "https://github.com/spryker/product-label-gui/tree/3.4.0" + "source": "https://github.com/spryker/product-discontinued-storage/tree/1.16.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-label-search", - "version": "2.5.2", + "name": "spryker/product-discount-connector", + "version": "5.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-label-search.git", - "reference": "46f6d2f36a7b4c15ed85acc29457cd2454f46b91" + "url": "https://github.com/spryker/product-discount-connector.git", + "reference": "aaf506a58ad846381b28e057ac0b26908068728f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-label-search/zipball/46f6d2f36a7b4c15ed85acc29457cd2454f46b91", - "reference": "46f6d2f36a7b4c15ed85acc29457cd2454f46b91", + "url": "https://api.github.com/repos/spryker/product-discount-connector/zipball/aaf506a58ad846381b28e057ac0b26908068728f", + "reference": "aaf506a58ad846381b28e057ac0b26908068728f", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/event-behavior": "^1.1.0", + "spryker/discount": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^9.0.0", "spryker/kernel": "^3.30.0", - "spryker/product-label": "^3.7.0", - "spryker/product-page-search": "^0.1.0 || ^1.0.0 || ^2.2.0 || ^3.0.0", - "spryker/product-page-search-extension": "^1.0.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/transfer": "^3.27.0", - "spryker/util-sanitize": "^2.1.0" + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/product-discount-connector-extension": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/event": "*", - "spryker/product": "*", "spryker/propel": "*", - "spryker/store": "*", + "spryker/tax": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0", - "spryker/search": "If you want to use Search plugins, minimum required version: 7.0.0" - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "5.0.x-dev" } }, "autoload": { @@ -46475,108 +47886,70 @@ "license": [ "proprietary" ], - "description": "ProductLabelSearch module", + "description": "ProductDiscountConnector module", "support": { - "source": "https://github.com/spryker/product-label-search/tree/2.5.2" + "source": "https://github.com/spryker/product-discount-connector/tree/5.2.0" }, - "time": "2023-05-05T18:20:59+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-label-storage", - "version": "2.8.0", + "name": "spryker/product-discount-connector-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-label-storage.git", - "reference": "467a47e627786dda4b12061ff799c7e70ea38df4" + "url": "https://github.com/spryker/product-discount-connector-extension.git", + "reference": "6c11d6e1116f1ea9277bbf13b82a7821c2a2d205" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-label-storage/zipball/467a47e627786dda4b12061ff799c7e70ea38df4", - "reference": "467a47e627786dda4b12061ff799c7e70ea38df4", + "url": "https://api.github.com/repos/spryker/product-discount-connector-extension/zipball/6c11d6e1116f1ea9277bbf13b82a7821c2a2d205", + "reference": "6c11d6e1116f1ea9277bbf13b82a7821c2a2d205", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/event-behavior": "^1.10.0", - "spryker/kernel": "^3.30.0", - "spryker/product-label": "^3.6.0", - "spryker/propel-orm": "^1.5.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/storage": "^3.4.0", - "spryker/store": "^1.19.0", - "spryker/synchronization": "^0.2.0 || ^1.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.1.0", - "spryker/transfer": "^3.27.0", - "spryker/util-encoding": "^1.0.0 || ^2.0.0" + "php": ">=7.4" }, "require-dev": { - "spryker/catalog": "*", - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/event": "*", - "spryker/locale": "*", - "spryker/product": "*", - "spryker/product-attribute": "*", - "spryker/propel": "*", - "spryker/publisher": "*", - "spryker/queue": "*", - "spryker/search": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/catalog": "If you want to use Catalog plugins, minimum required version: 5.2.0", - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/search": "If you want to use Search plugins, minimum required version: 7.0.0", - "spryker/search-http": "If you want to use SearchHttp plugins." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\ProductLabelStorage\\Helper\\": "tests/SprykerTest/Zed/ProductLabelStorage/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductLabelStorage module", + "description": "ProductDiscountConnectorExtension module", "support": { - "source": "https://github.com/spryker/product-label-storage/tree/2.8.0" + "source": "https://github.com/spryker/product-discount-connector-extension/tree/1.0.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2022-06-24T14:09:57+00:00" }, { - "name": "spryker/product-labels-rest-api", - "version": "1.3.0", + "name": "spryker/product-extension", + "version": "1.5.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-labels-rest-api.git", - "reference": "9ee77eb8fe57420965d886ada290e151abec96d1" + "url": "https://github.com/spryker/product-extension.git", + "reference": "65f1bf69230f73e9e582de4660b188b2b8a5e1d5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-labels-rest-api/zipball/9ee77eb8fe57420965d886ada290e151abec96d1", - "reference": "9ee77eb8fe57420965d886ada290e151abec96d1", + "url": "https://api.github.com/repos/spryker/product-extension/zipball/65f1bf69230f73e9e582de4660b188b2b8a5e1d5", + "reference": "65f1bf69230f73e9e582de4660b188b2b8a5e1d5", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/glue-application": "^1.0.0", - "spryker/glue-application-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/product-label-storage": "^1.7.0 || ^2.0.0", - "spryker/product-storage": "^1.16.0", - "spryker/store": "^1.4.0", - "spryker/symfony": "^3.0.0", - "spryker/synchronization-behavior": "^1.2.0", - "spryker/transfer": "^3.25.0" + "php": ">=8.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -46596,44 +47969,45 @@ "license": [ "proprietary" ], - "description": "ProductLabelsRestApi module", + "description": "ProductExtension module", "support": { - "source": "https://github.com/spryker/product-labels-rest-api/tree/1.3.0" + "source": "https://github.com/spryker/product-extension/tree/1.5.0" }, - "time": "2022-01-04T12:43:20+00:00" + "time": "2023-02-01T20:05:58+00:00" }, { - "name": "spryker/product-list", - "version": "1.7.1", + "name": "spryker/product-group", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-list.git", - "reference": "f2cf0c520c6eed821055c4579b5638c4752cb630" + "url": "https://github.com/spryker/product-group.git", + "reference": "fc60d3a28e3da7c1f1119b502bd438b4d26042d2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-list/zipball/f2cf0c520c6eed821055c4579b5638c4752cb630", - "reference": "f2cf0c520c6eed821055c4579b5638c4752cb630", + "url": "https://api.github.com/repos/spryker/product-group/zipball/fc60d3a28e3da7c1f1119b502bd438b4d26042d2", + "reference": "fc60d3a28e3da7c1f1119b502bd438b4d26042d2", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/cart-extension": "^1.5.0 || ^2.1.0 || ^4.0.0", - "spryker/category": "^3.0.0 || ^4.0.0 || ^5.0.0", - "spryker/kernel": "^3.33.0", - "spryker/messenger": "^3.0.0", - "spryker/product": "^5.7.0 || ^6.11.0", - "spryker/product-category": "^4.0.0", - "spryker/product-list-extension": "^1.1.0", - "spryker/propel-orm": "^1.0.0", - "spryker/transfer": "^3.27.0", - "spryker/util-text": "^1.0.0" + "php": ">=7.2", + "spryker/kernel": "^3.52.0", + "spryker/key-builder": "^1.0.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/propel-orm": "^1.1.0", + "spryker/storage": "^3.0.0", + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/twig": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", "spryker/propel": "*", + "spryker/silex": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/silex": "If you want to use the ProductGroupTwigServiceProvider." + }, "type": "library", "extra": { "branch-alias": { @@ -46643,43 +48017,46 @@ "autoload": { "psr-4": { "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\ProductList\\Helper\\": "tests/SprykerTest/Zed/ProductList/_support/Helper/" + "SprykerTest\\Shared\\ProductGroup\\Helper\\": "tests/SprykerTest/Shared/ProductGroup/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductList module", + "description": "ProductGroup module", "support": { - "source": "https://github.com/spryker/product-list/tree/1.7.1" + "source": "https://github.com/spryker/product-group/tree/master" }, - "time": "2023-02-02T12:10:12+00:00" + "time": "2020-07-24T04:44:34+00:00" }, { - "name": "spryker/product-list-data-import", - "version": "0.1.2", + "name": "spryker/product-group-collector", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-list-data-import.git", - "reference": "2ba020f24d33eb1ff3027bbc7d53130ae403ff06" + "url": "https://github.com/spryker/product-group-collector.git", + "reference": "f61c015e28a65f1638fe483ca9cb4572ea398080" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-list-data-import/zipball/2ba020f24d33eb1ff3027bbc7d53130ae403ff06", - "reference": "2ba020f24d33eb1ff3027bbc7d53130ae403ff06", + "url": "https://api.github.com/repos/spryker/product-group-collector/zipball/f61c015e28a65f1638fe483ca9cb4572ea398080", + "reference": "f61c015e28a65f1638fe483ca9cb4572ea398080", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/category": "^3.0.0 || ^4.0.0 || ^5.0.0", - "spryker/data-import": "^1.3.0", + "php": ">=7.4", + "spryker/collector": "^5.1.1 || ^6.0.0", "spryker/kernel": "^3.30.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/product-list": "^1.0.0" + "spryker/product-group": "^1.0.0", + "spryker/propel-orm": "^1.1.0", + "spryker/symfony": "^3.0.0", + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/util-data-reader": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/product": "*", "spryker/propel": "*", "spryker/testify": "*" }, @@ -46691,41 +48068,56 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\ProductListDataImport\\Helper\\": "tests/SprykerTest/Zed/ProductListDataImport/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "ProductListDataImport module", + "description": "ProductGroupCollector module", "support": { - "source": "https://github.com/spryker/product-list-data-import/tree/0.1.2" + "source": "https://github.com/spryker/product-group-collector/tree/1.1.0" }, - "time": "2021-01-29T11:44:40+00:00" + "time": "2021-10-12T14:37:44+00:00" }, { - "name": "spryker/product-list-extension", - "version": "1.1.0", + "name": "spryker/product-group-storage", + "version": "1.4.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-list-extension.git", - "reference": "b6fa74a706a057a72e9ecda26c3294cb91687c9d" + "url": "https://github.com/spryker/product-group-storage.git", + "reference": "76f933eac7245f761ed9f857418850a95b7b0470" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-list-extension/zipball/b6fa74a706a057a72e9ecda26c3294cb91687c9d", - "reference": "b6fa74a706a057a72e9ecda26c3294cb91687c9d", + "url": "https://api.github.com/repos/spryker/product-group-storage/zipball/76f933eac7245f761ed9f857418850a95b7b0470", + "reference": "76f933eac7245f761ed9f857418850a95b7b0470", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=7.4", + "spryker/event-behavior": "^1.1.0", + "spryker/kernel": "^3.30.0", + "spryker/product": "^5.5.0 || ^6.0.0", + "spryker/product-group": "^1.2.0", + "spryker/storage": "^3.4.0", + "spryker/synchronization": "^0.2.0 || ^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/event": "*", + "spryker/product-attribute": "*", + "spryker/propel": "*", + "spryker/propel-orm": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", + "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0" + }, "type": "library", "extra": { "branch-alias": { @@ -46741,94 +48133,98 @@ "license": [ "proprietary" ], - "description": "ProductListExtension module", + "description": "ProductGroupStorage module", "support": { - "source": "https://github.com/spryker/product-list-extension/tree/1.1.0" + "source": "https://github.com/spryker/product-group-storage/tree/1.4.0" }, - "time": "2019-11-27T16:02:31+00:00" + "time": "2022-04-18T08:41:46+00:00" }, { - "name": "spryker/product-list-gui", - "version": "2.3.0", + "name": "spryker/product-image", + "version": "3.17.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-list-gui.git", - "reference": "2a03be2cc583a9acdeea8f07226c3567d8422c0a" + "url": "https://github.com/spryker/product-image.git", + "reference": "ee8b04fd065a58fc74cd5bd0ed307ee50810f8c3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-list-gui/zipball/2a03be2cc583a9acdeea8f07226c3567d8422c0a", - "reference": "2a03be2cc583a9acdeea8f07226c3567d8422c0a", + "url": "https://api.github.com/repos/spryker/product-image/zipball/ee8b04fd065a58fc74cd5bd0ed307ee50810f8c3", + "reference": "ee8b04fd065a58fc74cd5bd0ed307ee50810f8c3", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/category": "^4.6.0 || ^5.0.0", - "spryker/configurable-bundle-gui-extension": "^1.0.0", - "spryker/gui": "^3.45.0", - "spryker/kernel": "^3.33.0", - "spryker/locale": "^3.1.0 || ^4.0.0", - "spryker/product": "^6.4.0", - "spryker/product-list": "^1.6.0", - "spryker/product-list-gui-extension": "^1.2.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/product-extension": "^1.4.0", "spryker/propel-orm": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/util-csv": "^1.0.0", - "spryker/util-text": "^1.1.0" + "spryker/transfer": "^3.27.0" }, "require-dev": { - "spryker/code-sniffer": "*" - }, - "suggest": { - "spryker/merchant-relationship-product-list-gui": "If you want to use MerchantRelationshipProductListGui plugins. Minimum required version: ^1.1.0" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/propel": "*", + "spryker/store": "*", + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\ProductImage\\Helper\\": "tests/SprykerTest/Shared/ProductImage/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductListGui module", + "description": "ProductImage module", "support": { - "source": "https://github.com/spryker/product-list-gui/tree/2.3.0" + "source": "https://github.com/spryker/product-image/tree/3.17.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-07-17T12:04:54+00:00" }, { - "name": "spryker/product-list-gui-extension", - "version": "1.2.0", + "name": "spryker/product-image-cart-connector", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-list-gui-extension.git", - "reference": "f3ca8ea97950926fcabb39ae54bad6536591042e" + "url": "https://github.com/spryker/product-image-cart-connector.git", + "reference": "5c1513f84b32e965dd5d9b2f9fbe28d950e124bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-list-gui-extension/zipball/f3ca8ea97950926fcabb39ae54bad6536591042e", - "reference": "f3ca8ea97950926fcabb39ae54bad6536591042e", + "url": "https://api.github.com/repos/spryker/product-image-cart-connector/zipball/5c1513f84b32e965dd5d9b2f9fbe28d950e124bf", + "reference": "5c1513f84b32e965dd5d9b2f9fbe28d950e124bf", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=8.0", + "spryker/cart-extension": "^1.10.0 || ^2.6.0 || ^4.2.0", + "spryker/kernel": "^3.30.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/product-image": "^3.17.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { + "spryker/cart": "*", "spryker/code-sniffer": "*", - "spryker/gui": "*", - "spryker/symfony": "*", + "spryker/container": "*", + "spryker/product": "*", + "spryker/propel": "*", + "spryker/store": "*", "spryker/testify": "*" }, "suggest": { - "spryker/gui": "If you want to use ProductListGui plugins. Minimum required version: ^1.0.0", - "spryker/symfony": "Required to use form in plugin" + "spryker/cart": "If you want to use Cart plugins." }, "type": "library", "extra": { @@ -46845,59 +48241,44 @@ "license": [ "proprietary" ], - "description": "ProductListGuiExtension module", + "description": "ProductImageCartConnector module", "support": { - "source": "https://github.com/spryker/product-list-gui-extension/tree/1.2.0" + "source": "https://github.com/spryker/product-image-cart-connector/tree/1.3.0" }, - "time": "2019-11-15T11:10:36+00:00" + "time": "2023-07-17T12:04:54+00:00" }, { - "name": "spryker/product-list-search", - "version": "2.6.0", + "name": "spryker/product-image-sets-backend-api", + "version": "0.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-list-search.git", - "reference": "f50d40fb58630cd4776c6d0cc6ccae9af2dfb1ab" + "url": "https://github.com/spryker/product-image-sets-backend-api.git", + "reference": "5a66b9846b7471e1102a200892014e461abf6a32" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-list-search/zipball/f50d40fb58630cd4776c6d0cc6ccae9af2dfb1ab", - "reference": "f50d40fb58630cd4776c6d0cc6ccae9af2dfb1ab", + "url": "https://api.github.com/repos/spryker/product-image-sets-backend-api/zipball/5a66b9846b7471e1102a200892014e461abf6a32", + "reference": "5a66b9846b7471e1102a200892014e461abf6a32", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/event-behavior": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/product-category": "^4.7.0", - "spryker/product-list": "^1.7.0", - "spryker/product-page-search": "^3.2.0", - "spryker/product-page-search-extension": "^1.0.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/transfer": "^3.27.0" + "spryker/kernel": "^3.66.0", + "spryker/product-image": "^3.16.0", + "spryker/transfer": "^3.31.0" }, "require-dev": { - "spryker/category": "*", "spryker/code-sniffer": "*", - "spryker/elastica": "*", - "spryker/event": "*", + "spryker/container": "*", + "spryker/product": "*", "spryker/propel": "*", - "spryker/search": "*", + "spryker/store": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/category": "If you want to use lists Category relations, minimum required version: 3.0.0", - "spryker/customer": "If you want to use lists Customer plugins, minimum required version: 7.0.0", - "spryker/elastica": "If you want to use QueryExpander plugins, minimum required version: 4.0.0", - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0", - "spryker/search": "If you want to use Search plugins, minimum required version: 7.0.0" - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -46909,52 +48290,38 @@ "license": [ "proprietary" ], - "description": "ProductListSearch module", + "description": "ProductImageSetsBackendApi module", "support": { - "source": "https://github.com/spryker/product-list-search/tree/2.6.0" + "source": "https://github.com/spryker/product-image-sets-backend-api/tree/0.1.0" }, - "time": "2023-01-16T13:42:24+00:00" + "time": "2023-04-17T15:49:27+00:00" }, { - "name": "spryker/product-list-storage", - "version": "1.16.0", + "name": "spryker/product-image-sets-rest-api", + "version": "1.0.5", "source": { "type": "git", - "url": "https://github.com/spryker/product-list-storage.git", - "reference": "3b8953519218a74ce2cafc42529243165a2683cd" + "url": "https://github.com/spryker/product-image-sets-rest-api.git", + "reference": "f319f3debeb9064e9b927df593852fb027a40bea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-list-storage/zipball/3b8953519218a74ce2cafc42529243165a2683cd", - "reference": "3b8953519218a74ce2cafc42529243165a2683cd", + "url": "https://api.github.com/repos/spryker/product-image-sets-rest-api/zipball/f319f3debeb9064e9b927df593852fb027a40bea", + "reference": "f319f3debeb9064e9b927df593852fb027a40bea", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/customer": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", - "spryker/event-behavior": "^1.0.0", - "spryker/kernel": "^3.49.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/product-category": "^4.0.0", - "spryker/product-list": "^1.7.0", - "spryker/product-storage-extension": "^1.3.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/storage": "^3.0.0", - "spryker/synchronization": "^1.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.1.0", - "spryker/transfer": "^3.27.0" + "php": ">=7.2", + "spryker/glue-application": "^1.8.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/product-image-storage": "^1.1.0", + "spryker/product-storage": "^1.2.0", + "spryker/products-rest-api": "^2.0.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/event": "*", - "spryker/propel": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/product-storage": "If you want to use restriction plugins, minimum required version: 1.0.0", - "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -46971,72 +48338,50 @@ "license": [ "proprietary" ], - "description": "ProductListStorage module", + "description": "ProductImageSetsRestApi module", "support": { - "source": "https://github.com/spryker/product-list-storage/tree/1.16.0" + "source": "https://github.com/spryker/product-image-sets-rest-api/tree/1.0.5" }, - "time": "2023-01-16T13:42:24+00:00" + "time": "2020-05-29T13:08:37+00:00" }, { - "name": "spryker/product-management", - "version": "0.19.37", + "name": "spryker/product-image-storage", + "version": "1.15.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-management.git", - "reference": "2bc8abfb33521ab7bbd8ff8f5472c798bff2c488" + "url": "https://github.com/spryker/product-image-storage.git", + "reference": "bb01a66a8ebdd9712de541b8c82c586759018531" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-management/zipball/2bc8abfb33521ab7bbd8ff8f5472c798bff2c488", - "reference": "2bc8abfb33521ab7bbd8ff8f5472c798bff2c488", + "url": "https://api.github.com/repos/spryker/product-image-storage/zipball/bb01a66a8ebdd9712de541b8c82c586759018531", + "reference": "bb01a66a8ebdd9712de541b8c82c586759018531", "shasum": "" }, "require": { - "everon/collection": "^1.0.0", "php": ">=8.0", - "spryker/availability": "^9.0.0", - "spryker/category": "^3.0.0 || ^4.0.0 || ^5.0.0", - "spryker/currency": "^3.2.0 || ^4.0.0", - "spryker/decimal-object": "^1.0.0", - "spryker/gui": "^3.48.0", + "spryker/event-behavior": "^1.10.0", "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/money": "^2.4.0", - "spryker/price": "^5.0.0", - "spryker/price-product": "^2.1.0 || ^4.0.0", - "spryker/product": "^6.26.0", - "spryker/product-attribute": "^1.9.0", - "spryker/product-bundle": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^6.0.0 || ^7.0.0", - "spryker/product-category": "^4.12.1", - "spryker/product-group": "^1.0.0", - "spryker/product-image": "^3.0.0", - "spryker/product-management-extension": "^1.6.0", - "spryker/product-validity": "^1.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/stock": "^8.0.0", - "spryker/store": "^1.19.0", - "spryker/symfony": "^3.0.0", - "spryker/tax": "^4.0.0 || ^5.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/transfer": "^3.25.0", - "spryker/twig": "^3.16.0", - "spryker/util-encoding": "^2.0.0", - "spryker/util-text": "^1.1.0" + "spryker/product": "^5.5.0 || ^6.0.0", + "spryker/product-image": "^3.8.0", + "spryker/propel-orm": "^1.5.0", + "spryker/storage": "^3.4.0", + "spryker/synchronization": "^0.2.0 || ^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.0.0" }, "require-dev": { - "spryker/application": "*", "spryker/code-sniffer": "*", - "spryker/config": "*", - "spryker/container": "*", - "spryker/event-dispatcher": "*", - "spryker/form": "*", - "spryker/money-gui": "*", + "spryker/event": "*", + "spryker/product-attribute": "*", + "spryker/product-storage": "*", "spryker/propel": "*", - "spryker/router": "*", - "spryker/testify": "*", - "spryker/util-number": "*", - "spryker/validator": "*", - "spryker/zed-navigation": "*" + "spryker/queue": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", + "spryker/product-storage": "If you want to use ProductStorage plugins, minimum required version: 0.1.0" }, "type": "library", "extra": { @@ -47046,152 +48391,159 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\ProductManagement\\PageObject\\": "tests/SprykerTest/Zed/ProductManagement/_support/PageObject/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductManagement module", + "description": "ProductImageStorage module", "support": { - "source": "https://github.com/spryker/product-management/tree/0.19.37" + "source": "https://github.com/spryker/product-image-storage/tree/1.15.1" }, - "time": "2023-05-29T09:03:54+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-management-extension", - "version": "1.6.0", + "name": "spryker/product-label", + "version": "3.9.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-management-extension.git", - "reference": "9e9d5492bc92e045d57f3f976b632561425e29ce" + "url": "https://github.com/spryker/product-label.git", + "reference": "18cfaec264d5da6aff453581cd96f541ad4ee38d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-management-extension/zipball/9e9d5492bc92e045d57f3f976b632561425e29ce", - "reference": "9e9d5492bc92e045d57f3f976b632561425e29ce", + "url": "https://api.github.com/repos/spryker/product-label/zipball/18cfaec264d5da6aff453581cd96f541ad4ee38d", + "reference": "18cfaec264d5da6aff453581cd96f541ad4ee38d", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=8.0", + "spryker/event": "^1.0.0 || ^2.3.0", + "spryker/kernel": "^3.30.0", + "spryker/key-builder": "^1.0.0", + "spryker/locale": "^3.1.0 || ^4.0.0", + "spryker/log": "^2.0.0 || ^3.0.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/product-extension": "^1.4.0", + "spryker/propel-orm": "^1.1.0", + "spryker/storage": "^3.0.0", + "spryker/store": "^1.4.0", + "spryker/symfony": "^3.0.0", + "spryker/touch": "^3.1.0 || ^4.0.0", + "spryker/transfer": "^3.27.0", + "spryker/twig": "^3.0.0" }, "require-dev": { + "spryker/catalog": "*", "spryker/code-sniffer": "*", - "spryker/gui": "*", - "spryker/symfony": "^3.0.0" + "spryker/propel": "^3.0.0", + "spryker/search": "*", + "spryker/silex": "*", + "spryker/testify": "*" }, "suggest": { - "spryker/gui": "If you want to use ProductTableConfigurationExpanderPluginInterface plugins", - "spryker/symfony": "" + "spryker/catalog": "If you want to use Catalog plugins, minimum required version: 5.2.0.", + "spryker/search": "(^6.4.0) If you want to use ProductLabelFacetValueTransformerPlugin.", + "spryker/silex": "If you want to use the ProductLabelTwigServiceProvider." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\ProductLabel\\Helper\\": "tests/SprykerTest/Zed/ProductLabel/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductManagementExtension module", + "description": "ProductLabel module", "support": { - "source": "https://github.com/spryker/product-management-extension/tree/1.6.0" + "source": "https://github.com/spryker/product-label/tree/3.9.0" }, - "time": "2022-02-11T12:49:43+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-measurement-unit", - "version": "5.3.2", + "name": "spryker/product-label-collector", + "version": "1.3.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-measurement-unit.git", - "reference": "4cbf593db18fe7698122e38f535a68371535ff6e" + "url": "https://github.com/spryker/product-label-collector.git", + "reference": "b348a46d08fccba85f2392e76a6a9e23ae96f4f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-measurement-unit/zipball/4cbf593db18fe7698122e38f535a68371535ff6e", - "reference": "4cbf593db18fe7698122e38f535a68371535ff6e", + "url": "https://api.github.com/repos/spryker/product-label-collector/zipball/b348a46d08fccba85f2392e76a6a9e23ae96f4f5", + "reference": "b348a46d08fccba85f2392e76a6a9e23ae96f4f5", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/cart-extension": "^1.2.0 || ^2.0.0 || ^4.0.0", - "spryker/event": "^2.0.0", - "spryker/glossary": "^3.0.0", + "spryker/collector": "^5.1.1 || ^6.0.0", "spryker/kernel": "^3.30.0", - "spryker/persistent-cart-extension": "^1.0.0", - "spryker/product": "^6.0.0", - "spryker/product-page-search-extension": "^1.3.0", - "spryker/propel-orm": "^1.6.0", - "spryker/sales": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^10.0.0 || ^11.0.0", - "spryker/sales-extension": "^1.6.0", - "spryker/store": "^1.1.0", - "spryker/util-measurement-unit-conversion": "^0.1.0 || ^1.0.0" + "spryker/product-label": "^1.0.0 || ^2.0.0 || ^3.0.0", + "spryker/propel-orm": "^1.1.0", + "spryker/symfony": "^3.0.0", + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/util-data-reader": "^1.0.0" }, "require-dev": { - "spryker/cart": "*", "spryker/code-sniffer": "*", "spryker/container": "*", - "spryker/customer": "*", - "spryker/installer": "*", - "spryker/oms": "*", - "spryker/propel": "*", + "spryker/product": "*", + "spryker/propel": "^3.0.0", + "spryker/store": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/cart": "If you want to use cart plugins: ^4.0.0", - "spryker/installer": "If you want to use ProductMeasurementUnitInstallerPlugin. Minimum required version: ^4.0.0." - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\ProductMeasurementUnit\\Helper\\": "tests/SprykerTest/Shared/ProductMeasurementUnit/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductMeasurementUnit module", + "description": "ProductLabelCollector module", "support": { - "source": "https://github.com/spryker/product-measurement-unit/tree/5.3.2" + "source": "https://github.com/spryker/product-label-collector/tree/1.3.1" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-measurement-unit-data-import", - "version": "1.2.7", + "name": "spryker/product-label-data-import", + "version": "0.1.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-measurement-unit-data-import.git", - "reference": "563d156ece93b6cc5755f978a35eba8938f57be6" + "url": "https://github.com/spryker/product-label-data-import.git", + "reference": "ba1f8a6c63a697647ad277cd121ce1656c7de200" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-measurement-unit-data-import/zipball/563d156ece93b6cc5755f978a35eba8938f57be6", - "reference": "563d156ece93b6cc5755f978a35eba8938f57be6", + "url": "https://api.github.com/repos/spryker/product-label-data-import/zipball/ba1f8a6c63a697647ad277cd121ce1656c7de200", + "reference": "ba1f8a6c63a697647ad277cd121ce1656c7de200", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/data-import": "^1.3.0", + "php": ">=8.0", + "spryker/data-import": "^1.4.3", "spryker/kernel": "^3.30.0", "spryker/product": "^6.0.0", - "spryker/product-measurement-unit": "^0.1.1 || ^0.2.0 || ^1.0.0 || ^2.0.0 || ^4.0.0 || ^5.0.0", + "spryker/product-label": "^3.0.0", + "spryker/propel-orm": "^1.0.0", "spryker/store": "^1.0.0" }, "require-dev": { @@ -47207,66 +48559,51 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\ProductMeasurementUnitDataImport\\Helper\\": "tests/SprykerTest/Zed/ProductMeasurementUnitDataImport/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "description": "ProductMeasurementUnitDataImport module", + "description": "ProductLabelDataImport module", "support": { - "source": "https://github.com/spryker/product-measurement-unit-data-import/tree/master" + "source": "https://github.com/spryker/product-label-data-import/tree/0.1.1" }, - "time": "2020-01-16T06:35:30+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-measurement-unit-storage", - "version": "1.11.0", + "name": "spryker/product-label-discount-connector", + "version": "3.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-measurement-unit-storage.git", - "reference": "7734dfcf3cd0c69c2a444c68442d492e97db3441" + "url": "https://github.com/spryker/product-label-discount-connector.git", + "reference": "006a4e5b7864d27cc89355373dea78a5fa3106d1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-measurement-unit-storage/zipball/7734dfcf3cd0c69c2a444c68442d492e97db3441", - "reference": "7734dfcf3cd0c69c2a444c68442d492e97db3441", + "url": "https://api.github.com/repos/spryker/product-label-discount-connector/zipball/006a4e5b7864d27cc89355373dea78a5fa3106d1", + "reference": "006a4e5b7864d27cc89355373dea78a5fa3106d1", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/event-behavior": "^1.8.0", - "spryker/kernel": "^3.37.0", - "spryker/product-measurement-unit": "^1.1.0 || ^2.2.0 || ^4.0.0 || ^5.0.0", - "spryker/quick-order-extension": "^1.0.0", - "spryker/storage": "^3.0.0", - "spryker/store": "^1.4.0", - "spryker/synchronization": "^0.2.0 || ^1.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.1.0", - "spryker/transfer": "^3.25.0", - "spryker/util-encoding": "^1.0.0 || ^2.0.0" + "php": ">=8.0", + "spryker/discount": "^4.7.0 || ^5.3.0 || ^6.5.0 || ^7.6.0 || ^9.30.0", + "spryker/discount-extension": "^1.2.0", + "spryker/kernel": "^3.30.0", + "spryker/product-label": "^1.2.0 || ^2.9.0 || ^3.6.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/event": "*", - "spryker/product-storage": "*", + "spryker/product": "*", "spryker/propel": "*", - "spryker/publisher": "*", - "spryker/queue": "*", - "spryker/ramsey-uuid": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/event": "If you want to use Event plugins: ^2.1.0", - "spryker/propel-orm": "If you want to use transaction functionality: ^1.3.0" - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -47278,51 +48615,54 @@ "license": [ "proprietary" ], - "description": "ProductMeasurementUnitStorage module", + "description": "ProductLabelDiscountConnector module", "support": { - "source": "https://github.com/spryker/product-measurement-unit-storage/tree/1.11.0" + "source": "https://github.com/spryker/product-label-discount-connector/tree/3.1.0" }, - "time": "2022-04-18T08:41:46+00:00" + "time": "2023-03-10T13:03:26+00:00" }, { - "name": "spryker/product-measurement-units-rest-api", - "version": "1.1.0", + "name": "spryker/product-label-gui", + "version": "3.4.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-measurement-units-rest-api.git", - "reference": "37e3a8ca2707f0fe7622d86192574b59701983b6" + "url": "https://github.com/spryker/product-label-gui.git", + "reference": "d69becfe60530826ece63b26d358a3fbf107cdb6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-measurement-units-rest-api/zipball/37e3a8ca2707f0fe7622d86192574b59701983b6", - "reference": "37e3a8ca2707f0fe7622d86192574b59701983b6", + "url": "https://api.github.com/repos/spryker/product-label-gui/zipball/d69becfe60530826ece63b26d358a3fbf107cdb6", + "reference": "d69becfe60530826ece63b26d358a3fbf107cdb6", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/carts-rest-api-extension": "^1.5.0", - "spryker/glossary-storage": "^1.0.0", - "spryker/glue-application": "^1.15.0", - "spryker/glue-application-extension": "^1.0.0", + "php": ">=8.0", + "spryker/category": "^3.2.0 || ^4.0.0 || ^5.0.0", + "spryker/gui": "^3.45.0", "spryker/kernel": "^3.30.0", - "spryker/orders-rest-api-extension": "^1.0.0", - "spryker/product-measurement-unit-storage": "^1.6.0", - "spryker/product-storage": "^1.24.0", - "spryker/quote-requests-rest-api-extension": "^1.0.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/money": "^2.0.0", + "spryker/price": "^5.0.0", + "spryker/price-product": "^1.0.0 || ^2.0.0 || ^4.0.0", + "spryker/product": "^5.1.0 || ^6.0.0", + "spryker/product-category": "^4.0.0", + "spryker/product-label": "^3.0.0", + "spryker/propel-orm": "^1.1.0", + "spryker/store": "^1.19.0", "spryker/symfony": "^3.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/transfer": "^3.18.0" + "spryker/twig": "^3.16.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/decimal-object": "*", + "spryker/container": "*", "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -47334,71 +48674,54 @@ "license": [ "proprietary" ], - "description": "ProductMeasurementUnitsRestApi module", + "description": "ProductLabelGui module", "support": { - "source": "https://github.com/spryker/product-measurement-units-rest-api/tree/1.1.0" + "source": "https://github.com/spryker/product-label-gui/tree/3.4.0" }, - "time": "2021-07-06T13:27:56+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-merchant-portal-gui", - "version": "3.5.1", + "name": "spryker/product-label-search", + "version": "2.5.2", "source": { "type": "git", - "url": "https://github.com/spryker/product-merchant-portal-gui.git", - "reference": "81afd4c4cdf530b3109227038db0b2c679170fec" + "url": "https://github.com/spryker/product-label-search.git", + "reference": "46f6d2f36a7b4c15ed85acc29457cd2454f46b91" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-merchant-portal-gui/zipball/81afd4c4cdf530b3109227038db0b2c679170fec", - "reference": "81afd4c4cdf530b3109227038db0b2c679170fec", + "url": "https://api.github.com/repos/spryker/product-label-search/zipball/46f6d2f36a7b4c15ed85acc29457cd2454f46b91", + "reference": "46f6d2f36a7b4c15ed85acc29457cd2454f46b91", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/category": "^5.0.0", - "spryker/currency": "^3.1.0 || ^4.0.0", - "spryker/decimal-object": "^1.0.0", - "spryker/gui": "^3.48.0", - "spryker/gui-table": "^2.0.0", - "spryker/kernel": "^3.51.0", - "spryker/laminas": "^1.0.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/merchant-product": "^1.0.0", - "spryker/merchant-product-approval": "^1.0.0", - "spryker/merchant-stock": "^1.0.0", - "spryker/merchant-user": "^1.0.0", - "spryker/money": "^2.0.0", - "spryker/oms": "^11.7.0", - "spryker/price-product": "^4.35.0", - "spryker/price-product-volume": "^3.3.0", - "spryker/product": "^6.25.0", - "spryker/product-approval": "^1.0.0", - "spryker/product-attribute": "^1.8.0", - "spryker/product-category": "^4.6.0", - "spryker/product-image": "^3.0.0", - "spryker/product-merchant-portal-gui-extension": "^1.1.0", - "spryker/product-offer-merchant-portal-gui-extension": "^1.0.0", - "spryker/product-validity": "^1.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/store": "^1.19.0", - "spryker/symfony": "^3.0.0", + "spryker/event-behavior": "^1.1.0", + "spryker/kernel": "^3.30.0", + "spryker/product-label": "^3.7.0", + "spryker/product-page-search": "^0.1.0 || ^1.0.0 || ^2.2.0 || ^3.0.0", + "spryker/product-page-search-extension": "^1.0.0", + "spryker/publisher-extension": "^1.0.0", "spryker/transfer": "^3.27.0", - "spryker/translator": "^1.1.0", - "spryker/util-encoding": "^2.0.0", - "spryker/zed-ui": "^2.1.0" + "spryker/util-sanitize": "^2.1.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", + "spryker/event": "*", + "spryker/product": "*", "spryker/propel": "*", + "spryker/store": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", + "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0", + "spryker/search": "If you want to use Search plugins, minimum required version: 7.0.0" + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -47410,94 +48733,111 @@ "license": [ "proprietary" ], - "description": "ProductMerchantPortalGui module", + "description": "ProductLabelSearch module", "support": { - "source": "https://github.com/spryker/product-merchant-portal-gui/tree/3.5.1" + "source": "https://github.com/spryker/product-label-search/tree/2.5.2" }, - "time": "2023-05-29T09:03:54+00:00" + "time": "2023-05-05T18:20:59+00:00" }, { - "name": "spryker/product-merchant-portal-gui-extension", - "version": "1.1.0", + "name": "spryker/product-label-storage", + "version": "2.8.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-merchant-portal-gui-extension.git", - "reference": "a86b637633bd234553af965a856d9a030852dfae" + "url": "https://github.com/spryker/product-label-storage.git", + "reference": "467a47e627786dda4b12061ff799c7e70ea38df4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-merchant-portal-gui-extension/zipball/a86b637633bd234553af965a856d9a030852dfae", - "reference": "a86b637633bd234553af965a856d9a030852dfae", + "url": "https://api.github.com/repos/spryker/product-label-storage/zipball/467a47e627786dda4b12061ff799c7e70ea38df4", + "reference": "467a47e627786dda4b12061ff799c7e70ea38df4", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=8.0", + "spryker/event-behavior": "^1.10.0", + "spryker/kernel": "^3.30.0", + "spryker/product-label": "^3.6.0", + "spryker/propel-orm": "^1.5.0", + "spryker/publisher-extension": "^1.0.0", + "spryker/storage": "^3.4.0", + "spryker/store": "^1.19.0", + "spryker/synchronization": "^0.2.0 || ^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.1.0", + "spryker/transfer": "^3.27.0", + "spryker/util-encoding": "^1.0.0 || ^2.0.0" }, "require-dev": { + "spryker/catalog": "*", "spryker/code-sniffer": "*", - "spryker/gui-table": "*", - "spryker/symfony": "*" + "spryker/container": "*", + "spryker/event": "*", + "spryker/locale": "*", + "spryker/product": "*", + "spryker/product-attribute": "*", + "spryker/propel": "*", + "spryker/publisher": "*", + "spryker/queue": "*", + "spryker/search": "*", + "spryker/testify": "*" }, "suggest": { - "spryker/gui-table": "If you want to use GuiTableConfigurationBuilderInterface for expander plugins.", - "spryker/symfony": "If you want to use ProductMerchantPortalGui form expander plugins." + "spryker/catalog": "If you want to use Catalog plugins, minimum required version: 5.2.0", + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", + "spryker/search": "If you want to use Search plugins, minimum required version: 7.0.0", + "spryker/search-http": "If you want to use SearchHttp plugins." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\ProductLabelStorage\\Helper\\": "tests/SprykerTest/Zed/ProductLabelStorage/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductMerchantPortalGuiExtension module", + "description": "ProductLabelStorage module", "support": { - "source": "https://github.com/spryker/product-merchant-portal-gui-extension/tree/1.1.0" + "source": "https://github.com/spryker/product-label-storage/tree/2.8.0" }, - "time": "2022-04-15T13:47:42+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-new", - "version": "1.5.0", + "name": "spryker/product-labels-rest-api", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-new.git", - "reference": "043be398dba289ceb472cda5db40df6cf3bf462c" + "url": "https://github.com/spryker/product-labels-rest-api.git", + "reference": "9ee77eb8fe57420965d886ada290e151abec96d1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-new/zipball/043be398dba289ceb472cda5db40df6cf3bf462c", - "reference": "043be398dba289ceb472cda5db40df6cf3bf462c", + "url": "https://api.github.com/repos/spryker/product-labels-rest-api/zipball/9ee77eb8fe57420965d886ada290e151abec96d1", + "reference": "9ee77eb8fe57420965d886ada290e151abec96d1", "shasum": "" }, "require": { - "php": ">=8.0", + "php": ">=7.4", + "spryker/glue-application": "^1.0.0", + "spryker/glue-application-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/product-label": "^2.1.0 || ^3.0.0", - "spryker/product-label-storage": "^0.1.2 || ^1.7.0 || ^2.0.0", - "spryker/propel-orm": "^1.1.0", - "spryker/search": "^7.0.0 || ^8.0.0", - "spryker/search-extension": "^1.0.0", + "spryker/product-label-storage": "^1.7.0 || ^2.0.0", + "spryker/product-storage": "^1.16.0", "spryker/store": "^1.4.0", + "spryker/symfony": "^3.0.0", + "spryker/synchronization-behavior": "^1.2.0", "spryker/transfer": "^3.25.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/elastica": "*", - "spryker/propel": "^3.0.0", - "spryker/testify": "*" - }, - "suggest": { - "spryker/elastica": "If you want to use Elastica plugins." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -47514,52 +48854,44 @@ "license": [ "proprietary" ], - "description": "ProductNew module", + "description": "ProductLabelsRestApi module", "support": { - "source": "https://github.com/spryker/product-new/tree/1.5.0" + "source": "https://github.com/spryker/product-labels-rest-api/tree/1.3.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2022-01-04T12:43:20+00:00" }, { - "name": "spryker/product-offer", - "version": "1.9.1", + "name": "spryker/product-list", + "version": "1.7.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-offer.git", - "reference": "42f2c1b44ed0075da4bcb158822d5bb49d35639f" + "url": "https://github.com/spryker/product-list.git", + "reference": "f2cf0c520c6eed821055c4579b5638c4752cb630" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-offer/zipball/42f2c1b44ed0075da4bcb158822d5bb49d35639f", - "reference": "42f2c1b44ed0075da4bcb158822d5bb49d35639f", + "url": "https://api.github.com/repos/spryker/product-list/zipball/f2cf0c520c6eed821055c4579b5638c4752cb630", + "reference": "f2cf0c520c6eed821055c4579b5638c4752cb630", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/availability-cart-connector-extension": "^1.0.0", - "spryker/availability-extension": "^1.1.0", - "spryker/cart-extension": "^4.0.0", - "spryker/checkout-extension": "^1.2.0", - "spryker/event": "^1.0.0 || ^2.0.0", + "spryker/cart-extension": "^1.5.0 || ^2.1.0 || ^4.0.0", + "spryker/category": "^3.0.0 || ^4.0.0 || ^5.0.0", "spryker/kernel": "^3.33.0", "spryker/messenger": "^3.0.0", - "spryker/product": "^6.0.0", - "spryker/product-offer-extension": "^1.0.0", - "spryker/propel-orm": "^1.3.0", - "spryker/store": "^1.0.0", - "spryker/transfer": "^3.27.0" + "spryker/product": "^5.7.0 || ^6.11.0", + "spryker/product-category": "^4.0.0", + "spryker/product-list-extension": "^1.1.0", + "spryker/propel-orm": "^1.0.0", + "spryker/transfer": "^3.27.0", + "spryker/util-text": "^1.0.0" }, "require-dev": { - "spryker/cart": "*", "spryker/code-sniffer": "*", - "spryker/container": "*", "spryker/propel": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/cart": "If you want to use Cart plugins." - }, "type": "library", "extra": { "branch-alias": { @@ -47569,45 +48901,45 @@ "autoload": { "psr-4": { "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\ProductOffer\\Helper\\": "tests/SprykerTest/Zed/ProductOffer/_support/Helper/" + "SprykerTest\\Zed\\ProductList\\Helper\\": "tests/SprykerTest/Zed/ProductList/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductOffer module", + "description": "ProductList module", "support": { - "source": "https://github.com/spryker/product-offer/tree/1.9.1" + "source": "https://github.com/spryker/product-list/tree/1.7.1" }, - "time": "2023-07-04T16:48:08+00:00" + "time": "2023-02-02T12:10:12+00:00" }, { - "name": "spryker/product-offer-availabilities-rest-api", - "version": "1.1.0", + "name": "spryker/product-list-data-import", + "version": "0.1.2", "source": { "type": "git", - "url": "https://github.com/spryker/product-offer-availabilities-rest-api.git", - "reference": "3c75825793c01c7e860e6521052f8aa230bc9a8b" - }, + "url": "https://github.com/spryker/product-list-data-import.git", + "reference": "2ba020f24d33eb1ff3027bbc7d53130ae403ff06" + }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-offer-availabilities-rest-api/zipball/3c75825793c01c7e860e6521052f8aa230bc9a8b", - "reference": "3c75825793c01c7e860e6521052f8aa230bc9a8b", + "url": "https://api.github.com/repos/spryker/product-list-data-import/zipball/2ba020f24d33eb1ff3027bbc7d53130ae403ff06", + "reference": "2ba020f24d33eb1ff3027bbc7d53130ae403ff06", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/glue-application": "^1.8.0", - "spryker/glue-application-extension": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/product-offer-availability-storage": "^1.0.0", - "spryker/store": "^1.4.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.18.0" + "php": ">=7.3", + "spryker/category": "^3.0.0 || ^4.0.0 || ^5.0.0", + "spryker/data-import": "^1.3.0", + "spryker/kernel": "^3.30.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/product-list": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -47617,49 +48949,39 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\ProductListDataImport\\Helper\\": "tests/SprykerTest/Zed/ProductListDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "ProductOfferAvailabilitiesRestApi module", + "description": "ProductListDataImport module", "support": { - "source": "https://github.com/spryker/product-offer-availabilities-rest-api/tree/1.1.0" + "source": "https://github.com/spryker/product-list-data-import/tree/0.1.2" }, - "time": "2022-10-05T13:45:38+00:00" + "time": "2021-01-29T11:44:40+00:00" }, { - "name": "spryker/product-offer-availability", - "version": "1.2.0", + "name": "spryker/product-list-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-offer-availability.git", - "reference": "af45c57b57c14c3b36df18e0c239aaddd321bf17" + "url": "https://github.com/spryker/product-list-extension.git", + "reference": "b6fa74a706a057a72e9ecda26c3294cb91687c9d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-offer-availability/zipball/af45c57b57c14c3b36df18e0c239aaddd321bf17", - "reference": "af45c57b57c14c3b36df18e0c239aaddd321bf17", + "url": "https://api.github.com/repos/spryker/product-list-extension/zipball/b6fa74a706a057a72e9ecda26c3294cb91687c9d", + "reference": "b6fa74a706a057a72e9ecda26c3294cb91687c9d", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/availability-extension": "^1.0.0", - "spryker/decimal-object": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/oms": "^11.7.0", - "spryker/product-offer": "^1.8.0", - "spryker/product-offer-stock": "^1.1.0", - "spryker/transfer": "^3.27.0" + "php": ">=7.2" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/product": "*", - "spryker/propel": "*", - "spryker/stock": "*", - "spryker/store": "*", "spryker/testify": "*" }, "type": "library", @@ -47677,63 +48999,51 @@ "license": [ "proprietary" ], - "description": "ProductOfferAvailability module", + "description": "ProductListExtension module", "support": { - "source": "https://github.com/spryker/product-offer-availability/tree/1.2.0" + "source": "https://github.com/spryker/product-list-extension/tree/1.1.0" }, - "time": "2023-05-15T10:55:04+00:00" + "time": "2019-11-27T16:02:31+00:00" }, { - "name": "spryker/product-offer-availability-storage", - "version": "1.1.0", + "name": "spryker/product-list-gui", + "version": "2.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-offer-availability-storage.git", - "reference": "bd444d2c9262bd36a1d3792da852bcda46aa4dc9" + "url": "https://github.com/spryker/product-list-gui.git", + "reference": "2a03be2cc583a9acdeea8f07226c3567d8422c0a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-offer-availability-storage/zipball/bd444d2c9262bd36a1d3792da852bcda46aa4dc9", - "reference": "bd444d2c9262bd36a1d3792da852bcda46aa4dc9", + "url": "https://api.github.com/repos/spryker/product-list-gui/zipball/2a03be2cc583a9acdeea8f07226c3567d8422c0a", + "reference": "2a03be2cc583a9acdeea8f07226c3567d8422c0a", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/availability-storage-extension": "^1.0.0", - "spryker/event-behavior": "^1.0.0", + "spryker/category": "^4.6.0 || ^5.0.0", + "spryker/configurable-bundle-gui-extension": "^1.0.0", + "spryker/gui": "^3.45.0", "spryker/kernel": "^3.33.0", - "spryker/oms-product-offer-reservation": "^1.0.0", - "spryker/product-offer": "^1.0.0", - "spryker/product-offer-availability": "^1.0.0", - "spryker/product-offer-stock": "^1.0.0", - "spryker/propel-orm": "^1.3.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/storage": "^3.0.0", - "spryker/store": "^1.0.0", - "spryker/synchronization": "^1.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.1.0", - "spryker/transfer": "^3.18.0", - "spryker/util-encoding": "^2.0.0" + "spryker/locale": "^3.1.0 || ^4.0.0", + "spryker/product": "^6.4.0", + "spryker/product-list": "^1.6.0", + "spryker/product-list-gui-extension": "^1.2.0", + "spryker/propel-orm": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/util-csv": "^1.0.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/decimal-object": "*", - "spryker/event": "*", - "spryker/oms": "*", - "spryker/product": "*", - "spryker/propel": "*", - "spryker/queue": "*", - "spryker/stock": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" + "spryker/merchant-relationship-product-list-gui": "If you want to use MerchantRelationshipProductListGui plugins. Minimum required version: ^1.1.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -47745,31 +49055,38 @@ "license": [ "proprietary" ], - "description": "ProductOfferAvailabilityStorage module", + "description": "ProductListGui module", "support": { - "source": "https://github.com/spryker/product-offer-availability-storage/tree/1.1.0" + "source": "https://github.com/spryker/product-list-gui/tree/2.3.0" }, - "time": "2023-05-15T10:55:04+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-offer-extension", - "version": "1.0.1", + "name": "spryker/product-list-gui-extension", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-offer-extension.git", - "reference": "6d69e33149a3020009277e74a07332be8a5ef954" + "url": "https://github.com/spryker/product-list-gui-extension.git", + "reference": "f3ca8ea97950926fcabb39ae54bad6536591042e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-offer-extension/zipball/6d69e33149a3020009277e74a07332be8a5ef954", - "reference": "6d69e33149a3020009277e74a07332be8a5ef954", + "url": "https://api.github.com/repos/spryker/product-list-gui-extension/zipball/f3ca8ea97950926fcabb39ae54bad6536591042e", + "reference": "f3ca8ea97950926fcabb39ae54bad6536591042e", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=7.2" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/gui": "*", + "spryker/symfony": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/gui": "If you want to use ProductListGui plugins. Minimum required version: ^1.0.0", + "spryker/symfony": "Required to use form in plugin" }, "type": "library", "extra": { @@ -47786,50 +49103,59 @@ "license": [ "proprietary" ], - "description": "ProductOfferExtension module", + "description": "ProductListGuiExtension module", "support": { - "source": "https://github.com/spryker/product-offer-extension/tree/1.0.1" + "source": "https://github.com/spryker/product-list-gui-extension/tree/1.2.0" }, - "time": "2022-04-26T16:30:57+00:00" + "time": "2019-11-15T11:10:36+00:00" }, { - "name": "spryker/product-offer-gui", - "version": "1.4.0", + "name": "spryker/product-list-search", + "version": "2.6.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-offer-gui.git", - "reference": "e4872a7a1770108964a92861c6d3c812fdcc6159" + "url": "https://github.com/spryker/product-list-search.git", + "reference": "f50d40fb58630cd4776c6d0cc6ccae9af2dfb1ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-offer-gui/zipball/e4872a7a1770108964a92861c6d3c812fdcc6159", - "reference": "e4872a7a1770108964a92861c6d3c812fdcc6159", + "url": "https://api.github.com/repos/spryker/product-list-search/zipball/f50d40fb58630cd4776c6d0cc6ccae9af2dfb1ab", + "reference": "f50d40fb58630cd4776c6d0cc6ccae9af2dfb1ab", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/gui": "^3.45.0", - "spryker/kernel": "^3.33.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/product": "^6.0.0", - "spryker/product-offer": "^1.0.0", - "spryker/product-offer-gui-extension": "^1.0.0", - "spryker/propel-orm": "^1.9.0", - "spryker/store": "^1.4.0", - "spryker/symfony": "^3.0.0", - "spryker/util-text": "^1.1.0" + "spryker/event-behavior": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/product-category": "^4.7.0", + "spryker/product-list": "^1.7.0", + "spryker/product-page-search": "^3.2.0", + "spryker/product-page-search-extension": "^1.0.0", + "spryker/publisher-extension": "^1.0.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { + "spryker/category": "*", "spryker/code-sniffer": "*", - "spryker/container": "*", + "spryker/elastica": "*", + "spryker/event": "*", "spryker/propel": "*", - "spryker/testify": "*", - "spryker/twig": "*" + "spryker/search": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/category": "If you want to use lists Category relations, minimum required version: 3.0.0", + "spryker/customer": "If you want to use lists Customer plugins, minimum required version: 7.0.0", + "spryker/elastica": "If you want to use QueryExpander plugins, minimum required version: 4.0.0", + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", + "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0", + "spryker/search": "If you want to use Search plugins, minimum required version: 7.0.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -47841,35 +49167,52 @@ "license": [ "proprietary" ], - "description": "ProductOfferGui module", + "description": "ProductListSearch module", "support": { - "source": "https://github.com/spryker/product-offer-gui/tree/1.4.0" + "source": "https://github.com/spryker/product-list-search/tree/2.6.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-01-16T13:42:24+00:00" }, { - "name": "spryker/product-offer-gui-extension", - "version": "1.0.1", + "name": "spryker/product-list-storage", + "version": "1.16.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-offer-gui-extension.git", - "reference": "0737dcdb4a03d80ec54566584a0abdb10249cda5" + "url": "https://github.com/spryker/product-list-storage.git", + "reference": "3b8953519218a74ce2cafc42529243165a2683cd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-offer-gui-extension/zipball/0737dcdb4a03d80ec54566584a0abdb10249cda5", - "reference": "0737dcdb4a03d80ec54566584a0abdb10249cda5", + "url": "https://api.github.com/repos/spryker/product-list-storage/zipball/3b8953519218a74ce2cafc42529243165a2683cd", + "reference": "3b8953519218a74ce2cafc42529243165a2683cd", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=8.0", + "spryker/customer": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", + "spryker/event-behavior": "^1.0.0", + "spryker/kernel": "^3.49.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/product-category": "^4.0.0", + "spryker/product-list": "^1.7.0", + "spryker/product-storage-extension": "^1.3.0", + "spryker/publisher-extension": "^1.0.0", + "spryker/storage": "^3.0.0", + "spryker/synchronization": "^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.1.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/gui": "*" + "spryker/event": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "suggest": { - "spryker/gui": "If you want to use table expander plugin." + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", + "spryker/product-storage": "If you want to use restriction plugins, minimum required version: 1.0.0", + "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0" }, "type": "library", "extra": { @@ -47886,106 +49229,120 @@ "license": [ "proprietary" ], - "description": "ProductOfferGuiExtension module", + "description": "ProductListStorage module", "support": { - "source": "https://github.com/spryker/product-offer-gui-extension/tree/1.0.1" + "source": "https://github.com/spryker/product-list-storage/tree/1.16.0" }, - "time": "2022-04-26T16:30:57+00:00" + "time": "2023-01-16T13:42:24+00:00" }, { - "name": "spryker/product-offer-merchant-portal-gui", - "version": "2.4.0", + "name": "spryker/product-management", + "version": "0.19.37", "source": { "type": "git", - "url": "https://github.com/spryker/product-offer-merchant-portal-gui.git", - "reference": "57cd57c351a304d01e532d671ad2c25adf4f4638" + "url": "https://github.com/spryker/product-management.git", + "reference": "2bc8abfb33521ab7bbd8ff8f5472c798bff2c488" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-offer-merchant-portal-gui/zipball/57cd57c351a304d01e532d671ad2c25adf4f4638", - "reference": "57cd57c351a304d01e532d671ad2c25adf4f4638", + "url": "https://api.github.com/repos/spryker/product-management/zipball/2bc8abfb33521ab7bbd8ff8f5472c798bff2c488", + "reference": "2bc8abfb33521ab7bbd8ff8f5472c798bff2c488", "shasum": "" }, "require": { + "everon/collection": "^1.0.0", "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/currency": "^3.8.0 || ^4.0.0", - "spryker/dashboard-merchant-portal-gui-extension": "^1.0.0", + "spryker/availability": "^9.0.0", + "spryker/category": "^3.0.0 || ^4.0.0 || ^5.0.0", + "spryker/currency": "^3.2.0 || ^4.0.0", "spryker/decimal-object": "^1.0.0", - "spryker/gui-table": "^2.0.0", - "spryker/kernel": "^3.51.0", - "spryker/laminas": "^1.0.0", + "spryker/gui": "^3.48.0", + "spryker/kernel": "^3.30.0", "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/merchant": "^3.0.0", - "spryker/merchant-product-offer": "^1.0.0", - "spryker/merchant-stock": "^1.0.0", - "spryker/merchant-user": "^1.0.0", - "spryker/money": "^2.0.0", - "spryker/price-product": "^4.0.0", - "spryker/price-product-offer": "^1.0.0", - "spryker/price-product-offer-volume": "^1.0.0", - "spryker/price-product-volume": "^3.2.0", - "spryker/product": "^6.0.0", - "spryker/product-image": "^3.3.0", - "spryker/product-offer": "^1.0.0", - "spryker/product-offer-merchant-portal-gui-extension": "^1.0.0", - "spryker/product-offer-stock": "^1.0.0", - "spryker/product-offer-validity": "^1.0.0", + "spryker/money": "^2.4.0", + "spryker/price": "^5.0.0", + "spryker/price-product": "^2.1.0 || ^4.0.0", + "spryker/product": "^6.26.0", + "spryker/product-attribute": "^1.9.0", + "spryker/product-bundle": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^6.0.0 || ^7.0.0", + "spryker/product-category": "^4.12.1", + "spryker/product-group": "^1.0.0", + "spryker/product-image": "^3.0.0", + "spryker/product-management-extension": "^1.6.0", "spryker/product-validity": "^1.0.0", "spryker/propel-orm": "^1.0.0", - "spryker/router": "^1.13.0", - "spryker/sales-merchant-portal-gui-extension": "^1.0.0", - "spryker/store": "^1.1.0", + "spryker/stock": "^8.0.0", + "spryker/store": "^1.19.0", "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.27.0", - "spryker/translator": "^1.1.0", - "spryker/twig": "^3.0.0", + "spryker/tax": "^4.0.0 || ^5.0.0", + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/transfer": "^3.25.0", + "spryker/twig": "^3.16.0", "spryker/util-encoding": "^2.0.0", - "spryker/zed-ui": "^2.1.0" + "spryker/util-text": "^1.1.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/application": "*", + "spryker/code-sniffer": "*", + "spryker/config": "*", + "spryker/container": "*", + "spryker/event-dispatcher": "*", + "spryker/form": "*", + "spryker/money-gui": "*", + "spryker/propel": "*", + "spryker/router": "*", + "spryker/testify": "*", + "spryker/util-number": "*", + "spryker/validator": "*", + "spryker/zed-navigation": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\ProductManagement\\PageObject\\": "tests/SprykerTest/Zed/ProductManagement/_support/PageObject/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductOfferMerchantPortalGui module", + "description": "ProductManagement module", "support": { - "source": "https://github.com/spryker/product-offer-merchant-portal-gui/tree/2.4.0" + "source": "https://github.com/spryker/product-management/tree/0.19.37" }, "time": "2023-05-29T09:03:54+00:00" }, { - "name": "spryker/product-offer-merchant-portal-gui-extension", - "version": "1.0.0", + "name": "spryker/product-management-extension", + "version": "1.6.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-offer-merchant-portal-gui-extension.git", - "reference": "7b13619ebcbeb5a89fd6d058ba3b35c1bc8214f7" + "url": "https://github.com/spryker/product-management-extension.git", + "reference": "9e9d5492bc92e045d57f3f976b632561425e29ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-offer-merchant-portal-gui-extension/zipball/7b13619ebcbeb5a89fd6d058ba3b35c1bc8214f7", - "reference": "7b13619ebcbeb5a89fd6d058ba3b35c1bc8214f7", + "url": "https://api.github.com/repos/spryker/product-management-extension/zipball/9e9d5492bc92e045d57f3f976b632561425e29ce", + "reference": "9e9d5492bc92e045d57f3f976b632561425e29ce", "shasum": "" }, "require": { "php": ">=7.4" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/gui": "*", + "spryker/symfony": "^3.0.0" + }, + "suggest": { + "spryker/gui": "If you want to use ProductTableConfigurationExpanderPluginInterface plugins", + "spryker/symfony": "" }, "type": "library", "extra": { @@ -48002,137 +49359,167 @@ "license": [ "proprietary" ], - "description": "ProductOfferMerchantPortalGuiExtension module", + "description": "ProductManagementExtension module", "support": { - "source": "https://github.com/spryker/product-offer-merchant-portal-gui-extension/tree/1.0.0" + "source": "https://github.com/spryker/product-management-extension/tree/1.6.0" }, "time": "2022-02-11T12:49:43+00:00" }, { - "name": "spryker/product-offer-packaging-unit", - "version": "1.0.1", + "name": "spryker/product-measurement-unit", + "version": "5.3.2", "source": { "type": "git", - "url": "https://github.com/spryker/product-offer-packaging-unit.git", - "reference": "a9cbd22b5f98d3a21f9689e118d5cb69314593c9" + "url": "https://github.com/spryker/product-measurement-unit.git", + "reference": "4cbf593db18fe7698122e38f535a68371535ff6e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-offer-packaging-unit/zipball/a9cbd22b5f98d3a21f9689e118d5cb69314593c9", - "reference": "a9cbd22b5f98d3a21f9689e118d5cb69314593c9", + "url": "https://api.github.com/repos/spryker/product-measurement-unit/zipball/4cbf593db18fe7698122e38f535a68371535ff6e", + "reference": "4cbf593db18fe7698122e38f535a68371535ff6e", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/kernel": "^3.33.0", - "spryker/oms": "^11.7.0", - "spryker/oms-extension": "^1.2.0", - "spryker/propel-orm": "^1.9.0", - "spryker/sales": "^11.0.0", - "spryker/transfer": "^3.25.0" + "php": ">=8.0", + "spryker/cart-extension": "^1.2.0 || ^2.0.0 || ^4.0.0", + "spryker/event": "^2.0.0", + "spryker/glossary": "^3.0.0", + "spryker/kernel": "^3.30.0", + "spryker/persistent-cart-extension": "^1.0.0", + "spryker/product": "^6.0.0", + "spryker/product-page-search-extension": "^1.3.0", + "spryker/propel-orm": "^1.6.0", + "spryker/sales": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^10.0.0 || ^11.0.0", + "spryker/sales-extension": "^1.6.0", + "spryker/store": "^1.1.0", + "spryker/util-measurement-unit-conversion": "^0.1.0 || ^1.0.0" }, "require-dev": { + "spryker/cart": "*", "spryker/code-sniffer": "*", - "spryker/decimal-object": "*", - "spryker/product": "*", - "spryker/product-offer": "*", - "spryker/product-packaging-unit": "*", + "spryker/container": "*", + "spryker/customer": "*", + "spryker/installer": "*", + "spryker/oms": "*", "spryker/propel": "*", - "spryker/store": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/cart": "If you want to use cart plugins: ^4.0.0", + "spryker/installer": "If you want to use ProductMeasurementUnitInstallerPlugin. Minimum required version: ^4.0.0." + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "5.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\ProductMeasurementUnit\\Helper\\": "tests/SprykerTest/Shared/ProductMeasurementUnit/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductOfferPackagingUnit module", + "description": "ProductMeasurementUnit module", "support": { - "source": "https://github.com/spryker/product-offer-packaging-unit/tree/1.0.1" + "source": "https://github.com/spryker/product-measurement-unit/tree/5.3.2" }, - "time": "2022-04-26T16:30:57+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-offer-prices-rest-api", - "version": "2.0.1", + "name": "spryker/product-measurement-unit-data-import", + "version": "1.2.7", "source": { "type": "git", - "url": "https://github.com/spryker/product-offer-prices-rest-api.git", - "reference": "2d56c378454a2852f56563f6df560b603458a6a0" + "url": "https://github.com/spryker/product-measurement-unit-data-import.git", + "reference": "563d156ece93b6cc5755f978a35eba8938f57be6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-offer-prices-rest-api/zipball/2d56c378454a2852f56563f6df560b603458a6a0", - "reference": "2d56c378454a2852f56563f6df560b603458a6a0", + "url": "https://api.github.com/repos/spryker/product-measurement-unit-data-import/zipball/563d156ece93b6cc5755f978a35eba8938f57be6", + "reference": "563d156ece93b6cc5755f978a35eba8938f57be6", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/glue-application": "^1.8.0", - "spryker/glue-application-extension": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/price-product": "^4.0.0", - "spryker/price-product-storage": "^4.0.0", - "spryker/product-offer-prices-rest-api-extension": "^1.0.0", - "spryker/product-offer-storage": "^1.0.0", - "spryker/product-storage": "^1.16.0", - "spryker/symfony": "^3.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/transfer": "^3.25.0" + "php": ">=7.2", + "spryker/data-import": "^1.3.0", + "spryker/kernel": "^3.30.0", + "spryker/product": "^6.0.0", + "spryker/product-measurement-unit": "^0.1.1 || ^0.2.0 || ^1.0.0 || ^2.0.0 || ^4.0.0 || ^5.0.0", + "spryker/store": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\ProductMeasurementUnitDataImport\\Helper\\": "tests/SprykerTest/Zed/ProductMeasurementUnitDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "ProductOfferPricesRestApi module", + "description": "ProductMeasurementUnitDataImport module", "support": { - "source": "https://github.com/spryker/product-offer-prices-rest-api/tree/2.0.1" + "source": "https://github.com/spryker/product-measurement-unit-data-import/tree/master" }, - "time": "2022-04-26T16:30:57+00:00" + "time": "2020-01-16T06:35:30+00:00" }, { - "name": "spryker/product-offer-prices-rest-api-extension", - "version": "1.0.1", + "name": "spryker/product-measurement-unit-storage", + "version": "1.11.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-offer-prices-rest-api-extension.git", - "reference": "8ecc07e7afb2e8e17032f47d821bf51f50ad32eb" + "url": "https://github.com/spryker/product-measurement-unit-storage.git", + "reference": "7734dfcf3cd0c69c2a444c68442d492e97db3441" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-offer-prices-rest-api-extension/zipball/8ecc07e7afb2e8e17032f47d821bf51f50ad32eb", - "reference": "8ecc07e7afb2e8e17032f47d821bf51f50ad32eb", + "url": "https://api.github.com/repos/spryker/product-measurement-unit-storage/zipball/7734dfcf3cd0c69c2a444c68442d492e97db3441", + "reference": "7734dfcf3cd0c69c2a444c68442d492e97db3441", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=7.4", + "spryker/event-behavior": "^1.8.0", + "spryker/kernel": "^3.37.0", + "spryker/product-measurement-unit": "^1.1.0 || ^2.2.0 || ^4.0.0 || ^5.0.0", + "spryker/quick-order-extension": "^1.0.0", + "spryker/storage": "^3.0.0", + "spryker/store": "^1.4.0", + "spryker/synchronization": "^0.2.0 || ^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.1.0", + "spryker/transfer": "^3.25.0", + "spryker/util-encoding": "^1.0.0 || ^2.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/event": "*", + "spryker/product-storage": "*", + "spryker/propel": "*", + "spryker/publisher": "*", + "spryker/queue": "*", + "spryker/ramsey-uuid": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/event": "If you want to use Event plugins: ^2.1.0", + "spryker/propel-orm": "If you want to use transaction functionality: ^1.3.0" }, "type": "library", "extra": { @@ -48149,36 +49536,46 @@ "license": [ "proprietary" ], - "description": "ProductOfferPricesRestApiExtension module", + "description": "ProductMeasurementUnitStorage module", "support": { - "source": "https://github.com/spryker/product-offer-prices-rest-api-extension/tree/1.0.1" + "source": "https://github.com/spryker/product-measurement-unit-storage/tree/1.11.0" }, - "time": "2022-04-26T16:30:57+00:00" + "time": "2022-04-18T08:41:46+00:00" }, { - "name": "spryker/product-offer-reservation-gui", - "version": "1.1.1", + "name": "spryker/product-measurement-units-rest-api", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-offer-reservation-gui.git", - "reference": "e77e4bbd197b141616e5d0c9f16a9d79297d61ca" + "url": "https://github.com/spryker/product-measurement-units-rest-api.git", + "reference": "37e3a8ca2707f0fe7622d86192574b59701983b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-offer-reservation-gui/zipball/e77e4bbd197b141616e5d0c9f16a9d79297d61ca", - "reference": "e77e4bbd197b141616e5d0c9f16a9d79297d61ca", + "url": "https://api.github.com/repos/spryker/product-measurement-units-rest-api/zipball/37e3a8ca2707f0fe7622d86192574b59701983b6", + "reference": "37e3a8ca2707f0fe7622d86192574b59701983b6", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/decimal-object": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/oms-product-offer-reservation": "^1.0.0", - "spryker/product-offer-stock-gui-extension": "^1.0.0", + "php": ">=7.3", + "spryker/carts-rest-api-extension": "^1.5.0", + "spryker/glossary-storage": "^1.0.0", + "spryker/glue-application": "^1.15.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/orders-rest-api-extension": "^1.0.0", + "spryker/product-measurement-unit-storage": "^1.6.0", + "spryker/product-storage": "^1.24.0", + "spryker/quote-requests-rest-api-extension": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/synchronization-behavior": "^1.0.0", "spryker/transfer": "^3.18.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/decimal-object": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -48195,39 +49592,71 @@ "license": [ "proprietary" ], - "description": "ProductOfferReservationGui module", + "description": "ProductMeasurementUnitsRestApi module", "support": { - "source": "https://github.com/spryker/product-offer-reservation-gui/tree/1.1.1" + "source": "https://github.com/spryker/product-measurement-units-rest-api/tree/1.1.0" }, - "time": "2022-04-26T16:30:57+00:00" + "time": "2021-07-06T13:27:56+00:00" }, { - "name": "spryker/product-offer-sales", - "version": "1.0.1", + "name": "spryker/product-merchant-portal-gui", + "version": "3.5.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-offer-sales.git", - "reference": "da5be09f97626b7cea94b3e72b72e51dc2791cca" + "url": "https://github.com/spryker/product-merchant-portal-gui.git", + "reference": "81afd4c4cdf530b3109227038db0b2c679170fec" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-offer-sales/zipball/da5be09f97626b7cea94b3e72b72e51dc2791cca", - "reference": "da5be09f97626b7cea94b3e72b72e51dc2791cca", + "url": "https://api.github.com/repos/spryker/product-merchant-portal-gui/zipball/81afd4c4cdf530b3109227038db0b2c679170fec", + "reference": "81afd4c4cdf530b3109227038db0b2c679170fec", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/kernel": "^3.30.0", - "spryker/sales-extension": "^1.1.0" + "php": ">=8.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/category": "^5.0.0", + "spryker/currency": "^3.1.0 || ^4.0.0", + "spryker/decimal-object": "^1.0.0", + "spryker/gui": "^3.48.0", + "spryker/gui-table": "^2.0.0", + "spryker/kernel": "^3.51.0", + "spryker/laminas": "^1.0.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/merchant-product": "^1.0.0", + "spryker/merchant-product-approval": "^1.0.0", + "spryker/merchant-stock": "^1.0.0", + "spryker/merchant-user": "^1.0.0", + "spryker/money": "^2.0.0", + "spryker/oms": "^11.7.0", + "spryker/price-product": "^4.35.0", + "spryker/price-product-volume": "^3.3.0", + "spryker/product": "^6.25.0", + "spryker/product-approval": "^1.0.0", + "spryker/product-attribute": "^1.8.0", + "spryker/product-category": "^4.6.0", + "spryker/product-image": "^3.0.0", + "spryker/product-merchant-portal-gui-extension": "^1.1.0", + "spryker/product-offer-merchant-portal-gui-extension": "^1.0.0", + "spryker/product-validity": "^1.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/store": "^1.19.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.27.0", + "spryker/translator": "^1.1.0", + "spryker/util-encoding": "^2.0.0", + "spryker/zed-ui": "^2.1.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -48239,32 +49668,37 @@ "license": [ "proprietary" ], - "description": "ProductOfferSales module", + "description": "ProductMerchantPortalGui module", "support": { - "source": "https://github.com/spryker/product-offer-sales/tree/1.0.1" + "source": "https://github.com/spryker/product-merchant-portal-gui/tree/3.5.1" }, - "time": "2022-04-26T16:30:57+00:00" + "time": "2023-05-29T09:03:54+00:00" }, { - "name": "spryker/product-offer-sales-rest-api", - "version": "1.0.1", + "name": "spryker/product-merchant-portal-gui-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-offer-sales-rest-api.git", - "reference": "9270feddaf344750fb0a1c8c0aa4ab3263af795a" + "url": "https://github.com/spryker/product-merchant-portal-gui-extension.git", + "reference": "a86b637633bd234553af965a856d9a030852dfae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-offer-sales-rest-api/zipball/9270feddaf344750fb0a1c8c0aa4ab3263af795a", - "reference": "9270feddaf344750fb0a1c8c0aa4ab3263af795a", + "url": "https://api.github.com/repos/spryker/product-merchant-portal-gui-extension/zipball/a86b637633bd234553af965a856d9a030852dfae", + "reference": "a86b637633bd234553af965a856d9a030852dfae", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/product-offer-sales": "^1.0.0" + "php": ">=7.4" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/gui-table": "*", + "spryker/symfony": "*" + }, + "suggest": { + "spryker/gui-table": "If you want to use GuiTableConfigurationBuilderInterface for expander plugins.", + "spryker/symfony": "If you want to use ProductMerchantPortalGui form expander plugins." }, "type": "library", "extra": { @@ -48281,41 +49715,48 @@ "license": [ "proprietary" ], - "description": "ProductOfferSalesRestApi module", + "description": "ProductMerchantPortalGuiExtension module", "support": { - "source": "https://github.com/spryker/product-offer-sales-rest-api/tree/1.0.1" + "source": "https://github.com/spryker/product-merchant-portal-gui-extension/tree/1.1.0" }, - "time": "2022-04-26T16:30:57+00:00" + "time": "2022-04-15T13:47:42+00:00" }, { - "name": "spryker/product-offer-service-point", - "version": "0.2.0", + "name": "spryker/product-new", + "version": "1.5.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-offer-service-point.git", - "reference": "5f148363d91040c982194c50a1f82ef57e5374f9" + "url": "https://github.com/spryker/product-new.git", + "reference": "043be398dba289ceb472cda5db40df6cf3bf462c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-offer-service-point/zipball/5f148363d91040c982194c50a1f82ef57e5374f9", - "reference": "5f148363d91040c982194c50a1f82ef57e5374f9", + "url": "https://api.github.com/repos/spryker/product-new/zipball/043be398dba289ceb472cda5db40df6cf3bf462c", + "reference": "043be398dba289ceb472cda5db40df6cf3bf462c", "shasum": "" }, "require": { "php": ">=8.0", "spryker/kernel": "^3.30.0", - "spryker/product-offer": "^1.9.0", - "spryker/product-offer-extension": "^1.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/service-point": "^0.4.2", - "spryker/transfer": "^3.27.0" + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/product-label": "^2.1.0 || ^3.0.0", + "spryker/product-label-storage": "^0.1.2 || ^1.7.0 || ^2.0.0", + "spryker/propel-orm": "^1.1.0", + "spryker/search": "^7.0.0 || ^8.0.0", + "spryker/search-extension": "^1.0.0", + "spryker/store": "^1.4.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/product": "*", - "spryker/propel": "*", + "spryker/elastica": "*", + "spryker/propel": "^3.0.0", "spryker/testify": "*" }, + "suggest": { + "spryker/elastica": "If you want to use Elastica plugins." + }, "type": "library", "extra": { "branch-alias": { @@ -48331,41 +49772,52 @@ "license": [ "proprietary" ], - "description": "ProductOfferServicePoint module", + "description": "ProductNew module", "support": { - "source": "https://github.com/spryker/product-offer-service-point/tree/0.2.0" + "source": "https://github.com/spryker/product-new/tree/1.5.0" }, - "time": "2023-07-04T11:30:17+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-offer-service-point-data-import", - "version": "0.2.0", + "name": "spryker/product-offer", + "version": "1.9.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-offer-service-point-data-import.git", - "reference": "698b9f38cf0f27876cb46576cf14bd5636b68fbe" + "url": "https://github.com/spryker/product-offer.git", + "reference": "42f2c1b44ed0075da4bcb158822d5bb49d35639f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-offer-service-point-data-import/zipball/698b9f38cf0f27876cb46576cf14bd5636b68fbe", - "reference": "698b9f38cf0f27876cb46576cf14bd5636b68fbe", + "url": "https://api.github.com/repos/spryker/product-offer/zipball/42f2c1b44ed0075da4bcb158822d5bb49d35639f", + "reference": "42f2c1b44ed0075da4bcb158822d5bb49d35639f", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/data-import": "^1.3.0", - "spryker/kernel": "^3.30.0", - "spryker/product-offer": "^1.0.0", - "spryker/product-offer-service-point": "^0.2.0", - "spryker/service-point": "^0.4.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/availability-cart-connector-extension": "^1.0.0", + "spryker/availability-extension": "^1.1.0", + "spryker/cart-extension": "^4.0.0", + "spryker/checkout-extension": "^1.2.0", + "spryker/event": "^1.0.0 || ^2.0.0", + "spryker/kernel": "^3.33.0", + "spryker/messenger": "^3.0.0", + "spryker/product": "^6.0.0", + "spryker/product-offer-extension": "^1.0.0", + "spryker/propel-orm": "^1.3.0", + "spryker/store": "^1.0.0", "spryker/transfer": "^3.27.0" }, "require-dev": { + "spryker/cart": "*", "spryker/code-sniffer": "*", - "spryker/product": "*", + "spryker/container": "*", "spryker/propel": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/cart": "If you want to use Cart plugins." + }, "type": "library", "extra": { "branch-alias": { @@ -48374,59 +49826,46 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\ProductOffer\\Helper\\": "tests/SprykerTest/Zed/ProductOffer/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "ProductOfferServicePointDataImport module", + "description": "ProductOffer module", "support": { - "source": "https://github.com/spryker/product-offer-service-point-data-import/tree/0.2.0" + "source": "https://github.com/spryker/product-offer/tree/1.9.1" }, - "time": "2023-07-04T11:30:17+00:00" + "time": "2023-07-04T16:48:08+00:00" }, { - "name": "spryker/product-offer-service-point-storage", - "version": "0.1.0", + "name": "spryker/product-offer-availabilities-rest-api", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-offer-service-point-storage.git", - "reference": "450141f4d10131873b9c043a586fea4a66d47165" + "url": "https://github.com/spryker/product-offer-availabilities-rest-api.git", + "reference": "3c75825793c01c7e860e6521052f8aa230bc9a8b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-offer-service-point-storage/zipball/450141f4d10131873b9c043a586fea4a66d47165", - "reference": "450141f4d10131873b9c043a586fea4a66d47165", + "url": "https://api.github.com/repos/spryker/product-offer-availabilities-rest-api/zipball/3c75825793c01c7e860e6521052f8aa230bc9a8b", + "reference": "3c75825793c01c7e860e6521052f8aa230bc9a8b", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/event-behavior": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/product-offer": "^1.9.0", - "spryker/product-offer-service-point": "^0.2.0", - "spryker/product-offer-service-point-storage-extension": "^1.0.0", - "spryker/product-offer-storage-extension": "^1.0.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/service-point": "^0.4.2", - "spryker/service-point-storage": "^0.2.0", - "spryker/storage": "^3.0.0", - "spryker/store": "^1.1.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" + "php": ">=7.4", + "spryker/glue-application": "^1.8.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.33.0", + "spryker/product-offer-availability-storage": "^1.0.0", + "spryker/store": "^1.4.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.18.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/product": "*", - "spryker/propel": "*", - "spryker/queue": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -48443,31 +49882,43 @@ "license": [ "proprietary" ], - "description": "ProductOfferServicePointStorage module", + "description": "ProductOfferAvailabilitiesRestApi module", "support": { - "source": "https://github.com/spryker/product-offer-service-point-storage/tree/0.1.0" + "source": "https://github.com/spryker/product-offer-availabilities-rest-api/tree/1.1.0" }, - "time": "2023-07-04T11:30:17+00:00" + "time": "2022-10-05T13:45:38+00:00" }, { - "name": "spryker/product-offer-service-point-storage-extension", - "version": "1.0.0", + "name": "spryker/product-offer-availability", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-offer-service-point-storage-extension.git", - "reference": "ea362ffc333566b12071fc3559cd976ad365975c" + "url": "https://github.com/spryker/product-offer-availability.git", + "reference": "af45c57b57c14c3b36df18e0c239aaddd321bf17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-offer-service-point-storage-extension/zipball/ea362ffc333566b12071fc3559cd976ad365975c", - "reference": "ea362ffc333566b12071fc3559cd976ad365975c", + "url": "https://api.github.com/repos/spryker/product-offer-availability/zipball/af45c57b57c14c3b36df18e0c239aaddd321bf17", + "reference": "af45c57b57c14c3b36df18e0c239aaddd321bf17", "shasum": "" }, "require": { - "php": ">=8.0" + "php": ">=8.0", + "spryker/availability-extension": "^1.0.0", + "spryker/decimal-object": "^1.0.0", + "spryker/kernel": "^3.33.0", + "spryker/oms": "^11.7.0", + "spryker/product-offer": "^1.8.0", + "spryker/product-offer-stock": "^1.1.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/product": "*", + "spryker/propel": "*", + "spryker/stock": "*", + "spryker/store": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -48484,41 +49935,59 @@ "license": [ "proprietary" ], - "description": "ProductOfferServicePointStorageExtension module", + "description": "ProductOfferAvailability module", "support": { - "source": "https://github.com/spryker/product-offer-service-point-storage-extension/tree/1.0.0" + "source": "https://github.com/spryker/product-offer-availability/tree/1.2.0" }, - "time": "2023-07-04T11:30:17+00:00" + "time": "2023-05-15T10:55:04+00:00" }, { - "name": "spryker/product-offer-shipment-type", - "version": "0.2.0", + "name": "spryker/product-offer-availability-storage", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-offer-shipment-type.git", - "reference": "3cf229ed8feb3c1047ce4959e9dec7022d01b042" + "url": "https://github.com/spryker/product-offer-availability-storage.git", + "reference": "bd444d2c9262bd36a1d3792da852bcda46aa4dc9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-offer-shipment-type/zipball/3cf229ed8feb3c1047ce4959e9dec7022d01b042", - "reference": "3cf229ed8feb3c1047ce4959e9dec7022d01b042", + "url": "https://api.github.com/repos/spryker/product-offer-availability-storage/zipball/bd444d2c9262bd36a1d3792da852bcda46aa4dc9", + "reference": "bd444d2c9262bd36a1d3792da852bcda46aa4dc9", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/kernel": "^3.30.0", - "spryker/product-offer": "^1.9.0", - "spryker/product-offer-extension": "^1.0.0", - "spryker/shipment-type": "^0.1.0", - "spryker/transfer": "^3.27.0" + "spryker/availability-storage-extension": "^1.0.0", + "spryker/event-behavior": "^1.0.0", + "spryker/kernel": "^3.33.0", + "spryker/oms-product-offer-reservation": "^1.0.0", + "spryker/product-offer": "^1.0.0", + "spryker/product-offer-availability": "^1.0.0", + "spryker/product-offer-stock": "^1.0.0", + "spryker/propel-orm": "^1.3.0", + "spryker/publisher-extension": "^1.0.0", + "spryker/storage": "^3.0.0", + "spryker/store": "^1.0.0", + "spryker/synchronization": "^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.1.0", + "spryker/transfer": "^3.18.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/decimal-object": "*", + "spryker/event": "*", + "spryker/oms": "*", "spryker/product": "*", "spryker/propel": "*", - "spryker/propel-orm": "*", + "spryker/queue": "*", + "spryker/stock": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" + }, "type": "library", "extra": { "branch-alias": { @@ -48534,41 +50003,31 @@ "license": [ "proprietary" ], - "description": "ProductOfferShipmentType module", + "description": "ProductOfferAvailabilityStorage module", "support": { - "source": "https://github.com/spryker/product-offer-shipment-type/tree/0.2.0" + "source": "https://github.com/spryker/product-offer-availability-storage/tree/1.1.0" }, - "time": "2023-07-04T16:48:08+00:00" + "time": "2023-05-15T10:55:04+00:00" }, { - "name": "spryker/product-offer-shipment-type-data-import", - "version": "0.2.0", + "name": "spryker/product-offer-extension", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-offer-shipment-type-data-import.git", - "reference": "9a6be6f4736fe6f2f0b65c3ac8f2670cae76ab5f" + "url": "https://github.com/spryker/product-offer-extension.git", + "reference": "6d69e33149a3020009277e74a07332be8a5ef954" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-offer-shipment-type-data-import/zipball/9a6be6f4736fe6f2f0b65c3ac8f2670cae76ab5f", - "reference": "9a6be6f4736fe6f2f0b65c3ac8f2670cae76ab5f", + "url": "https://api.github.com/repos/spryker/product-offer-extension/zipball/6d69e33149a3020009277e74a07332be8a5ef954", + "reference": "6d69e33149a3020009277e74a07332be8a5ef954", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/data-import": "^1.3.0", - "spryker/kernel": "^3.30.0", - "spryker/product-offer": "^1.0.0", - "spryker/product-offer-shipment-type": "^0.2.0", - "spryker/shipment-type": "^0.1.0", - "spryker/transfer": "^3.27.0" + "php": ">=7.4" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/product": "*", - "spryker/propel": "*", - "spryker/propel-orm": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -48583,52 +50042,47 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "ProductOfferShipmentTypeDataImport module", + "description": "ProductOfferExtension module", "support": { - "source": "https://github.com/spryker/product-offer-shipment-type-data-import/tree/0.2.0" + "source": "https://github.com/spryker/product-offer-extension/tree/1.0.1" }, - "time": "2023-07-04T16:48:08+00:00" + "time": "2022-04-26T16:30:57+00:00" }, { - "name": "spryker/product-offer-shipment-type-storage", - "version": "0.1.0", + "name": "spryker/product-offer-gui", + "version": "1.4.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-offer-shipment-type-storage.git", - "reference": "4695e3bf3b58437fd85ba346da243a80ecd3db9c" + "url": "https://github.com/spryker/product-offer-gui.git", + "reference": "e4872a7a1770108964a92861c6d3c812fdcc6159" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-offer-shipment-type-storage/zipball/4695e3bf3b58437fd85ba346da243a80ecd3db9c", - "reference": "4695e3bf3b58437fd85ba346da243a80ecd3db9c", + "url": "https://api.github.com/repos/spryker/product-offer-gui/zipball/e4872a7a1770108964a92861c6d3c812fdcc6159", + "reference": "e4872a7a1770108964a92861c6d3c812fdcc6159", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/event-behavior": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/product-offer": "^1.9.0", - "spryker/product-offer-shipment-type": "^0.2.0", - "spryker/product-offer-shipment-type-storage-extension": "^1.0.0", - "spryker/product-offer-storage-extension": "^1.0.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/shipment-type-storage": "^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/gui": "^3.45.0", + "spryker/kernel": "^3.33.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/product": "^6.0.0", + "spryker/product-offer": "^1.0.0", + "spryker/product-offer-gui-extension": "^1.0.0", + "spryker/propel-orm": "^1.9.0", + "spryker/store": "^1.4.0", + "spryker/symfony": "^3.0.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/product": "*", + "spryker/container": "*", "spryker/propel": "*", - "spryker/queue": "*", - "spryker/shipment-type": "*", - "spryker/testify": "*" + "spryker/testify": "*", + "spryker/twig": "*" }, "type": "library", "extra": { @@ -48645,32 +50099,35 @@ "license": [ "proprietary" ], - "description": "ProductOfferShipmentTypeStorage module", + "description": "ProductOfferGui module", "support": { - "source": "https://github.com/spryker/product-offer-shipment-type-storage/tree/0.1.0" + "source": "https://github.com/spryker/product-offer-gui/tree/1.4.0" }, - "time": "2023-07-04T16:48:08+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-offer-shipment-type-storage-extension", - "version": "1.0.0", + "name": "spryker/product-offer-gui-extension", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-offer-shipment-type-storage-extension.git", - "reference": "0ba4bea5a2627e134f3cded10b320bcc038760d4" + "url": "https://github.com/spryker/product-offer-gui-extension.git", + "reference": "0737dcdb4a03d80ec54566584a0abdb10249cda5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-offer-shipment-type-storage-extension/zipball/0ba4bea5a2627e134f3cded10b320bcc038760d4", - "reference": "0ba4bea5a2627e134f3cded10b320bcc038760d4", + "url": "https://api.github.com/repos/spryker/product-offer-gui-extension/zipball/0737dcdb4a03d80ec54566584a0abdb10249cda5", + "reference": "0737dcdb4a03d80ec54566584a0abdb10249cda5", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/transfer": "^3.27.0" + "php": ">=7.4" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/gui": "*" + }, + "suggest": { + "spryker/gui": "If you want to use table expander plugin." }, "type": "library", "extra": { @@ -48687,44 +50144,70 @@ "license": [ "proprietary" ], - "description": "ProductOfferShipmentTypeStorageExtension module", + "description": "ProductOfferGuiExtension module", "support": { - "source": "https://github.com/spryker/product-offer-shipment-type-storage-extension/tree/1.0.0" + "source": "https://github.com/spryker/product-offer-gui-extension/tree/1.0.1" }, - "time": "2023-07-04T16:48:08+00:00" + "time": "2022-04-26T16:30:57+00:00" }, { - "name": "spryker/product-offer-shopping-list", - "version": "1.0.1", + "name": "spryker/product-offer-merchant-portal-gui", + "version": "2.4.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-offer-shopping-list.git", - "reference": "5bf8677c3bcbcf6d3b645b8c74cef0f29efd00de" + "url": "https://github.com/spryker/product-offer-merchant-portal-gui.git", + "reference": "57cd57c351a304d01e532d671ad2c25adf4f4638" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-offer-shopping-list/zipball/5bf8677c3bcbcf6d3b645b8c74cef0f29efd00de", - "reference": "5bf8677c3bcbcf6d3b645b8c74cef0f29efd00de", + "url": "https://api.github.com/repos/spryker/product-offer-merchant-portal-gui/zipball/57cd57c351a304d01e532d671ad2c25adf4f4638", + "reference": "57cd57c351a304d01e532d671ad2c25adf4f4638", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/kernel": "^3.52.0", - "spryker/product-offer": "^1.2.0", - "spryker/shopping-list-extension": "^1.4.0", - "spryker/store": "^1.1.0" + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/currency": "^3.8.0 || ^4.0.0", + "spryker/dashboard-merchant-portal-gui-extension": "^1.0.0", + "spryker/decimal-object": "^1.0.0", + "spryker/gui-table": "^2.0.0", + "spryker/kernel": "^3.51.0", + "spryker/laminas": "^1.0.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/merchant": "^3.0.0", + "spryker/merchant-product-offer": "^1.0.0", + "spryker/merchant-stock": "^1.0.0", + "spryker/merchant-user": "^1.0.0", + "spryker/money": "^2.0.0", + "spryker/price-product": "^4.0.0", + "spryker/price-product-offer": "^1.0.0", + "spryker/price-product-offer-volume": "^1.0.0", + "spryker/price-product-volume": "^3.2.0", + "spryker/product": "^6.0.0", + "spryker/product-image": "^3.3.0", + "spryker/product-offer": "^1.0.0", + "spryker/product-offer-merchant-portal-gui-extension": "^1.0.0", + "spryker/product-offer-stock": "^1.0.0", + "spryker/product-offer-validity": "^1.0.0", + "spryker/product-validity": "^1.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/router": "^1.13.0", + "spryker/sales-merchant-portal-gui-extension": "^1.0.0", + "spryker/store": "^1.1.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.27.0", + "spryker/translator": "^1.1.0", + "spryker/twig": "^3.0.0", + "spryker/util-encoding": "^2.0.0", + "spryker/zed-ui": "^2.1.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/product": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -48736,37 +50219,84 @@ "license": [ "proprietary" ], - "description": "ProductOfferShoppingList module", + "description": "ProductOfferMerchantPortalGui module", "support": { - "source": "https://github.com/spryker/product-offer-shopping-list/tree/1.0.1" + "source": "https://github.com/spryker/product-offer-merchant-portal-gui/tree/2.4.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-05-29T09:03:54+00:00" }, { - "name": "spryker/product-offer-shopping-list-data-import", - "version": "0.1.0", + "name": "spryker/product-offer-merchant-portal-gui-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-offer-shopping-list-data-import.git", - "reference": "0d3c2cbb3c930b9a59a96c2ff84d499fbf13b1fd" + "url": "https://github.com/spryker/product-offer-merchant-portal-gui-extension.git", + "reference": "7b13619ebcbeb5a89fd6d058ba3b35c1bc8214f7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-offer-shopping-list-data-import/zipball/0d3c2cbb3c930b9a59a96c2ff84d499fbf13b1fd", - "reference": "0d3c2cbb3c930b9a59a96c2ff84d499fbf13b1fd", + "url": "https://api.github.com/repos/spryker/product-offer-merchant-portal-gui-extension/zipball/7b13619ebcbeb5a89fd6d058ba3b35c1bc8214f7", + "reference": "7b13619ebcbeb5a89fd6d058ba3b35c1bc8214f7", + "shasum": "" + }, + "require": { + "php": ">=7.4" + }, + "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": "ProductOfferMerchantPortalGuiExtension module", + "support": { + "source": "https://github.com/spryker/product-offer-merchant-portal-gui-extension/tree/1.0.0" + }, + "time": "2022-02-11T12:49:43+00:00" + }, + { + "name": "spryker/product-offer-packaging-unit", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/spryker/product-offer-packaging-unit.git", + "reference": "a9cbd22b5f98d3a21f9689e118d5cb69314593c9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker/product-offer-packaging-unit/zipball/a9cbd22b5f98d3a21f9689e118d5cb69314593c9", + "reference": "a9cbd22b5f98d3a21f9689e118d5cb69314593c9", "shasum": "" }, "require": { "php": ">=7.4", - "spryker/data-import": "^1.6.0", - "spryker/kernel": "^3.30.0", - "spryker/product-offer": "^1.2.0", - "spryker/shopping-list": "^4.0.0" + "spryker/kernel": "^3.33.0", + "spryker/oms": "^11.7.0", + "spryker/oms-extension": "^1.2.0", + "spryker/propel-orm": "^1.9.0", + "spryker/sales": "^11.0.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/decimal-object": "*", + "spryker/product": "*", + "spryker/product-offer": "*", + "spryker/product-packaging-unit": "*", "spryker/propel": "*", - "spryker/propel-orm": "*", + "spryker/store": "*", "spryker/testify": "*" }, "type": "library", @@ -48782,32 +50312,41 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "ProductOfferShoppingListDataImport module", + "description": "ProductOfferPackagingUnit module", "support": { - "source": "https://github.com/spryker/product-offer-shopping-list-data-import/tree/0.1.0" + "source": "https://github.com/spryker/product-offer-packaging-unit/tree/1.0.1" }, - "time": "2022-01-26T13:14:24+00:00" + "time": "2022-04-26T16:30:57+00:00" }, { - "name": "spryker/product-offer-shopping-lists-rest-api", - "version": "1.0.0", + "name": "spryker/product-offer-prices-rest-api", + "version": "2.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-offer-shopping-lists-rest-api.git", - "reference": "4eed7fd2c3ec01bafec6aa53316f25d2c258ea13" + "url": "https://github.com/spryker/product-offer-prices-rest-api.git", + "reference": "2d56c378454a2852f56563f6df560b603458a6a0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-offer-shopping-lists-rest-api/zipball/4eed7fd2c3ec01bafec6aa53316f25d2c258ea13", - "reference": "4eed7fd2c3ec01bafec6aa53316f25d2c258ea13", + "url": "https://api.github.com/repos/spryker/product-offer-prices-rest-api/zipball/2d56c378454a2852f56563f6df560b603458a6a0", + "reference": "2d56c378454a2852f56563f6df560b603458a6a0", "shasum": "" }, "require": { "php": ">=7.4", - "spryker/glue-application": "^1.0.0", - "spryker/product-offer-shopping-list": "^1.0.0" + "spryker/glue-application": "^1.8.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.33.0", + "spryker/price-product": "^4.0.0", + "spryker/price-product-storage": "^4.0.0", + "spryker/product-offer-prices-rest-api-extension": "^1.0.0", + "spryker/product-offer-storage": "^1.0.0", + "spryker/product-storage": "^1.16.0", + "spryker/symfony": "^3.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -48815,7 +50354,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -48827,43 +50366,31 @@ "license": [ "proprietary" ], - "description": "ProductOfferShoppingListsRestApi module", + "description": "ProductOfferPricesRestApi module", "support": { - "source": "https://github.com/spryker/product-offer-shopping-lists-rest-api/tree/1.0.0" + "source": "https://github.com/spryker/product-offer-prices-rest-api/tree/2.0.1" }, - "time": "2022-04-18T12:48:30+00:00" + "time": "2022-04-26T16:30:57+00:00" }, { - "name": "spryker/product-offer-stock", - "version": "1.2.0", + "name": "spryker/product-offer-prices-rest-api-extension", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-offer-stock.git", - "reference": "2898084b76757fb298b84fef4a74e8819984f7a8" + "url": "https://github.com/spryker/product-offer-prices-rest-api-extension.git", + "reference": "8ecc07e7afb2e8e17032f47d821bf51f50ad32eb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-offer-stock/zipball/2898084b76757fb298b84fef4a74e8819984f7a8", - "reference": "2898084b76757fb298b84fef4a74e8819984f7a8", + "url": "https://api.github.com/repos/spryker/product-offer-prices-rest-api-extension/zipball/8ecc07e7afb2e8e17032f47d821bf51f50ad32eb", + "reference": "8ecc07e7afb2e8e17032f47d821bf51f50ad32eb", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/decimal-object": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/product-offer": "^1.0.0", - "spryker/product-offer-extension": "^1.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/stock": "^7.0.0 || ^8.0.0", - "spryker/transfer": "^3.25.0" + "php": ">=7.4" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/product": "*", - "spryker/propel": "*", - "spryker/store": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -48873,47 +50400,43 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\ProductOfferStock\\Helper\\": "tests/SprykerTest/Shared/ProductOfferStock/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductOfferStock module", + "description": "ProductOfferPricesRestApiExtension module", "support": { - "source": "https://github.com/spryker/product-offer-stock/tree/1.2.0" + "source": "https://github.com/spryker/product-offer-prices-rest-api-extension/tree/1.0.1" }, - "time": "2023-03-10T14:11:16+00:00" + "time": "2022-04-26T16:30:57+00:00" }, { - "name": "spryker/product-offer-stock-data-import", - "version": "0.7.0", + "name": "spryker/product-offer-reservation-gui", + "version": "1.1.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-offer-stock-data-import.git", - "reference": "0dec3c6e6053805054b1f193845f77e014b824cb" + "url": "https://github.com/spryker/product-offer-reservation-gui.git", + "reference": "e77e4bbd197b141616e5d0c9f16a9d79297d61ca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-offer-stock-data-import/zipball/0dec3c6e6053805054b1f193845f77e014b824cb", - "reference": "0dec3c6e6053805054b1f193845f77e014b824cb", + "url": "https://api.github.com/repos/spryker/product-offer-reservation-gui/zipball/e77e4bbd197b141616e5d0c9f16a9d79297d61ca", + "reference": "e77e4bbd197b141616e5d0c9f16a9d79297d61ca", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/data-import": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/product-offer": "^1.0.0", - "spryker/product-offer-stock": "^1.0.0", - "spryker/stock": "^7.0.0 || ^8.0.0" + "php": ">=7.4", + "spryker/decimal-object": "^1.0.0", + "spryker/kernel": "^3.33.0", + "spryker/oms-product-offer-reservation": "^1.0.0", + "spryker/product-offer-stock-gui-extension": "^1.0.0", + "spryker/transfer": "^3.18.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/merchant": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -48928,39 +50451,36 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "ProductOfferStockDataImport module", + "description": "ProductOfferReservationGui module", "support": { - "source": "https://github.com/spryker/product-offer-stock-data-import/tree/0.7.0" + "source": "https://github.com/spryker/product-offer-reservation-gui/tree/1.1.1" }, - "time": "2021-08-16T16:27:47+00:00" + "time": "2022-04-26T16:30:57+00:00" }, { - "name": "spryker/product-offer-stock-gui", - "version": "1.1.0", + "name": "spryker/product-offer-sales", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-offer-stock-gui.git", - "reference": "3aaa461ccb94bdaa14b5b27a5685334d0289bff3" + "url": "https://github.com/spryker/product-offer-sales.git", + "reference": "da5be09f97626b7cea94b3e72b72e51dc2791cca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-offer-stock-gui/zipball/3aaa461ccb94bdaa14b5b27a5685334d0289bff3", - "reference": "3aaa461ccb94bdaa14b5b27a5685334d0289bff3", + "url": "https://api.github.com/repos/spryker/product-offer-sales/zipball/da5be09f97626b7cea94b3e72b72e51dc2791cca", + "reference": "da5be09f97626b7cea94b3e72b72e51dc2791cca", "shasum": "" }, "require": { "php": ">=7.4", "spryker/kernel": "^3.30.0", - "spryker/product-offer-gui-extension": "^1.0.0", - "spryker/product-offer-stock": "^1.0.0", - "spryker/product-offer-stock-gui-extension": "^1.0.0", - "spryker/transfer": "^3.18.0", - "spryker/twig": "^3.16.0" + "spryker/sales-extension": "^1.1.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -48977,28 +50497,29 @@ "license": [ "proprietary" ], - "description": "ProductOfferStockGui module", + "description": "ProductOfferSales module", "support": { - "source": "https://github.com/spryker/product-offer-stock-gui/tree/1.1.0" + "source": "https://github.com/spryker/product-offer-sales/tree/1.0.1" }, - "time": "2022-09-19T06:48:51+00:00" + "time": "2022-04-26T16:30:57+00:00" }, { - "name": "spryker/product-offer-stock-gui-extension", + "name": "spryker/product-offer-sales-rest-api", "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-offer-stock-gui-extension.git", - "reference": "fed06d7d99988b1fd23184b0f542939a0c38e7e9" + "url": "https://github.com/spryker/product-offer-sales-rest-api.git", + "reference": "9270feddaf344750fb0a1c8c0aa4ab3263af795a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-offer-stock-gui-extension/zipball/fed06d7d99988b1fd23184b0f542939a0c38e7e9", - "reference": "fed06d7d99988b1fd23184b0f542939a0c38e7e9", + "url": "https://api.github.com/repos/spryker/product-offer-sales-rest-api/zipball/9270feddaf344750fb0a1c8c0aa4ab3263af795a", + "reference": "9270feddaf344750fb0a1c8c0aa4ab3263af795a", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=7.4", + "spryker/product-offer-sales": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -49018,53 +50539,41 @@ "license": [ "proprietary" ], - "description": "ProductOfferStockGuiExtension module", + "description": "ProductOfferSalesRestApi module", "support": { - "source": "https://github.com/spryker/product-offer-stock-gui-extension/tree/1.0.1" + "source": "https://github.com/spryker/product-offer-sales-rest-api/tree/1.0.1" }, "time": "2022-04-26T16:30:57+00:00" }, { - "name": "spryker/product-offer-storage", - "version": "1.3.0", + "name": "spryker/product-offer-service-point", + "version": "0.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-offer-storage.git", - "reference": "d164a75a0fea657406a137a4dfe881e7d932a33a" + "url": "https://github.com/spryker/product-offer-service-point.git", + "reference": "5f148363d91040c982194c50a1f82ef57e5374f9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-offer-storage/zipball/d164a75a0fea657406a137a4dfe881e7d932a33a", - "reference": "d164a75a0fea657406a137a4dfe881e7d932a33a", + "url": "https://api.github.com/repos/spryker/product-offer-service-point/zipball/5f148363d91040c982194c50a1f82ef57e5374f9", + "reference": "5f148363d91040c982194c50a1f82ef57e5374f9", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/event-behavior": "^1.14.0", - "spryker/kernel": "^3.33.0", - "spryker/product": "^6.0.0", - "spryker/product-offer": "^1.5.0", - "spryker/product-offer-storage-extension": "^1.0.0", - "spryker/product-storage-extension": "^1.4.0", + "spryker/kernel": "^3.30.0", + "spryker/product-offer": "^1.9.0", + "spryker/product-offer-extension": "^1.0.0", "spryker/propel-orm": "^1.0.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/storage": "^3.0.0", - "spryker/store": "^1.4.0", - "spryker/synchronization": "^1.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.1.0", - "spryker/transfer": "^3.25.0", - "spryker/util-encoding": "^2.0.0" + "spryker/service-point": "^0.4.2", + "spryker/transfer": "^3.27.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/product": "*", "spryker/propel": "*", - "spryker/queue": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/event": "Required for using the Listeners" - }, "type": "library", "extra": { "branch-alias": { @@ -49080,31 +50589,40 @@ "license": [ "proprietary" ], - "description": "ProductOfferStorage module", + "description": "ProductOfferServicePoint module", "support": { - "source": "https://github.com/spryker/product-offer-storage/tree/1.3.0" + "source": "https://github.com/spryker/product-offer-service-point/tree/0.2.0" }, - "time": "2023-02-14T07:21:59+00:00" + "time": "2023-07-04T11:30:17+00:00" }, { - "name": "spryker/product-offer-storage-extension", - "version": "1.0.0", + "name": "spryker/product-offer-service-point-data-import", + "version": "0.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-offer-storage-extension.git", - "reference": "53951897f487d1dcd88b4c1b940fbe6d4a1e00f6" + "url": "https://github.com/spryker/product-offer-service-point-data-import.git", + "reference": "698b9f38cf0f27876cb46576cf14bd5636b68fbe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-offer-storage-extension/zipball/53951897f487d1dcd88b4c1b940fbe6d4a1e00f6", - "reference": "53951897f487d1dcd88b4c1b940fbe6d4a1e00f6", + "url": "https://api.github.com/repos/spryker/product-offer-service-point-data-import/zipball/698b9f38cf0f27876cb46576cf14bd5636b68fbe", + "reference": "698b9f38cf0f27876cb46576cf14bd5636b68fbe", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=8.0", + "spryker/data-import": "^1.3.0", + "spryker/kernel": "^3.30.0", + "spryker/product-offer": "^1.0.0", + "spryker/product-offer-service-point": "^0.2.0", + "spryker/service-point": "^0.4.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/product": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -49119,43 +50637,53 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "ProductOfferStorageExtension module", + "description": "ProductOfferServicePointDataImport module", "support": { - "source": "https://github.com/spryker/product-offer-storage-extension/tree/1.0.0" + "source": "https://github.com/spryker/product-offer-service-point-data-import/tree/0.2.0" }, - "time": "2022-02-24T16:37:46+00:00" + "time": "2023-07-04T11:30:17+00:00" }, { - "name": "spryker/product-offer-validity", - "version": "1.2.0", + "name": "spryker/product-offer-service-point-storage", + "version": "0.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-offer-validity.git", - "reference": "72cc8a94a97b5df7531d39b2e65fcd05fc61196c" + "url": "https://github.com/spryker/product-offer-service-point-storage.git", + "reference": "450141f4d10131873b9c043a586fea4a66d47165" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-offer-validity/zipball/72cc8a94a97b5df7531d39b2e65fcd05fc61196c", - "reference": "72cc8a94a97b5df7531d39b2e65fcd05fc61196c", + "url": "https://api.github.com/repos/spryker/product-offer-service-point-storage/zipball/450141f4d10131873b9c043a586fea4a66d47165", + "reference": "450141f4d10131873b9c043a586fea4a66d47165", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/product-offer": "^1.2.0", - "spryker/product-offer-extension": "^1.0.0", - "spryker/propel-orm": "^1.3.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0" + "spryker/event-behavior": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/product-offer": "^1.9.0", + "spryker/product-offer-service-point": "^0.2.0", + "spryker/product-offer-service-point-storage-extension": "^1.0.0", + "spryker/product-offer-storage-extension": "^1.0.0", + "spryker/publisher-extension": "^1.0.0", + "spryker/service-point": "^0.4.2", + "spryker/service-point-storage": "^0.2.0", + "spryker/storage": "^3.0.0", + "spryker/store": "^1.1.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/merchant": "*", + "spryker/container": "*", "spryker/product": "*", "spryker/propel": "*", + "spryker/queue": "*", "spryker/testify": "*" }, "type": "library", @@ -49166,45 +50694,38 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\ProductOfferValidity\\Helper\\": "tests/SprykerTest/Zed/ProductOfferValidity/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductOfferValidity module", + "description": "ProductOfferServicePointStorage module", "support": { - "source": "https://github.com/spryker/product-offer-validity/tree/1.2.0" + "source": "https://github.com/spryker/product-offer-service-point-storage/tree/0.1.0" }, - "time": "2023-03-10T14:11:16+00:00" + "time": "2023-07-04T11:30:17+00:00" }, { - "name": "spryker/product-offer-validity-data-import", - "version": "0.5.0", + "name": "spryker/product-offer-service-point-storage-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-offer-validity-data-import.git", - "reference": "86828b3cf6d6559cff1537676153adaaf2d7d8bc" + "url": "https://github.com/spryker/product-offer-service-point-storage-extension.git", + "reference": "ea362ffc333566b12071fc3559cd976ad365975c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-offer-validity-data-import/zipball/86828b3cf6d6559cff1537676153adaaf2d7d8bc", - "reference": "86828b3cf6d6559cff1537676153adaaf2d7d8bc", + "url": "https://api.github.com/repos/spryker/product-offer-service-point-storage-extension/zipball/ea362ffc333566b12071fc3559cd976ad365975c", + "reference": "ea362ffc333566b12071fc3559cd976ad365975c", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/data-import": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/product-offer": "^1.0.0", - "spryker/product-offer-validity": "^1.0.0" + "php": ">=8.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -49219,36 +50740,42 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "ProductOfferValidityDataImport module", + "description": "ProductOfferServicePointStorageExtension module", "support": { - "source": "https://github.com/spryker/product-offer-validity-data-import/tree/0.5.0" + "source": "https://github.com/spryker/product-offer-service-point-storage-extension/tree/1.0.0" }, - "time": "2021-08-16T16:27:47+00:00" + "time": "2023-07-04T11:30:17+00:00" }, { - "name": "spryker/product-offer-validity-gui", - "version": "1.0.3", + "name": "spryker/product-offer-shipment-type", + "version": "0.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-offer-validity-gui.git", - "reference": "7bea475155f4270355cd5c18c10fbb4da16d0ad9" + "url": "https://github.com/spryker/product-offer-shipment-type.git", + "reference": "3cf229ed8feb3c1047ce4959e9dec7022d01b042" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-offer-validity-gui/zipball/7bea475155f4270355cd5c18c10fbb4da16d0ad9", - "reference": "7bea475155f4270355cd5c18c10fbb4da16d0ad9", + "url": "https://api.github.com/repos/spryker/product-offer-shipment-type/zipball/3cf229ed8feb3c1047ce4959e9dec7022d01b042", + "reference": "3cf229ed8feb3c1047ce4959e9dec7022d01b042", "shasum": "" }, "require": { "php": ">=8.0", "spryker/kernel": "^3.30.0", - "spryker/product-offer-gui-extension": "^1.0.0", - "spryker/product-offer-validity": "^1.0.0" + "spryker/product-offer": "^1.9.0", + "spryker/product-offer-extension": "^1.0.0", + "spryker/shipment-type": "^0.1.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/product": "*", + "spryker/propel": "*", + "spryker/propel-orm": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -49265,41 +50792,40 @@ "license": [ "proprietary" ], - "description": "ProductOfferValidityGui module", + "description": "ProductOfferShipmentType module", "support": { - "source": "https://github.com/spryker/product-offer-validity-gui/tree/1.0.3" + "source": "https://github.com/spryker/product-offer-shipment-type/tree/0.2.0" }, - "time": "2023-05-29T09:03:54+00:00" + "time": "2023-07-04T16:48:08+00:00" }, { - "name": "spryker/product-offer-warehouse-allocation-example", - "version": "0.1.0", + "name": "spryker/product-offer-shipment-type-data-import", + "version": "0.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-offer-warehouse-allocation-example.git", - "reference": "34b9545ce62248a307bdb47e4705a7a5f8243762" + "url": "https://github.com/spryker/product-offer-shipment-type-data-import.git", + "reference": "9a6be6f4736fe6f2f0b65c3ac8f2670cae76ab5f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-offer-warehouse-allocation-example/zipball/34b9545ce62248a307bdb47e4705a7a5f8243762", - "reference": "34b9545ce62248a307bdb47e4705a7a5f8243762", + "url": "https://api.github.com/repos/spryker/product-offer-shipment-type-data-import/zipball/9a6be6f4736fe6f2f0b65c3ac8f2670cae76ab5f", + "reference": "9a6be6f4736fe6f2f0b65c3ac8f2670cae76ab5f", "shasum": "" }, "require": { "php": ">=8.0", + "spryker/data-import": "^1.3.0", "spryker/kernel": "^3.30.0", "spryker/product-offer": "^1.0.0", - "spryker/product-offer-stock": "^1.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/stock": "^8.0.0", - "spryker/store": "^1.0.0", - "spryker/transfer": "^3.27.0", - "spryker/warehouse-allocation-extension": "^0.1.0" + "spryker/product-offer-shipment-type": "^0.2.0", + "spryker/shipment-type": "^0.1.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { "spryker/code-sniffer": "*", "spryker/product": "*", "spryker/propel": "*", + "spryker/propel-orm": "*", "spryker/testify": "*" }, "type": "library", @@ -49317,37 +50843,50 @@ "license": [ "MIT" ], - "description": "ProductOfferWarehouseAllocationExample module", + "description": "ProductOfferShipmentTypeDataImport module", "support": { - "source": "https://github.com/spryker/product-offer-warehouse-allocation-example/tree/0.1.0" + "source": "https://github.com/spryker/product-offer-shipment-type-data-import/tree/0.2.0" }, - "time": "2023-02-09T15:12:38+00:00" + "time": "2023-07-04T16:48:08+00:00" }, { - "name": "spryker/product-offers-rest-api", - "version": "1.0.0", + "name": "spryker/product-offer-shipment-type-storage", + "version": "0.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-offers-rest-api.git", - "reference": "2ad6c3b6d3fe4a68be7cee9580b5534012011e67" + "url": "https://github.com/spryker/product-offer-shipment-type-storage.git", + "reference": "4695e3bf3b58437fd85ba346da243a80ecd3db9c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-offers-rest-api/zipball/2ad6c3b6d3fe4a68be7cee9580b5534012011e67", - "reference": "2ad6c3b6d3fe4a68be7cee9580b5534012011e67", + "url": "https://api.github.com/repos/spryker/product-offer-shipment-type-storage/zipball/4695e3bf3b58437fd85ba346da243a80ecd3db9c", + "reference": "4695e3bf3b58437fd85ba346da243a80ecd3db9c", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/glue-application": "^1.0.0", - "spryker/glue-application-extension": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/product-offer": "^1.0.0", - "spryker/product-offer-storage": "^1.0.0", - "spryker/transfer": "^3.25.0" + "php": ">=8.0", + "spryker/event-behavior": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/product-offer": "^1.9.0", + "spryker/product-offer-shipment-type": "^0.2.0", + "spryker/product-offer-shipment-type-storage-extension": "^1.0.0", + "spryker/product-offer-storage-extension": "^1.0.0", + "spryker/publisher-extension": "^1.0.0", + "spryker/shipment-type-storage": "^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" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/product": "*", + "spryker/propel": "*", + "spryker/queue": "*", + "spryker/shipment-type": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -49364,138 +50903,86 @@ "license": [ "proprietary" ], - "description": "ProductOffersRestApi module", + "description": "ProductOfferShipmentTypeStorage module", "support": { - "source": "https://github.com/spryker/product-offers-rest-api/tree/1.0.0" + "source": "https://github.com/spryker/product-offer-shipment-type-storage/tree/0.1.0" }, - "time": "2022-04-18T12:48:30+00:00" + "time": "2023-07-04T16:48:08+00:00" }, { - "name": "spryker/product-option", - "version": "8.15.2", + "name": "spryker/product-offer-shipment-type-storage-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-option.git", - "reference": "251fea2cef43316399f0c726cd0009dd3cbd1c90" + "url": "https://github.com/spryker/product-offer-shipment-type-storage-extension.git", + "reference": "0ba4bea5a2627e134f3cded10b320bcc038760d4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-option/zipball/251fea2cef43316399f0c726cd0009dd3cbd1c90", - "reference": "251fea2cef43316399f0c726cd0009dd3cbd1c90", + "url": "https://api.github.com/repos/spryker/product-offer-shipment-type-storage-extension/zipball/0ba4bea5a2627e134f3cded10b320bcc038760d4", + "reference": "0ba4bea5a2627e134f3cded10b320bcc038760d4", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/calculation-extension": "^1.1.0", - "spryker/country": "^3.0.0 || ^4.0.0", - "spryker/currency": "^3.2.0 || ^4.0.0", - "spryker/event": "^2.1.0", - "spryker/glossary": "^3.0.0", - "spryker/gui": "^3.33.0", - "spryker/kernel": "^3.30.0", - "spryker/key-builder": "^1.0.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/money": "^2.4.0", - "spryker/price": "^5.0.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/product-option-extension": "^1.1.0", - "spryker/product-option-gui-extension": "^1.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/sales": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^10.0.0 || ^11.0.0", - "spryker/sales-extension": "^1.6.0", - "spryker/storage": "^3.0.0", - "spryker/store": "^1.1.0", - "spryker/symfony": "^3.0.0", - "spryker/tax": "^5.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/transfer": "^3.25.0", - "spryker/util-encoding": "^2.0.0", - "spryker/util-text": "^1.1.0" + "spryker/transfer": "^3.27.0" }, "require-dev": { - "spryker/application": "*", - "spryker/calculation": "*", - "spryker/checkout": "*", - "spryker/code-sniffer": "*", - "spryker/config": "*", - "spryker/container": "*", - "spryker/customer": "*", - "spryker/event-dispatcher": "*", - "spryker/form": "*", - "spryker/money-gui": "*", - "spryker/oms": "*", - "spryker/propel": "*", - "spryker/router": "*", - "spryker/testify": "*", - "spryker/twig": "*", - "spryker/validator": "*", - "spryker/zed-navigation": "*" - }, - "suggest": { - "spryker/calculation": "If tax rate calculation for options is needed.", - "spryker/checkout": "If checkout plugins are needed." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "8.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\ProductOption\\Helper\\": "tests/SprykerTest/Shared/ProductOption/_support/Helper/", - "SprykerTest\\Zed\\ProductOption\\PageObject\\": "tests/SprykerTest/Zed/ProductOption/_support/PageObject/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductOption module", + "description": "ProductOfferShipmentTypeStorageExtension module", "support": { - "source": "https://github.com/spryker/product-option/tree/8.15.2" + "source": "https://github.com/spryker/product-offer-shipment-type-storage-extension/tree/1.0.0" }, - "time": "2023-05-05T18:20:59+00:00" + "time": "2023-07-04T16:48:08+00:00" }, { - "name": "spryker/product-option-cart-connector", - "version": "7.1.3", + "name": "spryker/product-offer-shopping-list", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-option-cart-connector.git", - "reference": "be7527bc41f4eaa74ef3eec97bc8576a57e1c954" + "url": "https://github.com/spryker/product-offer-shopping-list.git", + "reference": "5bf8677c3bcbcf6d3b645b8c74cef0f29efd00de" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-option-cart-connector/zipball/be7527bc41f4eaa74ef3eec97bc8576a57e1c954", - "reference": "be7527bc41f4eaa74ef3eec97bc8576a57e1c954", + "url": "https://api.github.com/repos/spryker/product-offer-shopping-list/zipball/5bf8677c3bcbcf6d3b645b8c74cef0f29efd00de", + "reference": "5bf8677c3bcbcf6d3b645b8c74cef0f29efd00de", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/cart-extension": "^2.1.0 || ^4.0.0", - "spryker/kernel": "^3.30.0", - "spryker/price": "^5.0.0", - "spryker/product-option": "^6.10.0 || ^8.4.0" + "spryker/kernel": "^3.52.0", + "spryker/product-offer": "^1.2.0", + "spryker/shopping-list-extension": "^1.4.0", + "spryker/store": "^1.1.0" }, "require-dev": { - "spryker/cart": "*", "spryker/code-sniffer": "*", "spryker/container": "*", - "spryker/currency": "*", + "spryker/product": "*", "spryker/propel": "*", - "spryker/store": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/cart": "If you want to use Cart plugins." - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "7.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -49507,31 +50994,38 @@ "license": [ "proprietary" ], - "description": "ProductOptionCartConnector module", + "description": "ProductOfferShoppingList module", "support": { - "source": "https://github.com/spryker/product-option-cart-connector/tree/7.1.3" + "source": "https://github.com/spryker/product-offer-shopping-list/tree/1.0.1" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-option-extension", - "version": "1.1.0", + "name": "spryker/product-offer-shopping-list-data-import", + "version": "0.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-option-extension.git", - "reference": "3caa7194182a4fff8c7340d93bf77a63cd8de876" + "url": "https://github.com/spryker/product-offer-shopping-list-data-import.git", + "reference": "0d3c2cbb3c930b9a59a96c2ff84d499fbf13b1fd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-option-extension/zipball/3caa7194182a4fff8c7340d93bf77a63cd8de876", - "reference": "3caa7194182a4fff8c7340d93bf77a63cd8de876", + "url": "https://api.github.com/repos/spryker/product-offer-shopping-list-data-import/zipball/0d3c2cbb3c930b9a59a96c2ff84d499fbf13b1fd", + "reference": "0d3c2cbb3c930b9a59a96c2ff84d499fbf13b1fd", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=7.4", + "spryker/data-import": "^1.6.0", + "spryker/kernel": "^3.30.0", + "spryker/product-offer": "^1.2.0", + "spryker/shopping-list": "^4.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/propel-orm": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -49546,30 +51040,32 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "ProductOptionExtension module", + "description": "ProductOfferShoppingListDataImport module", "support": { - "source": "https://github.com/spryker/product-option-extension/tree/1.1.0" + "source": "https://github.com/spryker/product-offer-shopping-list-data-import/tree/0.1.0" }, - "time": "2021-05-28T11:56:55+00:00" + "time": "2022-01-26T13:14:24+00:00" }, { - "name": "spryker/product-option-gui-extension", + "name": "spryker/product-offer-shopping-lists-rest-api", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-option-gui-extension.git", - "reference": "72cc036b4c2ddff6cb663dda03e1018643a76170" + "url": "https://github.com/spryker/product-offer-shopping-lists-rest-api.git", + "reference": "4eed7fd2c3ec01bafec6aa53316f25d2c258ea13" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-option-gui-extension/zipball/72cc036b4c2ddff6cb663dda03e1018643a76170", - "reference": "72cc036b4c2ddff6cb663dda03e1018643a76170", + "url": "https://api.github.com/repos/spryker/product-offer-shopping-lists-rest-api/zipball/4eed7fd2c3ec01bafec6aa53316f25d2c258ea13", + "reference": "4eed7fd2c3ec01bafec6aa53316f25d2c258ea13", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=7.4", + "spryker/glue-application": "^1.0.0", + "spryker/product-offer-shopping-list": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -49589,35 +51085,43 @@ "license": [ "proprietary" ], - "description": "ProductOptionGuiExtension module", + "description": "ProductOfferShoppingListsRestApi module", "support": { - "source": "https://github.com/spryker/product-option-gui-extension/tree/1.0.0" + "source": "https://github.com/spryker/product-offer-shopping-lists-rest-api/tree/1.0.0" }, - "time": "2021-05-28T11:56:55+00:00" + "time": "2022-04-18T12:48:30+00:00" }, { - "name": "spryker/product-option-merchant-portal-gui", - "version": "1.0.1", + "name": "spryker/product-offer-stock", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-option-merchant-portal-gui.git", - "reference": "bb7002759b8f61d128a16d43d864032df2dbb52c" + "url": "https://github.com/spryker/product-offer-stock.git", + "reference": "2898084b76757fb298b84fef4a74e8819984f7a8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-option-merchant-portal-gui/zipball/bb7002759b8f61d128a16d43d864032df2dbb52c", - "reference": "bb7002759b8f61d128a16d43d864032df2dbb52c", + "url": "https://api.github.com/repos/spryker/product-offer-stock/zipball/2898084b76757fb298b84fef4a74e8819984f7a8", + "reference": "2898084b76757fb298b84fef4a74e8819984f7a8", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/kernel": "^3.33.0", - "spryker/product-option": "^6.0.0 || ^8.0.0", - "spryker/sales-merchant-portal-gui-extension": "^1.0.0", - "spryker/transfer": "^3.8.0" + "php": ">=8.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/decimal-object": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/product-offer": "^1.0.0", + "spryker/product-offer-extension": "^1.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/stock": "^7.0.0 || ^8.0.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/product": "*", + "spryker/propel": "*", + "spryker/store": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -49627,62 +51131,48 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\ProductOfferStock\\Helper\\": "tests/SprykerTest/Shared/ProductOfferStock/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductOptionMerchantPortalGui module", + "description": "ProductOfferStock module", "support": { - "source": "https://github.com/spryker/product-option-merchant-portal-gui/tree/1.0.1" + "source": "https://github.com/spryker/product-offer-stock/tree/1.2.0" }, - "time": "2021-08-16T16:27:47+00:00" + "time": "2023-03-10T14:11:16+00:00" }, { - "name": "spryker/product-option-storage", - "version": "1.14.0", + "name": "spryker/product-offer-stock-data-import", + "version": "0.7.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-option-storage.git", - "reference": "aadfeaa008ea336156ee57590277c66209789896" + "url": "https://github.com/spryker/product-offer-stock-data-import.git", + "reference": "0dec3c6e6053805054b1f193845f77e014b824cb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-option-storage/zipball/aadfeaa008ea336156ee57590277c66209789896", - "reference": "aadfeaa008ea336156ee57590277c66209789896", + "url": "https://api.github.com/repos/spryker/product-offer-stock-data-import/zipball/0dec3c6e6053805054b1f193845f77e014b824cb", + "reference": "0dec3c6e6053805054b1f193845f77e014b824cb", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/currency": "^3.2.0 || ^4.0.0", - "spryker/event-behavior": "^1.10.0", + "php": ">=7.3", + "spryker/data-import": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/price": "^5.1.0", - "spryker/product": "^5.5.0 || ^6.0.0", - "spryker/product-option": "^6.9.0 || ^8.1.0", - "spryker/product-option-storage-extension": "^1.0.0", - "spryker/propel-orm": "^1.5.0", - "spryker/storage": "^3.4.0", - "spryker/store": "^1.7.0", - "spryker/synchronization": "^0.2.0 || ^1.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.0.0", - "spryker/transfer": "^3.25.0", - "spryker/util-encoding": "^1.0.0 || ^2.0.0" + "spryker/product-offer": "^1.0.0", + "spryker/product-offer-stock": "^1.0.0", + "spryker/stock": "^7.0.0 || ^8.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/event": "*", - "spryker/product-attribute": "*", + "spryker/merchant": "*", "spryker/propel": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" - }, "type": "library", "extra": { "branch-alias": { @@ -49696,30 +51186,36 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "ProductOptionStorage module", + "description": "ProductOfferStockDataImport module", "support": { - "source": "https://github.com/spryker/product-option-storage/tree/1.14.0" + "source": "https://github.com/spryker/product-offer-stock-data-import/tree/0.7.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2021-08-16T16:27:47+00:00" }, { - "name": "spryker/product-option-storage-extension", - "version": "1.0.0", + "name": "spryker/product-offer-stock-gui", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-option-storage-extension.git", - "reference": "b982e416ae368499b46a6be306ae986dc1e4adc8" + "url": "https://github.com/spryker/product-offer-stock-gui.git", + "reference": "3aaa461ccb94bdaa14b5b27a5685334d0289bff3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-option-storage-extension/zipball/b982e416ae368499b46a6be306ae986dc1e4adc8", - "reference": "b982e416ae368499b46a6be306ae986dc1e4adc8", + "url": "https://api.github.com/repos/spryker/product-offer-stock-gui/zipball/3aaa461ccb94bdaa14b5b27a5685334d0289bff3", + "reference": "3aaa461ccb94bdaa14b5b27a5685334d0289bff3", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=7.4", + "spryker/kernel": "^3.30.0", + "spryker/product-offer-gui-extension": "^1.0.0", + "spryker/product-offer-stock": "^1.0.0", + "spryker/product-offer-stock-gui-extension": "^1.0.0", + "spryker/transfer": "^3.18.0", + "spryker/twig": "^3.16.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -49739,44 +51235,31 @@ "license": [ "proprietary" ], - "description": "ProductOptionStorageExtension module", + "description": "ProductOfferStockGui module", "support": { - "source": "https://github.com/spryker/product-option-storage-extension/tree/1.0.0" + "source": "https://github.com/spryker/product-offer-stock-gui/tree/1.1.0" }, - "time": "2021-05-28T11:56:55+00:00" + "time": "2022-09-19T06:48:51+00:00" }, { - "name": "spryker/product-options-rest-api", - "version": "1.3.0", + "name": "spryker/product-offer-stock-gui-extension", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-options-rest-api.git", - "reference": "e6da08b3f6936f3166fc6201ffe1a60b67f5e3df" + "url": "https://github.com/spryker/product-offer-stock-gui-extension.git", + "reference": "fed06d7d99988b1fd23184b0f542939a0c38e7e9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-options-rest-api/zipball/e6da08b3f6936f3166fc6201ffe1a60b67f5e3df", - "reference": "e6da08b3f6936f3166fc6201ffe1a60b67f5e3df", + "url": "https://api.github.com/repos/spryker/product-offer-stock-gui-extension/zipball/fed06d7d99988b1fd23184b0f542939a0c38e7e9", + "reference": "fed06d7d99988b1fd23184b0f542939a0c38e7e9", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/carts-rest-api-extension": "^1.5.0", - "spryker/currency": "^3.2.0 || ^4.0.0", - "spryker/glossary-storage": "^1.5.0", - "spryker/glue-application": "^1.0.0", - "spryker/glue-application-extension": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/orders-rest-api-extension": "^1.0.0", - "spryker/product-option-storage": "^1.6.0", - "spryker/product-storage": "^1.17.0", - "spryker/quote-requests-rest-api-extension": "^1.0.0", - "spryker/synchronization-behavior": "^1.0.0" + "php": ">=7.4" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -49793,116 +51276,93 @@ "license": [ "proprietary" ], - "description": "ProductOptionsRestApi module", + "description": "ProductOfferStockGuiExtension module", "support": { - "source": "https://github.com/spryker/product-options-rest-api/tree/1.3.0" + "source": "https://github.com/spryker/product-offer-stock-gui-extension/tree/1.0.1" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2022-04-26T16:30:57+00:00" }, { - "name": "spryker/product-packaging-unit", - "version": "4.8.0", + "name": "spryker/product-offer-storage", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-packaging-unit.git", - "reference": "26a2f685d1ca377e1df568d23c26302007faa865" + "url": "https://github.com/spryker/product-offer-storage.git", + "reference": "d164a75a0fea657406a137a4dfe881e7d932a33a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-packaging-unit/zipball/26a2f685d1ca377e1df568d23c26302007faa865", - "reference": "26a2f685d1ca377e1df568d23c26302007faa865", + "url": "https://api.github.com/repos/spryker/product-offer-storage/zipball/d164a75a0fea657406a137a4dfe881e7d932a33a", + "reference": "d164a75a0fea657406a137a4dfe881e7d932a33a", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/availability": "^9.0.0", - "spryker/cart-extension": "^2.0.0 || ^4.0.0", - "spryker/decimal-object": "^1.0.0", - "spryker/glossary": "^3.1.0", - "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/oms": "^11.0.0", - "spryker/oms-extension": "^1.2.0", - "spryker/persistent-cart-extension": "^1.0.0", - "spryker/picking-list-extension": "^1.0.0", + "spryker/event-behavior": "^1.14.0", + "spryker/kernel": "^3.33.0", "spryker/product": "^6.0.0", - "spryker/product-measurement-unit": "^2.0.0 || ^4.0.0 || ^5.0.0", - "spryker/product-page-search-extension": "^1.3.0", - "spryker/propel-orm": "^1.1.0", - "spryker/sales": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^10.0.0 || ^11.0.0", - "spryker/sales-extension": "^1.6.0", - "spryker/sales-quantity": "^1.0.0 || ^3.0.0", + "spryker/product-offer": "^1.5.0", + "spryker/product-offer-storage-extension": "^1.0.0", + "spryker/product-storage-extension": "^1.4.0", + "spryker/propel-orm": "^1.0.0", + "spryker/publisher-extension": "^1.0.0", + "spryker/storage": "^3.0.0", "spryker/store": "^1.4.0", - "spryker/transfer": "^3.27.0", - "spryker/util-text": "^1.0.0" + "spryker/synchronization": "^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.1.0", + "spryker/transfer": "^3.25.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { - "spryker/cart": "*", - "spryker/checkout": "*", "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/customer": "*", - "spryker/installer": "*", "spryker/propel": "*", - "spryker/stock": "*", + "spryker/queue": "*", "spryker/testify": "*" }, "suggest": { - "spryker/cart": "If you want to use CartOperationStrategyPluginInterface: ^5.2.0", - "spryker/checkout": "If you want to use checkout plugins: ^4.0.0", - "spryker/installer": "If you want to use Installer plugins: ^4.0.0.", - "spryker/persistent-cart": "If you want to use CartOperationStrategyPluginInterface: ^1.1.0", - "spryker/stock": "If you want to use stock plugins: ^5.0.0" + "spryker/event": "Required for using the Listeners" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\ProductPackagingUnit\\Helper\\": "tests/SprykerTest/Zed/ProductPackagingUnit/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductPackagingUnit module", + "description": "ProductOfferStorage module", "support": { - "source": "https://github.com/spryker/product-packaging-unit/tree/4.8.0" + "source": "https://github.com/spryker/product-offer-storage/tree/1.3.0" }, - "time": "2023-04-17T15:49:27+00:00" + "time": "2023-02-14T07:21:59+00:00" }, { - "name": "spryker/product-packaging-unit-data-import", - "version": "2.0.0", + "name": "spryker/product-offer-storage-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-packaging-unit-data-import.git", - "reference": "1dca4c2487892e8f6653b02d5ff7fac2ad552eed" + "url": "https://github.com/spryker/product-offer-storage-extension.git", + "reference": "53951897f487d1dcd88b4c1b940fbe6d4a1e00f6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-packaging-unit-data-import/zipball/1dca4c2487892e8f6653b02d5ff7fac2ad552eed", - "reference": "1dca4c2487892e8f6653b02d5ff7fac2ad552eed", + "url": "https://api.github.com/repos/spryker/product-offer-storage-extension/zipball/53951897f487d1dcd88b4c1b940fbe6d4a1e00f6", + "reference": "53951897f487d1dcd88b4c1b940fbe6d4a1e00f6", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/data-import": "^1.3.0", - "spryker/decimal-object": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/product": "^6.0.0", - "spryker/product-measurement-unit": "^2.0.0 || ^4.0.0 || ^5.0.0", - "spryker/product-packaging-unit": "^4.0.0" + "php": ">=7.4" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -49912,105 +51372,96 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\ProductPackagingUnitDataImport\\Helper\\": "tests/SprykerTest/Zed/ProductPackagingUnitDataImport/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "ProductPackagingUnitDataImport module", + "description": "ProductOfferStorageExtension module", "support": { - "source": "https://github.com/spryker/product-packaging-unit-data-import/tree/2.0.0" + "source": "https://github.com/spryker/product-offer-storage-extension/tree/1.0.0" }, - "time": "2019-11-21T16:04:38+00:00" + "time": "2022-02-24T16:37:46+00:00" }, { - "name": "spryker/product-packaging-unit-storage", - "version": "5.2.1", + "name": "spryker/product-offer-validity", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-packaging-unit-storage.git", - "reference": "84c39dc66b0dc0c99b01b0e18fb8b15ac8f4d512" + "url": "https://github.com/spryker/product-offer-validity.git", + "reference": "72cc8a94a97b5df7531d39b2e65fcd05fc61196c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-packaging-unit-storage/zipball/84c39dc66b0dc0c99b01b0e18fb8b15ac8f4d512", - "reference": "84c39dc66b0dc0c99b01b0e18fb8b15ac8f4d512", + "url": "https://api.github.com/repos/spryker/product-offer-validity/zipball/72cc8a94a97b5df7531d39b2e65fcd05fc61196c", + "reference": "72cc8a94a97b5df7531d39b2e65fcd05fc61196c", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/decimal-object": "^1.0.0", - "spryker/event-behavior": "^1.0.0", - "spryker/kernel": "^3.37.0", - "spryker/product": "^6.0.0", - "spryker/product-measurement-unit-storage": "^1.0.0", - "spryker/product-packaging-unit": "^4.0.0", - "spryker/storage": "^3.4.0", - "spryker/synchronization": "^1.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.1.0", - "spryker/transfer": "^3.18.0" + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/kernel": "^3.33.0", + "spryker/product-offer": "^1.2.0", + "spryker/product-offer-extension": "^1.0.0", + "spryker/propel-orm": "^1.3.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/event": "*", + "spryker/merchant": "*", + "spryker/product": "*", "spryker/propel": "*", - "spryker/publisher": "*", - "spryker/queue": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\ProductPackagingUnitStorage\\Helper\\": "tests/SprykerTest/Zed/ProductPackagingUnitStorage/_support/Helper/" + "SprykerTest\\Zed\\ProductOfferValidity\\Helper\\": "tests/SprykerTest/Zed/ProductOfferValidity/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductPackagingUnitStorage module", + "description": "ProductOfferValidity module", "support": { - "source": "https://github.com/spryker/product-packaging-unit-storage/tree/5.2.1" + "source": "https://github.com/spryker/product-offer-validity/tree/1.2.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-03-10T14:11:16+00:00" }, { - "name": "spryker/product-packaging-units-backend-api", - "version": "0.1.0", + "name": "spryker/product-offer-validity-data-import", + "version": "0.5.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-packaging-units-backend-api.git", - "reference": "2c9cc635458aa38b692a0136aff36f414237a0b9" + "url": "https://github.com/spryker/product-offer-validity-data-import.git", + "reference": "86828b3cf6d6559cff1537676153adaaf2d7d8bc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-packaging-units-backend-api/zipball/2c9cc635458aa38b692a0136aff36f414237a0b9", - "reference": "2c9cc635458aa38b692a0136aff36f414237a0b9", + "url": "https://api.github.com/repos/spryker/product-offer-validity-data-import/zipball/86828b3cf6d6559cff1537676153adaaf2d7d8bc", + "reference": "86828b3cf6d6559cff1537676153adaaf2d7d8bc", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/kernel": "^3.66.0", - "spryker/picking-lists-backend-api-extension": "^0.1.0", - "spryker/product-packaging-unit": "^4.8.0", - "spryker/transfer": "^3.27.0" + "php": ">=7.3", + "spryker/data-import": "^1.0.0", + "spryker/kernel": "^3.33.0", + "spryker/product-offer": "^1.0.0", + "spryker/product-offer-validity": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/decimal-object": "*", + "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", @@ -50026,74 +51477,41 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "ProductPackagingUnitsBackendApi module", + "description": "ProductOfferValidityDataImport module", "support": { - "source": "https://github.com/spryker/product-packaging-units-backend-api/tree/0.1.0" + "source": "https://github.com/spryker/product-offer-validity-data-import/tree/0.5.0" }, - "time": "2023-04-17T15:49:27+00:00" + "time": "2021-08-16T16:27:47+00:00" }, { - "name": "spryker/product-page-search", - "version": "3.30.1", + "name": "spryker/product-offer-validity-gui", + "version": "1.0.3", "source": { "type": "git", - "url": "https://github.com/spryker/product-page-search.git", - "reference": "905ab770dd75d1b67fb90845cf6d34c3e9e89517" + "url": "https://github.com/spryker/product-offer-validity-gui.git", + "reference": "7bea475155f4270355cd5c18c10fbb4da16d0ad9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-page-search/zipball/905ab770dd75d1b67fb90845cf6d34c3e9e89517", - "reference": "905ab770dd75d1b67fb90845cf6d34c3e9e89517", + "url": "https://api.github.com/repos/spryker/product-offer-validity-gui/zipball/7bea475155f4270355cd5c18c10fbb4da16d0ad9", + "reference": "7bea475155f4270355cd5c18c10fbb4da16d0ad9", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/catalog-price-product-connector": "^1.1.0", - "spryker/category": "^4.3.0 || ^5.0.0", - "spryker/error-handler": "^2.0.0", - "spryker/event-behavior": "^1.14.0", - "spryker/kernel": "^3.49.0", - "spryker/laminas": "^1.0.0", - "spryker/locale": "^3.3.0 || ^4.0.0", - "spryker/price": "^5.3.0", - "spryker/price-product": "^2.8.0 || ^4.0.0", - "spryker/product": "^6.16.0", - "spryker/product-category": "^4.5.0", - "spryker/product-image": "^3.8.0", - "spryker/product-page-search-extension": "^1.6.0", - "spryker/product-search": "^5.15.0", - "spryker/propel-orm": "^1.5.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/search": "^7.0.0 || ^8.0.0", - "spryker/store": "^1.7.0", - "spryker/symfony": "^3.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.0.0", - "spryker/transfer": "^3.25.0", - "spryker/url": "^3.3.0", - "spryker/util-encoding": "^2.0.0", - "spryker/util-sanitize": "^2.1.0" + "spryker/kernel": "^3.30.0", + "spryker/product-offer-gui-extension": "^1.0.0", + "spryker/product-offer-validity": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/event": "*", - "spryker/product-attribute": "*", - "spryker/propel": "*", - "spryker/queue": "*", - "spryker/storage": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/elastica": "If you want to use Elasticsearch plugins, minimum required version: 4.0.0", - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -50105,34 +51523,42 @@ "license": [ "proprietary" ], - "description": "ProductPageSearch module", + "description": "ProductOfferValidityGui module", "support": { - "source": "https://github.com/spryker/product-page-search/tree/3.30.1" + "source": "https://github.com/spryker/product-offer-validity-gui/tree/1.0.3" }, - "time": "2023-06-30T08:58:40+00:00" + "time": "2023-05-29T09:03:54+00:00" }, { - "name": "spryker/product-page-search-extension", - "version": "1.6.0", + "name": "spryker/product-offer-warehouse-allocation-example", + "version": "0.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-page-search-extension.git", - "reference": "84593c13c1fc21d28f0310d57504ea19c82b122c" + "url": "https://github.com/spryker/product-offer-warehouse-allocation-example.git", + "reference": "34b9545ce62248a307bdb47e4705a7a5f8243762" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-page-search-extension/zipball/84593c13c1fc21d28f0310d57504ea19c82b122c", - "reference": "84593c13c1fc21d28f0310d57504ea19c82b122c", + "url": "https://api.github.com/repos/spryker/product-offer-warehouse-allocation-example/zipball/34b9545ce62248a307bdb47e4705a7a5f8243762", + "reference": "34b9545ce62248a307bdb47e4705a7a5f8243762", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=8.0", + "spryker/kernel": "^3.30.0", + "spryker/product-offer": "^1.0.0", + "spryker/product-offer-stock": "^1.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/stock": "^8.0.0", + "spryker/store": "^1.0.0", + "spryker/transfer": "^3.27.0", + "spryker/warehouse-allocation-extension": "^0.1.0" }, "require-dev": { - "spryker/code-sniffer": "*" - }, - "suggest": { - "spryker/search": "If you want to use ProductConcretePageMapExpanderPluginInterface: ^1.0.0." + "spryker/code-sniffer": "*", + "spryker/product": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -50147,43 +51573,36 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "ProductPageSearchExtension module", + "description": "ProductOfferWarehouseAllocationExample module", "support": { - "source": "https://github.com/spryker/product-page-search-extension/tree/1.6.0" + "source": "https://github.com/spryker/product-offer-warehouse-allocation-example/tree/0.1.0" }, - "time": "2022-02-11T12:49:43+00:00" + "time": "2023-02-09T15:12:38+00:00" }, { - "name": "spryker/product-prices-rest-api", - "version": "1.7.0", + "name": "spryker/product-offers-rest-api", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-prices-rest-api.git", - "reference": "38f211be00eb1b988b927a9f0cf4a4c6362d9948" + "url": "https://github.com/spryker/product-offers-rest-api.git", + "reference": "2ad6c3b6d3fe4a68be7cee9580b5534012011e67" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-prices-rest-api/zipball/38f211be00eb1b988b927a9f0cf4a4c6362d9948", - "reference": "38f211be00eb1b988b927a9f0cf4a4c6362d9948", + "url": "https://api.github.com/repos/spryker/product-offers-rest-api/zipball/2ad6c3b6d3fe4a68be7cee9580b5534012011e67", + "reference": "2ad6c3b6d3fe4a68be7cee9580b5534012011e67", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/currency": "^3.4.0 || ^4.0.0", - "spryker/glue-application": "^1.8.0", + "php": ">=7.4", + "spryker/glue-application": "^1.0.0", "spryker/glue-application-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/price": "^5.0.0", - "spryker/price-product": "^2.0.0 || ^4.0.0", - "spryker/price-product-storage": "^2.3.0 || ^4.0.0", - "spryker/product-prices-rest-api-extension": "^1.0.0", - "spryker/product-storage": "^1.2.0", - "spryker/products-rest-api": "^2.0.0", - "spryker/store": "^1.4.0", - "spryker/symfony": "^3.0.0", - "spryker/wishlists-rest-api-extension": "^1.0.0" + "spryker/kernel": "^3.33.0", + "spryker/product-offer": "^1.0.0", + "spryker/product-offer-storage": "^1.0.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -50203,129 +51622,174 @@ "license": [ "proprietary" ], - "description": "ProductPricesRestApi module", + "description": "ProductOffersRestApi module", "support": { - "source": "https://github.com/spryker/product-prices-rest-api/tree/1.7.0" + "source": "https://github.com/spryker/product-offers-rest-api/tree/1.0.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2022-04-18T12:48:30+00:00" }, { - "name": "spryker/product-prices-rest-api-extension", - "version": "1.0.0", + "name": "spryker/product-option", + "version": "8.15.2", "source": { "type": "git", - "url": "https://github.com/spryker/product-prices-rest-api-extension.git", - "reference": "3843ecc9f244b0e9eb9bfbe42db0194cbc83541a" + "url": "https://github.com/spryker/product-option.git", + "reference": "251fea2cef43316399f0c726cd0009dd3cbd1c90" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-prices-rest-api-extension/zipball/3843ecc9f244b0e9eb9bfbe42db0194cbc83541a", - "reference": "3843ecc9f244b0e9eb9bfbe42db0194cbc83541a", + "url": "https://api.github.com/repos/spryker/product-option/zipball/251fea2cef43316399f0c726cd0009dd3cbd1c90", + "reference": "251fea2cef43316399f0c726cd0009dd3cbd1c90", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/calculation-extension": "^1.1.0", + "spryker/country": "^3.0.0 || ^4.0.0", + "spryker/currency": "^3.2.0 || ^4.0.0", + "spryker/event": "^2.1.0", + "spryker/glossary": "^3.0.0", + "spryker/gui": "^3.33.0", + "spryker/kernel": "^3.30.0", + "spryker/key-builder": "^1.0.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/money": "^2.4.0", + "spryker/price": "^5.0.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/product-option-extension": "^1.1.0", + "spryker/product-option-gui-extension": "^1.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/sales": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^10.0.0 || ^11.0.0", + "spryker/sales-extension": "^1.6.0", + "spryker/storage": "^3.0.0", + "spryker/store": "^1.1.0", + "spryker/symfony": "^3.0.0", + "spryker/tax": "^5.0.0", + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/transfer": "^3.25.0", + "spryker/util-encoding": "^2.0.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/application": "*", + "spryker/calculation": "*", + "spryker/checkout": "*", + "spryker/code-sniffer": "*", + "spryker/config": "*", + "spryker/container": "*", + "spryker/customer": "*", + "spryker/event-dispatcher": "*", + "spryker/form": "*", + "spryker/money-gui": "*", + "spryker/oms": "*", + "spryker/propel": "*", + "spryker/router": "*", + "spryker/testify": "*", + "spryker/twig": "*", + "spryker/validator": "*", + "spryker/zed-navigation": "*" + }, + "suggest": { + "spryker/calculation": "If tax rate calculation for options is needed.", + "spryker/checkout": "If checkout plugins are needed." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "8.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\ProductOption\\Helper\\": "tests/SprykerTest/Shared/ProductOption/_support/Helper/", + "SprykerTest\\Zed\\ProductOption\\PageObject\\": "tests/SprykerTest/Zed/ProductOption/_support/PageObject/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductPricesRestApiExtension module", + "description": "ProductOption module", "support": { - "source": "https://github.com/spryker/product-prices-rest-api-extension/tree/1.0.0" + "source": "https://github.com/spryker/product-option/tree/8.15.2" }, - "time": "2020-11-26T07:32:41+00:00" + "time": "2023-05-05T18:20:59+00:00" }, { - "name": "spryker/product-quantity", - "version": "3.2.0", + "name": "spryker/product-option-cart-connector", + "version": "7.1.3", "source": { "type": "git", - "url": "https://github.com/spryker/product-quantity.git", - "reference": "d3fa49e18eabec2c69e1acadead43df0778637e2" + "url": "https://github.com/spryker/product-option-cart-connector.git", + "reference": "be7527bc41f4eaa74ef3eec97bc8576a57e1c954" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-quantity/zipball/d3fa49e18eabec2c69e1acadead43df0778637e2", - "reference": "d3fa49e18eabec2c69e1acadead43df0778637e2", + "url": "https://api.github.com/repos/spryker/product-option-cart-connector/zipball/be7527bc41f4eaa74ef3eec97bc8576a57e1c954", + "reference": "be7527bc41f4eaa74ef3eec97bc8576a57e1c954", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/cart-extension": "^1.7.0 || ^2.3.0 || ^4.0.0", + "php": ">=8.0", + "spryker/cart-extension": "^2.1.0 || ^4.0.0", "spryker/kernel": "^3.30.0", - "spryker/product": "^6.0.0" + "spryker/price": "^5.0.0", + "spryker/product-option": "^6.10.0 || ^8.4.0" }, "require-dev": { "spryker/cart": "*", "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/currency": "*", "spryker/propel": "*", + "spryker/store": "*", "spryker/testify": "*" }, "suggest": { - "spryker/cart": "If you want to use cart pre check plugins: ^4.0.0" + "spryker/cart": "If you want to use Cart plugins." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "7.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\ProductQuantity\\Helper\\": "tests/SprykerTest/Shared/ProductQuantity/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductQuantity module", + "description": "ProductOptionCartConnector module", "support": { - "source": "https://github.com/spryker/product-quantity/tree/3.2.0" + "source": "https://github.com/spryker/product-option-cart-connector/tree/7.1.3" }, - "time": "2022-09-20T13:53:39+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-quantity-data-import", - "version": "3.0.0", + "name": "spryker/product-option-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-quantity-data-import.git", - "reference": "16c39445415ddb2c117cbe6c734dea98df5f0e28" + "url": "https://github.com/spryker/product-option-extension.git", + "reference": "3caa7194182a4fff8c7340d93bf77a63cd8de876" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-quantity-data-import/zipball/16c39445415ddb2c117cbe6c734dea98df5f0e28", - "reference": "16c39445415ddb2c117cbe6c734dea98df5f0e28", + "url": "https://api.github.com/repos/spryker/product-option-extension/zipball/3caa7194182a4fff8c7340d93bf77a63cd8de876", + "reference": "3caa7194182a4fff8c7340d93bf77a63cd8de876", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker/data-import": "^1.3.0", - "spryker/kernel": "^3.20.0", - "spryker/product": "^6.0.0", - "spryker/product-quantity": "^0.1.1 || ^1.0.0 || ^3.0.0" + "php": ">=7.3" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -50335,61 +51799,43 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\ProductQuantityDataImport\\Helper\\": "tests/SprykerTest/Zed/ProductQuantityDataImport/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "ProductQuantityDataImport module", + "description": "ProductOptionExtension module", "support": { - "source": "https://github.com/spryker/product-quantity-data-import/tree/3.0.0" + "source": "https://github.com/spryker/product-option-extension/tree/1.1.0" }, - "time": "2019-06-27T10:59:33+00:00" + "time": "2021-05-28T11:56:55+00:00" }, { - "name": "spryker/product-quantity-storage", - "version": "3.4.0", + "name": "spryker/product-option-gui-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-quantity-storage.git", - "reference": "fec3718adde187636f319432919b56061c36eac8" + "url": "https://github.com/spryker/product-option-gui-extension.git", + "reference": "72cc036b4c2ddff6cb663dda03e1018643a76170" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-quantity-storage/zipball/fec3718adde187636f319432919b56061c36eac8", - "reference": "fec3718adde187636f319432919b56061c36eac8", + "url": "https://api.github.com/repos/spryker/product-option-gui-extension/zipball/72cc036b4c2ddff6cb663dda03e1018643a76170", + "reference": "72cc036b4c2ddff6cb663dda03e1018643a76170", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/event-behavior": "^1.8.0", - "spryker/kernel": "^3.37.0", - "spryker/product-quantity": "^1.3.0 || ^3.0.0", - "spryker/quick-order-extension": "^1.1.0", - "spryker/storage": "^3.0.0", - "spryker/synchronization": "^0.2.0 || ^1.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.1.0" + "php": ">=7.3" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/event": "*", - "spryker/product": "*", - "spryker/propel": "*", - "spryker/queue": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/event": "If you want to use Event plugins: ^2.1.0", - "spryker/propel-orm": "If you want to use transaction functionality: ^1.3.0" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -50401,115 +51847,104 @@ "license": [ "proprietary" ], - "description": "ProductQuantityStorage module", + "description": "ProductOptionGuiExtension module", "support": { - "source": "https://github.com/spryker/product-quantity-storage/tree/3.4.0" + "source": "https://github.com/spryker/product-option-gui-extension/tree/1.0.0" }, - "time": "2022-04-18T08:41:46+00:00" + "time": "2021-05-28T11:56:55+00:00" }, { - "name": "spryker/product-relation", - "version": "3.3.0", + "name": "spryker/product-option-merchant-portal-gui", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-relation.git", - "reference": "11f278826019cc1bb60855540431cce866f294b2" + "url": "https://github.com/spryker/product-option-merchant-portal-gui.git", + "reference": "bb7002759b8f61d128a16d43d864032df2dbb52c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-relation/zipball/11f278826019cc1bb60855540431cce866f294b2", - "reference": "11f278826019cc1bb60855540431cce866f294b2", + "url": "https://api.github.com/repos/spryker/product-option-merchant-portal-gui/zipball/bb7002759b8f61d128a16d43d864032df2dbb52c", + "reference": "bb7002759b8f61d128a16d43d864032df2dbb52c", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/application": "^3.0.0", - "spryker/category": "^3.0.0 || ^4.0.0 || ^5.0.0", - "spryker/kernel": "^3.30.0", - "spryker/key-builder": "^1.0.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/log": "^3.0.0", - "spryker/price-product": "^1.0.0 || ^2.0.0 || ^4.0.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/product-category": "^4.0.0", - "spryker/product-image": "^3.0.0", - "spryker/propel": "^3.24.0", - "spryker/propel-orm": "^1.0.0", - "spryker/propel-query-builder": "^0.1.1 || ^0.2.0 || ^0.3.0", - "spryker/storage": "^3.0.0", - "spryker/store": "^1.19.0", - "spryker/symfony": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/url": "^3.0.0", - "spryker/util-encoding": "^2.0.0" + "php": ">=7.3", + "spryker/kernel": "^3.33.0", + "spryker/product-option": "^6.0.0 || ^8.0.0", + "spryker/sales-merchant-portal-gui-extension": "^1.0.0", + "spryker/transfer": "^3.8.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/event": "Required to listen for changes affecting product relations.", - "spryker/silex": "Required by product relation Twig component.", - "spryker/twig": "Required because of the product relation component." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\ProductRelation\\Helper\\": "tests/SprykerTest/Shared/ProductRelation/_support/Helper/", - "SprykerTest\\Zed\\ProductRelation\\PageObject\\": "tests/SprykerTest/Zed/ProductRelation/_support/PageObject/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductRelation module", + "description": "ProductOptionMerchantPortalGui module", "support": { - "source": "https://github.com/spryker/product-relation/tree/3.3.0" + "source": "https://github.com/spryker/product-option-merchant-portal-gui/tree/1.0.1" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2021-08-16T16:27:47+00:00" }, { - "name": "spryker/product-relation-collector", - "version": "2.2.0", + "name": "spryker/product-option-storage", + "version": "1.14.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-relation-collector.git", - "reference": "90c212b67652701f92aaf5b32bfb1cdbca40743d" + "url": "https://github.com/spryker/product-option-storage.git", + "reference": "aadfeaa008ea336156ee57590277c66209789896" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-relation-collector/zipball/90c212b67652701f92aaf5b32bfb1cdbca40743d", - "reference": "90c212b67652701f92aaf5b32bfb1cdbca40743d", + "url": "https://api.github.com/repos/spryker/product-option-storage/zipball/aadfeaa008ea336156ee57590277c66209789896", + "reference": "aadfeaa008ea336156ee57590277c66209789896", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/collector": "^5.1.1 || ^6.0.0", + "php": ">=8.0", + "spryker/currency": "^3.2.0 || ^4.0.0", + "spryker/event-behavior": "^1.10.0", "spryker/kernel": "^3.30.0", - "spryker/price-product": "^1.0.0 || ^2.0.0 || ^4.0.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/product-image": "^3.0.0", - "spryker/product-relation": "^1.0.0 || ^2.0.0 || ^3.0.0", - "spryker/propel-orm": "^1.1.0", - "spryker/symfony": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/url": "^3.0.0", - "spryker/util-data-reader": "^1.0.0" + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/price": "^5.1.0", + "spryker/product": "^5.5.0 || ^6.0.0", + "spryker/product-option": "^6.9.0 || ^8.1.0", + "spryker/product-option-storage-extension": "^1.0.0", + "spryker/propel-orm": "^1.5.0", + "spryker/storage": "^3.4.0", + "spryker/store": "^1.7.0", + "spryker/synchronization": "^0.2.0 || ^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.0.0", + "spryker/transfer": "^3.25.0", + "spryker/util-encoding": "^1.0.0 || ^2.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/event": "*", + "spryker/product-attribute": "*", + "spryker/propel": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -50521,40 +51956,31 @@ "license": [ "proprietary" ], - "description": "ProductRelationCollector module", + "description": "ProductOptionStorage module", "support": { - "source": "https://github.com/spryker/product-relation-collector/tree/2.2.0" + "source": "https://github.com/spryker/product-option-storage/tree/1.14.0" }, - "time": "2021-10-12T14:37:44+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-relation-data-import", - "version": "1.1.0", + "name": "spryker/product-option-storage-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-relation-data-import.git", - "reference": "d384edc0f4af91d121b71aae10bb4f3141bd83a8" + "url": "https://github.com/spryker/product-option-storage-extension.git", + "reference": "b982e416ae368499b46a6be306ae986dc1e4adc8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-relation-data-import/zipball/d384edc0f4af91d121b71aae10bb4f3141bd83a8", - "reference": "d384edc0f4af91d121b71aae10bb4f3141bd83a8", + "url": "https://api.github.com/repos/spryker/product-option-storage-extension/zipball/b982e416ae368499b46a6be306ae986dc1e4adc8", + "reference": "b982e416ae368499b46a6be306ae986dc1e4adc8", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/data-import": "^1.4.3", - "spryker/kernel": "^3.33.0", - "spryker/product": "^6.0.0", - "spryker/product-relation": "^3.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/store": "^1.5.0", - "spryker/util-encoding": "^2.0.0" + "php": ">=7.3" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -50569,52 +51995,46 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "ProductRelationDataImport module", + "description": "ProductOptionStorageExtension module", "support": { - "source": "https://github.com/spryker/product-relation-data-import/tree/master" + "source": "https://github.com/spryker/product-option-storage-extension/tree/1.0.0" }, - "time": "2020-08-18T09:02:36+00:00" + "time": "2021-05-28T11:56:55+00:00" }, { - "name": "spryker/product-relation-gui", - "version": "1.4.1", + "name": "spryker/product-options-rest-api", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-relation-gui.git", - "reference": "077c38a0cc0dfd77397d290e35f888fde5797eab" + "url": "https://github.com/spryker/product-options-rest-api.git", + "reference": "e6da08b3f6936f3166fc6201ffe1a60b67f5e3df" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-relation-gui/zipball/077c38a0cc0dfd77397d290e35f888fde5797eab", - "reference": "077c38a0cc0dfd77397d290e35f888fde5797eab", + "url": "https://api.github.com/repos/spryker/product-options-rest-api/zipball/e6da08b3f6936f3166fc6201ffe1a60b67f5e3df", + "reference": "e6da08b3f6936f3166fc6201ffe1a60b67f5e3df", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/application": "^3.0.0", - "spryker/category": "^4.0.0 || ^5.0.0", - "spryker/gui": "^3.45.0", + "spryker/carts-rest-api-extension": "^1.5.0", + "spryker/currency": "^3.2.0 || ^4.0.0", + "spryker/glossary-storage": "^1.5.0", + "spryker/glue-application": "^1.0.0", + "spryker/glue-application-extension": "^1.0.0", "spryker/kernel": "^3.33.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/product": "^6.0.0", - "spryker/product-attribute": "^1.5.0", - "spryker/product-category": "^4.0.0", - "spryker/product-relation": "^3.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/propel-query-builder": "^0.3.0", - "spryker/store": "^1.9.0", - "spryker/symfony": "^3.0.0", - "spryker/util-encoding": "^2.0.0", - "spryker/util-text": "^1.0.0" + "spryker/orders-rest-api-extension": "^1.0.0", + "spryker/product-option-storage": "^1.6.0", + "spryker/product-storage": "^1.17.0", + "spryker/quote-requests-rest-api-extension": "^1.0.0", + "spryker/synchronization-behavior": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", "spryker/propel": "*", - "spryker/testify": "*", - "spryker/twig": "*" + "spryker/testify": "*" }, "type": "library", "extra": { @@ -50631,107 +52051,116 @@ "license": [ "proprietary" ], - "description": "ProductRelationGui module", + "description": "ProductOptionsRestApi module", "support": { - "source": "https://github.com/spryker/product-relation-gui/tree/1.4.1" + "source": "https://github.com/spryker/product-options-rest-api/tree/1.3.0" }, - "time": "2023-05-23T11:12:25+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-relation-storage", - "version": "2.3.1", + "name": "spryker/product-packaging-unit", + "version": "4.8.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-relation-storage.git", - "reference": "5c48a21756fb63c5d67e4490d4a617f3f21101ca" + "url": "https://github.com/spryker/product-packaging-unit.git", + "reference": "26a2f685d1ca377e1df568d23c26302007faa865" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-relation-storage/zipball/5c48a21756fb63c5d67e4490d4a617f3f21101ca", - "reference": "5c48a21756fb63c5d67e4490d4a617f3f21101ca", + "url": "https://api.github.com/repos/spryker/product-packaging-unit/zipball/26a2f685d1ca377e1df568d23c26302007faa865", + "reference": "26a2f685d1ca377e1df568d23c26302007faa865", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/event-behavior": "^1.1.0", + "spryker/availability": "^9.0.0", + "spryker/cart-extension": "^2.0.0 || ^4.0.0", + "spryker/decimal-object": "^1.0.0", + "spryker/glossary": "^3.1.0", "spryker/kernel": "^3.30.0", - "spryker/product": "^5.5.0 || ^6.0.0", - "spryker/product-relation": "^3.0.0", - "spryker/product-storage": "^1.22.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/storage": "^3.4.0", - "spryker/synchronization": "^0.2.0 || ^1.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.0.0" + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/oms": "^11.0.0", + "spryker/oms-extension": "^1.2.0", + "spryker/persistent-cart-extension": "^1.0.0", + "spryker/picking-list-extension": "^1.0.0", + "spryker/product": "^6.0.0", + "spryker/product-measurement-unit": "^2.0.0 || ^4.0.0 || ^5.0.0", + "spryker/product-page-search-extension": "^1.3.0", + "spryker/propel-orm": "^1.1.0", + "spryker/sales": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^10.0.0 || ^11.0.0", + "spryker/sales-extension": "^1.6.0", + "spryker/sales-quantity": "^1.0.0 || ^3.0.0", + "spryker/store": "^1.4.0", + "spryker/transfer": "^3.27.0", + "spryker/util-text": "^1.0.0" }, "require-dev": { + "spryker/cart": "*", + "spryker/checkout": "*", "spryker/code-sniffer": "*", "spryker/container": "*", - "spryker/event": "*", - "spryker/product-attribute": "*", + "spryker/customer": "*", + "spryker/installer": "*", "spryker/propel": "*", - "spryker/propel-orm": "*", - "spryker/queue": "*", - "spryker/store": "*", + "spryker/stock": "*", "spryker/testify": "*" }, "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0" + "spryker/cart": "If you want to use CartOperationStrategyPluginInterface: ^5.2.0", + "spryker/checkout": "If you want to use checkout plugins: ^4.0.0", + "spryker/installer": "If you want to use Installer plugins: ^4.0.0.", + "spryker/persistent-cart": "If you want to use CartOperationStrategyPluginInterface: ^1.1.0", + "spryker/stock": "If you want to use stock plugins: ^5.0.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\ProductPackagingUnit\\Helper\\": "tests/SprykerTest/Zed/ProductPackagingUnit/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductRelationStorage module", + "description": "ProductPackagingUnit module", "support": { - "source": "https://github.com/spryker/product-relation-storage/tree/2.3.1" + "source": "https://github.com/spryker/product-packaging-unit/tree/4.8.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-04-17T15:49:27+00:00" }, { - "name": "spryker/product-resource-alias-storage", - "version": "1.2.0", + "name": "spryker/product-packaging-unit-data-import", + "version": "2.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-resource-alias-storage.git", - "reference": "69b6619697b757f30c7d10c1889f1371ce936cfc" + "url": "https://github.com/spryker/product-packaging-unit-data-import.git", + "reference": "1dca4c2487892e8f6653b02d5ff7fac2ad552eed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-resource-alias-storage/zipball/69b6619697b757f30c7d10c1889f1371ce936cfc", - "reference": "69b6619697b757f30c7d10c1889f1371ce936cfc", + "url": "https://api.github.com/repos/spryker/product-packaging-unit-data-import/zipball/1dca4c2487892e8f6653b02d5ff7fac2ad552eed", + "reference": "1dca4c2487892e8f6653b02d5ff7fac2ad552eed", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/event-behavior": "^1.0.0", + "php": ">=7.2", + "spryker/data-import": "^1.3.0", + "spryker/decimal-object": "^1.0.0", "spryker/kernel": "^3.30.0", "spryker/product": "^6.0.0", - "spryker/product-storage": "^1.15.0", - "spryker/storage": "^3.4.0", - "spryker/store": "^1.4.0", - "spryker/synchronization": "^1.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/transfer": "^3.25.0" + "spryker/product-measurement-unit": "^2.0.0 || ^4.0.0 || ^5.0.0", + "spryker/product-packaging-unit": "^4.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/event": "*" - }, - "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.0.0" + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -50741,123 +52170,106 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\ProductPackagingUnitDataImport\\Helper\\": "tests/SprykerTest/Zed/ProductPackagingUnitDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "ProductResourceAliasStorage module", + "description": "ProductPackagingUnitDataImport module", "support": { - "source": "https://github.com/spryker/product-resource-alias-storage/tree/1.2.0" + "source": "https://github.com/spryker/product-packaging-unit-data-import/tree/2.0.0" }, - "time": "2022-01-04T12:43:20+00:00" + "time": "2019-11-21T16:04:38+00:00" }, { - "name": "spryker/product-review", - "version": "2.11.2", + "name": "spryker/product-packaging-unit-storage", + "version": "5.2.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-review.git", - "reference": "0d206591030f41fa72411bb3ae2eff08df6d2979" + "url": "https://github.com/spryker/product-packaging-unit-storage.git", + "reference": "84c39dc66b0dc0c99b01b0e18fb8b15ac8f4d512" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-review/zipball/0d206591030f41fa72411bb3ae2eff08df6d2979", - "reference": "0d206591030f41fa72411bb3ae2eff08df6d2979", + "url": "https://api.github.com/repos/spryker/product-packaging-unit-storage/zipball/84c39dc66b0dc0c99b01b0e18fb8b15ac8f4d512", + "reference": "84c39dc66b0dc0c99b01b0e18fb8b15ac8f4d512", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/event": "^1.0.0 || ^2.0.0", - "spryker/kernel": "^3.52.0", - "spryker/key-builder": "^1.0.0", - "spryker/locale": "^3.1.0 || ^4.0.0", - "spryker/log": "^3.0.0", - "spryker/message-broker-extension": "^1.0.0", - "spryker/product": "^5.2.0 || ^6.14.0", - "spryker/product-extension": "^1.3.0", - "spryker/propel-orm": "^1.1.0", - "spryker/search": "^6.3.0 || ^7.0.0 || ^8.0.0", - "spryker/search-extension": "^1.0.0", - "spryker/storage": "^3.0.0", - "spryker/touch": "^3.1.0 || ^4.0.0", - "spryker/transfer": "^3.25.0", - "spryker/twig": "^3.0.0", - "spryker/zed-request": "^3.0.0" + "spryker/decimal-object": "^1.0.0", + "spryker/event-behavior": "^1.0.0", + "spryker/kernel": "^3.37.0", + "spryker/product": "^6.0.0", + "spryker/product-measurement-unit-storage": "^1.0.0", + "spryker/product-packaging-unit": "^4.0.0", + "spryker/storage": "^3.4.0", + "spryker/synchronization": "^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.1.0", + "spryker/transfer": "^3.18.0" }, "require-dev": { - "spryker/catalog": "*", "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/customer": "*", - "spryker/elastica": "*", - "spryker/propel": "^3.0.0", - "spryker/ramsey-uuid": "*", - "spryker/search-elasticsearch": "*", - "spryker/silex": "^2.0.0", - "spryker/store": "*", + "spryker/event": "*", + "spryker/propel": "*", + "spryker/publisher": "*", + "spryker/queue": "*", "spryker/testify": "*" }, "suggest": { - "spryker/catalog": "If you want to use Catalog plugins, minimum required version: 5.2.0.", - "spryker/elastica": "Allow sending log messages to an Elastic Search server.", - "spryker/search-elasticsearch": "If you want to use search plugins.", - "spryker/silex": "If you want to use ServiceProvider." + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "5.0.x-dev" } }, "autoload": { "psr-4": { "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\ProductReview\\Helper\\": "tests/SprykerTest/Zed/ProductReview/_support/Helper/", - "SprykerTest\\Shared\\ProductReview\\Helper\\": "tests/SprykerTest/Shared/ProductReview/_support/Helper/" + "SprykerTest\\Zed\\ProductPackagingUnitStorage\\Helper\\": "tests/SprykerTest/Zed/ProductPackagingUnitStorage/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductReview module", + "description": "ProductPackagingUnitStorage module", "support": { - "source": "https://github.com/spryker/product-review/tree/2.11.2" + "source": "https://github.com/spryker/product-packaging-unit-storage/tree/5.2.1" }, - "time": "2023-06-16T09:24:47+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-review-collector", - "version": "1.2.0", + "name": "spryker/product-packaging-units-backend-api", + "version": "0.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-review-collector.git", - "reference": "70c63f64f9a177f0eae73868919fb67387e0ca81" + "url": "https://github.com/spryker/product-packaging-units-backend-api.git", + "reference": "2c9cc635458aa38b692a0136aff36f414237a0b9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-review-collector/zipball/70c63f64f9a177f0eae73868919fb67387e0ca81", - "reference": "70c63f64f9a177f0eae73868919fb67387e0ca81", + "url": "https://api.github.com/repos/spryker/product-packaging-units-backend-api/zipball/2c9cc635458aa38b692a0136aff36f414237a0b9", + "reference": "2c9cc635458aa38b692a0136aff36f414237a0b9", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/collector": "^5.5.0 || ^6.0.0", - "spryker/kernel": "^3.30.0", - "spryker/product-review": "^1.0.0 || ^2.0.0", - "spryker/propel-orm": "^1.1.0", - "spryker/search": "^6.0.0 || ^7.0.0 || ^8.0.0", - "spryker/store": "^1.4.0", - "spryker/symfony": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/transfer": "^3.25.0", - "spryker/util-data-reader": "^1.0.0" + "php": ">=8.0", + "spryker/kernel": "^3.66.0", + "spryker/picking-lists-backend-api-extension": "^0.1.0", + "spryker/product-packaging-unit": "^4.8.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/decimal-object": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -50874,47 +52286,72 @@ "license": [ "proprietary" ], - "description": "ProductReviewCollector module", + "description": "ProductPackagingUnitsBackendApi module", "support": { - "source": "https://github.com/spryker/product-review-collector/tree/1.2.0" + "source": "https://github.com/spryker/product-packaging-units-backend-api/tree/0.1.0" }, - "time": "2022-01-04T12:43:20+00:00" + "time": "2023-04-17T15:49:27+00:00" }, { - "name": "spryker/product-review-gui", - "version": "1.6.0", + "name": "spryker/product-page-search", + "version": "3.30.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-review-gui.git", - "reference": "2528cd845f8bba61fb27efe76d138c1932ecfcd7" + "url": "https://github.com/spryker/product-page-search.git", + "reference": "905ab770dd75d1b67fb90845cf6d34c3e9e89517" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-review-gui/zipball/2528cd845f8bba61fb27efe76d138c1932ecfcd7", - "reference": "2528cd845f8bba61fb27efe76d138c1932ecfcd7", + "url": "https://api.github.com/repos/spryker/product-page-search/zipball/905ab770dd75d1b67fb90845cf6d34c3e9e89517", + "reference": "905ab770dd75d1b67fb90845cf6d34c3e9e89517", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/customer": "^6.0.0 || ^7.0.0", - "spryker/gui": "^3.45.0", - "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.1.0 || ^4.0.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/product-review": "^1.0.0 || ^2.0.0", - "spryker/propel-orm": "^1.15.0", + "spryker/catalog-price-product-connector": "^1.1.0", + "spryker/category": "^4.3.0 || ^5.0.0", + "spryker/error-handler": "^2.0.0", + "spryker/event-behavior": "^1.14.0", + "spryker/kernel": "^3.49.0", + "spryker/laminas": "^1.0.0", + "spryker/locale": "^3.3.0 || ^4.0.0", + "spryker/price": "^5.3.0", + "spryker/price-product": "^2.8.0 || ^4.0.0", + "spryker/product": "^6.16.0", + "spryker/product-category": "^4.5.0", + "spryker/product-image": "^3.8.0", + "spryker/product-page-search-extension": "^1.6.0", + "spryker/product-search": "^5.15.0", + "spryker/propel-orm": "^1.5.0", + "spryker/publisher-extension": "^1.0.0", + "spryker/search": "^7.0.0 || ^8.0.0", + "spryker/store": "^1.7.0", "spryker/symfony": "^3.0.0", - "spryker/util-date-time": "^1.0.0", - "spryker/util-sanitize": "^2.0.0", - "spryker/util-text": "^1.1.0" + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.0.0", + "spryker/transfer": "^3.25.0", + "spryker/url": "^3.3.0", + "spryker/util-encoding": "^2.0.0", + "spryker/util-sanitize": "^2.1.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/event": "*", + "spryker/product-attribute": "*", + "spryker/propel": "*", + "spryker/queue": "*", + "spryker/storage": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/elastica": "If you want to use Elasticsearch plugins, minimum required version: 4.0.0", + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -50926,59 +52363,34 @@ "license": [ "proprietary" ], - "description": "ProductReviewGui module", + "description": "ProductPageSearch module", "support": { - "source": "https://github.com/spryker/product-review-gui/tree/1.6.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-review-search", - "version": "1.9.0", + "name": "spryker/product-page-search-extension", + "version": "1.6.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-review-search.git", - "reference": "e81df15f8e2bb5131c2b252c9c08b5ae641a8ec1" + "url": "https://github.com/spryker/product-page-search-extension.git", + "reference": "84593c13c1fc21d28f0310d57504ea19c82b122c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-review-search/zipball/e81df15f8e2bb5131c2b252c9c08b5ae641a8ec1", - "reference": "e81df15f8e2bb5131c2b252c9c08b5ae641a8ec1", + "url": "https://api.github.com/repos/spryker/product-page-search-extension/zipball/84593c13c1fc21d28f0310d57504ea19c82b122c", + "reference": "84593c13c1fc21d28f0310d57504ea19c82b122c", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/event-behavior": "^1.1.0", - "spryker/kernel": "^3.30.0", - "spryker/product-page-search": "^0.1.0 || ^1.0.0 || ^2.2.0 || ^3.0.0", - "spryker/product-page-search-extension": "^1.0.0", - "spryker/product-review": "^1.1.0 || ^2.0.0", - "spryker/search-extension": "^1.0.0", - "spryker/store": "^1.19.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.0.0", - "spryker/transfer": "^3.25.0", - "spryker/util-encoding": "^2.0.0" + "php": ">=7.4" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/customer": "*", - "spryker/decimal-object": "*", - "spryker/elastica": "*", - "spryker/event": "*", - "spryker/locale": "*", - "spryker/product": "*", - "spryker/propel": "*", - "spryker/propel-orm": "*", - "spryker/search": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "suggest": { - "spryker/elastica": "If you want to use Elasticsearch as the search engine.", - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0", - "spryker/search": "If you want to use Search plugins, minimum required version: 7.0.0" + "spryker/search": "If you want to use ProductConcretePageMapExpanderPluginInterface: ^1.0.0." }, "type": "library", "extra": { @@ -50995,52 +52407,44 @@ "license": [ "proprietary" ], - "description": "ProductReviewSearch module", + "description": "ProductPageSearchExtension module", "support": { - "source": "https://github.com/spryker/product-review-search/tree/1.9.0" + "source": "https://github.com/spryker/product-page-search-extension/tree/1.6.0" }, - "time": "2023-07-11T11:01:29+00:00" + "time": "2022-02-11T12:49:43+00:00" }, { - "name": "spryker/product-review-storage", - "version": "1.5.1", + "name": "spryker/product-prices-rest-api", + "version": "1.7.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-review-storage.git", - "reference": "b912253b3b9f02fc12cfe20340f23f80c684b262" + "url": "https://github.com/spryker/product-prices-rest-api.git", + "reference": "38f211be00eb1b988b927a9f0cf4a4c6362d9948" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-review-storage/zipball/b912253b3b9f02fc12cfe20340f23f80c684b262", - "reference": "b912253b3b9f02fc12cfe20340f23f80c684b262", + "url": "https://api.github.com/repos/spryker/product-prices-rest-api/zipball/38f211be00eb1b988b927a9f0cf4a4c6362d9948", + "reference": "38f211be00eb1b988b927a9f0cf4a4c6362d9948", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/event-behavior": "^1.1.0", + "spryker/currency": "^3.4.0 || ^4.0.0", + "spryker/glue-application": "^1.8.0", + "spryker/glue-application-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/product-review": "^1.1.0 || ^2.0.0", - "spryker/storage": "^3.4.0", - "spryker/synchronization": "^0.2.0 || ^1.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.0.0" + "spryker/price": "^5.0.0", + "spryker/price-product": "^2.0.0 || ^4.0.0", + "spryker/price-product-storage": "^2.3.0 || ^4.0.0", + "spryker/product-prices-rest-api-extension": "^1.0.0", + "spryker/product-storage": "^1.2.0", + "spryker/products-rest-api": "^2.0.0", + "spryker/store": "^1.4.0", + "spryker/symfony": "^3.0.0", + "spryker/wishlists-rest-api-extension": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/customer": "*", - "spryker/decimal-object": "*", - "spryker/event": "*", - "spryker/locale": "*", - "spryker/product": "*", - "spryker/propel": "*", - "spryker/propel-orm": "*", - "spryker/store": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -51057,39 +52461,28 @@ "license": [ "proprietary" ], - "description": "ProductReviewStorage module", + "description": "ProductPricesRestApi module", "support": { - "source": "https://github.com/spryker/product-review-storage/tree/1.5.1" + "source": "https://github.com/spryker/product-prices-rest-api/tree/1.7.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-reviews-rest-api", - "version": "1.1.0", + "name": "spryker/product-prices-rest-api-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-reviews-rest-api.git", - "reference": "f99528048057148b99efa53d7c6e3a6aa4fd687b" + "url": "https://github.com/spryker/product-prices-rest-api-extension.git", + "reference": "3843ecc9f244b0e9eb9bfbe42db0194cbc83541a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-reviews-rest-api/zipball/f99528048057148b99efa53d7c6e3a6aa4fd687b", - "reference": "f99528048057148b99efa53d7c6e3a6aa4fd687b", + "url": "https://api.github.com/repos/spryker/product-prices-rest-api-extension/zipball/3843ecc9f244b0e9eb9bfbe42db0194cbc83541a", + "reference": "3843ecc9f244b0e9eb9bfbe42db0194cbc83541a", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/glue-application": "^1.15.0", - "spryker/glue-application-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/product-review": "^2.1.0", - "spryker/product-review-storage": "^1.0.0", - "spryker/product-storage": "^1.22.0", - "spryker/products-rest-api-extension": "^1.1.0", - "spryker/store": "^1.19.0", - "spryker/symfony": "^3.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/transfer": "^3.25.0" + "php": ">=7.3" }, "require-dev": { "spryker/code-sniffer": "*" @@ -51109,118 +52502,89 @@ "license": [ "proprietary" ], - "description": "ProductReviewsRestApi module", + "description": "ProductPricesRestApiExtension module", "support": { - "source": "https://github.com/spryker/product-reviews-rest-api/tree/1.1.0" + "source": "https://github.com/spryker/product-prices-rest-api-extension/tree/1.0.0" }, - "time": "2023-07-11T11:01:29+00:00" + "time": "2020-11-26T07:32:41+00:00" }, { - "name": "spryker/product-search", - "version": "5.19.0", + "name": "spryker/product-quantity", + "version": "3.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-search.git", - "reference": "0eef6daa5503d6375585b0304d35c9819a48e0ed" + "url": "https://github.com/spryker/product-quantity.git", + "reference": "d3fa49e18eabec2c69e1acadead43df0778637e2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-search/zipball/0eef6daa5503d6375585b0304d35c9819a48e0ed", - "reference": "0eef6daa5503d6375585b0304d35c9819a48e0ed", + "url": "https://api.github.com/repos/spryker/product-quantity/zipball/d3fa49e18eabec2c69e1acadead43df0778637e2", + "reference": "d3fa49e18eabec2c69e1acadead43df0778637e2", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/collector": "^5.1.1 || ^6.0.0", - "spryker/event": "^2.1.0", - "spryker/glossary": "^3.0.0", - "spryker/gui": "^3.33.0", + "php": ">=7.4", + "spryker/cart-extension": "^1.7.0 || ^2.3.0 || ^4.0.0", "spryker/kernel": "^3.30.0", - "spryker/key-builder": "^1.1.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/product-extension": "^1.3.0", - "spryker/product-page-search-extension": "^1.1.0", - "spryker/propel-orm": "^1.16.0", - "spryker/search": "^6.0.0 || ^7.0.0 || ^8.0.0", - "spryker/storage": "^3.0.0", - "spryker/store": "^1.4.0", - "spryker/symfony": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/transfer": "^3.25.0", - "spryker/util-data-reader": "^1.0.0" + "spryker/product": "^6.0.0" }, "require-dev": { - "spryker/application": "*", + "spryker/cart": "*", "spryker/code-sniffer": "*", - "spryker/config": "*", - "spryker/product-attribute": "*", "spryker/propel": "*", - "spryker/testify": "*", - "spryker/zed-navigation": "*" + "spryker/testify": "*" + }, + "suggest": { + "spryker/cart": "If you want to use cart pre check plugins: ^4.0.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\ProductSearch\\PageObject\\": "tests/SprykerTest/Zed/ProductSearch/_support/PageObject/" + "SprykerTest\\Shared\\ProductQuantity\\Helper\\": "tests/SprykerTest/Shared/ProductQuantity/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductSearch module", + "description": "ProductQuantity module", "support": { - "source": "https://github.com/spryker/product-search/tree/5.19.0" + "source": "https://github.com/spryker/product-quantity/tree/3.2.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2022-09-20T13:53:39+00:00" }, { - "name": "spryker/product-search-config-storage", - "version": "1.4.0", + "name": "spryker/product-quantity-data-import", + "version": "3.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-search-config-storage.git", - "reference": "2a7931a2dd8d5b0600ba2a63c89831f5636e6fc0" + "url": "https://github.com/spryker/product-quantity-data-import.git", + "reference": "16c39445415ddb2c117cbe6c734dea98df5f0e28" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-search-config-storage/zipball/2a7931a2dd8d5b0600ba2a63c89831f5636e6fc0", - "reference": "2a7931a2dd8d5b0600ba2a63c89831f5636e6fc0", + "url": "https://api.github.com/repos/spryker/product-quantity-data-import/zipball/16c39445415ddb2c117cbe6c734dea98df5f0e28", + "reference": "16c39445415ddb2c117cbe6c734dea98df5f0e28", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/event-behavior": "^1.1.0", - "spryker/kernel": "^3.30.0", - "spryker/product-search": "^5.4.0", - "spryker/storage": "^3.4.0", - "spryker/synchronization": "^0.2.0 || ^1.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.0.0" + "php": ">=7.1", + "spryker/data-import": "^1.3.0", + "spryker/kernel": "^3.20.0", + "spryker/product": "^6.0.0", + "spryker/product-quantity": "^0.1.1 || ^1.0.0 || ^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/event": "*", - "spryker/product": "*", "spryker/propel": "*", - "spryker/propel-orm": "*", - "spryker/search": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/product": "If you want to use Product plugins, minimum required version: 5.5.0 || 6.0.0", - "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0", - "spryker/search": "If you want to use Search plugins, minimum required version: 7.0.0" - }, "type": "library", "extra": { "branch-alias": { @@ -51229,160 +52593,173 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\ProductQuantityDataImport\\Helper\\": "tests/SprykerTest/Zed/ProductQuantityDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "ProductSearchConfigStorage module", + "description": "ProductQuantityDataImport module", "support": { - "source": "https://github.com/spryker/product-search-config-storage/tree/1.4.0" + "source": "https://github.com/spryker/product-quantity-data-import/tree/3.0.0" }, - "time": "2022-04-18T08:41:46+00:00" + "time": "2019-06-27T10:59:33+00:00" }, { - "name": "spryker/product-set", - "version": "1.7.0", + "name": "spryker/product-quantity-storage", + "version": "3.4.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-set.git", - "reference": "3561bdf2267808962bd26a7f89b13186fdd6c632" + "url": "https://github.com/spryker/product-quantity-storage.git", + "reference": "fec3718adde187636f319432919b56061c36eac8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-set/zipball/3561bdf2267808962bd26a7f89b13186fdd6c632", - "reference": "3561bdf2267808962bd26a7f89b13186fdd6c632", + "url": "https://api.github.com/repos/spryker/product-quantity-storage/zipball/fec3718adde187636f319432919b56061c36eac8", + "reference": "fec3718adde187636f319432919b56061c36eac8", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/kernel": "^3.30.0", - "spryker/key-builder": "^1.0.0", - "spryker/locale": "^3.1.0 || ^4.0.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/product-image": "^3.3.0", - "spryker/propel-orm": "^1.1.0", - "spryker/search": "^6.0.0 || ^7.0.0 || ^8.0.0", - "spryker/search-extension": "^1.0.0", + "php": ">=7.4", + "spryker/event-behavior": "^1.8.0", + "spryker/kernel": "^3.37.0", + "spryker/product-quantity": "^1.3.0 || ^3.0.0", + "spryker/quick-order-extension": "^1.1.0", "spryker/storage": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/url": "^3.2.1" + "spryker/synchronization": "^0.2.0 || ^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.1.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/elastica": "*", + "spryker/event": "*", + "spryker/product": "*", "spryker/propel": "*", + "spryker/queue": "*", "spryker/testify": "*" }, "suggest": { - "spryker/elastica": "If you want to use ProductSetCollectorClient with the provided search functionalities." + "spryker/event": "If you want to use Event plugins: ^2.1.0", + "spryker/propel-orm": "If you want to use transaction functionality: ^1.3.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\ProductSet\\Helper\\": "tests/SprykerTest/Zed/ProductSet/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductSet module", + "description": "ProductQuantityStorage module", "support": { - "source": "https://github.com/spryker/product-set/tree/1.7.0" + "source": "https://github.com/spryker/product-quantity-storage/tree/3.4.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2022-04-18T08:41:46+00:00" }, { - "name": "spryker/product-set-collector", - "version": "1.2.0", + "name": "spryker/product-relation", + "version": "3.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-set-collector.git", - "reference": "923f5d6777ae2a244503a72082cf123a851e72ee" + "url": "https://github.com/spryker/product-relation.git", + "reference": "11f278826019cc1bb60855540431cce866f294b2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-set-collector/zipball/923f5d6777ae2a244503a72082cf123a851e72ee", - "reference": "923f5d6777ae2a244503a72082cf123a851e72ee", + "url": "https://api.github.com/repos/spryker/product-relation/zipball/11f278826019cc1bb60855540431cce866f294b2", + "reference": "11f278826019cc1bb60855540431cce866f294b2", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/collector": "^5.1.1 || ^6.0.0", + "php": ">=8.0", + "spryker/application": "^3.0.0", + "spryker/category": "^3.0.0 || ^4.0.0 || ^5.0.0", "spryker/kernel": "^3.30.0", - "spryker/product-set": "^1.0.0", - "spryker/propel-orm": "^1.1.0", - "spryker/search": "^6.0.0 || ^7.0.0 || ^8.0.0", - "spryker/store": "^1.4.0", + "spryker/key-builder": "^1.0.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/log": "^3.0.0", + "spryker/price-product": "^1.0.0 || ^2.0.0 || ^4.0.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/product-category": "^4.0.0", + "spryker/product-image": "^3.0.0", + "spryker/propel": "^3.24.0", + "spryker/propel-orm": "^1.0.0", + "spryker/propel-query-builder": "^0.1.1 || ^0.2.0 || ^0.3.0", + "spryker/storage": "^3.0.0", + "spryker/store": "^1.19.0", "spryker/symfony": "^3.0.0", "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/transfer": "^3.25.0", "spryker/url": "^3.0.0", - "spryker/util-data-reader": "^1.0.0" + "spryker/util-encoding": "^2.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/event": "Required to listen for changes affecting product relations.", + "spryker/silex": "Required by product relation Twig component.", + "spryker/twig": "Required because of the product relation component." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\ProductRelation\\Helper\\": "tests/SprykerTest/Shared/ProductRelation/_support/Helper/", + "SprykerTest\\Zed\\ProductRelation\\PageObject\\": "tests/SprykerTest/Zed/ProductRelation/_support/PageObject/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductSetCollector module", + "description": "ProductRelation module", "support": { - "source": "https://github.com/spryker/product-set-collector/tree/1.2.0" + "source": "https://github.com/spryker/product-relation/tree/3.3.0" }, - "time": "2022-01-04T12:43:20+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-set-gui", - "version": "2.7.0", + "name": "spryker/product-relation-collector", + "version": "2.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-set-gui.git", - "reference": "d5e7329bae05f0d2515e4b15c5325d9c2e161672" + "url": "https://github.com/spryker/product-relation-collector.git", + "reference": "90c212b67652701f92aaf5b32bfb1cdbca40743d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-set-gui/zipball/d5e7329bae05f0d2515e4b15c5325d9c2e161672", - "reference": "d5e7329bae05f0d2515e4b15c5325d9c2e161672", + "url": "https://api.github.com/repos/spryker/product-relation-collector/zipball/90c212b67652701f92aaf5b32bfb1cdbca40743d", + "reference": "90c212b67652701f92aaf5b32bfb1cdbca40743d", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/gui": "^3.46.0", + "php": ">=7.4", + "spryker/collector": "^5.1.1 || ^6.0.0", "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/money": "^2.0.0", "spryker/price-product": "^1.0.0 || ^2.0.0 || ^4.0.0", "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/product-image": "^3.3.0", - "spryker/product-set": "^1.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/store": "^1.19.0", + "spryker/product-image": "^3.0.0", + "spryker/product-relation": "^1.0.0 || ^2.0.0 || ^3.0.0", + "spryker/propel-orm": "^1.1.0", "spryker/symfony": "^3.0.0", - "spryker/url": "^3.5.0", - "spryker/util-encoding": "^2.0.0", - "spryker/util-text": "^1.2.0" + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/url": "^3.0.0", + "spryker/util-data-reader": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -51402,56 +52779,41 @@ "license": [ "proprietary" ], - "description": "ProductSetGui module", + "description": "ProductRelationCollector module", "support": { - "source": "https://github.com/spryker/product-set-gui/tree/2.7.0" + "source": "https://github.com/spryker/product-relation-collector/tree/2.2.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2021-10-12T14:37:44+00:00" }, { - "name": "spryker/product-set-page-search", - "version": "1.8.0", + "name": "spryker/product-relation-data-import", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-set-page-search.git", - "reference": "7c9b8a3c1042f51587cc72613d5cbb2a1f97be93" + "url": "https://github.com/spryker/product-relation-data-import.git", + "reference": "d384edc0f4af91d121b71aae10bb4f3141bd83a8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-set-page-search/zipball/7c9b8a3c1042f51587cc72613d5cbb2a1f97be93", - "reference": "7c9b8a3c1042f51587cc72613d5cbb2a1f97be93", + "url": "https://api.github.com/repos/spryker/product-relation-data-import/zipball/d384edc0f4af91d121b71aae10bb4f3141bd83a8", + "reference": "d384edc0f4af91d121b71aae10bb4f3141bd83a8", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/event-behavior": "^1.1.0", - "spryker/kernel": "^3.30.0", - "spryker/product-image": "^3.5.0", - "spryker/product-set": "^1.3.3", - "spryker/product-set-storage": "^0.1.0 || ^0.2.0 || ^1.0.0", - "spryker/propel-orm": "^1.5.0", - "spryker/search": "^7.0.0 || ^8.0.0", - "spryker/search-extension": "^1.0.0", - "spryker/store": "^1.19.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.0.0", - "spryker/transfer": "^3.25.0", - "spryker/url": "^3.3.0", + "php": ">=7.2", + "spryker/data-import": "^1.4.3", + "spryker/kernel": "^3.33.0", + "spryker/product": "^6.0.0", + "spryker/product-relation": "^3.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/store": "^1.5.0", "spryker/util-encoding": "^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/elastica": "*", - "spryker/event": "*", - "spryker/locale": "*", - "spryker/product": "*", "spryker/propel": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/elastica": "If you want to use Elasticsearch queries, minimum required version: 3.0.0", - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" - }, "type": "library", "extra": { "branch-alias": { @@ -51465,55 +52827,52 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "ProductSetPageSearch module", + "description": "ProductRelationDataImport module", "support": { - "source": "https://github.com/spryker/product-set-page-search/tree/1.8.0" + "source": "https://github.com/spryker/product-relation-data-import/tree/master" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2020-08-18T09:02:36+00:00" }, { - "name": "spryker/product-set-storage", - "version": "1.9.0", + "name": "spryker/product-relation-gui", + "version": "1.4.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-set-storage.git", - "reference": "bff850d2e90f233c6a93821a9f4cd72748b24bf0" + "url": "https://github.com/spryker/product-relation-gui.git", + "reference": "077c38a0cc0dfd77397d290e35f888fde5797eab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-set-storage/zipball/bff850d2e90f233c6a93821a9f4cd72748b24bf0", - "reference": "bff850d2e90f233c6a93821a9f4cd72748b24bf0", + "url": "https://api.github.com/repos/spryker/product-relation-gui/zipball/077c38a0cc0dfd77397d290e35f888fde5797eab", + "reference": "077c38a0cc0dfd77397d290e35f888fde5797eab", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/event-behavior": "^1.1.0", - "spryker/kernel": "^3.30.0", - "spryker/product-image": "^3.5.0", - "spryker/product-set": "^1.3.0", - "spryker/propel-orm": "^1.5.0", - "spryker/storage": "^3.4.0", - "spryker/store": "^1.4.0", - "spryker/synchronization": "^0.2.0 || ^1.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.0.0", - "spryker/transfer": "^3.25.0", - "spryker/url": "^3.3.0" + "php": ">=8.0", + "spryker/application": "^3.0.0", + "spryker/category": "^4.0.0 || ^5.0.0", + "spryker/gui": "^3.45.0", + "spryker/kernel": "^3.33.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/product": "^6.0.0", + "spryker/product-attribute": "^1.5.0", + "spryker/product-category": "^4.0.0", + "spryker/product-relation": "^3.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/propel-query-builder": "^0.3.0", + "spryker/store": "^1.9.0", + "spryker/symfony": "^3.0.0", + "spryker/util-encoding": "^2.0.0", + "spryker/util-text": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/event": "*", - "spryker/locale": "*", - "spryker/product": "*", + "spryker/container": "*", "spryker/propel": "*", "spryker/testify": "*", - "spryker/url-storage": "*" - }, - "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/url-storage": "If you want to use UrlStorage plugins, minimum required version: 0.2.0" + "spryker/twig": "*" }, "type": "library", "extra": { @@ -51530,44 +52889,38 @@ "license": [ "proprietary" ], - "description": "ProductSetStorage module", + "description": "ProductRelationGui module", "support": { - "source": "https://github.com/spryker/product-set-storage/tree/1.9.0" + "source": "https://github.com/spryker/product-relation-gui/tree/1.4.1" }, - "time": "2022-04-18T08:41:46+00:00" + "time": "2023-05-23T11:12:25+00:00" }, { - "name": "spryker/product-storage", - "version": "1.38.0", + "name": "spryker/product-relation-storage", + "version": "2.3.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-storage.git", - "reference": "424ff5abad1843729079dfb563cd71a97cf134d1" + "url": "https://github.com/spryker/product-relation-storage.git", + "reference": "5c48a21756fb63c5d67e4490d4a617f3f21101ca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-storage/zipball/424ff5abad1843729079dfb563cd71a97cf134d1", - "reference": "424ff5abad1843729079dfb563cd71a97cf134d1", + "url": "https://api.github.com/repos/spryker/product-relation-storage/zipball/5c48a21756fb63c5d67e4490d4a617f3f21101ca", + "reference": "5c48a21756fb63c5d67e4490d4a617f3f21101ca", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/event-behavior": "^1.10.0", + "spryker/event-behavior": "^1.1.0", "spryker/kernel": "^3.30.0", - "spryker/laminas": "^1.0.0", - "spryker/locale": "^3.1.0 || ^4.0.0", "spryker/product": "^5.5.0 || ^6.0.0", - "spryker/product-storage-extension": "^1.7.0", - "spryker/propel-orm": "^1.5.0", + "spryker/product-relation": "^3.0.0", + "spryker/product-storage": "^1.22.0", + "spryker/publisher-extension": "^1.0.0", "spryker/storage": "^3.4.0", - "spryker/store": "^1.7.0", "spryker/synchronization": "^0.2.0 || ^1.0.0", "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.0.0", - "spryker/transfer": "^3.25.0", - "spryker/url": "^3.3.0", - "spryker/util-encoding": "^1.0.0 || ^2.0.0", - "spryker/util-sanitize": "^2.1.0" + "spryker/synchronization-extension": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", @@ -51575,18 +52928,19 @@ "spryker/event": "*", "spryker/product-attribute": "*", "spryker/propel": "*", + "spryker/propel-orm": "*", "spryker/queue": "*", - "spryker/testify": "*", - "spryker/url-storage": "*" + "spryker/store": "*", + "spryker/testify": "*" }, "suggest": { "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/url-storage": "If you want to use UrlStorage plugins, minimum required version: 0.2.0" + "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -51598,31 +52952,44 @@ "license": [ "proprietary" ], - "description": "ProductStorage module", + "description": "ProductRelationStorage module", "support": { - "source": "https://github.com/spryker/product-storage/tree/1.38.0" + "source": "https://github.com/spryker/product-relation-storage/tree/2.3.1" }, - "time": "2023-06-05T10:22:03+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/product-storage-extension", - "version": "1.7.0", + "name": "spryker/product-resource-alias-storage", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-storage-extension.git", - "reference": "67ae7387e360f8c186227f5a26f1dab33371f97d" + "url": "https://github.com/spryker/product-resource-alias-storage.git", + "reference": "69b6619697b757f30c7d10c1889f1371ce936cfc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-storage-extension/zipball/67ae7387e360f8c186227f5a26f1dab33371f97d", - "reference": "67ae7387e360f8c186227f5a26f1dab33371f97d", + "url": "https://api.github.com/repos/spryker/product-resource-alias-storage/zipball/69b6619697b757f30c7d10c1889f1371ce936cfc", + "reference": "69b6619697b757f30c7d10c1889f1371ce936cfc", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=7.4", + "spryker/event-behavior": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/product": "^6.0.0", + "spryker/product-storage": "^1.15.0", + "spryker/storage": "^3.4.0", + "spryker/store": "^1.4.0", + "spryker/synchronization": "^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/event": "*" + }, + "suggest": { + "spryker/event": "If you want to use Event plugins, minimum required version: 2.0.0" }, "type": "library", "extra": { @@ -51639,41 +53006,63 @@ "license": [ "proprietary" ], - "description": "ProductStorageExtension module", + "description": "ProductResourceAliasStorage module", "support": { - "source": "https://github.com/spryker/product-storage-extension/tree/1.7.0" + "source": "https://github.com/spryker/product-resource-alias-storage/tree/1.2.0" }, - "time": "2022-02-11T12:49:43+00:00" + "time": "2022-01-04T12:43:20+00:00" }, { - "name": "spryker/product-tax-sets-rest-api", - "version": "2.1.2", + "name": "spryker/product-review", + "version": "2.11.2", "source": { "type": "git", - "url": "https://github.com/spryker/product-tax-sets-rest-api.git", - "reference": "c6bd585d154a12e42a88d596ea73ccd06e7ccd12" + "url": "https://github.com/spryker/product-review.git", + "reference": "0d206591030f41fa72411bb3ae2eff08df6d2979" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-tax-sets-rest-api/zipball/c6bd585d154a12e42a88d596ea73ccd06e7ccd12", - "reference": "c6bd585d154a12e42a88d596ea73ccd06e7ccd12", + "url": "https://api.github.com/repos/spryker/product-review/zipball/0d206591030f41fa72411bb3ae2eff08df6d2979", + "reference": "0d206591030f41fa72411bb3ae2eff08df6d2979", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/glue-application": "^1.8.0", - "spryker/glue-application-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/symfony": "^3.0.0", - "spryker/tax-product-storage": "^1.0.0", - "spryker/tax-storage": "^1.0.0", - "spryker/uuid-behavior": "^1.0.0" + "php": ">=8.0", + "spryker/event": "^1.0.0 || ^2.0.0", + "spryker/kernel": "^3.52.0", + "spryker/key-builder": "^1.0.0", + "spryker/locale": "^3.1.0 || ^4.0.0", + "spryker/log": "^3.0.0", + "spryker/message-broker-extension": "^1.0.0", + "spryker/product": "^5.2.0 || ^6.14.0", + "spryker/product-extension": "^1.3.0", + "spryker/propel-orm": "^1.1.0", + "spryker/search": "^6.3.0 || ^7.0.0 || ^8.0.0", + "spryker/search-extension": "^1.0.0", + "spryker/storage": "^3.0.0", + "spryker/touch": "^3.1.0 || ^4.0.0", + "spryker/transfer": "^3.25.0", + "spryker/twig": "^3.0.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/catalog": "*", + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/customer": "*", + "spryker/elastica": "*", + "spryker/propel": "^3.0.0", + "spryker/ramsey-uuid": "*", + "spryker/search-elasticsearch": "*", + "spryker/silex": "^2.0.0", + "spryker/store": "*", + "spryker/testify": "*" }, "suggest": { - "spryker/uuid": "If you want to generate UUIDs for existing entities." + "spryker/catalog": "If you want to use Catalog plugins, minimum required version: 5.2.0.", + "spryker/elastica": "Allow sending log messages to an Elastic Search server.", + "spryker/search-elasticsearch": "If you want to use search plugins.", + "spryker/silex": "If you want to use ServiceProvider." }, "type": "library", "extra": { @@ -51683,47 +53072,50 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\ProductReview\\Helper\\": "tests/SprykerTest/Zed/ProductReview/_support/Helper/", + "SprykerTest\\Shared\\ProductReview\\Helper\\": "tests/SprykerTest/Shared/ProductReview/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductTaxSetsRestApi module", + "description": "ProductReview module", "support": { - "source": "https://github.com/spryker/product-tax-sets-rest-api/tree/master" + "source": "https://github.com/spryker/product-review/tree/2.11.2" }, - "time": "2020-05-29T13:08:37+00:00" + "time": "2023-06-16T09:24:47+00:00" }, { - "name": "spryker/product-validity", - "version": "1.3.0", + "name": "spryker/product-review-collector", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-validity.git", - "reference": "1f697baf8fe097b9406f86122d503514f009eaf4" + "url": "https://github.com/spryker/product-review-collector.git", + "reference": "70c63f64f9a177f0eae73868919fb67387e0ca81" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-validity/zipball/1f697baf8fe097b9406f86122d503514f009eaf4", - "reference": "1f697baf8fe097b9406f86122d503514f009eaf4", + "url": "https://api.github.com/repos/spryker/product-review-collector/zipball/70c63f64f9a177f0eae73868919fb67387e0ca81", + "reference": "70c63f64f9a177f0eae73868919fb67387e0ca81", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", + "php": ">=7.4", + "spryker/collector": "^5.5.0 || ^6.0.0", "spryker/kernel": "^3.30.0", - "spryker/product": "^6.0.0", - "spryker/product-extension": "^1.3.0", - "spryker/propel-orm": "^1.0.0", + "spryker/product-review": "^1.0.0 || ^2.0.0", + "spryker/propel-orm": "^1.1.0", + "spryker/search": "^6.0.0 || ^7.0.0 || ^8.0.0", + "spryker/store": "^1.4.0", "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0" + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/transfer": "^3.25.0", + "spryker/util-data-reader": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -51740,40 +53132,42 @@ "license": [ "proprietary" ], - "description": "ProductValidity module", + "description": "ProductReviewCollector module", "support": { - "source": "https://github.com/spryker/product-validity/tree/1.3.0" + "source": "https://github.com/spryker/product-review-collector/tree/1.2.0" }, - "time": "2023-03-10T14:11:16+00:00" + "time": "2022-01-04T12:43:20+00:00" }, { - "name": "spryker/product-warehouse-allocation-example", - "version": "0.1.0", + "name": "spryker/product-review-gui", + "version": "1.6.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-warehouse-allocation-example.git", - "reference": "af0c3bdff817c8ebf190c8afeabe0a20cd70c6b6" + "url": "https://github.com/spryker/product-review-gui.git", + "reference": "2528cd845f8bba61fb27efe76d138c1932ecfcd7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-warehouse-allocation-example/zipball/af0c3bdff817c8ebf190c8afeabe0a20cd70c6b6", - "reference": "af0c3bdff817c8ebf190c8afeabe0a20cd70c6b6", + "url": "https://api.github.com/repos/spryker/product-review-gui/zipball/2528cd845f8bba61fb27efe76d138c1932ecfcd7", + "reference": "2528cd845f8bba61fb27efe76d138c1932ecfcd7", "shasum": "" }, "require": { "php": ">=8.0", + "spryker/customer": "^6.0.0 || ^7.0.0", + "spryker/gui": "^3.45.0", "spryker/kernel": "^3.30.0", - "spryker/product": "^6.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/stock": "^8.0.0", - "spryker/store": "^1.0.0", - "spryker/transfer": "^3.27.0", - "spryker/warehouse-allocation-extension": "^0.1.0" + "spryker/locale": "^3.1.0 || ^4.0.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/product-review": "^1.0.0 || ^2.0.0", + "spryker/propel-orm": "^1.15.0", + "spryker/symfony": "^3.0.0", + "spryker/util-date-time": "^1.0.0", + "spryker/util-sanitize": "^2.0.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -51788,52 +53182,61 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "ProductWarehouseAllocationExample module", + "description": "ProductReviewGui module", "support": { - "source": "https://github.com/spryker/product-warehouse-allocation-example/tree/0.1.0" + "source": "https://github.com/spryker/product-review-gui/tree/1.6.0" }, - "time": "2023-02-09T15:12:38+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/products-backend-api", - "version": "0.1.3", + "name": "spryker/product-review-search", + "version": "1.9.0", "source": { "type": "git", - "url": "https://github.com/spryker/products-backend-api.git", - "reference": "66b6361012ca2baeccab197464c4a1d0b201a28e" + "url": "https://github.com/spryker/product-review-search.git", + "reference": "e81df15f8e2bb5131c2b252c9c08b5ae641a8ec1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/products-backend-api/zipball/66b6361012ca2baeccab197464c4a1d0b201a28e", - "reference": "66b6361012ca2baeccab197464c4a1d0b201a28e", + "url": "https://api.github.com/repos/spryker/product-review-search/zipball/e81df15f8e2bb5131c2b252c9c08b5ae641a8ec1", + "reference": "e81df15f8e2bb5131c2b252c9c08b5ae641a8ec1", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/category": "^5.10.0", - "spryker/glue-json-api-convention-extension": "^1.0.0", - "spryker/kernel": "^3.66.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/product": "^6.35.0", - "spryker/product-category": "^4.17.0", - "spryker/product-image": "^3.11.0", - "spryker/store": "^1.12.0", - "spryker/symfony": "^3.10.0", - "spryker/tax": "^5.12.0", - "spryker/transfer": "^3.31.0", - "spryker/url": "^3.10.0", + "spryker/event-behavior": "^1.1.0", + "spryker/kernel": "^3.30.0", + "spryker/product-page-search": "^0.1.0 || ^1.0.0 || ^2.2.0 || ^3.0.0", + "spryker/product-page-search-extension": "^1.0.0", + "spryker/product-review": "^1.1.0 || ^2.0.0", + "spryker/search-extension": "^1.0.0", + "spryker/store": "^1.19.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.0.0", + "spryker/transfer": "^3.25.0", "spryker/util-encoding": "^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/glue-application": "*", + "spryker/container": "*", + "spryker/customer": "*", + "spryker/decimal-object": "*", + "spryker/elastica": "*", + "spryker/event": "*", + "spryker/locale": "*", + "spryker/product": "*", "spryker/propel": "*", + "spryker/propel-orm": "*", + "spryker/search": "*", "spryker/testify": "*" }, "suggest": { - "spryker/glue-application": "If you want to use the Glue backend resource plugins. The minimum varsion is 1.39.0." + "spryker/elastica": "If you want to use Elasticsearch as the search engine.", + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", + "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0", + "spryker/search": "If you want to use Search plugins, minimum required version: 7.0.0" }, "type": "library", "extra": { @@ -51850,41 +53253,55 @@ "license": [ "proprietary" ], - "description": "ProductsBackendApi module", + "description": "ProductReviewSearch module", "support": { - "source": "https://github.com/spryker/products-backend-api/tree/0.1.3" + "source": "https://github.com/spryker/product-review-search/tree/1.9.0" }, - "time": "2023-04-17T15:49:27+00:00" + "time": "2023-07-11T11:01:29+00:00" }, { - "name": "spryker/products-categories-resource-relationship", - "version": "1.4.0", + "name": "spryker/product-review-storage", + "version": "1.5.1", "source": { "type": "git", - "url": "https://github.com/spryker/products-categories-resource-relationship.git", - "reference": "4e4f2eb38a9bc55d90782670665b83592e06d32c" + "url": "https://github.com/spryker/product-review-storage.git", + "reference": "b912253b3b9f02fc12cfe20340f23f80c684b262" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/products-categories-resource-relationship/zipball/4e4f2eb38a9bc55d90782670665b83592e06d32c", - "reference": "4e4f2eb38a9bc55d90782670665b83592e06d32c", + "url": "https://api.github.com/repos/spryker/product-review-storage/zipball/b912253b3b9f02fc12cfe20340f23f80c684b262", + "reference": "b912253b3b9f02fc12cfe20340f23f80c684b262", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/categories-rest-api": "^1.3.0", - "spryker/glue-application": "^1.1.0", - "spryker/glue-application-extension": "^1.0.0", + "spryker/event-behavior": "^1.1.0", "spryker/kernel": "^3.30.0", - "spryker/product-category-storage": "^1.11.0 || ^2.6.0", - "spryker/product-storage": "^1.15.0", - "spryker/store": "^1.4.0" + "spryker/product-review": "^1.1.0 || ^2.0.0", + "spryker/storage": "^3.4.0", + "spryker/synchronization": "^0.2.0 || ^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/customer": "*", + "spryker/decimal-object": "*", + "spryker/event": "*", + "spryker/locale": "*", + "spryker/product": "*", + "spryker/propel": "*", + "spryker/propel-orm": "*", + "spryker/store": "*", + "spryker/testify": "*" }, - "type": "library", - "extra": { + "suggest": { + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", + "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0" + }, + "type": "library", + "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } @@ -51898,42 +53315,42 @@ "license": [ "proprietary" ], - "description": "ProductsCategoriesResourceRelationship module", + "description": "ProductReviewStorage module", "support": { - "source": "https://github.com/spryker/products-categories-resource-relationship/tree/1.4.0" + "source": "https://github.com/spryker/product-review-storage/tree/1.5.1" }, - "time": "2023-04-20T13:53:42+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/products-product-image-sets-backend-resource-relationship", - "version": "0.1.0", + "name": "spryker/product-reviews-rest-api", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/products-product-image-sets-backend-resource-relationship.git", - "reference": "9e15351427604adbae21a5505e2f7aa8ca5fd82e" + "url": "https://github.com/spryker/product-reviews-rest-api.git", + "reference": "f99528048057148b99efa53d7c6e3a6aa4fd687b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/products-product-image-sets-backend-resource-relationship/zipball/9e15351427604adbae21a5505e2f7aa8ca5fd82e", - "reference": "9e15351427604adbae21a5505e2f7aa8ca5fd82e", + "url": "https://api.github.com/repos/spryker/product-reviews-rest-api/zipball/f99528048057148b99efa53d7c6e3a6aa4fd687b", + "reference": "f99528048057148b99efa53d7c6e3a6aa4fd687b", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/glue-json-api-convention-extension": "^1.0.0", - "spryker/kernel": "^3.66.0", - "spryker/product-image-sets-backend-api": "^0.1.0", - "spryker/transfer": "^3.31.0" + "spryker/glue-application": "^1.15.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/product-review": "^2.1.0", + "spryker/product-review-storage": "^1.0.0", + "spryker/product-storage": "^1.22.0", + "spryker/products-rest-api-extension": "^1.1.0", + "spryker/store": "^1.19.0", + "spryker/symfony": "^3.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/locale": "*", - "spryker/product": "*", - "spryker/product-image": "*", - "spryker/propel": "*", - "spryker/store": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -51950,87 +53367,117 @@ "license": [ "proprietary" ], - "description": "ProductsProductImageSetsBackendResourceRelationship module", + "description": "ProductReviewsRestApi module", "support": { - "source": "https://github.com/spryker/products-product-image-sets-backend-resource-relationship/tree/0.1.0" + "source": "https://github.com/spryker/product-reviews-rest-api/tree/1.1.0" }, - "time": "2023-04-17T15:49:27+00:00" + "time": "2023-07-11T11:01:29+00:00" }, { - "name": "spryker/products-rest-api", - "version": "2.15.1", + "name": "spryker/product-search", + "version": "5.19.0", "source": { "type": "git", - "url": "https://github.com/spryker/products-rest-api.git", - "reference": "ca40167acba5ca5513f1cb34c5368a9684b1b0e0" + "url": "https://github.com/spryker/product-search.git", + "reference": "0eef6daa5503d6375585b0304d35c9819a48e0ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/products-rest-api/zipball/ca40167acba5ca5513f1cb34c5368a9684b1b0e0", - "reference": "ca40167acba5ca5513f1cb34c5368a9684b1b0e0", + "url": "https://api.github.com/repos/spryker/product-search/zipball/0eef6daa5503d6375585b0304d35c9819a48e0ed", + "reference": "0eef6daa5503d6375585b0304d35c9819a48e0ed", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/glossary-storage": "^1.0.0", - "spryker/glue-application": "^1.0.0", - "spryker/glue-application-extension": "^1.0.0", + "php": ">=8.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/collector": "^5.1.1 || ^6.0.0", + "spryker/event": "^2.1.0", + "spryker/glossary": "^3.0.0", + "spryker/gui": "^3.33.0", "spryker/kernel": "^3.30.0", - "spryker/product-storage": "^1.29.0", - "spryker/products-rest-api-extension": "^1.1.0", + "spryker/key-builder": "^1.1.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/product-extension": "^1.3.0", + "spryker/product-page-search-extension": "^1.1.0", + "spryker/propel-orm": "^1.16.0", + "spryker/search": "^6.0.0 || ^7.0.0 || ^8.0.0", + "spryker/storage": "^3.0.0", "spryker/store": "^1.4.0", "spryker/symfony": "^3.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/urls-rest-api-extension": "^1.0.0" + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/transfer": "^3.25.0", + "spryker/util-data-reader": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/application": "*", + "spryker/code-sniffer": "*", + "spryker/config": "*", + "spryker/product-attribute": "*", + "spryker/propel": "*", + "spryker/testify": "*", + "spryker/zed-navigation": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "5.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\ProductSearch\\PageObject\\": "tests/SprykerTest/Zed/ProductSearch/_support/PageObject/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductsRestApi module", + "description": "ProductSearch module", "support": { - "source": "https://github.com/spryker/products-rest-api/tree/2.15.1" + "source": "https://github.com/spryker/product-search/tree/5.19.0" }, - "time": "2022-09-15T12:13:30+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/products-rest-api-extension", - "version": "1.1.0", + "name": "spryker/product-search-config-storage", + "version": "1.4.0", "source": { "type": "git", - "url": "https://github.com/spryker/products-rest-api-extension.git", - "reference": "032428e89d7970de93c75baef95a68f1a2dfbff5" + "url": "https://github.com/spryker/product-search-config-storage.git", + "reference": "2a7931a2dd8d5b0600ba2a63c89831f5636e6fc0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/products-rest-api-extension/zipball/032428e89d7970de93c75baef95a68f1a2dfbff5", - "reference": "032428e89d7970de93c75baef95a68f1a2dfbff5", + "url": "https://api.github.com/repos/spryker/product-search-config-storage/zipball/2a7931a2dd8d5b0600ba2a63c89831f5636e6fc0", + "reference": "2a7931a2dd8d5b0600ba2a63c89831f5636e6fc0", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=7.4", + "spryker/event-behavior": "^1.1.0", + "spryker/kernel": "^3.30.0", + "spryker/product-search": "^5.4.0", + "spryker/storage": "^3.4.0", + "spryker/synchronization": "^0.2.0 || ^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/glue-application": "*", + "spryker/event": "*", + "spryker/product": "*", + "spryker/propel": "*", + "spryker/propel-orm": "*", + "spryker/search": "*", "spryker/testify": "*" }, "suggest": { - "spryker/glue-application": "If you want to use plugins with glue application." + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", + "spryker/product": "If you want to use Product plugins, minimum required version: 5.5.0 || 6.0.0", + "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0", + "spryker/search": "If you want to use Search plugins, minimum required version: 7.0.0" }, "type": "library", "extra": { @@ -52047,101 +53494,101 @@ "license": [ "proprietary" ], - "description": "ProductsRestApiExtension module", + "description": "ProductSearchConfigStorage module", "support": { - "source": "https://github.com/spryker/products-rest-api-extension/tree/master" + "source": "https://github.com/spryker/product-search-config-storage/tree/1.4.0" }, - "time": "2019-11-18T15:55:25+00:00" + "time": "2022-04-18T08:41:46+00:00" }, { - "name": "spryker/propel", - "version": "3.38.0", + "name": "spryker/product-set", + "version": "1.7.0", "source": { "type": "git", - "url": "https://github.com/spryker/propel.git", - "reference": "26b4e6b523f8411b86fb59e02f80016111e63529" + "url": "https://github.com/spryker/product-set.git", + "reference": "3561bdf2267808962bd26a7f89b13186fdd6c632" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/propel/zipball/26b4e6b523f8411b86fb59e02f80016111e63529", - "reference": "26b4e6b523f8411b86fb59e02f80016111e63529", + "url": "https://api.github.com/repos/spryker/product-set/zipball/3561bdf2267808962bd26a7f89b13186fdd6c632", + "reference": "3561bdf2267808962bd26a7f89b13186fdd6c632", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/application-extension": "^1.0.0", - "spryker/config": "^3.0.0", - "spryker/health-check-extension": "^1.0.0", - "spryker/kernel": "^3.48.0", - "spryker/log": "^3.0.0", - "spryker/monolog": "^2.0.0", - "spryker/propel-orm": "^1.18.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.12.0", - "spryker/util-encoding": "^2.0.0", - "spryker/util-text": "^1.1.0" + "spryker/kernel": "^3.30.0", + "spryker/key-builder": "^1.0.0", + "spryker/locale": "^3.1.0 || ^4.0.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/product-image": "^3.3.0", + "spryker/propel-orm": "^1.1.0", + "spryker/search": "^6.0.0 || ^7.0.0 || ^8.0.0", + "spryker/search-extension": "^1.0.0", + "spryker/storage": "^3.0.0", + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/url": "^3.2.1" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/console": "*", - "spryker/container": "*", - "spryker/laminas": "*", - "spryker/silex": "*", + "spryker/elastica": "*", + "spryker/propel": "*", "spryker/testify": "*" }, "suggest": { - "spryker/container": "If you want to use the PropelApplicationPlugin.", - "spryker/silex": "If you want to use ServiceProvider." + "spryker/elastica": "If you want to use ProductSetCollectorClient with the provided search functionalities." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\Propel\\Helper\\": "tests/SprykerTest/Shared/Propel/_support/Helper/" + "SprykerTest\\Zed\\ProductSet\\Helper\\": "tests/SprykerTest/Zed/ProductSet/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Propel module", + "description": "ProductSet module", "support": { - "source": "https://github.com/spryker/propel/tree/3.38.0" + "source": "https://github.com/spryker/product-set/tree/1.7.0" }, - "time": "2023-04-18T12:08:37+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/propel-orm", - "version": "1.19.0", + "name": "spryker/product-set-collector", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/propel-orm.git", - "reference": "aeb6819ff5fc80fb6d6447c9abc7f11c911eb1d8" + "url": "https://github.com/spryker/product-set-collector.git", + "reference": "923f5d6777ae2a244503a72082cf123a851e72ee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/propel-orm/zipball/aeb6819ff5fc80fb6d6447c9abc7f11c911eb1d8", - "reference": "aeb6819ff5fc80fb6d6447c9abc7f11c911eb1d8", + "url": "https://api.github.com/repos/spryker/product-set-collector/zipball/923f5d6777ae2a244503a72082cf123a851e72ee", + "reference": "923f5d6777ae2a244503a72082cf123a851e72ee", "shasum": "" }, "require": { - "php": ">=8.0", - "propel/propel": "2.0.0-beta3", - "spryker/config": "^3.0.0", - "spryker/error-handler": "^2.0.0", - "spryker/kernel": "^3.67.0", - "spryker/propel-orm-extension": "^1.1.0", - "spryker/symfony": "^3.0.0" + "php": ">=7.4", + "spryker/collector": "^5.1.1 || ^6.0.0", + "spryker/kernel": "^3.30.0", + "spryker/product-set": "^1.0.0", + "spryker/propel-orm": "^1.1.0", + "spryker/search": "^6.0.0 || ^7.0.0 || ^8.0.0", + "spryker/store": "^1.4.0", + "spryker/symfony": "^3.0.0", + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/transfer": "^3.25.0", + "spryker/url": "^3.0.0", + "spryker/util-data-reader": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -52151,36 +53598,49 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\PropelOrm\\Helper\\": "tests/SprykerTest/Shared/PropelOrm/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "PropelOrm module", + "description": "ProductSetCollector module", "support": { - "source": "https://github.com/spryker/propel-orm/tree/1.19.0" + "source": "https://github.com/spryker/product-set-collector/tree/1.2.0" }, - "time": "2023-04-18T11:16:52+00:00" + "time": "2022-01-04T12:43:20+00:00" }, { - "name": "spryker/propel-orm-extension", - "version": "1.1.0", + "name": "spryker/product-set-gui", + "version": "2.7.0", "source": { "type": "git", - "url": "https://github.com/spryker/propel-orm-extension.git", - "reference": "c3077b579f3f03f580d48be9d193188c6bcd6061" + "url": "https://github.com/spryker/product-set-gui.git", + "reference": "d5e7329bae05f0d2515e4b15c5325d9c2e161672" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/propel-orm-extension/zipball/c3077b579f3f03f580d48be9d193188c6bcd6061", - "reference": "c3077b579f3f03f580d48be9d193188c6bcd6061", + "url": "https://api.github.com/repos/spryker/product-set-gui/zipball/d5e7329bae05f0d2515e4b15c5325d9c2e161672", + "reference": "d5e7329bae05f0d2515e4b15c5325d9c2e161672", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=8.0", + "spryker/gui": "^3.46.0", + "spryker/kernel": "^3.30.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/money": "^2.0.0", + "spryker/price-product": "^1.0.0 || ^2.0.0 || ^4.0.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/product-image": "^3.3.0", + "spryker/product-set": "^1.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/store": "^1.19.0", + "spryker/symfony": "^3.0.0", + "spryker/url": "^3.5.0", + "spryker/util-encoding": "^2.0.0", + "spryker/util-text": "^1.2.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -52188,7 +53648,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -52200,39 +53660,56 @@ "license": [ "proprietary" ], - "description": "PropelOrmExtension module", + "description": "ProductSetGui module", "support": { - "source": "https://github.com/spryker/propel-orm-extension/tree/1.1.0" + "source": "https://github.com/spryker/product-set-gui/tree/2.7.0" }, - "time": "2022-07-21T13:11:07+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/propel-query-builder", - "version": "0.3.6", + "name": "spryker/product-set-page-search", + "version": "1.8.0", "source": { "type": "git", - "url": "https://github.com/spryker/propel-query-builder.git", - "reference": "e1c24db6a3a412806a79f23ca6c538a821ced5b2" + "url": "https://github.com/spryker/product-set-page-search.git", + "reference": "7c9b8a3c1042f51587cc72613d5cbb2a1f97be93" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/propel-query-builder/zipball/e1c24db6a3a412806a79f23ca6c538a821ced5b2", - "reference": "e1c24db6a3a412806a79f23ca6c538a821ced5b2", + "url": "https://api.github.com/repos/spryker/product-set-page-search/zipball/7c9b8a3c1042f51587cc72613d5cbb2a1f97be93", + "reference": "7c9b8a3c1042f51587cc72613d5cbb2a1f97be93", "shasum": "" }, "require": { - "everon/collection": "^1.0.0", - "php": ">=7.3", + "php": ">=8.0", + "spryker/event-behavior": "^1.1.0", "spryker/kernel": "^3.30.0", - "spryker/propel-orm": "^1.2.0", + "spryker/product-image": "^3.5.0", + "spryker/product-set": "^1.3.3", + "spryker/product-set-storage": "^0.1.0 || ^0.2.0 || ^1.0.0", + "spryker/propel-orm": "^1.5.0", + "spryker/search": "^7.0.0 || ^8.0.0", + "spryker/search-extension": "^1.0.0", + "spryker/store": "^1.19.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.0.0", + "spryker/transfer": "^3.25.0", + "spryker/url": "^3.3.0", "spryker/util-encoding": "^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/propel": "^3.0.0", + "spryker/elastica": "*", + "spryker/event": "*", + "spryker/locale": "*", + "spryker/product": "*", + "spryker/propel": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/elastica": "If you want to use Elasticsearch queries, minimum required version: 3.0.0", + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" + }, "type": "library", "extra": { "branch-alias": { @@ -52248,34 +53725,53 @@ "license": [ "proprietary" ], - "description": "PropelQueryBuilder module", + "description": "ProductSetPageSearch module", "support": { - "source": "https://github.com/spryker/propel-query-builder/tree/0.3.6" + "source": "https://github.com/spryker/product-set-page-search/tree/1.8.0" }, - "time": "2020-10-29T08:43:55+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/propel-replication-cache", - "version": "1.1.0", + "name": "spryker/product-set-storage", + "version": "1.9.0", "source": { "type": "git", - "url": "https://github.com/spryker/propel-replication-cache.git", - "reference": "5b80239608417cfb492a7d4d0324b19826d3e6d4" + "url": "https://github.com/spryker/product-set-storage.git", + "reference": "bff850d2e90f233c6a93821a9f4cd72748b24bf0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/propel-replication-cache/zipball/5b80239608417cfb492a7d4d0324b19826d3e6d4", - "reference": "5b80239608417cfb492a7d4d0324b19826d3e6d4", + "url": "https://api.github.com/repos/spryker/product-set-storage/zipball/bff850d2e90f233c6a93821a9f4cd72748b24bf0", + "reference": "bff850d2e90f233c6a93821a9f4cd72748b24bf0", "shasum": "" }, "require": { "php": ">=7.4", - "spryker/kernel": "^3.67.0", - "spryker/propel-orm-extension": "^1.1.0", - "spryker/storage-redis": "^1.3.0" + "spryker/event-behavior": "^1.1.0", + "spryker/kernel": "^3.30.0", + "spryker/product-image": "^3.5.0", + "spryker/product-set": "^1.3.0", + "spryker/propel-orm": "^1.5.0", + "spryker/storage": "^3.4.0", + "spryker/store": "^1.4.0", + "spryker/synchronization": "^0.2.0 || ^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.0.0", + "spryker/transfer": "^3.25.0", + "spryker/url": "^3.3.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/event": "*", + "spryker/locale": "*", + "spryker/product": "*", + "spryker/propel": "*", + "spryker/testify": "*", + "spryker/url-storage": "*" + }, + "suggest": { + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", + "spryker/url-storage": "If you want to use UrlStorage plugins, minimum required version: 0.2.0" }, "type": "library", "extra": { @@ -52292,38 +53788,58 @@ "license": [ "proprietary" ], - "description": "PropelReplicationCache module", + "description": "ProductSetStorage module", "support": { - "source": "https://github.com/spryker/propel-replication-cache/tree/1.1.0" + "source": "https://github.com/spryker/product-set-storage/tree/1.9.0" }, - "time": "2022-07-21T13:11:07+00:00" + "time": "2022-04-18T08:41:46+00:00" }, { - "name": "spryker/publish-and-synchronize-health-check", - "version": "1.1.0", + "name": "spryker/product-storage", + "version": "1.38.0", "source": { "type": "git", - "url": "https://github.com/spryker/publish-and-synchronize-health-check.git", - "reference": "931d93206818918771a0584dacb8355ef9017532" + "url": "https://github.com/spryker/product-storage.git", + "reference": "424ff5abad1843729079dfb563cd71a97cf134d1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/publish-and-synchronize-health-check/zipball/931d93206818918771a0584dacb8355ef9017532", - "reference": "931d93206818918771a0584dacb8355ef9017532", + "url": "https://api.github.com/repos/spryker/product-storage/zipball/424ff5abad1843729079dfb563cd71a97cf134d1", + "reference": "424ff5abad1843729079dfb563cd71a97cf134d1", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/event-behavior": "^1.20.0", - "spryker/health-check-extension": "^1.0.0", + "spryker/event-behavior": "^1.10.0", "spryker/kernel": "^3.30.0", - "spryker/propel-orm": "^1.0.0", - "spryker/transfer": "^3.27.0" + "spryker/laminas": "^1.0.0", + "spryker/locale": "^3.1.0 || ^4.0.0", + "spryker/product": "^5.5.0 || ^6.0.0", + "spryker/product-storage-extension": "^1.7.0", + "spryker/propel-orm": "^1.5.0", + "spryker/storage": "^3.4.0", + "spryker/store": "^1.7.0", + "spryker/synchronization": "^0.2.0 || ^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.0.0", + "spryker/transfer": "^3.25.0", + "spryker/url": "^3.3.0", + "spryker/util-encoding": "^1.0.0 || ^2.0.0", + "spryker/util-sanitize": "^2.1.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/event": "*", + "spryker/product-attribute": "*", "spryker/propel": "*", - "spryker/testify": "*" + "spryker/queue": "*", + "spryker/testify": "*", + "spryker/url-storage": "*" + }, + "suggest": { + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", + "spryker/url-storage": "If you want to use UrlStorage plugins, minimum required version: 0.2.0" }, "type": "library", "extra": { @@ -52340,47 +53856,31 @@ "license": [ "proprietary" ], - "description": "PublishAndSynchronizeHealthCheck module", + "description": "ProductStorage module", "support": { - "issues": "https://github.com/spryker/publish-and-synchronize-health-check/issues", - "source": "https://github.com/spryker/publish-and-synchronize-health-check/tree/1.1.0" + "source": "https://github.com/spryker/product-storage/tree/1.38.0" }, - "time": "2023-01-16T13:42:24+00:00" + "time": "2023-06-05T10:22:03+00:00" }, { - "name": "spryker/publish-and-synchronize-health-check-search", - "version": "1.1.0", + "name": "spryker/product-storage-extension", + "version": "1.7.0", "source": { "type": "git", - "url": "https://github.com/spryker/publish-and-synchronize-health-check-search.git", - "reference": "125d794d776a4f339caa215f7b65c39860db550d" + "url": "https://github.com/spryker/product-storage-extension.git", + "reference": "67ae7387e360f8c186227f5a26f1dab33371f97d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/publish-and-synchronize-health-check-search/zipball/125d794d776a4f339caa215f7b65c39860db550d", - "reference": "125d794d776a4f339caa215f7b65c39860db550d", + "url": "https://api.github.com/repos/spryker/product-storage-extension/zipball/67ae7387e360f8c186227f5a26f1dab33371f97d", + "reference": "67ae7387e360f8c186227f5a26f1dab33371f97d", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/event-behavior": "^1.20.0", - "spryker/health-check-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/publish-and-synchronize-health-check": "^1.1.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/search": "^8.17.0", - "spryker/synchronization-behavior": "^1.8.0", - "spryker/transfer": "^3.27.0" + "php": ">=7.4" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/event": "*", - "spryker/propel": "*", - "spryker/publish-and-synchronize-health-check-storage": "*", - "spryker/publisher": "*", - "spryker/queue": "*", - "spryker/synchronization": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -52390,101 +53890,97 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\PublishAndSynchronizeHealthCheckSearch\\Helper\\": "tests/SprykerTest/Zed/PublishAndSynchronizeHealthCheckSearch/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "PublishAndSynchronizeHealthCheckSearch module", + "description": "ProductStorageExtension module", "support": { - "source": "https://github.com/spryker/publish-and-synchronize-health-check-search/tree/1.1.0" + "source": "https://github.com/spryker/product-storage-extension/tree/1.7.0" }, - "time": "2023-01-16T13:42:24+00:00" + "time": "2022-02-11T12:49:43+00:00" }, { - "name": "spryker/publish-and-synchronize-health-check-storage", - "version": "1.1.0", + "name": "spryker/product-tax-sets-rest-api", + "version": "2.1.2", "source": { "type": "git", - "url": "https://github.com/spryker/publish-and-synchronize-health-check-storage.git", - "reference": "841b0225f06d8fe01510a6bfad732094028937bb" + "url": "https://github.com/spryker/product-tax-sets-rest-api.git", + "reference": "c6bd585d154a12e42a88d596ea73ccd06e7ccd12" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/publish-and-synchronize-health-check-storage/zipball/841b0225f06d8fe01510a6bfad732094028937bb", - "reference": "841b0225f06d8fe01510a6bfad732094028937bb", + "url": "https://api.github.com/repos/spryker/product-tax-sets-rest-api/zipball/c6bd585d154a12e42a88d596ea73ccd06e7ccd12", + "reference": "c6bd585d154a12e42a88d596ea73ccd06e7ccd12", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/event-behavior": "^1.20.0", - "spryker/health-check-extension": "^1.0.0", + "php": ">=7.2", + "spryker/glue-application": "^1.8.0", + "spryker/glue-application-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/publish-and-synchronize-health-check": "^1.1.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/storage": "^3.16.0", - "spryker/synchronization-behavior": "^1.8.0", - "spryker/transfer": "^3.27.0" + "spryker/symfony": "^3.0.0", + "spryker/tax-product-storage": "^1.0.0", + "spryker/tax-storage": "^1.0.0", + "spryker/uuid-behavior": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/event": "*", - "spryker/propel": "*", - "spryker/publish-and-synchronize-health-check-search": "*", - "spryker/publisher": "*", - "spryker/queue": "*", - "spryker/synchronization": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" + }, + "suggest": { + "spryker/uuid": "If you want to generate UUIDs for existing entities." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\PublishAndSynchronizeHealthCheckStorage\\Helper\\": "tests/SprykerTest/Zed/PublishAndSynchronizeHealthCheckStorage/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "PublishAndSynchronizeHealthCheckStorage module", + "description": "ProductTaxSetsRestApi module", "support": { - "source": "https://github.com/spryker/publish-and-synchronize-health-check-storage/tree/1.1.0" + "source": "https://github.com/spryker/product-tax-sets-rest-api/tree/master" }, - "time": "2023-01-16T13:42:24+00:00" + "time": "2020-05-29T13:08:37+00:00" }, { - "name": "spryker/publisher", - "version": "1.2.1", + "name": "spryker/product-validity", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/publisher.git", - "reference": "5cd30a8ade2d531267cd7a3580a829e31e9b67a3" + "url": "https://github.com/spryker/product-validity.git", + "reference": "1f697baf8fe097b9406f86122d503514f009eaf4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/publisher/zipball/5cd30a8ade2d531267cd7a3580a829e31e9b67a3", - "reference": "5cd30a8ade2d531267cd7a3580a829e31e9b67a3", + "url": "https://api.github.com/repos/spryker/product-validity/zipball/1f697baf8fe097b9406f86122d503514f009eaf4", + "reference": "1f697baf8fe097b9406f86122d503514f009eaf4", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/event": "^2.0.0", - "spryker/event-behavior": "^1.0.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/symfony": "^3.0.0" + "spryker/product": "^6.0.0", + "spryker/product-extension": "^1.3.0", + "spryker/propel-orm": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", @@ -52495,45 +53991,47 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\Publisher\\Helper\\": "tests/SprykerTest/Zed/Publisher/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Publisher module", + "description": "ProductValidity module", "support": { - "source": "https://github.com/spryker/publisher/tree/1.2.1" + "source": "https://github.com/spryker/product-validity/tree/1.3.0" }, - "time": "2022-11-11T07:06:41+00:00" + "time": "2023-03-10T14:11:16+00:00" }, { - "name": "spryker/publisher-extension", - "version": "1.0.0", + "name": "spryker/product-warehouse-allocation-example", + "version": "0.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/publisher-extension.git", - "reference": "fc85a9c7e2ca66f1664c84aab6b53114ac670884" + "url": "https://github.com/spryker/product-warehouse-allocation-example.git", + "reference": "af0c3bdff817c8ebf190c8afeabe0a20cd70c6b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/publisher-extension/zipball/fc85a9c7e2ca66f1664c84aab6b53114ac670884", - "reference": "fc85a9c7e2ca66f1664c84aab6b53114ac670884", + "url": "https://api.github.com/repos/spryker/product-warehouse-allocation-example/zipball/af0c3bdff817c8ebf190c8afeabe0a20cd70c6b6", + "reference": "af0c3bdff817c8ebf190c8afeabe0a20cd70c6b6", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=8.0", + "spryker/kernel": "^3.30.0", + "spryker/product": "^6.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/stock": "^8.0.0", + "spryker/store": "^1.0.0", + "spryker/transfer": "^3.27.0", + "spryker/warehouse-allocation-extension": "^0.1.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/event": "*", - "spryker/event-behavior": "*" - }, - "suggest": { - "spryker/event": "*", - "spryker/event-behavior": "*" + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -52548,44 +54046,53 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "PublisherExtension module", + "description": "ProductWarehouseAllocationExample module", "support": { - "source": "https://github.com/spryker/publisher-extension/tree/master" + "source": "https://github.com/spryker/product-warehouse-allocation-example/tree/0.1.0" }, - "time": "2020-03-02T17:51:50+00:00" + "time": "2023-02-09T15:12:38+00:00" }, { - "name": "spryker/push-notification", - "version": "0.3.0", + "name": "spryker/products-backend-api", + "version": "0.1.3", "source": { "type": "git", - "url": "https://github.com/spryker/push-notification.git", - "reference": "1c9b3aa436680dcd20871884c9f91130000ce802" + "url": "https://github.com/spryker/products-backend-api.git", + "reference": "66b6361012ca2baeccab197464c4a1d0b201a28e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/push-notification/zipball/1c9b3aa436680dcd20871884c9f91130000ce802", - "reference": "1c9b3aa436680dcd20871884c9f91130000ce802", + "url": "https://api.github.com/repos/spryker/products-backend-api/zipball/66b6361012ca2baeccab197464c4a1d0b201a28e", + "reference": "66b6361012ca2baeccab197464c4a1d0b201a28e", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/kernel": "^3.30.0", - "spryker/propel-orm": "^1.6.0", - "spryker/push-notification-extension": "^0.2.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.27.0", - "spryker/util-encoding": "^2.0.0", - "spryker/util-text": "^1.2.0", - "spryker/uuid-behavior": "^1.0.0" + "spryker/category": "^5.10.0", + "spryker/glue-json-api-convention-extension": "^1.0.0", + "spryker/kernel": "^3.66.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/product": "^6.35.0", + "spryker/product-category": "^4.17.0", + "spryker/product-image": "^3.11.0", + "spryker/store": "^1.12.0", + "spryker/symfony": "^3.10.0", + "spryker/tax": "^5.12.0", + "spryker/transfer": "^3.31.0", + "spryker/url": "^3.10.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/glue-application": "*", "spryker/propel": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/glue-application": "If you want to use the Glue backend resource plugins. The minimum varsion is 1.39.0." + }, "type": "library", "extra": { "branch-alias": { @@ -52601,29 +54108,35 @@ "license": [ "proprietary" ], - "description": "PushNotification module", + "description": "ProductsBackendApi module", "support": { - "source": "https://github.com/spryker/push-notification/tree/0.3.0" + "source": "https://github.com/spryker/products-backend-api/tree/0.1.3" }, - "time": "2023-07-18T11:53:16+00:00" + "time": "2023-04-17T15:49:27+00:00" }, { - "name": "spryker/push-notification-extension", - "version": "0.2.0", + "name": "spryker/products-categories-resource-relationship", + "version": "1.4.0", "source": { "type": "git", - "url": "https://github.com/spryker/push-notification-extension.git", - "reference": "f2d01079bbdf489757f7a14a2d56dc57a68ad09d" + "url": "https://github.com/spryker/products-categories-resource-relationship.git", + "reference": "4e4f2eb38a9bc55d90782670665b83592e06d32c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/push-notification-extension/zipball/f2d01079bbdf489757f7a14a2d56dc57a68ad09d", - "reference": "f2d01079bbdf489757f7a14a2d56dc57a68ad09d", + "url": "https://api.github.com/repos/spryker/products-categories-resource-relationship/zipball/4e4f2eb38a9bc55d90782670665b83592e06d32c", + "reference": "4e4f2eb38a9bc55d90782670665b83592e06d32c", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/transfer": "^3.27.0" + "spryker/categories-rest-api": "^1.3.0", + "spryker/glue-application": "^1.1.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/product-category-storage": "^1.11.0 || ^2.6.0", + "spryker/product-storage": "^1.15.0", + "spryker/store": "^1.4.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -52643,46 +54156,43 @@ "license": [ "proprietary" ], - "description": "PushNotificationExtension module", + "description": "ProductsCategoriesResourceRelationship module", "support": { - "source": "https://github.com/spryker/push-notification-extension/tree/0.2.0" + "source": "https://github.com/spryker/products-categories-resource-relationship/tree/1.4.0" }, - "time": "2023-07-18T11:53:16+00:00" + "time": "2023-04-20T13:53:42+00:00" }, { - "name": "spryker/push-notification-web-push-php", - "version": "0.3.0", + "name": "spryker/products-product-image-sets-backend-resource-relationship", + "version": "0.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/push-notification-web-push-php.git", - "reference": "0a25a2a137d866fa9fdd41dea5edf8daa600b7f4" + "url": "https://github.com/spryker/products-product-image-sets-backend-resource-relationship.git", + "reference": "9e15351427604adbae21a5505e2f7aa8ca5fd82e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/push-notification-web-push-php/zipball/0a25a2a137d866fa9fdd41dea5edf8daa600b7f4", - "reference": "0a25a2a137d866fa9fdd41dea5edf8daa600b7f4", + "url": "https://api.github.com/repos/spryker/products-product-image-sets-backend-resource-relationship/zipball/9e15351427604adbae21a5505e2f7aa8ca5fd82e", + "reference": "9e15351427604adbae21a5505e2f7aa8ca5fd82e", "shasum": "" }, "require": { - "minishlink/web-push": "~v8.0.0", "php": ">=8.0", - "psr/http-message": "^1.0.1", - "spryker/installer-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/push-notification": "^0.3.0", - "spryker/push-notification-extension": "^0.2.0", - "spryker/transfer": "^3.27.0", - "spryker/util-encoding": "^2.0.0" + "spryker/glue-json-api-convention-extension": "^1.0.0", + "spryker/kernel": "^3.66.0", + "spryker/product-image-sets-backend-api": "^0.1.0", + "spryker/transfer": "^3.31.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/guzzle": "*", + "spryker/container": "*", + "spryker/locale": "*", + "spryker/product": "*", + "spryker/product-image": "*", "spryker/propel": "*", + "spryker/store": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/installer": "If you want to use Installer plugins." - }, "type": "library", "extra": { "branch-alias": { @@ -52698,47 +54208,46 @@ "license": [ "proprietary" ], - "description": "PushNotificationWebPushPhp module", + "description": "ProductsProductImageSetsBackendResourceRelationship module", "support": { - "source": "https://github.com/spryker/push-notification-web-push-php/tree/0.3.0" + "source": "https://github.com/spryker/products-product-image-sets-backend-resource-relationship/tree/0.1.0" }, - "time": "2023-07-18T11:53:16+00:00" + "time": "2023-04-17T15:49:27+00:00" }, { - "name": "spryker/push-notifications-backend-api", - "version": "0.4.0", + "name": "spryker/products-rest-api", + "version": "2.15.1", "source": { "type": "git", - "url": "https://github.com/spryker/push-notifications-backend-api.git", - "reference": "49cc7785472bc05112d9e1b6ae2a5230cc345ca8" + "url": "https://github.com/spryker/products-rest-api.git", + "reference": "ca40167acba5ca5513f1cb34c5368a9684b1b0e0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/push-notifications-backend-api/zipball/49cc7785472bc05112d9e1b6ae2a5230cc345ca8", - "reference": "49cc7785472bc05112d9e1b6ae2a5230cc345ca8", + "url": "https://api.github.com/repos/spryker/products-rest-api/zipball/ca40167acba5ca5513f1cb34c5368a9684b1b0e0", + "reference": "ca40167acba5ca5513f1cb34c5368a9684b1b0e0", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/glossary-storage": "^1.8.0", - "spryker/glue-json-api-convention-extension": "^1.0.0", - "spryker/kernel": "^3.66.0", - "spryker/push-notification": "^0.3.0", + "php": ">=7.4", + "spryker/glossary-storage": "^1.0.0", + "spryker/glue-application": "^1.0.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/product-storage": "^1.29.0", + "spryker/products-rest-api-extension": "^1.1.0", + "spryker/store": "^1.4.0", "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.31.0" + "spryker/synchronization-behavior": "^1.0.0", + "spryker/urls-rest-api-extension": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/glue-application": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/glue-application": "If you want to use plugins with glue application." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -52750,46 +54259,36 @@ "license": [ "proprietary" ], - "description": "PushNotificationsBackendApi module", + "description": "ProductsRestApi module", "support": { - "source": "https://github.com/spryker/push-notifications-backend-api/tree/0.4.0" + "source": "https://github.com/spryker/products-rest-api/tree/2.15.1" }, - "time": "2023-07-18T11:53:16+00:00" + "time": "2022-09-15T12:13:30+00:00" }, { - "name": "spryker/queue", - "version": "1.9.3", + "name": "spryker/products-rest-api-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/queue.git", - "reference": "ae7fe9452f5c2d65e7e3652f2469eed1c0e4865e" + "url": "https://github.com/spryker/products-rest-api-extension.git", + "reference": "032428e89d7970de93c75baef95a68f1a2dfbff5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/queue/zipball/ae7fe9452f5c2d65e7e3652f2469eed1c0e4865e", - "reference": "ae7fe9452f5c2d65e7e3652f2469eed1c0e4865e", + "url": "https://api.github.com/repos/spryker/products-rest-api-extension/zipball/032428e89d7970de93c75baef95a68f1a2dfbff5", + "reference": "032428e89d7970de93c75baef95a68f1a2dfbff5", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/gui": "^3.0.0", - "spryker/kernel": "^3.30.0", - "spryker/propel-orm": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.0.0", - "spryker/util-encoding": "^2.1.0" + "php": ">=7.2" }, "require-dev": { - "spryker/application": "*", "spryker/code-sniffer": "*", - "spryker/event": "*", - "spryker/propel": "*", - "spryker/ramsey-uuid": "*", - "spryker/synchronization": "*", + "spryker/glue-application": "*", "spryker/testify": "*" }, "suggest": { - "ext-pcntl": "If you want gracefully shutdown worker when signal is received." + "spryker/glue-application": "If you want to use plugins with glue application." }, "type": "library", "extra": { @@ -52799,44 +54298,58 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Client\\Queue\\Helper\\": "tests/SprykerTest/Client/Queue/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Queue module", + "description": "ProductsRestApiExtension module", "support": { - "source": "https://github.com/spryker/queue/tree/1.9.3" + "source": "https://github.com/spryker/products-rest-api-extension/tree/master" }, - "time": "2022-11-11T07:06:41+00:00" + "time": "2019-11-18T15:55:25+00:00" }, { - "name": "spryker/quick-order", - "version": "3.1.0", + "name": "spryker/propel", + "version": "3.38.0", "source": { "type": "git", - "url": "https://github.com/spryker/quick-order.git", - "reference": "e3905ed7476531dba75aa9fd054ad11db492393a" + "url": "https://github.com/spryker/propel.git", + "reference": "26b4e6b523f8411b86fb59e02f80016111e63529" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/quick-order/zipball/e3905ed7476531dba75aa9fd054ad11db492393a", - "reference": "e3905ed7476531dba75aa9fd054ad11db492393a", + "url": "https://api.github.com/repos/spryker/propel/zipball/26b4e6b523f8411b86fb59e02f80016111e63529", + "reference": "26b4e6b523f8411b86fb59e02f80016111e63529", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/product-storage": "^1.6.0", - "spryker/quick-order-extension": "^1.1.0", - "spryker/synchronization-behavior": "^1.0.0" + "spryker/application-extension": "^1.0.0", + "spryker/config": "^3.0.0", + "spryker/health-check-extension": "^1.0.0", + "spryker/kernel": "^3.48.0", + "spryker/log": "^3.0.0", + "spryker/monolog": "^2.0.0", + "spryker/propel-orm": "^1.18.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.12.0", + "spryker/util-encoding": "^2.0.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/console": "*", + "spryker/container": "*", + "spryker/laminas": "*", + "spryker/silex": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/container": "If you want to use the PropelApplicationPlugin.", + "spryker/silex": "If you want to use ServiceProvider." }, "type": "library", "extra": { @@ -52846,38 +54359,46 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\Propel\\Helper\\": "tests/SprykerTest/Shared/Propel/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "QuickOrder module", + "description": "Propel module", "support": { - "source": "https://github.com/spryker/quick-order/tree/3.1.0" + "source": "https://github.com/spryker/propel/tree/3.38.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-04-18T12:08:37+00:00" }, { - "name": "spryker/quick-order-extension", - "version": "1.1.0", + "name": "spryker/propel-orm", + "version": "1.19.0", "source": { "type": "git", - "url": "https://github.com/spryker/quick-order-extension.git", - "reference": "35561349b25bf3e838658d64dd977a043d282b87" + "url": "https://github.com/spryker/propel-orm.git", + "reference": "aeb6819ff5fc80fb6d6447c9abc7f11c911eb1d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/quick-order-extension/zipball/35561349b25bf3e838658d64dd977a043d282b87", - "reference": "35561349b25bf3e838658d64dd977a043d282b87", + "url": "https://api.github.com/repos/spryker/propel-orm/zipball/aeb6819ff5fc80fb6d6447c9abc7f11c911eb1d8", + "reference": "aeb6819ff5fc80fb6d6447c9abc7f11c911eb1d8", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.0", + "propel/propel": "2.0.0-beta3", + "spryker/config": "^3.0.0", + "spryker/error-handler": "^2.0.0", + "spryker/kernel": "^3.67.0", + "spryker/propel-orm-extension": "^1.1.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", @@ -52888,125 +54409,88 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\PropelOrm\\Helper\\": "tests/SprykerTest/Shared/PropelOrm/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "QuickOrderExtension module", + "description": "PropelOrm module", "support": { - "source": "https://github.com/spryker/quick-order-extension/tree/master" + "source": "https://github.com/spryker/propel-orm/tree/1.19.0" }, - "time": "2019-02-11T16:04:12+00:00" + "time": "2023-04-18T11:16:52+00:00" }, { - "name": "spryker/quote", - "version": "2.18.0", + "name": "spryker/propel-orm-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/quote.git", - "reference": "e577815ae7bbe6e43f81fd657b3af92a19d88e2e" + "url": "https://github.com/spryker/propel-orm-extension.git", + "reference": "c3077b579f3f03f580d48be9d193188c6bcd6061" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/quote/zipball/e577815ae7bbe6e43f81fd657b3af92a19d88e2e", - "reference": "e577815ae7bbe6e43f81fd657b3af92a19d88e2e", + "url": "https://api.github.com/repos/spryker/propel-orm-extension/zipball/c3077b579f3f03f580d48be9d193188c6bcd6061", + "reference": "c3077b579f3f03f580d48be9d193188c6bcd6061", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/agent-extension": "^1.0.0", - "spryker/comment-extension": "^1.0.0", - "spryker/currency": "^3.4.0 || ^4.0.0", - "spryker/customer": "^6.0.0 || ^7.0.0", - "spryker/kernel": "^3.30.0", - "spryker/propel-orm": "^1.0.0", - "spryker/quote-extension": "^1.8.0", - "spryker/session": "^3.3.0 || ^4.14.0", - "spryker/store": "^1.19.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0", - "spryker/util-encoding": "^2.0.0", - "spryker/zed-request": "^3.0.0" + "php": ">=7.4" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/propel": "*", - "spryker/storage": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\Quote\\Helper\\": "tests/SprykerTest/Shared/Quote/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Quote module", + "description": "PropelOrmExtension module", "support": { - "source": "https://github.com/spryker/quote/tree/2.18.0" + "source": "https://github.com/spryker/propel-orm-extension/tree/1.1.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2022-07-21T13:11:07+00:00" }, { - "name": "spryker/quote-approval", - "version": "1.6.2", + "name": "spryker/propel-query-builder", + "version": "0.3.6", "source": { "type": "git", - "url": "https://github.com/spryker/quote-approval.git", - "reference": "b40eafff14219fd91fccf623b48c4cd9d8937f46" + "url": "https://github.com/spryker/propel-query-builder.git", + "reference": "e1c24db6a3a412806a79f23ca6c538a821ced5b2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/quote-approval/zipball/b40eafff14219fd91fccf623b48c4cd9d8937f46", - "reference": "b40eafff14219fd91fccf623b48c4cd9d8937f46", + "url": "https://api.github.com/repos/spryker/propel-query-builder/zipball/e1c24db6a3a412806a79f23ca6c538a821ced5b2", + "reference": "e1c24db6a3a412806a79f23ca6c538a821ced5b2", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/cart-extension": "^2.4.0 || ^4.0.0", - "spryker/checkout-extension": "^1.1.0", - "spryker/company-role": "^1.7.0", - "spryker/company-user": "^2.0.0", - "spryker/customer": "^7.11.0", + "everon/collection": "^1.0.0", + "php": ">=7.3", "spryker/kernel": "^3.30.0", - "spryker/permission-extension": "^1.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/quote": "^2.12.0", - "spryker/quote-approval-extension": "^1.1.0", - "spryker/quote-extension": "^1.7.0", - "spryker/quote-request-extension": "^1.2.0", - "spryker/shared-cart": "^1.7.0", - "spryker/transfer": "^3.25.0", - "spryker/uuid-behavior": "^1.0.0", - "spryker/zed-request": "^3.4.0" + "spryker/propel-orm": "^1.2.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/company": "*", - "spryker/container": "*", - "spryker/permission": "*", - "spryker/product": "*", - "spryker/propel": "*", - "spryker/store": "*", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/propel": "^3.0.0", "spryker/testify": "*" }, - "suggest": { - "spryker/checkout": "If you want to use QuoteApprovalCheckoutPreCheckPlugin.", - "spryker/quote-request": "If you want to use request for quote functionality, min version 1.0.0" - }, "type": "library", "extra": { "branch-alias": { @@ -53022,32 +54506,34 @@ "license": [ "proprietary" ], - "description": "QuoteApproval module", + "description": "PropelQueryBuilder module", "support": { - "source": "https://github.com/spryker/quote-approval/tree/1.6.2" + "source": "https://github.com/spryker/propel-query-builder/tree/0.3.6" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2020-10-29T08:43:55+00:00" }, { - "name": "spryker/quote-approval-extension", + "name": "spryker/propel-replication-cache", "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/quote-approval-extension.git", - "reference": "1dd0aecedf069b232389bf0cc70137e1edb5763c" + "url": "https://github.com/spryker/propel-replication-cache.git", + "reference": "5b80239608417cfb492a7d4d0324b19826d3e6d4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/quote-approval-extension/zipball/1dd0aecedf069b232389bf0cc70137e1edb5763c", - "reference": "1dd0aecedf069b232389bf0cc70137e1edb5763c", + "url": "https://api.github.com/repos/spryker/propel-replication-cache/zipball/5b80239608417cfb492a7d4d0324b19826d3e6d4", + "reference": "5b80239608417cfb492a7d4d0324b19826d3e6d4", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.4", + "spryker/kernel": "^3.67.0", + "spryker/propel-orm-extension": "^1.1.0", + "spryker/storage-redis": "^1.3.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -53064,37 +54550,36 @@ "license": [ "proprietary" ], - "description": "QuoteApprovalExtension module", + "description": "PropelReplicationCache module", "support": { - "source": "https://github.com/spryker/quote-approval-extension/tree/master" + "source": "https://github.com/spryker/propel-replication-cache/tree/1.1.0" }, - "time": "2019-10-02T15:10:35+00:00" + "time": "2022-07-21T13:11:07+00:00" }, { - "name": "spryker/quote-approval-shipment-connector", - "version": "1.0.1", + "name": "spryker/publish-and-synchronize-health-check", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/quote-approval-shipment-connector.git", - "reference": "aa7d775c8f274b0a7edbdd44f4089523ff9631b4" + "url": "https://github.com/spryker/publish-and-synchronize-health-check.git", + "reference": "931d93206818918771a0584dacb8355ef9017532" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/quote-approval-shipment-connector/zipball/aa7d775c8f274b0a7edbdd44f4089523ff9631b4", - "reference": "aa7d775c8f274b0a7edbdd44f4089523ff9631b4", + "url": "https://api.github.com/repos/spryker/publish-and-synchronize-health-check/zipball/931d93206818918771a0584dacb8355ef9017532", + "reference": "931d93206818918771a0584dacb8355ef9017532", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker/kernel": "^3.33.0", - "spryker/quote-approval": "^1.2.0", - "spryker/quote-approval-extension": "^1.1.0", - "spryker/quote-extension": "^1.6.0", - "spryker/shipment": "^7.0.0 || ^8.0.0" + "php": ">=8.0", + "spryker/event-behavior": "^1.20.0", + "spryker/health-check-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/propel-orm": "^1.0.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/price": "*", "spryker/propel": "*", "spryker/testify": "*" }, @@ -53113,205 +54598,200 @@ "license": [ "proprietary" ], - "description": "QuoteApprovalShipmentConnector module", + "description": "PublishAndSynchronizeHealthCheck module", "support": { - "source": "https://github.com/spryker/quote-approval-shipment-connector/tree/master" + "issues": "https://github.com/spryker/publish-and-synchronize-health-check/issues", + "source": "https://github.com/spryker/publish-and-synchronize-health-check/tree/1.1.0" }, - "time": "2019-10-29T11:00:04+00:00" + "time": "2023-01-16T13:42:24+00:00" }, { - "name": "spryker/quote-extension", - "version": "1.8.0", + "name": "spryker/publish-and-synchronize-health-check-search", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/quote-extension.git", - "reference": "eaec903bd29ae1fccac829f45137897f66aeefbc" + "url": "https://github.com/spryker/publish-and-synchronize-health-check-search.git", + "reference": "125d794d776a4f339caa215f7b65c39860db550d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/quote-extension/zipball/eaec903bd29ae1fccac829f45137897f66aeefbc", - "reference": "eaec903bd29ae1fccac829f45137897f66aeefbc", + "url": "https://api.github.com/repos/spryker/publish-and-synchronize-health-check-search/zipball/125d794d776a4f339caa215f7b65c39860db550d", + "reference": "125d794d776a4f339caa215f7b65c39860db550d", "shasum": "" }, "require": { - "php": ">=8.0" + "php": ">=8.0", + "spryker/event-behavior": "^1.20.0", + "spryker/health-check-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/publish-and-synchronize-health-check": "^1.1.0", + "spryker/publisher-extension": "^1.0.0", + "spryker/search": "^8.17.0", + "spryker/synchronization-behavior": "^1.8.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { - "spryker/code-sniffer": "*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } + "spryker/code-sniffer": "*", + "spryker/event": "*", + "spryker/propel": "*", + "spryker/publish-and-synchronize-health-check-storage": "*", + "spryker/publisher": "*", + "spryker/queue": "*", + "spryker/synchronization": "*", + "spryker/testify": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\PublishAndSynchronizeHealthCheckSearch\\Helper\\": "tests/SprykerTest/Zed/PublishAndSynchronizeHealthCheckSearch/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "QuoteExtension module", + "description": "PublishAndSynchronizeHealthCheckSearch module", "support": { - "source": "https://github.com/spryker/quote-extension/tree/1.8.0" + "source": "https://github.com/spryker/publish-and-synchronize-health-check-search/tree/1.1.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-01-16T13:42:24+00:00" }, { - "name": "spryker/quote-request", - "version": "2.4.2", + "name": "spryker/publish-and-synchronize-health-check-storage", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/quote-request.git", - "reference": "4e5a49438e4647cf4fbb0ed092a71ff71bb74ea6" + "url": "https://github.com/spryker/publish-and-synchronize-health-check-storage.git", + "reference": "841b0225f06d8fe01510a6bfad732094028937bb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/quote-request/zipball/4e5a49438e4647cf4fbb0ed092a71ff71bb74ea6", - "reference": "4e5a49438e4647cf4fbb0ed092a71ff71bb74ea6", + "url": "https://api.github.com/repos/spryker/publish-and-synchronize-health-check-storage/zipball/841b0225f06d8fe01510a6bfad732094028937bb", + "reference": "841b0225f06d8fe01510a6bfad732094028937bb", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/calculation": "^4.0.0", - "spryker/cart": "^5.9.0 || ^7.0.0", - "spryker/cart-extension": "^2.4.0 || ^4.0.0", - "spryker/checkout-extension": "^1.2.0", - "spryker/company": "^1.0.0", - "spryker/company-user": "^1.4.0 || ^2.0.0", - "spryker/company-user-extension": "^1.1.0", - "spryker/customer": "^7.0.0", + "spryker/event-behavior": "^1.20.0", + "spryker/health-check-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/persistent-cart": "^1.8.0 || ^3.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/quote": "^2.0.0", - "spryker/quote-approval-extension": "^1.0.0", - "spryker/quote-extension": "^1.3.0", - "spryker/quote-request-extension": "^1.1.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0", - "spryker/util-encoding": "^2.0.0", - "spryker/uuid-behavior": "^1.0.0", - "spryker/zed-request": "^3.4.0" + "spryker/publish-and-synchronize-health-check": "^1.1.0", + "spryker/publisher-extension": "^1.0.0", + "spryker/storage": "^3.16.0", + "spryker/synchronization-behavior": "^1.8.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { - "spryker/checkout": "*", "spryker/code-sniffer": "*", - "spryker/company-business-unit": "*", - "spryker/container": "*", + "spryker/event": "*", "spryker/propel": "*", - "spryker/shipment": "*", - "spryker/store": "*", - "spryker/testify": "*", - "spryker/util-text": "*" - }, - "suggest": { - "spryker/checkout": "If you want to use Checkout plugins.", - "spryker/multi-cart": "If you want to use multicart functionality, min version 1.5.0", - "spryker/quote-approval": "If you want to use quote approval functionality, min version 1.0.0", - "spryker/shipment-cart-connector": "If you use source price functionality or SanitizeCartShipmentItemExpanderPlugin: ^2.1.0" + "spryker/publish-and-synchronize-health-check-search": "*", + "spryker/publisher": "*", + "spryker/queue": "*", + "spryker/synchronization": "*", + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\QuoteRequest\\Helper\\": "tests/SprykerTest/Shared/QuoteRequest/_support/Helper/" + "SprykerTest\\Zed\\PublishAndSynchronizeHealthCheckStorage\\Helper\\": "tests/SprykerTest/Zed/PublishAndSynchronizeHealthCheckStorage/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "QuoteRequest module", + "description": "PublishAndSynchronizeHealthCheckStorage module", "support": { - "source": "https://github.com/spryker/quote-request/tree/2.4.2" + "source": "https://github.com/spryker/publish-and-synchronize-health-check-storage/tree/1.1.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-01-16T13:42:24+00:00" }, { - "name": "spryker/quote-request-agent", - "version": "2.2.0", + "name": "spryker/publisher", + "version": "1.2.1", "source": { "type": "git", - "url": "https://github.com/spryker/quote-request-agent.git", - "reference": "b68bd9ff80c64c855f9ee976cd882da5409654ba" + "url": "https://github.com/spryker/publisher.git", + "reference": "5cd30a8ade2d531267cd7a3580a829e31e9b67a3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/quote-request-agent/zipball/b68bd9ff80c64c855f9ee976cd882da5409654ba", - "reference": "b68bd9ff80c64c855f9ee976cd882da5409654ba", + "url": "https://api.github.com/repos/spryker/publisher/zipball/5cd30a8ade2d531267cd7a3580a829e31e9b67a3", + "reference": "5cd30a8ade2d531267cd7a3580a829e31e9b67a3", "shasum": "" }, "require": { - "php": ">=7.3", + "php": ">=8.0", + "spryker/event": "^2.0.0", + "spryker/event-behavior": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/quote": "^2.0.0", - "spryker/quote-request": "^2.0.0", - "spryker/zed-request": "^3.4.0" + "spryker/publisher-extension": "^1.0.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\Publisher\\Helper\\": "tests/SprykerTest/Zed/Publisher/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "QuoteRequestAgent module", + "description": "Publisher module", "support": { - "source": "https://github.com/spryker/quote-request-agent/tree/2.2.0" + "source": "https://github.com/spryker/publisher/tree/1.2.1" }, - "time": "2021-07-06T13:27:56+00:00" + "time": "2022-11-11T07:06:41+00:00" }, { - "name": "spryker/quote-request-agents-rest-api", - "version": "0.3.0", + "name": "spryker/publisher-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/quote-request-agents-rest-api.git", - "reference": "f9c0fab2b705ff840d87aafcaad662f2b3323c9d" + "url": "https://github.com/spryker/publisher-extension.git", + "reference": "fc85a9c7e2ca66f1664c84aab6b53114ac670884" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/quote-request-agents-rest-api/zipball/f9c0fab2b705ff840d87aafcaad662f2b3323c9d", - "reference": "f9c0fab2b705ff840d87aafcaad662f2b3323c9d", + "url": "https://api.github.com/repos/spryker/publisher-extension/zipball/fc85a9c7e2ca66f1664c84aab6b53114ac670884", + "reference": "fc85a9c7e2ca66f1664c84aab6b53114ac670884", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/carts-rest-api": "^5.0.0", - "spryker/company-user-storage": "^1.0.0", - "spryker/glue-application": "^1.18.0", - "spryker/glue-application-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/quote-request-agent": "^2.2.0", - "spryker/quote-requests-rest-api": "^0.1.4", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0", - "spryker/zed-request": "^3.0.0" + "php": ">=7.2" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/event": "*", + "spryker/event-behavior": "*" + }, + "suggest": { + "spryker/event": "*", + "spryker/event-behavior": "*" }, "type": "library", "extra": { @@ -53328,41 +54808,40 @@ "license": [ "proprietary" ], - "description": "QuoteRequestAgentsRestApi module", + "description": "PublisherExtension module", "support": { - "source": "https://github.com/spryker/quote-request-agents-rest-api/tree/0.3.0" + "source": "https://github.com/spryker/publisher-extension/tree/master" }, - "time": "2022-01-21T12:16:33+00:00" + "time": "2020-03-02T17:51:50+00:00" }, { - "name": "spryker/quote-request-data-import", - "version": "0.2.1", + "name": "spryker/push-notification", + "version": "0.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/quote-request-data-import.git", - "reference": "a928411e34b5f9724b2777c5f54bf5f2f0b37bac" + "url": "https://github.com/spryker/push-notification.git", + "reference": "1c9b3aa436680dcd20871884c9f91130000ce802" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/quote-request-data-import/zipball/a928411e34b5f9724b2777c5f54bf5f2f0b37bac", - "reference": "a928411e34b5f9724b2777c5f54bf5f2f0b37bac", + "url": "https://api.github.com/repos/spryker/push-notification/zipball/1c9b3aa436680dcd20871884c9f91130000ce802", + "reference": "1c9b3aa436680dcd20871884c9f91130000ce802", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/company-user": "^2.0.0", - "spryker/data-import": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/quote-request": "^2.0.0" + "spryker/propel-orm": "^1.6.0", + "spryker/push-notification-extension": "^0.2.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.27.0", + "spryker/util-encoding": "^2.0.0", + "spryker/util-text": "^1.2.0", + "spryker/uuid-behavior": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/company": "*", - "spryker/company-business-unit": "*", - "spryker/container": "*", - "spryker/customer": "*", "spryker/propel": "*", - "spryker/store": "*", "spryker/testify": "*" }, "type": "library", @@ -53373,36 +54852,36 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\QuoteRequestDataImport\\Helper\\": "tests/SprykerTest/Zed/QuoteRequestDataImport/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "QuoteRequestDataImport module", + "description": "PushNotification module", "support": { - "source": "https://github.com/spryker/quote-request-data-import/tree/0.2.1" + "source": "https://github.com/spryker/push-notification/tree/0.3.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-07-18T11:53:16+00:00" }, { - "name": "spryker/quote-request-extension", - "version": "1.2.0", + "name": "spryker/push-notification-extension", + "version": "0.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/quote-request-extension.git", - "reference": "0b234bf99f54ca9d2fb289bcf2a1ae67c9786608" + "url": "https://github.com/spryker/push-notification-extension.git", + "reference": "f2d01079bbdf489757f7a14a2d56dc57a68ad09d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/quote-request-extension/zipball/0b234bf99f54ca9d2fb289bcf2a1ae67c9786608", - "reference": "0b234bf99f54ca9d2fb289bcf2a1ae67c9786608", + "url": "https://api.github.com/repos/spryker/push-notification-extension/zipball/f2d01079bbdf489757f7a14a2d56dc57a68ad09d", + "reference": "f2d01079bbdf489757f7a14a2d56dc57a68ad09d", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -53422,50 +54901,46 @@ "license": [ "proprietary" ], - "description": "QuoteRequestExtension module", + "description": "PushNotificationExtension module", "support": { - "source": "https://github.com/spryker/quote-request-extension/tree/1.2.0" + "source": "https://github.com/spryker/push-notification-extension/tree/0.2.0" }, - "time": "2021-07-06T13:27:56+00:00" + "time": "2023-07-18T11:53:16+00:00" }, { - "name": "spryker/quote-requests-rest-api", - "version": "0.1.6", + "name": "spryker/push-notification-web-push-php", + "version": "0.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/quote-requests-rest-api.git", - "reference": "4362324bd5f6537f45a79d1d658ca701c63b9366" + "url": "https://github.com/spryker/push-notification-web-push-php.git", + "reference": "0a25a2a137d866fa9fdd41dea5edf8daa600b7f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/quote-requests-rest-api/zipball/4362324bd5f6537f45a79d1d658ca701c63b9366", - "reference": "4362324bd5f6537f45a79d1d658ca701c63b9366", + "url": "https://api.github.com/repos/spryker/push-notification-web-push-php/zipball/0a25a2a137d866fa9fdd41dea5edf8daa600b7f4", + "reference": "0a25a2a137d866fa9fdd41dea5edf8daa600b7f4", "shasum": "" }, "require": { + "minishlink/web-push": "~v8.0.0", "php": ">=8.0", - "spryker/carts-rest-api": "^5.7.0", - "spryker/glue-application": "^1.18.0", - "spryker/glue-application-extension": "^1.0.0", + "psr/http-message": "^1.0.1", + "spryker/installer-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/quote-request": "^2.4.0", - "spryker/quote-requests-rest-api-extension": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0", - "spryker/zed-request": "^3.0.0" + "spryker/push-notification": "^0.3.0", + "spryker/push-notification-extension": "^0.2.0", + "spryker/transfer": "^3.27.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/company": "*", - "spryker/company-business-unit": "*", - "spryker/company-user": "*", - "spryker/container": "*", - "spryker/customer": "*", + "spryker/guzzle": "*", "spryker/propel": "*", - "spryker/quote": "*", - "spryker/store": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/installer": "If you want to use Installer plugins." + }, "type": "library", "extra": { "branch-alias": { @@ -53481,33 +54956,43 @@ "license": [ "proprietary" ], - "description": "QuoteRequestsRestApi module", + "description": "PushNotificationWebPushPhp module", "support": { - "source": "https://github.com/spryker/quote-requests-rest-api/tree/0.1.6" + "source": "https://github.com/spryker/push-notification-web-push-php/tree/0.3.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-07-18T11:53:16+00:00" }, { - "name": "spryker/quote-requests-rest-api-extension", - "version": "1.0.0", + "name": "spryker/push-notifications-backend-api", + "version": "0.4.0", "source": { "type": "git", - "url": "https://github.com/spryker/quote-requests-rest-api-extension.git", - "reference": "277b9998e1634e13c5490eacaa1cc5bf646ca08a" + "url": "https://github.com/spryker/push-notifications-backend-api.git", + "reference": "49cc7785472bc05112d9e1b6ae2a5230cc345ca8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/quote-requests-rest-api-extension/zipball/277b9998e1634e13c5490eacaa1cc5bf646ca08a", - "reference": "277b9998e1634e13c5490eacaa1cc5bf646ca08a", + "url": "https://api.github.com/repos/spryker/push-notifications-backend-api/zipball/49cc7785472bc05112d9e1b6ae2a5230cc345ca8", + "reference": "49cc7785472bc05112d9e1b6ae2a5230cc345ca8", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.0", + "spryker/glossary-storage": "^1.8.0", + "spryker/glue-json-api-convention-extension": "^1.0.0", + "spryker/kernel": "^3.66.0", + "spryker/push-notification": "^0.3.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.31.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/glue-application": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/glue-application": "If you want to use plugins with glue application." + }, "type": "library", "extra": { "branch-alias": { @@ -53523,151 +55008,140 @@ "license": [ "proprietary" ], - "description": "QuoteRequestsRestApiExtension module", + "description": "PushNotificationsBackendApi module", "support": { - "source": "https://github.com/spryker/quote-requests-rest-api-extension/tree/1.0.0" + "source": "https://github.com/spryker/push-notifications-backend-api/tree/0.4.0" }, - "time": "2021-07-06T13:27:56+00:00" + "time": "2023-07-18T11:53:16+00:00" }, { - "name": "spryker/rabbit-mq", - "version": "2.16.0", + "name": "spryker/queue", + "version": "1.9.3", "source": { "type": "git", - "url": "https://github.com/spryker/rabbit-mq.git", - "reference": "8f458d4d640a85893ae2a1ec6cb75015e7bbc496" + "url": "https://github.com/spryker/queue.git", + "reference": "ae7fe9452f5c2d65e7e3652f2469eed1c0e4865e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/rabbit-mq/zipball/8f458d4d640a85893ae2a1ec6cb75015e7bbc496", - "reference": "8f458d4d640a85893ae2a1ec6cb75015e7bbc496", + "url": "https://api.github.com/repos/spryker/queue/zipball/ae7fe9452f5c2d65e7e3652f2469eed1c0e4865e", + "reference": "ae7fe9452f5c2d65e7e3652f2469eed1c0e4865e", "shasum": "" }, "require": { "php": ">=8.0", - "php-amqplib/php-amqplib": "^3.1.0", - "spryker/guzzle": "^2.1.0", - "spryker/kernel": "^3.56.0", - "spryker/log": "^3.7.0", - "spryker/queue": "^1.5.0", - "spryker/store": "^1.10.0", - "spryker/symfony": "^3.5.0", - "spryker/transfer": "^3.33.1" + "spryker/gui": "^3.0.0", + "spryker/kernel": "^3.30.0", + "spryker/propel-orm": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.0.0", + "spryker/util-encoding": "^2.1.0" }, "require-dev": { - "codeception/module-asserts": "*", - "codeception/stub": "^4.1", - "mikey179/vfsstream": "^1.6.11", - "spryker/code-sniffer": "^0.17.1", - "spryker/testify": "^3.47.0" + "spryker/application": "*", + "spryker/code-sniffer": "*", + "spryker/event": "*", + "spryker/propel": "*", + "spryker/ramsey-uuid": "*", + "spryker/synchronization": "*", + "spryker/testify": "*" + }, + "suggest": { + "ext-pcntl": "If you want gracefully shutdown worker when signal is received." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Spryker\\": "src/Spryker/", - "SprykerTest\\Client\\RabbitMq\\Helper\\": "tests/SprykerTest/Client/RabbitMq/_support/Helper/" + "SprykerTest\\Client\\Queue\\Helper\\": "tests/SprykerTest/Client/Queue/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", - "include-path": [ - "src/" - ], "license": [ - "MIT" - ], - "authors": [ - { - "name": "Spryker", - "homepage": "https://spryker.com" - } - ], - "description": "RabbitMq module", - "homepage": "https://spryker.com", - "keywords": [ - "framework", - "queue", - "rabbit-mq", - "standards" + "proprietary" ], + "description": "Queue module", "support": { - "source": "https://github.com/spryker/rabbit-mq" + "source": "https://github.com/spryker/queue/tree/1.9.3" }, - "time": "2023-03-31T19:36:08+00:00" + "time": "2022-11-11T07:06:41+00:00" }, { - "name": "spryker/ramsey-uuid", - "version": "2.0.0", + "name": "spryker/quick-order", + "version": "3.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/ramsey-uuid.git", - "reference": "10026acec8c3a13411bbc2a77efe6f9946a3d497" + "url": "https://github.com/spryker/quick-order.git", + "reference": "e3905ed7476531dba75aa9fd054ad11db492393a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/ramsey-uuid/zipball/10026acec8c3a13411bbc2a77efe6f9946a3d497", - "reference": "10026acec8c3a13411bbc2a77efe6f9946a3d497", + "url": "https://api.github.com/repos/spryker/quick-order/zipball/e3905ed7476531dba75aa9fd054ad11db492393a", + "reference": "e3905ed7476531dba75aa9fd054ad11db492393a", "shasum": "" }, "require": { - "php": ">=7.2", - "ramsey/uuid": "^4.0.1" + "php": ">=8.0", + "spryker/kernel": "^3.30.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/product-storage": "^1.6.0", + "spryker/quick-order-extension": "^1.1.0", + "spryker/synchronization-behavior": "^1.0.0" + }, + "require-dev": { + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "3.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "RamseyUuid module", + "description": "QuickOrder module", "support": { - "source": "https://github.com/spryker/ramsey-uuid/tree/master" + "source": "https://github.com/spryker/quick-order/tree/3.1.0" }, - "time": "2020-05-25T14:48:08+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/redis", - "version": "2.6.1", + "name": "spryker/quick-order-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/redis.git", - "reference": "8c560832ee4b87714c8e420e3ce23f489a762ab1" + "url": "https://github.com/spryker/quick-order-extension.git", + "reference": "35561349b25bf3e838658d64dd977a043d282b87" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/redis/zipball/8c560832ee4b87714c8e420e3ce23f489a762ab1", - "reference": "8c560832ee4b87714c8e420e3ce23f489a762ab1", + "url": "https://api.github.com/repos/spryker/quick-order-extension/zipball/35561349b25bf3e838658d64dd977a043d282b87", + "reference": "35561349b25bf3e838658d64dd977a043d282b87", "shasum": "" }, "require": { - "php": ">=7.3", - "predis/predis": "^1.1.1", - "spryker/kernel": "^3.30.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.8.0", - "spryker/util-encoding": "^2.0.0", - "spryker/web-profiler-extension": "^1.0.0" + "php": ">=7.1" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/container": "If you want to use Web Profiler plugins." - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -53679,141 +55153,117 @@ "license": [ "proprietary" ], - "description": "Redis module", + "description": "QuickOrderExtension module", "support": { - "source": "https://github.com/spryker/redis/tree/2.6.1" + "source": "https://github.com/spryker/quick-order-extension/tree/master" }, - "time": "2021-01-28T14:19:38+00:00" + "time": "2019-02-11T16:04:12+00:00" }, { - "name": "spryker/refund", - "version": "5.7.2", + "name": "spryker/quote", + "version": "2.18.0", "source": { "type": "git", - "url": "https://github.com/spryker/refund.git", - "reference": "108fcc579a30134a38f53ae19cbe1cea6ec3f87b" + "url": "https://github.com/spryker/quote.git", + "reference": "e577815ae7bbe6e43f81fd657b3af92a19d88e2e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/refund/zipball/108fcc579a30134a38f53ae19cbe1cea6ec3f87b", - "reference": "108fcc579a30134a38f53ae19cbe1cea6ec3f87b", + "url": "https://api.github.com/repos/spryker/quote/zipball/e577815ae7bbe6e43f81fd657b3af92a19d88e2e", + "reference": "e577815ae7bbe6e43f81fd657b3af92a19d88e2e", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/calculation": "^4.0.0", - "spryker/gui": "^3.0.0", + "spryker/agent-extension": "^1.0.0", + "spryker/comment-extension": "^1.0.0", + "spryker/currency": "^3.4.0 || ^4.0.0", + "spryker/customer": "^6.0.0 || ^7.0.0", "spryker/kernel": "^3.30.0", - "spryker/money": "^2.0.0", - "spryker/refund-extension": "^1.0.0", - "spryker/sales": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^10.0.0 || ^11.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/quote-extension": "^1.8.0", + "spryker/session": "^3.3.0 || ^4.14.0", + "spryker/store": "^1.19.0", "spryker/symfony": "^3.0.0", "spryker/transfer": "^3.25.0", - "spryker/util-date-time": "^1.0.0" + "spryker/util-encoding": "^2.0.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { - "spryker/application": "*", "spryker/code-sniffer": "*", - "spryker/config": "*", "spryker/container": "*", - "spryker/oms": "*", - "spryker/propel": "^3.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/shipment": "*", - "spryker/store": "*", - "spryker/testify": "*", - "spryker/zed-navigation": "*" + "spryker/propel": "*", + "spryker/storage": "*", + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\Quote\\Helper\\": "tests/SprykerTest/Shared/Quote/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Refund module", + "description": "Quote module", "support": { - "source": "https://github.com/spryker/refund/tree/5.7.2" + "source": "https://github.com/spryker/quote/tree/2.18.0" }, - "time": "2023-06-06T15:14:45+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/refund-extension", - "version": "1.0.0", + "name": "spryker/quote-approval", + "version": "1.6.2", "source": { "type": "git", - "url": "https://github.com/spryker/refund-extension.git", - "reference": "8b3d70bd784a90725cef757c47441d036932548a" + "url": "https://github.com/spryker/quote-approval.git", + "reference": "b40eafff14219fd91fccf623b48c4cd9d8937f46" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/refund-extension/zipball/8b3d70bd784a90725cef757c47441d036932548a", - "reference": "8b3d70bd784a90725cef757c47441d036932548a", + "url": "https://api.github.com/repos/spryker/quote-approval/zipball/b40eafff14219fd91fccf623b48c4cd9d8937f46", + "reference": "b40eafff14219fd91fccf623b48c4cd9d8937f46", "shasum": "" }, "require": { - "php": ">=7.4" - }, - "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": "RefundExtension module", - "support": { - "source": "https://github.com/spryker/refund-extension/tree/1.0.0" - }, - "time": "2022-07-05T11:45:02+00:00" - }, - { - "name": "spryker/related-products-rest-api", - "version": "1.3.2", - "source": { - "type": "git", - "url": "https://github.com/spryker/related-products-rest-api.git", - "reference": "1021e55c523c077a74fb6fc670269c0df50f654b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/related-products-rest-api/zipball/1021e55c523c077a74fb6fc670269c0df50f654b", - "reference": "1021e55c523c077a74fb6fc670269c0df50f654b", - "shasum": "" - }, - "require": { - "php": ">=7.2", - "spryker/glue-application": "^1.9.0", - "spryker/glue-application-extension": "^1.0.0", + "php": ">=8.0", + "spryker/cart-extension": "^2.4.0 || ^4.0.0", + "spryker/checkout-extension": "^1.1.0", + "spryker/company-role": "^1.7.0", + "spryker/company-user": "^2.0.0", + "spryker/customer": "^7.11.0", "spryker/kernel": "^3.30.0", - "spryker/product-relation-storage": "^1.6.0 || ^2.0.0", - "spryker/product-storage": "^1.2.0", - "spryker/products-rest-api": "^2.3.0", - "spryker/store": "^1.4.0", - "spryker/symfony": "^3.0.0" + "spryker/permission-extension": "^1.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/quote": "^2.12.0", + "spryker/quote-approval-extension": "^1.1.0", + "spryker/quote-extension": "^1.7.0", + "spryker/quote-request-extension": "^1.2.0", + "spryker/shared-cart": "^1.7.0", + "spryker/transfer": "^3.25.0", + "spryker/uuid-behavior": "^1.0.0", + "spryker/zed-request": "^3.4.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/company": "*", + "spryker/container": "*", + "spryker/permission": "*", + "spryker/product": "*", + "spryker/propel": "*", + "spryker/store": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/checkout": "If you want to use QuoteApprovalCheckoutPreCheckPlugin.", + "spryker/quote-request": "If you want to use request for quote functionality, min version 1.0.0" }, "type": "library", "extra": { @@ -53830,38 +55280,31 @@ "license": [ "proprietary" ], - "description": "RelatedProductsRestApi module", + "description": "QuoteApproval module", "support": { - "source": "https://github.com/spryker/related-products-rest-api/tree/master" + "source": "https://github.com/spryker/quote-approval/tree/1.6.2" }, - "time": "2020-05-29T13:08:37+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/resource-share", - "version": "1.0.3", + "name": "spryker/quote-approval-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/resource-share.git", - "reference": "1bbc40a4f7d8250e544db5a89094b25295b06b10" + "url": "https://github.com/spryker/quote-approval-extension.git", + "reference": "1dd0aecedf069b232389bf0cc70137e1edb5763c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/resource-share/zipball/1bbc40a4f7d8250e544db5a89094b25295b06b10", - "reference": "1bbc40a4f7d8250e544db5a89094b25295b06b10", + "url": "https://api.github.com/repos/spryker/quote-approval-extension/zipball/1dd0aecedf069b232389bf0cc70137e1edb5763c", + "reference": "1dd0aecedf069b232389bf0cc70137e1edb5763c", "shasum": "" }, "require": { - "everon/factory": "^1.0.0", - "php": ">=7.2", - "spryker/kernel": "^3.32.0", - "spryker/resource-share-extension": "^1.0.0", - "spryker/util-encoding": "^2.0.0", - "spryker/uuid-behavior": "^1.1.0", - "spryker/zed-request": "^3.0.0" + "php": ">=7.1" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", @@ -53872,39 +55315,45 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\ResourceShare\\Helper\\": "tests/SprykerTest/Zed/ResourceShare/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ResourceShare module", + "description": "QuoteApprovalExtension module", "support": { - "source": "https://github.com/spryker/resource-share/tree/1.0.3" + "source": "https://github.com/spryker/quote-approval-extension/tree/master" }, - "time": "2020-10-09T11:31:08+00:00" + "time": "2019-10-02T15:10:35+00:00" }, { - "name": "spryker/resource-share-extension", - "version": "1.0.0", + "name": "spryker/quote-approval-shipment-connector", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/resource-share-extension.git", - "reference": "387b7320302446dc9e298edef92fa95a3bc9832c" + "url": "https://github.com/spryker/quote-approval-shipment-connector.git", + "reference": "aa7d775c8f274b0a7edbdd44f4089523ff9631b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/resource-share-extension/zipball/387b7320302446dc9e298edef92fa95a3bc9832c", - "reference": "387b7320302446dc9e298edef92fa95a3bc9832c", + "url": "https://api.github.com/repos/spryker/quote-approval-shipment-connector/zipball/aa7d775c8f274b0a7edbdd44f4089523ff9631b4", + "reference": "aa7d775c8f274b0a7edbdd44f4089523ff9631b4", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.1", + "spryker/kernel": "^3.33.0", + "spryker/quote-approval": "^1.2.0", + "spryker/quote-approval-extension": "^1.1.0", + "spryker/quote-extension": "^1.6.0", + "spryker/shipment": "^7.0.0 || ^8.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/price": "*", + "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", @@ -53922,40 +55371,31 @@ "license": [ "proprietary" ], - "description": "ResourceShareExtension module", + "description": "QuoteApprovalShipmentConnector module", "support": { - "source": "https://github.com/spryker/resource-share-extension/tree/master" + "source": "https://github.com/spryker/quote-approval-shipment-connector/tree/master" }, - "time": "2019-06-11T09:29:48+00:00" + "time": "2019-10-29T11:00:04+00:00" }, { - "name": "spryker/rest-request-validator", - "version": "1.5.0", + "name": "spryker/quote-extension", + "version": "1.8.0", "source": { "type": "git", - "url": "https://github.com/spryker/rest-request-validator.git", - "reference": "566f50ce0c7eaa5784836879766d4eb722182d4c" + "url": "https://github.com/spryker/quote-extension.git", + "reference": "eaec903bd29ae1fccac829f45137897f66aeefbc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/rest-request-validator/zipball/566f50ce0c7eaa5784836879766d4eb722182d4c", - "reference": "566f50ce0c7eaa5784836879766d4eb722182d4c", + "url": "https://api.github.com/repos/spryker/quote-extension/zipball/eaec903bd29ae1fccac829f45137897f66aeefbc", + "reference": "eaec903bd29ae1fccac829f45137897f66aeefbc", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/config": "^3.0.0", - "spryker/glue-application": "^1.6.0", - "spryker/glue-application-extension": "^1.1.0", - "spryker/kernel": "^3.64.0", - "spryker/store": "^1.19.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0" + "php": ">=8.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -53972,102 +55412,118 @@ "license": [ "proprietary" ], - "description": "RestRequestValidator module", + "description": "QuoteExtension module", "support": { - "source": "https://github.com/spryker/rest-request-validator/tree/1.5.0" + "source": "https://github.com/spryker/quote-extension/tree/1.8.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/router", - "version": "1.15.1", + "name": "spryker/quote-request", + "version": "2.4.2", "source": { "type": "git", - "url": "https://github.com/spryker/router.git", - "reference": "0021d531a083230819cd72d0f693727b6f0630f5" + "url": "https://github.com/spryker/quote-request.git", + "reference": "4e5a49438e4647cf4fbb0ed092a71ff71bb74ea6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/router/zipball/0021d531a083230819cd72d0f693727b6f0630f5", - "reference": "0021d531a083230819cd72d0f693727b6f0630f5", + "url": "https://api.github.com/repos/spryker/quote-request/zipball/4e5a49438e4647cf4fbb0ed092a71ff71bb74ea6", + "reference": "4e5a49438e4647cf4fbb0ed092a71ff71bb74ea6", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/application-extension": "^1.0.0", - "spryker/container": "^1.1.0", - "spryker/event-dispatcher-extension": "^1.0.0", - "spryker/kernel": "^3.48.0", - "spryker/laminas": "^1.0.0", - "spryker/log": "^3.0.0", - "spryker/router-extension": "^1.0.0", - "spryker/symfony": "^3.5.0" + "spryker/calculation": "^4.0.0", + "spryker/cart": "^5.9.0 || ^7.0.0", + "spryker/cart-extension": "^2.4.0 || ^4.0.0", + "spryker/checkout-extension": "^1.2.0", + "spryker/company": "^1.0.0", + "spryker/company-user": "^1.4.0 || ^2.0.0", + "spryker/company-user-extension": "^1.1.0", + "spryker/customer": "^7.0.0", + "spryker/kernel": "^3.30.0", + "spryker/persistent-cart": "^1.8.0 || ^3.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/quote": "^2.0.0", + "spryker/quote-approval-extension": "^1.0.0", + "spryker/quote-extension": "^1.3.0", + "spryker/quote-request-extension": "^1.1.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.25.0", + "spryker/util-encoding": "^2.0.0", + "spryker/uuid-behavior": "^1.0.0", + "spryker/zed-request": "^3.4.0" }, "require-dev": { - "spryker/application": "*", + "spryker/checkout": "*", "spryker/code-sniffer": "*", - "spryker/event-dispatcher": "*", + "spryker/company-business-unit": "*", + "spryker/container": "*", + "spryker/propel": "*", + "spryker/shipment": "*", + "spryker/store": "*", "spryker/testify": "*", "spryker/util-text": "*" }, "suggest": { - "spryker/event-dispatcher": "If you want to use the RouterLocaleEventDispatcher plugin.", - "spryker/util-text": "If you want to use the RouterEnhancer plugins." + "spryker/checkout": "If you want to use Checkout plugins.", + "spryker/multi-cart": "If you want to use multicart functionality, min version 1.5.0", + "spryker/quote-approval": "If you want to use quote approval functionality, min version 1.0.0", + "spryker/shipment-cart-connector": "If you use source price functionality or SanitizeCartShipmentItemExpanderPlugin: ^2.1.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\Router\\Helper\\": "tests/SprykerTest/Zed/Router/_support/Helper/", - "SprykerTest\\Yves\\Router\\Helper\\": "tests/SprykerTest/Yves/Router/_support/Helper/" + "SprykerTest\\Shared\\QuoteRequest\\Helper\\": "tests/SprykerTest/Shared/QuoteRequest/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Router module", + "description": "QuoteRequest module", "support": { - "source": "https://github.com/spryker/router/tree/1.15.1" + "source": "https://github.com/spryker/quote-request/tree/2.4.2" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/router-extension", - "version": "1.1.0", + "name": "spryker/quote-request-agent", + "version": "2.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/router-extension.git", - "reference": "d4808fff8b790de4f4e7e33381bc7092ab9a1925" + "url": "https://github.com/spryker/quote-request-agent.git", + "reference": "b68bd9ff80c64c855f9ee976cd882da5409654ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/router-extension/zipball/d4808fff8b790de4f4e7e33381bc7092ab9a1925", - "reference": "d4808fff8b790de4f4e7e33381bc7092ab9a1925", + "url": "https://api.github.com/repos/spryker/quote-request-agent/zipball/b68bd9ff80c64c855f9ee976cd882da5409654ba", + "reference": "b68bd9ff80c64c855f9ee976cd882da5409654ba", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=7.3", + "spryker/kernel": "^3.30.0", + "spryker/quote": "^2.0.0", + "spryker/quote-request": "^2.0.0", + "spryker/zed-request": "^3.4.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/router": "*", - "spryker/symfony": "*", + "spryker/propel": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/router": "You need to install this module when you want to use the RouterExtension interfaces.", - "spryker/symfony": "You need to install this module when you want to use the Router plugin." - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -54079,123 +55535,41 @@ "license": [ "proprietary" ], - "description": "RouterExtension module", + "description": "QuoteRequestAgent module", "support": { - "source": "https://github.com/spryker/router-extension/tree/1.1.0" + "source": "https://github.com/spryker/quote-request-agent/tree/2.2.0" }, - "time": "2019-12-02T06:18:26+00:00" + "time": "2021-07-06T13:27:56+00:00" }, { - "name": "spryker/sales", - "version": "11.40.5", + "name": "spryker/quote-request-agents-rest-api", + "version": "0.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/sales.git", - "reference": "50e134623b85dfe29e5292aa6eb5a42ee259deb9" + "url": "https://github.com/spryker/quote-request-agents-rest-api.git", + "reference": "f9c0fab2b705ff840d87aafcaad662f2b3323c9d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales/zipball/50e134623b85dfe29e5292aa6eb5a42ee259deb9", - "reference": "50e134623b85dfe29e5292aa6eb5a42ee259deb9", + "url": "https://api.github.com/repos/spryker/quote-request-agents-rest-api/zipball/f9c0fab2b705ff840d87aafcaad662f2b3323c9d", + "reference": "f9c0fab2b705ff840d87aafcaad662f2b3323c9d", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/calculation": "^4.0.0", - "spryker/checkout-extension": "^1.2.0", - "spryker/country": "^3.1.0 || ^4.0.0", - "spryker/customer": "^6.5.0 || ^7.0.0", - "spryker/gui": "^3.39.0", - "spryker/kernel": "^3.33.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/money": "^2.0.0", - "spryker/oms": "^10.3.0 || ^11.0.0", - "spryker/propel": "^3.0.0", - "spryker/propel-orm": "^1.16.0", - "spryker/sales-extension": "^1.9.0", - "spryker/sales-split": "^3.0.0 || ^5.0.0", - "spryker/sequence-number": "^3.0.0", - "spryker/store": "^1.0.0", + "php": ">=7.4", + "spryker/carts-rest-api": "^5.0.0", + "spryker/company-user-storage": "^1.0.0", + "spryker/glue-application": "^1.18.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/quote-request-agent": "^2.2.0", + "spryker/quote-requests-rest-api": "^0.1.4", "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.27.0", - "spryker/twig": "^3.16.0", - "spryker/user": "^3.0.0", - "spryker/util-date-time": "^1.0.0", - "spryker/util-sanitize": "^2.0.0", - "spryker/util-text": "^1.1.0", + "spryker/transfer": "^3.25.0", "spryker/zed-request": "^3.0.0" }, "require-dev": { - "spryker/application": "*", - "spryker/checkout": "*", - "spryker/code-sniffer": "*", - "spryker/config": "*", - "spryker/container": "*", - "spryker/price": "*", - "spryker/product": "*", - "spryker/shipment": "*", - "spryker/stock": "*", - "spryker/testify": "*", - "spryker/zed-navigation": "*" - }, - "suggest": { - "spryker/checkout": "If you want to use Checkout plugins. ^4.0.0", - "spryker/sales-product-configuration-gui": "Add the module if you want to display order item configuration." - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "11.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\Sales\\Helper\\": "tests/SprykerTest/Zed/Sales/_support/Helper/", - "SprykerTest\\Shared\\Sales\\Helper\\": "tests/SprykerTest/Shared/Sales/_support/Helper/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "proprietary" - ], - "description": "Sales module", - "support": { - "source": "https://github.com/spryker/sales/tree/11.40.5" - }, - "time": "2023-07-07T11:59:09+00:00" - }, - { - "name": "spryker/sales-configurable-bundle", - "version": "1.5.2", - "source": { - "type": "git", - "url": "https://github.com/spryker/sales-configurable-bundle.git", - "reference": "37d207593b62a356b45965f6e1d607bae3dbdaa4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/sales-configurable-bundle/zipball/37d207593b62a356b45965f6e1d607bae3dbdaa4", - "reference": "37d207593b62a356b45965f6e1d607bae3dbdaa4", - "shasum": "" - }, - "require": { - "php": ">=8.0", - "spryker/configurable-bundle": "^1.0.0 || ^2.0.0", - "spryker/glossary": "^3.0.0", - "spryker/kernel": "^3.33.0", - "spryker/propel-orm": "^1.0.0", - "spryker/sales": "^10.3.2 || ^11.2.1", - "spryker/sales-extension": "^1.9.0" - }, - "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/oms": "*", - "spryker/propel": "*", - "spryker/store": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -54212,44 +55586,39 @@ "license": [ "proprietary" ], - "description": "SalesConfigurableBundle module", + "description": "QuoteRequestAgentsRestApi module", "support": { - "source": "https://github.com/spryker/sales-configurable-bundle/tree/1.5.2" + "source": "https://github.com/spryker/quote-request-agents-rest-api/tree/0.3.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2022-01-21T12:16:33+00:00" }, { - "name": "spryker/sales-data-export", + "name": "spryker/quote-request-data-import", "version": "0.2.1", "source": { "type": "git", - "url": "https://github.com/spryker/sales-data-export.git", - "reference": "ad0a1b876c03caa6f04a5e0fdf62e95ce5efb915" + "url": "https://github.com/spryker/quote-request-data-import.git", + "reference": "a928411e34b5f9724b2777c5f54bf5f2f0b37bac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales-data-export/zipball/ad0a1b876c03caa6f04a5e0fdf62e95ce5efb915", - "reference": "ad0a1b876c03caa6f04a5e0fdf62e95ce5efb915", + "url": "https://api.github.com/repos/spryker/quote-request-data-import/zipball/a928411e34b5f9724b2777c5f54bf5f2f0b37bac", + "reference": "a928411e34b5f9724b2777c5f54bf5f2f0b37bac", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/country": "^3.0.0 || ^4.0.0", - "spryker/data-export": "^0.1.0", - "spryker/data-export-extension": "^0.1.0", + "spryker/company-user": "^2.0.0", + "spryker/data-import": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/oms": "^11.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/sales": "^11.0.0", - "spryker/sales-oms": "^0.1.0", - "spryker/shipment": "^7.0.0 || ^8.0.0", - "spryker/transfer": "^3.8.0", - "spryker/util-encoding": "^1.0.0 || ^2.0.0" + "spryker/quote-request": "^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/company": "*", + "spryker/company-business-unit": "*", "spryker/container": "*", + "spryker/customer": "*", "spryker/propel": "*", "spryker/store": "*", "spryker/testify": "*" @@ -54262,31 +55631,32 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\QuoteRequestDataImport\\Helper\\": "tests/SprykerTest/Zed/QuoteRequestDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "SalesDataExport module", + "description": "QuoteRequestDataImport module", "support": { - "source": "https://github.com/spryker/sales-data-export/tree/0.2.1" + "source": "https://github.com/spryker/quote-request-data-import/tree/0.2.1" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/sales-extension", - "version": "1.9.0", + "name": "spryker/quote-request-extension", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/sales-extension.git", - "reference": "3e8555b4cb07dbe0543aae039a2f96b3a770fcd4" + "url": "https://github.com/spryker/quote-request-extension.git", + "reference": "0b234bf99f54ca9d2fb289bcf2a1ae67c9786608" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales-extension/zipball/3e8555b4cb07dbe0543aae039a2f96b3a770fcd4", - "reference": "3e8555b4cb07dbe0543aae039a2f96b3a770fcd4", + "url": "https://api.github.com/repos/spryker/quote-request-extension/zipball/0b234bf99f54ca9d2fb289bcf2a1ae67c9786608", + "reference": "0b234bf99f54ca9d2fb289bcf2a1ae67c9786608", "shasum": "" }, "require": { @@ -54310,53 +55680,50 @@ "license": [ "proprietary" ], - "description": "SalesExtension module", + "description": "QuoteRequestExtension module", "support": { - "source": "https://github.com/spryker/sales-extension/tree/1.9.0" + "source": "https://github.com/spryker/quote-request-extension/tree/1.2.0" }, - "time": "2021-06-24T13:01:59+00:00" + "time": "2021-07-06T13:27:56+00:00" }, { - "name": "spryker/sales-invoice", - "version": "1.4.0", + "name": "spryker/quote-requests-rest-api", + "version": "0.1.6", "source": { "type": "git", - "url": "https://github.com/spryker/sales-invoice.git", - "reference": "15c0251b07f88e14bca2a75c3bbb296852021609" + "url": "https://github.com/spryker/quote-requests-rest-api.git", + "reference": "4362324bd5f6537f45a79d1d658ca701c63b9366" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales-invoice/zipball/15c0251b07f88e14bca2a75c3bbb296852021609", - "reference": "15c0251b07f88e14bca2a75c3bbb296852021609", + "url": "https://api.github.com/repos/spryker/quote-requests-rest-api/zipball/4362324bd5f6537f45a79d1d658ca701c63b9366", + "reference": "4362324bd5f6537f45a79d1d658ca701c63b9366", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/glossary": "^3.0.0", - "spryker/kernel": "^3.52.0", - "spryker/mail": "^4.6.0", - "spryker/mail-extension": "^1.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/sales": "^11.11.0", - "spryker/sales-invoice-extension": "^1.0.0", - "spryker/sequence-number": "^3.0.0", + "spryker/carts-rest-api": "^5.7.0", + "spryker/glue-application": "^1.18.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/quote-request": "^2.4.0", + "spryker/quote-requests-rest-api-extension": "^1.0.0", "spryker/symfony": "^3.0.0", "spryker/transfer": "^3.25.0", - "spryker/twig": "^3.0.0" + "spryker/zed-request": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/company": "*", + "spryker/company-business-unit": "*", + "spryker/company-user": "*", "spryker/container": "*", "spryker/customer": "*", - "spryker/oms": "*", "spryker/propel": "*", + "spryker/quote": "*", "spryker/store": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/oms": "If you want to use GenerateOrderInvoiceCommandPlugin plugin" - }, "type": "library", "extra": { "branch-alias": { @@ -54365,39 +55732,39 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\SalesInvoice\\Helper\\": "tests/SprykerTest/Shared/SalesInvoice/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "SalesInvoice module", + "description": "QuoteRequestsRestApi module", "support": { - "source": "https://github.com/spryker/sales-invoice/tree/1.4.0" + "source": "https://github.com/spryker/quote-requests-rest-api/tree/0.1.6" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/sales-invoice-extension", + "name": "spryker/quote-requests-rest-api-extension", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/sales-invoice-extension.git", - "reference": "9472ae6a878a487acf51ae937fcb972ef80c4e1b" + "url": "https://github.com/spryker/quote-requests-rest-api-extension.git", + "reference": "277b9998e1634e13c5490eacaa1cc5bf646ca08a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales-invoice-extension/zipball/9472ae6a878a487acf51ae937fcb972ef80c4e1b", - "reference": "9472ae6a878a487acf51ae937fcb972ef80c4e1b", + "url": "https://api.github.com/repos/spryker/quote-requests-rest-api-extension/zipball/277b9998e1634e13c5490eacaa1cc5bf646ca08a", + "reference": "277b9998e1634e13c5490eacaa1cc5bf646ca08a", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=7.3" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -54414,57 +55781,43 @@ "license": [ "proprietary" ], - "description": "SalesInvoiceExtension module", + "description": "QuoteRequestsRestApiExtension module", "support": { - "source": "https://github.com/spryker/sales-invoice-extension/tree/master" + "source": "https://github.com/spryker/quote-requests-rest-api-extension/tree/1.0.0" }, - "time": "2020-06-29T08:34:25+00:00" + "time": "2021-07-06T13:27:56+00:00" }, { - "name": "spryker/sales-merchant-portal-gui", - "version": "2.2.0", + "name": "spryker/rabbit-mq", + "version": "2.16.0", "source": { "type": "git", - "url": "https://github.com/spryker/sales-merchant-portal-gui.git", - "reference": "8591d5ef6def60bac857ac53e674736ce54ce35c" + "url": "https://github.com/spryker/rabbit-mq.git", + "reference": "8f458d4d640a85893ae2a1ec6cb75015e7bbc496" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales-merchant-portal-gui/zipball/8591d5ef6def60bac857ac53e674736ce54ce35c", - "reference": "8591d5ef6def60bac857ac53e674736ce54ce35c", + "url": "https://api.github.com/repos/spryker/rabbit-mq/zipball/8f458d4d640a85893ae2a1ec6cb75015e7bbc496", + "reference": "8f458d4d640a85893ae2a1ec6cb75015e7bbc496", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/currency": "^3.0.0 || ^4.0.0", - "spryker/dashboard-merchant-portal-gui-extension": "^1.0.0", - "spryker/gui-table": "^2.0.0", - "spryker/kernel": "^3.52.0", - "spryker/merchant": "^3.0.0", - "spryker/merchant-oms": "^1.0.0", - "spryker/merchant-sales-order": "^1.0.0", - "spryker/merchant-user": "^1.0.0", - "spryker/money": "^2.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/router": "^1.13.0", - "spryker/sales": "^11.0.0", - "spryker/sales-merchant-portal-gui-extension": "^1.0.0", - "spryker/state-machine": "^2.0.0", - "spryker/store": "^1.1.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.27.0", - "spryker/translator": "^1.1.0", - "spryker/twig": "^3.0.0", - "spryker/util-encoding": "^2.0.0", - "spryker/zed-ui": "^2.0.0" + "php-amqplib/php-amqplib": "^3.1.0", + "spryker/guzzle": "^2.1.0", + "spryker/kernel": "^3.56.0", + "spryker/log": "^3.7.0", + "spryker/queue": "^1.5.0", + "spryker/store": "^1.10.0", + "spryker/symfony": "^3.5.0", + "spryker/transfer": "^3.33.1" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/oms": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "codeception/module-asserts": "*", + "codeception/stub": "^4.1", + "mikey179/vfsstream": "^1.6.11", + "spryker/code-sniffer": "^0.17.1", + "spryker/testify": "^3.47.0" }, "type": "library", "extra": { @@ -54474,96 +55827,105 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Client\\RabbitMq\\Helper\\": "tests/SprykerTest/Client/RabbitMq/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "src/" + ], "license": [ - "proprietary" + "MIT" + ], + "authors": [ + { + "name": "Spryker", + "homepage": "https://spryker.com" + } + ], + "description": "RabbitMq module", + "homepage": "https://spryker.com", + "keywords": [ + "framework", + "queue", + "rabbit-mq", + "standards" ], - "description": "SalesMerchantPortalGui module", "support": { - "source": "https://github.com/spryker/sales-merchant-portal-gui/tree/2.2.0" + "source": "https://github.com/spryker/rabbit-mq" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-03-31T19:36:08+00:00" }, { - "name": "spryker/sales-merchant-portal-gui-extension", - "version": "1.0.0", + "name": "spryker/ramsey-uuid", + "version": "2.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/sales-merchant-portal-gui-extension.git", - "reference": "f1e04f28f8c8959fee03c155b250f904b5468a01" + "url": "https://github.com/spryker/ramsey-uuid.git", + "reference": "10026acec8c3a13411bbc2a77efe6f9946a3d497" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales-merchant-portal-gui-extension/zipball/f1e04f28f8c8959fee03c155b250f904b5468a01", - "reference": "f1e04f28f8c8959fee03c155b250f904b5468a01", + "url": "https://api.github.com/repos/spryker/ramsey-uuid/zipball/10026acec8c3a13411bbc2a77efe6f9946a3d497", + "reference": "10026acec8c3a13411bbc2a77efe6f9946a3d497", "shasum": "" }, "require": { - "php": ">=7.3" - }, - "require-dev": { - "spryker/code-sniffer": "*" + "php": ">=7.2", + "ramsey/uuid": "^4.0.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Spryker\\": "src/Spryker/" + "dev-master": "2.0.x-dev" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "SalesMerchantPortalGuiExtension module", + "description": "RamseyUuid module", "support": { - "source": "https://github.com/spryker/sales-merchant-portal-gui-extension/tree/1.0.0" + "source": "https://github.com/spryker/ramsey-uuid/tree/master" }, - "time": "2021-07-07T15:14:17+00:00" + "time": "2020-05-25T14:48:08+00:00" }, { - "name": "spryker/sales-oms", - "version": "0.1.3", + "name": "spryker/redis", + "version": "2.6.1", "source": { "type": "git", - "url": "https://github.com/spryker/sales-oms.git", - "reference": "b8479562432a3bb5c73877f9cc2e4ab53ba4fa84" + "url": "https://github.com/spryker/redis.git", + "reference": "8c560832ee4b87714c8e420e3ce23f489a762ab1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales-oms/zipball/b8479562432a3bb5c73877f9cc2e4ab53ba4fa84", - "reference": "b8479562432a3bb5c73877f9cc2e4ab53ba4fa84", + "url": "https://api.github.com/repos/spryker/redis/zipball/8c560832ee4b87714c8e420e3ce23f489a762ab1", + "reference": "8c560832ee4b87714c8e420e3ce23f489a762ab1", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/kernel": "^3.33.0", - "spryker/oms": "^11.21.0", - "spryker/sales": "^11.0.0", - "spryker/sales-extension": "^1.1.0", + "php": ">=7.3", + "predis/predis": "^1.1.1", + "spryker/kernel": "^3.30.0", "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0", - "spryker/util-data-reader": "^1.0.0" + "spryker/transfer": "^3.8.0", + "spryker/util-encoding": "^2.0.0", + "spryker/web-profiler-extension": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", "spryker/container": "*", - "spryker/propel": "*", - "spryker/shipment": "*", - "spryker/store": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/container": "If you want to use Web Profiler plugins." + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -54575,108 +55937,92 @@ "license": [ "proprietary" ], - "description": "SalesOms module", + "description": "Redis module", "support": { - "source": "https://github.com/spryker/sales-oms/tree/0.1.3" + "source": "https://github.com/spryker/redis/tree/2.6.1" }, - "time": "2023-06-06T15:14:45+00:00" + "time": "2021-01-28T14:19:38+00:00" }, { - "name": "spryker/sales-order-threshold", - "version": "1.9.0", + "name": "spryker/refund", + "version": "5.7.2", "source": { "type": "git", - "url": "https://github.com/spryker/sales-order-threshold.git", - "reference": "8a9a05b059a9729b94ff917187f909b5b5bd6367" + "url": "https://github.com/spryker/refund.git", + "reference": "108fcc579a30134a38f53ae19cbe1cea6ec3f87b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales-order-threshold/zipball/8a9a05b059a9729b94ff917187f909b5b5bd6367", - "reference": "8a9a05b059a9729b94ff917187f909b5b5bd6367", + "url": "https://api.github.com/repos/spryker/refund/zipball/108fcc579a30134a38f53ae19cbe1cea6ec3f87b", + "reference": "108fcc579a30134a38f53ae19cbe1cea6ec3f87b", "shasum": "" }, "require": { "php": ">=8.0", "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/calculation-extension": "^1.0.0", - "spryker/cart-extension": "^1.6.0 || ^2.2.1 || ^4.0.0", - "spryker/checkout-extension": "^1.0.0", - "spryker/currency": "^3.0.0 || ^4.0.0", - "spryker/glossary": "^3.8.0", - "spryker/kernel": "^3.34.0", - "spryker/locale": "^3.2.0 || ^4.0.0", - "spryker/messenger": "^3.1.0", + "spryker/calculation": "^4.0.0", + "spryker/gui": "^3.0.0", + "spryker/kernel": "^3.30.0", "spryker/money": "^2.0.0", - "spryker/sales": "^8.16.0 || ^10.0.0 || ^11.0.0", - "spryker/sales-order-threshold-extension": "^1.0.0", - "spryker/store": "^1.2.0", - "spryker/tax": "^5.0.0", - "spryker/transfer": "^3.25.0" + "spryker/refund-extension": "^1.0.0", + "spryker/sales": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^10.0.0 || ^11.0.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.25.0", + "spryker/util-date-time": "^1.0.0" }, "require-dev": { - "spryker/checkout": "*", + "spryker/application": "*", "spryker/code-sniffer": "*", + "spryker/config": "*", "spryker/container": "*", - "spryker/country": "*", - "spryker/installer": "*", - "spryker/merchant-relationship-sales-order-threshold": "*", - "spryker/propel": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/calculation": "If you want to use Calculation plugins.", - "spryker/cart": "If you want to use Cart plugins: ^4.0.0.", - "spryker/checkout": "If you want to use Checkout plugins: ^3.0.0.", - "spryker/installer": "If you want to use Installer plugins: ^4.0.0." + "spryker/oms": "*", + "spryker/propel": "^3.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/shipment": "*", + "spryker/store": "*", + "spryker/testify": "*", + "spryker/zed-navigation": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "5.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\SalesOrderThreshold\\Helper\\": "tests/SprykerTest/Zed/SalesOrderThreshold/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "SalesOrderThreshold module", + "description": "Refund module", "support": { - "source": "https://github.com/spryker/sales-order-threshold/tree/1.9.0" + "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/sales-order-threshold-data-import", - "version": "0.1.4", + "name": "spryker/refund-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/sales-order-threshold-data-import.git", - "reference": "f21961a9bf99796e11990de1b6db666928008e11" + "url": "https://github.com/spryker/refund-extension.git", + "reference": "8b3d70bd784a90725cef757c47441d036932548a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales-order-threshold-data-import/zipball/f21961a9bf99796e11990de1b6db666928008e11", - "reference": "f21961a9bf99796e11990de1b6db666928008e11", + "url": "https://api.github.com/repos/spryker/refund-extension/zipball/8b3d70bd784a90725cef757c47441d036932548a", + "reference": "8b3d70bd784a90725cef757c47441d036932548a", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/currency": "^3.0.0 || ^4.0.0", - "spryker/data-import": "^1.3.0", - "spryker/kernel": "^3.30.0", - "spryker/sales-order-threshold": "^1.0.0", - "spryker/store": "^1.2.0" + "php": ">=7.4" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -54686,40 +56032,46 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\SalesOrderThresholdDataImport\\Helper\\": "tests/SprykerTest/Zed/SalesOrderThresholdDataImport/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "SalesOrderThresholdDataImport module", + "description": "RefundExtension module", "support": { - "source": "https://github.com/spryker/sales-order-threshold-data-import/tree/0.1.4" + "source": "https://github.com/spryker/refund-extension/tree/1.0.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2022-07-05T11:45:02+00:00" }, { - "name": "spryker/sales-order-threshold-extension", - "version": "1.0.0", + "name": "spryker/related-products-rest-api", + "version": "1.3.2", "source": { "type": "git", - "url": "https://github.com/spryker/sales-order-threshold-extension.git", - "reference": "897af49181ac74f936db1a4ee1cdee6d443f472d" + "url": "https://github.com/spryker/related-products-rest-api.git", + "reference": "1021e55c523c077a74fb6fc670269c0df50f654b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales-order-threshold-extension/zipball/897af49181ac74f936db1a4ee1cdee6d443f472d", - "reference": "897af49181ac74f936db1a4ee1cdee6d443f472d", + "url": "https://api.github.com/repos/spryker/related-products-rest-api/zipball/1021e55c523c077a74fb6fc670269c0df50f654b", + "reference": "1021e55c523c077a74fb6fc670269c0df50f654b", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2", + "spryker/glue-application": "^1.9.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/product-relation-storage": "^1.6.0 || ^2.0.0", + "spryker/product-storage": "^1.2.0", + "spryker/products-rest-api": "^2.3.0", + "spryker/store": "^1.4.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -54736,41 +56088,39 @@ "license": [ "proprietary" ], - "description": "SalesOrderThresholdExtension module", + "description": "RelatedProductsRestApi module", "support": { - "source": "https://github.com/spryker/sales-order-threshold-extension/tree/master" + "source": "https://github.com/spryker/related-products-rest-api/tree/master" }, - "time": "2018-10-04T13:35:59+00:00" + "time": "2020-05-29T13:08:37+00:00" }, { - "name": "spryker/sales-order-threshold-gui", - "version": "1.9.0", + "name": "spryker/resource-share", + "version": "1.0.3", "source": { "type": "git", - "url": "https://github.com/spryker/sales-order-threshold-gui.git", - "reference": "290e985b8b8061df305f00ab712a54ee3f6b8081" + "url": "https://github.com/spryker/resource-share.git", + "reference": "1bbc40a4f7d8250e544db5a89094b25295b06b10" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales-order-threshold-gui/zipball/290e985b8b8061df305f00ab712a54ee3f6b8081", - "reference": "290e985b8b8061df305f00ab712a54ee3f6b8081", + "url": "https://api.github.com/repos/spryker/resource-share/zipball/1bbc40a4f7d8250e544db5a89094b25295b06b10", + "reference": "1bbc40a4f7d8250e544db5a89094b25295b06b10", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/currency": "^3.1.0 || ^4.0.0", - "spryker/gui": "^3.45.0", - "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/money": "^2.1.0", - "spryker/sales-order-threshold": "^1.3.0", - "spryker/sales-order-threshold-gui-extension": "^1.1.0", - "spryker/store": "^1.19.0", - "spryker/symfony": "^3.1.0", - "spryker/tax": "^5.0.0" + "everon/factory": "^1.0.0", + "php": ">=7.2", + "spryker/kernel": "^3.32.0", + "spryker/resource-share-extension": "^1.0.0", + "spryker/util-encoding": "^2.0.0", + "spryker/uuid-behavior": "^1.1.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -54780,31 +56130,32 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\ResourceShare\\Helper\\": "tests/SprykerTest/Zed/ResourceShare/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "SalesOrderThresholdGui module", + "description": "ResourceShare module", "support": { - "source": "https://github.com/spryker/sales-order-threshold-gui/tree/1.9.0" + "source": "https://github.com/spryker/resource-share/tree/1.0.3" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2020-10-09T11:31:08+00:00" }, { - "name": "spryker/sales-order-threshold-gui-extension", - "version": "1.1.0", + "name": "spryker/resource-share-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/sales-order-threshold-gui-extension.git", - "reference": "b95308a75737466d5ea63649f85b54b8015009c5" + "url": "https://github.com/spryker/resource-share-extension.git", + "reference": "387b7320302446dc9e298edef92fa95a3bc9832c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales-order-threshold-gui-extension/zipball/b95308a75737466d5ea63649f85b54b8015009c5", - "reference": "b95308a75737466d5ea63649f85b54b8015009c5", + "url": "https://api.github.com/repos/spryker/resource-share-extension/zipball/387b7320302446dc9e298edef92fa95a3bc9832c", + "reference": "387b7320302446dc9e298edef92fa95a3bc9832c", "shasum": "" }, "require": { @@ -54812,12 +56163,8 @@ }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/symfony": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/symfony": "If you want to use the form expander plugins." - }, "type": "library", "extra": { "branch-alias": { @@ -54833,37 +56180,39 @@ "license": [ "proprietary" ], - "description": "SalesOrderThresholdGuiExtension module", + "description": "ResourceShareExtension module", "support": { - "source": "https://github.com/spryker/sales-order-threshold-gui-extension/tree/master" + "source": "https://github.com/spryker/resource-share-extension/tree/master" }, - "time": "2019-02-06T10:10:03+00:00" + "time": "2019-06-11T09:29:48+00:00" }, { - "name": "spryker/sales-order-thresholds-rest-api", - "version": "1.0.0", + "name": "spryker/rest-request-validator", + "version": "1.5.0", "source": { "type": "git", - "url": "https://github.com/spryker/sales-order-thresholds-rest-api.git", - "reference": "f5f0fd9f88e37157d93085f888b16eb3a6b469ec" + "url": "https://github.com/spryker/rest-request-validator.git", + "reference": "566f50ce0c7eaa5784836879766d4eb722182d4c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales-order-thresholds-rest-api/zipball/f5f0fd9f88e37157d93085f888b16eb3a6b469ec", - "reference": "f5f0fd9f88e37157d93085f888b16eb3a6b469ec", + "url": "https://api.github.com/repos/spryker/rest-request-validator/zipball/566f50ce0c7eaa5784836879766d4eb722182d4c", + "reference": "566f50ce0c7eaa5784836879766d4eb722182d4c", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/carts-rest-api-extension": "^1.7.0", - "spryker/checkout-rest-api-extension": "^1.5.0", - "spryker/glue-application": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/sales-order-threshold": "^1.6.0", + "php": ">=8.0", + "spryker/config": "^3.0.0", + "spryker/glue-application": "^1.6.0", + "spryker/glue-application-extension": "^1.1.0", + "spryker/kernel": "^3.64.0", + "spryker/store": "^1.19.0", + "spryker/symfony": "^3.0.0", "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", @@ -54881,40 +56230,47 @@ "license": [ "proprietary" ], - "description": "SalesOrderThresholdsRestApi module", + "description": "RestRequestValidator module", "support": { - "source": "https://github.com/spryker/sales-order-thresholds-rest-api/tree/1.0.0" + "source": "https://github.com/spryker/rest-request-validator/tree/1.5.0" }, - "time": "2021-12-23T07:29:07+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/sales-orders-backend-api", - "version": "0.1.0", + "name": "spryker/router", + "version": "1.15.1", "source": { "type": "git", - "url": "https://github.com/spryker/sales-orders-backend-api.git", - "reference": "8967454453964c9616858a1fe4713a9f73b5c003" + "url": "https://github.com/spryker/router.git", + "reference": "0021d531a083230819cd72d0f693727b6f0630f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales-orders-backend-api/zipball/8967454453964c9616858a1fe4713a9f73b5c003", - "reference": "8967454453964c9616858a1fe4713a9f73b5c003", + "url": "https://api.github.com/repos/spryker/router/zipball/0021d531a083230819cd72d0f693727b6f0630f5", + "reference": "0021d531a083230819cd72d0f693727b6f0630f5", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/kernel": "^3.66.0", - "spryker/sales": "^11.40.0", - "spryker/sales-orders-backend-api-extension": "^0.1.0", - "spryker/transfer": "^3.31.0" + "spryker/application-extension": "^1.0.0", + "spryker/container": "^1.1.0", + "spryker/event-dispatcher-extension": "^1.0.0", + "spryker/kernel": "^3.48.0", + "spryker/laminas": "^1.0.0", + "spryker/log": "^3.0.0", + "spryker/router-extension": "^1.0.0", + "spryker/symfony": "^3.5.0" }, "require-dev": { + "spryker/application": "*", "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/oms": "*", - "spryker/propel": "*", - "spryker/store": "*", - "spryker/testify": "*" + "spryker/event-dispatcher": "*", + "spryker/testify": "*", + "spryker/util-text": "*" + }, + "suggest": { + "spryker/event-dispatcher": "If you want to use the RouterLocaleEventDispatcher plugin.", + "spryker/util-text": "If you want to use the RouterEnhancer plugins." }, "type": "library", "extra": { @@ -54924,39 +56280,47 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\Router\\Helper\\": "tests/SprykerTest/Zed/Router/_support/Helper/", + "SprykerTest\\Yves\\Router\\Helper\\": "tests/SprykerTest/Yves/Router/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "SalesOrdersBackendApi module", + "description": "Router module", "support": { - "source": "https://github.com/spryker/sales-orders-backend-api/tree/0.1.0" + "source": "https://github.com/spryker/router/tree/1.15.1" }, - "time": "2023-04-17T15:49:27+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/sales-orders-backend-api-extension", - "version": "0.1.0", + "name": "spryker/router-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/sales-orders-backend-api-extension.git", - "reference": "e7f831c666e66eef63e22a57718ebc95d6d7f94a" + "url": "https://github.com/spryker/router-extension.git", + "reference": "d4808fff8b790de4f4e7e33381bc7092ab9a1925" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales-orders-backend-api-extension/zipball/e7f831c666e66eef63e22a57718ebc95d6d7f94a", - "reference": "e7f831c666e66eef63e22a57718ebc95d6d7f94a", + "url": "https://api.github.com/repos/spryker/router-extension/zipball/d4808fff8b790de4f4e7e33381bc7092ab9a1925", + "reference": "d4808fff8b790de4f4e7e33381bc7092ab9a1925", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/transfer": "^3.27.0" + "php": ">=7.2" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/router": "*", + "spryker/symfony": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/router": "You need to install this module when you want to use the RouterExtension interfaces.", + "spryker/symfony": "You need to install this module when you want to use the Router plugin." }, "type": "library", "extra": { @@ -54973,91 +56337,123 @@ "license": [ "proprietary" ], - "description": "SalesOrdersBackendApiExtension module", + "description": "RouterExtension module", "support": { - "source": "https://github.com/spryker/sales-orders-backend-api-extension/tree/0.1.0" + "source": "https://github.com/spryker/router-extension/tree/1.1.0" }, - "time": "2023-04-17T15:49:27+00:00" + "time": "2019-12-02T06:18:26+00:00" }, { - "name": "spryker/sales-payment", - "version": "1.3.2", + "name": "spryker/sales", + "version": "11.40.5", "source": { "type": "git", - "url": "https://github.com/spryker/sales-payment.git", - "reference": "ed394c4003cca367489c4520f329746fc0a453a1" + "url": "https://github.com/spryker/sales.git", + "reference": "50e134623b85dfe29e5292aa6eb5a42ee259deb9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales-payment/zipball/ed394c4003cca367489c4520f329746fc0a453a1", - "reference": "ed394c4003cca367489c4520f329746fc0a453a1", + "url": "https://api.github.com/repos/spryker/sales/zipball/50e134623b85dfe29e5292aa6eb5a42ee259deb9", + "reference": "50e134623b85dfe29e5292aa6eb5a42ee259deb9", "shasum": "" }, "require": { "php": ">=8.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/calculation": "^4.0.0", "spryker/checkout-extension": "^1.2.0", - "spryker/kernel": "^3.30.0", - "spryker/message-broker": "^1.2.0", - "spryker/payment": "^5.0.0", - "spryker/propel-orm": "^1.9.0", - "spryker/sales": "^8.15.0 || ^10.0.0 || ^11.0.0", - "spryker/sales-extension": "^1.8.0", - "spryker/sales-payment-extension": "^1.1.0", - "spryker/transfer": "^3.27.0" + "spryker/country": "^3.1.0 || ^4.0.0", + "spryker/customer": "^6.5.0 || ^7.0.0", + "spryker/gui": "^3.39.0", + "spryker/kernel": "^3.33.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/money": "^2.0.0", + "spryker/oms": "^10.3.0 || ^11.0.0", + "spryker/propel": "^3.0.0", + "spryker/propel-orm": "^1.16.0", + "spryker/sales-extension": "^1.9.0", + "spryker/sales-split": "^3.0.0 || ^5.0.0", + "spryker/sequence-number": "^3.0.0", + "spryker/store": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.27.0", + "spryker/twig": "^3.16.0", + "spryker/user": "^3.0.0", + "spryker/util-date-time": "^1.0.0", + "spryker/util-sanitize": "^2.0.0", + "spryker/util-text": "^1.1.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { + "spryker/application": "*", + "spryker/checkout": "*", "spryker/code-sniffer": "*", + "spryker/config": "*", "spryker/container": "*", - "spryker/oms": "*", - "spryker/propel": "*", - "spryker/store": "*", - "spryker/testify": "*" + "spryker/price": "*", + "spryker/product": "*", + "spryker/shipment": "*", + "spryker/stock": "*", + "spryker/testify": "*", + "spryker/zed-navigation": "*" }, "suggest": { - "spryker/checkout": "If you want to use Checkout plugins.", - "spryker/oms": "If you want to use Oms command plugins." + "spryker/checkout": "If you want to use Checkout plugins. ^4.0.0", + "spryker/sales-product-configuration-gui": "Add the module if you want to display order item configuration." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "11.0.x-dev" } }, "autoload": { "psr-4": { "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\SalesPayment\\Helper\\": "tests/SprykerTest/Shared/SalesPayment/_support/Helper/" + "SprykerTest\\Zed\\Sales\\Helper\\": "tests/SprykerTest/Zed/Sales/_support/Helper/", + "SprykerTest\\Shared\\Sales\\Helper\\": "tests/SprykerTest/Shared/Sales/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "SalesPayment module", + "description": "Sales module", "support": { - "source": "https://github.com/spryker/sales-payment/tree/1.3.2" + "source": "https://github.com/spryker/sales/tree/11.40.5" }, - "time": "2023-06-16T09:24:47+00:00" + "time": "2023-07-07T11:59:09+00:00" }, { - "name": "spryker/sales-payment-extension", - "version": "1.1.0", + "name": "spryker/sales-configurable-bundle", + "version": "1.5.2", "source": { "type": "git", - "url": "https://github.com/spryker/sales-payment-extension.git", - "reference": "38d6872a91ae4405948dea7d4a6073f204141e0c" + "url": "https://github.com/spryker/sales-configurable-bundle.git", + "reference": "37d207593b62a356b45965f6e1d607bae3dbdaa4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales-payment-extension/zipball/38d6872a91ae4405948dea7d4a6073f204141e0c", - "reference": "38d6872a91ae4405948dea7d4a6073f204141e0c", + "url": "https://api.github.com/repos/spryker/sales-configurable-bundle/zipball/37d207593b62a356b45965f6e1d607bae3dbdaa4", + "reference": "37d207593b62a356b45965f6e1d607bae3dbdaa4", "shasum": "" }, "require": { - "php": ">=8.0" + "php": ">=8.0", + "spryker/configurable-bundle": "^1.0.0 || ^2.0.0", + "spryker/glossary": "^3.0.0", + "spryker/kernel": "^3.33.0", + "spryker/propel-orm": "^1.0.0", + "spryker/sales": "^10.3.2 || ^11.2.1", + "spryker/sales-extension": "^1.9.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/oms": "*", + "spryker/propel": "*", + "spryker/store": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -55074,33 +56470,47 @@ "license": [ "proprietary" ], - "description": "SalesPaymentExtension module", + "description": "SalesConfigurableBundle module", "support": { - "source": "https://github.com/spryker/sales-payment-extension/tree/1.1.0" + "source": "https://github.com/spryker/sales-configurable-bundle/tree/1.5.2" }, - "time": "2023-02-08T15:12:25+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/sales-payment-gui", - "version": "1.1.0", + "name": "spryker/sales-data-export", + "version": "0.2.1", "source": { "type": "git", - "url": "https://github.com/spryker/sales-payment-gui.git", - "reference": "a6bf7e5f1a6005ec831f3ff353611d7fe0a07f44" + "url": "https://github.com/spryker/sales-data-export.git", + "reference": "ad0a1b876c03caa6f04a5e0fdf62e95ce5efb915" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales-payment-gui/zipball/a6bf7e5f1a6005ec831f3ff353611d7fe0a07f44", - "reference": "a6bf7e5f1a6005ec831f3ff353611d7fe0a07f44", + "url": "https://api.github.com/repos/spryker/sales-data-export/zipball/ad0a1b876c03caa6f04a5e0fdf62e95ce5efb915", + "reference": "ad0a1b876c03caa6f04a5e0fdf62e95ce5efb915", "shasum": "" }, "require": { "php": ">=8.0", + "spryker/country": "^3.0.0 || ^4.0.0", + "spryker/data-export": "^0.1.0", + "spryker/data-export-extension": "^0.1.0", "spryker/kernel": "^3.30.0", - "spryker/symfony": "^3.0.0" + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/oms": "^11.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/sales": "^11.0.0", + "spryker/sales-oms": "^0.1.0", + "spryker/shipment": "^7.0.0 || ^8.0.0", + "spryker/transfer": "^3.8.0", + "spryker/util-encoding": "^1.0.0 || ^2.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/propel": "*", + "spryker/store": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -55117,41 +56527,31 @@ "license": [ "proprietary" ], - "description": "SalesPaymentGui module", + "description": "SalesDataExport module", "support": { - "source": "https://github.com/spryker/sales-payment-gui/tree/1.1.0" + "source": "https://github.com/spryker/sales-data-export/tree/0.2.1" }, - "time": "2023-01-24T16:01:46+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/sales-product-configuration", - "version": "1.0.2", + "name": "spryker/sales-extension", + "version": "1.9.0", "source": { "type": "git", - "url": "https://github.com/spryker/sales-product-configuration.git", - "reference": "33d740cdc1e11c302118b5b6a6f6d331fd18d12c" + "url": "https://github.com/spryker/sales-extension.git", + "reference": "3e8555b4cb07dbe0543aae039a2f96b3a770fcd4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales-product-configuration/zipball/33d740cdc1e11c302118b5b6a6f6d331fd18d12c", - "reference": "33d740cdc1e11c302118b5b6a6f6d331fd18d12c", + "url": "https://api.github.com/repos/spryker/sales-extension/zipball/3e8555b4cb07dbe0543aae039a2f96b3a770fcd4", + "reference": "3e8555b4cb07dbe0543aae039a2f96b3a770fcd4", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/kernel": "^3.33.0", - "spryker/product-configuration": "^1.0.0", - "spryker/propel-orm": "^1.5.0", - "spryker/sales": "^11.0.0", - "spryker/sales-extension": "^1.9.0", - "spryker/transfer": "^3.25.0" + "php": ">=7.3" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/product": "*", - "spryker/propel": "*", - "spryker/shipment": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -55168,34 +56568,52 @@ "license": [ "proprietary" ], - "description": "SalesProductConfiguration module", + "description": "SalesExtension module", "support": { - "source": "https://github.com/spryker/sales-product-configuration/tree/1.0.2" + "source": "https://github.com/spryker/sales-extension/tree/1.9.0" }, - "time": "2023-06-06T15:14:45+00:00" + "time": "2021-06-24T13:01:59+00:00" }, { - "name": "spryker/sales-product-configuration-gui", - "version": "1.0.0", + "name": "spryker/sales-invoice", + "version": "1.4.0", "source": { "type": "git", - "url": "https://github.com/spryker/sales-product-configuration-gui.git", - "reference": "fd1c4004e7d246c415ef6fd1350b0ea1418e1164" + "url": "https://github.com/spryker/sales-invoice.git", + "reference": "15c0251b07f88e14bca2a75c3bbb296852021609" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales-product-configuration-gui/zipball/fd1c4004e7d246c415ef6fd1350b0ea1418e1164", - "reference": "fd1c4004e7d246c415ef6fd1350b0ea1418e1164", + "url": "https://api.github.com/repos/spryker/sales-invoice/zipball/15c0251b07f88e14bca2a75c3bbb296852021609", + "reference": "15c0251b07f88e14bca2a75c3bbb296852021609", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/kernel": "^3.30.0", - "spryker/sales-product-configuration-gui-extension": "^1.0.0", - "spryker/symfony": "^3.0.0" + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/glossary": "^3.0.0", + "spryker/kernel": "^3.52.0", + "spryker/mail": "^4.6.0", + "spryker/mail-extension": "^1.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/sales": "^11.11.0", + "spryker/sales-invoice-extension": "^1.0.0", + "spryker/sequence-number": "^3.0.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.25.0", + "spryker/twig": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/customer": "*", + "spryker/oms": "*", + "spryker/propel": "*", + "spryker/store": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/oms": "If you want to use GenerateOrderInvoiceCommandPlugin plugin" }, "type": "library", "extra": { @@ -55205,35 +56623,36 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\SalesInvoice\\Helper\\": "tests/SprykerTest/Shared/SalesInvoice/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "SalesProductConfigurationGui module", + "description": "SalesInvoice module", "support": { - "source": "https://github.com/spryker/sales-product-configuration-gui/tree/1.0.0" + "source": "https://github.com/spryker/sales-invoice/tree/1.4.0" }, - "time": "2022-11-23T07:38:27+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/sales-product-configuration-gui-extension", + "name": "spryker/sales-invoice-extension", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/sales-product-configuration-gui-extension.git", - "reference": "23be617c0a03c0ebe0f6dec1c5a9888cf595ed25" + "url": "https://github.com/spryker/sales-invoice-extension.git", + "reference": "9472ae6a878a487acf51ae937fcb972ef80c4e1b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales-product-configuration-gui-extension/zipball/23be617c0a03c0ebe0f6dec1c5a9888cf595ed25", - "reference": "23be617c0a03c0ebe0f6dec1c5a9888cf595ed25", + "url": "https://api.github.com/repos/spryker/sales-invoice-extension/zipball/9472ae6a878a487acf51ae937fcb972ef80c4e1b", + "reference": "9472ae6a878a487acf51ae937fcb972ef80c4e1b", "shasum": "" }, "require": { - "php": ">=8.0" + "php": ">=7.2" }, "require-dev": { "spryker/code-sniffer": "*" @@ -55253,59 +56672,62 @@ "license": [ "proprietary" ], - "description": "SalesProductConfigurationGuiExtension module", + "description": "SalesInvoiceExtension module", "support": { - "source": "https://github.com/spryker/sales-product-configuration-gui-extension/tree/1.0.0" + "source": "https://github.com/spryker/sales-invoice-extension/tree/master" }, - "time": "2022-10-18T17:47:15+00:00" + "time": "2020-06-29T08:34:25+00:00" }, { - "name": "spryker/sales-product-connector", - "version": "1.8.2", + "name": "spryker/sales-merchant-portal-gui", + "version": "2.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/sales-product-connector.git", - "reference": "f89fb482a7aab5acc9dc454037c86d9d995d5b3e" + "url": "https://github.com/spryker/sales-merchant-portal-gui.git", + "reference": "8591d5ef6def60bac857ac53e674736ce54ce35c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales-product-connector/zipball/f89fb482a7aab5acc9dc454037c86d9d995d5b3e", - "reference": "f89fb482a7aab5acc9dc454037c86d9d995d5b3e", + "url": "https://api.github.com/repos/spryker/sales-merchant-portal-gui/zipball/8591d5ef6def60bac857ac53e674736ce54ce35c", + "reference": "8591d5ef6def60bac857ac53e674736ce54ce35c", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/kernel": "^3.30.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/product-page-search-extension": "^1.5.0", - "spryker/propel-orm": "^1.13.0", - "spryker/sales": "^7.0.0 || ^8.0.0 || ^10.0.0 || ^11.0.0", - "spryker/sales-extension": "^1.9.0", - "spryker/transfer": "^3.25.0", - "spryker/util-encoding": "^2.0.0" + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/currency": "^3.0.0 || ^4.0.0", + "spryker/dashboard-merchant-portal-gui-extension": "^1.0.0", + "spryker/gui-table": "^2.0.0", + "spryker/kernel": "^3.52.0", + "spryker/merchant": "^3.0.0", + "spryker/merchant-oms": "^1.0.0", + "spryker/merchant-sales-order": "^1.0.0", + "spryker/merchant-user": "^1.0.0", + "spryker/money": "^2.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/router": "^1.13.0", + "spryker/sales": "^11.0.0", + "spryker/sales-merchant-portal-gui-extension": "^1.0.0", + "spryker/state-machine": "^2.0.0", + "spryker/store": "^1.1.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.27.0", + "spryker/translator": "^1.1.0", + "spryker/twig": "^3.0.0", + "spryker/util-encoding": "^2.0.0", + "spryker/zed-ui": "^2.0.0" }, "require-dev": { - "spryker/catalog": "*", - "spryker/checkout": "*", "spryker/code-sniffer": "*", "spryker/container": "*", - "spryker/customer": "*", "spryker/oms": "*", - "spryker/product-image": "*", - "spryker/product-page-search": "*", "spryker/propel": "*", - "spryker/store": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/catalog": "If you want to use Catalog plugins, minimum required version: 5.2.0.", - "spryker/checkout": "If you want to save product specific information during checkout", - "spryker/product-page-search": "If you want to use ProductPageSearch constants." - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -55317,48 +56739,36 @@ "license": [ "proprietary" ], - "description": "SalesProductConnector module", + "description": "SalesMerchantPortalGui module", "support": { - "source": "https://github.com/spryker/sales-product-connector/tree/1.8.2" + "source": "https://github.com/spryker/sales-merchant-portal-gui/tree/2.2.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/sales-quantity", - "version": "3.4.0", + "name": "spryker/sales-merchant-portal-gui-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/sales-quantity.git", - "reference": "429aaf6d1917ff37255a8843b44920feab900185" + "url": "https://github.com/spryker/sales-merchant-portal-gui-extension.git", + "reference": "f1e04f28f8c8959fee03c155b250f904b5468a01" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales-quantity/zipball/429aaf6d1917ff37255a8843b44920feab900185", - "reference": "429aaf6d1917ff37255a8843b44920feab900185", + "url": "https://api.github.com/repos/spryker/sales-merchant-portal-gui-extension/zipball/f1e04f28f8c8959fee03c155b250f904b5468a01", + "reference": "f1e04f28f8c8959fee03c155b250f904b5468a01", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/discount-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/product": "^6.0.0", - "spryker/sales-extension": "^1.0.0", - "spryker/sales-quantity-extension": "^1.0.0" + "php": ">=7.3" }, "require-dev": { - "spryker/cart": "*", - "spryker/code-sniffer": "*", - "spryker/discount": "*", - "spryker/propel": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/cart": "If you want to use cart plugins: ^4.0.0" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -55370,31 +56780,43 @@ "license": [ "proprietary" ], - "description": "SalesQuantity module", + "description": "SalesMerchantPortalGuiExtension module", "support": { - "source": "https://github.com/spryker/sales-quantity/tree/3.4.0" + "source": "https://github.com/spryker/sales-merchant-portal-gui-extension/tree/1.0.0" }, - "time": "2022-06-22T10:04:15+00:00" + "time": "2021-07-07T15:14:17+00:00" }, { - "name": "spryker/sales-quantity-extension", - "version": "1.0.0", + "name": "spryker/sales-oms", + "version": "0.1.3", "source": { "type": "git", - "url": "https://github.com/spryker/sales-quantity-extension.git", - "reference": "a95f8fac72154d8900d477ede58b7b50ffe29a30" + "url": "https://github.com/spryker/sales-oms.git", + "reference": "b8479562432a3bb5c73877f9cc2e4ab53ba4fa84" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales-quantity-extension/zipball/a95f8fac72154d8900d477ede58b7b50ffe29a30", - "reference": "a95f8fac72154d8900d477ede58b7b50ffe29a30", + "url": "https://api.github.com/repos/spryker/sales-oms/zipball/b8479562432a3bb5c73877f9cc2e4ab53ba4fa84", + "reference": "b8479562432a3bb5c73877f9cc2e4ab53ba4fa84", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=8.0", + "spryker/kernel": "^3.33.0", + "spryker/oms": "^11.21.0", + "spryker/sales": "^11.0.0", + "spryker/sales-extension": "^1.1.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.25.0", + "spryker/util-data-reader": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/propel": "*", + "spryker/shipment": "*", + "spryker/store": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -55411,33 +56833,59 @@ "license": [ "proprietary" ], - "description": "SalesQuantityExtension module", + "description": "SalesOms module", "support": { - "source": "https://github.com/spryker/sales-quantity-extension/tree/1.0.0" + "source": "https://github.com/spryker/sales-oms/tree/0.1.3" }, - "time": "2022-01-19T14:41:20+00:00" + "time": "2023-06-06T15:14:45+00:00" }, { - "name": "spryker/sales-reclamation", - "version": "1.1.5", + "name": "spryker/sales-order-threshold", + "version": "1.9.0", "source": { "type": "git", - "url": "https://github.com/spryker/sales-reclamation.git", - "reference": "af618547a5266cef8b08a8795606fda27089c6af" + "url": "https://github.com/spryker/sales-order-threshold.git", + "reference": "8a9a05b059a9729b94ff917187f909b5b5bd6367" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales-reclamation/zipball/af618547a5266cef8b08a8795606fda27089c6af", - "reference": "af618547a5266cef8b08a8795606fda27089c6af", + "url": "https://api.github.com/repos/spryker/sales-order-threshold/zipball/8a9a05b059a9729b94ff917187f909b5b5bd6367", + "reference": "8a9a05b059a9729b94ff917187f909b5b5bd6367", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/kernel": "^3.30.0", - "spryker/sales": "^8.3.0 || ^10.0.0 || ^11.0.0" + "php": ">=8.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/calculation-extension": "^1.0.0", + "spryker/cart-extension": "^1.6.0 || ^2.2.1 || ^4.0.0", + "spryker/checkout-extension": "^1.0.0", + "spryker/currency": "^3.0.0 || ^4.0.0", + "spryker/glossary": "^3.8.0", + "spryker/kernel": "^3.34.0", + "spryker/locale": "^3.2.0 || ^4.0.0", + "spryker/messenger": "^3.1.0", + "spryker/money": "^2.0.0", + "spryker/sales": "^8.16.0 || ^10.0.0 || ^11.0.0", + "spryker/sales-order-threshold-extension": "^1.0.0", + "spryker/store": "^1.2.0", + "spryker/tax": "^5.0.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/checkout": "*", + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/country": "*", + "spryker/installer": "*", + "spryker/merchant-relationship-sales-order-threshold": "*", + "spryker/propel": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/calculation": "If you want to use Calculation plugins.", + "spryker/cart": "If you want to use Cart plugins: ^4.0.0.", + "spryker/checkout": "If you want to use Checkout plugins: ^3.0.0.", + "spryker/installer": "If you want to use Installer plugins: ^4.0.0." }, "type": "library", "extra": { @@ -55447,47 +56895,46 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\SalesOrderThreshold\\Helper\\": "tests/SprykerTest/Zed/SalesOrderThreshold/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "SalesReclamation module", + "description": "SalesOrderThreshold module", "support": { - "source": "https://github.com/spryker/sales-reclamation/tree/master" + "source": "https://github.com/spryker/sales-order-threshold/tree/1.9.0" }, - "time": "2020-05-29T13:08:37+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/sales-reclamation-gui", - "version": "1.7.1", + "name": "spryker/sales-order-threshold-data-import", + "version": "0.1.4", "source": { "type": "git", - "url": "https://github.com/spryker/sales-reclamation-gui.git", - "reference": "5b5292f7f7f169550bd96b10d76d64dda199e1fd" + "url": "https://github.com/spryker/sales-order-threshold-data-import.git", + "reference": "f21961a9bf99796e11990de1b6db666928008e11" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales-reclamation-gui/zipball/5b5292f7f7f169550bd96b10d76d64dda199e1fd", - "reference": "5b5292f7f7f169550bd96b10d76d64dda199e1fd", + "url": "https://api.github.com/repos/spryker/sales-order-threshold-data-import/zipball/f21961a9bf99796e11990de1b6db666928008e11", + "reference": "f21961a9bf99796e11990de1b6db666928008e11", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/gui": "^3.45.0", + "spryker/currency": "^3.0.0 || ^4.0.0", + "spryker/data-import": "^1.3.0", "spryker/kernel": "^3.30.0", - "spryker/oms": "^8.0.0 || ^10.0.0 || ^11.0.0", - "spryker/sales": "^8.0.0 || ^10.0.0 || ^11.0.0", - "spryker/sales-extension": "^1.0.0", - "spryker/sales-reclamation": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/util-date-time": "^1.0.0", - "spryker/util-text": "^1.1.0" + "spryker/sales-order-threshold": "^1.0.0", + "spryker/store": "^1.2.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -55497,54 +56944,39 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\SalesOrderThresholdDataImport\\Helper\\": "tests/SprykerTest/Zed/SalesOrderThresholdDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "SalesReclamationGui module", + "description": "SalesOrderThresholdDataImport module", "support": { - "source": "https://github.com/spryker/sales-reclamation-gui/tree/1.7.1" + "source": "https://github.com/spryker/sales-order-threshold-data-import/tree/0.1.4" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/sales-return", - "version": "1.5.0", + "name": "spryker/sales-order-threshold-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/sales-return.git", - "reference": "48eec620c55514704b4fb40a74d0f4e1ec40653d" + "url": "https://github.com/spryker/sales-order-threshold-extension.git", + "reference": "897af49181ac74f936db1a4ee1cdee6d443f472d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales-return/zipball/48eec620c55514704b4fb40a74d0f4e1ec40653d", - "reference": "48eec620c55514704b4fb40a74d0f4e1ec40653d", + "url": "https://api.github.com/repos/spryker/sales-order-threshold-extension/zipball/897af49181ac74f936db1a4ee1cdee6d443f472d", + "reference": "897af49181ac74f936db1a4ee1cdee6d443f472d", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/customer": "^7.0.0", - "spryker/glossary": "^3.0.0", - "spryker/kernel": "^3.33.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/oms": "^11.21.0", - "spryker/propel-orm": "^1.0.0", - "spryker/sales": "^11.7.0", - "spryker/sales-extension": "^1.6.0", - "spryker/sales-return-extension": "^1.2.0", - "spryker/store": "^1.11.0", - "spryker/transfer": "^3.25.0", - "spryker/util-date-time": "^1.0.0", - "spryker/uuid-behavior": "^1.0.0", - "spryker/zed-request": "^3.4.0" + "php": ">=7.1" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", @@ -55555,44 +56987,48 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\SalesReturn\\Helper\\": "tests/SprykerTest/Shared/SalesReturn/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "SalesReturn module", + "description": "SalesOrderThresholdExtension module", "support": { - "source": "https://github.com/spryker/sales-return/tree/1.5.0" + "source": "https://github.com/spryker/sales-order-threshold-extension/tree/master" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2018-10-04T13:35:59+00:00" }, { - "name": "spryker/sales-return-data-import", - "version": "0.2.0", + "name": "spryker/sales-order-threshold-gui", + "version": "1.9.0", "source": { "type": "git", - "url": "https://github.com/spryker/sales-return-data-import.git", - "reference": "041076f6752286a14fa418782e1783735d9ae43d" + "url": "https://github.com/spryker/sales-order-threshold-gui.git", + "reference": "290e985b8b8061df305f00ab712a54ee3f6b8081" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales-return-data-import/zipball/041076f6752286a14fa418782e1783735d9ae43d", - "reference": "041076f6752286a14fa418782e1783735d9ae43d", + "url": "https://api.github.com/repos/spryker/sales-order-threshold-gui/zipball/290e985b8b8061df305f00ab712a54ee3f6b8081", + "reference": "290e985b8b8061df305f00ab712a54ee3f6b8081", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/data-import": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/sales-return": "^1.0.0" + "php": ">=8.0", + "spryker/currency": "^3.1.0 || ^4.0.0", + "spryker/gui": "^3.45.0", + "spryker/kernel": "^3.30.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/money": "^2.1.0", + "spryker/sales-order-threshold": "^1.3.0", + "spryker/sales-order-threshold-gui-extension": "^1.1.0", + "spryker/store": "^1.19.0", + "spryker/symfony": "^3.1.0", + "spryker/tax": "^5.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -55602,39 +57038,43 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\SalesReturnDataImport\\Helper\\": "tests/SprykerTest/Zed/SalesReturnDataImport/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "SalesReturnDataImport module", + "description": "SalesOrderThresholdGui module", "support": { - "source": "https://github.com/spryker/sales-return-data-import/tree/master" + "source": "https://github.com/spryker/sales-order-threshold-gui/tree/1.9.0" }, - "time": "2020-05-29T09:10:32+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/sales-return-extension", - "version": "1.2.0", + "name": "spryker/sales-order-threshold-gui-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/sales-return-extension.git", - "reference": "3eeb82da3fba9697689b7fb713a1eb83783d8762" + "url": "https://github.com/spryker/sales-order-threshold-gui-extension.git", + "reference": "b95308a75737466d5ea63649f85b54b8015009c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales-return-extension/zipball/3eeb82da3fba9697689b7fb713a1eb83783d8762", - "reference": "3eeb82da3fba9697689b7fb713a1eb83783d8762", + "url": "https://api.github.com/repos/spryker/sales-order-threshold-gui-extension/zipball/b95308a75737466d5ea63649f85b54b8015009c5", + "reference": "b95308a75737466d5ea63649f85b54b8015009c5", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=7.1" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/symfony": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/symfony": "If you want to use the form expander plugins." }, "type": "library", "extra": { @@ -55651,54 +57091,88 @@ "license": [ "proprietary" ], - "description": "SalesReturnExtension module", + "description": "SalesOrderThresholdGuiExtension module", "support": { - "source": "https://github.com/spryker/sales-return-extension/tree/1.2.0" + "source": "https://github.com/spryker/sales-order-threshold-gui-extension/tree/master" }, - "time": "2021-04-16T13:31:11+00:00" + "time": "2019-02-06T10:10:03+00:00" }, { - "name": "spryker/sales-return-gui", - "version": "1.8.0", + "name": "spryker/sales-order-thresholds-rest-api", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/sales-return-gui.git", - "reference": "acb9b425485cacefaa501e9c2cb794b2a653dacc" + "url": "https://github.com/spryker/sales-order-thresholds-rest-api.git", + "reference": "f5f0fd9f88e37157d93085f888b16eb3a6b469ec" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales-return-gui/zipball/acb9b425485cacefaa501e9c2cb794b2a653dacc", - "reference": "acb9b425485cacefaa501e9c2cb794b2a653dacc", + "url": "https://api.github.com/repos/spryker/sales-order-thresholds-rest-api/zipball/f5f0fd9f88e37157d93085f888b16eb3a6b469ec", + "reference": "f5f0fd9f88e37157d93085f888b16eb3a6b469ec", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/barcode": "^1.1.0", - "spryker/customer": "^7.11.0", - "spryker/glossary": "^3.0.0", - "spryker/gui": "^3.45.0", + "php": ">=7.4", + "spryker/carts-rest-api-extension": "^1.7.0", + "spryker/checkout-rest-api-extension": "^1.5.0", + "spryker/glue-application": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/money": "^2.0.0", - "spryker/oms": "^11.6.0", - "spryker/propel-orm": "^1.0.0", - "spryker/sales": "^11.9.0", - "spryker/sales-return": "^1.0.0", - "spryker/sales-return-gui-extension": "^1.1.0", - "spryker/symfony": "^3.0.0", - "spryker/util-date-time": "^1.0.0", - "spryker/util-text": "^1.1.0" + "spryker/sales-order-threshold": "^1.6.0", + "spryker/transfer": "^3.25.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "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": "SalesOrderThresholdsRestApi module", + "support": { + "source": "https://github.com/spryker/sales-order-thresholds-rest-api/tree/1.0.0" + }, + "time": "2021-12-23T07:29:07+00:00" + }, + { + "name": "spryker/sales-orders-backend-api", + "version": "0.1.0", + "source": { + "type": "git", + "url": "https://github.com/spryker/sales-orders-backend-api.git", + "reference": "8967454453964c9616858a1fe4713a9f73b5c003" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker/sales-orders-backend-api/zipball/8967454453964c9616858a1fe4713a9f73b5c003", + "reference": "8967454453964c9616858a1fe4713a9f73b5c003", + "shasum": "" + }, + "require": { + "php": ">=8.0", + "spryker/kernel": "^3.66.0", + "spryker/sales": "^11.40.0", + "spryker/sales-orders-backend-api-extension": "^0.1.0", + "spryker/transfer": "^3.31.0" }, "require-dev": { "spryker/code-sniffer": "*", "spryker/container": "*", + "spryker/oms": "*", "spryker/propel": "*", "spryker/store": "*", - "spryker/testify": "*", - "spryker/twig": "*" - }, - "suggest": { - "spryker/sales-product-configuration-gui": "Add the module if you want to display order item configuration." + "spryker/testify": "*" }, "type": "library", "extra": { @@ -55715,35 +57189,32 @@ "license": [ "proprietary" ], - "description": "SalesReturnGui module", + "description": "SalesOrdersBackendApi module", "support": { - "source": "https://github.com/spryker/sales-return-gui/tree/1.8.0" + "source": "https://github.com/spryker/sales-orders-backend-api/tree/0.1.0" }, - "time": "2023-04-19T11:02:07+00:00" + "time": "2023-04-17T15:49:27+00:00" }, { - "name": "spryker/sales-return-gui-extension", - "version": "1.2.0", + "name": "spryker/sales-orders-backend-api-extension", + "version": "0.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/sales-return-gui-extension.git", - "reference": "7d8d821091baa8bd8c1b5d684ff17aa6133f5d8b" + "url": "https://github.com/spryker/sales-orders-backend-api-extension.git", + "reference": "e7f831c666e66eef63e22a57718ebc95d6d7f94a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales-return-gui-extension/zipball/7d8d821091baa8bd8c1b5d684ff17aa6133f5d8b", - "reference": "7d8d821091baa8bd8c1b5d684ff17aa6133f5d8b", + "url": "https://api.github.com/repos/spryker/sales-orders-backend-api-extension/zipball/e7f831c666e66eef63e22a57718ebc95d6d7f94a", + "reference": "e7f831c666e66eef63e22a57718ebc95d6d7f94a", "shasum": "" }, "require": { - "php": ">=8.0" + "php": ">=8.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/symfony": "*" - }, - "suggest": { - "spryker/symfony": "If you want to use SalesReturnGui form expander plugins." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -55760,54 +57231,49 @@ "license": [ "proprietary" ], - "description": "SalesReturnGuiExtension module", + "description": "SalesOrdersBackendApiExtension module", "support": { - "source": "https://github.com/spryker/sales-return-gui-extension/tree/1.2.0" + "source": "https://github.com/spryker/sales-orders-backend-api-extension/tree/0.1.0" }, - "time": "2023-04-19T11:02:07+00:00" + "time": "2023-04-17T15:49:27+00:00" }, { - "name": "spryker/sales-return-search", - "version": "1.1.0", + "name": "spryker/sales-payment", + "version": "1.3.2", "source": { "type": "git", - "url": "https://github.com/spryker/sales-return-search.git", - "reference": "a7fa71498227073bf963a1f2d6f0c54ff3b28d45" + "url": "https://github.com/spryker/sales-payment.git", + "reference": "ed394c4003cca367489c4520f329746fc0a453a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales-return-search/zipball/a7fa71498227073bf963a1f2d6f0c54ff3b28d45", - "reference": "a7fa71498227073bf963a1f2d6f0c54ff3b28d45", + "url": "https://api.github.com/repos/spryker/sales-payment/zipball/ed394c4003cca367489c4520f329746fc0a453a1", + "reference": "ed394c4003cca367489c4520f329746fc0a453a1", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/event-behavior": "^1.0.0", - "spryker/glossary": "^3.8.0", + "spryker/checkout-extension": "^1.2.0", "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/propel-orm": "^1.5.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/sales-return": "^1.0.0", - "spryker/search": "^8.0.0", - "spryker/search-extension": "^1.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.0.0", - "spryker/util-encoding": "^2.0.0" + "spryker/message-broker": "^1.2.0", + "spryker/payment": "^5.0.0", + "spryker/propel-orm": "^1.9.0", + "spryker/sales": "^8.15.0 || ^10.0.0 || ^11.0.0", + "spryker/sales-extension": "^1.8.0", + "spryker/sales-payment-extension": "^1.1.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/elastica": "*", - "spryker/event": "*", + "spryker/container": "*", + "spryker/oms": "*", "spryker/propel": "*", - "spryker/publisher": "*", - "spryker/queue": "*", - "spryker/search-elasticsearch": "*", + "spryker/store": "*", "spryker/testify": "*" }, "suggest": { - "spryker/elastica": "If you want to use search functionality from SalesReturnSearchClient.", - "spryker/search-elasticsearch": "If you want to use search plugins." + "spryker/checkout": "If you want to use Checkout plugins.", + "spryker/oms": "If you want to use Oms command plugins." }, "type": "library", "extra": { @@ -55817,45 +57283,39 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\SalesPayment\\Helper\\": "tests/SprykerTest/Shared/SalesPayment/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "SalesReturnSearch module", + "description": "SalesPayment module", "support": { - "source": "https://github.com/spryker/sales-return-search/tree/1.1.0" + "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-returns-rest-api", + "name": "spryker/sales-payment-extension", "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/sales-returns-rest-api.git", - "reference": "5b473029ee698f9bde5fe29b4bf89730d82551a7" + "url": "https://github.com/spryker/sales-payment-extension.git", + "reference": "38d6872a91ae4405948dea7d4a6073f204141e0c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales-returns-rest-api/zipball/5b473029ee698f9bde5fe29b4bf89730d82551a7", - "reference": "5b473029ee698f9bde5fe29b4bf89730d82551a7", + "url": "https://api.github.com/repos/spryker/sales-payment-extension/zipball/38d6872a91ae4405948dea7d4a6073f204141e0c", + "reference": "38d6872a91ae4405948dea7d4a6073f204141e0c", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/glue-application": "^1.0.0", - "spryker/glue-application-extension": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/sales-return": "^1.2.0", - "spryker/sales-return-search": "^1.0.0", - "spryker/symfony": "^3.0.0" + "php": ">=8.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -55872,42 +57332,38 @@ "license": [ "proprietary" ], - "description": "SalesReturnsRestApi module", + "description": "SalesPaymentExtension module", "support": { - "source": "https://github.com/spryker/sales-returns-rest-api/tree/1.1.0" + "source": "https://github.com/spryker/sales-payment-extension/tree/1.1.0" }, - "time": "2021-04-02T09:54:31+00:00" + "time": "2023-02-08T15:12:25+00:00" }, { - "name": "spryker/sales-split", - "version": "5.1.1", + "name": "spryker/sales-payment-gui", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/sales-split.git", - "reference": "a937728a082cd4b4f8827a27a7a80d705df5b1f4" + "url": "https://github.com/spryker/sales-payment-gui.git", + "reference": "a6bf7e5f1a6005ec831f3ff353611d7fe0a07f44" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales-split/zipball/a937728a082cd4b4f8827a27a7a80d705df5b1f4", - "reference": "a937728a082cd4b4f8827a27a7a80d705df5b1f4", + "url": "https://api.github.com/repos/spryker/sales-payment-gui/zipball/a6bf7e5f1a6005ec831f3ff353611d7fe0a07f44", + "reference": "a6bf7e5f1a6005ec831f3ff353611d7fe0a07f44", "shasum": "" }, "require": { - "php": ">=7.2", + "php": ">=8.0", "spryker/kernel": "^3.30.0", - "spryker/propel-orm": "^1.0.0", - "spryker/sales": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^10.0.0 || ^11.0.0", "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "^3.0.0", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -55919,45 +57375,42 @@ "license": [ "proprietary" ], - "description": "SalesSplit module", + "description": "SalesPaymentGui module", "support": { - "source": "https://github.com/spryker/sales-split/tree/5.1.1" + "source": "https://github.com/spryker/sales-payment-gui/tree/1.1.0" }, - "time": "2020-05-29T13:08:37+00:00" + "time": "2023-01-24T16:01:46+00:00" }, { - "name": "spryker/sales-statistics", - "version": "1.2.0", + "name": "spryker/sales-product-configuration", + "version": "1.0.2", "source": { "type": "git", - "url": "https://github.com/spryker/sales-statistics.git", - "reference": "3fecb8a30013050ad4c3436c56b760c5db048b51" + "url": "https://github.com/spryker/sales-product-configuration.git", + "reference": "33d740cdc1e11c302118b5b6a6f6d331fd18d12c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales-statistics/zipball/3fecb8a30013050ad4c3436c56b760c5db048b51", - "reference": "3fecb8a30013050ad4c3436c56b760c5db048b51", + "url": "https://api.github.com/repos/spryker/sales-product-configuration/zipball/33d740cdc1e11c302118b5b6a6f6d331fd18d12c", + "reference": "33d740cdc1e11c302118b5b6a6f6d331fd18d12c", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/kernel": "^3.52.0", - "spryker/oms": "^8.0.0 || ^10.0.0 || ^11.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/sales": "^8.0.0 || ^10.0.0 || ^11.0.0", - "spryker/twig": "^3.3.1" + "php": ">=8.0", + "spryker/kernel": "^3.33.0", + "spryker/product-configuration": "^1.0.0", + "spryker/propel-orm": "^1.5.0", + "spryker/sales": "^11.0.0", + "spryker/sales-extension": "^1.9.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { - "spryker/chart": "*", "spryker/code-sniffer": "*", - "spryker/dashboard": "^1.0.0", + "spryker/product": "*", "spryker/propel": "*", + "spryker/shipment": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/chart": "If you want to use Chart Plugins. Minimum required version: 1.0.1.", - "spryker/dashboard": "If you want to use Dashboard. Minimum required version: 1.0.0." - }, "type": "library", "extra": { "branch-alias": { @@ -55973,44 +57426,34 @@ "license": [ "proprietary" ], - "description": "SalesStatistics module", + "description": "SalesProductConfiguration module", "support": { - "source": "https://github.com/spryker/sales-statistics/tree/master" + "source": "https://github.com/spryker/sales-product-configuration/tree/1.0.2" }, - "time": "2020-07-24T04:44:34+00:00" + "time": "2023-06-06T15:14:45+00:00" }, { - "name": "spryker/scheduler", - "version": "1.4.0", + "name": "spryker/sales-product-configuration-gui", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/scheduler.git", - "reference": "803f8dacd1def2d77f10653c2b011e0af9c50372" + "url": "https://github.com/spryker/sales-product-configuration-gui.git", + "reference": "fd1c4004e7d246c415ef6fd1350b0ea1418e1164" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/scheduler/zipball/803f8dacd1def2d77f10653c2b011e0af9c50372", - "reference": "803f8dacd1def2d77f10653c2b011e0af9c50372", + "url": "https://api.github.com/repos/spryker/sales-product-configuration-gui/zipball/fd1c4004e7d246c415ef6fd1350b0ea1418e1164", + "reference": "fd1c4004e7d246c415ef6fd1350b0ea1418e1164", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/graceful-runner": "^1.0.0", - "spryker/kernel": "^3.72.0", - "spryker/scheduler-extension": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/twig": "^3.0.0", - "spryker/twig-extension": "^1.0.0" + "spryker/kernel": "^3.30.0", + "spryker/sales-product-configuration-gui-extension": "^1.0.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/silex": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/container": "If you want to use SchedulerTwigPlugin.", - "spryker/silex": "If you want to use the TwigServiceProvider." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -56027,32 +57470,31 @@ "license": [ "proprietary" ], - "description": "Scheduler module", + "description": "SalesProductConfigurationGui module", "support": { - "source": "https://github.com/spryker/scheduler/tree/1.4.0" + "source": "https://github.com/spryker/sales-product-configuration-gui/tree/1.0.0" }, - "time": "2023-04-14T12:33:30+00:00" + "time": "2022-11-23T07:38:27+00:00" }, { - "name": "spryker/scheduler-extension", + "name": "spryker/sales-product-configuration-gui-extension", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/scheduler-extension.git", - "reference": "e338e50e6ab19c74ec3bd795be60e9c603eb1112" + "url": "https://github.com/spryker/sales-product-configuration-gui-extension.git", + "reference": "23be617c0a03c0ebe0f6dec1c5a9888cf595ed25" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/scheduler-extension/zipball/e338e50e6ab19c74ec3bd795be60e9c603eb1112", - "reference": "e338e50e6ab19c74ec3bd795be60e9c603eb1112", + "url": "https://api.github.com/repos/spryker/sales-product-configuration-gui-extension/zipball/23be617c0a03c0ebe0f6dec1c5a9888cf595ed25", + "reference": "23be617c0a03c0ebe0f6dec1c5a9888cf595ed25", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -56069,41 +57511,54 @@ "license": [ "proprietary" ], - "description": "SchedulerExtension module", + "description": "SalesProductConfigurationGuiExtension module", "support": { - "source": "https://github.com/spryker/scheduler-extension/tree/1.0.0" + "source": "https://github.com/spryker/sales-product-configuration-gui-extension/tree/1.0.0" }, - "time": "2019-06-21T10:50:05+00:00" + "time": "2022-10-18T17:47:15+00:00" }, { - "name": "spryker/scheduler-jenkins", - "version": "1.3.0", + "name": "spryker/sales-product-connector", + "version": "1.8.2", "source": { "type": "git", - "url": "https://github.com/spryker/scheduler-jenkins.git", - "reference": "b253d7a7f7b26ceb8850e91707692df1badc26e7" + "url": "https://github.com/spryker/sales-product-connector.git", + "reference": "f89fb482a7aab5acc9dc454037c86d9d995d5b3e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/scheduler-jenkins/zipball/b253d7a7f7b26ceb8850e91707692df1badc26e7", - "reference": "b253d7a7f7b26ceb8850e91707692df1badc26e7", + "url": "https://api.github.com/repos/spryker/sales-product-connector/zipball/f89fb482a7aab5acc9dc454037c86d9d995d5b3e", + "reference": "f89fb482a7aab5acc9dc454037c86d9d995d5b3e", "shasum": "" }, "require": { "php": ">=8.0", - "psr/http-message": "^1.0.0", - "spryker/guzzle": "^2.0.0", - "spryker/kernel": "^3.52.0", - "spryker/scheduler-extension": "^1.0.0", - "spryker/twig": "^3.0.0", + "spryker/kernel": "^3.30.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/product-page-search-extension": "^1.5.0", + "spryker/propel-orm": "^1.13.0", + "spryker/sales": "^7.0.0 || ^8.0.0 || ^10.0.0 || ^11.0.0", + "spryker/sales-extension": "^1.9.0", + "spryker/transfer": "^3.25.0", "spryker/util-encoding": "^2.0.0" }, "require-dev": { + "spryker/catalog": "*", + "spryker/checkout": "*", "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/customer": "*", + "spryker/oms": "*", + "spryker/product-image": "*", + "spryker/product-page-search": "*", + "spryker/propel": "*", + "spryker/store": "*", "spryker/testify": "*" }, "suggest": { - "spryker/silex": "If you want to use the TwigServiceProvider." + "spryker/catalog": "If you want to use Catalog plugins, minimum required version: 5.2.0.", + "spryker/checkout": "If you want to save product specific information during checkout", + "spryker/product-page-search": "If you want to use ProductPageSearch constants." }, "type": "library", "extra": { @@ -56120,121 +57575,84 @@ "license": [ "proprietary" ], - "description": "SchedulerJenkins module", + "description": "SalesProductConnector module", "support": { - "source": "https://github.com/spryker/scheduler-jenkins/tree/1.3.0" + "source": "https://github.com/spryker/sales-product-connector/tree/1.8.2" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/search", - "version": "8.20.0", + "name": "spryker/sales-quantity", + "version": "3.4.0", "source": { "type": "git", - "url": "https://github.com/spryker/search.git", - "reference": "7d611a3672526f4341eb15db73f5f84d7a85fe50" + "url": "https://github.com/spryker/sales-quantity.git", + "reference": "429aaf6d1917ff37255a8843b44920feab900185" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/search/zipball/7d611a3672526f4341eb15db73f5f84d7a85fe50", - "reference": "7d611a3672526f4341eb15db73f5f84d7a85fe50", + "url": "https://api.github.com/repos/spryker/sales-quantity/zipball/429aaf6d1917ff37255a8843b44920feab900185", + "reference": "429aaf6d1917ff37255a8843b44920feab900185", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/config": "^3.0.0", - "spryker/elastica": "^4.0.0 || ^5.0.0 || ^6.0.0", - "spryker/gui": "^3.0.0", - "spryker/guzzle": "^2.0.0", - "spryker/health-check-extension": "^1.0.0", - "spryker/kernel": "^3.72.0", - "spryker/laminas": "^1.0.0", - "spryker/locale": "^3.9.0 || ^4.0.0", - "spryker/log": "^3.0.0", - "spryker/money": "^2.0.0", - "spryker/product-page-search-extension": "^1.0.0", - "spryker/search-extension": "^1.2.0", - "spryker/store": "^1.1.0", - "spryker/store-extension": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0", - "spryker/twig": "^3.0.0", - "spryker/util-encoding": "^2.0.0" + "php": ">=7.4", + "spryker/discount-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/product": "^6.0.0", + "spryker/sales-extension": "^1.0.0", + "spryker/sales-quantity-extension": "^1.0.0" }, "require-dev": { - "spryker/application": "*", + "spryker/cart": "*", "spryker/code-sniffer": "*", + "spryker/discount": "*", "spryker/propel": "*", - "spryker/search-elasticsearch": "*", - "spryker/silex": "*", "spryker/testify": "*" }, "suggest": { - "spryker/silex": "Add this when you still want to use the abandoned Silex." + "spryker/cart": "If you want to use cart plugins: ^4.0.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "8.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Client\\Search\\Helper\\": "tests/SprykerTest/Client/Search/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Search module", + "description": "SalesQuantity module", "support": { - "source": "https://github.com/spryker/search/tree/8.20.0" + "source": "https://github.com/spryker/sales-quantity/tree/3.4.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2022-06-22T10:04:15+00:00" }, { - "name": "spryker/search-elasticsearch", - "version": "1.15.0", + "name": "spryker/sales-quantity-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/search-elasticsearch.git", - "reference": "67d824d462b8687f70b6d4293ccfae2ea4d98669" + "url": "https://github.com/spryker/sales-quantity-extension.git", + "reference": "a95f8fac72154d8900d477ede58b7b50ffe29a30" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/search-elasticsearch/zipball/67d824d462b8687f70b6d4293ccfae2ea4d98669", - "reference": "67d824d462b8687f70b6d4293ccfae2ea4d98669", + "url": "https://api.github.com/repos/spryker/sales-quantity-extension/zipball/a95f8fac72154d8900d477ede58b7b50ffe29a30", + "reference": "a95f8fac72154d8900d477ede58b7b50ffe29a30", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/elastica": "^5.0.0 || ^6.0.0", - "spryker/error-handler": "^2.1.0", - "spryker/kernel": "^3.72.0", - "spryker/laminas": "^1.0.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/log": "^3.0.0", - "spryker/money": "^2.8.0", - "spryker/search-extension": "^1.2.0", - "spryker/store": "^1.19.0", - "spryker/symfony": "^3.0.0", - "spryker/twig": "^3.0.0", - "spryker/util-encoding": "^2.1.0", - "spryker/util-sanitize": "^2.2.0", - "spryker/web-profiler-extension": "^1.0.0" + "php": ">=7.4" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/propel": "*", - "spryker/session": "*", - "spryker/storage": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/container": "If you want to use Web Profiler plugins." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -56244,49 +57662,40 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\SearchElasticsearch\\Helper\\": "tests/SprykerTest/Shared/SearchElasticsearch/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "SearchElasticsearch module", + "description": "SalesQuantityExtension module", "support": { - "source": "https://github.com/spryker/search-elasticsearch/tree/1.15.0" + "source": "https://github.com/spryker/sales-quantity-extension/tree/1.0.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2022-01-19T14:41:20+00:00" }, { - "name": "spryker/search-elasticsearch-gui", - "version": "1.0.1", + "name": "spryker/sales-reclamation", + "version": "1.1.5", "source": { "type": "git", - "url": "https://github.com/spryker/search-elasticsearch-gui.git", - "reference": "fc733a1fdcd78579753c0eb6a66ccf814ce55bc0" + "url": "https://github.com/spryker/sales-reclamation.git", + "reference": "af618547a5266cef8b08a8795606fda27089c6af" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/search-elasticsearch-gui/zipball/fc733a1fdcd78579753c0eb6a66ccf814ce55bc0", - "reference": "fc733a1fdcd78579753c0eb6a66ccf814ce55bc0", + "url": "https://api.github.com/repos/spryker/sales-reclamation/zipball/af618547a5266cef8b08a8795606fda27089c6af", + "reference": "af618547a5266cef8b08a8795606fda27089c6af", "shasum": "" }, "require": { "php": ">=7.2", - "spryker/gui": "^3.0.0", "spryker/kernel": "^3.30.0", - "spryker/search-elasticsearch": "^1.2.0", - "spryker/search-extension": "^1.0.0", - "spryker/symfony": "^3.0.0" + "spryker/sales": "^8.3.0 || ^10.0.0 || ^11.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/elastica": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/elastica": "If you want to use Elastica plugin to build GUI." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -56303,36 +57712,40 @@ "license": [ "proprietary" ], - "description": "SearchElasticsearchGui module", + "description": "SalesReclamation module", "support": { - "source": "https://github.com/spryker/search-elasticsearch-gui/tree/1.0.1" + "source": "https://github.com/spryker/sales-reclamation/tree/master" }, - "time": "2020-07-03T08:13:47+00:00" + "time": "2020-05-29T13:08:37+00:00" }, { - "name": "spryker/search-extension", - "version": "1.2.0", + "name": "spryker/sales-reclamation-gui", + "version": "1.7.1", "source": { "type": "git", - "url": "https://github.com/spryker/search-extension.git", - "reference": "deed18da2ba98f335272ffc4f78eb56851ede2ba" + "url": "https://github.com/spryker/sales-reclamation-gui.git", + "reference": "5b5292f7f7f169550bd96b10d76d64dda199e1fd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/search-extension/zipball/deed18da2ba98f335272ffc4f78eb56851ede2ba", - "reference": "deed18da2ba98f335272ffc4f78eb56851ede2ba", + "url": "https://api.github.com/repos/spryker/sales-reclamation-gui/zipball/5b5292f7f7f169550bd96b10d76d64dda199e1fd", + "reference": "5b5292f7f7f169550bd96b10d76d64dda199e1fd", "shasum": "" }, "require": { - "php": ">=8.0" + "php": ">=8.0", + "spryker/gui": "^3.45.0", + "spryker/kernel": "^3.30.0", + "spryker/oms": "^8.0.0 || ^10.0.0 || ^11.0.0", + "spryker/sales": "^8.0.0 || ^10.0.0 || ^11.0.0", + "spryker/sales-extension": "^1.0.0", + "spryker/sales-reclamation": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/util-date-time": "^1.0.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/log": "*" - }, - "suggest": { - "spryker/elastica": "If you want to use Elasticsearch as the search engine.", - "spryker/log": "If you want to use InstallerPluginInterface: ^1.0.0." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -56349,101 +57762,47 @@ "license": [ "proprietary" ], - "description": "SearchExtension module", + "description": "SalesReclamationGui module", "support": { - "source": "https://github.com/spryker/search-extension/tree/1.2.0" + "source": "https://github.com/spryker/sales-reclamation-gui/tree/1.7.1" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/search-http", - "version": "0.3.3", + "name": "spryker/sales-return", + "version": "1.5.0", "source": { "type": "git", - "url": "https://github.com/spryker/search-http.git", - "reference": "a2c2200fa5982ea2850c1e00299319444eb1aa0b" + "url": "https://github.com/spryker/sales-return.git", + "reference": "48eec620c55514704b4fb40a74d0f4e1ec40653d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/search-http/zipball/a2c2200fa5982ea2850c1e00299319444eb1aa0b", - "reference": "a2c2200fa5982ea2850c1e00299319444eb1aa0b", + "url": "https://api.github.com/repos/spryker/sales-return/zipball/48eec620c55514704b4fb40a74d0f4e1ec40653d", + "reference": "48eec620c55514704b4fb40a74d0f4e1ec40653d", "shasum": "" }, "require": { "php": ">=8.0", - "psr/http-message": "^1.0.0", - "spryker/catalog-extension": "^1.0.0", - "spryker/category-storage": "^2.0.0", - "spryker/guzzle": "^2.0.0", - "spryker/kernel": "^3.30.0", - "spryker/locale": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0", - "spryker/log": "^3.0.0", - "spryker/message-broker-extension": "^1.0.0", - "spryker/money": "^2.8.0", - "spryker/product-storage": "^1.36.0", - "spryker/propel-orm": "^1.16.0", - "spryker/search-extension": "^1.1.0", - "spryker/storage": "^3.4.0", - "spryker/store": "^1.17.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.0.0", - "spryker/transfer": "^3.27.0" + "spryker/customer": "^7.0.0", + "spryker/glossary": "^3.0.0", + "spryker/kernel": "^3.33.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/oms": "^11.21.0", + "spryker/propel-orm": "^1.0.0", + "spryker/sales": "^11.7.0", + "spryker/sales-extension": "^1.6.0", + "spryker/sales-return-extension": "^1.2.0", + "spryker/store": "^1.11.0", + "spryker/transfer": "^3.25.0", + "spryker/util-date-time": "^1.0.0", + "spryker/uuid-behavior": "^1.0.0", + "spryker/zed-request": "^3.4.0" }, "require-dev": { "spryker/code-sniffer": "*", "spryker/container": "*", "spryker/propel": "*", - "spryker/queue": "*", - "spryker/session": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/catalog": "Add Catalog Module if you need to use Catalog Module", - "spryker/product-page-search": "Add Product Page Search Module if you need to use Product Page Search Module", - "spryker/search": "Add Search Module if you need to use Search Module" - }, - "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": "SearchHttp module", - "support": { - "source": "https://github.com/spryker/search-http/tree/0.3.3" - }, - "time": "2023-06-16T09:24:47+00:00" - }, - { - "name": "spryker/secrets-manager", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://github.com/spryker/secrets-manager.git", - "reference": "c0c1e7833ba18ff0f6cc31e3f004e5565d858a88" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/secrets-manager/zipball/c0c1e7833ba18ff0f6cc31e3f004e5565d858a88", - "reference": "c0c1e7833ba18ff0f6cc31e3f004e5565d858a88", - "shasum": "" - }, - "require": { - "php": ">=7.4", - "spryker/kernel": "^3.30.0", - "spryker/secrets-manager-extension": "^1.0.0" - }, - "require-dev": { - "spryker/code-sniffer": "*", "spryker/testify": "*" }, "type": "library", @@ -56455,44 +57814,42 @@ "autoload": { "psr-4": { "Spryker\\": "src/Spryker/", - "SprykerTest\\Client\\SecretsManager\\Helper\\": "tests/SprykerTest/Client/SecretsManager/_support/Helper/" + "SprykerTest\\Shared\\SalesReturn\\Helper\\": "tests/SprykerTest/Shared/SalesReturn/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "SecretsManager module", + "description": "SalesReturn module", "support": { - "source": "https://github.com/spryker/secrets-manager/tree/1.0.0" + "source": "https://github.com/spryker/sales-return/tree/1.5.0" }, - "time": "2022-04-14T07:53:41+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/secrets-manager-aws", - "version": "1.0.2", + "name": "spryker/sales-return-data-import", + "version": "0.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/secrets-manager-aws.git", - "reference": "957116be05150a8dbdaa349ca0580795c560f1a0" + "url": "https://github.com/spryker/sales-return-data-import.git", + "reference": "041076f6752286a14fa418782e1783735d9ae43d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/secrets-manager-aws/zipball/957116be05150a8dbdaa349ca0580795c560f1a0", - "reference": "957116be05150a8dbdaa349ca0580795c560f1a0", + "url": "https://api.github.com/repos/spryker/sales-return-data-import/zipball/041076f6752286a14fa418782e1783735d9ae43d", + "reference": "041076f6752286a14fa418782e1783735d9ae43d", "shasum": "" }, "require": { - "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", - "spryker/transfer": "^3.25.0", - "spryker/util-text": "^1.1.0" + "php": ">=7.2", + "spryker/data-import": "^1.0.0", + "spryker/kernel": "^3.33.0", + "spryker/sales-return": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", @@ -56504,35 +57861,35 @@ "autoload": { "psr-4": { "Spryker\\": "src/Spryker/", - "SprykerTest\\Client\\SecretsManagerAws\\Helper\\": "tests/SprykerTest/Client/SecretsManagerAws/_support/Helper/" + "SprykerTest\\Zed\\SalesReturnDataImport\\Helper\\": "tests/SprykerTest/Zed/SalesReturnDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "SecretsManagerAws module", + "description": "SalesReturnDataImport module", "support": { - "source": "https://github.com/spryker/secrets-manager-aws/tree/1.0.2" + "source": "https://github.com/spryker/sales-return-data-import/tree/master" }, - "time": "2023-06-22T13:12:04+00:00" + "time": "2020-05-29T09:10:32+00:00" }, { - "name": "spryker/secrets-manager-extension", - "version": "1.0.0", + "name": "spryker/sales-return-extension", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/secrets-manager-extension.git", - "reference": "e9312bc18ed4d04e641d68ddcd0be40d482a458e" + "url": "https://github.com/spryker/sales-return-extension.git", + "reference": "3eeb82da3fba9697689b7fb713a1eb83783d8762" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/secrets-manager-extension/zipball/e9312bc18ed4d04e641d68ddcd0be40d482a458e", - "reference": "e9312bc18ed4d04e641d68ddcd0be40d482a458e", + "url": "https://api.github.com/repos/spryker/sales-return-extension/zipball/3eeb82da3fba9697689b7fb713a1eb83783d8762", + "reference": "3eeb82da3fba9697689b7fb713a1eb83783d8762", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=7.3" }, "require-dev": { "spryker/code-sniffer": "*" @@ -56552,50 +57909,54 @@ "license": [ "proprietary" ], - "description": "SecretsManagerExtension module", + "description": "SalesReturnExtension module", "support": { - "source": "https://github.com/spryker/secrets-manager-extension/tree/1.0.0" + "source": "https://github.com/spryker/sales-return-extension/tree/1.2.0" }, - "time": "2022-04-14T07:53:41+00:00" + "time": "2021-04-16T13:31:11+00:00" }, { - "name": "spryker/security", - "version": "1.7.1", + "name": "spryker/sales-return-gui", + "version": "1.8.0", "source": { "type": "git", - "url": "https://github.com/spryker/security.git", - "reference": "56bb645a4a30fbb0d0611e64f8e284eb9cee0d23" + "url": "https://github.com/spryker/sales-return-gui.git", + "reference": "acb9b425485cacefaa501e9c2cb794b2a653dacc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/security/zipball/56bb645a4a30fbb0d0611e64f8e284eb9cee0d23", - "reference": "56bb645a4a30fbb0d0611e64f8e284eb9cee0d23", + "url": "https://api.github.com/repos/spryker/sales-return-gui/zipball/acb9b425485cacefaa501e9c2cb794b2a653dacc", + "reference": "acb9b425485cacefaa501e9c2cb794b2a653dacc", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/application-extension": "^1.0.0", - "spryker/kernel": "^3.52.0", - "spryker/security-extension": "^1.1.0", - "spryker/symfony": "^3.8.0", - "spryker/validator-extension": "^1.0.0" + "spryker/barcode": "^1.1.0", + "spryker/customer": "^7.11.0", + "spryker/glossary": "^3.0.0", + "spryker/gui": "^3.45.0", + "spryker/kernel": "^3.30.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/money": "^2.0.0", + "spryker/oms": "^11.6.0", + "spryker/propel-orm": "^1.0.0", + "spryker/sales": "^11.9.0", + "spryker/sales-return": "^1.0.0", + "spryker/sales-return-gui-extension": "^1.1.0", + "spryker/symfony": "^3.0.0", + "spryker/util-date-time": "^1.0.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { - "spryker/application": "*", "spryker/code-sniffer": "*", "spryker/container": "*", - "spryker/event-dispatcher": "*", - "spryker/event-dispatcher-extension": "*", - "spryker/log": "*", - "spryker/router": "*", - "spryker/session": "*", - "spryker/testify": "*" + "spryker/propel": "*", + "spryker/store": "*", + "spryker/testify": "*", + "spryker/twig": "*" }, "suggest": { - "spryker/container": "Add this module to use the Container.", - "spryker/event-dispatcher": "Add this module to use the EventDispatcher.", - "spryker/event-dispatcher-extension": "Add this module to use the EventDispatcherExtension.", - "spryker/log": "Add this module when you want to use the Logger." + "spryker/sales-product-configuration-gui": "Add the module if you want to display order item configuration." }, "type": "library", "extra": { @@ -56605,45 +57966,42 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\Security\\Helper\\": "tests/SprykerTest/Zed/Security/_support/Helper/", - "SprykerTest\\Yves\\Security\\Helper\\": "tests/SprykerTest/Yves/Security/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Security module", + "description": "SalesReturnGui module", "support": { - "source": "https://github.com/spryker/security/tree/1.7.1" + "source": "https://github.com/spryker/sales-return-gui/tree/1.8.0" }, - "time": "2023-01-24T16:01:46+00:00" + "time": "2023-04-19T11:02:07+00:00" }, { - "name": "spryker/security-blocker", + "name": "spryker/sales-return-gui-extension", "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/security-blocker.git", - "reference": "21a1dff06d862c485a7e5e5a60963424e9118431" + "url": "https://github.com/spryker/sales-return-gui-extension.git", + "reference": "7d8d821091baa8bd8c1b5d684ff17aa6133f5d8b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/security-blocker/zipball/21a1dff06d862c485a7e5e5a60963424e9118431", - "reference": "21a1dff06d862c485a7e5e5a60963424e9118431", + "url": "https://api.github.com/repos/spryker/sales-return-gui-extension/zipball/7d8d821091baa8bd8c1b5d684ff17aa6133f5d8b", + "reference": "7d8d821091baa8bd8c1b5d684ff17aa6133f5d8b", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/kernel": "^3.30.0", - "spryker/redis": "^2.5.0", - "spryker/security-blocker-extension": "^1.0.0", - "spryker/transfer": "^3.25.0" + "php": ">=8.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/symfony": "*" + }, + "suggest": { + "spryker/symfony": "If you want to use SalesReturnGui form expander plugins." }, "type": "library", "extra": { @@ -56660,36 +58018,55 @@ "license": [ "proprietary" ], - "description": "SecurityBlocker module", + "description": "SalesReturnGuiExtension module", "support": { - "source": "https://github.com/spryker/security-blocker/tree/1.2.0" + "source": "https://github.com/spryker/sales-return-gui-extension/tree/1.2.0" }, - "time": "2023-03-28T12:28:15+00:00" + "time": "2023-04-19T11:02:07+00:00" }, { - "name": "spryker/security-blocker-backoffice", - "version": "1.0.0", + "name": "spryker/sales-return-search", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/security-blocker-backoffice.git", - "reference": "a4d12e22bcab7159ab4c82d2870d754ffa6c5b4e" + "url": "https://github.com/spryker/sales-return-search.git", + "reference": "a7fa71498227073bf963a1f2d6f0c54ff3b28d45" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/security-blocker-backoffice/zipball/a4d12e22bcab7159ab4c82d2870d754ffa6c5b4e", - "reference": "a4d12e22bcab7159ab4c82d2870d754ffa6c5b4e", + "url": "https://api.github.com/repos/spryker/sales-return-search/zipball/a7fa71498227073bf963a1f2d6f0c54ff3b28d45", + "reference": "a7fa71498227073bf963a1f2d6f0c54ff3b28d45", "shasum": "" }, "require": { "php": ">=8.0", + "spryker/event-behavior": "^1.0.0", + "spryker/glossary": "^3.8.0", "spryker/kernel": "^3.30.0", - "spryker/security-blocker-extension": "^1.0.0", - "spryker/transfer": "^3.25.0" + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/propel-orm": "^1.5.0", + "spryker/publisher-extension": "^1.0.0", + "spryker/sales-return": "^1.0.0", + "spryker/search": "^8.0.0", + "spryker/search-extension": "^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.0.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/elastica": "*", + "spryker/event": "*", + "spryker/propel": "*", + "spryker/publisher": "*", + "spryker/queue": "*", + "spryker/search-elasticsearch": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/elastica": "If you want to use search functionality from SalesReturnSearchClient.", + "spryker/search-elasticsearch": "If you want to use search plugins." + }, "type": "library", "extra": { "branch-alias": { @@ -56705,45 +58082,39 @@ "license": [ "proprietary" ], - "description": "SecurityBlockerBackoffice module", + "description": "SalesReturnSearch module", "support": { - "source": "https://github.com/spryker/security-blocker-backoffice/tree/1.0.0" + "source": "https://github.com/spryker/sales-return-search/tree/1.1.0" }, - "time": "2023-03-28T12:28:15+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/security-blocker-backoffice-gui", - "version": "1.0.0", + "name": "spryker/sales-returns-rest-api", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/security-blocker-backoffice-gui.git", - "reference": "6fb790774528345610125f760ef9df464b1fcbc9" + "url": "https://github.com/spryker/sales-returns-rest-api.git", + "reference": "5b473029ee698f9bde5fe29b4bf89730d82551a7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/security-blocker-backoffice-gui/zipball/6fb790774528345610125f760ef9df464b1fcbc9", - "reference": "6fb790774528345610125f760ef9df464b1fcbc9", + "url": "https://api.github.com/repos/spryker/sales-returns-rest-api/zipball/5b473029ee698f9bde5fe29b4bf89730d82551a7", + "reference": "5b473029ee698f9bde5fe29b4bf89730d82551a7", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/event-dispatcher-extension": "^1.0.0", - "spryker/glossary": "^3.0.0", - "spryker/kernel": "^3.30.0", - "spryker/security-blocker": "^1.2.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0" + "php": ">=7.3", + "spryker/glue-application": "^1.0.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.33.0", + "spryker/sales-return": "^1.2.0", + "spryker/sales-return-search": "^1.0.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/event-dispatcher": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/container": "If you want to use EventDispatcherPlugin.", - "spryker/event-dispatcher": "If you want to use EventDispatcherPlugin." - }, "type": "library", "extra": { "branch-alias": { @@ -56759,36 +58130,42 @@ "license": [ "proprietary" ], - "description": "SecurityBlockerBackofficeGui module", + "description": "SalesReturnsRestApi module", "support": { - "source": "https://github.com/spryker/security-blocker-backoffice-gui/tree/1.0.0" + "source": "https://github.com/spryker/sales-returns-rest-api/tree/1.1.0" }, - "time": "2023-03-28T12:28:15+00:00" + "time": "2021-04-02T09:54:31+00:00" }, { - "name": "spryker/security-blocker-extension", - "version": "1.0.0", + "name": "spryker/sales-split", + "version": "5.1.1", "source": { "type": "git", - "url": "https://github.com/spryker/security-blocker-extension.git", - "reference": "3420e65e94ca1da656a79d60beca93325d8b8601" + "url": "https://github.com/spryker/sales-split.git", + "reference": "a937728a082cd4b4f8827a27a7a80d705df5b1f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/security-blocker-extension/zipball/3420e65e94ca1da656a79d60beca93325d8b8601", - "reference": "3420e65e94ca1da656a79d60beca93325d8b8601", + "url": "https://api.github.com/repos/spryker/sales-split/zipball/a937728a082cd4b4f8827a27a7a80d705df5b1f4", + "reference": "a937728a082cd4b4f8827a27a7a80d705df5b1f4", "shasum": "" }, "require": { - "php": ">=8.0" + "php": ">=7.2", + "spryker/kernel": "^3.30.0", + "spryker/propel-orm": "^1.0.0", + "spryker/sales": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^10.0.0 || ^11.0.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/propel": "^3.0.0", + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "5.0.x-dev" } }, "autoload": { @@ -56800,36 +58177,45 @@ "license": [ "proprietary" ], - "description": "SecurityBlockerExtension module", + "description": "SalesSplit module", "support": { - "source": "https://github.com/spryker/security-blocker-extension/tree/1.0.0" + "source": "https://github.com/spryker/sales-split/tree/5.1.1" }, - "time": "2023-03-28T12:28:15+00:00" + "time": "2020-05-29T13:08:37+00:00" }, { - "name": "spryker/security-blocker-merchant-portal", - "version": "1.0.0", + "name": "spryker/sales-statistics", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/security-blocker-merchant-portal.git", - "reference": "5c4ba5b244c629174c9503adc1b9f11c92273527" + "url": "https://github.com/spryker/sales-statistics.git", + "reference": "3fecb8a30013050ad4c3436c56b760c5db048b51" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/security-blocker-merchant-portal/zipball/5c4ba5b244c629174c9503adc1b9f11c92273527", - "reference": "5c4ba5b244c629174c9503adc1b9f11c92273527", + "url": "https://api.github.com/repos/spryker/sales-statistics/zipball/3fecb8a30013050ad4c3436c56b760c5db048b51", + "reference": "3fecb8a30013050ad4c3436c56b760c5db048b51", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/kernel": "^3.30.0", - "spryker/security-blocker-extension": "^1.0.0", - "spryker/transfer": "^3.25.0" + "php": ">=7.2", + "spryker/kernel": "^3.52.0", + "spryker/oms": "^8.0.0 || ^10.0.0 || ^11.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/sales": "^8.0.0 || ^10.0.0 || ^11.0.0", + "spryker/twig": "^3.3.1" }, "require-dev": { + "spryker/chart": "*", "spryker/code-sniffer": "*", + "spryker/dashboard": "^1.0.0", + "spryker/propel": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/chart": "If you want to use Chart Plugins. Minimum required version: 1.0.1.", + "spryker/dashboard": "If you want to use Dashboard. Minimum required version: 1.0.0." + }, "type": "library", "extra": { "branch-alias": { @@ -56845,44 +58231,44 @@ "license": [ "proprietary" ], - "description": "SecurityBlockerMerchantPortal module", + "description": "SalesStatistics module", "support": { - "source": "https://github.com/spryker/security-blocker-merchant-portal/tree/1.0.0" + "source": "https://github.com/spryker/sales-statistics/tree/master" }, - "time": "2023-03-28T12:28:15+00:00" + "time": "2020-07-24T04:44:34+00:00" }, { - "name": "spryker/security-blocker-merchant-portal-gui", - "version": "1.0.0", + "name": "spryker/scheduler", + "version": "1.4.0", "source": { "type": "git", - "url": "https://github.com/spryker/security-blocker-merchant-portal-gui.git", - "reference": "758d3ef7d03eeb38729371c6b891b830287abc80" + "url": "https://github.com/spryker/scheduler.git", + "reference": "803f8dacd1def2d77f10653c2b011e0af9c50372" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/security-blocker-merchant-portal-gui/zipball/758d3ef7d03eeb38729371c6b891b830287abc80", - "reference": "758d3ef7d03eeb38729371c6b891b830287abc80", + "url": "https://api.github.com/repos/spryker/scheduler/zipball/803f8dacd1def2d77f10653c2b011e0af9c50372", + "reference": "803f8dacd1def2d77f10653c2b011e0af9c50372", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/event-dispatcher-extension": "^1.0.0", - "spryker/glossary": "^3.0.0", - "spryker/kernel": "^3.30.0", - "spryker/security-blocker": "^1.2.0", + "spryker/graceful-runner": "^1.0.0", + "spryker/kernel": "^3.72.0", + "spryker/scheduler-extension": "^1.0.0", "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0" + "spryker/twig": "^3.0.0", + "spryker/twig-extension": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", "spryker/container": "*", - "spryker/event-dispatcher": "*", + "spryker/silex": "*", "spryker/testify": "*" }, "suggest": { - "spryker/container": "If you want to use EventDispatcherPlugin.", - "spryker/event-dispatcher": "If you want to use EventDispatcherPlugin." + "spryker/container": "If you want to use SchedulerTwigPlugin.", + "spryker/silex": "If you want to use the TwigServiceProvider." }, "type": "library", "extra": { @@ -56899,34 +58285,28 @@ "license": [ "proprietary" ], - "description": "SecurityBlockerMerchantPortalGui module", + "description": "Scheduler module", "support": { - "source": "https://github.com/spryker/security-blocker-merchant-portal-gui/tree/1.0.0" + "source": "https://github.com/spryker/scheduler/tree/1.4.0" }, - "time": "2023-03-28T12:28:15+00:00" + "time": "2023-04-14T12:33:30+00:00" }, { - "name": "spryker/security-blocker-rest-api", + "name": "spryker/scheduler-extension", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/security-blocker-rest-api.git", - "reference": "776c49117ae5f73f9375340164d52d3897d0de01" + "url": "https://github.com/spryker/scheduler-extension.git", + "reference": "e338e50e6ab19c74ec3bd795be60e9c603eb1112" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/security-blocker-rest-api/zipball/776c49117ae5f73f9375340164d52d3897d0de01", - "reference": "776c49117ae5f73f9375340164d52d3897d0de01", + "url": "https://api.github.com/repos/spryker/scheduler-extension/zipball/e338e50e6ab19c74ec3bd795be60e9c603eb1112", + "reference": "e338e50e6ab19c74ec3bd795be60e9c603eb1112", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/glossary-storage": "^1.0.0", - "spryker/glue-application": "^1.9.0", - "spryker/glue-application-extension": "^1.1.0", - "spryker/kernel": "^3.30.0", - "spryker/security-blocker": "^1.0.0", - "spryker/symfony": "^3.0.0" + "php": ">=7.1" }, "require-dev": { "spryker/code-sniffer": "*", @@ -56947,36 +58327,42 @@ "license": [ "proprietary" ], - "description": "SecurityBlockerRestApi module", + "description": "SchedulerExtension module", "support": { - "source": "https://github.com/spryker/security-blocker-rest-api/tree/1.0.0" + "source": "https://github.com/spryker/scheduler-extension/tree/1.0.0" }, - "time": "2020-12-28T18:08:55+00:00" + "time": "2019-06-21T10:50:05+00:00" }, { - "name": "spryker/security-blocker-storefront-agent", - "version": "1.0.0", + "name": "spryker/scheduler-jenkins", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/security-blocker-storefront-agent.git", - "reference": "d5e106cbb8efda718b2cb8d5b4090fb4fc4efbee" + "url": "https://github.com/spryker/scheduler-jenkins.git", + "reference": "b253d7a7f7b26ceb8850e91707692df1badc26e7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/security-blocker-storefront-agent/zipball/d5e106cbb8efda718b2cb8d5b4090fb4fc4efbee", - "reference": "d5e106cbb8efda718b2cb8d5b4090fb4fc4efbee", + "url": "https://api.github.com/repos/spryker/scheduler-jenkins/zipball/b253d7a7f7b26ceb8850e91707692df1badc26e7", + "reference": "b253d7a7f7b26ceb8850e91707692df1badc26e7", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/kernel": "^3.30.0", - "spryker/security-blocker-extension": "^1.0.0", - "spryker/transfer": "^3.25.0" + "psr/http-message": "^1.0.0", + "spryker/guzzle": "^2.0.0", + "spryker/kernel": "^3.52.0", + "spryker/scheduler-extension": "^1.0.0", + "spryker/twig": "^3.0.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/silex": "If you want to use the TwigServiceProvider." + }, "type": "library", "extra": { "branch-alias": { @@ -56992,80 +58378,121 @@ "license": [ "proprietary" ], - "description": "SecurityBlockerStorefrontAgent module", + "description": "SchedulerJenkins module", "support": { - "source": "https://github.com/spryker/security-blocker-storefront-agent/tree/1.0.0" + "source": "https://github.com/spryker/scheduler-jenkins/tree/1.3.0" }, - "time": "2023-03-28T12:28:15+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/security-blocker-storefront-customer", - "version": "1.0.0", + "name": "spryker/search", + "version": "8.20.0", "source": { "type": "git", - "url": "https://github.com/spryker/security-blocker-storefront-customer.git", - "reference": "874adad23e90aa55f124aa8938342b8cf5a22137" + "url": "https://github.com/spryker/search.git", + "reference": "7d611a3672526f4341eb15db73f5f84d7a85fe50" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/security-blocker-storefront-customer/zipball/874adad23e90aa55f124aa8938342b8cf5a22137", - "reference": "874adad23e90aa55f124aa8938342b8cf5a22137", + "url": "https://api.github.com/repos/spryker/search/zipball/7d611a3672526f4341eb15db73f5f84d7a85fe50", + "reference": "7d611a3672526f4341eb15db73f5f84d7a85fe50", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/kernel": "^3.30.0", - "spryker/security-blocker-extension": "^1.0.0", - "spryker/transfer": "^3.25.0" + "spryker/config": "^3.0.0", + "spryker/elastica": "^4.0.0 || ^5.0.0 || ^6.0.0", + "spryker/gui": "^3.0.0", + "spryker/guzzle": "^2.0.0", + "spryker/health-check-extension": "^1.0.0", + "spryker/kernel": "^3.72.0", + "spryker/laminas": "^1.0.0", + "spryker/locale": "^3.9.0 || ^4.0.0", + "spryker/log": "^3.0.0", + "spryker/money": "^2.0.0", + "spryker/product-page-search-extension": "^1.0.0", + "spryker/search-extension": "^1.2.0", + "spryker/store": "^1.1.0", + "spryker/store-extension": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.25.0", + "spryker/twig": "^3.0.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { + "spryker/application": "*", "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/search-elasticsearch": "*", + "spryker/silex": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/silex": "Add this when you still want to use the abandoned Silex." + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "8.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Client\\Search\\Helper\\": "tests/SprykerTest/Client/Search/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "SecurityBlockerStorefrontCustomer module", + "description": "Search module", "support": { - "source": "https://github.com/spryker/security-blocker-storefront-customer/tree/1.0.0" + "source": "https://github.com/spryker/search/tree/8.20.0" }, - "time": "2023-03-28T12:28:15+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/security-extension", - "version": "1.1.0", + "name": "spryker/search-elasticsearch", + "version": "1.15.0", "source": { "type": "git", - "url": "https://github.com/spryker/security-extension.git", - "reference": "b70d1b9d09f0b77b4a8ff443580aef32e0f332a2" + "url": "https://github.com/spryker/search-elasticsearch.git", + "reference": "67d824d462b8687f70b6d4293ccfae2ea4d98669" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/security-extension/zipball/b70d1b9d09f0b77b4a8ff443580aef32e0f332a2", - "reference": "b70d1b9d09f0b77b4a8ff443580aef32e0f332a2", + "url": "https://api.github.com/repos/spryker/search-elasticsearch/zipball/67d824d462b8687f70b6d4293ccfae2ea4d98669", + "reference": "67d824d462b8687f70b6d4293ccfae2ea4d98669", "shasum": "" }, "require": { - "php": ">=8.0" + "php": ">=8.0", + "spryker/elastica": "^5.0.0 || ^6.0.0", + "spryker/error-handler": "^2.1.0", + "spryker/kernel": "^3.72.0", + "spryker/laminas": "^1.0.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/log": "^3.0.0", + "spryker/money": "^2.8.0", + "spryker/search-extension": "^1.2.0", + "spryker/store": "^1.19.0", + "spryker/symfony": "^3.0.0", + "spryker/twig": "^3.0.0", + "spryker/util-encoding": "^2.1.0", + "spryker/util-sanitize": "^2.2.0", + "spryker/web-profiler-extension": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*" + "spryker/container": "*", + "spryker/propel": "*", + "spryker/session": "*", + "spryker/storage": "*", + "spryker/testify": "*" }, "suggest": { - "spryker/container": "Add this module to use the Container." + "spryker/container": "If you want to use Web Profiler plugins." }, "type": "library", "extra": { @@ -57075,61 +58502,49 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\SearchElasticsearch\\Helper\\": "tests/SprykerTest/Shared/SearchElasticsearch/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "SecurityExtension module", + "description": "SearchElasticsearch module", "support": { - "source": "https://github.com/spryker/security-extension/tree/1.1.0" + "source": "https://github.com/spryker/search-elasticsearch/tree/1.15.0" }, - "time": "2022-11-08T12:42:27+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/security-gui", - "version": "1.3.0", + "name": "spryker/search-elasticsearch-gui", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/security-gui.git", - "reference": "a0ca717dec4f606c6293bf40087d41dc5549cf09" + "url": "https://github.com/spryker/search-elasticsearch-gui.git", + "reference": "fc733a1fdcd78579753c0eb6a66ccf814ce55bc0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/security-gui/zipball/a0ca717dec4f606c6293bf40087d41dc5549cf09", - "reference": "a0ca717dec4f606c6293bf40087d41dc5549cf09", + "url": "https://api.github.com/repos/spryker/search-elasticsearch-gui/zipball/fc733a1fdcd78579753c0eb6a66ccf814ce55bc0", + "reference": "fc733a1fdcd78579753c0eb6a66ccf814ce55bc0", "shasum": "" }, "require": { - "php": ">=8.0", + "php": ">=7.2", + "spryker/gui": "^3.0.0", "spryker/kernel": "^3.30.0", - "spryker/messenger": "^3.0.0", - "spryker/security": "^1.3.0", - "spryker/security-extension": "^1.0.0", - "spryker/security-gui-extension": "^1.2.0", - "spryker/symfony": "^3.5.0", - "spryker/transfer": "^3.27.0", - "spryker/user": "^3.17.0", - "spryker/user-password-reset": "^1.0.0" + "spryker/search-elasticsearch": "^1.2.0", + "spryker/search-extension": "^1.0.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/application": "*", "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/customer": "*", - "spryker/event-dispatcher": "*", - "spryker/form": "*", - "spryker/propel": "*", - "spryker/router": "*", - "spryker/session": "*", - "spryker/testify": "*", - "spryker/validator": "*" + "spryker/elastica": "*", + "spryker/testify": "*" }, "suggest": { - "spryker/container": "Add this module to use the Container.", - "spryker/router": "You need to install this module when you want to use the RouterExtension interfaces." + "spryker/elastica": "If you want to use Elastica plugin to build GUI." }, "type": "library", "extra": { @@ -57146,31 +58561,36 @@ "license": [ "proprietary" ], - "description": "SecurityGui module", + "description": "SearchElasticsearchGui module", "support": { - "source": "https://github.com/spryker/security-gui/tree/1.3.0" + "source": "https://github.com/spryker/search-elasticsearch-gui/tree/1.0.1" }, - "time": "2023-03-03T10:26:17+00:00" + "time": "2020-07-03T08:13:47+00:00" }, { - "name": "spryker/security-gui-extension", + "name": "spryker/search-extension", "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/security-gui-extension.git", - "reference": "7df35059c98dd5dd17650a28b41b8197b24950a2" + "url": "https://github.com/spryker/search-extension.git", + "reference": "deed18da2ba98f335272ffc4f78eb56851ede2ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/security-gui-extension/zipball/7df35059c98dd5dd17650a28b41b8197b24950a2", - "reference": "7df35059c98dd5dd17650a28b41b8197b24950a2", + "url": "https://api.github.com/repos/spryker/search-extension/zipball/deed18da2ba98f335272ffc4f78eb56851ede2ba", + "reference": "deed18da2ba98f335272ffc4f78eb56851ede2ba", "shasum": "" }, "require": { "php": ">=8.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/log": "*" + }, + "suggest": { + "spryker/elastica": "If you want to use Elasticsearch as the search engine.", + "spryker/log": "If you want to use InstallerPluginInterface: ^1.0.0." }, "type": "library", "extra": { @@ -57187,63 +58607,63 @@ "license": [ "proprietary" ], - "description": "SecurityGuiExtension module", + "description": "SearchExtension module", "support": { - "source": "https://github.com/spryker/security-gui-extension/tree/1.2.0" + "source": "https://github.com/spryker/search-extension/tree/1.2.0" }, - "time": "2023-02-08T12:23:08+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/security-merchant-portal-gui", - "version": "2.1.0", + "name": "spryker/search-http", + "version": "0.3.3", "source": { "type": "git", - "url": "https://github.com/spryker/security-merchant-portal-gui.git", - "reference": "b04d69d73b793a8afdf66ba057efb0682c22f65f" + "url": "https://github.com/spryker/search-http.git", + "reference": "a2c2200fa5982ea2850c1e00299319444eb1aa0b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/security-merchant-portal-gui/zipball/b04d69d73b793a8afdf66ba057efb0682c22f65f", - "reference": "b04d69d73b793a8afdf66ba057efb0682c22f65f", + "url": "https://api.github.com/repos/spryker/search-http/zipball/a2c2200fa5982ea2850c1e00299319444eb1aa0b", + "reference": "a2c2200fa5982ea2850c1e00299319444eb1aa0b", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/merchant-user": "^1.0.0", - "spryker/messenger": "^3.0.0", - "spryker/security": "^1.5.0", - "spryker/security-extension": "^1.0.0", - "spryker/security-merchant-portal-gui-extension": "^1.0.0", - "spryker/symfony": "^3.5.0", - "spryker/transfer": "^3.25.0", - "spryker/user-merchant-portal-gui-extension": "^1.0.0", - "spryker/zed-ui": "^2.0.0" + "psr/http-message": "^1.0.0", + "spryker/catalog-extension": "^1.0.0", + "spryker/category-storage": "^2.0.0", + "spryker/guzzle": "^2.0.0", + "spryker/kernel": "^3.30.0", + "spryker/locale": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0", + "spryker/log": "^3.0.0", + "spryker/message-broker-extension": "^1.0.0", + "spryker/money": "^2.8.0", + "spryker/product-storage": "^1.36.0", + "spryker/propel-orm": "^1.16.0", + "spryker/search-extension": "^1.1.0", + "spryker/storage": "^3.4.0", + "spryker/store": "^1.17.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.0.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { - "spryker/acl": "*", - "spryker/application": "*", "spryker/code-sniffer": "*", "spryker/container": "*", - "spryker/customer": "*", - "spryker/event-dispatcher": "*", - "spryker/form": "*", - "spryker/merchant": "*", "spryker/propel": "*", - "spryker/router": "*", + "spryker/queue": "*", "spryker/session": "*", - "spryker/testify": "*", - "spryker/user": "*", - "spryker/validator": "*" + "spryker/testify": "*" }, "suggest": { - "spryker/container": "Add this module when you want to use the Container." + "spryker/catalog": "Add Catalog Module if you need to use Catalog Module", + "spryker/product-page-search": "Add Product Page Search Module if you need to use Product Page Search Module", + "spryker/search": "Add Search Module if you need to use Search Module" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -57255,31 +58675,34 @@ "license": [ "proprietary" ], - "description": "SecurityMerchantPortalGui module", + "description": "SearchHttp module", "support": { - "source": "https://github.com/spryker/security-merchant-portal-gui/tree/2.1.0" + "source": "https://github.com/spryker/search-http/tree/0.3.3" }, - "time": "2023-03-10T14:11:16+00:00" + "time": "2023-06-16T09:24:47+00:00" }, { - "name": "spryker/security-merchant-portal-gui-extension", + "name": "spryker/secrets-manager", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/security-merchant-portal-gui-extension.git", - "reference": "6313427968cb4e41dbd8e81e19730ce7a7bb1ec5" + "url": "https://github.com/spryker/secrets-manager.git", + "reference": "c0c1e7833ba18ff0f6cc31e3f004e5565d858a88" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/security-merchant-portal-gui-extension/zipball/6313427968cb4e41dbd8e81e19730ce7a7bb1ec5", - "reference": "6313427968cb4e41dbd8e81e19730ce7a7bb1ec5", + "url": "https://api.github.com/repos/spryker/secrets-manager/zipball/c0c1e7833ba18ff0f6cc31e3f004e5565d858a88", + "reference": "c0c1e7833ba18ff0f6cc31e3f004e5565d858a88", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=7.4", + "spryker/kernel": "^3.30.0", + "spryker/secrets-manager-extension": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -57289,59 +58712,47 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Client\\SecretsManager\\Helper\\": "tests/SprykerTest/Client/SecretsManager/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "SecurityMerchantPortalGuiExtension module", + "description": "SecretsManager module", "support": { - "source": "https://github.com/spryker/security-merchant-portal-gui-extension/tree/1.0.0" + "source": "https://github.com/spryker/secrets-manager/tree/1.0.0" }, - "time": "2022-08-16T17:27:05+00:00" + "time": "2022-04-14T07:53:41+00:00" }, { - "name": "spryker/security-oauth-user", - "version": "1.3.0", + "name": "spryker/secrets-manager-aws", + "version": "1.0.2", "source": { "type": "git", - "url": "https://github.com/spryker/security-oauth-user.git", - "reference": "01d9a998e3c6c09ac75361ccc4e442fda1da5699" + "url": "https://github.com/spryker/secrets-manager-aws.git", + "reference": "957116be05150a8dbdaa349ca0580795c560f1a0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/security-oauth-user/zipball/01d9a998e3c6c09ac75361ccc4e442fda1da5699", - "reference": "01d9a998e3c6c09ac75361ccc4e442fda1da5699", + "url": "https://api.github.com/repos/spryker/secrets-manager-aws/zipball/957116be05150a8dbdaa349ca0580795c560f1a0", + "reference": "957116be05150a8dbdaa349ca0580795c560f1a0", "shasum": "" }, "require": { + "aws/aws-sdk-php": "^3.263.14", "php": ">=8.0", - "spryker/acl": "^3.4.0", "spryker/kernel": "^3.30.0", - "spryker/messenger": "^3.0.0", - "spryker/security-extension": "^1.0.0", - "spryker/security-oauth-user-extension": "^1.0.0", - "spryker/symfony": "^3.5.0", - "spryker/transfer": "^3.27.0", - "spryker/user": "^3.17.0", - "spryker/util-text": "^1.3.0" + "spryker/log": "^1.0.0 || ^2.0.0 || ^3.0.0", + "spryker/secrets-manager-extension": "^1.0.0", + "spryker/transfer": "^3.25.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { - "spryker/application": "*", "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/event-dispatcher": "*", - "spryker/propel": "*", - "spryker/router": "*", - "spryker/security": "*", - "spryker/session": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/container": "Add this module to use the Container." - }, "type": "library", "extra": { "branch-alias": { @@ -57350,35 +58761,36 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Client\\SecretsManagerAws\\Helper\\": "tests/SprykerTest/Client/SecretsManagerAws/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "SecurityOauthUser module", + "description": "SecretsManagerAws module", "support": { - "source": "https://github.com/spryker/security-oauth-user/tree/1.3.0" + "source": "https://github.com/spryker/secrets-manager-aws/tree/1.0.2" }, - "time": "2023-03-03T10:26:17+00:00" + "time": "2023-06-22T13:12:04+00:00" }, { - "name": "spryker/security-oauth-user-extension", + "name": "spryker/secrets-manager-extension", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/security-oauth-user-extension.git", - "reference": "8a081c79a6018e911f64e4d903b582a2dc292819" + "url": "https://github.com/spryker/secrets-manager-extension.git", + "reference": "e9312bc18ed4d04e641d68ddcd0be40d482a458e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/security-oauth-user-extension/zipball/8a081c79a6018e911f64e4d903b582a2dc292819", - "reference": "8a081c79a6018e911f64e4d903b582a2dc292819", + "url": "https://api.github.com/repos/spryker/secrets-manager-extension/zipball/e9312bc18ed4d04e641d68ddcd0be40d482a458e", + "reference": "e9312bc18ed4d04e641d68ddcd0be40d482a458e", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=7.4" }, "require-dev": { "spryker/code-sniffer": "*" @@ -57398,45 +58810,50 @@ "license": [ "proprietary" ], - "description": "SecurityOauthUserExtension module", + "description": "SecretsManagerExtension module", "support": { - "source": "https://github.com/spryker/security-oauth-user-extension/tree/1.0.0" + "source": "https://github.com/spryker/secrets-manager-extension/tree/1.0.0" }, - "time": "2020-12-03T13:12:06+00:00" + "time": "2022-04-14T07:53:41+00:00" }, { - "name": "spryker/security-system-user", - "version": "1.0.0", + "name": "spryker/security", + "version": "1.7.1", "source": { "type": "git", - "url": "https://github.com/spryker/security-system-user.git", - "reference": "a30d66d05108c3dac8c785e5b42fcdc53f33caf9" + "url": "https://github.com/spryker/security.git", + "reference": "56bb645a4a30fbb0d0611e64f8e284eb9cee0d23" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/security-system-user/zipball/a30d66d05108c3dac8c785e5b42fcdc53f33caf9", - "reference": "a30d66d05108c3dac8c785e5b42fcdc53f33caf9", + "url": "https://api.github.com/repos/spryker/security/zipball/56bb645a4a30fbb0d0611e64f8e284eb9cee0d23", + "reference": "56bb645a4a30fbb0d0611e64f8e284eb9cee0d23", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/kernel": "^3.33.0", - "spryker/security-extension": "^1.0.0", - "spryker/session-redis-extension": "^1.0.0", - "spryker/symfony": "^3.5.0", - "spryker/user": "^3.0.0" + "php": ">=8.0", + "spryker/application-extension": "^1.0.0", + "spryker/kernel": "^3.52.0", + "spryker/security-extension": "^1.1.0", + "spryker/symfony": "^3.8.0", + "spryker/validator-extension": "^1.0.0" }, "require-dev": { "spryker/application": "*", "spryker/code-sniffer": "*", "spryker/container": "*", "spryker/event-dispatcher": "*", + "spryker/event-dispatcher-extension": "*", + "spryker/log": "*", "spryker/router": "*", - "spryker/security": "*", + "spryker/session": "*", "spryker/testify": "*" }, "suggest": { - "spryker/container": "Add this module when you want to use the Container." + "spryker/container": "Add this module to use the Container.", + "spryker/event-dispatcher": "Add this module to use the EventDispatcher.", + "spryker/event-dispatcher-extension": "Add this module to use the EventDispatcherExtension.", + "spryker/log": "Add this module when you want to use the Logger." }, "type": "library", "extra": { @@ -57446,47 +58863,50 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\Security\\Helper\\": "tests/SprykerTest/Zed/Security/_support/Helper/", + "SprykerTest\\Yves\\Security\\Helper\\": "tests/SprykerTest/Yves/Security/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "SecuritySystemUser module", + "description": "Security module", "support": { - "source": "https://github.com/spryker/security-system-user/tree/1.0.0" + "source": "https://github.com/spryker/security/tree/1.7.1" }, - "time": "2021-08-11T11:07:06+00:00" + "time": "2023-01-24T16:01:46+00:00" }, { - "name": "spryker/sequence-number", - "version": "3.1.1", + "name": "spryker/security-blocker", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/sequence-number.git", - "reference": "429691b69a3d3a581dd93f20327914373fe5d99f" + "url": "https://github.com/spryker/security-blocker.git", + "reference": "21a1dff06d862c485a7e5e5a60963424e9118431" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sequence-number/zipball/429691b69a3d3a581dd93f20327914373fe5d99f", - "reference": "429691b69a3d3a581dd93f20327914373fe5d99f", + "url": "https://api.github.com/repos/spryker/security-blocker/zipball/21a1dff06d862c485a7e5e5a60963424e9118431", + "reference": "21a1dff06d862c485a7e5e5a60963424e9118431", "shasum": "" }, "require": { - "php": ">=7.4", + "php": ">=8.0", "spryker/kernel": "^3.30.0", - "spryker/propel-orm": "^1.4.0" + "spryker/redis": "^2.5.0", + "spryker/security-blocker-extension": "^1.0.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -57498,38 +58918,34 @@ "license": [ "proprietary" ], - "description": "SequenceNumber module", + "description": "SecurityBlocker module", "support": { - "source": "https://github.com/spryker/sequence-number/tree/3.1.1" + "source": "https://github.com/spryker/security-blocker/tree/1.2.0" }, - "time": "2022-07-19T15:32:39+00:00" + "time": "2023-03-28T12:28:15+00:00" }, { - "name": "spryker/service-point", - "version": "0.4.2", + "name": "spryker/security-blocker-backoffice", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/service-point.git", - "reference": "1aad5e4b4c5ed619bcb7aae04b7d71fa8423ab48" + "url": "https://github.com/spryker/security-blocker-backoffice.git", + "reference": "a4d12e22bcab7159ab4c82d2870d754ffa6c5b4e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/service-point/zipball/1aad5e4b4c5ed619bcb7aae04b7d71fa8423ab48", - "reference": "1aad5e4b4c5ed619bcb7aae04b7d71fa8423ab48", + "url": "https://api.github.com/repos/spryker/security-blocker-backoffice/zipball/a4d12e22bcab7159ab4c82d2870d754ffa6c5b4e", + "reference": "a4d12e22bcab7159ab4c82d2870d754ffa6c5b4e", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/country": "^4.1.0", "spryker/kernel": "^3.30.0", - "spryker/propel-orm": "^1.0.0", - "spryker/store": "^1.12.0", - "spryker/transfer": "^3.27.0", - "spryker/uuid-behavior": "^1.0.0" + "spryker/security-blocker-extension": "^1.0.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", @@ -57547,40 +58963,45 @@ "license": [ "proprietary" ], - "description": "ServicePoint module", + "description": "SecurityBlockerBackoffice module", "support": { - "source": "https://github.com/spryker/service-point/tree/0.4.2" + "source": "https://github.com/spryker/security-blocker-backoffice/tree/1.0.0" }, - "time": "2023-07-04T11:30:17+00:00" + "time": "2023-03-28T12:28:15+00:00" }, { - "name": "spryker/service-point-data-import", - "version": "0.4.1", + "name": "spryker/security-blocker-backoffice-gui", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/service-point-data-import.git", - "reference": "943c3b392d12d672b4891798f4ac1995f8d7e073" + "url": "https://github.com/spryker/security-blocker-backoffice-gui.git", + "reference": "6fb790774528345610125f760ef9df464b1fcbc9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/service-point-data-import/zipball/943c3b392d12d672b4891798f4ac1995f8d7e073", - "reference": "943c3b392d12d672b4891798f4ac1995f8d7e073", + "url": "https://api.github.com/repos/spryker/security-blocker-backoffice-gui/zipball/6fb790774528345610125f760ef9df464b1fcbc9", + "reference": "6fb790774528345610125f760ef9df464b1fcbc9", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/country": "^4.0.0", - "spryker/data-import": "^1.3.0", + "spryker/event-dispatcher-extension": "^1.0.0", + "spryker/glossary": "^3.0.0", "spryker/kernel": "^3.30.0", - "spryker/service-point": "^0.4.0", - "spryker/store": "^1.0.0", - "spryker/transfer": "^3.27.0" + "spryker/security-blocker": "^1.2.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", + "spryker/container": "*", + "spryker/event-dispatcher": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/container": "If you want to use EventDispatcherPlugin.", + "spryker/event-dispatcher": "If you want to use EventDispatcherPlugin." + }, "type": "library", "extra": { "branch-alias": { @@ -57594,58 +59015,33 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "ServicePointDataImport module", + "description": "SecurityBlockerBackofficeGui module", "support": { - "source": "https://github.com/spryker/service-point-data-import/tree/0.4.1" + "source": "https://github.com/spryker/security-blocker-backoffice-gui/tree/1.0.0" }, - "time": "2023-06-01T08:21:24+00:00" + "time": "2023-03-28T12:28:15+00:00" }, { - "name": "spryker/service-point-search", - "version": "0.2.1", + "name": "spryker/security-blocker-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/service-point-search.git", - "reference": "38a30aa95112c42741b5d28d13ec419eb059d4fb" + "url": "https://github.com/spryker/security-blocker-extension.git", + "reference": "3420e65e94ca1da656a79d60beca93325d8b8601" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/service-point-search/zipball/38a30aa95112c42741b5d28d13ec419eb059d4fb", - "reference": "38a30aa95112c42741b5d28d13ec419eb059d4fb", + "url": "https://api.github.com/repos/spryker/security-blocker-extension/zipball/3420e65e94ca1da656a79d60beca93325d8b8601", + "reference": "3420e65e94ca1da656a79d60beca93325d8b8601", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/event-behavior": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/propel-orm": "^1.5.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/search": "^8.0.0", - "spryker/search-extension": "^1.0.0", - "spryker/service-point": "^0.4.1", - "spryker/store": "^1.19.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.0.0", - "spryker/transfer": "^3.27.0", - "spryker/util-encoding": "^2.0.0" + "php": ">=8.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/country": "*", - "spryker/elastica": "*", - "spryker/event": "*", - "spryker/propel": "*", - "spryker/publisher": "*", - "spryker/queue": "*", - "spryker/search-elasticsearch": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/elastica": "If you want to use search functionality from ServicePointSearchClient.", - "spryker/search-elasticsearch": "If you want to use search plugins." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -57662,45 +59058,34 @@ "license": [ "proprietary" ], - "description": "ServicePointSearch module", + "description": "SecurityBlockerExtension module", "support": { - "source": "https://github.com/spryker/service-point-search/tree/0.2.1" + "source": "https://github.com/spryker/security-blocker-extension/tree/1.0.0" }, - "time": "2023-07-03T12:28:33+00:00" + "time": "2023-03-28T12:28:15+00:00" }, { - "name": "spryker/service-point-storage", - "version": "0.2.0", + "name": "spryker/security-blocker-merchant-portal", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/service-point-storage.git", - "reference": "753ec409d9b6d5515bd3760a51538a57fc140331" + "url": "https://github.com/spryker/security-blocker-merchant-portal.git", + "reference": "5c4ba5b244c629174c9503adc1b9f11c92273527" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/service-point-storage/zipball/753ec409d9b6d5515bd3760a51538a57fc140331", - "reference": "753ec409d9b6d5515bd3760a51538a57fc140331", + "url": "https://api.github.com/repos/spryker/security-blocker-merchant-portal/zipball/5c4ba5b244c629174c9503adc1b9f11c92273527", + "reference": "5c4ba5b244c629174c9503adc1b9f11c92273527", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/event-behavior": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/service-point": "^0.4.1", - "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" + "spryker/security-blocker-extension": "^1.0.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/country": "*", - "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", @@ -57718,51 +59103,44 @@ "license": [ "proprietary" ], - "description": "ServicePointStorage module", + "description": "SecurityBlockerMerchantPortal module", "support": { - "source": "https://github.com/spryker/service-point-storage/tree/0.2.0" + "source": "https://github.com/spryker/security-blocker-merchant-portal/tree/1.0.0" }, - "time": "2023-07-04T11:30:17+00:00" + "time": "2023-03-28T12:28:15+00:00" }, { - "name": "spryker/service-points-backend-api", - "version": "0.3.0", + "name": "spryker/security-blocker-merchant-portal-gui", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/service-points-backend-api.git", - "reference": "09391166ffe4c9f788898698d2323ef29a744f36" + "url": "https://github.com/spryker/security-blocker-merchant-portal-gui.git", + "reference": "758d3ef7d03eeb38729371c6b891b830287abc80" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/service-points-backend-api/zipball/09391166ffe4c9f788898698d2323ef29a744f36", - "reference": "09391166ffe4c9f788898698d2323ef29a744f36", + "url": "https://api.github.com/repos/spryker/security-blocker-merchant-portal-gui/zipball/758d3ef7d03eeb38729371c6b891b830287abc80", + "reference": "758d3ef7d03eeb38729371c6b891b830287abc80", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/glossary-storage": "^1.5.0", - "spryker/glue-application-extension": "^1.0.0", - "spryker/glue-json-api-convention-extension": "^1.0.0", - "spryker/kernel": "^3.66.0", - "spryker/service-point": "^0.4.0", + "spryker/event-dispatcher-extension": "^1.0.0", + "spryker/glossary": "^3.0.0", + "spryker/kernel": "^3.30.0", + "spryker/security-blocker": "^1.2.0", "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.31.0", - "spryker/uuid-behavior": "^1.0.0" + "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/config": "*", "spryker/container": "*", - "spryker/glue-application": "*", - "spryker/glue-backend-api-application": "*", - "spryker/propel": "*", - "spryker/storage": "*", - "spryker/store": "*", - "spryker/testify": "*", - "spryker/zed-request": "*" + "spryker/event-dispatcher": "*", + "spryker/testify": "*" }, "suggest": { - "spryker/glue-application": "If you want to use glue application plugin" + "spryker/container": "If you want to use EventDispatcherPlugin.", + "spryker/event-dispatcher": "If you want to use EventDispatcherPlugin." }, "type": "library", "extra": { @@ -57779,153 +59157,84 @@ "license": [ "proprietary" ], - "description": "ServicePointsBackendApi module", + "description": "SecurityBlockerMerchantPortalGui module", "support": { - "source": "https://github.com/spryker/service-points-backend-api/tree/0.3.0" + "source": "https://github.com/spryker/security-blocker-merchant-portal-gui/tree/1.0.0" }, - "time": "2023-05-30T20:54:20+00:00" + "time": "2023-03-28T12:28:15+00:00" }, { - "name": "spryker/session", - "version": "4.15.1", + "name": "spryker/security-blocker-rest-api", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/session.git", - "reference": "f62376d44c4b7044cd9dceda5f223df6286476f4" + "url": "https://github.com/spryker/security-blocker-rest-api.git", + "reference": "776c49117ae5f73f9375340164d52d3897d0de01" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/session/zipball/f62376d44c4b7044cd9dceda5f223df6286476f4", - "reference": "f62376d44c4b7044cd9dceda5f223df6286476f4", + "url": "https://api.github.com/repos/spryker/security-blocker-rest-api/zipball/776c49117ae5f73f9375340164d52d3897d0de01", + "reference": "776c49117ae5f73f9375340164d52d3897d0de01", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/application-extension": "^1.0.0", - "spryker/config": "^3.0.0", - "spryker/event-dispatcher-extension": "^1.0.0", - "spryker/health-check-extension": "^1.0.0", - "spryker/kernel": "^3.52.0", - "spryker/message-broker-extension": "^1.0.0", - "spryker/monitoring": "^1.0.0 || ^2.0.0", - "spryker/ramsey-uuid": "^1.0.0 || ^2.0.0", - "spryker/redis": "^2.0.0", - "spryker/session-extension": "^1.0.0", - "spryker/symfony": "^3.5.0" + "php": ">=7.3", + "spryker/glossary-storage": "^1.0.0", + "spryker/glue-application": "^1.9.0", + "spryker/glue-application-extension": "^1.1.0", + "spryker/kernel": "^3.30.0", + "spryker/security-blocker": "^1.0.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/application": "*", "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/event-dispatcher": "*", - "spryker/propel": "*", - "spryker/silex": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/container": "If you want to use application plugins and event dispatcher plugins.", - "spryker/event-dispatcher": "If you want to use application plugins and event dispatcher plugins.", - "spryker/silex": "Add this when you still want to use the abandoned Silex." - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\Session\\Helper\\": "tests/SprykerTest/Zed/Session/_support/Helper/", - "SprykerTest\\Yves\\Session\\Helper\\": "tests/SprykerTest/Yves/Session/_support/Helper/", - "SprykerTest\\Shared\\Session\\Helper\\": "tests/SprykerTest/Shared/Session/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Session module", + "description": "SecurityBlockerRestApi module", "support": { - "source": "https://github.com/spryker/session/tree/4.15.1" + "source": "https://github.com/spryker/security-blocker-rest-api/tree/1.0.0" }, - "time": "2023-02-24T06:44:56+00:00" + "time": "2020-12-28T18:08:55+00:00" }, { - "name": "spryker/session-customer-validation", - "version": "1.1.0", + "name": "spryker/security-blocker-storefront-agent", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/session-customer-validation.git", - "reference": "5f7f175f07acd9a92aabfa2fe38276d311d40053" + "url": "https://github.com/spryker/security-blocker-storefront-agent.git", + "reference": "d5e106cbb8efda718b2cb8d5b4090fb4fc4efbee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/session-customer-validation/zipball/5f7f175f07acd9a92aabfa2fe38276d311d40053", - "reference": "5f7f175f07acd9a92aabfa2fe38276d311d40053", + "url": "https://api.github.com/repos/spryker/security-blocker-storefront-agent/zipball/d5e106cbb8efda718b2cb8d5b4090fb4fc4efbee", + "reference": "d5e106cbb8efda718b2cb8d5b4090fb4fc4efbee", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/customer": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", "spryker/kernel": "^3.30.0", - "spryker/security-extension": "^1.0.0", - "spryker/session-customer-validation-extension": "^1.0.0", - "spryker/symfony": "^3.8.0", + "spryker/security-blocker-extension": "^1.0.0", "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/propel": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/container": "Add this module if you want to use security plugins.", - "spryker/event-dispatcher": "Add this module if you want to use security 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": "SessionCustomerValidation module", - "support": { - "source": "https://github.com/spryker/session-customer-validation/tree/1.1.0" - }, - "abandoned": "spryker-shop/session-customer-validation-page", - "time": "2022-12-13T15:22:29+00:00" - }, - { - "name": "spryker/session-customer-validation-extension", - "version": "1.1.0", - "source": { - "type": "git", - "url": "https://github.com/spryker/session-customer-validation-extension.git", - "reference": "f3274fff96880a2e0f0ce2fc562950ca6c529627" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/session-customer-validation-extension/zipball/f3274fff96880a2e0f0ce2fc562950ca6c529627", - "reference": "f3274fff96880a2e0f0ce2fc562950ca6c529627", - "shasum": "" - }, - "require": { - "php": ">=8.0" - }, - "require-dev": { - "spryker/code-sniffer": "*" - }, "type": "library", "extra": { "branch-alias": { @@ -57941,28 +59250,31 @@ "license": [ "proprietary" ], - "description": "SessionCustomerValidationExtension module", + "description": "SecurityBlockerStorefrontAgent module", "support": { - "source": "https://github.com/spryker/session-customer-validation-extension/tree/1.1.0" + "source": "https://github.com/spryker/security-blocker-storefront-agent/tree/1.0.0" }, - "time": "2022-12-13T15:22:29+00:00" + "time": "2023-03-28T12:28:15+00:00" }, { - "name": "spryker/session-extension", + "name": "spryker/security-blocker-storefront-customer", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/session-extension.git", - "reference": "4f926d073daeed34a3b3bf779a2804c3ea3455db" + "url": "https://github.com/spryker/security-blocker-storefront-customer.git", + "reference": "874adad23e90aa55f124aa8938342b8cf5a22137" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/session-extension/zipball/4f926d073daeed34a3b3bf779a2804c3ea3455db", - "reference": "4f926d073daeed34a3b3bf779a2804c3ea3455db", + "url": "https://api.github.com/repos/spryker/security-blocker-storefront-customer/zipball/874adad23e90aa55f124aa8938342b8cf5a22137", + "reference": "874adad23e90aa55f124aa8938342b8cf5a22137", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.0", + "spryker/kernel": "^3.30.0", + "spryker/security-blocker-extension": "^1.0.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*", @@ -57983,41 +59295,35 @@ "license": [ "proprietary" ], - "description": "SessionExtension module", + "description": "SecurityBlockerStorefrontCustomer module", "support": { - "source": "https://github.com/spryker/session-extension/tree/master" + "source": "https://github.com/spryker/security-blocker-storefront-customer/tree/1.0.0" }, - "time": "2019-06-07T09:07:12+00:00" + "time": "2023-03-28T12:28:15+00:00" }, { - "name": "spryker/session-file", - "version": "1.5.0", + "name": "spryker/security-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/session-file.git", - "reference": "481c607d1dd6c263500c2e83c4e4a9397c89efbf" + "url": "https://github.com/spryker/security-extension.git", + "reference": "b70d1b9d09f0b77b4a8ff443580aef32e0f332a2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/session-file/zipball/481c607d1dd6c263500c2e83c4e4a9397c89efbf", - "reference": "481c607d1dd6c263500c2e83c4e4a9397c89efbf", + "url": "https://api.github.com/repos/spryker/security-extension/zipball/b70d1b9d09f0b77b4a8ff443580aef32e0f332a2", + "reference": "b70d1b9d09f0b77b4a8ff443580aef32e0f332a2", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker-shop/session-agent-validation-extension": "^1.0.0", - "spryker-shop/session-customer-validation-page-extension": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/monitoring": "^1.0.0 || ^2.0.0", - "spryker/session-customer-validation-extension": "^1.0.0", - "spryker/session-extension": "^1.0.0", - "spryker/session-user-validation-extension": "^1.0.0", - "spryker/transfer": "^3.25.0" + "php": ">=8.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/symfony": "^3.0.0", - "spryker/testify": "*" + "spryker/container": "*" + }, + "suggest": { + "spryker/container": "Add this module to use the Container." }, "type": "library", "extra": { @@ -58034,43 +59340,54 @@ "license": [ "proprietary" ], - "description": "SessionFile module", + "description": "SecurityExtension module", "support": { - "source": "https://github.com/spryker/session-file/tree/1.5.0" + "source": "https://github.com/spryker/security-extension/tree/1.1.0" }, - "time": "2022-12-13T15:22:29+00:00" + "time": "2022-11-08T12:42:27+00:00" }, { - "name": "spryker/session-redis", - "version": "1.8.0", + "name": "spryker/security-gui", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/session-redis.git", - "reference": "06a3b696300dc75c3fb564c43b19317b9c39a4ec" + "url": "https://github.com/spryker/security-gui.git", + "reference": "a0ca717dec4f606c6293bf40087d41dc5549cf09" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/session-redis/zipball/06a3b696300dc75c3fb564c43b19317b9c39a4ec", - "reference": "06a3b696300dc75c3fb564c43b19317b9c39a4ec", + "url": "https://api.github.com/repos/spryker/security-gui/zipball/a0ca717dec4f606c6293bf40087d41dc5549cf09", + "reference": "a0ca717dec4f606c6293bf40087d41dc5549cf09", "shasum": "" }, "require": { "php": ">=8.0", - "spryker-shop/session-agent-validation-extension": "^1.0.0", - "spryker-shop/session-customer-validation-page-extension": "^1.0.0", - "spryker/kernel": "^3.52.0", - "spryker/monitoring": "^1.0.0 || ^2.0.0", - "spryker/redis": "^2.1.0", - "spryker/session-customer-validation-extension": "^1.0.0", - "spryker/session-extension": "^1.0.0", - "spryker/session-redis-extension": "^1.1.0", - "spryker/session-user-validation-extension": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0" + "spryker/kernel": "^3.30.0", + "spryker/messenger": "^3.0.0", + "spryker/security": "^1.3.0", + "spryker/security-extension": "^1.0.0", + "spryker/security-gui-extension": "^1.2.0", + "spryker/symfony": "^3.5.0", + "spryker/transfer": "^3.27.0", + "spryker/user": "^3.17.0", + "spryker/user-password-reset": "^1.0.0" }, "require-dev": { + "spryker/application": "*", "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/container": "*", + "spryker/customer": "*", + "spryker/event-dispatcher": "*", + "spryker/form": "*", + "spryker/propel": "*", + "spryker/router": "*", + "spryker/session": "*", + "spryker/testify": "*", + "spryker/validator": "*" + }, + "suggest": { + "spryker/container": "Add this module to use the Container.", + "spryker/router": "You need to install this module when you want to use the RouterExtension interfaces." }, "type": "library", "extra": { @@ -58087,28 +59404,28 @@ "license": [ "proprietary" ], - "description": "SessionRedis module", + "description": "SecurityGui module", "support": { - "source": "https://github.com/spryker/session-redis/tree/1.8.0" + "source": "https://github.com/spryker/security-gui/tree/1.3.0" }, - "time": "2022-12-13T15:22:29+00:00" + "time": "2023-03-03T10:26:17+00:00" }, { - "name": "spryker/session-redis-extension", - "version": "1.1.0", + "name": "spryker/security-gui-extension", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/session-redis-extension.git", - "reference": "e87d6becf9fea744a998b2514727eb578e995fdc" + "url": "https://github.com/spryker/security-gui-extension.git", + "reference": "7df35059c98dd5dd17650a28b41b8197b24950a2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/session-redis-extension/zipball/e87d6becf9fea744a998b2514727eb578e995fdc", - "reference": "e87d6becf9fea744a998b2514727eb578e995fdc", + "url": "https://api.github.com/repos/spryker/security-gui-extension/zipball/7df35059c98dd5dd17650a28b41b8197b24950a2", + "reference": "7df35059c98dd5dd17650a28b41b8197b24950a2", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -58128,47 +59445,63 @@ "license": [ "proprietary" ], - "description": "SessionRedisExtension module", + "description": "SecurityGuiExtension module", "support": { - "source": "https://github.com/spryker/session-redis-extension/tree/1.1.0" + "source": "https://github.com/spryker/security-gui-extension/tree/1.2.0" }, - "time": "2021-04-27T09:04:46+00:00" + "time": "2023-02-08T12:23:08+00:00" }, { - "name": "spryker/session-user-validation", - "version": "1.2.0", + "name": "spryker/security-merchant-portal-gui", + "version": "2.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/session-user-validation.git", - "reference": "e2d9febd3890084ae74901c8ea85bf7e74d763c7" + "url": "https://github.com/spryker/security-merchant-portal-gui.git", + "reference": "b04d69d73b793a8afdf66ba057efb0682c22f65f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/session-user-validation/zipball/e2d9febd3890084ae74901c8ea85bf7e74d763c7", - "reference": "e2d9febd3890084ae74901c8ea85bf7e74d763c7", + "url": "https://api.github.com/repos/spryker/security-merchant-portal-gui/zipball/b04d69d73b793a8afdf66ba057efb0682c22f65f", + "reference": "b04d69d73b793a8afdf66ba057efb0682c22f65f", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/kernel": "^3.30.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/kernel": "^3.33.0", + "spryker/merchant-user": "^1.0.0", + "spryker/messenger": "^3.0.0", + "spryker/security": "^1.5.0", "spryker/security-extension": "^1.0.0", - "spryker/session-user-validation-extension": "^1.0.0", - "spryker/symfony": "^3.8.0", - "spryker/transfer": "^3.27.0", - "spryker/user": "^3.17.0" + "spryker/security-merchant-portal-gui-extension": "^1.0.0", + "spryker/symfony": "^3.5.0", + "spryker/transfer": "^3.25.0", + "spryker/user-merchant-portal-gui-extension": "^1.0.0", + "spryker/zed-ui": "^2.0.0" }, "require-dev": { + "spryker/acl": "*", + "spryker/application": "*", "spryker/code-sniffer": "*", - "spryker/container": "*" + "spryker/container": "*", + "spryker/customer": "*", + "spryker/event-dispatcher": "*", + "spryker/form": "*", + "spryker/merchant": "*", + "spryker/propel": "*", + "spryker/router": "*", + "spryker/session": "*", + "spryker/testify": "*", + "spryker/user": "*", + "spryker/validator": "*" }, "suggest": { - "spryker/container": "Add this module if you want to use security plugins.N", - "spryker/event-dispatcher": "Add this module if you want to use security plugins.N" + "spryker/container": "Add this module when you want to use the Container." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -58180,24 +59513,24 @@ "license": [ "proprietary" ], - "description": "SessionUserValidation module", + "description": "SecurityMerchantPortalGui module", "support": { - "source": "https://github.com/spryker/session-user-validation/tree/1.2.0" + "source": "https://github.com/spryker/security-merchant-portal-gui/tree/2.1.0" }, - "time": "2023-03-03T10:26:17+00:00" + "time": "2023-03-10T14:11:16+00:00" }, { - "name": "spryker/session-user-validation-extension", + "name": "spryker/security-merchant-portal-gui-extension", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/session-user-validation-extension.git", - "reference": "63c0bdf2da432149c347cd53a7dbe735ecdbfce0" + "url": "https://github.com/spryker/security-merchant-portal-gui-extension.git", + "reference": "6313427968cb4e41dbd8e81e19730ce7a7bb1ec5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/session-user-validation-extension/zipball/63c0bdf2da432149c347cd53a7dbe735ecdbfce0", - "reference": "63c0bdf2da432149c347cd53a7dbe735ecdbfce0", + "url": "https://api.github.com/repos/spryker/security-merchant-portal-gui-extension/zipball/6313427968cb4e41dbd8e81e19730ce7a7bb1ec5", + "reference": "6313427968cb4e41dbd8e81e19730ce7a7bb1ec5", "shasum": "" }, "require": { @@ -58221,46 +59554,56 @@ "license": [ "proprietary" ], - "description": "SessionUserValidationExtension module", + "description": "SecurityMerchantPortalGuiExtension module", "support": { - "source": "https://github.com/spryker/session-user-validation-extension/tree/1.0.0" + "source": "https://github.com/spryker/security-merchant-portal-gui-extension/tree/1.0.0" }, - "time": "2022-03-16T14:26:53+00:00" + "time": "2022-08-16T17:27:05+00:00" }, { - "name": "spryker/setup", - "version": "4.4.2", + "name": "spryker/security-oauth-user", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/setup.git", - "reference": "fcd5ba8e129bd5f9fb4b7eefcc95fa3b9ff8f1df" + "url": "https://github.com/spryker/security-oauth-user.git", + "reference": "01d9a998e3c6c09ac75361ccc4e442fda1da5699" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/setup/zipball/fcd5ba8e129bd5f9fb4b7eefcc95fa3b9ff8f1df", - "reference": "fcd5ba8e129bd5f9fb4b7eefcc95fa3b9ff8f1df", + "url": "https://api.github.com/repos/spryker/security-oauth-user/zipball/01d9a998e3c6c09ac75361ccc4e442fda1da5699", + "reference": "01d9a998e3c6c09ac75361ccc4e442fda1da5699", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/cache": "^3.1.0", - "spryker/installer": "^4.0.0", + "php": ">=8.0", + "spryker/acl": "^3.4.0", "spryker/kernel": "^3.30.0", - "spryker/propel": "^3.0.0", - "spryker/search": "^6.0.0 || ^7.0.0 || ^8.0.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.0.0", - "spryker/zed-navigation": "^1.0.0" + "spryker/messenger": "^3.0.0", + "spryker/security-extension": "^1.0.0", + "spryker/security-oauth-user-extension": "^1.0.0", + "spryker/symfony": "^3.5.0", + "spryker/transfer": "^3.27.0", + "spryker/user": "^3.17.0", + "spryker/util-text": "^1.3.0" }, "require-dev": { "spryker/application": "*", "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/event-dispatcher": "*", + "spryker/propel": "*", + "spryker/router": "*", + "spryker/security": "*", + "spryker/session": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/container": "Add this module to use the Container." + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -58272,31 +59615,28 @@ "license": [ "proprietary" ], - "description": "Setup module", + "description": "SecurityOauthUser module", "support": { - "source": "https://github.com/spryker/setup/tree/4.4.2" + "source": "https://github.com/spryker/security-oauth-user/tree/1.3.0" }, - "time": "2020-09-25T05:35:53+00:00" + "time": "2023-03-03T10:26:17+00:00" }, { - "name": "spryker/setup-frontend", - "version": "1.7.0", + "name": "spryker/security-oauth-user-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/setup-frontend.git", - "reference": "b12f79aafd00a2917a0c27e942b328f7ccafd58a" + "url": "https://github.com/spryker/security-oauth-user-extension.git", + "reference": "8a081c79a6018e911f64e4d903b582a2dc292819" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/setup-frontend/zipball/b12f79aafd00a2917a0c27e942b328f7ccafd58a", - "reference": "b12f79aafd00a2917a0c27e942b328f7ccafd58a", + "url": "https://api.github.com/repos/spryker/security-oauth-user-extension/zipball/8a081c79a6018e911f64e4d903b582a2dc292819", + "reference": "8a081c79a6018e911f64e4d903b582a2dc292819", "shasum": "" }, "require": { - "php": ">=7.3", - "spryker/kernel": "^3.30.0", - "spryker/log": "^3.0.0", - "spryker/symfony": "^3.0.0" + "php": ">=7.3" }, "require-dev": { "spryker/code-sniffer": "*" @@ -58316,62 +59656,45 @@ "license": [ "proprietary" ], - "description": "SetupFrontend module", + "description": "SecurityOauthUserExtension module", "support": { - "source": "https://github.com/spryker/setup-frontend/tree/1.7.0" + "source": "https://github.com/spryker/security-oauth-user-extension/tree/1.0.0" }, - "time": "2021-08-16T11:00:46+00:00" + "time": "2020-12-03T13:12:06+00:00" }, { - "name": "spryker/shared-cart", - "version": "1.19.1", + "name": "spryker/security-system-user", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/shared-cart.git", - "reference": "2c4100ea35d7b19a46793cf2b5b50464a248fd4d" + "url": "https://github.com/spryker/security-system-user.git", + "reference": "a30d66d05108c3dac8c785e5b42fcdc53f33caf9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/shared-cart/zipball/2c4100ea35d7b19a46793cf2b5b50464a248fd4d", - "reference": "2c4100ea35d7b19a46793cf2b5b50464a248fd4d", + "url": "https://api.github.com/repos/spryker/security-system-user/zipball/a30d66d05108c3dac8c785e5b42fcdc53f33caf9", + "reference": "a30d66d05108c3dac8c785e5b42fcdc53f33caf9", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/cart": "^5.1.0 || ^7.0.0", - "spryker/carts-rest-api-extension": "^1.3.0", - "spryker/comment-extension": "^1.0.0", - "spryker/company-user": "^1.0.0 || ^2.0.0", - "spryker/company-user-extension": "^1.1.0", - "spryker/customer": "^7.0.0", + "php": ">=7.3", "spryker/kernel": "^3.33.0", - "spryker/messenger": "^3.0.0", - "spryker/multi-cart": "^1.7.0", - "spryker/permission": "^1.0.0", - "spryker/permission-extension": "^1.1.0", - "spryker/persistent-cart": "^1.0.0 || ^3.0.0", - "spryker/persistent-cart-extension": "^1.0.0", - "spryker/persistent-cart-share-extension": "^1.0.0", - "spryker/propel-orm": "^1.6.0", - "spryker/quote": "^2.8.0", - "spryker/quote-extension": "^1.7.0", - "spryker/resource-share-extension": "^1.0.0", - "spryker/store": "^1.0.0", - "spryker/transfer": "^3.25.0", - "spryker/zed-request": "^3.0.0" + "spryker/security-extension": "^1.0.0", + "spryker/session-redis-extension": "^1.0.0", + "spryker/symfony": "^3.5.0", + "spryker/user": "^3.0.0" }, "require-dev": { + "spryker/application": "*", "spryker/code-sniffer": "*", - "spryker/company": "*", - "spryker/company-business-unit": "*", "spryker/container": "*", - "spryker/installer": "*", - "spryker/propel": "*", - "spryker/resource-share": "*", + "spryker/event-dispatcher": "*", + "spryker/router": "*", + "spryker/security": "*", "spryker/testify": "*" }, "suggest": { - "spryker/installer": "If you want to use SharedCartPermissionInstallerPlugin. Minimum required version: 4.0.0." + "spryker/container": "Add this module when you want to use the Container." }, "type": "library", "extra": { @@ -58381,110 +59704,90 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\SharedCart\\Helper\\": "tests/SprykerTest/Shared/SharedCart/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "SharedCart module", + "description": "SecuritySystemUser module", "support": { - "source": "https://github.com/spryker/shared-cart/tree/1.19.1" + "source": "https://github.com/spryker/security-system-user/tree/1.0.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2021-08-11T11:07:06+00:00" }, { - "name": "spryker/shared-cart-data-import", - "version": "0.1.2", + "name": "spryker/sequence-number", + "version": "3.1.1", "source": { "type": "git", - "url": "https://github.com/spryker/shared-cart-data-import.git", - "reference": "d9f894d4f95ef17df96acb4562a3af65cb95871c" + "url": "https://github.com/spryker/sequence-number.git", + "reference": "429691b69a3d3a581dd93f20327914373fe5d99f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/shared-cart-data-import/zipball/d9f894d4f95ef17df96acb4562a3af65cb95871c", - "reference": "d9f894d4f95ef17df96acb4562a3af65cb95871c", + "url": "https://api.github.com/repos/spryker/sequence-number/zipball/429691b69a3d3a581dd93f20327914373fe5d99f", + "reference": "429691b69a3d3a581dd93f20327914373fe5d99f", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker/company-user": "^1.0.0 || ^2.0.0", - "spryker/data-import": "^1.0.0", + "php": ">=7.4", "spryker/kernel": "^3.30.0", - "spryker/quote": "^2.0.0", - "spryker/shared-cart": "^1.0.0" + "spryker/propel-orm": "^1.4.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/company": "*", - "spryker/company-business-unit": "*", - "spryker/customer": "*", - "spryker/permission": "*", "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\SharedCartDataImport\\Helper\\": "tests/SprykerTest/Zed/SharedCartDataImport/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "SharedCartDataImport module", + "description": "SequenceNumber module", "support": { - "source": "https://github.com/spryker/shared-cart-data-import/tree/master" + "source": "https://github.com/spryker/sequence-number/tree/3.1.1" }, - "time": "2019-07-08T14:30:58+00:00" + "time": "2022-07-19T15:32:39+00:00" }, { - "name": "spryker/shared-carts-rest-api", - "version": "1.2.6", + "name": "spryker/service-point", + "version": "0.4.2", "source": { "type": "git", - "url": "https://github.com/spryker/shared-carts-rest-api.git", - "reference": "537c11340e5374319ac726ddd8d36843bd7c3cce" + "url": "https://github.com/spryker/service-point.git", + "reference": "1aad5e4b4c5ed619bcb7aae04b7d71fa8423ab48" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/shared-carts-rest-api/zipball/537c11340e5374319ac726ddd8d36843bd7c3cce", - "reference": "537c11340e5374319ac726ddd8d36843bd7c3cce", + "url": "https://api.github.com/repos/spryker/service-point/zipball/1aad5e4b4c5ed619bcb7aae04b7d71fa8423ab48", + "reference": "1aad5e4b4c5ed619bcb7aae04b7d71fa8423ab48", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/carts-rest-api-extension": "^1.4.0", - "spryker/glue-application": "^1.9.0", - "spryker/glue-application-extension": "^1.0.0", + "spryker/country": "^4.1.0", "spryker/kernel": "^3.30.0", - "spryker/quote": "^2.8.0", - "spryker/shared-cart": "^1.11.0", - "spryker/shared-carts-rest-api-extension": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/uuid-behavior": "^1.0.0", - "spryker/zed-request": "^3.7.0" + "spryker/propel-orm": "^1.0.0", + "spryker/store": "^1.12.0", + "spryker/transfer": "^3.27.0", + "spryker/uuid-behavior": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/company": "*", - "spryker/company-business-unit": "*", - "spryker/company-user": "*", - "spryker/container": "*", - "spryker/customer": "*", - "spryker/permission": "*", "spryker/propel": "*", - "spryker/store": "*", "spryker/testify": "*" }, "type": "library", @@ -58502,31 +59805,38 @@ "license": [ "proprietary" ], - "description": "SharedCartsRestApi module", + "description": "ServicePoint module", "support": { - "source": "https://github.com/spryker/shared-carts-rest-api/tree/1.2.6" + "source": "https://github.com/spryker/service-point/tree/0.4.2" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-07-04T11:30:17+00:00" }, { - "name": "spryker/shared-carts-rest-api-extension", - "version": "1.0.0", + "name": "spryker/service-point-data-import", + "version": "0.4.1", "source": { "type": "git", - "url": "https://github.com/spryker/shared-carts-rest-api-extension.git", - "reference": "6d3aa6a97e4af59acc8f3df9161657272c66a122" + "url": "https://github.com/spryker/service-point-data-import.git", + "reference": "943c3b392d12d672b4891798f4ac1995f8d7e073" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/shared-carts-rest-api-extension/zipball/6d3aa6a97e4af59acc8f3df9161657272c66a122", - "reference": "6d3aa6a97e4af59acc8f3df9161657272c66a122", + "url": "https://api.github.com/repos/spryker/service-point-data-import/zipball/943c3b392d12d672b4891798f4ac1995f8d7e073", + "reference": "943c3b392d12d672b4891798f4ac1995f8d7e073", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.0", + "spryker/country": "^4.0.0", + "spryker/data-import": "^1.3.0", + "spryker/kernel": "^3.30.0", + "spryker/service-point": "^0.4.0", + "spryker/store": "^1.0.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", @@ -58542,123 +59852,119 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "SharedCartsRestApiExtension module", + "description": "ServicePointDataImport module", "support": { - "source": "https://github.com/spryker/shared-carts-rest-api-extension/tree/1.0.0" + "source": "https://github.com/spryker/service-point-data-import/tree/0.4.1" }, - "time": "2019-06-12T15:27:44+00:00" + "time": "2023-06-01T08:21:24+00:00" }, { - "name": "spryker/shipment", - "version": "8.15.2", + "name": "spryker/service-point-search", + "version": "0.2.1", "source": { "type": "git", - "url": "https://github.com/spryker/shipment.git", - "reference": "f36ddcbe915591f59a041efac02d12842b7a974e" + "url": "https://github.com/spryker/service-point-search.git", + "reference": "38a30aa95112c42741b5d28d13ec419eb059d4fb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/shipment/zipball/f36ddcbe915591f59a041efac02d12842b7a974e", - "reference": "f36ddcbe915591f59a041efac02d12842b7a974e", + "url": "https://api.github.com/repos/spryker/service-point-search/zipball/38a30aa95112c42741b5d28d13ec419eb059d4fb", + "reference": "38a30aa95112c42741b5d28d13ec419eb059d4fb", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/calculation": "^4.8.0", - "spryker/calculation-extension": "^1.0.0", - "spryker/country": "^3.0.0 || ^4.0.0", - "spryker/currency": "^3.1.0 || ^4.0.0", - "spryker/customer": "^7.25.0", - "spryker/gui": "^3.17.0", + "spryker/event-behavior": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/oms-extension": "^1.0.0", - "spryker/price": "^5.5.0", - "spryker/propel-orm": "^1.0.0", - "spryker/sales": "^11.25.0", - "spryker/sales-extension": "^1.6.0", - "spryker/session": "^3.0.0 || ^4.0.0", - "spryker/shipment-extension": "^1.1.0", - "spryker/store": "^1.4.0", - "spryker/symfony": "^3.0.0", - "spryker/tax": "^5.0.0", + "spryker/propel-orm": "^1.5.0", + "spryker/publisher-extension": "^1.0.0", + "spryker/search": "^8.0.0", + "spryker/search-extension": "^1.0.0", + "spryker/service-point": "^0.4.1", + "spryker/store": "^1.19.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.0.0", "spryker/transfer": "^3.27.0", - "spryker/util-encoding": "^2.0.0", - "spryker/zed-request": "^3.0.0" + "spryker/util-encoding": "^2.0.0" }, "require-dev": { - "spryker/checkout": "*", "spryker/code-sniffer": "*", "spryker/container": "*", - "spryker/product": "*", + "spryker/country": "*", + "spryker/elastica": "*", + "spryker/event": "*", "spryker/propel": "*", - "spryker/tax-product-connector": "*", + "spryker/publisher": "*", + "spryker/queue": "*", + "spryker/search-elasticsearch": "*", "spryker/testify": "*" }, "suggest": { - "spryker/checkout": "If you want to use Checkout plugins." + "spryker/elastica": "If you want to use search functionality from ServicePointSearchClient.", + "spryker/search-elasticsearch": "If you want to use search plugins." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "8.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\Shipment\\Helper\\": "tests/SprykerTest/Shared/Shipment/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Shipment module", + "description": "ServicePointSearch module", "support": { - "source": "https://github.com/spryker/shipment/tree/8.15.2" + "source": "https://github.com/spryker/service-point-search/tree/0.2.1" }, - "time": "2023-06-06T15:14:45+00:00" + "time": "2023-07-03T12:28:33+00:00" }, { - "name": "spryker/shipment-cart-connector", - "version": "2.1.2", + "name": "spryker/service-point-storage", + "version": "0.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/shipment-cart-connector.git", - "reference": "635a9844809136806cc5be439ed8d0f5a9083291" + "url": "https://github.com/spryker/service-point-storage.git", + "reference": "753ec409d9b6d5515bd3760a51538a57fc140331" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/shipment-cart-connector/zipball/635a9844809136806cc5be439ed8d0f5a9083291", - "reference": "635a9844809136806cc5be439ed8d0f5a9083291", + "url": "https://api.github.com/repos/spryker/service-point-storage/zipball/753ec409d9b6d5515bd3760a51538a57fc140331", + "reference": "753ec409d9b6d5515bd3760a51538a57fc140331", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/cart-extension": "^4.2.0", - "spryker/kernel": "^3.33.0", - "spryker/price": "^5.0.0", - "spryker/shipment": "^7.0.0 || ^8.0.0" + "spryker/event-behavior": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/publisher-extension": "^1.0.0", + "spryker/service-point": "^0.4.1", + "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/cart": "*", "spryker/code-sniffer": "*", "spryker/container": "*", - "spryker/currency": "*", + "spryker/country": "*", "spryker/propel": "*", - "spryker/store": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/cart": "If you want to use shipment cart plugins." - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -58670,46 +59976,56 @@ "license": [ "proprietary" ], - "description": "ShipmentCartConnector module", + "description": "ServicePointStorage module", "support": { - "source": "https://github.com/spryker/shipment-cart-connector/tree/2.1.2" + "source": "https://github.com/spryker/service-point-storage/tree/0.2.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-07-04T11:30:17+00:00" }, { - "name": "spryker/shipment-checkout-connector", - "version": "2.0.5", + "name": "spryker/service-points-backend-api", + "version": "0.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/shipment-checkout-connector.git", - "reference": "2dd30792b569ac1df0636f10a02ca19457da4f0d" + "url": "https://github.com/spryker/service-points-backend-api.git", + "reference": "09391166ffe4c9f788898698d2323ef29a744f36" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/shipment-checkout-connector/zipball/2dd30792b569ac1df0636f10a02ca19457da4f0d", - "reference": "2dd30792b569ac1df0636f10a02ca19457da4f0d", + "url": "https://api.github.com/repos/spryker/service-points-backend-api/zipball/09391166ffe4c9f788898698d2323ef29a744f36", + "reference": "09391166ffe4c9f788898698d2323ef29a744f36", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/kernel": "^3.33.0", - "spryker/shipment": "^7.0.0 || ^8.0.0" + "spryker/glossary-storage": "^1.5.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/glue-json-api-convention-extension": "^1.0.0", + "spryker/kernel": "^3.66.0", + "spryker/service-point": "^0.4.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.31.0", + "spryker/uuid-behavior": "^1.0.0" }, "require-dev": { - "spryker/checkout": "*", "spryker/code-sniffer": "*", + "spryker/config": "*", "spryker/container": "*", + "spryker/glue-application": "*", + "spryker/glue-backend-api-application": "*", "spryker/propel": "*", + "spryker/storage": "*", "spryker/store": "*", - "spryker/testify": "*" + "spryker/testify": "*", + "spryker/zed-request": "*" }, "suggest": { - "spryker/checkout": "If you want to use Checkout plugins." + "spryker/glue-application": "If you want to use glue application plugin" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -58721,90 +60037,115 @@ "license": [ "proprietary" ], - "description": "ShipmentCheckoutConnector module", + "description": "ServicePointsBackendApi module", "support": { - "source": "https://github.com/spryker/shipment-checkout-connector/tree/2.0.5" + "source": "https://github.com/spryker/service-points-backend-api/tree/0.3.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-05-30T20:54:20+00:00" }, { - "name": "spryker/shipment-data-import", - "version": "1.2.0", + "name": "spryker/session", + "version": "4.15.1", "source": { "type": "git", - "url": "https://github.com/spryker/shipment-data-import.git", - "reference": "8e358ab1dbe3d6b5c7b4ec2cf26a8f83a08d02ca" + "url": "https://github.com/spryker/session.git", + "reference": "f62376d44c4b7044cd9dceda5f223df6286476f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/shipment-data-import/zipball/8e358ab1dbe3d6b5c7b4ec2cf26a8f83a08d02ca", - "reference": "8e358ab1dbe3d6b5c7b4ec2cf26a8f83a08d02ca", + "url": "https://api.github.com/repos/spryker/session/zipball/f62376d44c4b7044cd9dceda5f223df6286476f4", + "reference": "f62376d44c4b7044cd9dceda5f223df6286476f4", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/currency": "^3.0.0 || ^4.0.0", - "spryker/data-import": "^1.4.3", - "spryker/kernel": "^3.33.0", - "spryker/shipment": "^8.0.0", - "spryker/store": "^1.5.0", - "spryker/tax": "^5.0.0" + "spryker/application-extension": "^1.0.0", + "spryker/config": "^3.0.0", + "spryker/event-dispatcher-extension": "^1.0.0", + "spryker/health-check-extension": "^1.0.0", + "spryker/kernel": "^3.52.0", + "spryker/message-broker-extension": "^1.0.0", + "spryker/monitoring": "^1.0.0 || ^2.0.0", + "spryker/ramsey-uuid": "^1.0.0 || ^2.0.0", + "spryker/redis": "^2.0.0", + "spryker/session-extension": "^1.0.0", + "spryker/symfony": "^3.5.0" }, "require-dev": { + "spryker/application": "*", "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/event-dispatcher": "*", "spryker/propel": "*", + "spryker/silex": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/container": "If you want to use application plugins and event dispatcher plugins.", + "spryker/event-dispatcher": "If you want to use application plugins and event dispatcher plugins.", + "spryker/silex": "Add this when you still want to use the abandoned Silex." + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\Session\\Helper\\": "tests/SprykerTest/Zed/Session/_support/Helper/", + "SprykerTest\\Yves\\Session\\Helper\\": "tests/SprykerTest/Yves/Session/_support/Helper/", + "SprykerTest\\Shared\\Session\\Helper\\": "tests/SprykerTest/Shared/Session/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "ShipmentDataImport module", + "description": "Session module", "support": { - "source": "https://github.com/spryker/shipment-data-import/tree/1.2.0" + "source": "https://github.com/spryker/session/tree/4.15.1" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-02-24T06:44:56+00:00" }, { - "name": "spryker/shipment-discount-connector", - "version": "4.0.5", + "name": "spryker/session-customer-validation", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/shipment-discount-connector.git", - "reference": "77b6014cb72d33a46f32e7fd354b2bc388558393" + "url": "https://github.com/spryker/session-customer-validation.git", + "reference": "5f7f175f07acd9a92aabfa2fe38276d311d40053" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/shipment-discount-connector/zipball/77b6014cb72d33a46f32e7fd354b2bc388558393", - "reference": "77b6014cb72d33a46f32e7fd354b2bc388558393", + "url": "https://api.github.com/repos/spryker/session-customer-validation/zipball/5f7f175f07acd9a92aabfa2fe38276d311d40053", + "reference": "5f7f175f07acd9a92aabfa2fe38276d311d40053", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/discount": "^4.3.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^9.0.0", - "spryker/kernel": "^3.33.0", - "spryker/money": "^2.0.0", - "spryker/shipment": "^7.0.0 || ^8.0.0" + "php": ">=8.0", + "spryker/customer": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", + "spryker/kernel": "^3.30.0", + "spryker/security-extension": "^1.0.0", + "spryker/session-customer-validation-extension": "^1.0.0", + "spryker/symfony": "^3.8.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/propel": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/container": "Add this module if you want to use security plugins.", + "spryker/event-dispatcher": "Add this module if you want to use security plugins." + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -58816,28 +60157,29 @@ "license": [ "proprietary" ], - "description": "ShipmentDiscountConnector module", + "description": "SessionCustomerValidation module", "support": { - "source": "https://github.com/spryker/shipment-discount-connector/tree/4.0.5" + "source": "https://github.com/spryker/session-customer-validation/tree/1.1.0" }, - "time": "2020-05-29T13:08:37+00:00" + "abandoned": "spryker-shop/session-customer-validation-page", + "time": "2022-12-13T15:22:29+00:00" }, { - "name": "spryker/shipment-extension", + "name": "spryker/session-customer-validation-extension", "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/shipment-extension.git", - "reference": "617c4a5fc41fc141f368e7133aab7e0cc8464b4a" + "url": "https://github.com/spryker/session-customer-validation-extension.git", + "reference": "f3274fff96880a2e0f0ce2fc562950ca6c529627" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/shipment-extension/zipball/617c4a5fc41fc141f368e7133aab7e0cc8464b4a", - "reference": "617c4a5fc41fc141f368e7133aab7e0cc8464b4a", + "url": "https://api.github.com/repos/spryker/session-customer-validation-extension/zipball/f3274fff96880a2e0f0ce2fc562950ca6c529627", + "reference": "f3274fff96880a2e0f0ce2fc562950ca6c529627", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=8.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -58857,60 +60199,37 @@ "license": [ "proprietary" ], - "description": "ShipmentExtension module", + "description": "SessionCustomerValidationExtension module", "support": { - "source": "https://github.com/spryker/shipment-extension/tree/master" + "source": "https://github.com/spryker/session-customer-validation-extension/tree/1.1.0" }, - "time": "2020-03-11T14:56:31+00:00" + "time": "2022-12-13T15:22:29+00:00" }, { - "name": "spryker/shipment-gui", - "version": "2.8.0", + "name": "spryker/session-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/shipment-gui.git", - "reference": "65754a79a30a19c8a11bd6a82e3d2874486a2dce" + "url": "https://github.com/spryker/session-extension.git", + "reference": "4f926d073daeed34a3b3bf779a2804c3ea3455db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/shipment-gui/zipball/65754a79a30a19c8a11bd6a82e3d2874486a2dce", - "reference": "65754a79a30a19c8a11bd6a82e3d2874486a2dce", + "url": "https://api.github.com/repos/spryker/session-extension/zipball/4f926d073daeed34a3b3bf779a2804c3ea3455db", + "reference": "4f926d073daeed34a3b3bf779a2804c3ea3455db", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/customer": "^7.23.0", - "spryker/gui": "^3.31.0", - "spryker/kernel": "^3.33.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/sales": "^11.4.0", - "spryker/shipment": "^8.15.0", - "spryker/shipment-gui-extension": "^0.1.0 || ^1.0.0", - "spryker/store": "^1.9.1", - "spryker/symfony": "^3.2.2", - "spryker/tax": "^5.0.0", - "spryker/transfer": "^3.27.0", - "spryker/util-text": "^1.2.3" + "php": ">=7.1" }, "require-dev": { - "spryker/application": "*", "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/event-dispatcher": "*", - "spryker/form": "*", - "spryker/money": "*", - "spryker/money-gui": "*", - "spryker/propel": "*", - "spryker/router": "*", - "spryker/testify": "*", - "spryker/twig": "*", - "spryker/validator": "*", - "spryker/zed-navigation": "*" + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -58922,31 +60241,41 @@ "license": [ "proprietary" ], - "description": "ShipmentGui module", + "description": "SessionExtension module", "support": { - "source": "https://github.com/spryker/shipment-gui/tree/2.8.0" + "source": "https://github.com/spryker/session-extension/tree/master" }, - "time": "2023-04-17T15:49:27+00:00" + "time": "2019-06-07T09:07:12+00:00" }, { - "name": "spryker/shipment-gui-extension", - "version": "1.0.0", + "name": "spryker/session-file", + "version": "1.5.0", "source": { "type": "git", - "url": "https://github.com/spryker/shipment-gui-extension.git", - "reference": "256cc35c32039d2032bb345cefff85fd9fb5cf9a" + "url": "https://github.com/spryker/session-file.git", + "reference": "481c607d1dd6c263500c2e83c4e4a9397c89efbf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/shipment-gui-extension/zipball/256cc35c32039d2032bb345cefff85fd9fb5cf9a", - "reference": "256cc35c32039d2032bb345cefff85fd9fb5cf9a", + "url": "https://api.github.com/repos/spryker/session-file/zipball/481c607d1dd6c263500c2e83c4e4a9397c89efbf", + "reference": "481c607d1dd6c263500c2e83c4e4a9397c89efbf", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.0", + "spryker-shop/session-agent-validation-extension": "^1.0.0", + "spryker-shop/session-customer-validation-page-extension": "^1.0.0", + "spryker/kernel": "^3.33.0", + "spryker/monitoring": "^1.0.0 || ^2.0.0", + "spryker/session-customer-validation-extension": "^1.0.0", + "spryker/session-extension": "^1.0.0", + "spryker/session-user-validation-extension": "^1.0.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/symfony": "^3.0.0", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -58963,37 +60292,42 @@ "license": [ "proprietary" ], - "description": "ShipmentGuiExtension module", + "description": "SessionFile module", "support": { - "source": "https://github.com/spryker/shipment-gui-extension/tree/1.0.0" + "source": "https://github.com/spryker/session-file/tree/1.5.0" }, - "time": "2021-07-07T15:14:17+00:00" + "time": "2022-12-13T15:22:29+00:00" }, { - "name": "spryker/shipment-type", - "version": "0.1.1", + "name": "spryker/session-redis", + "version": "1.8.0", "source": { "type": "git", - "url": "https://github.com/spryker/shipment-type.git", - "reference": "b03e8da30ce184ba86a0a17e6934523b1719510f" + "url": "https://github.com/spryker/session-redis.git", + "reference": "06a3b696300dc75c3fb564c43b19317b9c39a4ec" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/shipment-type/zipball/b03e8da30ce184ba86a0a17e6934523b1719510f", - "reference": "b03e8da30ce184ba86a0a17e6934523b1719510f", + "url": "https://api.github.com/repos/spryker/session-redis/zipball/06a3b696300dc75c3fb564c43b19317b9c39a4ec", + "reference": "06a3b696300dc75c3fb564c43b19317b9c39a4ec", "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" + "spryker-shop/session-agent-validation-extension": "^1.0.0", + "spryker-shop/session-customer-validation-page-extension": "^1.0.0", + "spryker/kernel": "^3.52.0", + "spryker/monitoring": "^1.0.0 || ^2.0.0", + "spryker/redis": "^2.1.0", + "spryker/session-customer-validation-extension": "^1.0.0", + "spryker/session-extension": "^1.0.0", + "spryker/session-redis-extension": "^1.1.0", + "spryker/session-user-validation-extension": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", @@ -59011,40 +60345,31 @@ "license": [ "proprietary" ], - "description": "ShipmentType module", + "description": "SessionRedis module", "support": { - "source": "https://github.com/spryker/shipment-type/tree/0.1.1" + "source": "https://github.com/spryker/session-redis/tree/1.8.0" }, - "time": "2023-05-23T12:28:05+00:00" + "time": "2022-12-13T15:22:29+00:00" }, { - "name": "spryker/shipment-type-data-import", - "version": "0.1.1", + "name": "spryker/session-redis-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/shipment-type-data-import.git", - "reference": "6fadbc8cc5b15be6900efc13e1cbc1d2b022c53b" + "url": "https://github.com/spryker/session-redis-extension.git", + "reference": "e87d6becf9fea744a998b2514727eb578e995fdc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/shipment-type-data-import/zipball/6fadbc8cc5b15be6900efc13e1cbc1d2b022c53b", - "reference": "6fadbc8cc5b15be6900efc13e1cbc1d2b022c53b", + "url": "https://api.github.com/repos/spryker/session-redis-extension/zipball/e87d6becf9fea744a998b2514727eb578e995fdc", + "reference": "e87d6becf9fea744a998b2514727eb578e995fdc", "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" + "php": ">=7.3" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/propel-orm": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -59059,35 +60384,44 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "ShipmentTypeDataImport module", + "description": "SessionRedisExtension module", "support": { - "source": "https://github.com/spryker/shipment-type-data-import/tree/0.1.1" + "source": "https://github.com/spryker/session-redis-extension/tree/1.1.0" }, - "time": "2023-06-06T09:21:00+00:00" + "time": "2021-04-27T09:04:46+00:00" }, { - "name": "spryker/shipment-type-service-point", - "version": "0.1.0", + "name": "spryker/session-user-validation", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/shipment-type-service-point.git", - "reference": "ad372f7101239c8715e98526bf2739f347f7c7c0" + "url": "https://github.com/spryker/session-user-validation.git", + "reference": "e2d9febd3890084ae74901c8ea85bf7e74d763c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/shipment-type-service-point/zipball/ad372f7101239c8715e98526bf2739f347f7c7c0", - "reference": "ad372f7101239c8715e98526bf2739f347f7c7c0", + "url": "https://api.github.com/repos/spryker/session-user-validation/zipball/e2d9febd3890084ae74901c8ea85bf7e74d763c7", + "reference": "e2d9febd3890084ae74901c8ea85bf7e74d763c7", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/service-point": "^0.4.0", - "spryker/shipment-type": "^0.1.0" + "spryker/kernel": "^3.30.0", + "spryker/security-extension": "^1.0.0", + "spryker/session-user-validation-extension": "^1.0.0", + "spryker/symfony": "^3.8.0", + "spryker/transfer": "^3.27.0", + "spryker/user": "^3.17.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*" + }, + "suggest": { + "spryker/container": "Add this module if you want to use security plugins.N", + "spryker/event-dispatcher": "Add this module if you want to use security plugins.N" }, "type": "library", "extra": { @@ -59104,38 +60438,31 @@ "license": [ "proprietary" ], - "description": "ShipmentTypeServicePoint module", + "description": "SessionUserValidation module", "support": { - "source": "https://github.com/spryker/shipment-type-service-point/tree/0.1.0" + "source": "https://github.com/spryker/session-user-validation/tree/1.2.0" }, - "time": "2023-06-02T12:54:25+00:00" + "time": "2023-03-03T10:26:17+00:00" }, { - "name": "spryker/shipment-type-service-point-data-import", - "version": "0.1.0", + "name": "spryker/session-user-validation-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/shipment-type-service-point-data-import.git", - "reference": "2e4dda17eb2b7f163b54cf2da6b682af7d4ec604" + "url": "https://github.com/spryker/session-user-validation-extension.git", + "reference": "63c0bdf2da432149c347cd53a7dbe735ecdbfce0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/shipment-type-service-point-data-import/zipball/2e4dda17eb2b7f163b54cf2da6b682af7d4ec604", - "reference": "2e4dda17eb2b7f163b54cf2da6b682af7d4ec604", + "url": "https://api.github.com/repos/spryker/session-user-validation-extension/zipball/63c0bdf2da432149c347cd53a7dbe735ecdbfce0", + "reference": "63c0bdf2da432149c347cd53a7dbe735ecdbfce0", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/data-import": "^1.3.0", - "spryker/kernel": "^3.30.0", - "spryker/service-point": "^0.4.0", - "spryker/shipment-type": "^0.1.0", - "spryker/shipment-type-service-point": "^0.1.0" + "php": ">=7.4" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -59150,48 +60477,89 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "ShipmentTypeServicePointDataImport module", + "description": "SessionUserValidationExtension module", "support": { - "source": "https://github.com/spryker/shipment-type-service-point-data-import/tree/0.1.0" + "source": "https://github.com/spryker/session-user-validation-extension/tree/1.0.0" }, - "time": "2023-06-02T12:54:25+00:00" + "time": "2022-03-16T14:26:53+00:00" }, { - "name": "spryker/shipment-type-storage", - "version": "0.1.0", + "name": "spryker/setup", + "version": "4.4.2", "source": { "type": "git", - "url": "https://github.com/spryker/shipment-type-storage.git", - "reference": "4bea41a720deaf81c6c259b87b6006453a012b71" + "url": "https://github.com/spryker/setup.git", + "reference": "fcd5ba8e129bd5f9fb4b7eefcc95fa3b9ff8f1df" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/shipment-type-storage/zipball/4bea41a720deaf81c6c259b87b6006453a012b71", - "reference": "4bea41a720deaf81c6c259b87b6006453a012b71", + "url": "https://api.github.com/repos/spryker/setup/zipball/fcd5ba8e129bd5f9fb4b7eefcc95fa3b9ff8f1df", + "reference": "fcd5ba8e129bd5f9fb4b7eefcc95fa3b9ff8f1df", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/event-behavior": "^1.0.0", + "php": ">=7.2", + "spryker/cache": "^3.1.0", + "spryker/installer": "^4.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" + "spryker/propel": "^3.0.0", + "spryker/search": "^6.0.0 || ^7.0.0 || ^8.0.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.0.0", + "spryker/zed-navigation": "^1.0.0" }, "require-dev": { + "spryker/application": "*", "spryker/code-sniffer": "*", - "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Spryker\\": "src/Spryker/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "Setup module", + "support": { + "source": "https://github.com/spryker/setup/tree/4.4.2" + }, + "time": "2020-09-25T05:35:53+00:00" + }, + { + "name": "spryker/setup-frontend", + "version": "1.7.0", + "source": { + "type": "git", + "url": "https://github.com/spryker/setup-frontend.git", + "reference": "b12f79aafd00a2917a0c27e942b328f7ccafd58a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker/setup-frontend/zipball/b12f79aafd00a2917a0c27e942b328f7ccafd58a", + "reference": "b12f79aafd00a2917a0c27e942b328f7ccafd58a", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "spryker/kernel": "^3.30.0", + "spryker/log": "^3.0.0", + "spryker/symfony": "^3.0.0" + }, + "require-dev": { + "spryker/code-sniffer": "*" + }, + "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" @@ -59206,42 +60574,62 @@ "license": [ "proprietary" ], - "description": "ShipmentTypeStorage module", + "description": "SetupFrontend module", "support": { - "source": "https://github.com/spryker/shipment-type-storage/tree/0.1.0" + "source": "https://github.com/spryker/setup-frontend/tree/1.7.0" }, - "time": "2023-06-06T09:21:00+00:00" + "time": "2021-08-16T11:00:46+00:00" }, { - "name": "spryker/shipment-types-backend-api", - "version": "0.1.0", + "name": "spryker/shared-cart", + "version": "1.19.1", "source": { "type": "git", - "url": "https://github.com/spryker/shipment-types-backend-api.git", - "reference": "99f4ae7b21c5711052509051c3c7cbd13fbca5cd" + "url": "https://github.com/spryker/shared-cart.git", + "reference": "2c4100ea35d7b19a46793cf2b5b50464a248fd4d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/shipment-types-backend-api/zipball/99f4ae7b21c5711052509051c3c7cbd13fbca5cd", - "reference": "99f4ae7b21c5711052509051c3c7cbd13fbca5cd", + "url": "https://api.github.com/repos/spryker/shared-cart/zipball/2c4100ea35d7b19a46793cf2b5b50464a248fd4d", + "reference": "2c4100ea35d7b19a46793cf2b5b50464a248fd4d", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/glossary-storage": "^1.5.0", - "spryker/glue-json-api-convention-extension": "^1.0.0", - "spryker/kernel": "^3.66.0", - "spryker/shipment-type": "^0.1.1", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.31.0" + "spryker/cart": "^5.1.0 || ^7.0.0", + "spryker/carts-rest-api-extension": "^1.3.0", + "spryker/comment-extension": "^1.0.0", + "spryker/company-user": "^1.0.0 || ^2.0.0", + "spryker/company-user-extension": "^1.1.0", + "spryker/customer": "^7.0.0", + "spryker/kernel": "^3.33.0", + "spryker/messenger": "^3.0.0", + "spryker/multi-cart": "^1.7.0", + "spryker/permission": "^1.0.0", + "spryker/permission-extension": "^1.1.0", + "spryker/persistent-cart": "^1.0.0 || ^3.0.0", + "spryker/persistent-cart-extension": "^1.0.0", + "spryker/persistent-cart-share-extension": "^1.0.0", + "spryker/propel-orm": "^1.6.0", + "spryker/quote": "^2.8.0", + "spryker/quote-extension": "^1.7.0", + "spryker/resource-share-extension": "^1.0.0", + "spryker/store": "^1.0.0", + "spryker/transfer": "^3.25.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/glue-application": "*", + "spryker/company": "*", + "spryker/company-business-unit": "*", + "spryker/container": "*", + "spryker/installer": "*", + "spryker/propel": "*", + "spryker/resource-share": "*", "spryker/testify": "*" }, "suggest": { - "spryker/glue-application": "If you want to use the Glue backend resource plugins. The minimum version is 1.39.0." + "spryker/installer": "If you want to use SharedCartPermissionInstallerPlugin. Minimum required version: 4.0.0." }, "type": "library", "extra": { @@ -59251,45 +60639,49 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\SharedCart\\Helper\\": "tests/SprykerTest/Shared/SharedCart/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ShipmentTypesBackendApi module", + "description": "SharedCart module", "support": { - "source": "https://github.com/spryker/shipment-types-backend-api/tree/0.1.0" + "source": "https://github.com/spryker/shared-cart/tree/1.19.1" }, - "time": "2023-05-23T12:28:05+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/shipments-backend-api", - "version": "0.1.0", + "name": "spryker/shared-cart-data-import", + "version": "0.1.2", "source": { "type": "git", - "url": "https://github.com/spryker/shipments-backend-api.git", - "reference": "b668e8995dfb2fc90c2c9fe89a8dfac00bd2fa66" + "url": "https://github.com/spryker/shared-cart-data-import.git", + "reference": "d9f894d4f95ef17df96acb4562a3af65cb95871c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/shipments-backend-api/zipball/b668e8995dfb2fc90c2c9fe89a8dfac00bd2fa66", - "reference": "b668e8995dfb2fc90c2c9fe89a8dfac00bd2fa66", + "url": "https://api.github.com/repos/spryker/shared-cart-data-import/zipball/d9f894d4f95ef17df96acb4562a3af65cb95871c", + "reference": "d9f894d4f95ef17df96acb4562a3af65cb95871c", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/kernel": "^3.66.0", - "spryker/shipment": "^8.15.0", - "spryker/transfer": "^3.31.0", - "spryker/uuid-behavior": "^1.0.0" + "php": ">=7.1", + "spryker/company-user": "^1.0.0 || ^2.0.0", + "spryker/data-import": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/quote": "^2.0.0", + "spryker/shared-cart": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/company": "*", + "spryker/company-business-unit": "*", + "spryker/customer": "*", + "spryker/permission": "*", "spryker/propel": "*", - "spryker/propel-orm": "*", - "spryker/sales": "*", "spryker/testify": "*" }, "type": "library", @@ -59300,47 +60692,55 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\SharedCartDataImport\\Helper\\": "tests/SprykerTest/Zed/SharedCartDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "ShipmentsBackendApi module", + "description": "SharedCartDataImport module", "support": { - "source": "https://github.com/spryker/shipments-backend-api/tree/0.1.0" + "source": "https://github.com/spryker/shared-cart-data-import/tree/master" }, - "time": "2023-04-17T15:49:27+00:00" + "time": "2019-07-08T14:30:58+00:00" }, { - "name": "spryker/shipments-rest-api", - "version": "1.7.1", + "name": "spryker/shared-carts-rest-api", + "version": "1.2.6", "source": { "type": "git", - "url": "https://github.com/spryker/shipments-rest-api.git", - "reference": "d541aee6e5c5a8e411818eaccecb6e2c11153a59" + "url": "https://github.com/spryker/shared-carts-rest-api.git", + "reference": "537c11340e5374319ac726ddd8d36843bd7c3cce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/shipments-rest-api/zipball/d541aee6e5c5a8e411818eaccecb6e2c11153a59", - "reference": "d541aee6e5c5a8e411818eaccecb6e2c11153a59", + "url": "https://api.github.com/repos/spryker/shared-carts-rest-api/zipball/537c11340e5374319ac726ddd8d36843bd7c3cce", + "reference": "537c11340e5374319ac726ddd8d36843bd7c3cce", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/checkout-rest-api-extension": "^1.5.0", - "spryker/glue-application": "^1.0.0", + "spryker/carts-rest-api-extension": "^1.4.0", + "spryker/glue-application": "^1.9.0", "spryker/glue-application-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/orders-rest-api-extension": "^1.1.0", - "spryker/quote-requests-rest-api-extension": "^1.0.0", - "spryker/shipment": "^6.11.0 || ^7.3.0 || ^8.12.0", - "spryker/shipments-rest-api-extension": "^1.0.0", - "spryker/symfony": "^3.3.0" + "spryker/quote": "^2.8.0", + "spryker/shared-cart": "^1.11.0", + "spryker/shared-carts-rest-api-extension": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/uuid-behavior": "^1.0.0", + "spryker/zed-request": "^3.7.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/company": "*", + "spryker/company-business-unit": "*", + "spryker/company-user": "*", + "spryker/container": "*", + "spryker/customer": "*", + "spryker/permission": "*", "spryker/propel": "*", "spryker/store": "*", "spryker/testify": "*" @@ -59360,31 +60760,32 @@ "license": [ "proprietary" ], - "description": "ShipmentsRestApi module", + "description": "SharedCartsRestApi module", "support": { - "source": "https://github.com/spryker/shipments-rest-api/tree/1.7.1" + "source": "https://github.com/spryker/shared-carts-rest-api/tree/1.2.6" }, - "time": "2023-05-05T18:20:59+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/shipments-rest-api-extension", + "name": "spryker/shared-carts-rest-api-extension", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/shipments-rest-api-extension.git", - "reference": "80a68fa099c1e19b4218ffdaa975baa6eca9324d" + "url": "https://github.com/spryker/shared-carts-rest-api-extension.git", + "reference": "6d3aa6a97e4af59acc8f3df9161657272c66a122" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/shipments-rest-api-extension/zipball/80a68fa099c1e19b4218ffdaa975baa6eca9324d", - "reference": "80a68fa099c1e19b4218ffdaa975baa6eca9324d", + "url": "https://api.github.com/repos/spryker/shared-carts-rest-api-extension/zipball/6d3aa6a97e4af59acc8f3df9161657272c66a122", + "reference": "6d3aa6a97e4af59acc8f3df9161657272c66a122", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=7.1" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -59401,84 +60802,121 @@ "license": [ "proprietary" ], - "description": "ShipmentsRestApiExtension module", + "description": "SharedCartsRestApiExtension module", "support": { - "source": "https://github.com/spryker/shipments-rest-api-extension/tree/1.0.0" + "source": "https://github.com/spryker/shared-carts-rest-api-extension/tree/1.0.0" }, - "time": "2020-11-27T08:11:49+00:00" + "time": "2019-06-12T15:27:44+00:00" }, { - "name": "spryker/shop-context", - "version": "0.1.0", + "name": "spryker/shipment", + "version": "8.15.2", "source": { "type": "git", - "url": "https://github.com/spryker/shop-context.git", - "reference": "69073e3139642bd1383006ec409808694f292400" + "url": "https://github.com/spryker/shipment.git", + "reference": "f36ddcbe915591f59a041efac02d12842b7a974e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/shop-context/zipball/69073e3139642bd1383006ec409808694f292400", - "reference": "69073e3139642bd1383006ec409808694f292400", + "url": "https://api.github.com/repos/spryker/shipment/zipball/f36ddcbe915591f59a041efac02d12842b7a974e", + "reference": "f36ddcbe915591f59a041efac02d12842b7a974e", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/application-extension": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/shop-context-extension": "^0.1.0" + "php": ">=8.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/calculation": "^4.8.0", + "spryker/calculation-extension": "^1.0.0", + "spryker/country": "^3.0.0 || ^4.0.0", + "spryker/currency": "^3.1.0 || ^4.0.0", + "spryker/customer": "^7.25.0", + "spryker/gui": "^3.17.0", + "spryker/kernel": "^3.30.0", + "spryker/oms-extension": "^1.0.0", + "spryker/price": "^5.5.0", + "spryker/propel-orm": "^1.0.0", + "spryker/sales": "^11.25.0", + "spryker/sales-extension": "^1.6.0", + "spryker/session": "^3.0.0 || ^4.0.0", + "spryker/shipment-extension": "^1.1.0", + "spryker/store": "^1.4.0", + "spryker/symfony": "^3.0.0", + "spryker/tax": "^5.0.0", + "spryker/transfer": "^3.27.0", + "spryker/util-encoding": "^2.0.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { + "spryker/checkout": "*", "spryker/code-sniffer": "*", - "spryker/container": "*" + "spryker/container": "*", + "spryker/product": "*", + "spryker/propel": "*", + "spryker/tax-product-connector": "*", + "spryker/testify": "*" }, "suggest": { - "spryker/container": "If you want to use the Container module." + "spryker/checkout": "If you want to use Checkout plugins." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "8.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\Shipment\\Helper\\": "tests/SprykerTest/Shared/Shipment/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ShopContext module", + "description": "Shipment module", "support": { - "source": "https://github.com/spryker/shop-context/tree/master" + "source": "https://github.com/spryker/shipment/tree/8.15.2" }, - "time": "2020-02-20T08:21:35+00:00" + "time": "2023-06-06T15:14:45+00:00" }, { - "name": "spryker/shop-context-extension", - "version": "0.1.0", + "name": "spryker/shipment-cart-connector", + "version": "2.1.2", "source": { "type": "git", - "url": "https://github.com/spryker/shop-context-extension.git", - "reference": "0c9fa9eb8024dadc91f7851328a6b9abc96c76cb" + "url": "https://github.com/spryker/shipment-cart-connector.git", + "reference": "635a9844809136806cc5be439ed8d0f5a9083291" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/shop-context-extension/zipball/0c9fa9eb8024dadc91f7851328a6b9abc96c76cb", - "reference": "0c9fa9eb8024dadc91f7851328a6b9abc96c76cb", + "url": "https://api.github.com/repos/spryker/shipment-cart-connector/zipball/635a9844809136806cc5be439ed8d0f5a9083291", + "reference": "635a9844809136806cc5be439ed8d0f5a9083291", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=8.0", + "spryker/cart-extension": "^4.2.0", + "spryker/kernel": "^3.33.0", + "spryker/price": "^5.0.0", + "spryker/shipment": "^7.0.0 || ^8.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/cart": "*", + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/currency": "*", + "spryker/propel": "*", + "spryker/store": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/cart": "If you want to use shipment cart plugins." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -59490,116 +60928,89 @@ "license": [ "proprietary" ], - "description": "ShopContextExtension module", + "description": "ShipmentCartConnector module", "support": { - "source": "https://github.com/spryker/shop-context-extension/tree/master" + "source": "https://github.com/spryker/shipment-cart-connector/tree/2.1.2" }, - "time": "2020-02-20T08:21:35+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/shopping-list", - "version": "4.12.0", + "name": "spryker/shipment-checkout-connector", + "version": "2.0.5", "source": { "type": "git", - "url": "https://github.com/spryker/shopping-list.git", - "reference": "eb7a89aabb5cd93acd2baabd2b268970279c9fb2" + "url": "https://github.com/spryker/shipment-checkout-connector.git", + "reference": "2dd30792b569ac1df0636f10a02ca19457da4f0d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/shopping-list/zipball/eb7a89aabb5cd93acd2baabd2b268970279c9fb2", - "reference": "eb7a89aabb5cd93acd2baabd2b268970279c9fb2", + "url": "https://api.github.com/repos/spryker/shipment-checkout-connector/zipball/2dd30792b569ac1df0636f10a02ca19457da4f0d", + "reference": "2dd30792b569ac1df0636f10a02ca19457da4f0d", "shasum": "" }, "require": { "php": ">=8.0", - "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.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", - "spryker/kernel": "^3.30.0", - "spryker/messenger": "^3.0.0", - "spryker/permission": "^1.1.0", - "spryker/permission-extension": "^1.1.0", - "spryker/persistent-cart": "^0.1.0 || ^1.0.0 || ^3.0.0", - "spryker/price-product": "^1.0.0 || ^2.0.0 || ^4.0.0", - "spryker/product": "^6.6.0", - "spryker/propel-orm": "^1.0.0", - "spryker/session": "^4.0.0", - "spryker/shopping-list-extension": "^1.5.0", - "spryker/store": "^1.1.0", - "spryker/transfer": "^3.27.0", - "spryker/zed-request": "^3.6.0" + "spryker/kernel": "^3.33.0", + "spryker/shipment": "^7.0.0 || ^8.0.0" }, "require-dev": { + "spryker/checkout": "*", "spryker/code-sniffer": "*", - "spryker/company": "*", "spryker/container": "*", - "spryker/installer": "*", "spryker/propel": "*", - "spryker/quote": "*", - "spryker/stock": "*", + "spryker/store": "*", "spryker/testify": "*" }, "suggest": { - "spryker/installer": "If ShoppingListPermissionsInstallerPlugin is to be used, minimum version is 4.0.04" + "spryker/checkout": "If you want to use Checkout plugins." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\ShoppingList\\Helper\\": "tests/SprykerTest/Shared/ShoppingList/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ShoppingList module", + "description": "ShipmentCheckoutConnector module", "support": { - "source": "https://github.com/spryker/shopping-list/tree/4.12.0" + "source": "https://github.com/spryker/shipment-checkout-connector/tree/2.0.5" }, - "time": "2023-05-25T15:53:20+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/shopping-list-data-import", - "version": "0.2.2", + "name": "spryker/shipment-data-import", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/shopping-list-data-import.git", - "reference": "d99600603971e89fe660f7812a770371b8b39695" + "url": "https://github.com/spryker/shipment-data-import.git", + "reference": "8e358ab1dbe3d6b5c7b4ec2cf26a8f83a08d02ca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/shopping-list-data-import/zipball/d99600603971e89fe660f7812a770371b8b39695", - "reference": "d99600603971e89fe660f7812a770371b8b39695", + "url": "https://api.github.com/repos/spryker/shipment-data-import/zipball/8e358ab1dbe3d6b5c7b4ec2cf26a8f83a08d02ca", + "reference": "8e358ab1dbe3d6b5c7b4ec2cf26a8f83a08d02ca", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/company-business-unit": "^1.0.0 || ^2.0.0", - "spryker/company-user": "^1.0.0 || ^2.0.0", - "spryker/customer": "^7.0.0", - "spryker/data-import": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/shopping-list": "^1.0.0 || ^2.0.0 || ^4.0.0" + "spryker/currency": "^3.0.0 || ^4.0.0", + "spryker/data-import": "^1.4.3", + "spryker/kernel": "^3.33.0", + "spryker/shipment": "^8.0.0", + "spryker/store": "^1.5.0", + "spryker/tax": "^5.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/company": "*", - "spryker/container": "*", - "spryker/permission": "*", "spryker/propel": "*", - "spryker/propel-orm": "*", - "spryker/store": "*", "spryker/testify": "*" }, "type": "library", @@ -59610,44 +61021,48 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\ShoppingListDataImport\\Helper\\": "tests/SprykerTest/Zed/ShoppingListDataImport/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "description": "ShoppingListDataImport module", + "description": "ShipmentDataImport module", "support": { - "source": "https://github.com/spryker/shopping-list-data-import/tree/0.2.2" + "source": "https://github.com/spryker/shipment-data-import/tree/1.2.0" }, - "time": "2023-04-26T07:24:42+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/shopping-list-extension", - "version": "1.5.0", + "name": "spryker/shipment-discount-connector", + "version": "4.0.5", "source": { "type": "git", - "url": "https://github.com/spryker/shopping-list-extension.git", - "reference": "15ab6e2bf895ee9d4b8d1a105c7374354588cdf7" + "url": "https://github.com/spryker/shipment-discount-connector.git", + "reference": "77b6014cb72d33a46f32e7fd354b2bc388558393" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/shopping-list-extension/zipball/15ab6e2bf895ee9d4b8d1a105c7374354588cdf7", - "reference": "15ab6e2bf895ee9d4b8d1a105c7374354588cdf7", + "url": "https://api.github.com/repos/spryker/shipment-discount-connector/zipball/77b6014cb72d33a46f32e7fd354b2bc388558393", + "reference": "77b6014cb72d33a46f32e7fd354b2bc388558393", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=7.2", + "spryker/discount": "^4.3.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^9.0.0", + "spryker/kernel": "^3.33.0", + "spryker/money": "^2.0.0", + "spryker/shipment": "^7.0.0 || ^8.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { @@ -59659,48 +61074,31 @@ "license": [ "proprietary" ], - "description": "ShoppingListExtension module", + "description": "ShipmentDiscountConnector module", "support": { - "source": "https://github.com/spryker/shopping-list-extension/tree/1.5.0" + "source": "https://github.com/spryker/shipment-discount-connector/tree/4.0.5" }, - "time": "2022-09-09T11:38:53+00:00" + "time": "2020-05-29T13:08:37+00:00" }, { - "name": "spryker/shopping-list-note", - "version": "1.2.1", + "name": "spryker/shipment-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/shopping-list-note.git", - "reference": "b88a7cf174fcd53c2e9810155cbd0489a0e57f64" + "url": "https://github.com/spryker/shipment-extension.git", + "reference": "617c4a5fc41fc141f368e7133aab7e0cc8464b4a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/shopping-list-note/zipball/b88a7cf174fcd53c2e9810155cbd0489a0e57f64", - "reference": "b88a7cf174fcd53c2e9810155cbd0489a0e57f64", + "url": "https://api.github.com/repos/spryker/shipment-extension/zipball/617c4a5fc41fc141f368e7133aab7e0cc8464b4a", + "reference": "617c4a5fc41fc141f368e7133aab7e0cc8464b4a", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/cart": "^5.3.0 || ^7.0.0", - "spryker/kernel": "^3.30.0", - "spryker/propel-orm": "^1.0.0", - "spryker/shopping-list": "^1.0.0 || ^2.0.0 || ^4.0.0", - "spryker/shopping-list-extension": "^1.4.0" + "php": ">=7.2" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/company": "*", - "spryker/company-business-unit": "*", - "spryker/company-user": "*", - "spryker/container": "*", - "spryker/customer": "*", - "spryker/permission": "*", - "spryker/product": "*", - "spryker/propel": "*", - "spryker/quote": "*", - "spryker/stock": "*", - "spryker/store": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -59710,108 +61108,67 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\ShoppingListNote\\Helper\\": "tests/SprykerTest/Shared/ShoppingListNote/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ShoppingListNote module", + "description": "ShipmentExtension module", "support": { - "source": "https://github.com/spryker/shopping-list-note/tree/1.2.1" + "source": "https://github.com/spryker/shipment-extension/tree/master" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2020-03-11T14:56:31+00:00" }, { - "name": "spryker/shopping-list-product-option-connector", - "version": "1.4.2", + "name": "spryker/shipment-gui", + "version": "2.8.0", "source": { "type": "git", - "url": "https://github.com/spryker/shopping-list-product-option-connector.git", - "reference": "a4724fe4ad57612e953a198e6a6c2e416072c6d5" + "url": "https://github.com/spryker/shipment-gui.git", + "reference": "65754a79a30a19c8a11bd6a82e3d2874486a2dce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/shopping-list-product-option-connector/zipball/a4724fe4ad57612e953a198e6a6c2e416072c6d5", - "reference": "a4724fe4ad57612e953a198e6a6c2e416072c6d5", + "url": "https://api.github.com/repos/spryker/shipment-gui/zipball/65754a79a30a19c8a11bd6a82e3d2874486a2dce", + "reference": "65754a79a30a19c8a11bd6a82e3d2874486a2dce", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/kernel": "^3.30.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/product-option": "^6.11.0 || ^8.5.0", - "spryker/product-option-extension": "^1.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/shopping-list": "^1.7.0 || ^2.1.0 || ^4.0.0", - "spryker/shopping-list-extension": "^1.4.0" + "spryker/customer": "^7.23.0", + "spryker/gui": "^3.31.0", + "spryker/kernel": "^3.33.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/sales": "^11.4.0", + "spryker/shipment": "^8.15.0", + "spryker/shipment-gui-extension": "^0.1.0 || ^1.0.0", + "spryker/store": "^1.9.1", + "spryker/symfony": "^3.2.2", + "spryker/tax": "^5.0.0", + "spryker/transfer": "^3.27.0", + "spryker/util-text": "^1.2.3" }, "require-dev": { + "spryker/application": "*", "spryker/code-sniffer": "*", - "spryker/company": "*", - "spryker/company-business-unit": "*", - "spryker/company-user": "*", "spryker/container": "*", - "spryker/customer": "*", - "spryker/permission": "*", + "spryker/event-dispatcher": "*", + "spryker/form": "*", + "spryker/money": "*", + "spryker/money-gui": "*", "spryker/propel": "*", - "spryker/store": "*", - "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": "ShoppingListProductOptionConnector module", - "support": { - "source": "https://github.com/spryker/shopping-list-product-option-connector/tree/1.4.2" - }, - "time": "2023-03-31T19:36:11+00:00" - }, - { - "name": "spryker/shopping-list-session", - "version": "1.2.0", - "source": { - "type": "git", - "url": "https://github.com/spryker/shopping-list-session.git", - "reference": "ac343e08c4728d53195cb2b891e67e7233574452" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/shopping-list-session/zipball/ac343e08c4728d53195cb2b891e67e7233574452", - "reference": "ac343e08c4728d53195cb2b891e67e7233574452", - "shasum": "" - }, - "require": { - "php": ">=7.2", - "spryker/agent-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/session": "^3.0.0 || ^4.0.0", - "spryker/shopping-list": "^1.8.0 || ^2.6.0 || ^4.0.0", - "spryker/shopping-list-session-extension": "^1.0.0" - }, - "require-dev": { - "spryker/code-sniffer": "*", - "spryker/symfony": "^3.0.0", - "spryker/testify": "*" + "spryker/router": "*", + "spryker/testify": "*", + "spryker/twig": "*", + "spryker/validator": "*", + "spryker/zed-navigation": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -59823,32 +61180,31 @@ "license": [ "proprietary" ], - "description": "ShoppingListSession module", + "description": "ShipmentGui module", "support": { - "source": "https://github.com/spryker/shopping-list-session/tree/1.2.0" + "source": "https://github.com/spryker/shipment-gui/tree/2.8.0" }, - "time": "2020-10-22T16:46:44+00:00" + "time": "2023-04-17T15:49:27+00:00" }, { - "name": "spryker/shopping-list-session-extension", + "name": "spryker/shipment-gui-extension", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/shopping-list-session-extension.git", - "reference": "91325237e4db9a591d3242845b0477ffa7a18e85" + "url": "https://github.com/spryker/shipment-gui-extension.git", + "reference": "256cc35c32039d2032bb345cefff85fd9fb5cf9a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/shopping-list-session-extension/zipball/91325237e4db9a591d3242845b0477ffa7a18e85", - "reference": "91325237e4db9a591d3242845b0477ffa7a18e85", + "url": "https://api.github.com/repos/spryker/shipment-gui-extension/zipball/256cc35c32039d2032bb345cefff85fd9fb5cf9a", + "reference": "256cc35c32039d2032bb345cefff85fd9fb5cf9a", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.3" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -59865,50 +61221,39 @@ "license": [ "proprietary" ], - "description": "ShoppingListSessionExtension module", + "description": "ShipmentGuiExtension module", "support": { - "source": "https://github.com/spryker/shopping-list-session-extension/tree/master" + "source": "https://github.com/spryker/shipment-gui-extension/tree/1.0.0" }, - "time": "2018-09-12T15:07:51+00:00" + "time": "2021-07-07T15:14:17+00:00" }, { - "name": "spryker/shopping-list-storage", - "version": "1.7.0", + "name": "spryker/shipment-type", + "version": "0.1.1", "source": { "type": "git", - "url": "https://github.com/spryker/shopping-list-storage.git", - "reference": "b7c5a87a9c88381366b45e29d78c2c43411cfc0e" + "url": "https://github.com/spryker/shipment-type.git", + "reference": "b03e8da30ce184ba86a0a17e6934523b1719510f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/shopping-list-storage/zipball/b7c5a87a9c88381366b45e29d78c2c43411cfc0e", - "reference": "b7c5a87a9c88381366b45e29d78c2c43411cfc0e", + "url": "https://api.github.com/repos/spryker/shipment-type/zipball/b03e8da30ce184ba86a0a17e6934523b1719510f", + "reference": "b03e8da30ce184ba86a0a17e6934523b1719510f", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/company-business-unit": "^2.2.0", - "spryker/company-user": "^1.4.0 || ^2.0.0", - "spryker/customer": "^7.0.0", - "spryker/event-behavior": "^1.1.0", - "spryker/kernel": "^3.37.0", - "spryker/propel-orm": "^1.0.0", - "spryker/shopping-list": "^1.2.0 || ^2.0.0 || ^4.0.0", - "spryker/shopping-list-session-extension": "^1.0.0", - "spryker/storage": "^3.0.0", - "spryker/synchronization": "^1.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.1.0" + "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/event": "*", "spryker/propel": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" - }, "type": "library", "extra": { "branch-alias": { @@ -59924,41 +61269,39 @@ "license": [ "proprietary" ], - "description": "ShoppingListStorage module", + "description": "ShipmentType module", "support": { - "source": "https://github.com/spryker/shopping-list-storage/tree/1.7.0" + "source": "https://github.com/spryker/shipment-type/tree/0.1.1" }, - "time": "2022-04-18T08:41:46+00:00" + "time": "2023-05-23T12:28:05+00:00" }, { - "name": "spryker/shopping-lists-rest-api", - "version": "1.2.0", + "name": "spryker/shipment-type-data-import", + "version": "0.1.1", "source": { "type": "git", - "url": "https://github.com/spryker/shopping-lists-rest-api.git", - "reference": "ae322036a720d962b429964c8b696b121a299b33" + "url": "https://github.com/spryker/shipment-type-data-import.git", + "reference": "6fadbc8cc5b15be6900efc13e1cbc1d2b022c53b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/shopping-lists-rest-api/zipball/ae322036a720d962b429964c8b696b121a299b33", - "reference": "ae322036a720d962b429964c8b696b121a299b33", + "url": "https://api.github.com/repos/spryker/shipment-type-data-import/zipball/6fadbc8cc5b15be6900efc13e1cbc1d2b022c53b", + "reference": "6fadbc8cc5b15be6900efc13e1cbc1d2b022c53b", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/glossary-storage": "^1.5.0", - "spryker/glue-application": "^1.9.0", - "spryker/glue-application-extension": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/shopping-list": "^4.2.0", - "spryker/shopping-lists-rest-api-extension": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/uuid-behavior": "^1.0.0", - "spryker/zed-request": "^3.0.0" + "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/company-user": "*", + "spryker/propel": "*", + "spryker/propel-orm": "*", "spryker/testify": "*" }, "type": "library", @@ -59974,30 +61317,32 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "ShoppingListsRestApi module", + "description": "ShipmentTypeDataImport module", "support": { - "source": "https://github.com/spryker/shopping-lists-rest-api/tree/1.2.0" + "source": "https://github.com/spryker/shipment-type-data-import/tree/0.1.1" }, - "time": "2022-09-09T11:38:53+00:00" + "time": "2023-06-06T09:21:00+00:00" }, { - "name": "spryker/shopping-lists-rest-api-extension", - "version": "1.0.0", + "name": "spryker/shipment-type-service-point", + "version": "0.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/shopping-lists-rest-api-extension.git", - "reference": "36ea3a3b5f67603f9962fc52c428e23819dcb0cf" + "url": "https://github.com/spryker/shipment-type-service-point.git", + "reference": "ad372f7101239c8715e98526bf2739f347f7c7c0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/shopping-lists-rest-api-extension/zipball/36ea3a3b5f67603f9962fc52c428e23819dcb0cf", - "reference": "36ea3a3b5f67603f9962fc52c428e23819dcb0cf", + "url": "https://api.github.com/repos/spryker/shipment-type-service-point/zipball/ad372f7101239c8715e98526bf2739f347f7c7c0", + "reference": "ad372f7101239c8715e98526bf2739f347f7c7c0", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=8.0", + "spryker/service-point": "^0.4.0", + "spryker/shipment-type": "^0.1.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -60017,33 +61362,38 @@ "license": [ "proprietary" ], - "description": "ShoppingListsRestApiExtension module", + "description": "ShipmentTypeServicePoint module", "support": { - "source": "https://github.com/spryker/shopping-lists-rest-api-extension/tree/1.0.0" + "source": "https://github.com/spryker/shipment-type-service-point/tree/0.1.0" }, - "time": "2022-09-09T11:38:53+00:00" + "time": "2023-06-02T12:54:25+00:00" }, { - "name": "spryker/sql-criteria-builder", - "version": "1.0.3", + "name": "spryker/shipment-type-service-point-data-import", + "version": "0.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/sql-criteria-builder.git", - "reference": "93a02e6b2024c3c1697f7c336679e9daed229dbb" + "url": "https://github.com/spryker/shipment-type-service-point-data-import.git", + "reference": "2e4dda17eb2b7f163b54cf2da6b682af7d4ec604" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sql-criteria-builder/zipball/93a02e6b2024c3c1697f7c336679e9daed229dbb", - "reference": "93a02e6b2024c3c1697f7c336679e9daed229dbb", + "url": "https://api.github.com/repos/spryker/shipment-type-service-point-data-import/zipball/2e4dda17eb2b7f163b54cf2da6b682af7d4ec604", + "reference": "2e4dda17eb2b7f163b54cf2da6b682af7d4ec604", "shasum": "" }, "require": { - "everon/criteria-builder": "~1.1.6", - "everon/factory": "~1.1.4", - "php": ">=7.2" + "php": ">=8.0", + "spryker/data-import": "^1.3.0", + "spryker/kernel": "^3.30.0", + "spryker/service-point": "^0.4.0", + "spryker/shipment-type": "^0.1.0", + "spryker/shipment-type-service-point": "^0.1.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -60058,99 +61408,103 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "SqlCriteriaBuilder module", + "description": "ShipmentTypeServicePointDataImport module", "support": { - "source": "https://github.com/spryker/sql-criteria-builder/tree/1.0.3" + "source": "https://github.com/spryker/shipment-type-service-point-data-import/tree/0.1.0" }, - "time": "2020-10-09T11:31:07+00:00" + "time": "2023-06-02T12:54:25+00:00" }, { - "name": "spryker/state-machine", - "version": "2.18.0", + "name": "spryker/shipment-type-storage", + "version": "0.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/state-machine.git", - "reference": "2736a095208d8837e100a00ec086091937a2e571" + "url": "https://github.com/spryker/shipment-type-storage.git", + "reference": "4bea41a720deaf81c6c259b87b6006453a012b71" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/state-machine/zipball/2736a095208d8837e100a00ec086091937a2e571", - "reference": "2736a095208d8837e100a00ec086091937a2e571", + "url": "https://api.github.com/repos/spryker/shipment-type-storage/zipball/4bea41a720deaf81c6c259b87b6006453a012b71", + "reference": "4bea41a720deaf81c6c259b87b6006453a012b71", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/graph": "^3.0.0", + "spryker/event-behavior": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/propel-orm": "^1.16.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0", - "spryker/util-network": "^1.1.0", - "spryker/util-text": "^1.1.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/config": "*", "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\StateMachine\\Helper\\": "tests/SprykerTest/Zed/StateMachine/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "StateMachine module", + "description": "ShipmentTypeStorage module", "support": { - "source": "https://github.com/spryker/state-machine/tree/2.18.0" + "source": "https://github.com/spryker/shipment-type-storage/tree/0.1.0" }, - "time": "2023-07-18T10:08:54+00:00" + "time": "2023-06-06T09:21:00+00:00" }, { - "name": "spryker/step-engine", - "version": "3.4.3", + "name": "spryker/shipment-types-backend-api", + "version": "0.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/step-engine.git", - "reference": "6d0846cad06bc1410bd527a5d5fe3280bb3c100b" + "url": "https://github.com/spryker/shipment-types-backend-api.git", + "reference": "99f4ae7b21c5711052509051c3c7cbd13fbca5cd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/step-engine/zipball/6d0846cad06bc1410bd527a5d5fe3280bb3c100b", - "reference": "6d0846cad06bc1410bd527a5d5fe3280bb3c100b", + "url": "https://api.github.com/repos/spryker/shipment-types-backend-api/zipball/99f4ae7b21c5711052509051c3c7cbd13fbca5cd", + "reference": "99f4ae7b21c5711052509051c3c7cbd13fbca5cd", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/kernel": "^3.30.0", - "spryker/step-engine-extension": "^1.0.0", - "spryker/symfony": "^3.0.0" + "spryker/glossary-storage": "^1.5.0", + "spryker/glue-json-api-convention-extension": "^1.0.0", + "spryker/kernel": "^3.66.0", + "spryker/shipment-type": "^0.1.1", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.31.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", + "spryker/glue-application": "*", "spryker/testify": "*" }, "suggest": { - "spryker/messenger": "Allows to use StepHandlerPluginWithMessengerInterface." + "spryker/glue-application": "If you want to use the Glue backend resource plugins. The minimum version is 1.39.0." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -60162,35 +61516,39 @@ "license": [ "proprietary" ], - "description": "StepEngine module", + "description": "ShipmentTypesBackendApi module", "support": { - "source": "https://github.com/spryker/step-engine/tree/3.4.3" + "source": "https://github.com/spryker/shipment-types-backend-api/tree/0.1.0" }, - "time": "2023-01-24T16:01:46+00:00" + "time": "2023-05-23T12:28:05+00:00" }, { - "name": "spryker/step-engine-extension", - "version": "1.0.0", + "name": "spryker/shipments-backend-api", + "version": "0.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/step-engine-extension.git", - "reference": "2eb46a55712fdf3c6242b4078850266b0b03527b" + "url": "https://github.com/spryker/shipments-backend-api.git", + "reference": "b668e8995dfb2fc90c2c9fe89a8dfac00bd2fa66" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/step-engine-extension/zipball/2eb46a55712fdf3c6242b4078850266b0b03527b", - "reference": "2eb46a55712fdf3c6242b4078850266b0b03527b", + "url": "https://api.github.com/repos/spryker/shipments-backend-api/zipball/b668e8995dfb2fc90c2c9fe89a8dfac00bd2fa66", + "reference": "b668e8995dfb2fc90c2c9fe89a8dfac00bd2fa66", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=8.0", + "spryker/kernel": "^3.66.0", + "spryker/shipment": "^8.15.0", + "spryker/transfer": "^3.31.0", + "spryker/uuid-behavior": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/kernel": "*" - }, - "suggest": { - "spryker/kernel": "If you want to use kernel functionality with certain plugins" + "spryker/propel": "*", + "spryker/propel-orm": "*", + "spryker/sales": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -60207,93 +61565,84 @@ "license": [ "proprietary" ], - "description": "StepEngineExtension module", + "description": "ShipmentsBackendApi module", "support": { - "source": "https://github.com/spryker/step-engine-extension/tree/1.0.0" + "source": "https://github.com/spryker/shipments-backend-api/tree/0.1.0" }, - "time": "2020-04-07T08:49:52+00:00" + "time": "2023-04-17T15:49:27+00:00" }, { - "name": "spryker/stock", - "version": "8.8.2", + "name": "spryker/shipments-rest-api", + "version": "1.7.1", "source": { "type": "git", - "url": "https://github.com/spryker/stock.git", - "reference": "7255d93e4ec1f640bd3d3d8f16e7baaf02c236f8" + "url": "https://github.com/spryker/shipments-rest-api.git", + "reference": "d541aee6e5c5a8e411818eaccecb6e2c11153a59" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/stock/zipball/7255d93e4ec1f640bd3d3d8f16e7baaf02c236f8", - "reference": "7255d93e4ec1f640bd3d3d8f16e7baaf02c236f8", + "url": "https://api.github.com/repos/spryker/shipments-rest-api/zipball/d541aee6e5c5a8e411818eaccecb6e2c11153a59", + "reference": "d541aee6e5c5a8e411818eaccecb6e2c11153a59", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/decimal-object": "^1.0.0", + "spryker/checkout-rest-api-extension": "^1.5.0", + "spryker/glue-application": "^1.0.0", + "spryker/glue-application-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/product-extension": "^1.3.0", - "spryker/propel-orm": "^1.0.0", - "spryker/stock-extension": "^1.1.0", - "spryker/store": "^1.5.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/transfer": "^3.27.0" + "spryker/orders-rest-api-extension": "^1.1.0", + "spryker/quote-requests-rest-api-extension": "^1.0.0", + "spryker/shipment": "^6.11.0 || ^7.3.0 || ^8.12.0", + "spryker/shipments-rest-api-extension": "^1.0.0", + "spryker/symfony": "^3.3.0" }, "require-dev": { "spryker/code-sniffer": "*", "spryker/propel": "*", + "spryker/store": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "8.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\Stock\\Helper\\": "tests/SprykerTest/Shared/Stock/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Stock module", + "description": "ShipmentsRestApi module", "support": { - "source": "https://github.com/spryker/stock/tree/8.8.2" + "source": "https://github.com/spryker/shipments-rest-api/tree/1.7.1" }, "time": "2023-05-05T18:20:59+00:00" }, { - "name": "spryker/stock-address", - "version": "1.1.0", + "name": "spryker/shipments-rest-api-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/stock-address.git", - "reference": "48b9cd298c4fd5995c8752c6907838fca86b27a2" + "url": "https://github.com/spryker/shipments-rest-api-extension.git", + "reference": "80a68fa099c1e19b4218ffdaa975baa6eca9324d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/stock-address/zipball/48b9cd298c4fd5995c8752c6907838fca86b27a2", - "reference": "48b9cd298c4fd5995c8752c6907838fca86b27a2", + "url": "https://api.github.com/repos/spryker/shipments-rest-api-extension/zipball/80a68fa099c1e19b4218ffdaa975baa6eca9324d", + "reference": "80a68fa099c1e19b4218ffdaa975baa6eca9324d", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/country": "^3.0.0 || ^4.0.0", - "spryker/kernel": "^3.30.0", - "spryker/propel-orm": "^1.0.0", - "spryker/stock": "^8.2.0", - "spryker/stock-extension": "^1.1.0", - "spryker/transfer": "^3.25.0" + "php": ">=7.3" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -60303,46 +61652,45 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\StockAddress\\Helper\\": "tests/SprykerTest/Shared/StockAddress/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "StockAddress module", + "description": "ShipmentsRestApiExtension module", "support": { - "source": "https://github.com/spryker/stock-address/tree/1.1.0" + "source": "https://github.com/spryker/shipments-rest-api-extension/tree/1.0.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2020-11-27T08:11:49+00:00" }, { - "name": "spryker/stock-address-data-import", - "version": "0.1.1", + "name": "spryker/shop-context", + "version": "0.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/stock-address-data-import.git", - "reference": "3add34b5d1f50f6eb4905685d3f9a0748785ed70" + "url": "https://github.com/spryker/shop-context.git", + "reference": "69073e3139642bd1383006ec409808694f292400" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/stock-address-data-import/zipball/3add34b5d1f50f6eb4905685d3f9a0748785ed70", - "reference": "3add34b5d1f50f6eb4905685d3f9a0748785ed70", + "url": "https://api.github.com/repos/spryker/shop-context/zipball/69073e3139642bd1383006ec409808694f292400", + "reference": "69073e3139642bd1383006ec409808694f292400", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/country": "^3.0.0 || ^4.0.0", - "spryker/data-import": "^1.4.3", + "php": ">=7.2", + "spryker/application-extension": "^1.0.0", "spryker/kernel": "^3.33.0", - "spryker/stock": "^8.0.0", - "spryker/stock-address": "^1.0.0" + "spryker/shop-context-extension": "^0.1.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/container": "*" + }, + "suggest": { + "spryker/container": "If you want to use the Container module." }, "type": "library", "extra": { @@ -60357,39 +61705,33 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "StockAddressDataImport module", + "description": "ShopContext module", "support": { - "source": "https://github.com/spryker/stock-address-data-import/tree/0.1.1" + "source": "https://github.com/spryker/shop-context/tree/master" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2020-02-20T08:21:35+00:00" }, { - "name": "spryker/stock-data-import", - "version": "1.2.2", + "name": "spryker/shop-context-extension", + "version": "0.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/stock-data-import.git", - "reference": "cfe3722a3dd8a496dacfd5d84b883576d68b0adf" + "url": "https://github.com/spryker/shop-context-extension.git", + "reference": "0c9fa9eb8024dadc91f7851328a6b9abc96c76cb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/stock-data-import/zipball/cfe3722a3dd8a496dacfd5d84b883576d68b0adf", - "reference": "cfe3722a3dd8a496dacfd5d84b883576d68b0adf", + "url": "https://api.github.com/repos/spryker/shop-context-extension/zipball/0c9fa9eb8024dadc91f7851328a6b9abc96c76cb", + "reference": "0c9fa9eb8024dadc91f7851328a6b9abc96c76cb", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/data-import": "^1.4.3", - "spryker/kernel": "^3.33.0", - "spryker/stock": "^8.0.0", - "spryker/store": "^1.5.0" + "php": ">=7.2" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -60404,195 +61746,218 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "StockDataImport module", + "description": "ShopContextExtension module", "support": { - "source": "https://github.com/spryker/stock-data-import/tree/1.2.2" + "source": "https://github.com/spryker/shop-context-extension/tree/master" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2020-02-20T08:21:35+00:00" }, { - "name": "spryker/stock-extension", - "version": "1.1.0", + "name": "spryker/shopping-list", + "version": "4.12.0", "source": { "type": "git", - "url": "https://github.com/spryker/stock-extension.git", - "reference": "684513603e134775a6e723ca6934820c12ff465b" + "url": "https://github.com/spryker/shopping-list.git", + "reference": "eb7a89aabb5cd93acd2baabd2b268970279c9fb2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/stock-extension/zipball/684513603e134775a6e723ca6934820c12ff465b", - "reference": "684513603e134775a6e723ca6934820c12ff465b", + "url": "https://api.github.com/repos/spryker/shopping-list/zipball/eb7a89aabb5cd93acd2baabd2b268970279c9fb2", + "reference": "eb7a89aabb5cd93acd2baabd2b268970279c9fb2", "shasum": "" }, "require": { - "php": ">=7.3" - }, - "require-dev": { - "spryker/code-sniffer": "*" - }, + "php": ">=8.0", + "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.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", + "spryker/kernel": "^3.30.0", + "spryker/messenger": "^3.0.0", + "spryker/permission": "^1.1.0", + "spryker/permission-extension": "^1.1.0", + "spryker/persistent-cart": "^0.1.0 || ^1.0.0 || ^3.0.0", + "spryker/price-product": "^1.0.0 || ^2.0.0 || ^4.0.0", + "spryker/product": "^6.6.0", + "spryker/propel-orm": "^1.0.0", + "spryker/session": "^4.0.0", + "spryker/shopping-list-extension": "^1.5.0", + "spryker/store": "^1.1.0", + "spryker/transfer": "^3.27.0", + "spryker/zed-request": "^3.6.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/company": "*", + "spryker/container": "*", + "spryker/installer": "*", + "spryker/propel": "*", + "spryker/quote": "*", + "spryker/stock": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/installer": "If ShoppingListPermissionsInstallerPlugin is to be used, minimum version is 4.0.04" + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\ShoppingList\\Helper\\": "tests/SprykerTest/Shared/ShoppingList/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "StockExtension module", + "description": "ShoppingList module", "support": { - "source": "https://github.com/spryker/stock-extension/tree/1.1.0" + "source": "https://github.com/spryker/shopping-list/tree/4.12.0" }, - "time": "2021-03-24T12:07:10+00:00" + "time": "2023-05-25T15:53:20+00:00" }, { - "name": "spryker/stock-gui", - "version": "2.1.0", + "name": "spryker/shopping-list-data-import", + "version": "0.2.2", "source": { "type": "git", - "url": "https://github.com/spryker/stock-gui.git", - "reference": "7dbd744031e475fed7dea4135bea253f704da937" + "url": "https://github.com/spryker/shopping-list-data-import.git", + "reference": "d99600603971e89fe660f7812a770371b8b39695" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/stock-gui/zipball/7dbd744031e475fed7dea4135bea253f704da937", - "reference": "7dbd744031e475fed7dea4135bea253f704da937", + "url": "https://api.github.com/repos/spryker/shopping-list-data-import/zipball/d99600603971e89fe660f7812a770371b8b39695", + "reference": "d99600603971e89fe660f7812a770371b8b39695", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/gui": "^3.45.0", - "spryker/kernel": "^3.33.0", - "spryker/stock": "^8.0.0", - "spryker/symfony": "^3.0.0", - "spryker/util-text": "^1.2.0" + "php": ">=8.0", + "spryker/company-business-unit": "^1.0.0 || ^2.0.0", + "spryker/company-user": "^1.0.0 || ^2.0.0", + "spryker/customer": "^7.0.0", + "spryker/data-import": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/shopping-list": "^1.0.0 || ^2.0.0 || ^4.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/company": "*", + "spryker/container": "*", + "spryker/permission": "*", + "spryker/propel": "*", + "spryker/propel-orm": "*", + "spryker/store": "*", + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\ShoppingListDataImport\\Helper\\": "tests/SprykerTest/Zed/ShoppingListDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "StockGui module", + "description": "ShoppingListDataImport module", "support": { - "source": "https://github.com/spryker/stock-gui/tree/2.1.0" + "source": "https://github.com/spryker/shopping-list-data-import/tree/0.2.2" }, - "time": "2022-09-19T06:48:51+00:00" + "time": "2023-04-26T07:24:42+00:00" }, { - "name": "spryker/storage", - "version": "3.20.1", + "name": "spryker/shopping-list-extension", + "version": "1.5.0", "source": { "type": "git", - "url": "https://github.com/spryker/storage.git", - "reference": "e18aa318532a53831a66ff406ba4529119091b01" + "url": "https://github.com/spryker/shopping-list-extension.git", + "reference": "15ab6e2bf895ee9d4b8d1a105c7374354588cdf7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/storage/zipball/e18aa318532a53831a66ff406ba4529119091b01", - "reference": "e18aa318532a53831a66ff406ba4529119091b01", + "url": "https://api.github.com/repos/spryker/shopping-list-extension/zipball/15ab6e2bf895ee9d4b8d1a105c7374354588cdf7", + "reference": "15ab6e2bf895ee9d4b8d1a105c7374354588cdf7", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/config": "^3.0.0", - "spryker/event-dispatcher-extension": "^1.0.0", - "spryker/gui": "^3.0.0", - "spryker/health-check-extension": "^1.0.0", - "spryker/kernel": "^3.41.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/redis": "^2.2.0", - "spryker/storage-extension": "^1.1.0", - "spryker/store": "^1.19.0", - "spryker/symfony": "^3.5.0", - "spryker/util-sanitize": "^2.0.0", - "spryker/util-text": "^1.1.0" + "php": ">=7.4" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/event-dispatcher": "*", - "spryker/ramsey-uuid": "*", - "spryker/silex": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/collector-storage-connector": "If you want to use dropStorageTimestamps functionality from Collector module.", - "spryker/container": "If you want to use StorageCacheEventDispatcherPlugin.", - "spryker/event-dispatcher": "If you want to use StorageCacheEventDispatcherPlugin.", - "spryker/silex": "Add this when you still want to use the abandoned Silex." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Client\\Storage\\Helper\\": "tests/SprykerTest/Client/Storage/_support/Helper/", - "SprykerTest\\Shared\\Storage\\Helper\\": "tests/SprykerTest/Shared/Storage/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Storage module", + "description": "ShoppingListExtension module", "support": { - "source": "https://github.com/spryker/storage/tree/3.20.1" + "source": "https://github.com/spryker/shopping-list-extension/tree/1.5.0" }, - "time": "2023-07-12T09:45:07+00:00" + "time": "2022-09-09T11:38:53+00:00" }, { - "name": "spryker/storage-database", + "name": "spryker/shopping-list-note", "version": "1.2.1", "source": { "type": "git", - "url": "https://github.com/spryker/storage-database.git", - "reference": "c7cdf6c001db26f33acb7cd92e5d1f7a3aacb671" + "url": "https://github.com/spryker/shopping-list-note.git", + "reference": "b88a7cf174fcd53c2e9810155cbd0489a0e57f64" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/storage-database/zipball/c7cdf6c001db26f33acb7cd92e5d1f7a3aacb671", - "reference": "c7cdf6c001db26f33acb7cd92e5d1f7a3aacb671", + "url": "https://api.github.com/repos/spryker/shopping-list-note/zipball/b88a7cf174fcd53c2e9810155cbd0489a0e57f64", + "reference": "b88a7cf174fcd53c2e9810155cbd0489a0e57f64", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/kernel": "^3.33.0", - "spryker/propel-orm": "^1.16.0", - "spryker/storage-database-extension": "^1.0.0", - "spryker/storage-extension": "^1.0.0", - "spryker/synchronization-behavior": "^1.4.0", - "spryker/util-encoding": "^2.0.0" + "spryker/cart": "^5.3.0 || ^7.0.0", + "spryker/kernel": "^3.30.0", + "spryker/propel-orm": "^1.0.0", + "spryker/shopping-list": "^1.0.0 || ^2.0.0 || ^4.0.0", + "spryker/shopping-list-extension": "^1.4.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/config": "*", + "spryker/company": "*", + "spryker/company-business-unit": "*", + "spryker/company-user": "*", + "spryker/container": "*", + "spryker/customer": "*", + "spryker/permission": "*", + "spryker/product": "*", "spryker/propel": "*", - "spryker/queue": "*", + "spryker/quote": "*", + "spryker/stock": "*", + "spryker/store": "*", "spryker/testify": "*" }, "type": "library", @@ -60604,38 +61969,53 @@ "autoload": { "psr-4": { "Spryker\\": "src/Spryker/", - "SprykerTest\\Client\\StorageDatabase\\Helper\\": "tests/SprykerTest/Client/StorageDatabase/_support/Helper/" + "SprykerTest\\Shared\\ShoppingListNote\\Helper\\": "tests/SprykerTest/Shared/ShoppingListNote/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "StorageDatabase module", + "description": "ShoppingListNote module", "support": { - "source": "https://github.com/spryker/storage-database/tree/1.2.1" + "source": "https://github.com/spryker/shopping-list-note/tree/1.2.1" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/storage-database-extension", - "version": "1.0.0", + "name": "spryker/shopping-list-product-option-connector", + "version": "1.4.2", "source": { "type": "git", - "url": "https://github.com/spryker/storage-database-extension.git", - "reference": "4d8ab9fcabc5e77ca1d73a9b37be139a12ab78b6" + "url": "https://github.com/spryker/shopping-list-product-option-connector.git", + "reference": "a4724fe4ad57612e953a198e6a6c2e416072c6d5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/storage-database-extension/zipball/4d8ab9fcabc5e77ca1d73a9b37be139a12ab78b6", - "reference": "4d8ab9fcabc5e77ca1d73a9b37be139a12ab78b6", + "url": "https://api.github.com/repos/spryker/shopping-list-product-option-connector/zipball/a4724fe4ad57612e953a198e6a6c2e416072c6d5", + "reference": "a4724fe4ad57612e953a198e6a6c2e416072c6d5", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=8.0", + "spryker/kernel": "^3.30.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/product-option": "^6.11.0 || ^8.5.0", + "spryker/product-option-extension": "^1.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/shopping-list": "^1.7.0 || ^2.1.0 || ^4.0.0", + "spryker/shopping-list-extension": "^1.4.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/company": "*", + "spryker/company-business-unit": "*", + "spryker/company-user": "*", + "spryker/container": "*", + "spryker/customer": "*", + "spryker/permission": "*", + "spryker/propel": "*", + "spryker/store": "*", "spryker/testify": "*" }, "type": "library", @@ -60653,31 +62033,37 @@ "license": [ "proprietary" ], - "description": "StorageDatabaseExtension module", + "description": "ShoppingListProductOptionConnector module", "support": { - "source": "https://github.com/spryker/storage-database-extension/tree/master" + "source": "https://github.com/spryker/shopping-list-product-option-connector/tree/1.4.2" }, - "time": "2019-12-05T11:39:44+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/storage-extension", - "version": "1.1.0", + "name": "spryker/shopping-list-session", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/storage-extension.git", - "reference": "60d4baaf48d9f1994bd997bc6dd9ebabc8e49803" + "url": "https://github.com/spryker/shopping-list-session.git", + "reference": "ac343e08c4728d53195cb2b891e67e7233574452" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/storage-extension/zipball/60d4baaf48d9f1994bd997bc6dd9ebabc8e49803", - "reference": "60d4baaf48d9f1994bd997bc6dd9ebabc8e49803", + "url": "https://api.github.com/repos/spryker/shopping-list-session/zipball/ac343e08c4728d53195cb2b891e67e7233574452", + "reference": "ac343e08c4728d53195cb2b891e67e7233574452", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2", + "spryker/agent-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/session": "^3.0.0 || ^4.0.0", + "spryker/shopping-list": "^1.8.0 || ^2.6.0 || ^4.0.0", + "spryker/shopping-list-session-extension": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/symfony": "^3.0.0", "spryker/testify": "*" }, "type": "library", @@ -60695,38 +62081,32 @@ "license": [ "proprietary" ], - "description": "StorageExtension module", + "description": "ShoppingListSession module", "support": { - "source": "https://github.com/spryker/storage-extension/tree/1.1.0" + "source": "https://github.com/spryker/shopping-list-session/tree/1.2.0" }, - "time": "2019-08-06T14:36:17+00:00" + "time": "2020-10-22T16:46:44+00:00" }, { - "name": "spryker/storage-gui", + "name": "spryker/shopping-list-session-extension", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/storage-gui.git", - "reference": "060b5141eb760c971589cffc1db37acd69d47e17" + "url": "https://github.com/spryker/shopping-list-session-extension.git", + "reference": "91325237e4db9a591d3242845b0477ffa7a18e85" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/storage-gui/zipball/060b5141eb760c971589cffc1db37acd69d47e17", - "reference": "060b5141eb760c971589cffc1db37acd69d47e17", + "url": "https://api.github.com/repos/spryker/shopping-list-session-extension/zipball/91325237e4db9a591d3242845b0477ffa7a18e85", + "reference": "91325237e4db9a591d3242845b0477ffa7a18e85", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/gui": "^3.45.0", - "spryker/kernel": "^3.30.0", - "spryker/storage": "^3.9.0", - "spryker/symfony": "^3.5.0", - "spryker/twig": "^3.16.0", - "spryker/util-sanitize": "^2.0.0", - "spryker/util-text": "^1.1.0" + "php": ">=7.1" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -60743,38 +62123,50 @@ "license": [ "proprietary" ], - "description": "StorageGui module", + "description": "ShoppingListSessionExtension module", "support": { - "source": "https://github.com/spryker/storage-gui/tree/1.0.0" + "source": "https://github.com/spryker/shopping-list-session-extension/tree/master" }, - "time": "2022-09-19T06:48:51+00:00" + "time": "2018-09-12T15:07:51+00:00" }, { - "name": "spryker/storage-redis", - "version": "1.3.1", + "name": "spryker/shopping-list-storage", + "version": "1.7.0", "source": { "type": "git", - "url": "https://github.com/spryker/storage-redis.git", - "reference": "d5e096d81632f1bfa266a7b590e17b54d43e6b2c" + "url": "https://github.com/spryker/shopping-list-storage.git", + "reference": "b7c5a87a9c88381366b45e29d78c2c43411cfc0e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/storage-redis/zipball/d5e096d81632f1bfa266a7b590e17b54d43e6b2c", - "reference": "d5e096d81632f1bfa266a7b590e17b54d43e6b2c", + "url": "https://api.github.com/repos/spryker/shopping-list-storage/zipball/b7c5a87a9c88381366b45e29d78c2c43411cfc0e", + "reference": "b7c5a87a9c88381366b45e29d78c2c43411cfc0e", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/kernel": "^3.33.0", - "spryker/redis": "^2.1.0", - "spryker/storage-extension": "^1.1.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.8.0" + "php": ">=7.4", + "spryker/company-business-unit": "^2.2.0", + "spryker/company-user": "^1.4.0 || ^2.0.0", + "spryker/customer": "^7.0.0", + "spryker/event-behavior": "^1.1.0", + "spryker/kernel": "^3.37.0", + "spryker/propel-orm": "^1.0.0", + "spryker/shopping-list": "^1.2.0 || ^2.0.0 || ^4.0.0", + "spryker/shopping-list-session-extension": "^1.0.0", + "spryker/storage": "^3.0.0", + "spryker/synchronization": "^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.1.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/event": "*", + "spryker/propel": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" + }, "type": "library", "extra": { "branch-alias": { @@ -60790,54 +62182,43 @@ "license": [ "proprietary" ], - "description": "StorageRedis module", + "description": "ShoppingListStorage module", "support": { - "source": "https://github.com/spryker/storage-redis/tree/1.3.1" + "source": "https://github.com/spryker/shopping-list-storage/tree/1.7.0" }, - "time": "2022-12-01T11:40:47+00:00" + "time": "2022-04-18T08:41:46+00:00" }, { - "name": "spryker/store", - "version": "1.20.0", + "name": "spryker/shopping-lists-rest-api", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/store.git", - "reference": "a9996e7c6f5c6ee5b63382bbe5d26de91a6ccb8c" + "url": "https://github.com/spryker/shopping-lists-rest-api.git", + "reference": "ae322036a720d962b429964c8b696b121a299b33" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/store/zipball/a9996e7c6f5c6ee5b63382bbe5d26de91a6ccb8c", - "reference": "a9996e7c6f5c6ee5b63382bbe5d26de91a6ccb8c", + "url": "https://api.github.com/repos/spryker/shopping-lists-rest-api/zipball/ae322036a720d962b429964c8b696b121a299b33", + "reference": "ae322036a720d962b429964c8b696b121a299b33", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/application-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/log": "^1.0.0 || ^2.0.0 || ^3.0.0", - "spryker/message-broker-extension": "^1.0.0", - "spryker/oauth-client-extension": "^1.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/quote-extension": "^1.4.0", - "spryker/store-extension": "^1.0.0", + "php": ">=7.4", + "spryker/glossary-storage": "^1.5.0", + "spryker/glue-application": "^1.9.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.33.0", + "spryker/shopping-list": "^4.2.0", + "spryker/shopping-lists-rest-api-extension": "^1.0.0", "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0", - "spryker/zed-request-extension": "^1.1.0" + "spryker/uuid-behavior": "^1.0.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/locale": "*", - "spryker/propel": "*", - "spryker/quote": "*", + "spryker/company-user": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/config": "If you want to use StoreApplicationPlugin", - "spryker/container": "If you want to use Twig Plugins", - "spryker/quote": "If you want to use StoreQuoteTransferExpander plugin, minimum required version: 1.2.0" - }, "type": "library", "extra": { "branch-alias": { @@ -60846,40 +62227,35 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\Store\\Helper\\": "tests/SprykerTest/Shared/Store/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Store module", + "description": "ShoppingListsRestApi module", "support": { - "source": "https://github.com/spryker/store/tree/1.20.0" + "source": "https://github.com/spryker/shopping-lists-rest-api/tree/1.2.0" }, - "time": "2023-05-22T19:10:17+00:00" + "time": "2022-09-09T11:38:53+00:00" }, { - "name": "spryker/store-context-gui", + "name": "spryker/shopping-lists-rest-api-extension", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/store-context-gui.git", - "reference": "f416882c1b3a79b63281a195ad721959ef6695ab" + "url": "https://github.com/spryker/shopping-lists-rest-api-extension.git", + "reference": "36ea3a3b5f67603f9962fc52c428e23819dcb0cf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/store-context-gui/zipball/f416882c1b3a79b63281a195ad721959ef6695ab", - "reference": "f416882c1b3a79b63281a195ad721959ef6695ab", + "url": "https://api.github.com/repos/spryker/shopping-lists-rest-api-extension/zipball/36ea3a3b5f67603f9962fc52c428e23819dcb0cf", + "reference": "36ea3a3b5f67603f9962fc52c428e23819dcb0cf", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/gui": "^3.45.0", - "spryker/kernel": "^3.71.0", - "spryker/store-gui-extension": "^1.0.0", - "spryker/symfony": "^3.11.0" + "php": ">=7.4" }, "require-dev": { "spryker/code-sniffer": "*" @@ -60899,36 +62275,33 @@ "license": [ "proprietary" ], - "description": "StoreContextGui module", + "description": "ShoppingListsRestApiExtension module", "support": { - "source": "https://github.com/spryker/store-context-gui/tree/1.0.0" + "source": "https://github.com/spryker/shopping-lists-rest-api-extension/tree/1.0.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2022-09-09T11:38:53+00:00" }, { - "name": "spryker/store-data-import", - "version": "0.1.0", + "name": "spryker/sql-criteria-builder", + "version": "1.0.3", "source": { "type": "git", - "url": "https://github.com/spryker/store-data-import.git", - "reference": "5cd1cad61387cfe9886a6132bc71136edcd1065a" + "url": "https://github.com/spryker/sql-criteria-builder.git", + "reference": "93a02e6b2024c3c1697f7c336679e9daed229dbb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/store-data-import/zipball/5cd1cad61387cfe9886a6132bc71136edcd1065a", - "reference": "5cd1cad61387cfe9886a6132bc71136edcd1065a", + "url": "https://api.github.com/repos/spryker/sql-criteria-builder/zipball/93a02e6b2024c3c1697f7c336679e9daed229dbb", + "reference": "93a02e6b2024c3c1697f7c336679e9daed229dbb", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/data-import": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/store": "^1.19.0" + "everon/criteria-builder": "~1.1.6", + "everon/factory": "~1.1.4", + "php": ">=7.2" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -60943,93 +62316,99 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "StoreDataImport module", + "description": "SqlCriteriaBuilder module", "support": { - "source": "https://github.com/spryker/store-data-import/tree/0.1.0" + "source": "https://github.com/spryker/sql-criteria-builder/tree/1.0.3" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2020-10-09T11:31:07+00:00" }, { - "name": "spryker/store-extension", - "version": "1.0.0", + "name": "spryker/state-machine", + "version": "2.18.0", "source": { "type": "git", - "url": "https://github.com/spryker/store-extension.git", - "reference": "b95dbb1e7a72d455f961891a27645cf1b3ea4672" + "url": "https://github.com/spryker/state-machine.git", + "reference": "2736a095208d8837e100a00ec086091937a2e571" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/store-extension/zipball/b95dbb1e7a72d455f961891a27645cf1b3ea4672", - "reference": "b95dbb1e7a72d455f961891a27645cf1b3ea4672", + "url": "https://api.github.com/repos/spryker/state-machine/zipball/2736a095208d8837e100a00ec086091937a2e571", + "reference": "2736a095208d8837e100a00ec086091937a2e571", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/transfer": "^3.0.0" + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/graph": "^3.0.0", + "spryker/kernel": "^3.30.0", + "spryker/propel-orm": "^1.16.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.25.0", + "spryker/util-network": "^1.1.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/config": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\StateMachine\\Helper\\": "tests/SprykerTest/Zed/StateMachine/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "StoreExtension module", + "description": "StateMachine module", "support": { - "source": "https://github.com/spryker/store-extension/tree/1.0.0" + "source": "https://github.com/spryker/state-machine/tree/2.18.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-07-18T10:08:54+00:00" }, { - "name": "spryker/store-gui", - "version": "1.2.0", + "name": "spryker/step-engine", + "version": "3.4.3", "source": { "type": "git", - "url": "https://github.com/spryker/store-gui.git", - "reference": "971071b4d043dfc996e6ad59502894bb0219b0e6" + "url": "https://github.com/spryker/step-engine.git", + "reference": "6d0846cad06bc1410bd527a5d5fe3280bb3c100b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/store-gui/zipball/971071b4d043dfc996e6ad59502894bb0219b0e6", - "reference": "971071b4d043dfc996e6ad59502894bb0219b0e6", + "url": "https://api.github.com/repos/spryker/step-engine/zipball/6d0846cad06bc1410bd527a5d5fe3280bb3c100b", + "reference": "6d0846cad06bc1410bd527a5d5fe3280bb3c100b", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/gui": "^3.38.0", - "spryker/kernel": "^3.33.0", - "spryker/product-category-filter-gui-extension": "^1.0.0", - "spryker/store": "^1.19.0", - "spryker/store-gui-extension": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0", - "spryker/util-encoding": "^1.0.0 || ^2.0.0", - "spryker/util-text": "^1.5.0" + "spryker/kernel": "^3.30.0", + "spryker/step-engine-extension": "^1.0.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", "spryker/propel": "*", - "spryker/testify": "*", - "spryker/twig": "*" + "spryker/testify": "*" + }, + "suggest": { + "spryker/messenger": "Allows to use StepHandlerPluginWithMessengerInterface." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -61041,38 +62420,35 @@ "license": [ "proprietary" ], - "description": "StoreGui module", + "description": "StepEngine module", "support": { - "source": "https://github.com/spryker/store-gui/tree/1.2.0" + "source": "https://github.com/spryker/step-engine/tree/3.4.3" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-01-24T16:01:46+00:00" }, { - "name": "spryker/store-gui-extension", + "name": "spryker/step-engine-extension", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/store-gui-extension.git", - "reference": "19ead7c8117121c85aebafa6c3ec19ce6dded751" + "url": "https://github.com/spryker/step-engine-extension.git", + "reference": "2eb46a55712fdf3c6242b4078850266b0b03527b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/store-gui-extension/zipball/19ead7c8117121c85aebafa6c3ec19ce6dded751", - "reference": "19ead7c8117121c85aebafa6c3ec19ce6dded751", + "url": "https://api.github.com/repos/spryker/step-engine-extension/zipball/2eb46a55712fdf3c6242b4078850266b0b03527b", + "reference": "2eb46a55712fdf3c6242b4078850266b0b03527b", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/transfer": "^3.0.0" + "php": ">=7.2" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/gui": "*", - "spryker/symfony": "*" + "spryker/kernel": "*" }, "suggest": { - "spryker/gui": "If you want to use StoreGui table expander plugins.", - "spryker/symfony": "If you want to use StoreGui form expander plugins." + "spryker/kernel": "If you want to use kernel functionality with certain plugins" }, "type": "library", "extra": { @@ -61089,101 +62465,93 @@ "license": [ "proprietary" ], - "description": "StoreGuiExtension module", + "description": "StepEngineExtension module", "support": { - "source": "https://github.com/spryker/store-gui-extension/tree/1.0.0" + "source": "https://github.com/spryker/step-engine-extension/tree/1.0.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2020-04-07T08:49:52+00:00" }, { - "name": "spryker/store-storage", - "version": "1.0.0", + "name": "spryker/stock", + "version": "8.8.2", "source": { "type": "git", - "url": "https://github.com/spryker/store-storage.git", - "reference": "238824e28e98e45ae239121c3a5c068bb8899a9a" + "url": "https://github.com/spryker/stock.git", + "reference": "7255d93e4ec1f640bd3d3d8f16e7baaf02c236f8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/store-storage/zipball/238824e28e98e45ae239121c3a5c068bb8899a9a", - "reference": "238824e28e98e45ae239121c3a5c068bb8899a9a", + "url": "https://api.github.com/repos/spryker/stock/zipball/7255d93e4ec1f640bd3d3d8f16e7baaf02c236f8", + "reference": "7255d93e4ec1f640bd3d3d8f16e7baaf02c236f8", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/country": "^4.0.0", - "spryker/currency": "^4.0.0", - "spryker/event-behavior": "^1.0.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/decimal-object": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/locale": "^4.0.0", - "spryker/propel-orm": "^1.17.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/storage": "^3.4.0", - "spryker/store": "^1.19.0", - "spryker/store-extension": "^1.0.0", - "spryker/synchronization": "^1.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.0.0", - "spryker/transfer": "^3.25.0" + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/product-extension": "^1.3.0", + "spryker/propel-orm": "^1.0.0", + "spryker/stock-extension": "^1.1.0", + "spryker/store": "^1.5.0", + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { "spryker/code-sniffer": "*", "spryker/propel": "*", - "spryker/queue": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "8.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\Stock\\Helper\\": "tests/SprykerTest/Shared/Stock/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "StoreStorage module", + "description": "Stock module", "support": { - "source": "https://github.com/spryker/store-storage/tree/1.0.0" + "source": "https://github.com/spryker/stock/tree/8.8.2" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-05-05T18:20:59+00:00" }, { - "name": "spryker/stores-rest-api", + "name": "spryker/stock-address", "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/stores-rest-api.git", - "reference": "0f410b1d07cce2c444b85a3c4e2217b963c65a86" + "url": "https://github.com/spryker/stock-address.git", + "reference": "48b9cd298c4fd5995c8752c6907838fca86b27a2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/stores-rest-api/zipball/0f410b1d07cce2c444b85a3c4e2217b963c65a86", - "reference": "0f410b1d07cce2c444b85a3c4e2217b963c65a86", + "url": "https://api.github.com/repos/spryker/stock-address/zipball/48b9cd298c4fd5995c8752c6907838fca86b27a2", + "reference": "48b9cd298c4fd5995c8752c6907838fca86b27a2", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/application-extension": "^1.1.0", - "spryker/country": "^3.2.0 || ^4.0.0", - "spryker/currency": "^3.2.0 || ^4.0.0", - "spryker/glue-application": "^1.0.0", - "spryker/glue-application-extension": "^1.0.0", + "spryker/country": "^3.0.0 || ^4.0.0", "spryker/kernel": "^3.30.0", - "spryker/store": "^1.8.0", - "spryker/symfony": "^3.0.0" + "spryker/propel-orm": "^1.0.0", + "spryker/stock": "^8.2.0", + "spryker/stock-extension": "^1.1.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*" - }, - "suggest": { - "spryker/container": "Add this module when you want to use the Container." + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -61193,65 +62561,41 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\StockAddress\\Helper\\": "tests/SprykerTest/Shared/StockAddress/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "StoresRestApi module", + "description": "StockAddress module", "support": { - "source": "https://github.com/spryker/stores-rest-api/tree/1.1.0" + "source": "https://github.com/spryker/stock-address/tree/1.1.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/symfony", - "version": "3.12.0", + "name": "spryker/stock-address-data-import", + "version": "0.1.1", "source": { "type": "git", - "url": "https://github.com/spryker/symfony.git", - "reference": "63730730f5f3a9fdaf8fcb46c3dc9272fff3226c" + "url": "https://github.com/spryker/stock-address-data-import.git", + "reference": "3add34b5d1f50f6eb4905685d3f9a0748785ed70" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/symfony/zipball/63730730f5f3a9fdaf8fcb46c3dc9272fff3226c", - "reference": "63730730f5f3a9fdaf8fcb46c3dc9272fff3226c", + "url": "https://api.github.com/repos/spryker/stock-address-data-import/zipball/3add34b5d1f50f6eb4905685d3f9a0748785ed70", + "reference": "3add34b5d1f50f6eb4905685d3f9a0748785ed70", "shasum": "" }, "require": { "php": ">=8.0", - "symfony-cmf/routing": "^2.3.3 || ^3.0.0", - "symfony/config": "^5.0.9 || ^6.0.0", - "symfony/console": "^5.3.0 || ^6.0.0", - "symfony/debug": "^4.4.9", - "symfony/error-handler": "^5.0.9 || ^6.0.0", - "symfony/event-dispatcher": "^5.1.0 || ^6.0.0", - "symfony/filesystem": "^5.2.1 || ^6.0.0", - "symfony/finder": "^5.3.0 || ^6.0.0", - "symfony/form": "^5.2.0 || ^6.0.0", - "symfony/http-client": "^5.0.9 || ^6.0.0", - "symfony/http-foundation": "^5.2.0 || ^6.0.0", - "symfony/http-kernel": "^5.2.1 || ^6.0.0", - "symfony/intl": "^5.0.9 || ^6.0.0", - "symfony/messenger": "^5.3.0 || ^6.0.0", - "symfony/mime": "^5.0.9 || ^6.0.0", - "symfony/options-resolver": "^5.0.9 || ^6.0.0", - "symfony/process": "^5.4.0 || ^6.0.0", - "symfony/property-access": "^5.4.0 || ^6.0.0", - "symfony/routing": "^5.1.0 || ^6.0.0", - "symfony/security-core": "^5.4.21", - "symfony/security-csrf": "^5.3.0 || ^6.0.0", - "symfony/security-guard": "^5.4.21", - "symfony/security-http": "^5.4.21", - "symfony/serializer": "^5.0.9 || ^6.0.0", - "symfony/stopwatch": "^5.0.9 || ^6.0.0", - "symfony/translation": "^5.0.9 || ^6.0.0", - "symfony/translation-contracts": "^2.1.2 || ^3.0.0", - "symfony/twig-bridge": "^5.0.9 || ^6.0.0", - "symfony/validator": "^5.2.0 || ^6.0.0", - "symfony/yaml": "^5.1.10 || ^6.0.0" + "spryker/country": "^3.0.0 || ^4.0.0", + "spryker/data-import": "^1.4.3", + "spryker/kernel": "^3.33.0", + "spryker/stock": "^8.0.0", + "spryker/stock-address": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", @@ -61261,7 +62605,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -61271,43 +62615,39 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "Symfony module", + "description": "StockAddressDataImport module", "support": { - "source": "https://github.com/spryker/symfony/tree/3.12.0" + "source": "https://github.com/spryker/stock-address-data-import/tree/0.1.1" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/symfony-mailer", - "version": "1.1.0", + "name": "spryker/stock-data-import", + "version": "1.2.2", "source": { "type": "git", - "url": "https://github.com/spryker/symfony-mailer.git", - "reference": "9ec359bcdc0fdb9cd2cd6ba54a47bff6f99090b7" + "url": "https://github.com/spryker/stock-data-import.git", + "reference": "cfe3722a3dd8a496dacfd5d84b883576d68b0adf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/symfony-mailer/zipball/9ec359bcdc0fdb9cd2cd6ba54a47bff6f99090b7", - "reference": "9ec359bcdc0fdb9cd2cd6ba54a47bff6f99090b7", + "url": "https://api.github.com/repos/spryker/stock-data-import/zipball/cfe3722a3dd8a496dacfd5d84b883576d68b0adf", + "reference": "cfe3722a3dd8a496dacfd5d84b883576d68b0adf", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/glossary": "^3.0.0", - "spryker/kernel": "^3.52.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/mail-extension": "^1.0.0", - "spryker/symfony": "^3.9.0", - "spryker/transfer": "^3.25.0", - "symfony/mailer": "^5.4.12" + "spryker/data-import": "^1.4.3", + "spryker/kernel": "^3.33.0", + "spryker/stock": "^8.0.0", + "spryker/store": "^1.5.0" }, "require-dev": { "spryker/code-sniffer": "*", "spryker/propel": "*", - "spryker/testify": "*", - "spryker/twig": "*" + "spryker/testify": "*" }, "type": "library", "extra": { @@ -61322,74 +62662,33 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "SymfonyMailer module", + "description": "StockDataImport module", "support": { - "source": "https://github.com/spryker/symfony-mailer/tree/1.1.0" + "source": "https://github.com/spryker/stock-data-import/tree/1.2.2" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/synchronization", - "version": "1.16.0", + "name": "spryker/stock-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/synchronization.git", - "reference": "1912e214c56e14b594d63e377455102ef014379c" + "url": "https://github.com/spryker/stock-extension.git", + "reference": "684513603e134775a6e723ca6934820c12ff465b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/synchronization/zipball/1912e214c56e14b594d63e377455102ef014379c", - "reference": "1912e214c56e14b594d63e377455102ef014379c", + "url": "https://api.github.com/repos/spryker/stock-extension/zipball/684513603e134775a6e723ca6934820c12ff465b", + "reference": "684513603e134775a6e723ca6934820c12ff465b", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/elastica": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0", - "spryker/kernel": "^3.49.0", - "spryker/propel-orm": "^1.16.0", - "spryker/queue": "^1.0.0", - "spryker/search": "^8.3.0", - "spryker/storage": "^3.4.1", - "spryker/store": "^1.19.0", - "spryker/symfony": "^3.1.0", - "spryker/synchronization-extension": "^1.3.0", - "spryker/transfer": "^3.25.0", - "spryker/util-encoding": "^2.0.0" + "php": ">=7.3" }, "require-dev": { - "spryker/availability-storage": "*", - "spryker/category-page-search": "*", - "spryker/category-storage": "*", - "spryker/cms-block-category-storage": "*", - "spryker/cms-block-product-storage": "*", - "spryker/cms-block-storage": "*", - "spryker/cms-page-search": "*", - "spryker/cms-storage": "*", - "spryker/code-sniffer": "*", - "spryker/glossary-storage": "*", - "spryker/navigation-storage": "*", - "spryker/price-product-storage": "*", - "spryker/product-category-filter-storage": "*", - "spryker/product-category-storage": "*", - "spryker/product-group-storage": "*", - "spryker/product-image-storage": "*", - "spryker/product-label-storage": "*", - "spryker/product-measurement-unit-storage": "*", - "spryker/product-option-storage": "*", - "spryker/product-page-search": "*", - "spryker/product-quantity-storage": "*", - "spryker/product-relation-storage": "*", - "spryker/product-review-search": "*", - "spryker/product-review-storage": "*", - "spryker/product-search-config-storage": "*", - "spryker/product-set-page-search": "*", - "spryker/product-set-storage": "*", - "spryker/product-storage": "*", - "spryker/propel": "^3.0.0", - "spryker/testify": "*", - "spryker/url-storage": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -61406,45 +62705,41 @@ "license": [ "proprietary" ], - "description": "Synchronization module", + "description": "StockExtension module", "support": { - "source": "https://github.com/spryker/synchronization/tree/1.16.0" + "source": "https://github.com/spryker/stock-extension/tree/1.1.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2021-03-24T12:07:10+00:00" }, { - "name": "spryker/synchronization-behavior", - "version": "1.10.0", + "name": "spryker/stock-gui", + "version": "2.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/synchronization-behavior.git", - "reference": "648d7e3ce8374bf6b6f82fbeade432514b841eaa" + "url": "https://github.com/spryker/stock-gui.git", + "reference": "7dbd744031e475fed7dea4135bea253f704da937" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/synchronization-behavior/zipball/648d7e3ce8374bf6b6f82fbeade432514b841eaa", - "reference": "648d7e3ce8374bf6b6f82fbeade432514b841eaa", + "url": "https://api.github.com/repos/spryker/stock-gui/zipball/7dbd744031e475fed7dea4135bea253f704da937", + "reference": "7dbd744031e475fed7dea4135bea253f704da937", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/kernel": "^3.30.0", - "spryker/laminas": "^1.0.0", - "spryker/propel-orm": "^1.16.0", - "spryker/queue": "^1.1.2", - "spryker/synchronization": "^0.1.0 || ^0.2.0 || ^1.0.0" + "php": ">=7.4", + "spryker/gui": "^3.45.0", + "spryker/kernel": "^3.33.0", + "spryker/stock": "^8.0.0", + "spryker/symfony": "^3.0.0", + "spryker/util-text": "^1.2.0" }, "require-dev": { - "codeception/module-asserts": "^1.0.0", - "spryker/code-sniffer": "*", - "spryker/testify": "^3.35.0" + "spryker/code-sniffer": "*" }, - "type": "propel-behavior", + "type": "library", "extra": { - "name": "synchronization", - "class": "\\Spryker\\Zed\\SynchronizationBehavior\\Persistence\\Propel\\Behavior\\SynchronizationBehavior", "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -61453,153 +62748,153 @@ } }, "notification-url": "https://packagist.org/downloads/", - "include-path": [ - "src/" - ], "license": [ "proprietary" ], - "description": "SynchronizationBehavior module", + "description": "StockGui module", "support": { - "source": "https://github.com/spryker/synchronization-behavior" + "source": "https://github.com/spryker/stock-gui/tree/2.1.0" }, - "time": "2023-03-31T19:36:17+00:00" + "time": "2022-09-19T06:48:51+00:00" }, { - "name": "spryker/synchronization-extension", - "version": "1.3.0", + "name": "spryker/storage", + "version": "3.20.1", "source": { "type": "git", - "url": "https://github.com/spryker/synchronization-extension.git", - "reference": "08c13a4f750349b38a13e51474334527ec5b069b" + "url": "https://github.com/spryker/storage.git", + "reference": "e18aa318532a53831a66ff406ba4529119091b01" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/synchronization-extension/zipball/08c13a4f750349b38a13e51474334527ec5b069b", - "reference": "08c13a4f750349b38a13e51474334527ec5b069b", + "url": "https://api.github.com/repos/spryker/storage/zipball/e18aa318532a53831a66ff406ba4529119091b01", + "reference": "e18aa318532a53831a66ff406ba4529119091b01", "shasum": "" }, "require": { - "php": ">=8.0" + "php": ">=8.0", + "spryker/config": "^3.0.0", + "spryker/event-dispatcher-extension": "^1.0.0", + "spryker/gui": "^3.0.0", + "spryker/health-check-extension": "^1.0.0", + "spryker/kernel": "^3.41.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/redis": "^2.2.0", + "spryker/storage-extension": "^1.1.0", + "spryker/store": "^1.19.0", + "spryker/symfony": "^3.5.0", + "spryker/util-sanitize": "^2.0.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel-orm": "*" + "spryker/container": "*", + "spryker/event-dispatcher": "*", + "spryker/ramsey-uuid": "*", + "spryker/silex": "*", + "spryker/testify": "*" }, "suggest": { - "spryker/propel-orm": "*" + "spryker/collector-storage-connector": "If you want to use dropStorageTimestamps functionality from Collector module.", + "spryker/container": "If you want to use StorageCacheEventDispatcherPlugin.", + "spryker/event-dispatcher": "If you want to use StorageCacheEventDispatcherPlugin.", + "spryker/silex": "Add this when you still want to use the abandoned Silex." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Client\\Storage\\Helper\\": "tests/SprykerTest/Client/Storage/_support/Helper/", + "SprykerTest\\Shared\\Storage\\Helper\\": "tests/SprykerTest/Shared/Storage/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "SynchronizationExtension module", + "description": "Storage module", "support": { - "source": "https://github.com/spryker/synchronization-extension/tree/1.3.0" + "source": "https://github.com/spryker/storage/tree/3.20.1" }, - "time": "2022-12-14T14:25:39+00:00" + "time": "2023-07-12T09:45:07+00:00" }, { - "name": "spryker/tax", - "version": "5.14.0", + "name": "spryker/storage-database", + "version": "1.2.1", "source": { "type": "git", - "url": "https://github.com/spryker/tax.git", - "reference": "391a9fb49a66a2c284ce0e00f914f45c6539e83f" + "url": "https://github.com/spryker/storage-database.git", + "reference": "c7cdf6c001db26f33acb7cd92e5d1f7a3aacb671" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/tax/zipball/391a9fb49a66a2c284ce0e00f914f45c6539e83f", - "reference": "391a9fb49a66a2c284ce0e00f914f45c6539e83f", + "url": "https://api.github.com/repos/spryker/storage-database/zipball/c7cdf6c001db26f33acb7cd92e5d1f7a3aacb671", + "reference": "c7cdf6c001db26f33acb7cd92e5d1f7a3aacb671", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/calculation": "^4.0.0", - "spryker/country": "^3.0.0 || ^4.0.0", - "spryker/gui": "^3.45.0", - "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/store": "^1.19.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.27.0", - "spryker/twig": "^3.16.0", - "spryker/util-date-time": "^1.0.0", - "spryker/util-text": "^1.1.0" + "spryker/kernel": "^3.33.0", + "spryker/propel-orm": "^1.16.0", + "spryker/storage-database-extension": "^1.0.0", + "spryker/storage-extension": "^1.0.0", + "spryker/synchronization-behavior": "^1.4.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { - "spryker/application": "*", "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/event-dispatcher": "*", - "spryker/form": "*", + "spryker/config": "*", "spryker/propel": "*", - "spryker/router": "*", - "spryker/testify": "*", - "spryker/validator": "*", - "spryker/zed-navigation": "*" + "spryker/queue": "*", + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\Tax\\Helper\\": "tests/SprykerTest/Shared/Tax/_support/Helper/" + "SprykerTest\\Client\\StorageDatabase\\Helper\\": "tests/SprykerTest/Client/StorageDatabase/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Tax module", + "description": "StorageDatabase module", "support": { - "source": "https://github.com/spryker/tax/tree/5.14.0" + "source": "https://github.com/spryker/storage-database/tree/1.2.1" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/tax-merchant-portal-gui", - "version": "1.0.1", + "name": "spryker/storage-database-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/tax-merchant-portal-gui.git", - "reference": "12a8daf461e6248c2c9340f375f387ff6007d303" + "url": "https://github.com/spryker/storage-database-extension.git", + "reference": "4d8ab9fcabc5e77ca1d73a9b37be139a12ab78b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/tax-merchant-portal-gui/zipball/12a8daf461e6248c2c9340f375f387ff6007d303", - "reference": "12a8daf461e6248c2c9340f375f387ff6007d303", + "url": "https://api.github.com/repos/spryker/storage-database-extension/zipball/4d8ab9fcabc5e77ca1d73a9b37be139a12ab78b6", + "reference": "4d8ab9fcabc5e77ca1d73a9b37be139a12ab78b6", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/kernel": "^3.33.0", - "spryker/product-merchant-portal-gui-extension": "^1.0.0", - "spryker/tax": "^4.0.0 || ^5.0.0" + "php": ">=7.2" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/symfony": "*" - }, - "suggest": { - "spryker/symfony": "If you want to use Form expander plugin." + "spryker/testify": "*" }, "type": "library", "extra": { @@ -61616,54 +62911,37 @@ "license": [ "proprietary" ], - "description": "TaxMerchantPortalGui module", + "description": "StorageDatabaseExtension module", "support": { - "source": "https://github.com/spryker/tax-merchant-portal-gui/tree/1.0.1" + "source": "https://github.com/spryker/storage-database-extension/tree/master" }, - "time": "2021-11-12T12:54:45+00:00" + "time": "2019-12-05T11:39:44+00:00" }, { - "name": "spryker/tax-product-connector", - "version": "4.7.1", + "name": "spryker/storage-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/tax-product-connector.git", - "reference": "53e81b51615f6fd8ac146fe8c1513dc678314260" + "url": "https://github.com/spryker/storage-extension.git", + "reference": "60d4baaf48d9f1994bd997bc6dd9ebabc8e49803" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/tax-product-connector/zipball/53e81b51615f6fd8ac146fe8c1513dc678314260", - "reference": "53e81b51615f6fd8ac146fe8c1513dc678314260", + "url": "https://api.github.com/repos/spryker/storage-extension/zipball/60d4baaf48d9f1994bd997bc6dd9ebabc8e49803", + "reference": "60d4baaf48d9f1994bd997bc6dd9ebabc8e49803", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/calculation-extension": "^1.1.0", - "spryker/country": "^3.0.0 || ^4.0.0", - "spryker/kernel": "^3.30.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/product-extension": "^1.5.0", - "spryker/propel-orm": "^1.0.0", - "spryker/tax": "^4.0.0 || ^5.0.0", - "spryker/tax-product-connector-extension": "^1.0.0", - "spryker/transfer": "^3.27.0", - "spryker/zed-request": "^3.0.0" + "php": ">=7.1" }, "require-dev": { - "spryker/calculation": "*", "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/propel": "*", - "spryker/store": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/calculation": "If you want to use Calculation plugins." - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -61675,28 +62953,35 @@ "license": [ "proprietary" ], - "description": "TaxProductConnector module", + "description": "StorageExtension module", "support": { - "source": "https://github.com/spryker/tax-product-connector/tree/4.7.1" + "source": "https://github.com/spryker/storage-extension/tree/1.1.0" }, - "time": "2023-05-05T18:20:59+00:00" + "time": "2019-08-06T14:36:17+00:00" }, { - "name": "spryker/tax-product-connector-extension", + "name": "spryker/storage-gui", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/tax-product-connector-extension.git", - "reference": "f5c4e50c64973d155943dd6dd70aba11b14e7996" + "url": "https://github.com/spryker/storage-gui.git", + "reference": "060b5141eb760c971589cffc1db37acd69d47e17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/tax-product-connector-extension/zipball/f5c4e50c64973d155943dd6dd70aba11b14e7996", - "reference": "f5c4e50c64973d155943dd6dd70aba11b14e7996", + "url": "https://api.github.com/repos/spryker/storage-gui/zipball/060b5141eb760c971589cffc1db37acd69d47e17", + "reference": "060b5141eb760c971589cffc1db37acd69d47e17", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=7.4", + "spryker/gui": "^3.45.0", + "spryker/kernel": "^3.30.0", + "spryker/storage": "^3.9.0", + "spryker/symfony": "^3.5.0", + "spryker/twig": "^3.16.0", + "spryker/util-sanitize": "^2.0.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -61716,50 +63001,38 @@ "license": [ "proprietary" ], - "description": "TaxProductConnectorExtension module", + "description": "StorageGui module", "support": { - "source": "https://github.com/spryker/tax-product-connector-extension/tree/1.0.0" + "source": "https://github.com/spryker/storage-gui/tree/1.0.0" }, - "time": "2022-09-28T12:34:39+00:00" + "time": "2022-09-19T06:48:51+00:00" }, { - "name": "spryker/tax-product-storage", + "name": "spryker/storage-redis", "version": "1.3.1", "source": { "type": "git", - "url": "https://github.com/spryker/tax-product-storage.git", - "reference": "72370188e0a73382049c3500121c186694e34293" + "url": "https://github.com/spryker/storage-redis.git", + "reference": "d5e096d81632f1bfa266a7b590e17b54d43e6b2c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/tax-product-storage/zipball/72370188e0a73382049c3500121c186694e34293", - "reference": "72370188e0a73382049c3500121c186694e34293", + "url": "https://api.github.com/repos/spryker/storage-redis/zipball/d5e096d81632f1bfa266a7b590e17b54d43e6b2c", + "reference": "d5e096d81632f1bfa266a7b590e17b54d43e6b2c", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/event-behavior": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/product": "^5.5.0 || ^6.0.0", - "spryker/propel-orm": "^1.3.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/storage": "^3.4.0", - "spryker/synchronization": "^1.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.0.0", - "spryker/transfer": "^3.27.0" + "spryker/kernel": "^3.33.0", + "spryker/redis": "^2.1.0", + "spryker/storage-extension": "^1.1.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.8.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/event": "*", - "spryker/propel": "*", - "spryker/publisher": "*", - "spryker/queue": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" - }, "type": "library", "extra": { "branch-alias": { @@ -61775,50 +63048,53 @@ "license": [ "proprietary" ], - "description": "TaxProductStorage module", + "description": "StorageRedis module", "support": { - "source": "https://github.com/spryker/tax-product-storage/tree/1.3.1" + "source": "https://github.com/spryker/storage-redis/tree/1.3.1" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2022-12-01T11:40:47+00:00" }, { - "name": "spryker/tax-storage", - "version": "1.4.1", + "name": "spryker/store", + "version": "1.20.1", "source": { "type": "git", - "url": "https://github.com/spryker/tax-storage.git", - "reference": "9f81d7fce36718b3a847273db4a3675548ee3b1b" + "url": "https://github.com/spryker/store.git", + "reference": "12fdd54813f512fbe31ac992278ba9da75a94049" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/tax-storage/zipball/9f81d7fce36718b3a847273db4a3675548ee3b1b", - "reference": "9f81d7fce36718b3a847273db4a3675548ee3b1b", + "url": "https://api.github.com/repos/spryker/store/zipball/12fdd54813f512fbe31ac992278ba9da75a94049", + "reference": "12fdd54813f512fbe31ac992278ba9da75a94049", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/event-behavior": "^1.0.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/application-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/publisher-extension": "^1.0.0", - "spryker/storage": "^3.0.0", - "spryker/synchronization": "^1.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.0.0", - "spryker/tax": "^5.11.0", - "spryker/transfer": "^3.27.0" + "spryker/log": "^1.0.0 || ^2.0.0 || ^3.0.0", + "spryker/message-broker-extension": "^1.0.0", + "spryker/oauth-client-extension": "^1.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/quote-extension": "^1.4.0", + "spryker/store-extension": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.25.0", + "spryker/zed-request-extension": "^1.1.0" }, "require-dev": { "spryker/code-sniffer": "*", "spryker/container": "*", - "spryker/event": "*", + "spryker/locale": "*", "spryker/propel": "*", - "spryker/queue": "*", - "spryker/store": "*", + "spryker/quote": "*", "spryker/testify": "*" }, "suggest": { - "spryker/event": "Required to listen for changes affecting product relations, minimum required version: 2.1.0", - "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0" + "spryker/config": "If you want to use StoreApplicationPlugin", + "spryker/container": "If you want to use Twig Plugins", + "spryker/quote": "If you want to use StoreQuoteTransferExpander plugin, minimum required version: 1.2.0" }, "type": "library", "extra": { @@ -61828,157 +63104,131 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\Store\\Helper\\": "tests/SprykerTest/Shared/Store/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "TaxStorage module", + "description": "Store module", "support": { - "source": "https://github.com/spryker/tax-storage/tree/1.4.1" + "source": "https://github.com/spryker/store/tree/1.20.1" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-07-21T13:09:09+00:00" }, { - "name": "spryker/touch", - "version": "4.6.0", + "name": "spryker/store-context-gui", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/touch.git", - "reference": "83fdd4458fbd9cbfe66053d51f535b5446602fdf" + "url": "https://github.com/spryker/store-context-gui.git", + "reference": "f416882c1b3a79b63281a195ad721959ef6695ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/touch/zipball/83fdd4458fbd9cbfe66053d51f535b5446602fdf", - "reference": "83fdd4458fbd9cbfe66053d51f535b5446602fdf", + "url": "https://api.github.com/repos/spryker/store-context-gui/zipball/f416882c1b3a79b63281a195ad721959ef6695ab", + "reference": "f416882c1b3a79b63281a195ad721959ef6695ab", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/store": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/util-data-reader": "^1.0.0" + "spryker/gui": "^3.45.0", + "spryker/kernel": "^3.71.0", + "spryker/store-gui-extension": "^1.0.0", + "spryker/symfony": "^3.11.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\Touch\\Helper\\": "tests/SprykerTest/Zed/Touch/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Touch module", + "description": "StoreContextGui module", "support": { - "source": "https://github.com/spryker/touch/tree/4.6.0" + "source": "https://github.com/spryker/store-context-gui/tree/1.0.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/transfer", - "version": "3.33.1", + "name": "spryker/store-data-import", + "version": "0.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/transfer.git", - "reference": "45e2053b1da55df5bd0bd3b94b5df6e16b2d2d75" + "url": "https://github.com/spryker/store-data-import.git", + "reference": "5cd1cad61387cfe9886a6132bc71136edcd1065a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/transfer/zipball/45e2053b1da55df5bd0bd3b94b5df6e16b2d2d75", - "reference": "45e2053b1da55df5bd0bd3b94b5df6e16b2d2d75", + "url": "https://api.github.com/repos/spryker/store-data-import/zipball/5cd1cad61387cfe9886a6132bc71136edcd1065a", + "reference": "5cd1cad61387cfe9886a6132bc71136edcd1065a", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/decimal-object": "^1.0.0", - "spryker/kernel": "^3.59.0", - "spryker/laminas": "^1.0.0", - "spryker/log": "^3.0.0", - "spryker/propel": "^3.21.0", - "spryker/symfony": "^3.0.0", - "spryker/twig": "^3.0.0", - "spryker/util-glob": "^1.0.0" + "spryker/data-import": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/store": "^1.19.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\Transfer\\Helper\\": "tests/SprykerTest/Shared/Transfer/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "Transfer module", + "description": "StoreDataImport module", "support": { - "source": "https://github.com/spryker/transfer/tree/3.33.1" + "source": "https://github.com/spryker/store-data-import/tree/0.1.0" }, - "time": "2022-11-11T07:06:41+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/translator", - "version": "1.11.0", + "name": "spryker/store-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/translator.git", - "reference": "0ab70852c213081b053bdf42914cf1eaebaa13ac" + "url": "https://github.com/spryker/store-extension.git", + "reference": "b95dbb1e7a72d455f961891a27645cf1b3ea4672" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/translator/zipball/0ab70852c213081b053bdf42914cf1eaebaa13ac", - "reference": "0ab70852c213081b053bdf42914cf1eaebaa13ac", + "url": "https://api.github.com/repos/spryker/store-extension/zipball/b95dbb1e7a72d455f961891a27645cf1b3ea4672", + "reference": "b95dbb1e7a72d455f961891a27645cf1b3ea4672", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/application-extension": "^1.0.0", - "spryker/glossary-storage": "^1.0.0", - "spryker/kernel": "^3.52.0", - "spryker/locale": "^3.3.0 || ^4.0.0", - "spryker/messenger-extension": "^1.0.0", - "spryker/symfony": "^3.5.0", - "spryker/translator-extension": "^1.0.0", - "spryker/twig": "^3.4.0", - "spryker/twig-extension": "^1.0.0", - "spryker/validator-extension": "^1.0.0" + "spryker/transfer": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/installer": "*", - "spryker/silex": "^2.2.0", - "spryker/testify": "*" - }, - "suggest": { - "spryker/container": "If you want to use ApplicationPlugin.", - "spryker/installer": "If you want to use Installer plugins. Minimum required version: 4.0.1" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -61995,35 +63245,44 @@ "license": [ "proprietary" ], - "description": "Translator module", + "description": "StoreExtension module", "support": { - "source": "https://github.com/spryker/translator/tree/1.11.0" + "source": "https://github.com/spryker/store-extension/tree/1.0.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/translator-extension", - "version": "1.0.1", + "name": "spryker/store-gui", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/translator-extension.git", - "reference": "17eb4c5724e21c87dd87a6f3890dc9b99f5f6354" + "url": "https://github.com/spryker/store-gui.git", + "reference": "971071b4d043dfc996e6ad59502894bb0219b0e6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/translator-extension/zipball/17eb4c5724e21c87dd87a6f3890dc9b99f5f6354", - "reference": "17eb4c5724e21c87dd87a6f3890dc9b99f5f6354", + "url": "https://api.github.com/repos/spryker/store-gui/zipball/971071b4d043dfc996e6ad59502894bb0219b0e6", + "reference": "971071b4d043dfc996e6ad59502894bb0219b0e6", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=8.0", + "spryker/gui": "^3.38.0", + "spryker/kernel": "^3.33.0", + "spryker/product-category-filter-gui-extension": "^1.0.0", + "spryker/store": "^1.19.0", + "spryker/store-gui-extension": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.25.0", + "spryker/util-encoding": "^1.0.0 || ^2.0.0", + "spryker/util-text": "^1.5.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/translator": "*" - }, - "suggest": { - "spryker/translator": "If you want to use TranslatorPlugin." + "spryker/container": "*", + "spryker/propel": "*", + "spryker/testify": "*", + "spryker/twig": "*" }, "type": "library", "extra": { @@ -62040,97 +63299,96 @@ "license": [ "proprietary" ], - "description": "TranslatorExtension module", + "description": "StoreGui module", "support": { - "source": "https://github.com/spryker/translator-extension/tree/1.0.1" + "source": "https://github.com/spryker/store-gui/tree/1.2.0" }, - "time": "2020-09-25T05:35:53+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/twig", - "version": "3.18.1", + "name": "spryker/store-gui-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/twig.git", - "reference": "07aa6395bd84fd14567c15a3f8c77a55bff0268a" + "url": "https://github.com/spryker/store-gui-extension.git", + "reference": "19ead7c8117121c85aebafa6c3ec19ce6dded751" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/twig/zipball/07aa6395bd84fd14567c15a3f8c77a55bff0268a", - "reference": "07aa6395bd84fd14567c15a3f8c77a55bff0268a", + "url": "https://api.github.com/repos/spryker/store-gui-extension/zipball/19ead7c8117121c85aebafa6c3ec19ce6dded751", + "reference": "19ead7c8117121c85aebafa6c3ec19ce6dded751", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/application-extension": "^1.0.0", - "spryker/container": "^1.1.0", - "spryker/event-dispatcher-extension": "^1.0.0", - "spryker/kernel": "^3.52.0", - "spryker/laminas": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/twig-extension": "^1.0.0", - "spryker/util-text": "^1.0.0", - "twig/twig": "^2.15.3 || ^3.4.3" + "spryker/transfer": "^3.0.0" }, "require-dev": { - "spryker/application": "*", "spryker/code-sniffer": "*", - "spryker/event-dispatcher": "*", - "spryker/propel": "*", - "spryker/silex": "*", - "spryker/testify": "*" + "spryker/gui": "*", + "spryker/symfony": "*" }, "suggest": { - "spryker/event-dispatcher": "If you want to use EventDispatcher plugin.", - "spryker/silex": "If you want to use the TwigServiceProvider." + "spryker/gui": "If you want to use StoreGui table expander plugins.", + "spryker/symfony": "If you want to use StoreGui form expander plugins." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\Twig\\Helper\\": "tests/SprykerTest/Zed/Twig/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Twig module", + "description": "StoreGuiExtension module", "support": { - "source": "https://github.com/spryker/twig/tree/3.18.1" + "source": "https://github.com/spryker/store-gui-extension/tree/1.0.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/twig-extension", - "version": "1.1.2", + "name": "spryker/store-storage", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/twig-extension.git", - "reference": "21174f0cee742737f0bb223edda23d7dba7095f0" + "url": "https://github.com/spryker/store-storage.git", + "reference": "238824e28e98e45ae239121c3a5c068bb8899a9a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/twig-extension/zipball/21174f0cee742737f0bb223edda23d7dba7095f0", - "reference": "21174f0cee742737f0bb223edda23d7dba7095f0", + "url": "https://api.github.com/repos/spryker/store-storage/zipball/238824e28e98e45ae239121c3a5c068bb8899a9a", + "reference": "238824e28e98e45ae239121c3a5c068bb8899a9a", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=8.0", + "spryker/country": "^4.0.0", + "spryker/currency": "^4.0.0", + "spryker/event-behavior": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/locale": "^4.0.0", + "spryker/propel-orm": "^1.17.0", + "spryker/publisher-extension": "^1.0.0", + "spryker/storage": "^3.4.0", + "spryker/store": "^1.19.0", + "spryker/store-extension": "^1.0.0", + "spryker/synchronization": "^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.0.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/twig": "*" - }, - "suggest": { - "spryker/container": "If you want to use the TwigPluginInterface", - "spryker/twig": "If you want to use the TwigLoaderPluginInterface" + "spryker/propel": "*", + "spryker/queue": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -62147,39 +63405,43 @@ "license": [ "proprietary" ], - "description": "TwigExtension module", + "description": "StoreStorage module", "support": { - "source": "https://github.com/spryker/twig-extension/tree/1.1.2" + "source": "https://github.com/spryker/store-storage/tree/1.0.0" }, - "time": "2020-10-09T11:31:07+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/up-selling-products-rest-api", - "version": "1.2.2", + "name": "spryker/stores-rest-api", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/up-selling-products-rest-api.git", - "reference": "257bc3c3fa22ea264b4407c78c6a5df166ff8d90" + "url": "https://github.com/spryker/stores-rest-api.git", + "reference": "0f410b1d07cce2c444b85a3c4e2217b963c65a86" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/up-selling-products-rest-api/zipball/257bc3c3fa22ea264b4407c78c6a5df166ff8d90", - "reference": "257bc3c3fa22ea264b4407c78c6a5df166ff8d90", + "url": "https://api.github.com/repos/spryker/stores-rest-api/zipball/0f410b1d07cce2c444b85a3c4e2217b963c65a86", + "reference": "0f410b1d07cce2c444b85a3c4e2217b963c65a86", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/carts-rest-api": "^2.3.0 || ^3.0.0 || ^5.0.0", - "spryker/glue-application": "^1.9.0", + "php": ">=8.0", + "spryker/application-extension": "^1.1.0", + "spryker/country": "^3.2.0 || ^4.0.0", + "spryker/currency": "^3.2.0 || ^4.0.0", + "spryker/glue-application": "^1.0.0", "spryker/glue-application-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/product-relation-storage": "^1.4.0 || ^2.0.0", - "spryker/product-storage": "^1.2.0", - "spryker/products-rest-api": "^2.3.0", + "spryker/store": "^1.8.0", "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*" + }, + "suggest": { + "spryker/container": "Add this module when you want to use the Container." }, "type": "library", "extra": { @@ -62196,49 +63458,63 @@ "license": [ "proprietary" ], - "description": "UpSellingProductsRestApi module", + "description": "StoresRestApi module", "support": { - "source": "https://github.com/spryker/up-selling-products-rest-api/tree/master" + "source": "https://github.com/spryker/stores-rest-api/tree/1.1.0" }, - "time": "2020-05-29T13:08:37+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/url", + "name": "spryker/symfony", "version": "3.12.0", "source": { "type": "git", - "url": "https://github.com/spryker/url.git", - "reference": "c2b6dfb9739f3a52acc46dad05e99706594c8154" + "url": "https://github.com/spryker/symfony.git", + "reference": "63730730f5f3a9fdaf8fcb46c3dc9272fff3226c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/url/zipball/c2b6dfb9739f3a52acc46dad05e99706594c8154", - "reference": "c2b6dfb9739f3a52acc46dad05e99706594c8154", + "url": "https://api.github.com/repos/spryker/symfony/zipball/63730730f5f3a9fdaf8fcb46c3dc9272fff3226c", + "reference": "63730730f5f3a9fdaf8fcb46c3dc9272fff3226c", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/key-builder": "^1.0.0", - "spryker/locale": "^3.8.0 || ^4.0.0", - "spryker/propel-orm": "^1.16.0", - "spryker/storage": "^3.0.0", - "spryker/symfony": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/transfer": "^3.27.0" + "symfony-cmf/routing": "^2.3.3 || ^3.0.0", + "symfony/config": "^5.0.9 || ^6.0.0", + "symfony/console": "^5.3.0 || ^6.0.0", + "symfony/debug": "^4.4.9", + "symfony/error-handler": "^5.0.9 || ^6.0.0", + "symfony/event-dispatcher": "^5.1.0 || ^6.0.0", + "symfony/filesystem": "^5.2.1 || ^6.0.0", + "symfony/finder": "^5.3.0 || ^6.0.0", + "symfony/form": "^5.2.0 || ^6.0.0", + "symfony/http-client": "^5.0.9 || ^6.0.0", + "symfony/http-foundation": "^5.2.0 || ^6.0.0", + "symfony/http-kernel": "^5.2.1 || ^6.0.0", + "symfony/intl": "^5.0.9 || ^6.0.0", + "symfony/messenger": "^5.3.0 || ^6.0.0", + "symfony/mime": "^5.0.9 || ^6.0.0", + "symfony/options-resolver": "^5.0.9 || ^6.0.0", + "symfony/process": "^5.4.0 || ^6.0.0", + "symfony/property-access": "^5.4.0 || ^6.0.0", + "symfony/routing": "^5.1.0 || ^6.0.0", + "symfony/security-core": "^5.4.21", + "symfony/security-csrf": "^5.3.0 || ^6.0.0", + "symfony/security-guard": "^5.4.21", + "symfony/security-http": "^5.4.21", + "symfony/serializer": "^5.0.9 || ^6.0.0", + "symfony/stopwatch": "^5.0.9 || ^6.0.0", + "symfony/translation": "^5.0.9 || ^6.0.0", + "symfony/translation-contracts": "^2.1.2 || ^3.0.0", + "symfony/twig-bridge": "^5.0.9 || ^6.0.0", + "symfony/validator": "^5.2.0 || ^6.0.0", + "symfony/yaml": "^5.1.10 || ^6.0.0" }, "require-dev": { "spryker/code-sniffer": "*", "spryker/propel": "*", - "spryker/silex": "*", - "spryker/testify": "*", - "spryker/twig": "*", - "spryker/util-text": "*" - }, - "suggest": { - "spryker/silex": "Required by url Twig component.", - "spryker/twig": "Required because of the url component." + "spryker/testify": "*" }, "type": "library", "extra": { @@ -62248,49 +63524,48 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\Url\\Helper\\": "tests/SprykerTest/Shared/Url/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Url module", + "description": "Symfony module", "support": { - "source": "https://github.com/spryker/url/tree/3.12.0" + "source": "https://github.com/spryker/symfony/tree/3.12.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/url-collector", - "version": "1.3.0", + "name": "spryker/symfony-mailer", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/url-collector.git", - "reference": "75bb1859d68565b6b456e07b7624d71d4f803c08" + "url": "https://github.com/spryker/symfony-mailer.git", + "reference": "9ec359bcdc0fdb9cd2cd6ba54a47bff6f99090b7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/url-collector/zipball/75bb1859d68565b6b456e07b7624d71d4f803c08", - "reference": "75bb1859d68565b6b456e07b7624d71d4f803c08", + "url": "https://api.github.com/repos/spryker/symfony-mailer/zipball/9ec359bcdc0fdb9cd2cd6ba54a47bff6f99090b7", + "reference": "9ec359bcdc0fdb9cd2cd6ba54a47bff6f99090b7", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/collector": "^6.7.0", - "spryker/kernel": "^3.30.0", + "spryker/glossary": "^3.0.0", + "spryker/kernel": "^3.52.0", "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/store": "^1.4.0", - "spryker/symfony": "^3.0.0", - "spryker/touch": "^4.0.0", + "spryker/mail-extension": "^1.0.0", + "spryker/symfony": "^3.9.0", "spryker/transfer": "^3.25.0", - "spryker/url": "^3.0.0", - "spryker/util-data-reader": "^1.0.0" + "symfony/mailer": "^5.4.12" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/testify": "*", + "spryker/twig": "*" }, "type": "library", "extra": { @@ -62307,52 +63582,72 @@ "license": [ "proprietary" ], - "description": "UrlCollector module", + "description": "SymfonyMailer module", "support": { - "source": "https://github.com/spryker/url-collector/tree/1.3.0" + "source": "https://github.com/spryker/symfony-mailer/tree/1.1.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/url-storage", + "name": "spryker/synchronization", "version": "1.16.0", "source": { "type": "git", - "url": "https://github.com/spryker/url-storage.git", - "reference": "1ffaaa8bf1de77fe76bdb96678a1a47b08044102" + "url": "https://github.com/spryker/synchronization.git", + "reference": "1912e214c56e14b594d63e377455102ef014379c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/url-storage/zipball/1ffaaa8bf1de77fe76bdb96678a1a47b08044102", - "reference": "1ffaaa8bf1de77fe76bdb96678a1a47b08044102", + "url": "https://api.github.com/repos/spryker/synchronization/zipball/1912e214c56e14b594d63e377455102ef014379c", + "reference": "1912e214c56e14b594d63e377455102ef014379c", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/event-behavior": "^1.1.0", - "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/log": "^3.0.0", - "spryker/propel-orm": "^1.5.0", - "spryker/storage": "^3.4.0", - "spryker/store": "^1.9.0", - "spryker/synchronization": "^0.2.0 || ^1.0.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/synchronization-extension": "^1.0.0", + "spryker/elastica": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0", + "spryker/kernel": "^3.49.0", + "spryker/propel-orm": "^1.16.0", + "spryker/queue": "^1.0.0", + "spryker/search": "^8.3.0", + "spryker/storage": "^3.4.1", + "spryker/store": "^1.19.0", + "spryker/symfony": "^3.1.0", + "spryker/synchronization-extension": "^1.3.0", "spryker/transfer": "^3.25.0", - "spryker/url": "^3.3.0", - "spryker/util-encoding": "^1.0.0 || ^2.0.0", - "spryker/util-sanitize": "^2.1.0" + "spryker/util-encoding": "^2.0.0" }, "require-dev": { + "spryker/availability-storage": "*", + "spryker/category-page-search": "*", + "spryker/category-storage": "*", + "spryker/cms-block-category-storage": "*", + "spryker/cms-block-product-storage": "*", + "spryker/cms-block-storage": "*", + "spryker/cms-page-search": "*", + "spryker/cms-storage": "*", "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/event": "*", - "spryker/propel": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" + "spryker/glossary-storage": "*", + "spryker/navigation-storage": "*", + "spryker/price-product-storage": "*", + "spryker/product-category-filter-storage": "*", + "spryker/product-category-storage": "*", + "spryker/product-group-storage": "*", + "spryker/product-image-storage": "*", + "spryker/product-label-storage": "*", + "spryker/product-measurement-unit-storage": "*", + "spryker/product-option-storage": "*", + "spryker/product-page-search": "*", + "spryker/product-quantity-storage": "*", + "spryker/product-relation-storage": "*", + "spryker/product-review-search": "*", + "spryker/product-review-storage": "*", + "spryker/product-search-config-storage": "*", + "spryker/product-set-page-search": "*", + "spryker/product-set-storage": "*", + "spryker/product-storage": "*", + "spryker/propel": "^3.0.0", + "spryker/testify": "*", + "spryker/url-storage": "*" }, "type": "library", "extra": { @@ -62369,40 +63664,43 @@ "license": [ "proprietary" ], - "description": "UrlStorage module", + "description": "Synchronization module", "support": { - "source": "https://github.com/spryker/url-storage/tree/1.16.0" + "source": "https://github.com/spryker/synchronization/tree/1.16.0" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/urls-rest-api", - "version": "1.0.2", + "name": "spryker/synchronization-behavior", + "version": "1.10.0", "source": { "type": "git", - "url": "https://github.com/spryker/urls-rest-api.git", - "reference": "7493fa0059f51981efa9e8359cad5a79b1be772b" + "url": "https://github.com/spryker/synchronization-behavior.git", + "reference": "648d7e3ce8374bf6b6f82fbeade432514b841eaa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/urls-rest-api/zipball/7493fa0059f51981efa9e8359cad5a79b1be772b", - "reference": "7493fa0059f51981efa9e8359cad5a79b1be772b", + "url": "https://api.github.com/repos/spryker/synchronization-behavior/zipball/648d7e3ce8374bf6b6f82fbeade432514b841eaa", + "reference": "648d7e3ce8374bf6b6f82fbeade432514b841eaa", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/glue-application": "^1.0.0", - "spryker/glue-application-extension": "^1.0.0", + "php": ">=8.0", "spryker/kernel": "^3.30.0", - "spryker/symfony": "^3.0.0", - "spryker/url-storage": "^1.6.0", - "spryker/urls-rest-api-extension": "^1.0.0" + "spryker/laminas": "^1.0.0", + "spryker/propel-orm": "^1.16.0", + "spryker/queue": "^1.1.2", + "spryker/synchronization": "^0.1.0 || ^0.2.0 || ^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "codeception/module-asserts": "^1.0.0", + "spryker/code-sniffer": "*", + "spryker/testify": "^3.35.0" }, - "type": "library", + "type": "propel-behavior", "extra": { + "name": "synchronization", + "class": "\\Spryker\\Zed\\SynchronizationBehavior\\Persistence\\Propel\\Behavior\\SynchronizationBehavior", "branch-alias": { "dev-master": "1.0.x-dev" } @@ -62413,35 +63711,41 @@ } }, "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "src/" + ], "license": [ "proprietary" ], - "description": "UrlsRestApi module", + "description": "SynchronizationBehavior module", "support": { - "source": "https://github.com/spryker/urls-rest-api/tree/master" + "source": "https://github.com/spryker/synchronization-behavior" }, - "time": "2020-04-06T13:47:09+00:00" + "time": "2023-03-31T19:36:17+00:00" }, { - "name": "spryker/urls-rest-api-extension", - "version": "1.0.0", + "name": "spryker/synchronization-extension", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/urls-rest-api-extension.git", - "reference": "8ef126f244301388b6147e46499ce4446764595a" + "url": "https://github.com/spryker/synchronization-extension.git", + "reference": "08c13a4f750349b38a13e51474334527ec5b069b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/urls-rest-api-extension/zipball/8ef126f244301388b6147e46499ce4446764595a", - "reference": "8ef126f244301388b6147e46499ce4446764595a", + "url": "https://api.github.com/repos/spryker/synchronization-extension/zipball/08c13a4f750349b38a13e51474334527ec5b069b", + "reference": "08c13a4f750349b38a13e51474334527ec5b069b", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/propel-orm": "*" + }, + "suggest": { + "spryker/propel-orm": "*" }, "type": "library", "extra": { @@ -62458,37 +63762,39 @@ "license": [ "proprietary" ], - "description": "UrlsRestApiExtension module", + "description": "SynchronizationExtension module", "support": { - "source": "https://github.com/spryker/urls-rest-api-extension/tree/master" + "source": "https://github.com/spryker/synchronization-extension/tree/1.3.0" }, - "time": "2019-09-02T13:37:59+00:00" + "time": "2022-12-14T14:25:39+00:00" }, { - "name": "spryker/user", - "version": "3.18.0", + "name": "spryker/tax", + "version": "5.14.0", "source": { "type": "git", - "url": "https://github.com/spryker/user.git", - "reference": "f088b1f83625ba4fe6610d28e220ac2e7de2f788" + "url": "https://github.com/spryker/tax.git", + "reference": "391a9fb49a66a2c284ce0e00f914f45c6539e83f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/user/zipball/f088b1f83625ba4fe6610d28e220ac2e7de2f788", - "reference": "f088b1f83625ba4fe6610d28e220ac2e7de2f788", + "url": "https://api.github.com/repos/spryker/tax/zipball/391a9fb49a66a2c284ce0e00f914f45c6539e83f", + "reference": "391a9fb49a66a2c284ce0e00f914f45c6539e83f", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/gui": "^3.33.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/calculation": "^4.0.0", + "spryker/country": "^3.0.0 || ^4.0.0", + "spryker/gui": "^3.45.0", "spryker/kernel": "^3.30.0", + "spryker/locale": "^3.0.0 || ^4.0.0", "spryker/propel-orm": "^1.0.0", - "spryker/security-extension": "^1.0.0", - "spryker/session": "^3.3.0 || ^4.14.0", + "spryker/store": "^1.19.0", "spryker/symfony": "^3.0.0", "spryker/transfer": "^3.27.0", - "spryker/twig-extension": "^1.0.0", - "spryker/user-extension": "^1.2.0", + "spryker/twig": "^3.16.0", "spryker/util-date-time": "^1.0.0", "spryker/util-text": "^1.1.0" }, @@ -62498,71 +63804,60 @@ "spryker/container": "*", "spryker/event-dispatcher": "*", "spryker/form": "*", - "spryker/installer": "*", "spryker/propel": "*", "spryker/router": "*", - "spryker/security": "*", - "spryker/silex": "*", - "spryker/store": "*", "spryker/testify": "*", - "spryker/twig": "*", "spryker/validator": "*", "spryker/zed-navigation": "*" }, - "suggest": { - "spryker/container": "If you want to use UserTwigPlugin.", - "spryker/installer": "If you want to use Installer plugin.", - "spryker/silex": "If you want to use ServiceProvider.", - "spryker/twig": "Use this module when using plugins that need Twig dependencies." - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "5.0.x-dev" } }, "autoload": { "psr-4": { "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\User\\Helper\\": "tests/SprykerTest/Shared/User/_support/Helper/" + "SprykerTest\\Shared\\Tax\\Helper\\": "tests/SprykerTest/Shared/Tax/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "User module", + "description": "Tax module", "support": { - "source": "https://github.com/spryker/user/tree/3.18.0" + "source": "https://github.com/spryker/tax/tree/5.14.0" }, - "time": "2023-04-17T15:49:27+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/user-extension", - "version": "1.2.0", + "name": "spryker/tax-merchant-portal-gui", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/user-extension.git", - "reference": "cde218f31419476214a34e4861ff8cc7ec952b61" + "url": "https://github.com/spryker/tax-merchant-portal-gui.git", + "reference": "12a8daf461e6248c2c9340f375f387ff6007d303" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/user-extension/zipball/cde218f31419476214a34e4861ff8cc7ec952b61", - "reference": "cde218f31419476214a34e4861ff8cc7ec952b61", + "url": "https://api.github.com/repos/spryker/tax-merchant-portal-gui/zipball/12a8daf461e6248c2c9340f375f387ff6007d303", + "reference": "12a8daf461e6248c2c9340f375f387ff6007d303", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/transfer": "^3.27.0" + "php": ">=7.4", + "spryker/kernel": "^3.33.0", + "spryker/product-merchant-portal-gui-extension": "^1.0.0", + "spryker/tax": "^4.0.0 || ^5.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/gui": "*", "spryker/symfony": "*" }, "suggest": { - "spryker/gui": "Required to use table in plugins.", - "spryker/symfony": "Required to use form in plugins." + "spryker/symfony": "If you want to use Form expander plugin." }, "type": "library", "extra": { @@ -62579,51 +63874,54 @@ "license": [ "proprietary" ], - "description": "UserExtension module", + "description": "TaxMerchantPortalGui module", "support": { - "source": "https://github.com/spryker/user-extension/tree/1.2.0" + "source": "https://github.com/spryker/tax-merchant-portal-gui/tree/1.0.1" }, - "time": "2023-02-08T12:23:08+00:00" + "time": "2021-11-12T12:54:45+00:00" }, { - "name": "spryker/user-locale", - "version": "1.3.0", + "name": "spryker/tax-product-connector", + "version": "4.7.1", "source": { "type": "git", - "url": "https://github.com/spryker/user-locale.git", - "reference": "db0e184a49a131a49a9da3f713211808f14c0bd0" + "url": "https://github.com/spryker/tax-product-connector.git", + "reference": "53e81b51615f6fd8ac146fe8c1513dc678314260" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/user-locale/zipball/db0e184a49a131a49a9da3f713211808f14c0bd0", - "reference": "db0e184a49a131a49a9da3f713211808f14c0bd0", + "url": "https://api.github.com/repos/spryker/tax-product-connector/zipball/53e81b51615f6fd8ac146fe8c1513dc678314260", + "reference": "53e81b51615f6fd8ac146fe8c1513dc678314260", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/application-extension": "^1.0.0", + "spryker/calculation-extension": "^1.1.0", + "spryker/country": "^3.0.0 || ^4.0.0", "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.3.0 || ^4.0.0", - "spryker/locale-extension": "^1.0.0", - "spryker/store": "^1.19.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/product-extension": "^1.5.0", + "spryker/propel-orm": "^1.0.0", + "spryker/tax": "^4.0.0 || ^5.0.0", + "spryker/tax-product-connector-extension": "^1.0.0", "spryker/transfer": "^3.27.0", - "spryker/user": "^3.7.0", - "spryker/user-extension": "^1.2.0" + "spryker/zed-request": "^3.0.0" }, "require-dev": { + "spryker/calculation": "*", "spryker/code-sniffer": "*", "spryker/container": "*", "spryker/propel": "*", + "spryker/store": "*", "spryker/testify": "*" }, "suggest": { - "spryker/container": "If you want to use Application plugins. Minimum required version: 1.0.0", - "spryker/silex": "Use this module when using plugins that need Silex dependencies, minimum required version: 2.0.1" + "spryker/calculation": "If you want to use Calculation plugins." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { @@ -62635,33 +63933,28 @@ "license": [ "proprietary" ], - "description": "UserLocale module", + "description": "TaxProductConnector module", "support": { - "source": "https://github.com/spryker/user-locale/tree/1.3.0" + "source": "https://github.com/spryker/tax-product-connector/tree/4.7.1" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-05-05T18:20:59+00:00" }, { - "name": "spryker/user-locale-gui", - "version": "1.1.0", + "name": "spryker/tax-product-connector-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/user-locale-gui.git", - "reference": "9774b9f42a942a5a212ede7b2c3ecd6c80436af6" + "url": "https://github.com/spryker/tax-product-connector-extension.git", + "reference": "f5c4e50c64973d155943dd6dd70aba11b14e7996" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/user-locale-gui/zipball/9774b9f42a942a5a212ede7b2c3ecd6c80436af6", - "reference": "9774b9f42a942a5a212ede7b2c3ecd6c80436af6", + "url": "https://api.github.com/repos/spryker/tax-product-connector-extension/zipball/f5c4e50c64973d155943dd6dd70aba11b14e7996", + "reference": "f5c4e50c64973d155943dd6dd70aba11b14e7996", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/gui": "^3.0.0", - "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.3.0 || ^4.0.0", - "spryker/symfony": "^3.0.0", - "spryker/user-extension": "^1.1.0" + "php": ">=7.4" }, "require-dev": { "spryker/code-sniffer": "*" @@ -62681,48 +63974,54 @@ "license": [ "proprietary" ], - "description": "UserLocaleGui module", + "description": "TaxProductConnectorExtension module", "support": { - "source": "https://github.com/spryker/user-locale-gui/tree/1.1.0" + "source": "https://github.com/spryker/tax-product-connector-extension/tree/1.0.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2022-09-28T12:34:39+00:00" }, { - "name": "spryker/user-merchant-portal-gui", - "version": "2.4.0", + "name": "spryker/tax-product-storage", + "version": "1.3.1", "source": { "type": "git", - "url": "https://github.com/spryker/user-merchant-portal-gui.git", - "reference": "1ff592965ff2a9480fc052c157c9769cc5e19ad0" + "url": "https://github.com/spryker/tax-product-storage.git", + "reference": "72370188e0a73382049c3500121c186694e34293" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/user-merchant-portal-gui/zipball/1ff592965ff2a9480fc052c157c9769cc5e19ad0", - "reference": "1ff592965ff2a9480fc052c157c9769cc5e19ad0", + "url": "https://api.github.com/repos/spryker/tax-product-storage/zipball/72370188e0a73382049c3500121c186694e34293", + "reference": "72370188e0a73382049c3500121c186694e34293", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/gui": "^3.48.0", + "spryker/event-behavior": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/locale": "^3.3.0 || ^4.0.0", - "spryker/merchant-user": "^1.3.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.27.0", - "spryker/translator": "^1.1.0", - "spryker/user-locale": "^1.0.0", - "spryker/user-merchant-portal-gui-extension": "^1.0.0", - "spryker/zed-ui": "^2.0.0" + "spryker/product": "^5.5.0 || ^6.0.0", + "spryker/propel-orm": "^1.3.0", + "spryker/publisher-extension": "^1.0.0", + "spryker/storage": "^3.4.0", + "spryker/synchronization": "^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.0.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/event": "*", + "spryker/propel": "*", + "spryker/publisher": "*", + "spryker/queue": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -62734,31 +64033,50 @@ "license": [ "proprietary" ], - "description": "UserMerchantPortalGui module", + "description": "TaxProductStorage module", "support": { - "source": "https://github.com/spryker/user-merchant-portal-gui/tree/2.4.0" + "source": "https://github.com/spryker/tax-product-storage/tree/1.3.1" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/user-merchant-portal-gui-extension", - "version": "1.0.0", + "name": "spryker/tax-storage", + "version": "1.4.1", "source": { "type": "git", - "url": "https://github.com/spryker/user-merchant-portal-gui-extension.git", - "reference": "c3e838287c83663622ea23f3c6754956e5300a35" + "url": "https://github.com/spryker/tax-storage.git", + "reference": "9f81d7fce36718b3a847273db4a3675548ee3b1b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/user-merchant-portal-gui-extension/zipball/c3e838287c83663622ea23f3c6754956e5300a35", - "reference": "c3e838287c83663622ea23f3c6754956e5300a35", + "url": "https://api.github.com/repos/spryker/tax-storage/zipball/9f81d7fce36718b3a847273db4a3675548ee3b1b", + "reference": "9f81d7fce36718b3a847273db4a3675548ee3b1b", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.0", + "spryker/event-behavior": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/publisher-extension": "^1.0.0", + "spryker/storage": "^3.0.0", + "spryker/synchronization": "^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.0.0", + "spryker/tax": "^5.11.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/event": "*", + "spryker/propel": "*", + "spryker/queue": "*", + "spryker/store": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/event": "Required to listen for changes affecting product relations, minimum required version: 2.1.0", + "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0" }, "type": "library", "extra": { @@ -62775,77 +64093,109 @@ "license": [ "proprietary" ], - "description": "UserMerchantPortalGuiExtension module", + "description": "TaxStorage module", "support": { - "source": "https://github.com/spryker/user-merchant-portal-gui-extension/tree/1.0.0" + "source": "https://github.com/spryker/tax-storage/tree/1.4.1" }, - "time": "2021-07-07T15:14:17+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/user-password-reset", - "version": "1.4.0", + "name": "spryker/testify", + "version": "3.49.1", "source": { "type": "git", - "url": "https://github.com/spryker/user-password-reset.git", - "reference": "c2cbea430658f1d4a0b4f110018e43d4cdcac450" + "url": "https://github.com/spryker/testify.git", + "reference": "691b1b9542f527c4eee7329ce7a35a6adc9dd270" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/user-password-reset/zipball/c2cbea430658f1d4a0b4f110018e43d4cdcac450", - "reference": "c2cbea430658f1d4a0b4f110018e43d4cdcac450", + "url": "https://api.github.com/repos/spryker/testify/zipball/691b1b9542f527c4eee7329ce7a35a6adc9dd270", + "reference": "691b1b9542f527c4eee7329ce7a35a6adc9dd270", "shasum": "" }, "require": { + "codeception/codeception": "^5.0.2", + "dms/phpunit-arraysubset-asserts": "^0.4.0", + "fakerphp/faker": "^1.16.0", + "mikey179/vfsstream": "^1.6.7", "php": ">=8.0", - "spryker/acl-merchant-portal-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/transfer": "^3.27.0", - "spryker/user": "^3.17.0", - "spryker/user-password-reset-extension": "^1.0.0", - "spryker/util-text": "^1.2.2" + "spryker/application": "^3.12.0", + "spryker/application-extension": "^1.0.0", + "spryker/config": "^3.5.0", + "spryker/container": "^1.1.0", + "spryker/error-handler": "^2.2.0", + "spryker/kernel": "^3.73.0", + "spryker/propel": "^3.0.4", + "spryker/symfony": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/console": "*", + "spryker/glue-application": "*", + "spryker/glue-backend-api-application": "*", + "spryker/glue-json-api-convention": "*", + "spryker/glue-json-api-convention-extension": "*", + "spryker/json-path": "^1.0.0", + "spryker/json-schema": "^1.0.0", + "spryker/propel-orm": "*", + "spryker/silex": "*", + "spryker/twig": "^3.0.0" + }, + "suggest": { + "spryker/silex": "Add this when you still want to use the abandoned Silex." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\Testify\\Helper\\": "tests/SprykerTest/Zed/Testify/_support/Helper/", + "SprykerTest\\Glue\\Testify\\Helper\\": "tests/SprykerTest/Glue/Testify/_support/Helper/", + "SprykerTest\\Glue\\Testify\\Tester\\": "tests/SprykerTest/Glue/Testify/_support/Tester/", + "SprykerTest\\Yves\\Testify\\Helper\\": "tests/SprykerTest/Yves/Testify/_support/Helper/", + "SprykerTest\\Client\\Testify\\Helper\\": "tests/SprykerTest/Client/Testify/_support/Helper/", + "SprykerTest\\Shared\\Testify\\Filter\\": "tests/SprykerTest/Shared/Testify/_support/Filter/", + "SprykerTest\\Shared\\Testify\\Helper\\": "tests/SprykerTest/Shared/Testify/_support/Helper/", + "SprykerTest\\Shared\\Testify\\Tester\\": "tests/SprykerTest/Shared/Testify/_support/Tester/", + "SprykerTest\\Service\\Testify\\Helper\\": "tests/SprykerTest/Service/Testify/_support/Helper/", + "SprykerTest\\Shared\\Testify\\Fixtures\\": "tests/SprykerTest/Shared/Testify/_support/Fixtures/", + "SprykerTest\\Shared\\Testify\\StepOverride\\": "tests/SprykerTest/Shared/Testify/_support/StepOverride/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "UserPasswordReset module", + "description": "Testify module", "support": { - "source": "https://github.com/spryker/user-password-reset/tree/1.4.0" + "source": "https://github.com/spryker/testify/tree/3.49.1" }, - "time": "2023-03-10T14:11:16+00:00" + "time": "2023-07-21T13:09:09+00:00" }, { - "name": "spryker/user-password-reset-extension", - "version": "1.0.0", + "name": "spryker/testify-async-api", + "version": "0.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/user-password-reset-extension.git", - "reference": "ebb78ad814dc2989029a3691c3adc36aa109ac68" + "url": "https://github.com/spryker/testify-async-api.git", + "reference": "4fc5d7c20496723fdb644012ef3879fe212f7abb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/user-password-reset-extension/zipball/ebb78ad814dc2989029a3691c3adc36aa109ac68", - "reference": "ebb78ad814dc2989029a3691c3adc36aa109ac68", + "url": "https://api.github.com/repos/spryker/testify-async-api/zipball/4fc5d7c20496723fdb644012ef3879fe212f7abb", + "reference": "4fc5d7c20496723fdb644012ef3879fe212f7abb", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.0", + "spryker-sdk/async-api": "^0.3.0", + "spryker/kernel": "^3.30.0", + "spryker/message-broker": "^1.8.0", + "spryker/testify": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*" @@ -62865,134 +64215,151 @@ "license": [ "proprietary" ], - "description": "UserPasswordResetExtension module", + "description": "TestifyAsyncApi module", "support": { - "source": "https://github.com/spryker/user-password-reset-extension/tree/1.0.0" + "source": "https://github.com/spryker/testify-async-api/tree/0.1.0" }, - "time": "2021-07-07T15:14:17+00:00" + "time": "2023-07-21T13:09:09+00:00" }, { - "name": "spryker/user-password-reset-mail", - "version": "1.1.0", + "name": "spryker/touch", + "version": "4.6.0", "source": { "type": "git", - "url": "https://github.com/spryker/user-password-reset-mail.git", - "reference": "428114907ce4f3e2434953da0fc651f7dc2874c2" + "url": "https://github.com/spryker/touch.git", + "reference": "83fdd4458fbd9cbfe66053d51f535b5446602fdf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/user-password-reset-mail/zipball/428114907ce4f3e2434953da0fc651f7dc2874c2", - "reference": "428114907ce4f3e2434953da0fc651f7dc2874c2", + "url": "https://api.github.com/repos/spryker/touch/zipball/83fdd4458fbd9cbfe66053d51f535b5446602fdf", + "reference": "83fdd4458fbd9cbfe66053d51f535b5446602fdf", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/kernel": "^3.33.0", - "spryker/mail": "^4.6.0", - "spryker/mail-extension": "^1.0.0", - "spryker/transfer": "^3.25.0", - "spryker/user-password-reset-extension": "^1.0.0" + "spryker/kernel": "^3.30.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/store": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/util-data-reader": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", "spryker/propel": "*", - "spryker/testify": "*", - "spryker/user": "*" + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\Touch\\Helper\\": "tests/SprykerTest/Zed/Touch/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "UserPasswordResetMail module", + "description": "Touch module", "support": { - "source": "https://github.com/spryker/user-password-reset-mail/tree/1.1.0" + "source": "https://github.com/spryker/touch/tree/4.6.0" }, - "time": "2022-11-11T13:29:11+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/users-backend-api", - "version": "1.3.0", + "name": "spryker/transfer", + "version": "3.33.1", "source": { "type": "git", - "url": "https://github.com/spryker/users-backend-api.git", - "reference": "81aef178b9bb57a81e07e31db06fa8e2713aee11" + "url": "https://github.com/spryker/transfer.git", + "reference": "45e2053b1da55df5bd0bd3b94b5df6e16b2d2d75" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/users-backend-api/zipball/81aef178b9bb57a81e07e31db06fa8e2713aee11", - "reference": "81aef178b9bb57a81e07e31db06fa8e2713aee11", + "url": "https://api.github.com/repos/spryker/transfer/zipball/45e2053b1da55df5bd0bd3b94b5df6e16b2d2d75", + "reference": "45e2053b1da55df5bd0bd3b94b5df6e16b2d2d75", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/glue-json-api-convention-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/transfer": "^3.31.0", - "spryker/user": "^3.17.0", - "spryker/uuid-behavior": "^1.0.0" + "spryker/decimal-object": "^1.0.0", + "spryker/kernel": "^3.59.0", + "spryker/laminas": "^1.0.0", + "spryker/log": "^3.0.0", + "spryker/propel": "^3.21.0", + "spryker/symfony": "^3.0.0", + "spryker/twig": "^3.0.0", + "spryker/util-glob": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/stock": "*", - "spryker/testify": "*", - "spryker/warehouse-user": "*" + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\Transfer\\Helper\\": "tests/SprykerTest/Shared/Transfer/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "UsersBackendApi module", + "description": "Transfer module", "support": { - "source": "https://github.com/spryker/users-backend-api/tree/1.3.0" + "source": "https://github.com/spryker/transfer/tree/3.33.1" }, - "time": "2023-05-24T17:55:49+00:00" + "time": "2022-11-11T07:06:41+00:00" }, { - "name": "spryker/util-csv", - "version": "1.0.0", + "name": "spryker/translator", + "version": "1.11.0", "source": { "type": "git", - "url": "https://github.com/spryker/util-csv.git", - "reference": "b90e0453dd6555297eebba14923e0ee21d90d6f3" + "url": "https://github.com/spryker/translator.git", + "reference": "0ab70852c213081b053bdf42914cf1eaebaa13ac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/util-csv/zipball/b90e0453dd6555297eebba14923e0ee21d90d6f3", - "reference": "b90e0453dd6555297eebba14923e0ee21d90d6f3", + "url": "https://api.github.com/repos/spryker/translator/zipball/0ab70852c213081b053bdf42914cf1eaebaa13ac", + "reference": "0ab70852c213081b053bdf42914cf1eaebaa13ac", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker/kernel": "^3.0.0", - "spryker/symfony": "^3.1.0" + "php": ">=8.0", + "spryker/application-extension": "^1.0.0", + "spryker/glossary-storage": "^1.0.0", + "spryker/kernel": "^3.52.0", + "spryker/locale": "^3.3.0 || ^4.0.0", + "spryker/messenger-extension": "^1.0.0", + "spryker/symfony": "^3.5.0", + "spryker/translator-extension": "^1.0.0", + "spryker/twig": "^3.4.0", + "spryker/twig-extension": "^1.0.0", + "spryker/validator-extension": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/installer": "*", + "spryker/silex": "^2.2.0", "spryker/testify": "*" }, + "suggest": { + "spryker/container": "If you want to use ApplicationPlugin.", + "spryker/installer": "If you want to use Installer plugins. Minimum required version: 4.0.1" + }, "type": "library", "extra": { "branch-alias": { @@ -63008,37 +64375,35 @@ "license": [ "proprietary" ], - "description": "UtilCsv module", + "description": "Translator module", "support": { - "source": "https://github.com/spryker/util-csv/tree/master" + "source": "https://github.com/spryker/translator/tree/1.11.0" }, - "time": "2018-07-10T12:34:02+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/util-data-reader", - "version": "1.2.4", + "name": "spryker/translator-extension", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/util-data-reader.git", - "reference": "1d30181a821b8e311811adf39523a7756c6b2cf9" + "url": "https://github.com/spryker/translator-extension.git", + "reference": "17eb4c5724e21c87dd87a6f3890dc9b99f5f6354" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/util-data-reader/zipball/1d30181a821b8e311811adf39523a7756c6b2cf9", - "reference": "1d30181a821b8e311811adf39523a7756c6b2cf9", + "url": "https://api.github.com/repos/spryker/translator-extension/zipball/17eb4c5724e21c87dd87a6f3890dc9b99f5f6354", + "reference": "17eb4c5724e21c87dd87a6f3890dc9b99f5f6354", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/kernel": "^3.30.0", - "spryker/propel-orm": "^1.0.0", - "spryker/sql-criteria-builder": "^1.0.0", - "spryker/symfony": "^3.0.0" + "php": ">=7.2" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/translator": "*" + }, + "suggest": { + "spryker/translator": "If you want to use TranslatorPlugin." }, "type": "library", "extra": { @@ -63055,89 +64420,102 @@ "license": [ "proprietary" ], - "description": "UtilDataReader module", + "description": "TranslatorExtension module", "support": { - "source": "https://github.com/spryker/util-data-reader/tree/1.2.4" + "source": "https://github.com/spryker/translator-extension/tree/1.0.1" }, - "time": "2021-10-26T15:19:01+00:00" + "time": "2020-09-25T05:35:53+00:00" }, { - "name": "spryker/util-date-time", - "version": "1.4.0", + "name": "spryker/twig", + "version": "3.18.1", "source": { "type": "git", - "url": "https://github.com/spryker/util-date-time.git", - "reference": "1dc77bf90621976dfb0858f1baf420459ccbfac1" + "url": "https://github.com/spryker/twig.git", + "reference": "07aa6395bd84fd14567c15a3f8c77a55bff0268a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/util-date-time/zipball/1dc77bf90621976dfb0858f1baf420459ccbfac1", - "reference": "1dc77bf90621976dfb0858f1baf420459ccbfac1", + "url": "https://api.github.com/repos/spryker/twig/zipball/07aa6395bd84fd14567c15a3f8c77a55bff0268a", + "reference": "07aa6395bd84fd14567c15a3f8c77a55bff0268a", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/config": "^3.0.0", + "spryker/application-extension": "^1.0.0", + "spryker/container": "^1.1.0", + "spryker/event-dispatcher-extension": "^1.0.0", "spryker/kernel": "^3.52.0", - "spryker/twig": "^3.1.0" + "spryker/laminas": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/twig-extension": "^1.0.0", + "spryker/util-text": "^1.0.0", + "twig/twig": "^2.15.3 || ^3.4.3" }, "require-dev": { + "spryker/application": "*", "spryker/code-sniffer": "*", + "spryker/event-dispatcher": "*", "spryker/propel": "*", "spryker/silex": "*", "spryker/testify": "*" }, "suggest": { - "spryker/container": "If you want to use Twig Plugins", - "spryker/silex": "Add this when you still want to use the abandoned Silex." + "spryker/event-dispatcher": "If you want to use EventDispatcher plugin.", + "spryker/silex": "If you want to use the TwigServiceProvider." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\Twig\\Helper\\": "tests/SprykerTest/Zed/Twig/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "UtilDateTime module", + "description": "Twig module", "support": { - "source": "https://github.com/spryker/util-date-time/tree/1.4.0" + "source": "https://github.com/spryker/twig/tree/3.18.1" }, "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/util-encoding", - "version": "2.1.1", + "name": "spryker/twig-extension", + "version": "1.1.2", "source": { "type": "git", - "url": "https://github.com/spryker/util-encoding.git", - "reference": "de0c302e1deb803c8a540910959eabb8ef62f142" + "url": "https://github.com/spryker/twig-extension.git", + "reference": "21174f0cee742737f0bb223edda23d7dba7095f0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/util-encoding/zipball/de0c302e1deb803c8a540910959eabb8ef62f142", - "reference": "de0c302e1deb803c8a540910959eabb8ef62f142", + "url": "https://api.github.com/repos/spryker/twig-extension/zipball/21174f0cee742737f0bb223edda23d7dba7095f0", + "reference": "21174f0cee742737f0bb223edda23d7dba7095f0", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/kernel": "^3.30.0" + "php": ">=7.2" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/container": "*", + "spryker/twig": "*" + }, + "suggest": { + "spryker/container": "If you want to use the TwigPluginInterface", + "spryker/twig": "If you want to use the TwigLoaderPluginInterface" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -63149,35 +64527,39 @@ "license": [ "proprietary" ], - "description": "UtilEncoding module", + "description": "TwigExtension module", "support": { - "source": "https://github.com/spryker/util-encoding/tree/2.1.1" + "source": "https://github.com/spryker/twig-extension/tree/1.1.2" }, - "time": "2022-12-01T11:40:47+00:00" + "time": "2020-10-09T11:31:07+00:00" }, { - "name": "spryker/util-encryption", - "version": "1.1.1", + "name": "spryker/up-selling-products-rest-api", + "version": "1.2.2", "source": { "type": "git", - "url": "https://github.com/spryker/util-encryption.git", - "reference": "c8bbed56c59b77bd80a7138d53f8981eb2a0b44d" + "url": "https://github.com/spryker/up-selling-products-rest-api.git", + "reference": "257bc3c3fa22ea264b4407c78c6a5df166ff8d90" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/util-encryption/zipball/c8bbed56c59b77bd80a7138d53f8981eb2a0b44d", - "reference": "c8bbed56c59b77bd80a7138d53f8981eb2a0b44d", + "url": "https://api.github.com/repos/spryker/up-selling-products-rest-api/zipball/257bc3c3fa22ea264b4407c78c6a5df166ff8d90", + "reference": "257bc3c3fa22ea264b4407c78c6a5df166ff8d90", "shasum": "" }, "require": { - "ext-openssl": "*", "php": ">=7.2", + "spryker/carts-rest-api": "^2.3.0 || ^3.0.0 || ^5.0.0", + "spryker/glue-application": "^1.9.0", + "spryker/glue-application-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/util-text": "^1.3.0" + "spryker/product-relation-storage": "^1.4.0 || ^2.0.0", + "spryker/product-storage": "^1.2.0", + "spryker/products-rest-api": "^2.3.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -63194,78 +64576,101 @@ "license": [ "proprietary" ], - "description": "UtilEncryption module", + "description": "UpSellingProductsRestApi module", "support": { - "source": "https://github.com/spryker/util-encryption/tree/1.1.1" + "source": "https://github.com/spryker/up-selling-products-rest-api/tree/master" }, "time": "2020-05-29T13:08:37+00:00" }, { - "name": "spryker/util-glob", - "version": "1.0.0", + "name": "spryker/url", + "version": "3.12.0", "source": { "type": "git", - "url": "https://github.com/spryker/util-glob.git", - "reference": "c412f3a3df170096cd174e18f5e83bf567c87cf4" + "url": "https://github.com/spryker/url.git", + "reference": "c2b6dfb9739f3a52acc46dad05e99706594c8154" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/util-glob/zipball/c412f3a3df170096cd174e18f5e83bf567c87cf4", - "reference": "c412f3a3df170096cd174e18f5e83bf567c87cf4", + "url": "https://api.github.com/repos/spryker/url/zipball/c2b6dfb9739f3a52acc46dad05e99706594c8154", + "reference": "c2b6dfb9739f3a52acc46dad05e99706594c8154", "shasum": "" }, "require": { - "php": ">=7.2", + "php": ">=8.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "webmozart/glob": "^4.0.0" + "spryker/key-builder": "^1.0.0", + "spryker/locale": "^3.8.0 || ^4.0.0", + "spryker/propel-orm": "^1.16.0", + "spryker/storage": "^3.0.0", + "spryker/symfony": "^3.0.0", + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/propel": "*", + "spryker/silex": "*", + "spryker/testify": "*", + "spryker/twig": "*", + "spryker/util-text": "*" + }, + "suggest": { + "spryker/silex": "Required by url Twig component.", + "spryker/twig": "Required because of the url component." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\Url\\Helper\\": "tests/SprykerTest/Shared/Url/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "UtilGlob module", + "description": "Url module", "support": { - "source": "https://github.com/spryker/util-glob/tree/1.0.0" + "source": "https://github.com/spryker/url/tree/3.12.0" }, - "time": "2020-03-18T13:53:51+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/util-measurement-unit-conversion", - "version": "1.0.1", + "name": "spryker/url-collector", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/util-measurement-unit-conversion.git", - "reference": "10f1c71a5b712df414d1b9666e65f1dea5c699e2" + "url": "https://github.com/spryker/url-collector.git", + "reference": "75bb1859d68565b6b456e07b7624d71d4f803c08" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/util-measurement-unit-conversion/zipball/10f1c71a5b712df414d1b9666e65f1dea5c699e2", - "reference": "10f1c71a5b712df414d1b9666e65f1dea5c699e2", + "url": "https://api.github.com/repos/spryker/url-collector/zipball/75bb1859d68565b6b456e07b7624d71d4f803c08", + "reference": "75bb1859d68565b6b456e07b7624d71d4f803c08", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker/kernel": "^3.3.0" + "php": ">=8.0", + "spryker/collector": "^6.7.0", + "spryker/kernel": "^3.30.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/store": "^1.4.0", + "spryker/symfony": "^3.0.0", + "spryker/touch": "^4.0.0", + "spryker/transfer": "^3.25.0", + "spryker/url": "^3.0.0", + "spryker/util-data-reader": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -63282,28 +64687,52 @@ "license": [ "proprietary" ], - "description": "UtilMeasurementUnitConversion module", + "description": "UrlCollector module", "support": { - "source": "https://github.com/spryker/util-measurement-unit-conversion/tree/master" + "source": "https://github.com/spryker/url-collector/tree/1.3.0" }, - "time": "2018-10-26T07:35:30+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/util-network", - "version": "1.1.1", + "name": "spryker/url-storage", + "version": "1.16.0", "source": { "type": "git", - "url": "https://github.com/spryker/UtilNetwork.git", - "reference": "d517edc9406274c5223b0842ebcb544800d19667" + "url": "https://github.com/spryker/url-storage.git", + "reference": "1ffaaa8bf1de77fe76bdb96678a1a47b08044102" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/UtilNetwork/zipball/d517edc9406274c5223b0842ebcb544800d19667", - "reference": "d517edc9406274c5223b0842ebcb544800d19667", + "url": "https://api.github.com/repos/spryker/url-storage/zipball/1ffaaa8bf1de77fe76bdb96678a1a47b08044102", + "reference": "1ffaaa8bf1de77fe76bdb96678a1a47b08044102", "shasum": "" }, "require": { - "spryker/kernel": "^3.0.0" + "php": ">=8.0", + "spryker/event-behavior": "^1.1.0", + "spryker/kernel": "^3.30.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/log": "^3.0.0", + "spryker/propel-orm": "^1.5.0", + "spryker/storage": "^3.4.0", + "spryker/store": "^1.9.0", + "spryker/synchronization": "^0.2.0 || ^1.0.0", + "spryker/synchronization-behavior": "^1.0.0", + "spryker/synchronization-extension": "^1.0.0", + "spryker/transfer": "^3.25.0", + "spryker/url": "^3.3.0", + "spryker/util-encoding": "^1.0.0 || ^2.0.0", + "spryker/util-sanitize": "^2.1.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/event": "*", + "spryker/propel": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" }, "type": "library", "extra": { @@ -63320,40 +64749,37 @@ "license": [ "proprietary" ], - "description": "UtilNetwork module", + "description": "UrlStorage module", "support": { - "source": "https://github.com/spryker/UtilNetwork/tree/1.1.1" + "source": "https://github.com/spryker/url-storage/tree/1.16.0" }, - "time": "2017-10-24T13:32:31+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/util-number", - "version": "1.0.0", + "name": "spryker/urls-rest-api", + "version": "1.0.2", "source": { "type": "git", - "url": "https://github.com/spryker/util-number.git", - "reference": "2625d0775649a5047b614bc08f70c1a084989149" + "url": "https://github.com/spryker/urls-rest-api.git", + "reference": "7493fa0059f51981efa9e8359cad5a79b1be772b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/util-number/zipball/2625d0775649a5047b614bc08f70c1a084989149", - "reference": "2625d0775649a5047b614bc08f70c1a084989149", + "url": "https://api.github.com/repos/spryker/urls-rest-api/zipball/7493fa0059f51981efa9e8359cad5a79b1be772b", + "reference": "7493fa0059f51981efa9e8359cad5a79b1be772b", "shasum": "" }, "require": { - "ext-intl": "*", - "php": ">=7.4", - "spryker/application-extension": "^1.0.0", + "php": ">=7.2", + "spryker/glue-application": "^1.0.0", + "spryker/glue-application-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/transfer": "^3.25.0" + "spryker/symfony": "^3.0.0", + "spryker/url-storage": "^1.6.0", + "spryker/urls-rest-api-extension": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/container": "Add this module when you want to use the Container." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -63370,29 +64796,28 @@ "license": [ "proprietary" ], - "description": "UtilNumber module", + "description": "UrlsRestApi module", "support": { - "source": "https://github.com/spryker/util-number/tree/1.0.0" + "source": "https://github.com/spryker/urls-rest-api/tree/master" }, - "time": "2022-09-19T06:48:51+00:00" + "time": "2020-04-06T13:47:09+00:00" }, { - "name": "spryker/util-price", + "name": "spryker/urls-rest-api-extension", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/util-price.git", - "reference": "fb7cd222bb2fc6a65258909a55b04808f7904e10" + "url": "https://github.com/spryker/urls-rest-api-extension.git", + "reference": "8ef126f244301388b6147e46499ce4446764595a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/util-price/zipball/fb7cd222bb2fc6a65258909a55b04808f7904e10", - "reference": "fb7cd222bb2fc6a65258909a55b04808f7904e10", + "url": "https://api.github.com/repos/spryker/urls-rest-api-extension/zipball/8ef126f244301388b6147e46499ce4446764595a", + "reference": "8ef126f244301388b6147e46499ce4446764595a", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker/kernel": "^3.0.0" + "php": ">=7.1" }, "require-dev": { "spryker/code-sniffer": "*", @@ -63413,75 +64838,111 @@ "license": [ "proprietary" ], - "description": "UtilPrice module", + "description": "UrlsRestApiExtension module", "support": { - "source": "https://github.com/spryker/util-price/tree/1.0.0" + "source": "https://github.com/spryker/urls-rest-api-extension/tree/master" }, - "time": "2019-04-04T09:03:51+00:00" + "time": "2019-09-02T13:37:59+00:00" }, { - "name": "spryker/util-sanitize", - "version": "2.3.0", + "name": "spryker/user", + "version": "3.18.0", "source": { "type": "git", - "url": "https://github.com/spryker/util-sanitize.git", - "reference": "79f1a06e310c698e1843abd383c62caee85ceb82" + "url": "https://github.com/spryker/user.git", + "reference": "f088b1f83625ba4fe6610d28e220ac2e7de2f788" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/util-sanitize/zipball/79f1a06e310c698e1843abd383c62caee85ceb82", - "reference": "79f1a06e310c698e1843abd383c62caee85ceb82", + "url": "https://api.github.com/repos/spryker/user/zipball/f088b1f83625ba4fe6610d28e220ac2e7de2f788", + "reference": "f088b1f83625ba4fe6610d28e220ac2e7de2f788", "shasum": "" }, "require": { - "php": ">=7.3", + "php": ">=8.0", + "spryker/gui": "^3.33.0", "spryker/kernel": "^3.30.0", - "spryker/util-sanitize-extension": "^1.0.0" + "spryker/propel-orm": "^1.0.0", + "spryker/security-extension": "^1.0.0", + "spryker/session": "^3.3.0 || ^4.14.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.27.0", + "spryker/twig-extension": "^1.0.0", + "spryker/user-extension": "^1.2.0", + "spryker/util-date-time": "^1.0.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { + "spryker/application": "*", "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/container": "*", + "spryker/event-dispatcher": "*", + "spryker/form": "*", + "spryker/installer": "*", + "spryker/propel": "*", + "spryker/router": "*", + "spryker/security": "*", + "spryker/silex": "*", + "spryker/store": "*", + "spryker/testify": "*", + "spryker/twig": "*", + "spryker/validator": "*", + "spryker/zed-navigation": "*" + }, + "suggest": { + "spryker/container": "If you want to use UserTwigPlugin.", + "spryker/installer": "If you want to use Installer plugin.", + "spryker/silex": "If you want to use ServiceProvider.", + "spryker/twig": "Use this module when using plugins that need Twig dependencies." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\User\\Helper\\": "tests/SprykerTest/Shared/User/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "UtilSanitize module", + "description": "User module", "support": { - "source": "https://github.com/spryker/util-sanitize/tree/2.3.0" + "source": "https://github.com/spryker/user/tree/3.18.0" }, - "time": "2021-04-23T07:34:05+00:00" + "time": "2023-04-17T15:49:27+00:00" }, { - "name": "spryker/util-sanitize-extension", - "version": "1.0.0", + "name": "spryker/user-extension", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/util-sanitize-extension.git", - "reference": "868c262a66a9c9741286ebd359b9c592c3a6b722" + "url": "https://github.com/spryker/user-extension.git", + "reference": "cde218f31419476214a34e4861ff8cc7ec952b61" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/util-sanitize-extension/zipball/868c262a66a9c9741286ebd359b9c592c3a6b722", - "reference": "868c262a66a9c9741286ebd359b9c592c3a6b722", + "url": "https://api.github.com/repos/spryker/user-extension/zipball/cde218f31419476214a34e4861ff8cc7ec952b61", + "reference": "cde218f31419476214a34e4861ff8cc7ec952b61", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.0", + "spryker/transfer": "^3.27.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/gui": "*", + "spryker/symfony": "*" + }, + "suggest": { + "spryker/gui": "Required to use table in plugins.", + "spryker/symfony": "Required to use form in plugins." }, "type": "library", "extra": { @@ -63498,35 +64959,47 @@ "license": [ "proprietary" ], - "description": "UtilSanitizeExtension module", + "description": "UserExtension module", "support": { - "source": "https://github.com/spryker/util-sanitize-extension/tree/1.0.0" + "source": "https://github.com/spryker/user-extension/tree/1.2.0" }, - "time": "2021-04-23T07:34:05+00:00" + "time": "2023-02-08T12:23:08+00:00" }, { - "name": "spryker/util-sanitize-xss", - "version": "1.2.0", + "name": "spryker/user-locale", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/util-sanitize-xss.git", - "reference": "3612cfe1ac37a5585fd376f5decd6f52b5506fa2" + "url": "https://github.com/spryker/user-locale.git", + "reference": "db0e184a49a131a49a9da3f713211808f14c0bd0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/util-sanitize-xss/zipball/3612cfe1ac37a5585fd376f5decd6f52b5506fa2", - "reference": "3612cfe1ac37a5585fd376f5decd6f52b5506fa2", + "url": "https://api.github.com/repos/spryker/user-locale/zipball/db0e184a49a131a49a9da3f713211808f14c0bd0", + "reference": "db0e184a49a131a49a9da3f713211808f14c0bd0", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/kernel": "^3.33.0", - "voku/anti-xss": "^4.1.20" + "spryker/application-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/locale": "^3.3.0 || ^4.0.0", + "spryker/locale-extension": "^1.0.0", + "spryker/store": "^1.19.0", + "spryker/transfer": "^3.27.0", + "spryker/user": "^3.7.0", + "spryker/user-extension": "^1.2.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/propel": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/container": "If you want to use Application plugins. Minimum required version: 1.0.0", + "spryker/silex": "Use this module when using plugins that need Silex dependencies, minimum required version: 2.0.1" + }, "type": "library", "extra": { "branch-alias": { @@ -63542,34 +65015,36 @@ "license": [ "proprietary" ], - "description": "UtilSanitizeXss module", + "description": "UserLocale module", "support": { - "source": "https://github.com/spryker/util-sanitize-xss/tree/1.2.0" + "source": "https://github.com/spryker/user-locale/tree/1.3.0" }, - "time": "2023-04-25T13:31:41+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/util-text", - "version": "1.5.1", + "name": "spryker/user-locale-gui", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/util-text.git", - "reference": "715d1cb04b5222445f331564faff7dd934a71166" + "url": "https://github.com/spryker/user-locale-gui.git", + "reference": "9774b9f42a942a5a212ede7b2c3ecd6c80436af6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/util-text/zipball/715d1cb04b5222445f331564faff7dd934a71166", - "reference": "715d1cb04b5222445f331564faff7dd934a71166", + "url": "https://api.github.com/repos/spryker/user-locale-gui/zipball/9774b9f42a942a5a212ede7b2c3ecd6c80436af6", + "reference": "9774b9f42a942a5a212ede7b2c3ecd6c80436af6", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/kernel": "^3.30.0" + "spryker/gui": "^3.0.0", + "spryker/kernel": "^3.30.0", + "spryker/locale": "^3.3.0 || ^4.0.0", + "spryker/symfony": "^3.0.0", + "spryker/user-extension": "^1.1.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -63579,48 +65054,55 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\UtilText\\Helper\\": "tests/SprykerTest/Shared/UtilText/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "UtilText module", + "description": "UserLocaleGui module", "support": { - "source": "https://github.com/spryker/util-text/tree/1.5.1" + "source": "https://github.com/spryker/user-locale-gui/tree/1.1.0" }, - "time": "2022-12-01T11:40:47+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/util-uuid-generator", - "version": "1.0.2", + "name": "spryker/user-merchant-portal-gui", + "version": "2.4.0", "source": { "type": "git", - "url": "https://github.com/spryker/util-uuid-generator.git", - "reference": "3082fdddb1e42653d59454863612e6ec3dc85e1a" + "url": "https://github.com/spryker/user-merchant-portal-gui.git", + "reference": "1ff592965ff2a9480fc052c157c9769cc5e19ad0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/util-uuid-generator/zipball/3082fdddb1e42653d59454863612e6ec3dc85e1a", - "reference": "3082fdddb1e42653d59454863612e6ec3dc85e1a", + "url": "https://api.github.com/repos/spryker/user-merchant-portal-gui/zipball/1ff592965ff2a9480fc052c157c9769cc5e19ad0", + "reference": "1ff592965ff2a9480fc052c157c9769cc5e19ad0", "shasum": "" }, "require": { - "php": ">=7.2", + "php": ">=8.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", + "spryker/gui": "^3.48.0", "spryker/kernel": "^3.30.0", - "spryker/ramsey-uuid": "^1.0.0 || ^2.0.0" + "spryker/locale": "^3.3.0 || ^4.0.0", + "spryker/merchant-user": "^1.3.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.27.0", + "spryker/translator": "^1.1.0", + "spryker/user-locale": "^1.0.0", + "spryker/user-merchant-portal-gui-extension": "^1.0.0", + "spryker/zed-ui": "^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -63632,34 +65114,31 @@ "license": [ "proprietary" ], - "description": "UtilUuidGenerator module", + "description": "UserMerchantPortalGui module", "support": { - "source": "https://github.com/spryker/util-uuid-generator/tree/1.0.2" + "source": "https://github.com/spryker/user-merchant-portal-gui/tree/2.4.0" }, - "time": "2020-06-02T09:42:31+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/util-validate", - "version": "1.0.1", + "name": "spryker/user-merchant-portal-gui-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/util-validate.git", - "reference": "5d283ea91eeb3ecac314cd52253cef0554a6a9cf" + "url": "https://github.com/spryker/user-merchant-portal-gui-extension.git", + "reference": "c3e838287c83663622ea23f3c6754956e5300a35" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/util-validate/zipball/5d283ea91eeb3ecac314cd52253cef0554a6a9cf", - "reference": "5d283ea91eeb3ecac314cd52253cef0554a6a9cf", + "url": "https://api.github.com/repos/spryker/user-merchant-portal-gui-extension/zipball/c3e838287c83663622ea23f3c6754956e5300a35", + "reference": "c3e838287c83663622ea23f3c6754956e5300a35", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/egulias": "^1.0.0", - "spryker/kernel": "^3.30.0" + "php": ">=7.3" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -63676,34 +65155,39 @@ "license": [ "proprietary" ], - "description": "UtilValidate module", + "description": "UserMerchantPortalGuiExtension module", "support": { - "source": "https://github.com/spryker/util-validate/tree/1.0.1" + "source": "https://github.com/spryker/user-merchant-portal-gui-extension/tree/1.0.0" }, - "time": "2020-05-29T13:08:37+00:00" + "time": "2021-07-07T15:14:17+00:00" }, { - "name": "spryker/uuid", - "version": "1.0.1", + "name": "spryker/user-password-reset", + "version": "1.4.0", "source": { "type": "git", - "url": "https://github.com/spryker/uuid.git", - "reference": "54c973e2058343230416fab9b8c6a06e14a70cd0" + "url": "https://github.com/spryker/user-password-reset.git", + "reference": "c2cbea430658f1d4a0b4f110018e43d4cdcac450" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/uuid/zipball/54c973e2058343230416fab9b8c6a06e14a70cd0", - "reference": "54c973e2058343230416fab9b8c6a06e14a70cd0", + "url": "https://api.github.com/repos/spryker/user-password-reset/zipball/c2cbea430658f1d4a0b4f110018e43d4cdcac450", + "reference": "c2cbea430658f1d4a0b4f110018e43d4cdcac450", "shasum": "" }, "require": { - "php": ">=7.2", + "php": ">=8.0", + "spryker/acl-merchant-portal-extension": "^1.0.0", "spryker/kernel": "^3.30.0", - "spryker/propel-orm": "^1.0.0", - "spryker/symfony": "^3.0.0" + "spryker/transfer": "^3.27.0", + "spryker/user": "^3.17.0", + "spryker/user-password-reset-extension": "^1.0.0", + "spryker/util-text": "^1.2.2" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -63720,43 +65204,34 @@ "license": [ "proprietary" ], - "description": "Uuid module", + "description": "UserPasswordReset module", "support": { - "source": "https://github.com/spryker/uuid/tree/1.0.1" + "source": "https://github.com/spryker/user-password-reset/tree/1.4.0" }, - "time": "2020-09-25T05:35:53+00:00" + "time": "2023-03-10T14:11:16+00:00" }, { - "name": "spryker/uuid-behavior", - "version": "1.3.0", + "name": "spryker/user-password-reset-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/uuid-behavior.git", - "reference": "857a5ec9ef031f5b9f41c3a3703d04a4db87c58d" + "url": "https://github.com/spryker/user-password-reset-extension.git", + "reference": "ebb78ad814dc2989029a3691c3adc36aa109ac68" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/uuid-behavior/zipball/857a5ec9ef031f5b9f41c3a3703d04a4db87c58d", - "reference": "857a5ec9ef031f5b9f41c3a3703d04a4db87c58d", + "url": "https://api.github.com/repos/spryker/user-password-reset-extension/zipball/ebb78ad814dc2989029a3691c3adc36aa109ac68", + "reference": "ebb78ad814dc2989029a3691c3adc36aa109ac68", "shasum": "" }, "require": { - "php": ">=7.4", - "spryker/kernel": "^3.30.0", - "spryker/laminas": "^1.0.0", - "spryker/propel-orm": "^1.16.0", - "spryker/util-uuid-generator": "^1.0.0" + "php": ">=7.3" }, "require-dev": { - "codeception/module-asserts": "*", - "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, - "type": "propel-behavior", + "type": "library", "extra": { - "name": "uuid", - "class": "\\Spryker\\Zed\\UuidBehavior\\Persistence\\Propel\\Behavior\\UuidBehavior", "branch-alias": { "dev-master": "1.0.x-dev" } @@ -63770,38 +65245,39 @@ "license": [ "proprietary" ], - "description": "UuidBehavior module", + "description": "UserPasswordResetExtension module", "support": { - "source": "https://github.com/spryker/uuid-behavior" + "source": "https://github.com/spryker/user-password-reset-extension/tree/1.0.0" }, - "time": "2022-07-01T12:54:14+00:00" + "time": "2021-07-07T15:14:17+00:00" }, { - "name": "spryker/validator", - "version": "1.1.2", + "name": "spryker/user-password-reset-mail", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/validator.git", - "reference": "60c1ce4b88eac0beda3877a1e1a2562f57551bf0" + "url": "https://github.com/spryker/user-password-reset-mail.git", + "reference": "428114907ce4f3e2434953da0fc651f7dc2874c2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/validator/zipball/60c1ce4b88eac0beda3877a1e1a2562f57551bf0", - "reference": "60c1ce4b88eac0beda3877a1e1a2562f57551bf0", + "url": "https://api.github.com/repos/spryker/user-password-reset-mail/zipball/428114907ce4f3e2434953da0fc651f7dc2874c2", + "reference": "428114907ce4f3e2434953da0fc651f7dc2874c2", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/application-extension": "^1.0.0", - "spryker/container": "^1.4.0", - "spryker/form-extension": "^1.0.0", - "spryker/kernel": "^3.52.0", - "spryker/symfony": "^3.2.2", - "spryker/validator-extension": "^1.0.0" + "spryker/kernel": "^3.33.0", + "spryker/mail": "^4.6.0", + "spryker/mail-extension": "^1.0.0", + "spryker/transfer": "^3.25.0", + "spryker/user-password-reset-extension": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/propel": "*", + "spryker/testify": "*", + "spryker/user": "*" }, "type": "library", "extra": { @@ -63811,45 +65287,47 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\Validator\\Helper\\": "tests/SprykerTest/Zed/Validator/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Validator module", + "description": "UserPasswordResetMail module", "support": { - "source": "https://github.com/spryker/validator/tree/1.1.2" + "source": "https://github.com/spryker/user-password-reset-mail/tree/1.1.0" }, - "time": "2022-11-11T07:06:41+00:00" + "time": "2022-11-11T13:29:11+00:00" }, { - "name": "spryker/validator-extension", - "version": "1.0.1", + "name": "spryker/users-backend-api", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/validator-extension.git", - "reference": "9277cb04dda4f71f80ac0ad0c108476e9f7dbb26" + "url": "https://github.com/spryker/users-backend-api.git", + "reference": "81aef178b9bb57a81e07e31db06fa8e2713aee11" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/validator-extension/zipball/9277cb04dda4f71f80ac0ad0c108476e9f7dbb26", - "reference": "9277cb04dda4f71f80ac0ad0c108476e9f7dbb26", + "url": "https://api.github.com/repos/spryker/users-backend-api/zipball/81aef178b9bb57a81e07e31db06fa8e2713aee11", + "reference": "81aef178b9bb57a81e07e31db06fa8e2713aee11", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=8.0", + "spryker/glue-json-api-convention-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/transfer": "^3.31.0", + "spryker/user": "^3.17.0", + "spryker/uuid-behavior": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/symfony": "*" - }, - "suggest": { - "spryker/container": "If you want to use the ValidatorPluginInterface.", - "spryker/symfony": "If you want to use the ValidatorPluginInterface." + "spryker/propel": "*", + "spryker/stock": "*", + "spryker/testify": "*", + "spryker/warehouse-user": "*" }, "type": "library", "extra": { @@ -63866,34 +65344,33 @@ "license": [ "proprietary" ], - "description": "ValidatorExtension module", + "description": "UsersBackendApi module", "support": { - "source": "https://github.com/spryker/validator-extension/tree/1.0.1" + "source": "https://github.com/spryker/users-backend-api/tree/1.3.0" }, - "time": "2020-09-24T11:48:26+00:00" + "time": "2023-05-24T17:55:49+00:00" }, { - "name": "spryker/vault", - "version": "1.2.1", + "name": "spryker/util-csv", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/vault.git", - "reference": "912b0ce98d6804bce43848b2d5e37b4c5bbf18c2" + "url": "https://github.com/spryker/util-csv.git", + "reference": "b90e0453dd6555297eebba14923e0ee21d90d6f3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/vault/zipball/912b0ce98d6804bce43848b2d5e37b4c5bbf18c2", - "reference": "912b0ce98d6804bce43848b2d5e37b4c5bbf18c2", + "url": "https://api.github.com/repos/spryker/util-csv/zipball/b90e0453dd6555297eebba14923e0ee21d90d6f3", + "reference": "b90e0453dd6555297eebba14923e0ee21d90d6f3", "shasum": "" }, "require": { - "php": ">=7.2", - "spryker/kernel": "^3.30.0", - "spryker/util-encryption": "^1.1.0" + "php": ">=7.1", + "spryker/kernel": "^3.0.0", + "spryker/symfony": "^3.1.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", @@ -63911,46 +65388,38 @@ "license": [ "proprietary" ], - "description": "Vault module", + "description": "UtilCsv module", "support": { - "source": "https://github.com/spryker/vault/tree/1.2.1" + "source": "https://github.com/spryker/util-csv/tree/master" }, - "time": "2020-05-29T13:08:37+00:00" + "time": "2018-07-10T12:34:02+00:00" }, { - "name": "spryker/warehouse-allocation", - "version": "0.1.0", + "name": "spryker/util-data-reader", + "version": "1.2.4", "source": { "type": "git", - "url": "https://github.com/spryker/warehouse-allocation.git", - "reference": "7787a11b9058b004c7a6a33e38aed938f83a246e" + "url": "https://github.com/spryker/util-data-reader.git", + "reference": "1d30181a821b8e311811adf39523a7756c6b2cf9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/warehouse-allocation/zipball/7787a11b9058b004c7a6a33e38aed938f83a246e", - "reference": "7787a11b9058b004c7a6a33e38aed938f83a246e", + "url": "https://api.github.com/repos/spryker/util-data-reader/zipball/1d30181a821b8e311811adf39523a7756c6b2cf9", + "reference": "1d30181a821b8e311811adf39523a7756c6b2cf9", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/kernel": "^3.33.0", + "php": ">=7.4", + "spryker/kernel": "^3.30.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" + "spryker/sql-criteria-builder": "^1.0.0", + "spryker/symfony": "^3.0.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": { @@ -63966,31 +65435,41 @@ "license": [ "proprietary" ], - "description": "WarehouseAllocation module", + "description": "UtilDataReader module", "support": { - "source": "https://github.com/spryker/warehouse-allocation/tree/0.1.0" + "source": "https://github.com/spryker/util-data-reader/tree/1.2.4" }, - "time": "2023-02-09T15:12:38+00:00" + "time": "2021-10-26T15:19:01+00:00" }, { - "name": "spryker/warehouse-allocation-extension", - "version": "0.1.0", + "name": "spryker/util-date-time", + "version": "1.4.0", "source": { "type": "git", - "url": "https://github.com/spryker/warehouse-allocation-extension.git", - "reference": "21d430d5e1261b8356e8593f387dcb219cd4182f" + "url": "https://github.com/spryker/util-date-time.git", + "reference": "1dc77bf90621976dfb0858f1baf420459ccbfac1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/warehouse-allocation-extension/zipball/21d430d5e1261b8356e8593f387dcb219cd4182f", - "reference": "21d430d5e1261b8356e8593f387dcb219cd4182f", + "url": "https://api.github.com/repos/spryker/util-date-time/zipball/1dc77bf90621976dfb0858f1baf420459ccbfac1", + "reference": "1dc77bf90621976dfb0858f1baf420459ccbfac1", "shasum": "" }, "require": { - "php": ">=8.0" + "php": ">=8.0", + "spryker/config": "^3.0.0", + "spryker/kernel": "^3.52.0", + "spryker/twig": "^3.1.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/silex": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/container": "If you want to use Twig Plugins", + "spryker/silex": "Add this when you still want to use the abandoned Silex." }, "type": "library", "extra": { @@ -64007,50 +65486,38 @@ "license": [ "proprietary" ], - "description": "WarehouseAllocationExtension module", + "description": "UtilDateTime module", "support": { - "source": "https://github.com/spryker/warehouse-allocation-extension/tree/0.1.0" + "source": "https://github.com/spryker/util-date-time/tree/1.4.0" }, - "time": "2023-02-09T15:12:38+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "spryker/warehouse-oauth-backend-api", - "version": "0.1.0", + "name": "spryker/util-encoding", + "version": "2.1.1", "source": { "type": "git", - "url": "https://github.com/spryker/warehouse-oauth-backend-api.git", - "reference": "baeabd1c3ec288b59fbce8cf12bb05f9b1eede2d" + "url": "https://github.com/spryker/util-encoding.git", + "reference": "de0c302e1deb803c8a540910959eabb8ef62f142" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/warehouse-oauth-backend-api/zipball/baeabd1c3ec288b59fbce8cf12bb05f9b1eede2d", - "reference": "baeabd1c3ec288b59fbce8cf12bb05f9b1eede2d", + "url": "https://api.github.com/repos/spryker/util-encoding/zipball/de0c302e1deb803c8a540910959eabb8ef62f142", + "reference": "de0c302e1deb803c8a540910959eabb8ef62f142", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/authentication": "^1.0.0", - "spryker/glue-application-extension": "^1.10.0", - "spryker/glue-backend-api-application-authorization-connector-extension": "^1.0.0", - "spryker/kernel": "^3.66.0", - "spryker/oauth": "^2.4.0", - "spryker/oauth-backend-api-extension": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.27.0", - "spryker/util-encoding": "^2.0.0", - "spryker/warehouse-user": "^0.1.0" + "spryker/kernel": "^3.30.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/glue-application": "^1.30.0" - }, - "suggest": { - "spryker/glue-application": "If you want to use plugins with glue application." + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -64062,39 +65529,34 @@ "license": [ "proprietary" ], - "description": "WarehouseOauthBackendApi module", + "description": "UtilEncoding module", "support": { - "source": "https://github.com/spryker/warehouse-oauth-backend-api/tree/0.1.0" + "source": "https://github.com/spryker/util-encoding/tree/2.1.1" }, - "time": "2023-03-16T13:08:01+00:00" + "time": "2022-12-01T11:40:47+00:00" }, { - "name": "spryker/warehouse-user", - "version": "0.1.3", + "name": "spryker/util-encryption", + "version": "1.1.1", "source": { "type": "git", - "url": "https://github.com/spryker/warehouse-user.git", - "reference": "ff3e02ec3c579244a0e00ef91224015778b0ee1f" + "url": "https://github.com/spryker/util-encryption.git", + "reference": "c8bbed56c59b77bd80a7138d53f8981eb2a0b44d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/warehouse-user/zipball/ff3e02ec3c579244a0e00ef91224015778b0ee1f", - "reference": "ff3e02ec3c579244a0e00ef91224015778b0ee1f", + "url": "https://api.github.com/repos/spryker/util-encryption/zipball/c8bbed56c59b77bd80a7138d53f8981eb2a0b44d", + "reference": "c8bbed56c59b77bd80a7138d53f8981eb2a0b44d", "shasum": "" }, "require": { - "php": ">=8.0", + "ext-openssl": "*", + "php": ">=7.2", "spryker/kernel": "^3.30.0", - "spryker/propel-orm": "^1.6.0", - "spryker/security-gui-extension": "^1.2.0", - "spryker/stock": "^8.8.0", - "spryker/transfer": "^3.27.0", - "spryker/user": "^3.17.0", - "spryker/uuid-behavior": "^1.0.0" + "spryker/util-text": "^1.3.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", @@ -64105,48 +65567,37 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\WarehouseUser\\Helper\\": "tests/SprykerTest/Zed/WarehouseUser/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "WarehouseUser module", + "description": "UtilEncryption module", "support": { - "source": "https://github.com/spryker/warehouse-user/tree/0.1.3" + "source": "https://github.com/spryker/util-encryption/tree/1.1.1" }, - "time": "2023-03-24T14:46:01+00:00" + "time": "2020-05-29T13:08:37+00:00" }, { - "name": "spryker/warehouse-user-gui", - "version": "0.1.1", + "name": "spryker/util-glob", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/warehouse-user-gui.git", - "reference": "354a7f38168ba02bc8547a5ac2aa121f2adddb6a" + "url": "https://github.com/spryker/util-glob.git", + "reference": "c412f3a3df170096cd174e18f5e83bf567c87cf4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/warehouse-user-gui/zipball/354a7f38168ba02bc8547a5ac2aa121f2adddb6a", - "reference": "354a7f38168ba02bc8547a5ac2aa121f2adddb6a", + "url": "https://api.github.com/repos/spryker/util-glob/zipball/c412f3a3df170096cd174e18f5e83bf567c87cf4", + "reference": "c412f3a3df170096cd174e18f5e83bf567c87cf4", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/gui": "^3.46.0", + "php": ">=7.2", "spryker/kernel": "^3.30.0", - "spryker/propel-orm": "^1.0.0", - "spryker/stock": "^8.0.0", - "spryker/symfony": "^3.9.0", - "spryker/transfer": "^3.27.0", - "spryker/user": "^3.17.0", - "spryker/user-extension": "^1.0.0", - "spryker/util-encoding": "^2.0.0", - "spryker/util-sanitize": "^2.0.0", - "spryker/util-text": "^1.2.0", - "spryker/warehouse-user": "^0.1.0" + "webmozart/glob": "^4.0.0" }, "require-dev": { "spryker/code-sniffer": "*", @@ -64167,45 +65618,35 @@ "license": [ "proprietary" ], - "description": "WarehouseUserGui module", + "description": "UtilGlob module", "support": { - "source": "https://github.com/spryker/warehouse-user-gui/tree/0.1.1" + "source": "https://github.com/spryker/util-glob/tree/1.0.0" }, - "time": "2023-03-03T10:26:17+00:00" + "time": "2020-03-18T13:53:51+00:00" }, { - "name": "spryker/warehouse-users-backend-api", - "version": "0.2.0", + "name": "spryker/util-measurement-unit-conversion", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/warehouse-users-backend-api.git", - "reference": "577efabf86f33cb8b05642826f51cd590c8d094d" + "url": "https://github.com/spryker/util-measurement-unit-conversion.git", + "reference": "10f1c71a5b712df414d1b9666e65f1dea5c699e2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/warehouse-users-backend-api/zipball/577efabf86f33cb8b05642826f51cd590c8d094d", - "reference": "577efabf86f33cb8b05642826f51cd590c8d094d", + "url": "https://api.github.com/repos/spryker/util-measurement-unit-conversion/zipball/10f1c71a5b712df414d1b9666e65f1dea5c699e2", + "reference": "10f1c71a5b712df414d1b9666e65f1dea5c699e2", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/glue-json-api-convention-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.27.0", - "spryker/user": "^3.17.0", - "spryker/warehouse-user": "^0.1.0" + "php": ">=7.1", + "spryker/kernel": "^3.3.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/glue-application": "*", "spryker/propel": "*", - "spryker/stock": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/glue-application": "If you want to use plugins with glue application." - }, "type": "library", "extra": { "branch-alias": { @@ -64221,37 +65662,28 @@ "license": [ "proprietary" ], - "description": "WarehouseUsersBackendApi module", + "description": "UtilMeasurementUnitConversion module", "support": { - "source": "https://github.com/spryker/warehouse-users-backend-api/tree/0.2.0" + "source": "https://github.com/spryker/util-measurement-unit-conversion/tree/master" }, - "time": "2023-05-24T17:55:49+00:00" + "time": "2018-10-26T07:35:30+00:00" }, { - "name": "spryker/warehouses-backend-api", - "version": "0.1.0", + "name": "spryker/util-network", + "version": "1.1.1", "source": { "type": "git", - "url": "https://github.com/spryker/warehouses-backend-api.git", - "reference": "760152f3dd143e14687ce13a28df9842020aad07" + "url": "https://github.com/spryker/UtilNetwork.git", + "reference": "d517edc9406274c5223b0842ebcb544800d19667" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/warehouses-backend-api/zipball/760152f3dd143e14687ce13a28df9842020aad07", - "reference": "760152f3dd143e14687ce13a28df9842020aad07", + "url": "https://api.github.com/repos/spryker/UtilNetwork/zipball/d517edc9406274c5223b0842ebcb544800d19667", + "reference": "d517edc9406274c5223b0842ebcb544800d19667", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/kernel": "^3.66.0", - "spryker/stock": "^8.8.0", - "spryker/transfer": "^3.27.0", - "spryker/uuid-behavior": "^1.0.0" - }, - "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*" + "spryker/kernel": "^3.0.0" }, "type": "library", "extra": { @@ -64268,38 +65700,40 @@ "license": [ "proprietary" ], - "description": "WarehousesBackendApi module", + "description": "UtilNetwork module", "support": { - "source": "https://github.com/spryker/warehouses-backend-api/tree/0.1.0" + "source": "https://github.com/spryker/UtilNetwork/tree/1.1.1" }, - "time": "2023-04-17T15:49:27+00:00" + "time": "2017-10-24T13:32:31+00:00" }, { - "name": "spryker/web-profiler-extension", + "name": "spryker/util-number", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/web-profiler-extension.git", - "reference": "fa7c5b30a89c14fc5aae6dda57182b4676b4bd59" + "url": "https://github.com/spryker/util-number.git", + "reference": "2625d0775649a5047b614bc08f70c1a084989149" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/web-profiler-extension/zipball/fa7c5b30a89c14fc5aae6dda57182b4676b4bd59", - "reference": "fa7c5b30a89c14fc5aae6dda57182b4676b4bd59", + "url": "https://api.github.com/repos/spryker/util-number/zipball/2625d0775649a5047b614bc08f70c1a084989149", + "reference": "2625d0775649a5047b614bc08f70c1a084989149", "shasum": "" }, "require": { - "php": ">=7.1" + "ext-intl": "*", + "php": ">=7.4", + "spryker/application-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/transfer": "^3.25.0" }, "require-dev": { "spryker/code-sniffer": "*", "spryker/container": "*", - "spryker/symfony": "*", "spryker/testify": "*" }, "suggest": { - "spryker/container": "If you want to use the Container module.", - "spryker/symfony": "If you want to use the Symfony component." + "spryker/container": "Add this module when you want to use the Container." }, "type": "library", "extra": { @@ -64316,31 +65750,33 @@ "license": [ "proprietary" ], - "description": "WebProfilerExtension module", + "description": "UtilNumber module", "support": { - "source": "https://github.com/spryker/web-profiler-extension/tree/1.0.0" + "source": "https://github.com/spryker/util-number/tree/1.0.0" }, - "time": "2019-10-09T04:52:31+00:00" + "time": "2022-09-19T06:48:51+00:00" }, { - "name": "spryker/weekday-schedule", + "name": "spryker/util-price", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/weekday-schedule.git", - "reference": "492ff153c85c66ee1ec3e7ea2bf804f521ac7ff9" + "url": "https://github.com/spryker/util-price.git", + "reference": "fb7cd222bb2fc6a65258909a55b04808f7904e10" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/weekday-schedule/zipball/492ff153c85c66ee1ec3e7ea2bf804f521ac7ff9", - "reference": "492ff153c85c66ee1ec3e7ea2bf804f521ac7ff9", + "url": "https://api.github.com/repos/spryker/util-price/zipball/fb7cd222bb2fc6a65258909a55b04808f7904e10", + "reference": "fb7cd222bb2fc6a65258909a55b04808f7904e10", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=7.1", + "spryker/kernel": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -64357,83 +65793,72 @@ "license": [ "proprietary" ], - "description": "WeekdaySchedule module", + "description": "UtilPrice module", "support": { - "source": "https://github.com/spryker/weekday-schedule/tree/1.0.0" + "source": "https://github.com/spryker/util-price/tree/1.0.0" }, - "time": "2021-07-07T15:14:17+00:00" + "time": "2019-04-04T09:03:51+00:00" }, { - "name": "spryker/wishlist", - "version": "8.7.3", + "name": "spryker/util-sanitize", + "version": "2.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/wishlist.git", - "reference": "b258df7ce26beee9e1083c2da2d075a44da5cd8c" + "url": "https://github.com/spryker/util-sanitize.git", + "reference": "79f1a06e310c698e1843abd383c62caee85ceb82" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/wishlist/zipball/b258df7ce26beee9e1083c2da2d075a44da5cd8c", - "reference": "b258df7ce26beee9e1083c2da2d075a44da5cd8c", + "url": "https://api.github.com/repos/spryker/util-sanitize/zipball/79f1a06e310c698e1843abd383c62caee85ceb82", + "reference": "79f1a06e310c698e1843abd383c62caee85ceb82", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/cart": "^5.0.0 || ^7.0.0", - "spryker/customer": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", + "php": ">=7.3", "spryker/kernel": "^3.30.0", - "spryker/price-product": "^1.0.0 || ^2.0.0 || ^4.0.0", - "spryker/product": "^5.9.0 || ^6.0.0", - "spryker/propel-orm": "^1.1.0", - "spryker/transfer": "^3.25.0", - "spryker/wishlist-extension": "^1.3.0", - "spryker/zed-request": "^3.0.0" + "spryker/util-sanitize-extension": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/propel": "*", - "spryker/store": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "8.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\Wishlist\\Helper\\": "tests/SprykerTest/Shared/Wishlist/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Wishlist module", + "description": "UtilSanitize module", "support": { - "source": "https://github.com/spryker/wishlist/tree/8.7.3" + "source": "https://github.com/spryker/util-sanitize/tree/2.3.0" }, - "time": "2023-05-05T18:20:59+00:00" + "time": "2021-04-23T07:34:05+00:00" }, { - "name": "spryker/wishlist-extension", - "version": "1.3.0", + "name": "spryker/util-sanitize-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/wishlist-extension.git", - "reference": "adbe90f0cc306f5ad2e5a49e086c20888817d613" + "url": "https://github.com/spryker/util-sanitize-extension.git", + "reference": "868c262a66a9c9741286ebd359b9c592c3a6b722" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/wishlist-extension/zipball/adbe90f0cc306f5ad2e5a49e086c20888817d613", - "reference": "adbe90f0cc306f5ad2e5a49e086c20888817d613", + "url": "https://api.github.com/repos/spryker/util-sanitize-extension/zipball/868c262a66a9c9741286ebd359b9c592c3a6b722", + "reference": "868c262a66a9c9741286ebd359b9c592c3a6b722", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=7.3" }, "require-dev": { "spryker/code-sniffer": "*" @@ -64453,53 +65878,35 @@ "license": [ "proprietary" ], - "description": "WishlistExtension module", + "description": "UtilSanitizeExtension module", "support": { - "source": "https://github.com/spryker/wishlist-extension/tree/1.3.0" + "source": "https://github.com/spryker/util-sanitize-extension/tree/1.0.0" }, - "time": "2021-10-29T06:02:31+00:00" + "time": "2021-04-23T07:34:05+00:00" }, { - "name": "spryker/wishlists-rest-api", - "version": "1.6.2", + "name": "spryker/util-sanitize-xss", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/wishlists-rest-api.git", - "reference": "4b9a1c0b55500ae182c860f523d78124177b7b67" + "url": "https://github.com/spryker/util-sanitize-xss.git", + "reference": "3612cfe1ac37a5585fd376f5decd6f52b5506fa2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/wishlists-rest-api/zipball/4b9a1c0b55500ae182c860f523d78124177b7b67", - "reference": "4b9a1c0b55500ae182c860f523d78124177b7b67", + "url": "https://api.github.com/repos/spryker/util-sanitize-xss/zipball/3612cfe1ac37a5585fd376f5decd6f52b5506fa2", + "reference": "3612cfe1ac37a5585fd376f5decd6f52b5506fa2", "shasum": "" }, "require": { "php": ">=8.0", - "spryker/glue-application": "^1.8.0", - "spryker/glue-application-extension": "^1.0.0", - "spryker/kernel": "^3.30.0", - "spryker/propel-orm": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.25.0", - "spryker/uuid-behavior": "^1.0.0", - "spryker/wishlist": "^6.6.0 || ^8.6.0", - "spryker/wishlists-rest-api-extension": "^1.1.0", - "spryker/zed-request": "^3.0.0" + "spryker/kernel": "^3.33.0", + "voku/anti-xss": "^4.1.20" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/customer": "*", - "spryker/product": "*", - "spryker/propel": "*", - "spryker/store": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/auth-rest-api": "If you want to authorize and authenticate customers via access tokens.", - "spryker/rest-request-validator": "If you want to use rest request validation.", - "spryker/uuid": "If you want to generate UUIDs for existing entities." - }, "type": "library", "extra": { "branch-alias": { @@ -64515,31 +65922,34 @@ "license": [ "proprietary" ], - "description": "WishlistsRestApi module", + "description": "UtilSanitizeXss module", "support": { - "source": "https://github.com/spryker/wishlists-rest-api/tree/1.6.2" + "source": "https://github.com/spryker/util-sanitize-xss/tree/1.2.0" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2023-04-25T13:31:41+00:00" }, { - "name": "spryker/wishlists-rest-api-extension", - "version": "1.1.0", + "name": "spryker/util-text", + "version": "1.5.1", "source": { "type": "git", - "url": "https://github.com/spryker/wishlists-rest-api-extension.git", - "reference": "b97c16ae1bae6cbc2c8073d945678edf3d47f328" + "url": "https://github.com/spryker/util-text.git", + "reference": "715d1cb04b5222445f331564faff7dd934a71166" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/wishlists-rest-api-extension/zipball/b97c16ae1bae6cbc2c8073d945678edf3d47f328", - "reference": "b97c16ae1bae6cbc2c8073d945678edf3d47f328", + "url": "https://api.github.com/repos/spryker/util-text/zipball/715d1cb04b5222445f331564faff7dd934a71166", + "reference": "715d1cb04b5222445f331564faff7dd934a71166", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=8.0", + "spryker/kernel": "^3.30.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -64549,59 +65959,43 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\UtilText\\Helper\\": "tests/SprykerTest/Shared/UtilText/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "WishlistsRestApiExtension module", + "description": "UtilText module", "support": { - "source": "https://github.com/spryker/wishlists-rest-api-extension/tree/1.1.0" + "source": "https://github.com/spryker/util-text/tree/1.5.1" }, - "time": "2021-10-29T06:02:31+00:00" + "time": "2022-12-01T11:40:47+00:00" }, { - "name": "spryker/zed-navigation", - "version": "1.12.2", + "name": "spryker/util-uuid-generator", + "version": "1.0.2", "source": { "type": "git", - "url": "https://github.com/spryker/zed-navigation.git", - "reference": "6315538bc60da7b3dd8b46146251331a39820e86" + "url": "https://github.com/spryker/util-uuid-generator.git", + "reference": "3082fdddb1e42653d59454863612e6ec3dc85e1a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/zed-navigation/zipball/6315538bc60da7b3dd8b46146251331a39820e86", - "reference": "6315538bc60da7b3dd8b46146251331a39820e86", + "url": "https://api.github.com/repos/spryker/util-uuid-generator/zipball/3082fdddb1e42653d59454863612e6ec3dc85e1a", + "reference": "3082fdddb1e42653d59454863612e6ec3dc85e1a", "shasum": "" }, "require": { - "php": ">=8.0", - "spryker/kernel": "^3.52.0", - "spryker/laminas": "^1.0.0", - "spryker/log": "^2.0.0 || ^3.0.0", - "spryker/router": "^1.12.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.8.0", - "spryker/twig-extension": "^1.0.0", - "spryker/url": "^3.0.0", - "spryker/util-encoding": "^2.0.0", - "spryker/zed-navigation-extension": "^1.1.0" + "php": ">=7.2", + "spryker/kernel": "^3.30.0", + "spryker/ramsey-uuid": "^1.0.0 || ^2.0.0" }, "require-dev": { - "php-webdriver/webdriver": "*", "spryker/code-sniffer": "*", - "spryker/container": "*", "spryker/propel": "*", - "spryker/silex": "*", - "spryker/testify": "*", - "spryker/twig": "*" - }, - "suggest": { - "spryker/container": "If you want to use ZedNavigationTwigPlugin", - "spryker/silex": "If you want to use ServiceProvider.", - "spryker/twig": "If you want to use ZedNavigationServiceProvider." + "spryker/testify": "*" }, "type": "library", "extra": { @@ -64611,39 +66005,41 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\ZedNavigation\\Helper\\": "tests/SprykerTest/Zed/ZedNavigation/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ZedNavigation module", + "description": "UtilUuidGenerator module", "support": { - "source": "https://github.com/spryker/zed-navigation/tree/1.12.2" + "source": "https://github.com/spryker/util-uuid-generator/tree/1.0.2" }, - "time": "2022-11-11T07:06:41+00:00" + "time": "2020-06-02T09:42:31+00:00" }, { - "name": "spryker/zed-navigation-extension", - "version": "1.1.0", + "name": "spryker/util-validate", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/zed-navigation-extension.git", - "reference": "69c50153d22ce1684e624d8f3039106132ad8711" + "url": "https://github.com/spryker/util-validate.git", + "reference": "5d283ea91eeb3ecac314cd52253cef0554a6a9cf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/zed-navigation-extension/zipball/69c50153d22ce1684e624d8f3039106132ad8711", - "reference": "69c50153d22ce1684e624d8f3039106132ad8711", + "url": "https://api.github.com/repos/spryker/util-validate/zipball/5d283ea91eeb3ecac314cd52253cef0554a6a9cf", + "reference": "5d283ea91eeb3ecac314cd52253cef0554a6a9cf", "shasum": "" }, "require": { - "php": ">=7.2" + "php": ">=7.2", + "spryker/egulias": "^1.0.0", + "spryker/kernel": "^3.30.0" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -64660,109 +66056,87 @@ "license": [ "proprietary" ], - "description": "ZedNavigationExtension module", + "description": "UtilValidate module", "support": { - "source": "https://github.com/spryker/zed-navigation-extension/tree/1.1.0" + "source": "https://github.com/spryker/util-validate/tree/1.0.1" }, - "time": "2020-03-20T13:33:12+00:00" + "time": "2020-05-29T13:08:37+00:00" }, { - "name": "spryker/zed-request", - "version": "3.19.0", + "name": "spryker/uuid", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/zed-request.git", - "reference": "bcc59ab5bd55b3a98d4670b873c2c8f8a4c66446" + "url": "https://github.com/spryker/uuid.git", + "reference": "54c973e2058343230416fab9b8c6a06e14a70cd0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/zed-request/zipball/bcc59ab5bd55b3a98d4670b873c2c8f8a4c66446", - "reference": "bcc59ab5bd55b3a98d4670b873c2c8f8a4c66446", + "url": "https://api.github.com/repos/spryker/uuid/zipball/54c973e2058343230416fab9b8c6a06e14a70cd0", + "reference": "54c973e2058343230416fab9b8c6a06e14a70cd0", "shasum": "" }, "require": { - "php": ">=8.0", - "psr/http-message": "^1.0.0", - "spryker/application-extension": "^1.1.0", - "spryker/config": "^3.0.0", - "spryker/error-handler": "^2.1.0", - "spryker/event-dispatcher-extension": "^1.0.0", - "spryker/guzzle": "^2.1.0", - "spryker/health-check-extension": "^1.0.0", - "spryker/kernel": "^3.52.0", - "spryker/locale": "^3.0.0 || ^4.0.0", - "spryker/messenger": "^3.0.0", - "spryker/symfony": "^3.5.0", - "spryker/util-encoding": "^2.0.0", - "spryker/util-network": "^1.1.0", - "spryker/util-text": "^1.1.0", - "spryker/web-profiler-extension": "^1.0.0", - "spryker/zed-request-extension": "^1.1.0" + "php": ">=7.2", + "spryker/kernel": "^3.30.0", + "spryker/propel-orm": "^1.0.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/application": "^3.2.0", - "spryker/code-sniffer": "*", - "spryker/container": "*", - "spryker/event-dispatcher": "*", - "spryker/log": "*", - "spryker/propel": "*", - "spryker/silex": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/container": "Add this module when you want to use the Container.", - "spryker/event-dispatcher": "Add this module when you want to use the EventDispatcher.", - "spryker/log": "Required for using the Log middleware.", - "spryker/silex": "Add this when you still want to use the abandoned Silex." + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\ZedRequest\\Helper\\": "tests/SprykerTest/Zed/ZedRequest/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ZedRequest module", + "description": "Uuid module", "support": { - "source": "https://github.com/spryker/zed-request/tree/3.19.0" + "source": "https://github.com/spryker/uuid/tree/1.0.1" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2020-09-25T05:35:53+00:00" }, { - "name": "spryker/zed-request-extension", - "version": "1.1.0", + "name": "spryker/uuid-behavior", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/zed-request-extension.git", - "reference": "318e6673af03bab7f52fdddc74af9cbab0638eb8" + "url": "https://github.com/spryker/uuid-behavior.git", + "reference": "857a5ec9ef031f5b9f41c3a3703d04a4db87c58d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/zed-request-extension/zipball/318e6673af03bab7f52fdddc74af9cbab0638eb8", - "reference": "318e6673af03bab7f52fdddc74af9cbab0638eb8", + "url": "https://api.github.com/repos/spryker/uuid-behavior/zipball/857a5ec9ef031f5b9f41c3a3703d04a4db87c58d", + "reference": "857a5ec9ef031f5b9f41c3a3703d04a4db87c58d", "shasum": "" }, "require": { - "php": ">=8.0" + "php": ">=7.4", + "spryker/kernel": "^3.30.0", + "spryker/laminas": "^1.0.0", + "spryker/propel-orm": "^1.16.0", + "spryker/util-uuid-generator": "^1.0.0" }, "require-dev": { + "codeception/module-asserts": "*", "spryker/code-sniffer": "*", - "spryker/kernel": "*" - }, - "suggest": { - "spryker/kernel": "If you want to use kernel functionality with certain plugins" + "spryker/propel": "*", + "spryker/testify": "*" }, - "type": "library", + "type": "propel-behavior", "extra": { + "name": "uuid", + "class": "\\Spryker\\Zed\\UuidBehavior\\Persistence\\Propel\\Behavior\\UuidBehavior", "branch-alias": { "dev-master": "1.0.x-dev" } @@ -64776,2732 +66150,1096 @@ "license": [ "proprietary" ], - "description": "ZedRequestExtension module", + "description": "UuidBehavior module", "support": { - "source": "https://github.com/spryker/zed-request-extension/tree/1.1.0" + "source": "https://github.com/spryker/uuid-behavior" }, - "time": "2023-03-31T19:36:11+00:00" + "time": "2022-07-01T12:54:14+00:00" }, { - "name": "spryker/zed-ui", - "version": "2.1.2", + "name": "spryker/validator", + "version": "1.1.2", "source": { "type": "git", - "url": "https://github.com/spryker/zed-ui.git", - "reference": "dfbcea3506d470a6e6cb1803ae6b43f6365e11ef" + "url": "https://github.com/spryker/validator.git", + "reference": "60c1ce4b88eac0beda3877a1e1a2562f57551bf0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/zed-ui/zipball/dfbcea3506d470a6e6cb1803ae6b43f6365e11ef", - "reference": "dfbcea3506d470a6e6cb1803ae6b43f6365e11ef", + "url": "https://api.github.com/repos/spryker/validator/zipball/60c1ce4b88eac0beda3877a1e1a2562f57551bf0", + "reference": "60c1ce4b88eac0beda3877a1e1a2562f57551bf0", "shasum": "" }, "require": { "php": ">=8.0", "spryker/application-extension": "^1.0.0", - "spryker/kernel": "^3.33.0", - "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.27.0", - "spryker/translator": "^1.1.0", - "spryker/twig": "^3.13.0", - "spryker/twig-extension": "^1.0.0", - "spryker/util-encoding": "^2.1.0" + "spryker/container": "^1.4.0", + "spryker/form-extension": "^1.0.0", + "spryker/kernel": "^3.52.0", + "spryker/symfony": "^3.2.2", + "spryker/validator-extension": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/container": "*" - }, - "suggest": { - "spryker/container": "If you want to use Twig plugins", - "spryker/ui-components": "If you want to use Spryker web components in HTML.", - "spryker/zed-navigation": "If you want to use the navigation." + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\Validator\\Helper\\": "tests/SprykerTest/Zed/Validator/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ZedUi module", + "description": "Validator module", "support": { - "source": "https://github.com/spryker/zed-ui/tree/2.1.2" + "source": "https://github.com/spryker/validator/tree/1.1.2" }, - "time": "2023-05-29T09:03:54+00:00" + "time": "2022-11-11T07:06:41+00:00" }, { - "name": "stella-maris/clock", - "version": "0.1.7", + "name": "spryker/validator-extension", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/stella-maris-solutions/clock.git", - "reference": "fa23ce16019289a18bb3446fdecd45befcdd94f8" + "url": "https://github.com/spryker/validator-extension.git", + "reference": "9277cb04dda4f71f80ac0ad0c108476e9f7dbb26" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/stella-maris-solutions/clock/zipball/fa23ce16019289a18bb3446fdecd45befcdd94f8", - "reference": "fa23ce16019289a18bb3446fdecd45befcdd94f8", + "url": "https://api.github.com/repos/spryker/validator-extension/zipball/9277cb04dda4f71f80ac0ad0c108476e9f7dbb26", + "reference": "9277cb04dda4f71f80ac0ad0c108476e9f7dbb26", "shasum": "" }, "require": { - "php": "^7.0|^8.0", - "psr/clock": "^1.0" + "php": ">=7.2" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/symfony": "*" + }, + "suggest": { + "spryker/container": "If you want to use the ValidatorPluginInterface.", + "spryker/symfony": "If you want to use the ValidatorPluginInterface." }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, "autoload": { "psr-4": { - "StellaMaris\\Clock\\": "src" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" - ], - "authors": [ - { - "name": "Andreas Heigl", - "role": "Maintainer" - } - ], - "description": "A pre-release of the proposed PSR-20 Clock-Interface", - "homepage": "https://gitlab.com/stella-maris/clock", - "keywords": [ - "clock", - "datetime", - "point in time", - "psr20" + "proprietary" ], + "description": "ValidatorExtension module", "support": { - "source": "https://github.com/stella-maris-solutions/clock/tree/0.1.7" + "source": "https://github.com/spryker/validator-extension/tree/1.0.1" }, - "time": "2022-11-25T16:15:06+00:00" + "time": "2020-09-24T11:48:26+00:00" }, { - "name": "swiftmailer/swiftmailer", - "version": "v6.3.0", + "name": "spryker/vault", + "version": "1.2.1", "source": { "type": "git", - "url": "https://github.com/swiftmailer/swiftmailer.git", - "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c" + "url": "https://github.com/spryker/vault.git", + "reference": "912b0ce98d6804bce43848b2d5e37b4c5bbf18c2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/8a5d5072dca8f48460fce2f4131fcc495eec654c", - "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c", + "url": "https://api.github.com/repos/spryker/vault/zipball/912b0ce98d6804bce43848b2d5e37b4c5bbf18c2", + "reference": "912b0ce98d6804bce43848b2d5e37b4c5bbf18c2", "shasum": "" }, "require": { - "egulias/email-validator": "^2.0|^3.1", - "php": ">=7.0.0", - "symfony/polyfill-iconv": "^1.0", - "symfony/polyfill-intl-idn": "^1.10", - "symfony/polyfill-mbstring": "^1.0" + "php": ">=7.2", + "spryker/kernel": "^3.30.0", + "spryker/util-encryption": "^1.1.0" }, "require-dev": { - "mockery/mockery": "^1.0", - "symfony/phpunit-bridge": "^4.4|^5.4" - }, - "suggest": { - "ext-intl": "Needed to support internationalized email addresses" + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "6.2-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { - "files": [ - "lib/swift_required.php" - ] + "psr-4": { + "Spryker\\": "src/Spryker/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" - ], - "authors": [ - { - "name": "Chris Corbyn" - }, - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - } - ], - "description": "Swiftmailer, free feature-rich PHP mailer", - "homepage": "https://swiftmailer.symfony.com", - "keywords": [ - "email", - "mail", - "mailer" + "proprietary" ], + "description": "Vault module", "support": { - "issues": "https://github.com/swiftmailer/swiftmailer/issues", - "source": "https://github.com/swiftmailer/swiftmailer/tree/v6.3.0" + "source": "https://github.com/spryker/vault/tree/1.2.1" }, - "funding": [ - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/swiftmailer/swiftmailer", - "type": "tidelift" - } - ], - "abandoned": "symfony/mailer", - "time": "2021-10-18T15:26:12+00:00" + "time": "2020-05-29T13:08:37+00:00" }, { - "name": "symfony-cmf/routing", - "version": "3.0.1", + "name": "spryker/warehouse-allocation", + "version": "0.1.0", "source": { "type": "git", - "url": "https://github.com/symfony-cmf/Routing.git", - "reference": "59a811cc2fa4825b1ff87f5a0d83778148f877db" + "url": "https://github.com/spryker/warehouse-allocation.git", + "reference": "7787a11b9058b004c7a6a33e38aed938f83a246e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/59a811cc2fa4825b1ff87f5a0d83778148f877db", - "reference": "59a811cc2fa4825b1ff87f5a0d83778148f877db", + "url": "https://api.github.com/repos/spryker/warehouse-allocation/zipball/7787a11b9058b004c7a6a33e38aed938f83a246e", + "reference": "7787a11b9058b004c7a6a33e38aed938f83a246e", "shasum": "" }, "require": { - "php": "^8.0", - "psr/log": "^1.0 || ^2.0 || ^3.0", - "symfony/http-kernel": "^6.0", - "symfony/routing": "^6.0" + "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": { - "doctrine/annotations": "^1.5", - "symfony/config": "^6.0", - "symfony/dependency-injection": "^6.0", - "symfony/event-dispatcher": "^6.0", - "symfony/phpunit-bridge": "^6.0" + "spryker/code-sniffer": "*", + "spryker/oms": "*", + "spryker/propel": "*", + "spryker/sales": "*", + "spryker/testify": "*" }, "suggest": { - "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version ^6.0" + "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": "3.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Symfony\\Cmf\\Component\\Routing\\": "src/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" - ], - "authors": [ - { - "name": "Symfony CMF Community", - "homepage": "https://github.com/symfony-cmf/Routing/contributors" - } - ], - "description": "Extends the Symfony routing component for dynamic routes and chaining several routers", - "homepage": "http://cmf.symfony.com", - "keywords": [ - "database", - "routing" + "proprietary" ], + "description": "WarehouseAllocation module", "support": { - "issues": "https://github.com/symfony-cmf/Routing/issues", - "source": "https://github.com/symfony-cmf/Routing/tree/3.0.1" + "source": "https://github.com/spryker/warehouse-allocation/tree/0.1.0" }, - "time": "2022-07-04T07:08:15+00:00" + "time": "2023-02-09T15:12:38+00:00" }, { - "name": "symfony/amazon-sqs-messenger", - "version": "v6.0.19", + "name": "spryker/warehouse-allocation-extension", + "version": "0.1.0", "source": { "type": "git", - "url": "https://github.com/symfony/amazon-sqs-messenger.git", - "reference": "1127e989fb8ce0dbf921ab1d72b1942d2afa2809" + "url": "https://github.com/spryker/warehouse-allocation-extension.git", + "reference": "21d430d5e1261b8356e8593f387dcb219cd4182f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/amazon-sqs-messenger/zipball/1127e989fb8ce0dbf921ab1d72b1942d2afa2809", - "reference": "1127e989fb8ce0dbf921ab1d72b1942d2afa2809", + "url": "https://api.github.com/repos/spryker/warehouse-allocation-extension/zipball/21d430d5e1261b8356e8593f387dcb219cd4182f", + "reference": "21d430d5e1261b8356e8593f387dcb219cd4182f", "shasum": "" }, "require": { - "async-aws/core": "^1.5", - "async-aws/sqs": "^1.0", - "php": ">=8.0.2", - "psr/log": "^1|^2|^3", - "symfony/messenger": "^5.4|^6.0", - "symfony/service-contracts": "^1.1|^2|^3" + "php": ">=8.0" }, "require-dev": { - "symfony/http-client-contracts": "^1|^2|^3", - "symfony/property-access": "^5.4|^6.0", - "symfony/serializer": "^5.4|^6.0" + "spryker/code-sniffer": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } }, - "type": "symfony-messenger-bridge", "autoload": { "psr-4": { - "Symfony\\Component\\Messenger\\Bridge\\AmazonSqs\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "Spryker\\": "src/Spryker/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } + "proprietary" ], - "description": "Symfony Amazon SQS extension Messenger Bridge", - "homepage": "https://symfony.com", + "description": "WarehouseAllocationExtension module", "support": { - "source": "https://github.com/symfony/amazon-sqs-messenger/tree/v6.0.19" + "source": "https://github.com/spryker/warehouse-allocation-extension/tree/0.1.0" }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2023-01-01T08:36:10+00:00" + "time": "2023-02-09T15:12:38+00:00" }, { - "name": "symfony/cache", - "version": "v6.0.19", + "name": "spryker/warehouse-oauth-backend-api", + "version": "0.1.0", "source": { "type": "git", - "url": "https://github.com/symfony/cache.git", - "reference": "81ca309f056e836480928b20280ec52ce8369bb3" + "url": "https://github.com/spryker/warehouse-oauth-backend-api.git", + "reference": "baeabd1c3ec288b59fbce8cf12bb05f9b1eede2d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/81ca309f056e836480928b20280ec52ce8369bb3", - "reference": "81ca309f056e836480928b20280ec52ce8369bb3", + "url": "https://api.github.com/repos/spryker/warehouse-oauth-backend-api/zipball/baeabd1c3ec288b59fbce8cf12bb05f9b1eede2d", + "reference": "baeabd1c3ec288b59fbce8cf12bb05f9b1eede2d", "shasum": "" }, "require": { - "php": ">=8.0.2", - "psr/cache": "^2.0|^3.0", - "psr/log": "^1.1|^2|^3", - "symfony/cache-contracts": "^1.1.7|^2|^3", - "symfony/service-contracts": "^1.1|^2|^3", - "symfony/var-exporter": "^5.4|^6.0" - }, - "conflict": { - "doctrine/dbal": "<2.13.1", - "symfony/dependency-injection": "<5.4", - "symfony/http-kernel": "<5.4", - "symfony/var-dumper": "<5.4" - }, - "provide": { - "psr/cache-implementation": "2.0|3.0", - "psr/simple-cache-implementation": "1.0|2.0|3.0", - "symfony/cache-implementation": "1.1|2.0|3.0" + "php": ">=8.0", + "spryker/authentication": "^1.0.0", + "spryker/glue-application-extension": "^1.10.0", + "spryker/glue-backend-api-application-authorization-connector-extension": "^1.0.0", + "spryker/kernel": "^3.66.0", + "spryker/oauth": "^2.4.0", + "spryker/oauth-backend-api-extension": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.27.0", + "spryker/util-encoding": "^2.0.0", + "spryker/warehouse-user": "^0.1.0" }, "require-dev": { - "cache/integration-tests": "dev-master", - "doctrine/dbal": "^2.13.1|^3.0", - "predis/predis": "^1.1", - "psr/simple-cache": "^1.0|^2.0|^3.0", - "symfony/config": "^5.4|^6.0", - "symfony/dependency-injection": "^5.4|^6.0", - "symfony/filesystem": "^5.4|^6.0", - "symfony/http-kernel": "^5.4|^6.0", - "symfony/messenger": "^5.4|^6.0", - "symfony/var-dumper": "^5.4|^6.0" + "spryker/code-sniffer": "*", + "spryker/glue-application": "^1.30.0" + }, + "suggest": { + "spryker/glue-application": "If you want to use plugins with glue application." }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, "autoload": { "psr-4": { - "Symfony\\Component\\Cache\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "Spryker\\": "src/Spryker/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Provides extended PSR-6, PSR-16 (and tags) implementations", - "homepage": "https://symfony.com", - "keywords": [ - "caching", - "psr6" + "proprietary" ], + "description": "WarehouseOauthBackendApi module", "support": { - "source": "https://github.com/symfony/cache/tree/v6.0.19" + "source": "https://github.com/spryker/warehouse-oauth-backend-api/tree/0.1.0" }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2023-01-20T17:44:14+00:00" + "time": "2023-03-16T13:08:01+00:00" }, { - "name": "symfony/cache-contracts", - "version": "v3.0.2", + "name": "spryker/warehouse-user", + "version": "0.1.3", "source": { "type": "git", - "url": "https://github.com/symfony/cache-contracts.git", - "reference": "1c0a181c9ee221afe4fa55b2d13fc63c5ae14348" + "url": "https://github.com/spryker/warehouse-user.git", + "reference": "ff3e02ec3c579244a0e00ef91224015778b0ee1f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/1c0a181c9ee221afe4fa55b2d13fc63c5ae14348", - "reference": "1c0a181c9ee221afe4fa55b2d13fc63c5ae14348", + "url": "https://api.github.com/repos/spryker/warehouse-user/zipball/ff3e02ec3c579244a0e00ef91224015778b0ee1f", + "reference": "ff3e02ec3c579244a0e00ef91224015778b0ee1f", "shasum": "" }, "require": { - "php": ">=8.0.2", - "psr/cache": "^3.0" + "php": ">=8.0", + "spryker/kernel": "^3.30.0", + "spryker/propel-orm": "^1.6.0", + "spryker/security-gui-extension": "^1.2.0", + "spryker/stock": "^8.8.0", + "spryker/transfer": "^3.27.0", + "spryker/user": "^3.17.0", + "spryker/uuid-behavior": "^1.0.0" }, - "suggest": { - "symfony/cache-implementation": "" + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "3.0-dev" - }, - "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Symfony\\Contracts\\Cache\\": "" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\WarehouseUser\\Helper\\": "tests/SprykerTest/Zed/WarehouseUser/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Generic abstractions related to caching", - "homepage": "https://symfony.com", - "keywords": [ - "abstractions", - "contracts", - "decoupling", - "interfaces", - "interoperability", - "standards" + "proprietary" ], + "description": "WarehouseUser module", "support": { - "source": "https://github.com/symfony/cache-contracts/tree/v3.0.2" + "source": "https://github.com/spryker/warehouse-user/tree/0.1.3" }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2022-01-02T09:55:41+00:00" + "time": "2023-03-24T14:46:01+00:00" }, { - "name": "symfony/config", - "version": "v6.0.19", + "name": "spryker/warehouse-user-gui", + "version": "0.1.1", "source": { "type": "git", - "url": "https://github.com/symfony/config.git", - "reference": "db4fc45c24e0c3e2198e68ada9d7f90daa1f97e3" + "url": "https://github.com/spryker/warehouse-user-gui.git", + "reference": "354a7f38168ba02bc8547a5ac2aa121f2adddb6a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/db4fc45c24e0c3e2198e68ada9d7f90daa1f97e3", - "reference": "db4fc45c24e0c3e2198e68ada9d7f90daa1f97e3", + "url": "https://api.github.com/repos/spryker/warehouse-user-gui/zipball/354a7f38168ba02bc8547a5ac2aa121f2adddb6a", + "reference": "354a7f38168ba02bc8547a5ac2aa121f2adddb6a", "shasum": "" }, "require": { - "php": ">=8.0.2", - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/filesystem": "^5.4|^6.0", - "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-php81": "^1.22" - }, - "conflict": { - "symfony/finder": "<4.4" + "php": ">=8.0", + "spryker/gui": "^3.46.0", + "spryker/kernel": "^3.30.0", + "spryker/propel-orm": "^1.0.0", + "spryker/stock": "^8.0.0", + "spryker/symfony": "^3.9.0", + "spryker/transfer": "^3.27.0", + "spryker/user": "^3.17.0", + "spryker/user-extension": "^1.0.0", + "spryker/util-encoding": "^2.0.0", + "spryker/util-sanitize": "^2.0.0", + "spryker/util-text": "^1.2.0", + "spryker/warehouse-user": "^0.1.0" }, "require-dev": { - "symfony/event-dispatcher": "^5.4|^6.0", - "symfony/finder": "^5.4|^6.0", - "symfony/messenger": "^5.4|^6.0", - "symfony/service-contracts": "^1.1|^2|^3", - "symfony/yaml": "^5.4|^6.0" - }, - "suggest": { - "symfony/yaml": "To use the yaml reference dumper" + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, "autoload": { "psr-4": { - "Symfony\\Component\\Config\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "Spryker\\": "src/Spryker/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } + "proprietary" ], - "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", - "homepage": "https://symfony.com", + "description": "WarehouseUserGui module", "support": { - "source": "https://github.com/symfony/config/tree/v6.0.19" + "source": "https://github.com/spryker/warehouse-user-gui/tree/0.1.1" }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2023-01-09T04:36:00+00:00" + "time": "2023-03-03T10:26:17+00:00" }, { - "name": "symfony/console", - "version": "v6.0.19", + "name": "spryker/warehouse-users-backend-api", + "version": "0.2.0", "source": { "type": "git", - "url": "https://github.com/symfony/console.git", - "reference": "c3ebc83d031b71c39da318ca8b7a07ecc67507ed" + "url": "https://github.com/spryker/warehouse-users-backend-api.git", + "reference": "577efabf86f33cb8b05642826f51cd590c8d094d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/c3ebc83d031b71c39da318ca8b7a07ecc67507ed", - "reference": "c3ebc83d031b71c39da318ca8b7a07ecc67507ed", + "url": "https://api.github.com/repos/spryker/warehouse-users-backend-api/zipball/577efabf86f33cb8b05642826f51cd590c8d094d", + "reference": "577efabf86f33cb8b05642826f51cd590c8d094d", "shasum": "" }, "require": { - "php": ">=8.0.2", - "symfony/polyfill-mbstring": "~1.0", - "symfony/service-contracts": "^1.1|^2|^3", - "symfony/string": "^5.4|^6.0" - }, - "conflict": { - "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|3.0" + "php": ">=8.0", + "spryker/glue-json-api-convention-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.27.0", + "spryker/user": "^3.17.0", + "spryker/warehouse-user": "^0.1.0" }, "require-dev": { - "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" + "spryker/code-sniffer": "*", + "spryker/glue-application": "*", + "spryker/propel": "*", + "spryker/stock": "*", + "spryker/testify": "*" }, "suggest": { - "psr/log": "For using the console logger", - "symfony/event-dispatcher": "", - "symfony/lock": "", - "symfony/process": "" + "spryker/glue-application": "If you want to use plugins with glue application." }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, "autoload": { "psr-4": { - "Symfony\\Component\\Console\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "Spryker\\": "src/Spryker/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Eases the creation of beautiful and testable command line interfaces", - "homepage": "https://symfony.com", - "keywords": [ - "cli", - "command line", - "console", - "terminal" + "proprietary" ], + "description": "WarehouseUsersBackendApi module", "support": { - "source": "https://github.com/symfony/console/tree/v6.0.19" + "source": "https://github.com/spryker/warehouse-users-backend-api/tree/0.2.0" }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2023-01-01T08:36:10+00:00" + "time": "2023-05-24T17:55:49+00:00" }, { - "name": "symfony/debug", - "version": "v4.4.44", + "name": "spryker/warehouses-backend-api", + "version": "0.1.0", "source": { "type": "git", - "url": "https://github.com/symfony/debug.git", - "reference": "1a692492190773c5310bc7877cb590c04c2f05be" + "url": "https://github.com/spryker/warehouses-backend-api.git", + "reference": "760152f3dd143e14687ce13a28df9842020aad07" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/1a692492190773c5310bc7877cb590c04c2f05be", - "reference": "1a692492190773c5310bc7877cb590c04c2f05be", + "url": "https://api.github.com/repos/spryker/warehouses-backend-api/zipball/760152f3dd143e14687ce13a28df9842020aad07", + "reference": "760152f3dd143e14687ce13a28df9842020aad07", "shasum": "" }, "require": { - "php": ">=7.1.3", - "psr/log": "^1|^2|^3" - }, - "conflict": { - "symfony/http-kernel": "<3.4" + "php": ">=8.0", + "spryker/kernel": "^3.66.0", + "spryker/stock": "^8.8.0", + "spryker/transfer": "^3.27.0", + "spryker/uuid-behavior": "^1.0.0" }, "require-dev": { - "symfony/http-kernel": "^3.4|^4.0|^5.0" + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, "autoload": { "psr-4": { - "Symfony\\Component\\Debug\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "Spryker\\": "src/Spryker/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } + "proprietary" ], - "description": "Provides tools to ease debugging PHP code", - "homepage": "https://symfony.com", + "description": "WarehousesBackendApi module", "support": { - "source": "https://github.com/symfony/debug/tree/v4.4.44" + "source": "https://github.com/spryker/warehouses-backend-api/tree/0.1.0" }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "abandoned": "symfony/error-handler", - "time": "2022-07-28T16:29:46+00:00" + "time": "2023-04-17T15:49:27+00:00" }, { - "name": "symfony/dependency-injection", - "version": "v6.0.20", + "name": "spryker/web-profiler-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/symfony/dependency-injection.git", - "reference": "359806e1adebd1c43e18e5ea22acd14bef7fcf8c" + "url": "https://github.com/spryker/web-profiler-extension.git", + "reference": "fa7c5b30a89c14fc5aae6dda57182b4676b4bd59" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/359806e1adebd1c43e18e5ea22acd14bef7fcf8c", - "reference": "359806e1adebd1c43e18e5ea22acd14bef7fcf8c", + "url": "https://api.github.com/repos/spryker/web-profiler-extension/zipball/fa7c5b30a89c14fc5aae6dda57182b4676b4bd59", + "reference": "fa7c5b30a89c14fc5aae6dda57182b4676b4bd59", "shasum": "" }, "require": { - "php": ">=8.0.2", - "psr/container": "^1.1|^2.0", - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/polyfill-php81": "^1.22", - "symfony/service-contracts": "^1.1.6|^2.0|^3.0" - }, - "conflict": { - "ext-psr": "<1.1|>=2", - "symfony/config": "<5.4", - "symfony/finder": "<5.4", - "symfony/proxy-manager-bridge": "<5.4", - "symfony/yaml": "<5.4" - }, - "provide": { - "psr/container-implementation": "1.1|2.0", - "symfony/service-implementation": "1.1|2.0|3.0" + "php": ">=7.1" }, "require-dev": { - "symfony/config": "^5.4|^6.0", - "symfony/expression-language": "^5.4|^6.0", - "symfony/yaml": "^5.4|^6.0" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/symfony": "*", + "spryker/testify": "*" }, "suggest": { - "symfony/config": "", - "symfony/expression-language": "For using expressions in service container configuration", - "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", - "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", - "symfony/yaml": "" + "spryker/container": "If you want to use the Container module.", + "spryker/symfony": "If you want to use the Symfony component." }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, "autoload": { "psr-4": { - "Symfony\\Component\\DependencyInjection\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "Spryker\\": "src/Spryker/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } + "proprietary" ], - "description": "Allows you to standardize and centralize the way objects are constructed in your application", - "homepage": "https://symfony.com", + "description": "WebProfilerExtension module", "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v6.0.20" + "source": "https://github.com/spryker/web-profiler-extension/tree/1.0.0" }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2023-01-30T15:41:07+00:00" + "time": "2019-10-09T04:52:31+00:00" }, { - "name": "symfony/deprecation-contracts", - "version": "v3.0.2", + "name": "spryker/weekday-schedule", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "26954b3d62a6c5fd0ea8a2a00c0353a14978d05c" + "url": "https://github.com/spryker/weekday-schedule.git", + "reference": "492ff153c85c66ee1ec3e7ea2bf804f521ac7ff9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/26954b3d62a6c5fd0ea8a2a00c0353a14978d05c", - "reference": "26954b3d62a6c5fd0ea8a2a00c0353a14978d05c", + "url": "https://api.github.com/repos/spryker/weekday-schedule/zipball/492ff153c85c66ee1ec3e7ea2bf804f521ac7ff9", + "reference": "492ff153c85c66ee1ec3e7ea2bf804f521ac7ff9", "shasum": "" }, "require": { - "php": ">=8.0.2" + "php": ">=7.3" + }, + "require-dev": { + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "3.0-dev" - }, - "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" + "dev-master": "1.0.x-dev" } }, "autoload": { - "files": [ - "function.php" - ] + "psr-4": { + "Spryker\\": "src/Spryker/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } + "proprietary" ], - "description": "A generic function and convention to trigger deprecation notices", - "homepage": "https://symfony.com", + "description": "WeekdaySchedule module", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v3.0.2" + "source": "https://github.com/spryker/weekday-schedule/tree/1.0.0" }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2022-01-02T09:55:41+00:00" + "time": "2021-07-07T15:14:17+00:00" }, { - "name": "symfony/dotenv", - "version": "v6.0.19", + "name": "spryker/wishlist", + "version": "8.7.3", "source": { "type": "git", - "url": "https://github.com/symfony/dotenv.git", - "reference": "9cee123707e689f7e06c09624c145d206468bcf2" + "url": "https://github.com/spryker/wishlist.git", + "reference": "b258df7ce26beee9e1083c2da2d075a44da5cd8c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dotenv/zipball/9cee123707e689f7e06c09624c145d206468bcf2", - "reference": "9cee123707e689f7e06c09624c145d206468bcf2", + "url": "https://api.github.com/repos/spryker/wishlist/zipball/b258df7ce26beee9e1083c2da2d075a44da5cd8c", + "reference": "b258df7ce26beee9e1083c2da2d075a44da5cd8c", "shasum": "" }, "require": { - "php": ">=8.0.2" + "php": ">=8.0", + "spryker/cart": "^5.0.0 || ^7.0.0", + "spryker/customer": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", + "spryker/kernel": "^3.30.0", + "spryker/price-product": "^1.0.0 || ^2.0.0 || ^4.0.0", + "spryker/product": "^5.9.0 || ^6.0.0", + "spryker/propel-orm": "^1.1.0", + "spryker/transfer": "^3.25.0", + "spryker/wishlist-extension": "^1.3.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { - "symfony/console": "^5.4|^6.0", - "symfony/process": "^5.4|^6.0" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/propel": "*", + "spryker/store": "*", + "spryker/testify": "*" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "8.0.x-dev" + } + }, "autoload": { "psr-4": { - "Symfony\\Component\\Dotenv\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\Wishlist\\Helper\\": "tests/SprykerTest/Shared/Wishlist/_support/Helper/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Registers environment variables from a .env file", - "homepage": "https://symfony.com", - "keywords": [ - "dotenv", - "env", - "environment" + "proprietary" ], + "description": "Wishlist module", "support": { - "source": "https://github.com/symfony/dotenv/tree/v6.0.19" + "source": "https://github.com/spryker/wishlist/tree/8.7.3" }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2023-01-01T08:36:10+00:00" + "time": "2023-05-05T18:20:59+00:00" }, { - "name": "symfony/error-handler", - "version": "v6.0.19", + "name": "spryker/wishlist-extension", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/symfony/error-handler.git", - "reference": "c7df52182f43a68522756ac31a532dd5b1e6db67" + "url": "https://github.com/spryker/wishlist-extension.git", + "reference": "adbe90f0cc306f5ad2e5a49e086c20888817d613" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/c7df52182f43a68522756ac31a532dd5b1e6db67", - "reference": "c7df52182f43a68522756ac31a532dd5b1e6db67", + "url": "https://api.github.com/repos/spryker/wishlist-extension/zipball/adbe90f0cc306f5ad2e5a49e086c20888817d613", + "reference": "adbe90f0cc306f5ad2e5a49e086c20888817d613", "shasum": "" }, "require": { - "php": ">=8.0.2", - "psr/log": "^1|^2|^3", - "symfony/var-dumper": "^5.4|^6.0" + "php": ">=7.4" }, "require-dev": { - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/http-kernel": "^5.4|^6.0", - "symfony/serializer": "^5.4|^6.0" + "spryker/code-sniffer": "*" }, - "bin": [ - "Resources/bin/patch-type-declarations" - ], "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, "autoload": { "psr-4": { - "Symfony\\Component\\ErrorHandler\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "Spryker\\": "src/Spryker/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } + "proprietary" ], - "description": "Provides tools to manage errors and ease debugging PHP code", - "homepage": "https://symfony.com", + "description": "WishlistExtension module", "support": { - "source": "https://github.com/symfony/error-handler/tree/v6.0.19" + "source": "https://github.com/spryker/wishlist-extension/tree/1.3.0" }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2023-01-01T08:36:10+00:00" + "time": "2021-10-29T06:02:31+00:00" }, { - "name": "symfony/event-dispatcher", - "version": "v6.0.19", + "name": "spryker/wishlists-rest-api", + "version": "1.6.2", "source": { "type": "git", - "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "2eaf8e63bc5b8cefabd4a800157f0d0c094f677a" + "url": "https://github.com/spryker/wishlists-rest-api.git", + "reference": "4b9a1c0b55500ae182c860f523d78124177b7b67" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/2eaf8e63bc5b8cefabd4a800157f0d0c094f677a", - "reference": "2eaf8e63bc5b8cefabd4a800157f0d0c094f677a", + "url": "https://api.github.com/repos/spryker/wishlists-rest-api/zipball/4b9a1c0b55500ae182c860f523d78124177b7b67", + "reference": "4b9a1c0b55500ae182c860f523d78124177b7b67", "shasum": "" }, "require": { - "php": ">=8.0.2", - "symfony/event-dispatcher-contracts": "^2|^3" - }, - "conflict": { - "symfony/dependency-injection": "<5.4" - }, - "provide": { - "psr/event-dispatcher-implementation": "1.0", - "symfony/event-dispatcher-implementation": "2.0|3.0" + "php": ">=8.0", + "spryker/glue-application": "^1.8.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.30.0", + "spryker/propel-orm": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.25.0", + "spryker/uuid-behavior": "^1.0.0", + "spryker/wishlist": "^6.6.0 || ^8.6.0", + "spryker/wishlists-rest-api-extension": "^1.1.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { - "psr/log": "^1|^2|^3", - "symfony/config": "^5.4|^6.0", - "symfony/dependency-injection": "^5.4|^6.0", - "symfony/error-handler": "^5.4|^6.0", - "symfony/expression-language": "^5.4|^6.0", - "symfony/http-foundation": "^5.4|^6.0", - "symfony/service-contracts": "^1.1|^2|^3", - "symfony/stopwatch": "^5.4|^6.0" + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/customer": "*", + "spryker/product": "*", + "spryker/propel": "*", + "spryker/store": "*", + "spryker/testify": "*" }, "suggest": { - "symfony/dependency-injection": "", - "symfony/http-kernel": "" + "spryker/auth-rest-api": "If you want to authorize and authenticate customers via access tokens.", + "spryker/rest-request-validator": "If you want to use rest request validation.", + "spryker/uuid": "If you want to generate UUIDs for existing entities." }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, "autoload": { "psr-4": { - "Symfony\\Component\\EventDispatcher\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "Spryker\\": "src/Spryker/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } + "proprietary" ], - "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", - "homepage": "https://symfony.com", + "description": "WishlistsRestApi module", "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/v6.0.19" + "source": "https://github.com/spryker/wishlists-rest-api/tree/1.6.2" }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2023-01-01T08:36:10+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "symfony/event-dispatcher-contracts", - "version": "v3.0.2", + "name": "spryker/wishlists-rest-api-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/symfony/event-dispatcher-contracts.git", - "reference": "7bc61cc2db649b4637d331240c5346dcc7708051" + "url": "https://github.com/spryker/wishlists-rest-api-extension.git", + "reference": "b97c16ae1bae6cbc2c8073d945678edf3d47f328" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/7bc61cc2db649b4637d331240c5346dcc7708051", - "reference": "7bc61cc2db649b4637d331240c5346dcc7708051", + "url": "https://api.github.com/repos/spryker/wishlists-rest-api-extension/zipball/b97c16ae1bae6cbc2c8073d945678edf3d47f328", + "reference": "b97c16ae1bae6cbc2c8073d945678edf3d47f328", "shasum": "" }, "require": { - "php": ">=8.0.2", - "psr/event-dispatcher": "^1" + "php": ">=7.4" }, - "suggest": { - "symfony/event-dispatcher-implementation": "" + "require-dev": { + "spryker/code-sniffer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "3.0-dev" - }, - "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Symfony\\Contracts\\EventDispatcher\\": "" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Generic abstractions related to dispatching event", - "homepage": "https://symfony.com", - "keywords": [ - "abstractions", - "contracts", - "decoupling", - "interfaces", - "interoperability", - "standards" + "proprietary" ], + "description": "WishlistsRestApiExtension module", "support": { - "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.0.2" + "source": "https://github.com/spryker/wishlists-rest-api-extension/tree/1.1.0" }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2022-01-02T09:55:41+00:00" + "time": "2021-10-29T06:02:31+00:00" }, { - "name": "symfony/filesystem", - "version": "v6.0.19", + "name": "spryker/zed-navigation", + "version": "1.12.2", "source": { "type": "git", - "url": "https://github.com/symfony/filesystem.git", - "reference": "3d49eec03fda1f0fc19b7349fbbe55ebc1004214" + "url": "https://github.com/spryker/zed-navigation.git", + "reference": "6315538bc60da7b3dd8b46146251331a39820e86" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/3d49eec03fda1f0fc19b7349fbbe55ebc1004214", - "reference": "3d49eec03fda1f0fc19b7349fbbe55ebc1004214", + "url": "https://api.github.com/repos/spryker/zed-navigation/zipball/6315538bc60da7b3dd8b46146251331a39820e86", + "reference": "6315538bc60da7b3dd8b46146251331a39820e86", "shasum": "" }, "require": { - "php": ">=8.0.2", - "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-mbstring": "~1.8" + "php": ">=8.0", + "spryker/kernel": "^3.52.0", + "spryker/laminas": "^1.0.0", + "spryker/log": "^2.0.0 || ^3.0.0", + "spryker/router": "^1.12.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.8.0", + "spryker/twig-extension": "^1.0.0", + "spryker/url": "^3.0.0", + "spryker/util-encoding": "^2.0.0", + "spryker/zed-navigation-extension": "^1.1.0" + }, + "require-dev": { + "php-webdriver/webdriver": "*", + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/propel": "*", + "spryker/silex": "*", + "spryker/testify": "*", + "spryker/twig": "*" + }, + "suggest": { + "spryker/container": "If you want to use ZedNavigationTwigPlugin", + "spryker/silex": "If you want to use ServiceProvider.", + "spryker/twig": "If you want to use ZedNavigationServiceProvider." }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, "autoload": { "psr-4": { - "Symfony\\Component\\Filesystem\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\ZedNavigation\\Helper\\": "tests/SprykerTest/Zed/ZedNavigation/_support/Helper/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } + "proprietary" ], - "description": "Provides basic utilities for the filesystem", - "homepage": "https://symfony.com", + "description": "ZedNavigation module", "support": { - "source": "https://github.com/symfony/filesystem/tree/v6.0.19" + "source": "https://github.com/spryker/zed-navigation/tree/1.12.2" }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2023-01-20T17:44:14+00:00" + "time": "2022-11-11T07:06:41+00:00" }, { - "name": "symfony/finder", - "version": "v6.0.19", + "name": "spryker/zed-navigation-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/symfony/finder.git", - "reference": "5cc9cac6586fc0c28cd173780ca696e419fefa11" + "url": "https://github.com/spryker/zed-navigation-extension.git", + "reference": "69c50153d22ce1684e624d8f3039106132ad8711" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/5cc9cac6586fc0c28cd173780ca696e419fefa11", - "reference": "5cc9cac6586fc0c28cd173780ca696e419fefa11", + "url": "https://api.github.com/repos/spryker/zed-navigation-extension/zipball/69c50153d22ce1684e624d8f3039106132ad8711", + "reference": "69c50153d22ce1684e624d8f3039106132ad8711", "shasum": "" }, "require": { - "php": ">=8.0.2" + "php": ">=7.2" + }, + "require-dev": { + "spryker/code-sniffer": "*" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, "autoload": { "psr-4": { - "Symfony\\Component\\Finder\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "Spryker\\": "src/Spryker/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } + "proprietary" ], - "description": "Finds files and directories via an intuitive fluent interface", - "homepage": "https://symfony.com", + "description": "ZedNavigationExtension module", "support": { - "source": "https://github.com/symfony/finder/tree/v6.0.19" + "source": "https://github.com/spryker/zed-navigation-extension/tree/1.1.0" }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2023-01-20T17:44:14+00:00" + "time": "2020-03-20T13:33:12+00:00" }, { - "name": "symfony/flex", - "version": "v2.3.1", + "name": "spryker/zed-request", + "version": "3.19.0", "source": { "type": "git", - "url": "https://github.com/symfony/flex.git", - "reference": "3c9c3424efdafe33e0e3cfb5e87e50b34711fedf" + "url": "https://github.com/spryker/zed-request.git", + "reference": "bcc59ab5bd55b3a98d4670b873c2c8f8a4c66446" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/flex/zipball/3c9c3424efdafe33e0e3cfb5e87e50b34711fedf", - "reference": "3c9c3424efdafe33e0e3cfb5e87e50b34711fedf", + "url": "https://api.github.com/repos/spryker/zed-request/zipball/bcc59ab5bd55b3a98d4670b873c2c8f8a4c66446", + "reference": "bcc59ab5bd55b3a98d4670b873c2c8f8a4c66446", "shasum": "" }, "require": { - "composer-plugin-api": "^2.1", - "php": ">=8.0" + "php": ">=8.0", + "psr/http-message": "^1.0.0", + "spryker/application-extension": "^1.1.0", + "spryker/config": "^3.0.0", + "spryker/error-handler": "^2.1.0", + "spryker/event-dispatcher-extension": "^1.0.0", + "spryker/guzzle": "^2.1.0", + "spryker/health-check-extension": "^1.0.0", + "spryker/kernel": "^3.52.0", + "spryker/locale": "^3.0.0 || ^4.0.0", + "spryker/messenger": "^3.0.0", + "spryker/symfony": "^3.5.0", + "spryker/util-encoding": "^2.0.0", + "spryker/util-network": "^1.1.0", + "spryker/util-text": "^1.1.0", + "spryker/web-profiler-extension": "^1.0.0", + "spryker/zed-request-extension": "^1.1.0" }, "require-dev": { - "composer/composer": "^2.1", - "symfony/dotenv": "^5.4|^6.0", - "symfony/filesystem": "^5.4|^6.0", - "symfony/phpunit-bridge": "^5.4|^6.0", - "symfony/process": "^5.4|^6.0" - }, - "type": "composer-plugin", - "extra": { - "class": "Symfony\\Flex\\Flex" - }, - "autoload": { - "psr-4": { - "Symfony\\Flex\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien.potencier@gmail.com" - } - ], - "description": "Composer plugin for Symfony", - "support": { - "issues": "https://github.com/symfony/flex/issues", - "source": "https://github.com/symfony/flex/tree/v2.3.1" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2023-05-27T07:38:25+00:00" - }, - { - "name": "symfony/form", - "version": "v6.0.19", - "source": { - "type": "git", - "url": "https://github.com/symfony/form.git", - "reference": "bec07ecf4aac245183b8e0fa93eb68630415346e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/form/zipball/bec07ecf4aac245183b8e0fa93eb68630415346e", - "reference": "bec07ecf4aac245183b8e0fa93eb68630415346e", - "shasum": "" - }, - "require": { - "php": ">=8.0.2", - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/event-dispatcher": "^5.4|^6.0", - "symfony/options-resolver": "^5.4|^6.0", - "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-intl-icu": "^1.21", - "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php81": "^1.23", - "symfony/property-access": "^5.4|^6.0", - "symfony/service-contracts": "^1.1|^2|^3" - }, - "conflict": { - "phpunit/phpunit": "<5.4.3", - "symfony/console": "<5.4", - "symfony/dependency-injection": "<5.4", - "symfony/doctrine-bridge": "<5.4", - "symfony/error-handler": "<5.4", - "symfony/framework-bundle": "<5.4", - "symfony/http-kernel": "<5.4", - "symfony/translation": "<5.4", - "symfony/translation-contracts": "<1.1.7", - "symfony/twig-bridge": "<5.4" - }, - "require-dev": { - "doctrine/collections": "^1.0|^2.0", - "symfony/config": "^5.4|^6.0", - "symfony/console": "^5.4|^6.0", - "symfony/dependency-injection": "^5.4|^6.0", - "symfony/expression-language": "^5.4|^6.0", - "symfony/http-foundation": "^5.4|^6.0", - "symfony/http-kernel": "^5.4|^6.0", - "symfony/intl": "^5.4|^6.0", - "symfony/security-csrf": "^5.4|^6.0", - "symfony/translation": "^5.4|^6.0", - "symfony/uid": "^5.4|^6.0", - "symfony/validator": "^5.4|^6.0", - "symfony/var-dumper": "^5.4|^6.0" - }, - "suggest": { - "symfony/security-csrf": "For protecting forms against CSRF attacks.", - "symfony/twig-bridge": "For templating with Twig.", - "symfony/validator": "For form validation." - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Form\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Allows to easily create, process and reuse HTML forms", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/form/tree/v6.0.19" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2023-01-01T08:36:10+00:00" - }, - { - "name": "symfony/framework-bundle", - "version": "v6.0.19", - "source": { - "type": "git", - "url": "https://github.com/symfony/framework-bundle.git", - "reference": "ee403597484be1073222373fc2962b44c36f5dd4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/ee403597484be1073222373fc2962b44c36f5dd4", - "reference": "ee403597484be1073222373fc2962b44c36f5dd4", - "shasum": "" - }, - "require": { - "composer-runtime-api": ">=2.1", - "ext-xml": "*", - "php": ">=8.0.2", - "symfony/cache": "^5.4|^6.0", - "symfony/config": "^5.4|^6.0", - "symfony/dependency-injection": "^5.4.5|^6.0.5", - "symfony/error-handler": "^5.4|^6.0", - "symfony/event-dispatcher": "^5.4|^6.0", - "symfony/filesystem": "^5.4|^6.0", - "symfony/finder": "^5.4|^6.0", - "symfony/http-foundation": "^5.4|^6.0", - "symfony/http-kernel": "^5.4|^6.0", - "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php81": "^1.22", - "symfony/routing": "^5.4|^6.0" - }, - "conflict": { - "doctrine/annotations": "<1.13.1", - "doctrine/persistence": "<1.3", - "phpdocumentor/reflection-docblock": "<3.2.2", - "phpdocumentor/type-resolver": "<1.4.0", - "phpunit/phpunit": "<5.4.3", - "symfony/asset": "<5.4", - "symfony/console": "<5.4", - "symfony/dom-crawler": "<5.4", - "symfony/dotenv": "<5.4", - "symfony/form": "<5.4", - "symfony/http-client": "<5.4", - "symfony/lock": "<5.4", - "symfony/mailer": "<5.4", - "symfony/messenger": "<5.4", - "symfony/mime": "<5.4", - "symfony/property-access": "<5.4", - "symfony/property-info": "<5.4", - "symfony/security-core": "<5.4", - "symfony/security-csrf": "<5.4", - "symfony/serializer": "<5.4", - "symfony/stopwatch": "<5.4", - "symfony/translation": "<5.4", - "symfony/twig-bridge": "<5.4", - "symfony/twig-bundle": "<5.4", - "symfony/validator": "<5.4", - "symfony/web-profiler-bundle": "<5.4", - "symfony/workflow": "<5.4" - }, - "require-dev": { - "doctrine/annotations": "^1.13.1|^2", - "doctrine/persistence": "^1.3|^2|^3", - "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", - "symfony/asset": "^5.4|^6.0", - "symfony/browser-kit": "^5.4|^6.0", - "symfony/console": "^5.4.9|^6.0.9", - "symfony/css-selector": "^5.4|^6.0", - "symfony/dom-crawler": "^5.4|^6.0", - "symfony/dotenv": "^5.4|^6.0", - "symfony/expression-language": "^5.4|^6.0", - "symfony/form": "^5.4|^6.0", - "symfony/http-client": "^5.4|^6.0", - "symfony/lock": "^5.4|^6.0", - "symfony/mailer": "^5.4|^6.0", - "symfony/messenger": "^5.4|^6.0", - "symfony/mime": "^5.4|^6.0", - "symfony/notifier": "^5.4|^6.0", - "symfony/polyfill-intl-icu": "~1.0", - "symfony/process": "^5.4|^6.0", - "symfony/property-info": "^5.4|^6.0", - "symfony/rate-limiter": "^5.4|^6.0", - "symfony/security-bundle": "^5.4|^6.0", - "symfony/serializer": "^5.4|^6.0", - "symfony/stopwatch": "^5.4|^6.0", - "symfony/string": "^5.4|^6.0", - "symfony/translation": "^5.4|^6.0", - "symfony/twig-bundle": "^5.4|^6.0", - "symfony/validator": "^5.4|^6.0", - "symfony/web-link": "^5.4|^6.0", - "symfony/workflow": "^5.4|^6.0", - "symfony/yaml": "^5.4|^6.0", - "twig/twig": "^2.10|^3.0" - }, - "suggest": { - "ext-apcu": "For best performance of the system caches", - "symfony/console": "For using the console commands", - "symfony/form": "For using forms", - "symfony/property-info": "For using the property_info service", - "symfony/serializer": "For using the serializer service", - "symfony/validator": "For using validation", - "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering", - "symfony/yaml": "For using the debug:config and lint:yaml commands" - }, - "type": "symfony-bundle", - "autoload": { - "psr-4": { - "Symfony\\Bundle\\FrameworkBundle\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/framework-bundle/tree/v6.0.19" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2023-01-11T11:50:03+00:00" - }, - { - "name": "symfony/http-client", - "version": "v6.0.20", - "source": { - "type": "git", - "url": "https://github.com/symfony/http-client.git", - "reference": "541c04560da1875f62c963c3aab6ea12a7314e11" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client/zipball/541c04560da1875f62c963c3aab6ea12a7314e11", - "reference": "541c04560da1875f62c963c3aab6ea12a7314e11", - "shasum": "" - }, - "require": { - "php": ">=8.0.2", - "psr/log": "^1|^2|^3", - "symfony/http-client-contracts": "^3", - "symfony/service-contracts": "^1.0|^2|^3" - }, - "provide": { - "php-http/async-client-implementation": "*", - "php-http/client-implementation": "*", - "psr/http-client-implementation": "1.0", - "symfony/http-client-implementation": "3.0" - }, - "require-dev": { - "amphp/amp": "^2.5", - "amphp/http-client": "^4.2.1", - "amphp/http-tunnel": "^1.0", - "amphp/socket": "^1.1", - "guzzlehttp/promises": "^1.4", - "nyholm/psr7": "^1.0", - "php-http/httplug": "^1.0|^2.0", - "psr/http-client": "^1.0", - "symfony/dependency-injection": "^5.4|^6.0", - "symfony/http-kernel": "^5.4|^6.0", - "symfony/process": "^5.4|^6.0", - "symfony/stopwatch": "^5.4|^6.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\HttpClient\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/http-client/tree/v6.0.20" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2023-01-30T15:41:07+00:00" - }, - { - "name": "symfony/http-client-contracts", - "version": "v3.0.2", - "source": { - "type": "git", - "url": "https://github.com/symfony/http-client-contracts.git", - "reference": "4184b9b63af1edaf35b6a7974c6f1f9f33294129" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/4184b9b63af1edaf35b6a7974c6f1f9f33294129", - "reference": "4184b9b63af1edaf35b6a7974c6f1f9f33294129", - "shasum": "" - }, - "require": { - "php": ">=8.0.2" - }, - "suggest": { - "symfony/http-client-implementation": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "3.0-dev" - }, - "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Contracts\\HttpClient\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Generic abstractions related to HTTP clients", - "homepage": "https://symfony.com", - "keywords": [ - "abstractions", - "contracts", - "decoupling", - "interfaces", - "interoperability", - "standards" - ], - "support": { - "source": "https://github.com/symfony/http-client-contracts/tree/v3.0.2" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2022-04-12T16:11:42+00:00" - }, - { - "name": "symfony/http-foundation", - "version": "v6.0.20", - "source": { - "type": "git", - "url": "https://github.com/symfony/http-foundation.git", - "reference": "e16b2676a4b3b1fa12378a20b29c364feda2a8d6" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e16b2676a4b3b1fa12378a20b29c364feda2a8d6", - "reference": "e16b2676a4b3b1fa12378a20b29c364feda2a8d6", - "shasum": "" - }, - "require": { - "php": ">=8.0.2", - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/polyfill-mbstring": "~1.1" - }, - "require-dev": { - "predis/predis": "~1.0", - "symfony/cache": "^5.4|^6.0", - "symfony/dependency-injection": "^5.4|^6.0", - "symfony/expression-language": "^5.4|^6.0", - "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4", - "symfony/mime": "^5.4|^6.0", - "symfony/rate-limiter": "^5.2|^6.0" - }, - "suggest": { - "symfony/mime": "To use the file extension guesser" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\HttpFoundation\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Defines an object-oriented layer for the HTTP specification", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/http-foundation/tree/v6.0.20" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2023-01-30T15:41:07+00:00" - }, - { - "name": "symfony/http-kernel", - "version": "v6.0.20", - "source": { - "type": "git", - "url": "https://github.com/symfony/http-kernel.git", - "reference": "6dc70833fd0ef5e861e17c7854c12d7d86679349" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/6dc70833fd0ef5e861e17c7854c12d7d86679349", - "reference": "6dc70833fd0ef5e861e17c7854c12d7d86679349", - "shasum": "" - }, - "require": { - "php": ">=8.0.2", - "psr/log": "^1|^2|^3", - "symfony/error-handler": "^5.4|^6.0", - "symfony/event-dispatcher": "^5.4|^6.0", - "symfony/http-foundation": "^5.4|^6.0", - "symfony/polyfill-ctype": "^1.8" - }, - "conflict": { - "symfony/browser-kit": "<5.4", - "symfony/cache": "<5.4", - "symfony/config": "<5.4", - "symfony/console": "<5.4", - "symfony/dependency-injection": "<5.4", - "symfony/doctrine-bridge": "<5.4", - "symfony/form": "<5.4", - "symfony/http-client": "<5.4", - "symfony/mailer": "<5.4", - "symfony/messenger": "<5.4", - "symfony/translation": "<5.4", - "symfony/twig-bridge": "<5.4", - "symfony/validator": "<5.4", - "twig/twig": "<2.13" - }, - "provide": { - "psr/log-implementation": "1.0|2.0|3.0" - }, - "require-dev": { - "psr/cache": "^1.0|^2.0|^3.0", - "symfony/browser-kit": "^5.4|^6.0", - "symfony/config": "^5.4|^6.0", - "symfony/console": "^5.4|^6.0", - "symfony/css-selector": "^5.4|^6.0", - "symfony/dependency-injection": "^5.4|^6.0", - "symfony/dom-crawler": "^5.4|^6.0", - "symfony/expression-language": "^5.4|^6.0", - "symfony/finder": "^5.4|^6.0", - "symfony/http-client-contracts": "^1.1|^2|^3", - "symfony/process": "^5.4|^6.0", - "symfony/routing": "^5.4|^6.0", - "symfony/stopwatch": "^5.4|^6.0", - "symfony/translation": "^5.4|^6.0", - "symfony/translation-contracts": "^1.1|^2|^3", - "twig/twig": "^2.13|^3.0.4" - }, - "suggest": { - "symfony/browser-kit": "", - "symfony/config": "", - "symfony/console": "", - "symfony/dependency-injection": "" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\HttpKernel\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Provides a structured process for converting a Request into a Response", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/http-kernel/tree/v6.0.20" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2023-02-01T08:22:55+00:00" - }, - { - "name": "symfony/intl", - "version": "v6.0.19", - "source": { - "type": "git", - "url": "https://github.com/symfony/intl.git", - "reference": "a2e1ce9048ea549ee1e8d9ce521cbe9a9ec7d92c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/intl/zipball/a2e1ce9048ea549ee1e8d9ce521cbe9a9ec7d92c", - "reference": "a2e1ce9048ea549ee1e8d9ce521cbe9a9ec7d92c", - "shasum": "" - }, - "require": { - "php": ">=8.0.2" - }, - "require-dev": { - "symfony/filesystem": "^5.4|^6.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Intl\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" - }, - { - "name": "Eriksen Costa", - "email": "eriksen.costa@infranology.com.br" - }, - { - "name": "Igor Wiedler", - "email": "igor@wiedler.ch" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Provides a PHP replacement layer for the C intl extension that includes additional data from the ICU library", - "homepage": "https://symfony.com", - "keywords": [ - "i18n", - "icu", - "internationalization", - "intl", - "l10n", - "localization" - ], - "support": { - "source": "https://github.com/symfony/intl/tree/v6.0.19" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2023-01-01T08:36:10+00:00" - }, - { - "name": "symfony/mailer", - "version": "v5.4.22", - "source": { - "type": "git", - "url": "https://github.com/symfony/mailer.git", - "reference": "6330cd465dfd8b7a07515757a1c37069075f7b0b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/mailer/zipball/6330cd465dfd8b7a07515757a1c37069075f7b0b", - "reference": "6330cd465dfd8b7a07515757a1c37069075f7b0b", - "shasum": "" - }, - "require": { - "egulias/email-validator": "^2.1.10|^3|^4", - "php": ">=7.2.5", - "psr/event-dispatcher": "^1", - "psr/log": "^1|^2|^3", - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/event-dispatcher": "^4.4|^5.0|^6.0", - "symfony/mime": "^5.2.6|^6.0", - "symfony/polyfill-php80": "^1.16", - "symfony/service-contracts": "^1.1|^2|^3" - }, - "conflict": { - "symfony/http-kernel": "<4.4" - }, - "require-dev": { - "symfony/http-client": "^4.4|^5.0|^6.0", - "symfony/messenger": "^4.4|^5.0|^6.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Mailer\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Helps sending emails", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/mailer/tree/v5.4.22" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2023-03-10T10:15:32+00:00" - }, - { - "name": "symfony/messenger", - "version": "v6.0.19", - "source": { - "type": "git", - "url": "https://github.com/symfony/messenger.git", - "reference": "d584d1754e9e19f83a43c75f36c84b42f6f7e209" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/messenger/zipball/d584d1754e9e19f83a43c75f36c84b42f6f7e209", - "reference": "d584d1754e9e19f83a43c75f36c84b42f6f7e209", - "shasum": "" - }, - "require": { - "php": ">=8.0.2", - "psr/log": "^1|^2|^3" - }, - "conflict": { - "symfony/event-dispatcher": "<5.4", - "symfony/framework-bundle": "<5.4", - "symfony/http-kernel": "<5.4", - "symfony/serializer": "<5.4" - }, - "require-dev": { - "psr/cache": "^1.0|^2.0|^3.0", - "symfony/console": "^5.4|^6.0", - "symfony/dependency-injection": "^5.4|^6.0", - "symfony/event-dispatcher": "^5.4|^6.0", - "symfony/http-kernel": "^5.4|^6.0", - "symfony/process": "^5.4|^6.0", - "symfony/property-access": "^5.4|^6.0", - "symfony/routing": "^5.4|^6.0", - "symfony/serializer": "^5.4|^6.0", - "symfony/service-contracts": "^1.1|^2|^3", - "symfony/stopwatch": "^5.4|^6.0", - "symfony/validator": "^5.4|^6.0" - }, - "suggest": { - "enqueue/messenger-adapter": "For using the php-enqueue library as a transport." - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Messenger\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Samuel Roze", - "email": "samuel.roze@gmail.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Helps applications send and receive messages to/from other applications or via message queues", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/messenger/tree/v6.0.19" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2023-01-20T17:44:14+00:00" - }, - { - "name": "symfony/mime", - "version": "v6.0.19", - "source": { - "type": "git", - "url": "https://github.com/symfony/mime.git", - "reference": "d7052547a0070cbeadd474e172b527a00d657301" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/d7052547a0070cbeadd474e172b527a00d657301", - "reference": "d7052547a0070cbeadd474e172b527a00d657301", - "shasum": "" - }, - "require": { - "php": ">=8.0.2", - "symfony/polyfill-intl-idn": "^1.10", - "symfony/polyfill-mbstring": "^1.0" - }, - "conflict": { - "egulias/email-validator": "~3.0.0", - "phpdocumentor/reflection-docblock": "<3.2.2", - "phpdocumentor/type-resolver": "<1.4.0", - "symfony/mailer": "<5.4", - "symfony/serializer": "<5.4.14|>=6.0,<6.0.14|>=6.1,<6.1.6" + "spryker/application": "^3.2.0", + "spryker/code-sniffer": "*", + "spryker/container": "*", + "spryker/event-dispatcher": "*", + "spryker/log": "*", + "spryker/propel": "*", + "spryker/silex": "*", + "spryker/testify": "*" }, - "require-dev": { - "egulias/email-validator": "^2.1.10|^3.1|^4", - "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", - "symfony/dependency-injection": "^5.4|^6.0", - "symfony/property-access": "^5.4|^6.0", - "symfony/property-info": "^5.4|^6.0", - "symfony/serializer": "^5.4.14|~6.0.14|^6.1.6" + "suggest": { + "spryker/container": "Add this module when you want to use the Container.", + "spryker/event-dispatcher": "Add this module when you want to use the EventDispatcher.", + "spryker/log": "Required for using the Log middleware.", + "spryker/silex": "Add this when you still want to use the abandoned Silex." }, "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Mime\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Allows manipulating MIME messages", - "homepage": "https://symfony.com", - "keywords": [ - "mime", - "mime-type" - ], - "support": { - "source": "https://github.com/symfony/mime/tree/v6.0.19" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" + "extra": { + "branch-alias": { + "dev-master": "3.0.x-dev" } - ], - "time": "2023-01-11T11:50:03+00:00" - }, - { - "name": "symfony/monolog-bridge", - "version": "v5.4.22", - "source": { - "type": "git", - "url": "https://github.com/symfony/monolog-bridge.git", - "reference": "34be6f0695e4187dbb832a05905fb4c6581ac39a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/34be6f0695e4187dbb832a05905fb4c6581ac39a", - "reference": "34be6f0695e4187dbb832a05905fb4c6581ac39a", - "shasum": "" - }, - "require": { - "monolog/monolog": "^1.25.1|^2", - "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/http-kernel": "^5.3|^6.0", - "symfony/polyfill-php80": "^1.16", - "symfony/service-contracts": "^1.1|^2|^3" - }, - "conflict": { - "symfony/console": "<4.4", - "symfony/http-foundation": "<5.3" - }, - "require-dev": { - "symfony/console": "^4.4|^5.0|^6.0", - "symfony/http-client": "^4.4|^5.0|^6.0", - "symfony/mailer": "^4.4|^5.0|^6.0", - "symfony/messenger": "^4.4|^5.0|^6.0", - "symfony/mime": "^4.4|^5.0|^6.0", - "symfony/security-core": "^4.4|^5.0|^6.0", - "symfony/var-dumper": "^4.4|^5.0|^6.0" - }, - "suggest": { - "symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings.", - "symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel.", - "symfony/var-dumper": "For using the debugging handlers like the console handler or the log server handler." }, - "type": "symfony-bridge", "autoload": { "psr-4": { - "Symfony\\Bridge\\Monolog\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\ZedRequest\\Helper\\": "tests/SprykerTest/Zed/ZedRequest/_support/Helper/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } + "proprietary" ], - "description": "Provides integration for Monolog with various Symfony components", - "homepage": "https://symfony.com", + "description": "ZedRequest module", "support": { - "source": "https://github.com/symfony/monolog-bridge/tree/v5.4.22" + "source": "https://github.com/spryker/zed-request/tree/3.19.0" }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2023-03-06T21:29:33+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "symfony/monolog-bundle", - "version": "v3.8.0", + "name": "spryker/zed-request-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/symfony/monolog-bundle.git", - "reference": "a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d" + "url": "https://github.com/spryker/zed-request-extension.git", + "reference": "318e6673af03bab7f52fdddc74af9cbab0638eb8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d", - "reference": "a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d", + "url": "https://api.github.com/repos/spryker/zed-request-extension/zipball/318e6673af03bab7f52fdddc74af9cbab0638eb8", + "reference": "318e6673af03bab7f52fdddc74af9cbab0638eb8", "shasum": "" }, "require": { - "monolog/monolog": "^1.22 || ^2.0 || ^3.0", - "php": ">=7.1.3", - "symfony/config": "~4.4 || ^5.0 || ^6.0", - "symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0", - "symfony/http-kernel": "~4.4 || ^5.0 || ^6.0", - "symfony/monolog-bridge": "~4.4 || ^5.0 || ^6.0" + "php": ">=8.0" }, "require-dev": { - "symfony/console": "~4.4 || ^5.0 || ^6.0", - "symfony/phpunit-bridge": "^5.2 || ^6.0", - "symfony/yaml": "~4.4 || ^5.0 || ^6.0" + "spryker/code-sniffer": "*", + "spryker/kernel": "*" }, - "type": "symfony-bundle", + "suggest": { + "spryker/kernel": "If you want to use kernel functionality with certain plugins" + }, + "type": "library", "extra": { "branch-alias": { - "dev-master": "3.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Symfony\\Bundle\\MonologBundle\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony MonologBundle", - "homepage": "https://symfony.com", - "keywords": [ - "log", - "logging" - ], - "support": { - "issues": "https://github.com/symfony/monolog-bundle/issues", - "source": "https://github.com/symfony/monolog-bundle/tree/v3.8.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" + "Spryker\\": "src/Spryker/" } - ], - "time": "2022-05-10T14:24:36+00:00" - }, - { - "name": "symfony/options-resolver", - "version": "v6.0.19", - "source": { - "type": "git", - "url": "https://github.com/symfony/options-resolver.git", - "reference": "6a180d1c45e0d9797470ca9eb46215692de00fa3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/6a180d1c45e0d9797470ca9eb46215692de00fa3", - "reference": "6a180d1c45e0d9797470ca9eb46215692de00fa3", - "shasum": "" - }, - "require": { - "php": ">=8.0.2", - "symfony/deprecation-contracts": "^2.1|^3" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\OptionsResolver\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Provides an improved replacement for the array_replace PHP function", - "homepage": "https://symfony.com", - "keywords": [ - "config", - "configuration", - "options" + "proprietary" ], + "description": "ZedRequestExtension module", "support": { - "source": "https://github.com/symfony/options-resolver/tree/v6.0.19" + "source": "https://github.com/spryker/zed-request-extension/tree/1.1.0" }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2023-01-01T08:36:10+00:00" + "time": "2023-03-31T19:36:11+00:00" }, { - "name": "symfony/password-hasher", - "version": "v6.0.19", + "name": "spryker/zed-ui", + "version": "2.1.2", "source": { "type": "git", - "url": "https://github.com/symfony/password-hasher.git", - "reference": "2ae49765c5328307e82c0ee2898a39c071ef5bc8" + "url": "https://github.com/spryker/zed-ui.git", + "reference": "dfbcea3506d470a6e6cb1803ae6b43f6365e11ef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/password-hasher/zipball/2ae49765c5328307e82c0ee2898a39c071ef5bc8", - "reference": "2ae49765c5328307e82c0ee2898a39c071ef5bc8", + "url": "https://api.github.com/repos/spryker/zed-ui/zipball/dfbcea3506d470a6e6cb1803ae6b43f6365e11ef", + "reference": "dfbcea3506d470a6e6cb1803ae6b43f6365e11ef", "shasum": "" }, "require": { - "php": ">=8.0.2" - }, - "conflict": { - "symfony/security-core": "<5.4" + "php": ">=8.0", + "spryker/application-extension": "^1.0.0", + "spryker/kernel": "^3.33.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.27.0", + "spryker/translator": "^1.1.0", + "spryker/twig": "^3.13.0", + "spryker/twig-extension": "^1.0.0", + "spryker/util-encoding": "^2.1.0" }, "require-dev": { - "symfony/console": "^5.4|^6.0", - "symfony/security-core": "^5.4|^6.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\PasswordHasher\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Robin Chalas", - "email": "robin.chalas@gmail.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Provides password hashing utilities", - "homepage": "https://symfony.com", - "keywords": [ - "hashing", - "password" - ], - "support": { - "source": "https://github.com/symfony/password-hasher/tree/v6.0.19" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2023-01-01T08:36:10+00:00" - }, - { - "name": "symfony/polyfill-intl-grapheme", - "version": "v1.27.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-intl-grapheme.git", - "reference": "511a08c03c1960e08a883f4cffcacd219b758354" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354", - "reference": "511a08c03c1960e08a883f4cffcacd219b758354", - "shasum": "" - }, - "require": { - "php": ">=7.1" + "spryker/code-sniffer": "*", + "spryker/container": "*" }, "suggest": { - "ext-intl": "For best performance" + "spryker/container": "If you want to use Twig plugins", + "spryker/ui-components": "If you want to use Spryker web components in HTML.", + "spryker/zed-navigation": "If you want to use the navigation." }, "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "dev-master": "2.0.x-dev" } }, "autoload": { - "files": [ - "bootstrap.php" - ], "psr-4": { - "Symfony\\Polyfill\\Intl\\Grapheme\\": "" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill for intl's grapheme_* functions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "grapheme", - "intl", - "polyfill", - "portable", - "shim" + "proprietary" ], + "description": "ZedUi module", "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0" + "source": "https://github.com/spryker/zed-ui/tree/2.1.2" }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-05-29T09:03:54+00:00" }, { - "name": "symfony/polyfill-intl-icu", - "version": "v1.27.0", + "name": "stella-maris/clock", + "version": "0.1.7", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-intl-icu.git", - "reference": "a3d9148e2c363588e05abbdd4ee4f971f0a5330c" + "url": "https://github.com/stella-maris-solutions/clock.git", + "reference": "fa23ce16019289a18bb3446fdecd45befcdd94f8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/a3d9148e2c363588e05abbdd4ee4f971f0a5330c", - "reference": "a3d9148e2c363588e05abbdd4ee4f971f0a5330c", + "url": "https://api.github.com/repos/stella-maris-solutions/clock/zipball/fa23ce16019289a18bb3446fdecd45befcdd94f8", + "reference": "fa23ce16019289a18bb3446fdecd45befcdd94f8", "shasum": "" }, "require": { - "php": ">=7.1" - }, - "suggest": { - "ext-intl": "For best performance and support of other locales than \"en\"" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.27-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } + "php": "^7.0|^8.0", + "psr/clock": "^1.0" }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Intl\\Icu\\": "" - }, - "classmap": [ - "Resources/stubs" - ], - "exclude-from-classmap": [ - "/Tests/" - ] + "type": "library", + "autoload": { + "psr-4": { + "StellaMaris\\Clock\\": "src" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -67509,82 +67247,61 @@ ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Andreas Heigl", + "role": "Maintainer" } ], - "description": "Symfony polyfill for intl's ICU-related data and classes", - "homepage": "https://symfony.com", + "description": "A pre-release of the proposed PSR-20 Clock-Interface", + "homepage": "https://gitlab.com/stella-maris/clock", "keywords": [ - "compatibility", - "icu", - "intl", - "polyfill", - "portable", - "shim" + "clock", + "datetime", + "point in time", + "psr20" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.27.0" + "source": "https://github.com/stella-maris-solutions/clock/tree/0.1.7" }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2022-11-25T16:15:06+00:00" }, { - "name": "symfony/polyfill-intl-idn", - "version": "v1.27.0", + "name": "swiftmailer/swiftmailer", + "version": "v6.3.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "639084e360537a19f9ee352433b84ce831f3d2da" + "url": "https://github.com/swiftmailer/swiftmailer.git", + "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da", - "reference": "639084e360537a19f9ee352433b84ce831f3d2da", + "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/8a5d5072dca8f48460fce2f4131fcc495eec654c", + "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c", "shasum": "" }, "require": { - "php": ">=7.1", - "symfony/polyfill-intl-normalizer": "^1.10", - "symfony/polyfill-php72": "^1.10" + "egulias/email-validator": "^2.0|^3.1", + "php": ">=7.0.0", + "symfony/polyfill-iconv": "^1.0", + "symfony/polyfill-intl-idn": "^1.10", + "symfony/polyfill-mbstring": "^1.0" + }, + "require-dev": { + "mockery/mockery": "^1.0", + "symfony/phpunit-bridge": "^4.4|^5.4" }, "suggest": { - "ext-intl": "For best performance" + "ext-intl": "Needed to support internationalized email addresses" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "dev-master": "6.2-dev" } }, "autoload": { "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Intl\\Idn\\": "" - } + "lib/swift_required.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -67592,87 +67309,77 @@ ], "authors": [ { - "name": "Laurent Bassin", - "email": "laurent@bassin.info" - }, - { - "name": "Trevor Rowbotham", - "email": "trevor.rowbotham@pm.me" + "name": "Chris Corbyn" }, { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" } ], - "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", - "homepage": "https://symfony.com", + "description": "Swiftmailer, free feature-rich PHP mailer", + "homepage": "https://swiftmailer.symfony.com", "keywords": [ - "compatibility", - "idn", - "intl", - "polyfill", - "portable", - "shim" + "email", + "mail", + "mailer" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.27.0" + "issues": "https://github.com/swiftmailer/swiftmailer/issues", + "source": "https://github.com/swiftmailer/swiftmailer/tree/v6.3.0" }, "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, { "url": "https://github.com/fabpot", "type": "github" }, { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "url": "https://tidelift.com/funding/github/packagist/swiftmailer/swiftmailer", "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "abandoned": "symfony/mailer", + "time": "2021-10-18T15:26:12+00:00" }, { - "name": "symfony/polyfill-intl-normalizer", - "version": "v1.27.0", + "name": "symfony-cmf/routing", + "version": "3.0.1", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6" + "url": "https://github.com/symfony-cmf/Routing.git", + "reference": "59a811cc2fa4825b1ff87f5a0d83778148f877db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6", - "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6", + "url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/59a811cc2fa4825b1ff87f5a0d83778148f877db", + "reference": "59a811cc2fa4825b1ff87f5a0d83778148f877db", "shasum": "" }, "require": { - "php": ">=7.1" + "php": "^8.0", + "psr/log": "^1.0 || ^2.0 || ^3.0", + "symfony/http-kernel": "^6.0", + "symfony/routing": "^6.0" + }, + "require-dev": { + "doctrine/annotations": "^1.5", + "symfony/config": "^6.0", + "symfony/dependency-injection": "^6.0", + "symfony/event-dispatcher": "^6.0", + "symfony/phpunit-bridge": "^6.0" }, "suggest": { - "ext-intl": "For best performance" + "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version ^6.0" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "dev-master": "3.x-dev" } }, "autoload": { - "files": [ - "bootstrap.php" - ], "psr-4": { - "Symfony\\Polyfill\\Intl\\Normalizer\\": "" - }, - "classmap": [ - "Resources/stubs" - ] + "Symfony\\Cmf\\Component\\Routing\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -67680,83 +67387,57 @@ ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Symfony CMF Community", + "homepage": "https://github.com/symfony-cmf/Routing/contributors" } ], - "description": "Symfony polyfill for intl's Normalizer class and related functions", - "homepage": "https://symfony.com", + "description": "Extends the Symfony routing component for dynamic routes and chaining several routers", + "homepage": "http://cmf.symfony.com", "keywords": [ - "compatibility", - "intl", - "normalizer", - "polyfill", - "portable", - "shim" + "database", + "routing" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0" + "issues": "https://github.com/symfony-cmf/Routing/issues", + "source": "https://github.com/symfony-cmf/Routing/tree/3.0.1" }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2022-07-04T07:08:15+00:00" }, { - "name": "symfony/polyfill-mbstring", - "version": "v1.27.0", + "name": "symfony/amazon-sqs-messenger", + "version": "v6.0.19", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534" + "url": "https://github.com/symfony/amazon-sqs-messenger.git", + "reference": "1127e989fb8ce0dbf921ab1d72b1942d2afa2809" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534", - "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534", + "url": "https://api.github.com/repos/symfony/amazon-sqs-messenger/zipball/1127e989fb8ce0dbf921ab1d72b1942d2afa2809", + "reference": "1127e989fb8ce0dbf921ab1d72b1942d2afa2809", "shasum": "" }, "require": { - "php": ">=7.1" - }, - "provide": { - "ext-mbstring": "*" - }, - "suggest": { - "ext-mbstring": "For best performance" + "async-aws/core": "^1.5", + "async-aws/sqs": "^1.0", + "php": ">=8.0.2", + "psr/log": "^1|^2|^3", + "symfony/messenger": "^5.4|^6.0", + "symfony/service-contracts": "^1.1|^2|^3" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.27-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } + "require-dev": { + "symfony/http-client-contracts": "^1|^2|^3", + "symfony/property-access": "^5.4|^6.0", + "symfony/serializer": "^5.4|^6.0" }, + "type": "symfony-messenger-bridge", "autoload": { - "files": [ - "bootstrap.php" - ], "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" - } + "Symfony\\Component\\Messenger\\Bridge\\AmazonSqs\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -67764,25 +67445,18 @@ ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill for the Mbstring extension", + "description": "Symfony Amazon SQS extension Messenger Bridge", "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "mbstring", - "polyfill", - "portable", - "shim" - ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0" + "source": "https://github.com/symfony/amazon-sqs-messenger/tree/v6.0.19" }, "funding": [ { @@ -67798,44 +67472,60 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-01-01T08:36:10+00:00" }, { - "name": "symfony/polyfill-php73", - "version": "v1.27.0", + "name": "symfony/cache", + "version": "v6.0.19", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php73.git", - "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9" + "url": "https://github.com/symfony/cache.git", + "reference": "81ca309f056e836480928b20280ec52ce8369bb3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9", - "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9", + "url": "https://api.github.com/repos/symfony/cache/zipball/81ca309f056e836480928b20280ec52ce8369bb3", + "reference": "81ca309f056e836480928b20280ec52ce8369bb3", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.0.2", + "psr/cache": "^2.0|^3.0", + "psr/log": "^1.1|^2|^3", + "symfony/cache-contracts": "^1.1.7|^2|^3", + "symfony/service-contracts": "^1.1|^2|^3", + "symfony/var-exporter": "^5.4|^6.0" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.27-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } + "conflict": { + "doctrine/dbal": "<2.13.1", + "symfony/dependency-injection": "<5.4", + "symfony/http-kernel": "<5.4", + "symfony/var-dumper": "<5.4" + }, + "provide": { + "psr/cache-implementation": "2.0|3.0", + "psr/simple-cache-implementation": "1.0|2.0|3.0", + "symfony/cache-implementation": "1.1|2.0|3.0" + }, + "require-dev": { + "cache/integration-tests": "dev-master", + "doctrine/dbal": "^2.13.1|^3.0", + "predis/predis": "^1.1", + "psr/simple-cache": "^1.0|^2.0|^3.0", + "symfony/config": "^5.4|^6.0", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/filesystem": "^5.4|^6.0", + "symfony/http-kernel": "^5.4|^6.0", + "symfony/messenger": "^5.4|^6.0", + "symfony/var-dumper": "^5.4|^6.0" }, + "type": "library", "autoload": { - "files": [ - "bootstrap.php" - ], "psr-4": { - "Symfony\\Polyfill\\Php73\\": "" + "Symfony\\Component\\Cache\\": "" }, - "classmap": [ - "Resources/stubs" + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -67852,16 +67542,14 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", + "description": "Provides extended PSR-6, PSR-16 (and tags) implementations", "homepage": "https://symfony.com", "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" + "caching", + "psr6" ], "support": { - "source": "https://github.com/symfony/polyfill-php73/tree/v1.27.0" + "source": "https://github.com/symfony/cache/tree/v6.0.19" }, "funding": [ { @@ -67877,55 +67565,49 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-01-20T17:44:14+00:00" }, { - "name": "symfony/polyfill-php80", - "version": "v1.27.0", + "name": "symfony/cache-contracts", + "version": "v3.0.2", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936" + "url": "https://github.com/symfony/cache-contracts.git", + "reference": "1c0a181c9ee221afe4fa55b2d13fc63c5ae14348" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", - "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", + "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/1c0a181c9ee221afe4fa55b2d13fc63c5ae14348", + "reference": "1c0a181c9ee221afe4fa55b2d13fc63c5ae14348", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.0.2", + "psr/cache": "^3.0" + }, + "suggest": { + "symfony/cache-implementation": "" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "3.0-dev" }, "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" } }, "autoload": { - "files": [ - "bootstrap.php" - ], "psr-4": { - "Symfony\\Polyfill\\Php80\\": "" - }, - "classmap": [ - "Resources/stubs" - ] + "Symfony\\Contracts\\Cache\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ - { - "name": "Ion Bazan", - "email": "ion.bazan@gmail.com" - }, { "name": "Nicolas Grekas", "email": "p@tchwork.com" @@ -67935,16 +67617,18 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", + "description": "Generic abstractions related to caching", "homepage": "https://symfony.com", "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0" + "source": "https://github.com/symfony/cache-contracts/tree/v3.0.2" }, "funding": [ { @@ -67960,44 +67644,49 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2022-01-02T09:55:41+00:00" }, { - "name": "symfony/polyfill-php81", - "version": "v1.27.0", + "name": "symfony/config", + "version": "v6.0.19", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php81.git", - "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a" + "url": "https://github.com/symfony/config.git", + "reference": "db4fc45c24e0c3e2198e68ada9d7f90daa1f97e3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/707403074c8ea6e2edaf8794b0157a0bfa52157a", - "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a", + "url": "https://api.github.com/repos/symfony/config/zipball/db4fc45c24e0c3e2198e68ada9d7f90daa1f97e3", + "reference": "db4fc45c24e0c3e2198e68ada9d7f90daa1f97e3", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.0.2", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/filesystem": "^5.4|^6.0", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-php81": "^1.22" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.27-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } + "conflict": { + "symfony/finder": "<4.4" + }, + "require-dev": { + "symfony/event-dispatcher": "^5.4|^6.0", + "symfony/finder": "^5.4|^6.0", + "symfony/messenger": "^5.4|^6.0", + "symfony/service-contracts": "^1.1|^2|^3", + "symfony/yaml": "^5.4|^6.0" + }, + "suggest": { + "symfony/yaml": "To use the yaml reference dumper" }, + "type": "library", "autoload": { - "files": [ - "bootstrap.php" - ], "psr-4": { - "Symfony\\Polyfill\\Php81\\": "" + "Symfony\\Component\\Config\\": "" }, - "classmap": [ - "Resources/stubs" + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -68006,24 +67695,18 @@ ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", + "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], "support": { - "source": "https://github.com/symfony/polyfill-php81/tree/v1.27.0" + "source": "https://github.com/symfony/config/tree/v6.0.19" }, "funding": [ { @@ -68039,48 +67722,61 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-01-09T04:36:00+00:00" }, { - "name": "symfony/polyfill-uuid", - "version": "v1.27.0", + "name": "symfony/console", + "version": "v6.0.19", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-uuid.git", - "reference": "f3cf1a645c2734236ed1e2e671e273eeb3586166" + "url": "https://github.com/symfony/console.git", + "reference": "c3ebc83d031b71c39da318ca8b7a07ecc67507ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/f3cf1a645c2734236ed1e2e671e273eeb3586166", - "reference": "f3cf1a645c2734236ed1e2e671e273eeb3586166", + "url": "https://api.github.com/repos/symfony/console/zipball/c3ebc83d031b71c39da318ca8b7a07ecc67507ed", + "reference": "c3ebc83d031b71c39da318ca8b7a07ecc67507ed", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.0.2", + "symfony/polyfill-mbstring": "~1.0", + "symfony/service-contracts": "^1.1|^2|^3", + "symfony/string": "^5.4|^6.0" + }, + "conflict": { + "symfony/dependency-injection": "<5.4", + "symfony/dotenv": "<5.4", + "symfony/event-dispatcher": "<5.4", + "symfony/lock": "<5.4", + "symfony/process": "<5.4" }, "provide": { - "ext-uuid": "*" + "psr/log-implementation": "1.0|2.0|3.0" }, - "suggest": { - "ext-uuid": "For best performance" + "require-dev": { + "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" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.27-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } + "suggest": { + "psr/log": "For using the console logger", + "symfony/event-dispatcher": "", + "symfony/lock": "", + "symfony/process": "" }, - "autoload": { - "files": [ - "bootstrap.php" - ], + "type": "library", + "autoload": { "psr-4": { - "Symfony\\Polyfill\\Uuid\\": "" - } + "Symfony\\Component\\Console\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -68088,24 +67784,24 @@ ], "authors": [ { - "name": "Grégoire Pineau", - "email": "lyrixx@lyrixx.info" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill for uuid functions", + "description": "Eases the creation of beautiful and testable command line interfaces", "homepage": "https://symfony.com", "keywords": [ - "compatibility", - "polyfill", - "portable", - "uuid" + "cli", + "command line", + "console", + "terminal" ], "support": { - "source": "https://github.com/symfony/polyfill-uuid/tree/v1.27.0" + "source": "https://github.com/symfony/console/tree/v6.0.19" }, "funding": [ { @@ -68121,20 +67817,20 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-01-01T08:36:10+00:00" }, { - "name": "symfony/process", + "name": "symfony/css-selector", "version": "v6.0.19", "source": { "type": "git", - "url": "https://github.com/symfony/process.git", - "reference": "2114fd60f26a296cc403a7939ab91478475a33d4" + "url": "https://github.com/symfony/css-selector.git", + "reference": "f1d00bddb83a4cb2138564b2150001cb6ce272b1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/2114fd60f26a296cc403a7939ab91478475a33d4", - "reference": "2114fd60f26a296cc403a7939ab91478475a33d4", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/f1d00bddb83a4cb2138564b2150001cb6ce272b1", + "reference": "f1d00bddb83a4cb2138564b2150001cb6ce272b1", "shasum": "" }, "require": { @@ -68143,7 +67839,7 @@ "type": "library", "autoload": { "psr-4": { - "Symfony\\Component\\Process\\": "" + "Symfony\\Component\\CssSelector\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -68158,15 +67854,19 @@ "name": "Fabien Potencier", "email": "fabien@symfony.com" }, + { + "name": "Jean-François Simon", + "email": "jeanfrancois.simon@sensiolabs.com" + }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Executes commands in sub-processes", + "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.0.19" + "source": "https://github.com/symfony/css-selector/tree/v6.0.19" }, "funding": [ { @@ -68185,33 +67885,33 @@ "time": "2023-01-01T08:36:10+00:00" }, { - "name": "symfony/property-access", - "version": "v6.0.19", + "name": "symfony/debug", + "version": "v4.4.44", "source": { "type": "git", - "url": "https://github.com/symfony/property-access.git", - "reference": "cae9aadf6e3a08315af666d4fede905fbb5b5393" + "url": "https://github.com/symfony/debug.git", + "reference": "1a692492190773c5310bc7877cb590c04c2f05be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-access/zipball/cae9aadf6e3a08315af666d4fede905fbb5b5393", - "reference": "cae9aadf6e3a08315af666d4fede905fbb5b5393", + "url": "https://api.github.com/repos/symfony/debug/zipball/1a692492190773c5310bc7877cb590c04c2f05be", + "reference": "1a692492190773c5310bc7877cb590c04c2f05be", "shasum": "" }, "require": { - "php": ">=8.0.2", - "symfony/property-info": "^5.4|^6.0" + "php": ">=7.1.3", + "psr/log": "^1|^2|^3" }, - "require-dev": { - "symfony/cache": "^5.4|^6.0" + "conflict": { + "symfony/http-kernel": "<3.4" }, - "suggest": { - "psr/cache-implementation": "To cache access methods." + "require-dev": { + "symfony/http-kernel": "^3.4|^4.0|^5.0" }, "type": "library", "autoload": { "psr-4": { - "Symfony\\Component\\PropertyAccess\\": "" + "Symfony\\Component\\Debug\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -68231,21 +67931,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Provides functions to read and write from/to an object or array using a simple string notation", + "description": "Provides tools to ease debugging PHP code", "homepage": "https://symfony.com", - "keywords": [ - "access", - "array", - "extraction", - "index", - "injection", - "object", - "property", - "property path", - "reflection" - ], "support": { - "source": "https://github.com/symfony/property-access/tree/v6.0.19" + "source": "https://github.com/symfony/debug/tree/v4.4.44" }, "funding": [ { @@ -68261,49 +67950,57 @@ "type": "tidelift" } ], - "time": "2023-01-01T08:36:10+00:00" + "abandoned": "symfony/error-handler", + "time": "2022-07-28T16:29:46+00:00" }, { - "name": "symfony/property-info", - "version": "v6.0.19", + "name": "symfony/dependency-injection", + "version": "v6.0.20", "source": { "type": "git", - "url": "https://github.com/symfony/property-info.git", - "reference": "e6dfb2223b21768d3b2ae033a5e1f9d205184d45" + "url": "https://github.com/symfony/dependency-injection.git", + "reference": "359806e1adebd1c43e18e5ea22acd14bef7fcf8c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-info/zipball/e6dfb2223b21768d3b2ae033a5e1f9d205184d45", - "reference": "e6dfb2223b21768d3b2ae033a5e1f9d205184d45", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/359806e1adebd1c43e18e5ea22acd14bef7fcf8c", + "reference": "359806e1adebd1c43e18e5ea22acd14bef7fcf8c", "shasum": "" }, "require": { "php": ">=8.0.2", - "symfony/string": "^5.4|^6.0" + "psr/container": "^1.1|^2.0", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/polyfill-php81": "^1.22", + "symfony/service-contracts": "^1.1.6|^2.0|^3.0" }, "conflict": { - "phpdocumentor/reflection-docblock": "<5.2", - "phpdocumentor/type-resolver": "<1.4.0", - "symfony/dependency-injection": "<5.4" + "ext-psr": "<1.1|>=2", + "symfony/config": "<5.4", + "symfony/finder": "<5.4", + "symfony/proxy-manager-bridge": "<5.4", + "symfony/yaml": "<5.4" + }, + "provide": { + "psr/container-implementation": "1.1|2.0", + "symfony/service-implementation": "1.1|2.0|3.0" }, "require-dev": { - "doctrine/annotations": "^1.10.4|^2", - "phpdocumentor/reflection-docblock": "^5.2", - "phpstan/phpdoc-parser": "^1.0", - "symfony/cache": "^5.4|^6.0", - "symfony/dependency-injection": "^5.4|^6.0", - "symfony/serializer": "^5.4|^6.0" + "symfony/config": "^5.4|^6.0", + "symfony/expression-language": "^5.4|^6.0", + "symfony/yaml": "^5.4|^6.0" }, "suggest": { - "phpdocumentor/reflection-docblock": "To use the PHPDoc", - "psr/cache-implementation": "To cache results", - "symfony/doctrine-bridge": "To use Doctrine metadata", - "symfony/serializer": "To use Serializer metadata" + "symfony/config": "", + "symfony/expression-language": "For using expressions in service container configuration", + "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", + "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", + "symfony/yaml": "" }, "type": "library", "autoload": { "psr-4": { - "Symfony\\Component\\PropertyInfo\\": "" + "Symfony\\Component\\DependencyInjection\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -68315,26 +68012,18 @@ ], "authors": [ { - "name": "Kévin Dunglas", - "email": "dunglas@gmail.com" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Extracts information about PHP class' properties using metadata of popular sources", + "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", - "keywords": [ - "doctrine", - "phpdoc", - "property", - "symfony", - "type", - "validator" - ], "support": { - "source": "https://github.com/symfony/property-info/tree/v6.0.19" + "source": "https://github.com/symfony/dependency-injection/tree/v6.0.20" }, "funding": [ { @@ -68350,53 +68039,38 @@ "type": "tidelift" } ], - "time": "2023-01-15T17:21:41+00:00" + "time": "2023-01-30T15:41:07+00:00" }, { - "name": "symfony/routing", - "version": "v6.0.19", + "name": "symfony/deprecation-contracts", + "version": "v3.0.2", "source": { "type": "git", - "url": "https://github.com/symfony/routing.git", - "reference": "e56ca9b41c1ec447193474cd86ad7c0b547755ac" + "url": "https://github.com/symfony/deprecation-contracts.git", + "reference": "26954b3d62a6c5fd0ea8a2a00c0353a14978d05c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/e56ca9b41c1ec447193474cd86ad7c0b547755ac", - "reference": "e56ca9b41c1ec447193474cd86ad7c0b547755ac", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/26954b3d62a6c5fd0ea8a2a00c0353a14978d05c", + "reference": "26954b3d62a6c5fd0ea8a2a00c0353a14978d05c", "shasum": "" }, "require": { "php": ">=8.0.2" }, - "conflict": { - "doctrine/annotations": "<1.12", - "symfony/config": "<5.4", - "symfony/dependency-injection": "<5.4", - "symfony/yaml": "<5.4" - }, - "require-dev": { - "doctrine/annotations": "^1.12|^2", - "psr/log": "^1|^2|^3", - "symfony/config": "^5.4|^6.0", - "symfony/dependency-injection": "^5.4|^6.0", - "symfony/expression-language": "^5.4|^6.0", - "symfony/http-foundation": "^5.4|^6.0", - "symfony/yaml": "^5.4|^6.0" - }, - "suggest": { - "symfony/config": "For using the all-in-one router or any loader", - "symfony/expression-language": "For using expression matching", - "symfony/http-foundation": "For using a Symfony Request object", - "symfony/yaml": "For using the YAML loader" - }, "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Routing\\": "" + "extra": { + "branch-alias": { + "dev-main": "3.0-dev" }, - "exclude-from-classmap": [ - "/Tests/" + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "files": [ + "function.php" ] }, "notification-url": "https://packagist.org/downloads/", @@ -68405,24 +68079,18 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Maps an HTTP request to a set of configuration variables", + "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", - "keywords": [ - "router", - "routing", - "uri", - "url" - ], "support": { - "source": "https://github.com/symfony/routing/tree/v6.0.19" + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.0.2" }, "funding": [ { @@ -68438,44 +68106,33 @@ "type": "tidelift" } ], - "time": "2023-01-01T08:36:10+00:00" + "time": "2022-01-02T09:55:41+00:00" }, { - "name": "symfony/runtime", + "name": "symfony/dotenv", "version": "v6.0.19", "source": { "type": "git", - "url": "https://github.com/symfony/runtime.git", - "reference": "043ac3b6c0b6749bb6848efe490abeb04f1e3ccd" + "url": "https://github.com/symfony/dotenv.git", + "reference": "9cee123707e689f7e06c09624c145d206468bcf2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/runtime/zipball/043ac3b6c0b6749bb6848efe490abeb04f1e3ccd", - "reference": "043ac3b6c0b6749bb6848efe490abeb04f1e3ccd", + "url": "https://api.github.com/repos/symfony/dotenv/zipball/9cee123707e689f7e06c09624c145d206468bcf2", + "reference": "9cee123707e689f7e06c09624c145d206468bcf2", "shasum": "" }, "require": { - "composer-plugin-api": "^1.0|^2.0", "php": ">=8.0.2" }, - "conflict": { - "symfony/dotenv": "<5.4" - }, "require-dev": { - "composer/composer": "^1.0.2|^2.0", "symfony/console": "^5.4|^6.0", - "symfony/dotenv": "^5.4|^6.0", - "symfony/http-foundation": "^5.4|^6.0", - "symfony/http-kernel": "^5.4|^6.0" - }, - "type": "composer-plugin", - "extra": { - "class": "Symfony\\Component\\Runtime\\Internal\\ComposerPlugin" + "symfony/process": "^5.4|^6.0" }, + "type": "library", "autoload": { "psr-4": { - "Symfony\\Component\\Runtime\\": "", - "Symfony\\Runtime\\Symfony\\Component\\": "Internal/" + "Symfony\\Component\\Dotenv\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -68487,18 +68144,23 @@ ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Enables decoupling PHP applications from global state", + "description": "Registers environment variables from a .env file", "homepage": "https://symfony.com", + "keywords": [ + "dotenv", + "env", + "environment" + ], "support": { - "source": "https://github.com/symfony/runtime/tree/v6.0.19" + "source": "https://github.com/symfony/dotenv/tree/v6.0.19" }, "funding": [ { @@ -68514,61 +68176,39 @@ "type": "tidelift" } ], - "time": "2023-01-20T17:44:14+00:00" + "time": "2023-01-01T08:36:10+00:00" }, { - "name": "symfony/security-core", - "version": "v5.4.22", + "name": "symfony/error-handler", + "version": "v6.0.19", "source": { "type": "git", - "url": "https://github.com/symfony/security-core.git", - "reference": "a801d525c7545332e2ddf7f52c163959354b1650" + "url": "https://github.com/symfony/error-handler.git", + "reference": "c7df52182f43a68522756ac31a532dd5b1e6db67" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-core/zipball/a801d525c7545332e2ddf7f52c163959354b1650", - "reference": "a801d525c7545332e2ddf7f52c163959354b1650", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/c7df52182f43a68522756ac31a532dd5b1e6db67", + "reference": "c7df52182f43a68522756ac31a532dd5b1e6db67", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/event-dispatcher-contracts": "^1.1|^2|^3", - "symfony/password-hasher": "^5.3|^6.0", - "symfony/polyfill-php80": "^1.16", - "symfony/service-contracts": "^1.1.6|^2|^3" - }, - "conflict": { - "symfony/event-dispatcher": "<4.4", - "symfony/http-foundation": "<5.3", - "symfony/ldap": "<4.4", - "symfony/security-guard": "<4.4", - "symfony/validator": "<5.2" - }, - "require-dev": { - "psr/cache": "^1.0|^2.0|^3.0", - "psr/container": "^1.0|^2.0", + "php": ">=8.0.2", "psr/log": "^1|^2|^3", - "symfony/cache": "^4.4|^5.0|^6.0", - "symfony/event-dispatcher": "^4.4|^5.0|^6.0", - "symfony/expression-language": "^4.4|^5.0|^6.0", - "symfony/http-foundation": "^5.3|^6.0", - "symfony/ldap": "^4.4|^5.0|^6.0", - "symfony/translation": "^4.4|^5.0|^6.0", - "symfony/validator": "^5.2|^6.0" + "symfony/var-dumper": "^5.4|^6.0" }, - "suggest": { - "psr/container-implementation": "To instantiate the Security class", - "symfony/event-dispatcher": "", - "symfony/expression-language": "For using the expression voter", - "symfony/http-foundation": "", - "symfony/ldap": "For using LDAP integration", - "symfony/validator": "For using the user password constraint" + "require-dev": { + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/http-kernel": "^5.4|^6.0", + "symfony/serializer": "^5.4|^6.0" }, + "bin": [ + "Resources/bin/patch-type-declarations" + ], "type": "library", "autoload": { "psr-4": { - "Symfony\\Component\\Security\\Core\\": "" + "Symfony\\Component\\ErrorHandler\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -68588,10 +68228,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Security Component - Core Library", + "description": "Provides tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-core/tree/v5.4.22" + "source": "https://github.com/symfony/error-handler/tree/v6.0.19" }, "funding": [ { @@ -68607,39 +68247,51 @@ "type": "tidelift" } ], - "time": "2023-03-10T10:02:45+00:00" + "time": "2023-01-01T08:36:10+00:00" }, { - "name": "symfony/security-csrf", + "name": "symfony/event-dispatcher", "version": "v6.0.19", "source": { "type": "git", - "url": "https://github.com/symfony/security-csrf.git", - "reference": "150d0a78b14737f66e4b2e7be7d0ec2522c453ed" + "url": "https://github.com/symfony/event-dispatcher.git", + "reference": "2eaf8e63bc5b8cefabd4a800157f0d0c094f677a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-csrf/zipball/150d0a78b14737f66e4b2e7be7d0ec2522c453ed", - "reference": "150d0a78b14737f66e4b2e7be7d0ec2522c453ed", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/2eaf8e63bc5b8cefabd4a800157f0d0c094f677a", + "reference": "2eaf8e63bc5b8cefabd4a800157f0d0c094f677a", "shasum": "" }, "require": { "php": ">=8.0.2", - "symfony/security-core": "^5.4|^6.0" + "symfony/event-dispatcher-contracts": "^2|^3" }, "conflict": { - "symfony/http-foundation": "<5.4" + "symfony/dependency-injection": "<5.4" + }, + "provide": { + "psr/event-dispatcher-implementation": "1.0", + "symfony/event-dispatcher-implementation": "2.0|3.0" }, "require-dev": { - "symfony/http-foundation": "^5.4|^6.0" + "psr/log": "^1|^2|^3", + "symfony/config": "^5.4|^6.0", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/error-handler": "^5.4|^6.0", + "symfony/expression-language": "^5.4|^6.0", + "symfony/http-foundation": "^5.4|^6.0", + "symfony/service-contracts": "^1.1|^2|^3", + "symfony/stopwatch": "^5.4|^6.0" }, "suggest": { - "symfony/http-foundation": "For using the class SessionTokenStorage." + "symfony/dependency-injection": "", + "symfony/http-kernel": "" }, "type": "library", "autoload": { "psr-4": { - "Symfony\\Component\\Security\\Csrf\\": "" + "Symfony\\Component\\EventDispatcher\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -68659,10 +68311,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Security Component - CSRF Library", + "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-csrf/tree/v6.0.19" + "source": "https://github.com/symfony/event-dispatcher/tree/v6.0.19" }, "funding": [ { @@ -68681,36 +68333,40 @@ "time": "2023-01-01T08:36:10+00:00" }, { - "name": "symfony/security-guard", - "version": "v5.4.22", + "name": "symfony/event-dispatcher-contracts", + "version": "v3.0.2", "source": { "type": "git", - "url": "https://github.com/symfony/security-guard.git", - "reference": "62d064b1ee682e4617f4c5ddc0d31f73e1a7ecaa" + "url": "https://github.com/symfony/event-dispatcher-contracts.git", + "reference": "7bc61cc2db649b4637d331240c5346dcc7708051" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-guard/zipball/62d064b1ee682e4617f4c5ddc0d31f73e1a7ecaa", - "reference": "62d064b1ee682e4617f4c5ddc0d31f73e1a7ecaa", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/7bc61cc2db649b4637d331240c5346dcc7708051", + "reference": "7bc61cc2db649b4637d331240c5346dcc7708051", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/polyfill-php80": "^1.15", - "symfony/security-core": "^5.0", - "symfony/security-http": "^5.3" + "php": ">=8.0.2", + "psr/event-dispatcher": "^1" }, - "require-dev": { - "psr/log": "^1|^2|^3" + "suggest": { + "symfony/event-dispatcher-implementation": "" }, "type": "library", + "extra": { + "branch-alias": { + "dev-main": "3.0-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, "autoload": { "psr-4": { - "Symfony\\Component\\Security\\Guard\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "Symfony\\Contracts\\EventDispatcher\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -68718,18 +68374,26 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Security Component - Guard", + "description": "Generic abstractions related to dispatching event", "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], "support": { - "source": "https://github.com/symfony/security-guard/tree/v5.4.22" + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.0.2" }, "funding": [ { @@ -68745,53 +68409,31 @@ "type": "tidelift" } ], - "time": "2023-03-06T21:29:33+00:00" + "time": "2022-01-02T09:55:41+00:00" }, { - "name": "symfony/security-http", - "version": "v5.4.23", + "name": "symfony/filesystem", + "version": "v6.0.19", "source": { "type": "git", - "url": "https://github.com/symfony/security-http.git", - "reference": "6791856229cc605834d169091981e4eae77dad45" + "url": "https://github.com/symfony/filesystem.git", + "reference": "3d49eec03fda1f0fc19b7349fbbe55ebc1004214" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-http/zipball/6791856229cc605834d169091981e4eae77dad45", - "reference": "6791856229cc605834d169091981e4eae77dad45", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/3d49eec03fda1f0fc19b7349fbbe55ebc1004214", + "reference": "3d49eec03fda1f0fc19b7349fbbe55ebc1004214", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/http-foundation": "^5.3|^6.0", - "symfony/http-kernel": "^5.3|^6.0", - "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php80": "^1.16", - "symfony/property-access": "^4.4|^5.0|^6.0", - "symfony/security-core": "^5.4.19|~6.0.19|~6.1.11|^6.2.5" - }, - "conflict": { - "symfony/event-dispatcher": "<4.3", - "symfony/security-bundle": "<5.3", - "symfony/security-csrf": "<4.4" - }, - "require-dev": { - "psr/log": "^1|^2|^3", - "symfony/cache": "^4.4|^5.0|^6.0", - "symfony/rate-limiter": "^5.2|^6.0", - "symfony/routing": "^4.4|^5.0|^6.0", - "symfony/security-csrf": "^4.4|^5.0|^6.0", - "symfony/translation": "^4.4|^5.0|^6.0" - }, - "suggest": { - "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs", - "symfony/security-csrf": "For using tokens to protect authentication/logout attempts" + "php": ">=8.0.2", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-mbstring": "~1.8" }, "type": "library", "autoload": { "psr-4": { - "Symfony\\Component\\Security\\Http\\": "" + "Symfony\\Component\\Filesystem\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -68811,10 +68453,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Security Component - HTTP Integration", + "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-http/tree/v5.4.23" + "source": "https://github.com/symfony/filesystem/tree/v6.0.19" }, "funding": [ { @@ -68830,69 +68472,29 @@ "type": "tidelift" } ], - "time": "2023-04-21T11:34:27+00:00" - }, - { - "name": "symfony/serializer", - "version": "v6.0.19", - "source": { - "type": "git", - "url": "https://github.com/symfony/serializer.git", - "reference": "6aff9e2894ff0dcfa7aca38f9d0396ed65627d07" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/6aff9e2894ff0dcfa7aca38f9d0396ed65627d07", - "reference": "6aff9e2894ff0dcfa7aca38f9d0396ed65627d07", - "shasum": "" - }, - "require": { - "php": ">=8.0.2", - "symfony/polyfill-ctype": "~1.8" - }, - "conflict": { - "doctrine/annotations": "<1.12", - "phpdocumentor/reflection-docblock": "<3.2.2", - "phpdocumentor/type-resolver": "<1.4.0|>=1.7.0", - "symfony/dependency-injection": "<5.4", - "symfony/property-access": "<5.4", - "symfony/property-info": "<5.4", - "symfony/uid": "<5.4", - "symfony/yaml": "<5.4" - }, - "require-dev": { - "doctrine/annotations": "^1.12|^2", - "phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0", - "symfony/cache": "^5.4|^6.0", - "symfony/config": "^5.4|^6.0", - "symfony/dependency-injection": "^5.4|^6.0", - "symfony/error-handler": "^5.4|^6.0", - "symfony/filesystem": "^5.4|^6.0", - "symfony/form": "^5.4|^6.0", - "symfony/http-foundation": "^5.4|^6.0", - "symfony/http-kernel": "^5.4|^6.0", - "symfony/mime": "^5.4|^6.0", - "symfony/property-access": "^5.4|^6.0", - "symfony/property-info": "^5.4|^6.0", - "symfony/uid": "^5.4|^6.0", - "symfony/validator": "^5.4|^6.0", - "symfony/var-dumper": "^5.4|^6.0", - "symfony/var-exporter": "^5.4|^6.0", - "symfony/yaml": "^5.4|^6.0" + "time": "2023-01-20T17:44:14+00:00" + }, + { + "name": "symfony/finder", + "version": "v6.0.19", + "source": { + "type": "git", + "url": "https://github.com/symfony/finder.git", + "reference": "5cc9cac6586fc0c28cd173780ca696e419fefa11" }, - "suggest": { - "psr/cache-implementation": "For using the metadata cache.", - "symfony/config": "For using the XML mapping loader.", - "symfony/mime": "For using a MIME type guesser within the DataUriNormalizer.", - "symfony/property-access": "For using the ObjectNormalizer.", - "symfony/property-info": "To deserialize relations.", - "symfony/var-exporter": "For using the metadata compiler.", - "symfony/yaml": "For using the default YAML mapping loader." + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/finder/zipball/5cc9cac6586fc0c28cd173780ca696e419fefa11", + "reference": "5cc9cac6586fc0c28cd173780ca696e419fefa11", + "shasum": "" + }, + "require": { + "php": ">=8.0.2" }, "type": "library", "autoload": { "psr-4": { - "Symfony\\Component\\Serializer\\": "" + "Symfony\\Component\\Finder\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -68912,10 +68514,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", + "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/serializer/tree/v6.0.19" + "source": "https://github.com/symfony/finder/tree/v6.0.19" }, "funding": [ { @@ -68931,46 +68533,40 @@ "type": "tidelift" } ], - "time": "2023-01-15T17:21:41+00:00" + "time": "2023-01-20T17:44:14+00:00" }, { - "name": "symfony/service-contracts", - "version": "v2.5.2", + "name": "symfony/flex", + "version": "v2.3.1", "source": { "type": "git", - "url": "https://github.com/symfony/service-contracts.git", - "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c" + "url": "https://github.com/symfony/flex.git", + "reference": "3c9c3424efdafe33e0e3cfb5e87e50b34711fedf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c", - "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c", + "url": "https://api.github.com/repos/symfony/flex/zipball/3c9c3424efdafe33e0e3cfb5e87e50b34711fedf", + "reference": "3c9c3424efdafe33e0e3cfb5e87e50b34711fedf", "shasum": "" }, "require": { - "php": ">=7.2.5", - "psr/container": "^1.1", - "symfony/deprecation-contracts": "^2.1|^3" - }, - "conflict": { - "ext-psr": "<1.1|>=2" + "composer-plugin-api": "^2.1", + "php": ">=8.0" }, - "suggest": { - "symfony/service-implementation": "" + "require-dev": { + "composer/composer": "^2.1", + "symfony/dotenv": "^5.4|^6.0", + "symfony/filesystem": "^5.4|^6.0", + "symfony/phpunit-bridge": "^5.4|^6.0", + "symfony/process": "^5.4|^6.0" }, - "type": "library", + "type": "composer-plugin", "extra": { - "branch-alias": { - "dev-main": "2.5-dev" - }, - "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" - } + "class": "Symfony\\Flex\\Flex" }, "autoload": { "psr-4": { - "Symfony\\Contracts\\Service\\": "" + "Symfony\\Flex\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -68979,26 +68575,14 @@ ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Fabien Potencier", + "email": "fabien.potencier@gmail.com" } ], - "description": "Generic abstractions related to writing services", - "homepage": "https://symfony.com", - "keywords": [ - "abstractions", - "contracts", - "decoupling", - "interfaces", - "interoperability", - "standards" - ], + "description": "Composer plugin for Symfony", "support": { - "source": "https://github.com/symfony/service-contracts/tree/v2.5.2" + "issues": "https://github.com/symfony/flex/issues", + "source": "https://github.com/symfony/flex/tree/v2.3.1" }, "funding": [ { @@ -69014,30 +68598,70 @@ "type": "tidelift" } ], - "time": "2022-05-30T19:17:29+00:00" + "time": "2023-05-27T07:38:25+00:00" }, { - "name": "symfony/stopwatch", + "name": "symfony/form", "version": "v6.0.19", "source": { "type": "git", - "url": "https://github.com/symfony/stopwatch.git", - "reference": "011e781839dd1d2eb8119f65ac516a530f60226d" + "url": "https://github.com/symfony/form.git", + "reference": "bec07ecf4aac245183b8e0fa93eb68630415346e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/011e781839dd1d2eb8119f65ac516a530f60226d", - "reference": "011e781839dd1d2eb8119f65ac516a530f60226d", + "url": "https://api.github.com/repos/symfony/form/zipball/bec07ecf4aac245183b8e0fa93eb68630415346e", + "reference": "bec07ecf4aac245183b8e0fa93eb68630415346e", "shasum": "" }, "require": { "php": ">=8.0.2", - "symfony/service-contracts": "^1|^2|^3" + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/event-dispatcher": "^5.4|^6.0", + "symfony/options-resolver": "^5.4|^6.0", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-intl-icu": "^1.21", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php81": "^1.23", + "symfony/property-access": "^5.4|^6.0", + "symfony/service-contracts": "^1.1|^2|^3" + }, + "conflict": { + "phpunit/phpunit": "<5.4.3", + "symfony/console": "<5.4", + "symfony/dependency-injection": "<5.4", + "symfony/doctrine-bridge": "<5.4", + "symfony/error-handler": "<5.4", + "symfony/framework-bundle": "<5.4", + "symfony/http-kernel": "<5.4", + "symfony/translation": "<5.4", + "symfony/translation-contracts": "<1.1.7", + "symfony/twig-bridge": "<5.4" + }, + "require-dev": { + "doctrine/collections": "^1.0|^2.0", + "symfony/config": "^5.4|^6.0", + "symfony/console": "^5.4|^6.0", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/expression-language": "^5.4|^6.0", + "symfony/http-foundation": "^5.4|^6.0", + "symfony/http-kernel": "^5.4|^6.0", + "symfony/intl": "^5.4|^6.0", + "symfony/security-csrf": "^5.4|^6.0", + "symfony/translation": "^5.4|^6.0", + "symfony/uid": "^5.4|^6.0", + "symfony/validator": "^5.4|^6.0", + "symfony/var-dumper": "^5.4|^6.0" + }, + "suggest": { + "symfony/security-csrf": "For protecting forms against CSRF attacks.", + "symfony/twig-bridge": "For templating with Twig.", + "symfony/validator": "For form validation." }, "type": "library", "autoload": { "psr-4": { - "Symfony\\Component\\Stopwatch\\": "" + "Symfony\\Component\\Form\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -69057,10 +68681,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Provides a way to profile code", + "description": "Allows to easily create, process and reuse HTML forms", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/stopwatch/tree/v6.0.19" + "source": "https://github.com/symfony/form/tree/v6.0.19" }, "funding": [ { @@ -69079,42 +68703,113 @@ "time": "2023-01-01T08:36:10+00:00" }, { - "name": "symfony/string", + "name": "symfony/framework-bundle", "version": "v6.0.19", "source": { "type": "git", - "url": "https://github.com/symfony/string.git", - "reference": "d9e72497367c23e08bf94176d2be45b00a9d232a" + "url": "https://github.com/symfony/framework-bundle.git", + "reference": "ee403597484be1073222373fc2962b44c36f5dd4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/d9e72497367c23e08bf94176d2be45b00a9d232a", - "reference": "d9e72497367c23e08bf94176d2be45b00a9d232a", + "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/ee403597484be1073222373fc2962b44c36f5dd4", + "reference": "ee403597484be1073222373fc2962b44c36f5dd4", "shasum": "" }, "require": { + "composer-runtime-api": ">=2.1", + "ext-xml": "*", "php": ">=8.0.2", - "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-intl-grapheme": "~1.0", - "symfony/polyfill-intl-normalizer": "~1.0", - "symfony/polyfill-mbstring": "~1.0" + "symfony/cache": "^5.4|^6.0", + "symfony/config": "^5.4|^6.0", + "symfony/dependency-injection": "^5.4.5|^6.0.5", + "symfony/error-handler": "^5.4|^6.0", + "symfony/event-dispatcher": "^5.4|^6.0", + "symfony/filesystem": "^5.4|^6.0", + "symfony/finder": "^5.4|^6.0", + "symfony/http-foundation": "^5.4|^6.0", + "symfony/http-kernel": "^5.4|^6.0", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php81": "^1.22", + "symfony/routing": "^5.4|^6.0" }, "conflict": { - "symfony/translation-contracts": "<2.0" + "doctrine/annotations": "<1.13.1", + "doctrine/persistence": "<1.3", + "phpdocumentor/reflection-docblock": "<3.2.2", + "phpdocumentor/type-resolver": "<1.4.0", + "phpunit/phpunit": "<5.4.3", + "symfony/asset": "<5.4", + "symfony/console": "<5.4", + "symfony/dom-crawler": "<5.4", + "symfony/dotenv": "<5.4", + "symfony/form": "<5.4", + "symfony/http-client": "<5.4", + "symfony/lock": "<5.4", + "symfony/mailer": "<5.4", + "symfony/messenger": "<5.4", + "symfony/mime": "<5.4", + "symfony/property-access": "<5.4", + "symfony/property-info": "<5.4", + "symfony/security-core": "<5.4", + "symfony/security-csrf": "<5.4", + "symfony/serializer": "<5.4", + "symfony/stopwatch": "<5.4", + "symfony/translation": "<5.4", + "symfony/twig-bridge": "<5.4", + "symfony/twig-bundle": "<5.4", + "symfony/validator": "<5.4", + "symfony/web-profiler-bundle": "<5.4", + "symfony/workflow": "<5.4" }, "require-dev": { - "symfony/error-handler": "^5.4|^6.0", + "doctrine/annotations": "^1.13.1|^2", + "doctrine/persistence": "^1.3|^2|^3", + "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", + "symfony/asset": "^5.4|^6.0", + "symfony/browser-kit": "^5.4|^6.0", + "symfony/console": "^5.4.9|^6.0.9", + "symfony/css-selector": "^5.4|^6.0", + "symfony/dom-crawler": "^5.4|^6.0", + "symfony/dotenv": "^5.4|^6.0", + "symfony/expression-language": "^5.4|^6.0", + "symfony/form": "^5.4|^6.0", "symfony/http-client": "^5.4|^6.0", - "symfony/translation-contracts": "^2.0|^3.0", - "symfony/var-exporter": "^5.4|^6.0" + "symfony/lock": "^5.4|^6.0", + "symfony/mailer": "^5.4|^6.0", + "symfony/messenger": "^5.4|^6.0", + "symfony/mime": "^5.4|^6.0", + "symfony/notifier": "^5.4|^6.0", + "symfony/polyfill-intl-icu": "~1.0", + "symfony/process": "^5.4|^6.0", + "symfony/property-info": "^5.4|^6.0", + "symfony/rate-limiter": "^5.4|^6.0", + "symfony/security-bundle": "^5.4|^6.0", + "symfony/serializer": "^5.4|^6.0", + "symfony/stopwatch": "^5.4|^6.0", + "symfony/string": "^5.4|^6.0", + "symfony/translation": "^5.4|^6.0", + "symfony/twig-bundle": "^5.4|^6.0", + "symfony/validator": "^5.4|^6.0", + "symfony/web-link": "^5.4|^6.0", + "symfony/workflow": "^5.4|^6.0", + "symfony/yaml": "^5.4|^6.0", + "twig/twig": "^2.10|^3.0" }, - "type": "library", + "suggest": { + "ext-apcu": "For best performance of the system caches", + "symfony/console": "For using the console commands", + "symfony/form": "For using forms", + "symfony/property-info": "For using the property_info service", + "symfony/serializer": "For using the serializer service", + "symfony/validator": "For using validation", + "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering", + "symfony/yaml": "For using the debug:config and lint:yaml commands" + }, + "type": "symfony-bundle", "autoload": { - "files": [ - "Resources/functions.php" - ], "psr-4": { - "Symfony\\Component\\String\\": "" + "Symfony\\Bundle\\FrameworkBundle\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -69126,26 +68821,18 @@ ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way", + "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework", "homepage": "https://symfony.com", - "keywords": [ - "grapheme", - "i18n", - "string", - "unicode", - "utf-8", - "utf8" - ], "support": { - "source": "https://github.com/symfony/string/tree/v6.0.19" + "source": "https://github.com/symfony/framework-bundle/tree/v6.0.19" }, "funding": [ { @@ -69161,63 +68848,52 @@ "type": "tidelift" } ], - "time": "2023-01-01T08:36:10+00:00" + "time": "2023-01-11T11:50:03+00:00" }, { - "name": "symfony/translation", - "version": "v6.0.19", + "name": "symfony/http-client", + "version": "v6.0.20", "source": { "type": "git", - "url": "https://github.com/symfony/translation.git", - "reference": "9c24b3fdbbe9fb2ef3a6afd8bbaadfd72dad681f" + "url": "https://github.com/symfony/http-client.git", + "reference": "541c04560da1875f62c963c3aab6ea12a7314e11" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/9c24b3fdbbe9fb2ef3a6afd8bbaadfd72dad681f", - "reference": "9c24b3fdbbe9fb2ef3a6afd8bbaadfd72dad681f", + "url": "https://api.github.com/repos/symfony/http-client/zipball/541c04560da1875f62c963c3aab6ea12a7314e11", + "reference": "541c04560da1875f62c963c3aab6ea12a7314e11", "shasum": "" }, "require": { "php": ">=8.0.2", - "symfony/polyfill-mbstring": "~1.0", - "symfony/translation-contracts": "^2.3|^3.0" - }, - "conflict": { - "symfony/config": "<5.4", - "symfony/console": "<5.4", - "symfony/dependency-injection": "<5.4", - "symfony/http-kernel": "<5.4", - "symfony/twig-bundle": "<5.4", - "symfony/yaml": "<5.4" + "psr/log": "^1|^2|^3", + "symfony/http-client-contracts": "^3", + "symfony/service-contracts": "^1.0|^2|^3" }, "provide": { - "symfony/translation-implementation": "2.3|3.0" + "php-http/async-client-implementation": "*", + "php-http/client-implementation": "*", + "psr/http-client-implementation": "1.0", + "symfony/http-client-implementation": "3.0" }, "require-dev": { - "psr/log": "^1|^2|^3", - "symfony/config": "^5.4|^6.0", - "symfony/console": "^5.4|^6.0", + "amphp/amp": "^2.5", + "amphp/http-client": "^4.2.1", + "amphp/http-tunnel": "^1.0", + "amphp/socket": "^1.1", + "guzzlehttp/promises": "^1.4", + "nyholm/psr7": "^1.0", + "php-http/httplug": "^1.0|^2.0", + "psr/http-client": "^1.0", "symfony/dependency-injection": "^5.4|^6.0", - "symfony/finder": "^5.4|^6.0", - "symfony/http-client-contracts": "^1.1|^2.0|^3.0", "symfony/http-kernel": "^5.4|^6.0", - "symfony/intl": "^5.4|^6.0", - "symfony/polyfill-intl-icu": "^1.21", - "symfony/service-contracts": "^1.1.2|^2|^3", - "symfony/yaml": "^5.4|^6.0" - }, - "suggest": { - "psr/log-implementation": "To use logging capability in translator", - "symfony/config": "", - "symfony/yaml": "" + "symfony/process": "^5.4|^6.0", + "symfony/stopwatch": "^5.4|^6.0" }, "type": "library", "autoload": { - "files": [ - "Resources/functions.php" - ], "psr-4": { - "Symfony\\Component\\Translation\\": "" + "Symfony\\Component\\HttpClient\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -69229,18 +68905,18 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Provides tools to internationalize your application", + "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/v6.0.19" + "source": "https://github.com/symfony/http-client/tree/v6.0.20" }, "funding": [ { @@ -69256,27 +68932,27 @@ "type": "tidelift" } ], - "time": "2023-01-01T08:36:10+00:00" + "time": "2023-01-30T15:41:07+00:00" }, { - "name": "symfony/translation-contracts", + "name": "symfony/http-client-contracts", "version": "v3.0.2", "source": { "type": "git", - "url": "https://github.com/symfony/translation-contracts.git", - "reference": "acbfbb274e730e5a0236f619b6168d9dedb3e282" + "url": "https://github.com/symfony/http-client-contracts.git", + "reference": "4184b9b63af1edaf35b6a7974c6f1f9f33294129" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/acbfbb274e730e5a0236f619b6168d9dedb3e282", - "reference": "acbfbb274e730e5a0236f619b6168d9dedb3e282", + "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/4184b9b63af1edaf35b6a7974c6f1f9f33294129", + "reference": "4184b9b63af1edaf35b6a7974c6f1f9f33294129", "shasum": "" }, "require": { "php": ">=8.0.2" }, "suggest": { - "symfony/translation-implementation": "" + "symfony/http-client-implementation": "" }, "type": "library", "extra": { @@ -69290,7 +68966,7 @@ }, "autoload": { "psr-4": { - "Symfony\\Contracts\\Translation\\": "" + "Symfony\\Contracts\\HttpClient\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -69307,7 +68983,7 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Generic abstractions related to translation", + "description": "Generic abstractions related to HTTP clients", "homepage": "https://symfony.com", "keywords": [ "abstractions", @@ -69318,7 +68994,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/translation-contracts/tree/v3.0.2" + "source": "https://github.com/symfony/http-client-contracts/tree/v3.0.2" }, "funding": [ { @@ -69334,88 +69010,152 @@ "type": "tidelift" } ], - "time": "2022-06-27T17:10:44+00:00" + "time": "2022-04-12T16:11:42+00:00" }, { - "name": "symfony/twig-bridge", - "version": "v6.0.19", + "name": "symfony/http-foundation", + "version": "v6.0.20", "source": { "type": "git", - "url": "https://github.com/symfony/twig-bridge.git", - "reference": "bcd79f7845f887defec9d6737a535a3c602159e9" + "url": "https://github.com/symfony/http-foundation.git", + "reference": "e16b2676a4b3b1fa12378a20b29c364feda2a8d6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/bcd79f7845f887defec9d6737a535a3c602159e9", - "reference": "bcd79f7845f887defec9d6737a535a3c602159e9", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e16b2676a4b3b1fa12378a20b29c364feda2a8d6", + "reference": "e16b2676a4b3b1fa12378a20b29c364feda2a8d6", "shasum": "" }, "require": { "php": ">=8.0.2", - "symfony/translation-contracts": "^1.1|^2|^3", - "twig/twig": "^2.13|^3.0.4" + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/polyfill-mbstring": "~1.1" + }, + "require-dev": { + "predis/predis": "~1.0", + "symfony/cache": "^5.4|^6.0", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/expression-language": "^5.4|^6.0", + "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4", + "symfony/mime": "^5.4|^6.0", + "symfony/rate-limiter": "^5.2|^6.0" + }, + "suggest": { + "symfony/mime": "To use the file extension guesser" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\HttpFoundation\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Defines an object-oriented layer for the HTTP specification", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/http-foundation/tree/v6.0.20" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2023-01-30T15:41:07+00:00" + }, + { + "name": "symfony/http-kernel", + "version": "v6.0.20", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-kernel.git", + "reference": "6dc70833fd0ef5e861e17c7854c12d7d86679349" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/6dc70833fd0ef5e861e17c7854c12d7d86679349", + "reference": "6dc70833fd0ef5e861e17c7854c12d7d86679349", + "shasum": "" + }, + "require": { + "php": ">=8.0.2", + "psr/log": "^1|^2|^3", + "symfony/error-handler": "^5.4|^6.0", + "symfony/event-dispatcher": "^5.4|^6.0", + "symfony/http-foundation": "^5.4|^6.0", + "symfony/polyfill-ctype": "^1.8" }, "conflict": { - "phpdocumentor/reflection-docblock": "<3.2.2", - "phpdocumentor/type-resolver": "<1.4.0", + "symfony/browser-kit": "<5.4", + "symfony/cache": "<5.4", + "symfony/config": "<5.4", "symfony/console": "<5.4", + "symfony/dependency-injection": "<5.4", + "symfony/doctrine-bridge": "<5.4", "symfony/form": "<5.4", - "symfony/http-foundation": "<5.4", - "symfony/http-kernel": "<5.4", + "symfony/http-client": "<5.4", + "symfony/mailer": "<5.4", + "symfony/messenger": "<5.4", "symfony/translation": "<5.4", - "symfony/workflow": "<5.4" + "symfony/twig-bridge": "<5.4", + "symfony/validator": "<5.4", + "twig/twig": "<2.13" + }, + "provide": { + "psr/log-implementation": "1.0|2.0|3.0" }, "require-dev": { - "doctrine/annotations": "^1.12|^2", - "egulias/email-validator": "^2.1.10|^3|^4", - "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", - "symfony/asset": "^5.4|^6.0", + "psr/cache": "^1.0|^2.0|^3.0", + "symfony/browser-kit": "^5.4|^6.0", + "symfony/config": "^5.4|^6.0", "symfony/console": "^5.4|^6.0", + "symfony/css-selector": "^5.4|^6.0", "symfony/dependency-injection": "^5.4|^6.0", + "symfony/dom-crawler": "^5.4|^6.0", "symfony/expression-language": "^5.4|^6.0", "symfony/finder": "^5.4|^6.0", - "symfony/form": "^5.4|^6.0", - "symfony/http-foundation": "^5.4|^6.0", - "symfony/http-kernel": "^5.4|^6.0", - "symfony/intl": "^5.4|^6.0", - "symfony/mime": "^5.4|^6.0", - "symfony/polyfill-intl-icu": "~1.0", - "symfony/property-info": "^5.4|^6.0", + "symfony/http-client-contracts": "^1.1|^2|^3", + "symfony/process": "^5.4|^6.0", "symfony/routing": "^5.4|^6.0", - "symfony/security-acl": "^2.8|^3.0", - "symfony/security-core": "^5.4|^6.0", - "symfony/security-csrf": "^5.4|^6.0", - "symfony/security-http": "^5.4|^6.0", - "symfony/serializer": "^5.4|^6.0", "symfony/stopwatch": "^5.4|^6.0", - "symfony/translation": "^5.4|^6.0", - "symfony/web-link": "^5.4|^6.0", - "symfony/workflow": "^5.4|^6.0", - "symfony/yaml": "^5.4|^6.0", - "twig/cssinliner-extra": "^2.12|^3", - "twig/inky-extra": "^2.12|^3", - "twig/markdown-extra": "^2.12|^3" + "symfony/translation": "^5.4|^6.0", + "symfony/translation-contracts": "^1.1|^2|^3", + "twig/twig": "^2.13|^3.0.4" }, "suggest": { - "symfony/asset": "For using the AssetExtension", - "symfony/expression-language": "For using the ExpressionExtension", - "symfony/finder": "", - "symfony/form": "For using the FormExtension", - "symfony/http-kernel": "For using the HttpKernelExtension", - "symfony/routing": "For using the RoutingExtension", - "symfony/security-core": "For using the SecurityExtension", - "symfony/security-csrf": "For using the CsrfExtension", - "symfony/security-http": "For using the LogoutUrlExtension", - "symfony/stopwatch": "For using the StopwatchExtension", - "symfony/translation": "For using the TranslationExtension", - "symfony/var-dumper": "For using the DumpExtension", - "symfony/web-link": "For using the WebLinkExtension", - "symfony/yaml": "For using the YamlExtension" + "symfony/browser-kit": "", + "symfony/config": "", + "symfony/console": "", + "symfony/dependency-injection": "" }, - "type": "symfony-bridge", + "type": "library", "autoload": { "psr-4": { - "Symfony\\Bridge\\Twig\\": "" + "Symfony\\Component\\HttpKernel\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -69435,10 +69175,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Provides integration for Twig with various Symfony components", + "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/twig-bridge/tree/v6.0.19" + "source": "https://github.com/symfony/http-kernel/tree/v6.0.20" }, "funding": [ { @@ -69454,33 +69194,32 @@ "type": "tidelift" } ], - "time": "2023-01-11T11:50:03+00:00" + "time": "2023-02-01T08:22:55+00:00" }, { - "name": "symfony/uid", + "name": "symfony/intl", "version": "v6.0.19", "source": { "type": "git", - "url": "https://github.com/symfony/uid.git", - "reference": "6499e28b0ac9f2aa3151e11845bdb5cd21e6bb9d" + "url": "https://github.com/symfony/intl.git", + "reference": "a2e1ce9048ea549ee1e8d9ce521cbe9a9ec7d92c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/uid/zipball/6499e28b0ac9f2aa3151e11845bdb5cd21e6bb9d", - "reference": "6499e28b0ac9f2aa3151e11845bdb5cd21e6bb9d", + "url": "https://api.github.com/repos/symfony/intl/zipball/a2e1ce9048ea549ee1e8d9ce521cbe9a9ec7d92c", + "reference": "a2e1ce9048ea549ee1e8d9ce521cbe9a9ec7d92c", "shasum": "" }, "require": { - "php": ">=8.0.2", - "symfony/polyfill-uuid": "^1.15" + "php": ">=8.0.2" }, "require-dev": { - "symfony/console": "^5.4|^6.0" + "symfony/filesystem": "^5.4|^6.0" }, "type": "library", "autoload": { "psr-4": { - "Symfony\\Component\\Uid\\": "" + "Symfony\\Component\\Intl\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -69492,27 +69231,34 @@ ], "authors": [ { - "name": "Grégoire Pineau", - "email": "lyrixx@lyrixx.info" + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" }, { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" + "name": "Eriksen Costa", + "email": "eriksen.costa@infranology.com.br" + }, + { + "name": "Igor Wiedler", + "email": "igor@wiedler.ch" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Provides an object-oriented API to generate and represent UIDs", + "description": "Provides a PHP replacement layer for the C intl extension that includes additional data from the ICU library", "homepage": "https://symfony.com", "keywords": [ - "UID", - "ulid", - "uuid" + "i18n", + "icu", + "internationalization", + "intl", + "l10n", + "localization" ], "support": { - "source": "https://github.com/symfony/uid/tree/v6.0.19" + "source": "https://github.com/symfony/intl/tree/v6.0.19" }, "funding": [ { @@ -69531,73 +69277,41 @@ "time": "2023-01-01T08:36:10+00:00" }, { - "name": "symfony/validator", - "version": "v6.0.19", + "name": "symfony/mailer", + "version": "v5.4.22", "source": { "type": "git", - "url": "https://github.com/symfony/validator.git", - "reference": "8e41a2dc215903964175ca8bdc884297f021d31c" + "url": "https://github.com/symfony/mailer.git", + "reference": "6330cd465dfd8b7a07515757a1c37069075f7b0b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/8e41a2dc215903964175ca8bdc884297f021d31c", - "reference": "8e41a2dc215903964175ca8bdc884297f021d31c", + "url": "https://api.github.com/repos/symfony/mailer/zipball/6330cd465dfd8b7a07515757a1c37069075f7b0b", + "reference": "6330cd465dfd8b7a07515757a1c37069075f7b0b", "shasum": "" }, "require": { - "php": ">=8.0.2", - "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php81": "^1.22", - "symfony/translation-contracts": "^1.1|^2|^3" + "egulias/email-validator": "^2.1.10|^3|^4", + "php": ">=7.2.5", + "psr/event-dispatcher": "^1", + "psr/log": "^1|^2|^3", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/event-dispatcher": "^4.4|^5.0|^6.0", + "symfony/mime": "^5.2.6|^6.0", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.1|^2|^3" }, "conflict": { - "doctrine/annotations": "<1.13", - "doctrine/lexer": "<1.1", - "phpunit/phpunit": "<5.4.3", - "symfony/dependency-injection": "<5.4", - "symfony/expression-language": "<5.4", - "symfony/http-kernel": "<5.4", - "symfony/intl": "<5.4", - "symfony/property-info": "<5.4", - "symfony/translation": "<5.4", - "symfony/yaml": "<5.4" + "symfony/http-kernel": "<4.4" }, "require-dev": { - "doctrine/annotations": "^1.13|^2", - "egulias/email-validator": "^2.1.10|^3|^4", - "symfony/cache": "^5.4|^6.0", - "symfony/config": "^5.4|^6.0", - "symfony/console": "^5.4|^6.0", - "symfony/dependency-injection": "^5.4|^6.0", - "symfony/expression-language": "^5.4|^6.0", - "symfony/finder": "^5.4|^6.0", - "symfony/http-client": "^5.4|^6.0", - "symfony/http-foundation": "^5.4|^6.0", - "symfony/http-kernel": "^5.4|^6.0", - "symfony/intl": "^5.4|^6.0", - "symfony/mime": "^5.4|^6.0", - "symfony/property-access": "^5.4|^6.0", - "symfony/property-info": "^5.4|^6.0", - "symfony/translation": "^5.4|^6.0", - "symfony/yaml": "^5.4|^6.0" - }, - "suggest": { - "egulias/email-validator": "Strict (RFC compliant) email validation", - "psr/cache-implementation": "For using the mapping cache.", - "symfony/config": "", - "symfony/expression-language": "For using the Expression validator and the ExpressionLanguageSyntax constraints", - "symfony/http-foundation": "", - "symfony/intl": "", - "symfony/property-access": "For accessing properties within comparison constraints", - "symfony/property-info": "To automatically add NotNull and Type constraints", - "symfony/translation": "For translating validation errors.", - "symfony/yaml": "" + "symfony/http-client": "^4.4|^5.0|^6.0", + "symfony/messenger": "^4.4|^5.0|^6.0" }, "type": "library", "autoload": { "psr-4": { - "Symfony\\Component\\Validator\\": "" + "Symfony\\Component\\Mailer\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -69617,10 +69331,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Provides tools to validate values", + "description": "Helps sending emails", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/validator/tree/v6.0.19" + "source": "https://github.com/symfony/mailer/tree/v5.4.22" }, "funding": [ { @@ -69636,52 +69350,53 @@ "type": "tidelift" } ], - "time": "2023-01-15T17:21:41+00:00" + "time": "2023-03-10T10:15:32+00:00" }, { - "name": "symfony/var-dumper", + "name": "symfony/messenger", "version": "v6.0.19", "source": { "type": "git", - "url": "https://github.com/symfony/var-dumper.git", - "reference": "eb980457fa6899840fe1687e8627a03a7d8a3d52" + "url": "https://github.com/symfony/messenger.git", + "reference": "d584d1754e9e19f83a43c75f36c84b42f6f7e209" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/eb980457fa6899840fe1687e8627a03a7d8a3d52", - "reference": "eb980457fa6899840fe1687e8627a03a7d8a3d52", + "url": "https://api.github.com/repos/symfony/messenger/zipball/d584d1754e9e19f83a43c75f36c84b42f6f7e209", + "reference": "d584d1754e9e19f83a43c75f36c84b42f6f7e209", "shasum": "" }, "require": { "php": ">=8.0.2", - "symfony/polyfill-mbstring": "~1.0" + "psr/log": "^1|^2|^3" }, "conflict": { - "phpunit/phpunit": "<5.4.3", - "symfony/console": "<5.4" + "symfony/event-dispatcher": "<5.4", + "symfony/framework-bundle": "<5.4", + "symfony/http-kernel": "<5.4", + "symfony/serializer": "<5.4" }, "require-dev": { - "ext-iconv": "*", + "psr/cache": "^1.0|^2.0|^3.0", "symfony/console": "^5.4|^6.0", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/event-dispatcher": "^5.4|^6.0", + "symfony/http-kernel": "^5.4|^6.0", "symfony/process": "^5.4|^6.0", - "symfony/uid": "^5.4|^6.0", - "twig/twig": "^2.13|^3.0.4" + "symfony/property-access": "^5.4|^6.0", + "symfony/routing": "^5.4|^6.0", + "symfony/serializer": "^5.4|^6.0", + "symfony/service-contracts": "^1.1|^2|^3", + "symfony/stopwatch": "^5.4|^6.0", + "symfony/validator": "^5.4|^6.0" }, "suggest": { - "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", - "ext-intl": "To show region name in time zone dump", - "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" + "enqueue/messenger-adapter": "For using the php-enqueue library as a transport." }, - "bin": [ - "Resources/bin/var-dump-server" - ], "type": "library", "autoload": { - "files": [ - "Resources/functions/dump.php" - ], "psr-4": { - "Symfony\\Component\\VarDumper\\": "" + "Symfony\\Component\\Messenger\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -69693,22 +69408,18 @@ ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" + "name": "Samuel Roze", + "email": "samuel.roze@gmail.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Provides mechanisms for walking through any arbitrary PHP variable", + "description": "Helps applications send and receive messages to/from other applications or via message queues", "homepage": "https://symfony.com", - "keywords": [ - "debug", - "dump" - ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v6.0.19" + "source": "https://github.com/symfony/messenger/tree/v6.0.19" }, "funding": [ { @@ -69727,29 +69438,43 @@ "time": "2023-01-20T17:44:14+00:00" }, { - "name": "symfony/var-exporter", + "name": "symfony/mime", "version": "v6.0.19", "source": { "type": "git", - "url": "https://github.com/symfony/var-exporter.git", - "reference": "df56f53818c2d5d9f683f4ad2e365ba73a3b69d2" + "url": "https://github.com/symfony/mime.git", + "reference": "d7052547a0070cbeadd474e172b527a00d657301" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/df56f53818c2d5d9f683f4ad2e365ba73a3b69d2", - "reference": "df56f53818c2d5d9f683f4ad2e365ba73a3b69d2", + "url": "https://api.github.com/repos/symfony/mime/zipball/d7052547a0070cbeadd474e172b527a00d657301", + "reference": "d7052547a0070cbeadd474e172b527a00d657301", "shasum": "" }, "require": { - "php": ">=8.0.2" + "php": ">=8.0.2", + "symfony/polyfill-intl-idn": "^1.10", + "symfony/polyfill-mbstring": "^1.0" + }, + "conflict": { + "egulias/email-validator": "~3.0.0", + "phpdocumentor/reflection-docblock": "<3.2.2", + "phpdocumentor/type-resolver": "<1.4.0", + "symfony/mailer": "<5.4", + "symfony/serializer": "<5.4.14|>=6.0,<6.0.14|>=6.1,<6.1.6" }, "require-dev": { - "symfony/var-dumper": "^5.4|^6.0" + "egulias/email-validator": "^2.1.10|^3.1|^4", + "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/property-access": "^5.4|^6.0", + "symfony/property-info": "^5.4|^6.0", + "symfony/serializer": "^5.4.14|~6.0.14|^6.1.6" }, "type": "library", "autoload": { "psr-4": { - "Symfony\\Component\\VarExporter\\": "" + "Symfony\\Component\\Mime\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -69761,26 +69486,22 @@ ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Allows exporting any serializable PHP data structure to plain PHP code", + "description": "Allows manipulating MIME messages", "homepage": "https://symfony.com", "keywords": [ - "clone", - "construct", - "export", - "hydrate", - "instantiate", - "serialize" + "mime", + "mime-type" ], "support": { - "source": "https://github.com/symfony/var-exporter/tree/v6.0.19" + "source": "https://github.com/symfony/mime/tree/v6.0.19" }, "funding": [ { @@ -69796,42 +69517,52 @@ "type": "tidelift" } ], - "time": "2023-01-13T08:34:10+00:00" + "time": "2023-01-11T11:50:03+00:00" }, { - "name": "symfony/yaml", - "version": "v6.0.19", + "name": "symfony/monolog-bridge", + "version": "v5.4.22", "source": { "type": "git", - "url": "https://github.com/symfony/yaml.git", - "reference": "deec3a812a0305a50db8ae689b183f43d915c884" + "url": "https://github.com/symfony/monolog-bridge.git", + "reference": "34be6f0695e4187dbb832a05905fb4c6581ac39a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/deec3a812a0305a50db8ae689b183f43d915c884", - "reference": "deec3a812a0305a50db8ae689b183f43d915c884", + "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/34be6f0695e4187dbb832a05905fb4c6581ac39a", + "reference": "34be6f0695e4187dbb832a05905fb4c6581ac39a", "shasum": "" }, "require": { - "php": ">=8.0.2", - "symfony/polyfill-ctype": "^1.8" + "monolog/monolog": "^1.25.1|^2", + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/http-kernel": "^5.3|^6.0", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.1|^2|^3" }, "conflict": { - "symfony/console": "<5.4" + "symfony/console": "<4.4", + "symfony/http-foundation": "<5.3" }, "require-dev": { - "symfony/console": "^5.4|^6.0" + "symfony/console": "^4.4|^5.0|^6.0", + "symfony/http-client": "^4.4|^5.0|^6.0", + "symfony/mailer": "^4.4|^5.0|^6.0", + "symfony/messenger": "^4.4|^5.0|^6.0", + "symfony/mime": "^4.4|^5.0|^6.0", + "symfony/security-core": "^4.4|^5.0|^6.0", + "symfony/var-dumper": "^4.4|^5.0|^6.0" }, "suggest": { - "symfony/console": "For validating YAML files using the lint command" + "symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings.", + "symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel.", + "symfony/var-dumper": "For using the debugging handlers like the console handler or the log server handler." }, - "bin": [ - "Resources/bin/yaml-lint" - ], - "type": "library", + "type": "symfony-bridge", "autoload": { "psr-4": { - "Symfony\\Component\\Yaml\\": "" + "Symfony\\Bridge\\Monolog\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -69851,10 +69582,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Loads and dumps YAML files", + "description": "Provides integration for Monolog with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v6.0.19" + "source": "https://github.com/symfony/monolog-bridge/tree/v5.4.22" }, "funding": [ { @@ -69870,110 +69601,48 @@ "type": "tidelift" } ], - "time": "2023-01-11T11:50:03+00:00" - }, - { - "name": "twig/twig", - "version": "v3.6.1", - "source": { - "type": "git", - "url": "https://github.com/twigphp/Twig.git", - "reference": "7e7d5839d4bec168dfeef0ac66d5c5a2edbabffd" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/7e7d5839d4bec168dfeef0ac66d5c5a2edbabffd", - "reference": "7e7d5839d4bec168dfeef0ac66d5c5a2edbabffd", - "shasum": "" - }, - "require": { - "php": ">=7.2.5", - "symfony/polyfill-ctype": "^1.8", - "symfony/polyfill-mbstring": "^1.3" - }, - "require-dev": { - "psr/container": "^1.0|^2.0", - "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Twig\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com", - "homepage": "http://fabien.potencier.org", - "role": "Lead Developer" - }, - { - "name": "Twig Team", - "role": "Contributors" - }, - { - "name": "Armin Ronacher", - "email": "armin.ronacher@active-4.com", - "role": "Project Founder" - } - ], - "description": "Twig, the flexible, fast, and secure template language for PHP", - "homepage": "https://twig.symfony.com", - "keywords": [ - "templating" - ], - "support": { - "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v3.6.1" - }, - "funding": [ - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/twig/twig", - "type": "tidelift" - } - ], - "time": "2023-06-08T12:52:13+00:00" + "time": "2023-03-06T21:29:33+00:00" }, { - "name": "voku/anti-xss", - "version": "4.1.42", + "name": "symfony/monolog-bundle", + "version": "v3.8.0", "source": { "type": "git", - "url": "https://github.com/voku/anti-xss.git", - "reference": "bca1f8607e55a3c5077483615cd93bd8f11bd675" + "url": "https://github.com/symfony/monolog-bundle.git", + "reference": "a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/voku/anti-xss/zipball/bca1f8607e55a3c5077483615cd93bd8f11bd675", - "reference": "bca1f8607e55a3c5077483615cd93bd8f11bd675", + "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d", + "reference": "a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d", "shasum": "" }, "require": { - "php": ">=7.0.0", - "voku/portable-utf8": "~6.0.2" + "monolog/monolog": "^1.22 || ^2.0 || ^3.0", + "php": ">=7.1.3", + "symfony/config": "~4.4 || ^5.0 || ^6.0", + "symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0", + "symfony/http-kernel": "~4.4 || ^5.0 || ^6.0", + "symfony/monolog-bridge": "~4.4 || ^5.0 || ^6.0" }, "require-dev": { - "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0" + "symfony/console": "~4.4 || ^5.0 || ^6.0", + "symfony/phpunit-bridge": "^5.2 || ^6.0", + "symfony/yaml": "~4.4 || ^5.0 || ^6.0" }, - "type": "library", + "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "4.1.x-dev" + "dev-master": "3.x-dev" } }, "autoload": { "psr-4": { - "voku\\helper\\": "src/voku/helper/" - } + "Symfony\\Bundle\\MonologBundle\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -69981,79 +69650,66 @@ ], "authors": [ { - "name": "EllisLab Dev Team", - "homepage": "http://ellislab.com/" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { - "name": "Lars Moelleken", - "email": "lars@moelleken.org", - "homepage": "https://www.moelleken.org/" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "anti xss-library", - "homepage": "https://github.com/voku/anti-xss", + "description": "Symfony MonologBundle", + "homepage": "https://symfony.com", "keywords": [ - "anti-xss", - "clean", - "security", - "xss" + "log", + "logging" ], "support": { - "issues": "https://github.com/voku/anti-xss/issues", - "source": "https://github.com/voku/anti-xss/tree/4.1.42" + "issues": "https://github.com/symfony/monolog-bundle/issues", + "source": "https://github.com/symfony/monolog-bundle/tree/v3.8.0" }, "funding": [ { - "url": "https://www.paypal.me/moelleken", + "url": "https://symfony.com/sponsor", "type": "custom" }, { - "url": "https://github.com/voku", + "url": "https://github.com/fabpot", "type": "github" }, { - "url": "https://opencollective.com/anti-xss", - "type": "open_collective" - }, - { - "url": "https://www.patreon.com/voku", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/voku/anti-xss", + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2023-07-03T14:40:46+00:00" + "time": "2022-05-10T14:24:36+00:00" }, { - "name": "voku/portable-ascii", - "version": "2.0.1", + "name": "symfony/options-resolver", + "version": "v6.0.19", "source": { "type": "git", - "url": "https://github.com/voku/portable-ascii.git", - "reference": "b56450eed252f6801410d810c8e1727224ae0743" + "url": "https://github.com/symfony/options-resolver.git", + "reference": "6a180d1c45e0d9797470ca9eb46215692de00fa3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743", - "reference": "b56450eed252f6801410d810c8e1727224ae0743", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/6a180d1c45e0d9797470ca9eb46215692de00fa3", + "reference": "6a180d1c45e0d9797470ca9eb46215692de00fa3", "shasum": "" }, "require": { - "php": ">=7.0.0" - }, - "require-dev": { - "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0" - }, - "suggest": { - "ext-intl": "Use Intl for transliterator_transliterate() support" + "php": ">=8.0.2", + "symfony/deprecation-contracts": "^2.1|^3" }, "type": "library", "autoload": { "psr-4": { - "voku\\": "src/voku/" - } + "Symfony\\Component\\OptionsResolver\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -70061,177 +69717,148 @@ ], "authors": [ { - "name": "Lars Moelleken", - "homepage": "http://www.moelleken.org/" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Portable ASCII library - performance optimized (ascii) string functions for php.", - "homepage": "https://github.com/voku/portable-ascii", + "description": "Provides an improved replacement for the array_replace PHP function", + "homepage": "https://symfony.com", "keywords": [ - "ascii", - "clean", - "php" + "config", + "configuration", + "options" ], "support": { - "issues": "https://github.com/voku/portable-ascii/issues", - "source": "https://github.com/voku/portable-ascii/tree/2.0.1" + "source": "https://github.com/symfony/options-resolver/tree/v6.0.19" }, "funding": [ { - "url": "https://www.paypal.me/moelleken", + "url": "https://symfony.com/sponsor", "type": "custom" }, { - "url": "https://github.com/voku", + "url": "https://github.com/fabpot", "type": "github" }, { - "url": "https://opencollective.com/portable-ascii", - "type": "open_collective" - }, - { - "url": "https://www.patreon.com/voku", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii", + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2022-03-08T17:03:00+00:00" + "time": "2023-01-01T08:36:10+00:00" }, { - "name": "voku/portable-utf8", - "version": "6.0.13", + "name": "symfony/password-hasher", + "version": "v6.0.19", "source": { "type": "git", - "url": "https://github.com/voku/portable-utf8.git", - "reference": "b8ce36bf26593e5c2e81b1850ef0ffb299d2043f" + "url": "https://github.com/symfony/password-hasher.git", + "reference": "2ae49765c5328307e82c0ee2898a39c071ef5bc8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/voku/portable-utf8/zipball/b8ce36bf26593e5c2e81b1850ef0ffb299d2043f", - "reference": "b8ce36bf26593e5c2e81b1850ef0ffb299d2043f", + "url": "https://api.github.com/repos/symfony/password-hasher/zipball/2ae49765c5328307e82c0ee2898a39c071ef5bc8", + "reference": "2ae49765c5328307e82c0ee2898a39c071ef5bc8", "shasum": "" }, "require": { - "php": ">=7.0.0", - "symfony/polyfill-iconv": "~1.0", - "symfony/polyfill-intl-grapheme": "~1.0", - "symfony/polyfill-intl-normalizer": "~1.0", - "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php72": "~1.0", - "voku/portable-ascii": "~2.0.0" + "php": ">=8.0.2" }, - "require-dev": { - "phpstan/phpstan": "1.9.*@dev", - "phpstan/phpstan-strict-rules": "1.4.*@dev", - "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0", - "thecodingmachine/phpstan-strict-rules": "1.0.*@dev", - "voku/phpstan-rules": "3.1.*@dev" + "conflict": { + "symfony/security-core": "<5.4" }, - "suggest": { - "ext-ctype": "Use Ctype for e.g. hexadecimal digit detection", - "ext-fileinfo": "Use Fileinfo for better binary file detection", - "ext-iconv": "Use iconv for best performance", - "ext-intl": "Use Intl for best performance", - "ext-json": "Use JSON for string detection", - "ext-mbstring": "Use Mbstring for best performance" + "require-dev": { + "symfony/console": "^5.4|^6.0", + "symfony/security-core": "^5.4|^6.0" }, "type": "library", "autoload": { - "files": [ - "bootstrap.php" - ], "psr-4": { - "voku\\": "src/voku/" - } + "Symfony\\Component\\PasswordHasher\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "(Apache-2.0 or GPL-2.0)" + "MIT" ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Hamid Sarfraz", - "homepage": "http://pageconfig.com/" + "name": "Robin Chalas", + "email": "robin.chalas@gmail.com" }, { - "name": "Lars Moelleken", - "homepage": "http://www.moelleken.org/" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Portable UTF-8 library - performance optimized (unicode) string functions for php.", - "homepage": "https://github.com/voku/portable-utf8", + "description": "Provides password hashing utilities", + "homepage": "https://symfony.com", "keywords": [ - "UTF", - "clean", - "php", - "unicode", - "utf-8", - "utf8" + "hashing", + "password" ], "support": { - "issues": "https://github.com/voku/portable-utf8/issues", - "source": "https://github.com/voku/portable-utf8/tree/6.0.13" + "source": "https://github.com/symfony/password-hasher/tree/v6.0.19" }, "funding": [ { - "url": "https://www.paypal.me/moelleken", + "url": "https://symfony.com/sponsor", "type": "custom" }, { - "url": "https://github.com/voku", + "url": "https://github.com/fabpot", "type": "github" }, { - "url": "https://opencollective.com/portable-utf8", - "type": "open_collective" - }, - { - "url": "https://www.patreon.com/voku", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/voku/portable-utf8", + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2023-03-08T08:35:38+00:00" + "time": "2023-01-01T08:36:10+00:00" }, { - "name": "web-token/jwt-core", - "version": "v2.2.11", + "name": "symfony/polyfill-intl-grapheme", + "version": "v1.27.0", "source": { "type": "git", - "url": "https://github.com/web-token/jwt-core.git", - "reference": "53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678" + "url": "https://github.com/symfony/polyfill-intl-grapheme.git", + "reference": "511a08c03c1960e08a883f4cffcacd219b758354" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/web-token/jwt-core/zipball/53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678", - "reference": "53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354", + "reference": "511a08c03c1960e08a883f4cffcacd219b758354", "shasum": "" }, "require": { - "brick/math": "^0.8.17|^0.9", - "ext-json": "*", - "ext-mbstring": "*", - "fgrosse/phpasn1": "^2.0", - "php": ">=7.2", - "spomky-labs/base64url": "^1.0|^2.0" + "php": ">=7.1" }, - "conflict": { - "spomky-labs/jose": "*" + "suggest": { + "ext-intl": "For best performance" }, "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.27-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, "autoload": { + "files": [ + "bootstrap.php" + ], "psr-4": { - "Jose\\Component\\Core\\": "" + "Symfony\\Polyfill\\Intl\\Grapheme\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -70240,76 +69867,86 @@ ], "authors": [ { - "name": "Florent Morselli", - "homepage": "https://github.com/Spomky" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { - "name": "All contributors", - "homepage": "https://github.com/web-token/jwt-framework/contributors" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Core component of the JWT Framework.", - "homepage": "https://github.com/web-token", + "description": "Symfony polyfill for intl's grapheme_* functions", + "homepage": "https://symfony.com", "keywords": [ - "JOSE", - "JWE", - "JWK", - "JWKSet", - "JWS", - "Jot", - "RFC7515", - "RFC7516", - "RFC7517", - "RFC7518", - "RFC7519", - "RFC7520", - "bundle", - "jwa", - "jwt", - "symfony" + "compatibility", + "grapheme", + "intl", + "polyfill", + "portable", + "shim" ], "support": { - "source": "https://github.com/web-token/jwt-core/tree/v2.2.11" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0" }, "funding": [ { - "url": "https://www.patreon.com/FlorentMorselli", - "type": "patreon" + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" } ], - "time": "2021-03-17T14:55:52+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { - "name": "web-token/jwt-key-mgmt", - "version": "v2.2.11", + "name": "symfony/polyfill-intl-icu", + "version": "v1.27.0", "source": { "type": "git", - "url": "https://github.com/web-token/jwt-key-mgmt.git", - "reference": "0b116379515700d237b4e5de86879078ccb09d8a" + "url": "https://github.com/symfony/polyfill-intl-icu.git", + "reference": "a3d9148e2c363588e05abbdd4ee4f971f0a5330c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/web-token/jwt-key-mgmt/zipball/0b116379515700d237b4e5de86879078ccb09d8a", - "reference": "0b116379515700d237b4e5de86879078ccb09d8a", + "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/a3d9148e2c363588e05abbdd4ee4f971f0a5330c", + "reference": "a3d9148e2c363588e05abbdd4ee4f971f0a5330c", "shasum": "" }, "require": { - "ext-openssl": "*", - "psr/http-client": "^1.0", - "psr/http-factory": "^1.0", - "web-token/jwt-core": "^2.0" + "php": ">=7.1" }, "suggest": { - "ext-sodium": "Sodium is required for OKP key creation, EdDSA signature algorithm and ECDH-ES key encryption with OKP keys", - "php-http/httplug": "To enable JKU/X5U support.", - "php-http/message-factory": "To enable JKU/X5U support.", - "web-token/jwt-util-ecc": "To use EC key analyzers." + "ext-intl": "For best performance and support of other locales than \"en\"" }, "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.27-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, "autoload": { + "files": [ + "bootstrap.php" + ], "psr-4": { - "Jose\\Component\\KeyManagement\\": "" - } + "Symfony\\Polyfill\\Intl\\Icu\\": "" + }, + "classmap": [ + "Resources/stubs" + ], + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -70317,74 +69954,81 @@ ], "authors": [ { - "name": "Florent Morselli", - "homepage": "https://github.com/Spomky" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { - "name": "All contributors", - "homepage": "https://github.com/web-token/jwt-key-mgmt/contributors" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Key Management component of the JWT Framework.", - "homepage": "https://github.com/web-token", + "description": "Symfony polyfill for intl's ICU-related data and classes", + "homepage": "https://symfony.com", "keywords": [ - "JOSE", - "JWE", - "JWK", - "JWKSet", - "JWS", - "Jot", - "RFC7515", - "RFC7516", - "RFC7517", - "RFC7518", - "RFC7519", - "RFC7520", - "bundle", - "jwa", - "jwt", - "symfony" + "compatibility", + "icu", + "intl", + "polyfill", + "portable", + "shim" ], "support": { - "source": "https://github.com/web-token/jwt-key-mgmt/tree/v2.2.11" + "source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.27.0" }, "funding": [ { - "url": "https://www.patreon.com/FlorentMorselli", - "type": "patreon" + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" } ], - "time": "2021-03-17T14:55:52+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { - "name": "web-token/jwt-signature", - "version": "v2.2.11", + "name": "symfony/polyfill-intl-idn", + "version": "v1.27.0", "source": { "type": "git", - "url": "https://github.com/web-token/jwt-signature.git", - "reference": "015b59aaf3b6e8fb9f5bd1338845b7464c7d8103" + "url": "https://github.com/symfony/polyfill-intl-idn.git", + "reference": "639084e360537a19f9ee352433b84ce831f3d2da" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/web-token/jwt-signature/zipball/015b59aaf3b6e8fb9f5bd1338845b7464c7d8103", - "reference": "015b59aaf3b6e8fb9f5bd1338845b7464c7d8103", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da", + "reference": "639084e360537a19f9ee352433b84ce831f3d2da", "shasum": "" }, "require": { - "web-token/jwt-core": "^2.1" + "php": ">=7.1", + "symfony/polyfill-intl-normalizer": "^1.10", + "symfony/polyfill-php72": "^1.10" }, "suggest": { - "web-token/jwt-signature-algorithm-ecdsa": "ECDSA Based Signature Algorithms", - "web-token/jwt-signature-algorithm-eddsa": "EdDSA Based Signature Algorithms", - "web-token/jwt-signature-algorithm-experimental": "Experimental Signature Algorithms", - "web-token/jwt-signature-algorithm-hmac": "HMAC Based Signature Algorithms", - "web-token/jwt-signature-algorithm-none": "None Signature Algorithm", - "web-token/jwt-signature-algorithm-rsa": "RSA Based Signature Algorithms" + "ext-intl": "For best performance" }, "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.27-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, "autoload": { + "files": [ + "bootstrap.php" + ], "psr-4": { - "Jose\\Component\\Signature\\": "" + "Symfony\\Polyfill\\Intl\\Idn\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -70393,68 +70037,87 @@ ], "authors": [ { - "name": "Florent Morselli", - "homepage": "https://github.com/Spomky" + "name": "Laurent Bassin", + "email": "laurent@bassin.info" }, { - "name": "All contributors", - "homepage": "https://github.com/web-token/jwt-signature/contributors" + "name": "Trevor Rowbotham", + "email": "trevor.rowbotham@pm.me" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Signature component of the JWT Framework.", - "homepage": "https://github.com/web-token", + "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", + "homepage": "https://symfony.com", "keywords": [ - "JOSE", - "JWE", - "JWK", - "JWKSet", - "JWS", - "Jot", - "RFC7515", - "RFC7516", - "RFC7517", - "RFC7518", - "RFC7519", - "RFC7520", - "bundle", - "jwa", - "jwt", - "symfony" + "compatibility", + "idn", + "intl", + "polyfill", + "portable", + "shim" ], "support": { - "source": "https://github.com/web-token/jwt-signature/tree/v2.2.11" + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.27.0" }, "funding": [ { - "url": "https://www.patreon.com/FlorentMorselli", - "type": "patreon" + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" } ], - "time": "2021-03-01T19:55:28+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { - "name": "web-token/jwt-signature-algorithm-ecdsa", - "version": "v2.2.11", + "name": "symfony/polyfill-intl-normalizer", + "version": "v1.27.0", "source": { "type": "git", - "url": "https://github.com/web-token/jwt-signature-algorithm-ecdsa.git", - "reference": "44cbbb4374c51f1cf48b82ae761efbf24e1a8591" + "url": "https://github.com/symfony/polyfill-intl-normalizer.git", + "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-ecdsa/zipball/44cbbb4374c51f1cf48b82ae761efbf24e1a8591", - "reference": "44cbbb4374c51f1cf48b82ae761efbf24e1a8591", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6", + "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6", "shasum": "" }, "require": { - "ext-openssl": "*", - "web-token/jwt-signature": "^2.0" + "php": ">=7.1" + }, + "suggest": { + "ext-intl": "For best performance" }, "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.27-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, "autoload": { + "files": [ + "bootstrap.php" + ], "psr-4": { - "Jose\\Component\\Signature\\Algorithm\\": "" - } + "Symfony\\Polyfill\\Intl\\Normalizer\\": "" + }, + "classmap": [ + "Resources/stubs" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -70462,70 +70125,82 @@ ], "authors": [ { - "name": "Florent Morselli", - "homepage": "https://github.com/Spomky" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { - "name": "All contributors", - "homepage": "https://github.com/web-token/jwt-framework/contributors" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "ECDSA Based Signature Algorithms the JWT Framework.", - "homepage": "https://github.com/web-token", + "description": "Symfony polyfill for intl's Normalizer class and related functions", + "homepage": "https://symfony.com", "keywords": [ - "JOSE", - "JWE", - "JWK", - "JWKSet", - "JWS", - "Jot", - "RFC7515", - "RFC7516", - "RFC7517", - "RFC7518", - "RFC7519", - "RFC7520", - "bundle", - "jwa", - "jwt", - "symfony" + "compatibility", + "intl", + "normalizer", + "polyfill", + "portable", + "shim" ], "support": { - "source": "https://github.com/web-token/jwt-signature-algorithm-ecdsa/tree/v2.2.11" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0" }, "funding": [ { - "url": "https://www.patreon.com/FlorentMorselli", - "type": "patreon" + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" } ], - "time": "2021-01-21T19:18:03+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { - "name": "web-token/jwt-util-ecc", - "version": "v2.2.11", + "name": "symfony/polyfill-mbstring", + "version": "v1.27.0", "source": { "type": "git", - "url": "https://github.com/web-token/jwt-util-ecc.git", - "reference": "915f3fde86f5236c205620d61177b9ef43863deb" + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/web-token/jwt-util-ecc/zipball/915f3fde86f5236c205620d61177b9ef43863deb", - "reference": "915f3fde86f5236c205620d61177b9ef43863deb", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534", + "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534", "shasum": "" }, "require": { - "brick/math": "^0.8.17|^0.9" + "php": ">=7.1" + }, + "provide": { + "ext-mbstring": "*" }, "suggest": { - "ext-bcmath": "GMP or BCMath is highly recommended to improve the library performance", - "ext-gmp": "GMP or BCMath is highly recommended to improve the library performance" + "ext-mbstring": "For best performance" }, "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.27-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, "autoload": { + "files": [ + "bootstrap.php" + ], "psr-4": { - "Jose\\Component\\Core\\Util\\Ecc\\": "" + "Symfony\\Polyfill\\Mbstring\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -70534,76 +70209,79 @@ ], "authors": [ { - "name": "Florent Morselli", - "homepage": "https://github.com/Spomky" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { - "name": "All contributors", - "homepage": "https://github.com/web-token/jwt-framework/contributors" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "ECC Tools for the JWT Framework.", - "homepage": "https://github.com/web-token", + "description": "Symfony polyfill for the Mbstring extension", + "homepage": "https://symfony.com", "keywords": [ - "JOSE", - "JWE", - "JWK", - "JWKSet", - "JWS", - "Jot", - "RFC7515", - "RFC7516", - "RFC7517", - "RFC7518", - "RFC7519", - "RFC7520", - "bundle", - "jwa", - "jwt", - "symfony" + "compatibility", + "mbstring", + "polyfill", + "portable", + "shim" ], "support": { - "source": "https://github.com/web-token/jwt-util-ecc/tree/v2.2.11" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0" }, "funding": [ { - "url": "https://www.patreon.com/FlorentMorselli", - "type": "patreon" + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" } ], - "time": "2021-03-24T13:35:17+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { - "name": "webmozart/glob", - "version": "4.6.0", + "name": "symfony/polyfill-php73", + "version": "v1.27.0", "source": { "type": "git", - "url": "https://github.com/webmozarts/glob.git", - "reference": "3c17f7dec3d9d0e87b575026011f2e75a56ed655" + "url": "https://github.com/symfony/polyfill-php73.git", + "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozarts/glob/zipball/3c17f7dec3d9d0e87b575026011f2e75a56ed655", - "reference": "3c17f7dec3d9d0e87b575026011f2e75a56ed655", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9", + "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9", "shasum": "" }, "require": { - "php": "^7.3 || ^8.0.0" - }, - "require-dev": { - "phpunit/phpunit": "^9.5", - "symfony/filesystem": "^5.3" + "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.1-dev" + "dev-main": "1.27-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { + "files": [ + "bootstrap.php" + ], "psr-4": { - "Webmozart\\Glob\\": "src/" - } + "Symfony\\Polyfill\\Php73\\": "" + }, + "classmap": [ + "Resources/stubs" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -70611,47 +70289,78 @@ ], "authors": [ { - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "A PHP implementation of Ant's glob.", + "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], "support": { - "issues": "https://github.com/webmozarts/glob/issues", - "source": "https://github.com/webmozarts/glob/tree/4.6.0" + "source": "https://github.com/symfony/polyfill-php73/tree/v1.27.0" }, - "time": "2022-05-24T19:45:58+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-11-03T14:55:06+00:00" }, { - "name": "willdurand/negotiation", - "version": "3.1.0", + "name": "symfony/polyfill-php80", + "version": "v1.27.0", "source": { "type": "git", - "url": "https://github.com/willdurand/Negotiation.git", - "reference": "68e9ea0553ef6e2ee8db5c1d98829f111e623ec2" + "url": "https://github.com/symfony/polyfill-php80.git", + "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/68e9ea0553ef6e2ee8db5c1d98829f111e623ec2", - "reference": "68e9ea0553ef6e2ee8db5c1d98829f111e623ec2", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", + "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", "shasum": "" }, "require": { - "php": ">=7.1.0" - }, - "require-dev": { - "symfony/phpunit-bridge": "^5.0" + "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-main": "1.27-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { + "files": [ + "bootstrap.php" + ], "psr-4": { - "Negotiation\\": "src/Negotiation" - } + "Symfony\\Polyfill\\Php80\\": "" + }, + "classmap": [ + "Resources/stubs" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -70659,62 +70368,82 @@ ], "authors": [ { - "name": "William Durand", - "email": "will+git@drnd.me" + "name": "Ion Bazan", + "email": "ion.bazan@gmail.com" + }, + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Content Negotiation tools for PHP provided as a standalone library.", - "homepage": "http://williamdurand.fr/Negotiation/", + "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", + "homepage": "https://symfony.com", "keywords": [ - "accept", - "content", - "format", - "header", - "negotiation" + "compatibility", + "polyfill", + "portable", + "shim" ], "support": { - "issues": "https://github.com/willdurand/Negotiation/issues", - "source": "https://github.com/willdurand/Negotiation/tree/3.1.0" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0" }, - "time": "2022-01-30T20:08:53+00:00" - } - ], - "packages-dev": [ + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-11-03T14:55:06+00:00" + }, { - "name": "behat/gherkin", - "version": "v4.9.0", + "name": "symfony/polyfill-php81", + "version": "v1.27.0", "source": { "type": "git", - "url": "https://github.com/Behat/Gherkin.git", - "reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4" + "url": "https://github.com/symfony/polyfill-php81.git", + "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Behat/Gherkin/zipball/0bc8d1e30e96183e4f36db9dc79caead300beff4", - "reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/707403074c8ea6e2edaf8794b0157a0bfa52157a", + "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a", "shasum": "" }, "require": { - "php": "~7.2|~8.0" - }, - "require-dev": { - "cucumber/cucumber": "dev-gherkin-22.0.0", - "phpunit/phpunit": "~8|~9", - "symfony/yaml": "~3|~4|~5" - }, - "suggest": { - "symfony/yaml": "If you want to parse features, represented in YAML files" + "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.x-dev" + "dev-main": "1.27-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { - "psr-0": { - "Behat\\Gherkin": "src/" - } + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php81\\": "" + }, + "classmap": [ + "Resources/stubs" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -70722,110 +70451,81 @@ ], "authors": [ { - "name": "Konstantin Kudryashov", - "email": "ever.zet@gmail.com", - "homepage": "http://everzet.com" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Gherkin DSL parser for PHP", - "homepage": "http://behat.org/", + "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", + "homepage": "https://symfony.com", "keywords": [ - "BDD", - "Behat", - "Cucumber", - "DSL", - "gherkin", - "parser" + "compatibility", + "polyfill", + "portable", + "shim" ], "support": { - "issues": "https://github.com/Behat/Gherkin/issues", - "source": "https://github.com/Behat/Gherkin/tree/v4.9.0" + "source": "https://github.com/symfony/polyfill-php81/tree/v1.27.0" }, - "time": "2021-10-12T13:05:09+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-11-03T14:55:06+00:00" }, { - "name": "codeception/codeception", - "version": "5.0.10", + "name": "symfony/polyfill-uuid", + "version": "v1.27.0", "source": { "type": "git", - "url": "https://github.com/Codeception/Codeception.git", - "reference": "ed4af7fd4103cdd035916fbb8f35124edd2d018b" + "url": "https://github.com/symfony/polyfill-uuid.git", + "reference": "f3cf1a645c2734236ed1e2e671e273eeb3586166" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/Codeception/zipball/ed4af7fd4103cdd035916fbb8f35124edd2d018b", - "reference": "ed4af7fd4103cdd035916fbb8f35124edd2d018b", + "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/f3cf1a645c2734236ed1e2e671e273eeb3586166", + "reference": "f3cf1a645c2734236ed1e2e671e273eeb3586166", "shasum": "" }, "require": { - "behat/gherkin": "^4.6.2", - "codeception/lib-asserts": "^2.0", - "codeception/stub": "^4.1", - "ext-curl": "*", - "ext-json": "*", - "ext-mbstring": "*", - "php": "^8.0", - "phpunit/php-code-coverage": "^9.2 || ^10.0", - "phpunit/php-text-template": "^2.0 || ^3.0", - "phpunit/php-timer": "^5.0.3 || ^6.0", - "phpunit/phpunit": "^9.5.20 || ^10.0", - "psy/psysh": "^0.11.2", - "sebastian/comparator": "^4.0.5 || ^5.0", - "sebastian/diff": "^4.0.3 || ^5.0", - "symfony/console": ">=4.4.24 <7.0", - "symfony/css-selector": ">=4.4.24 <7.0", - "symfony/event-dispatcher": ">=4.4.24 <7.0", - "symfony/finder": ">=4.4.24 <7.0", - "symfony/var-dumper": ">=4.4.24 < 7.0", - "symfony/yaml": ">=4.4.24 <7.0" - }, - "conflict": { - "codeception/lib-innerbrowser": "<3.1.3", - "codeception/module-filesystem": "<3.0", - "codeception/module-phpbrowser": "<2.5" - }, - "replace": { - "codeception/phpunit-wrapper": "*" + "php": ">=7.1" }, - "require-dev": { - "codeception/lib-innerbrowser": "*@dev", - "codeception/lib-web": "^1.0", - "codeception/module-asserts": "*@dev", - "codeception/module-cli": "*@dev", - "codeception/module-db": "*@dev", - "codeception/module-filesystem": "*@dev", - "codeception/module-phpbrowser": "*@dev", - "codeception/util-universalframework": "*@dev", - "ext-simplexml": "*", - "jetbrains/phpstorm-attributes": "^1.0", - "symfony/dotenv": ">=4.4.24 <7.0", - "symfony/process": ">=4.4.24 <7.0", - "vlucas/phpdotenv": "^5.1" + "provide": { + "ext-uuid": "*" }, "suggest": { - "codeception/specify": "BDD-style code blocks", - "codeception/verify": "BDD-style assertions", - "ext-simplexml": "For loading params from XML files", - "stecman/symfony-console-completion": "For BASH autocompletion", - "symfony/dotenv": "For loading params from .env files", - "symfony/phpunit-bridge": "For phpunit-bridge support", - "vlucas/phpdotenv": "For loading params from .env files" + "ext-uuid": "For best performance" }, - "bin": [ - "codecept" - ], "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.27-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, "autoload": { "files": [ - "functions.php" + "bootstrap.php" ], "psr-4": { - "Codeception\\": "src/Codeception", - "Codeception\\Extension\\": "ext" - }, - "classmap": [ - "src/PHPUnit/TestCase.php" - ] + "Symfony\\Polyfill\\Uuid\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -70833,55 +70533,65 @@ ], "authors": [ { - "name": "Michael Bodnarchuk", - "email": "davert.ua@gmail.com", - "homepage": "https://codeception.com" + "name": "Grégoire Pineau", + "email": "lyrixx@lyrixx.info" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "BDD-style testing framework", - "homepage": "https://codeception.com/", + "description": "Symfony polyfill for uuid functions", + "homepage": "https://symfony.com", "keywords": [ - "BDD", - "TDD", - "acceptance testing", - "functional testing", - "unit testing" + "compatibility", + "polyfill", + "portable", + "uuid" ], "support": { - "issues": "https://github.com/Codeception/Codeception/issues", - "source": "https://github.com/Codeception/Codeception/tree/5.0.10" + "source": "https://github.com/symfony/polyfill-uuid/tree/v1.27.0" }, "funding": [ { - "url": "https://opencollective.com/codeception", - "type": "open_collective" + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" } ], - "time": "2023-03-14T07:21:10+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { - "name": "codeception/lib-asserts", - "version": "2.1.0", + "name": "symfony/process", + "version": "v6.0.19", "source": { "type": "git", - "url": "https://github.com/Codeception/lib-asserts.git", - "reference": "b8c7dff552249e560879c682ba44a4b963af91bc" + "url": "https://github.com/symfony/process.git", + "reference": "2114fd60f26a296cc403a7939ab91478475a33d4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/lib-asserts/zipball/b8c7dff552249e560879c682ba44a4b963af91bc", - "reference": "b8c7dff552249e560879c682ba44a4b963af91bc", + "url": "https://api.github.com/repos/symfony/process/zipball/2114fd60f26a296cc403a7939ab91478475a33d4", + "reference": "2114fd60f26a296cc403a7939ab91478475a33d4", "shasum": "" }, "require": { - "codeception/phpunit-wrapper": "^7.7.1 | ^8.0.3 | ^9.0", - "ext-dom": "*", - "php": "^7.4 | ^8.0" + "php": ">=8.0.2" }, "type": "library", "autoload": { - "classmap": [ - "src/" + "psr-4": { + "Symfony\\Component\\Process\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -70890,61 +70600,66 @@ ], "authors": [ { - "name": "Michael Bodnarchuk", - "email": "davert@mail.ua", - "homepage": "http://codegyre.com" - }, - { - "name": "Gintautas Miselis" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { - "name": "Gustavo Nieves", - "homepage": "https://medium.com/@ganieves" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Assertion methods used by Codeception core and Asserts module", - "homepage": "https://codeception.com/", - "keywords": [ - "codeception" - ], + "description": "Executes commands in sub-processes", + "homepage": "https://symfony.com", "support": { - "issues": "https://github.com/Codeception/lib-asserts/issues", - "source": "https://github.com/Codeception/lib-asserts/tree/2.1.0" + "source": "https://github.com/symfony/process/tree/v6.0.19" }, - "time": "2023-02-10T18:36:23+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2023-01-01T08:36:10+00:00" }, { - "name": "codeception/lib-innerbrowser", - "version": "3.1.3", + "name": "symfony/property-access", + "version": "v6.0.19", "source": { "type": "git", - "url": "https://github.com/Codeception/lib-innerbrowser.git", - "reference": "10482f7e34c0537bf5b87bc82a3d65a1842a8b4f" + "url": "https://github.com/symfony/property-access.git", + "reference": "cae9aadf6e3a08315af666d4fede905fbb5b5393" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/lib-innerbrowser/zipball/10482f7e34c0537bf5b87bc82a3d65a1842a8b4f", - "reference": "10482f7e34c0537bf5b87bc82a3d65a1842a8b4f", + "url": "https://api.github.com/repos/symfony/property-access/zipball/cae9aadf6e3a08315af666d4fede905fbb5b5393", + "reference": "cae9aadf6e3a08315af666d4fede905fbb5b5393", "shasum": "" }, "require": { - "codeception/codeception": "^5.0", - "codeception/lib-web": "^1.0.1", - "ext-dom": "*", - "ext-json": "*", - "ext-mbstring": "*", - "php": "^8.0", - "phpunit/phpunit": "^9.5", - "symfony/browser-kit": "^4.4.24 || ^5.4 || ^6.0", - "symfony/dom-crawler": "^4.4.30 || ^5.4 || ^6.0" + "php": ">=8.0.2", + "symfony/property-info": "^5.4|^6.0" }, "require-dev": { - "codeception/util-universalframework": "dev-master" + "symfony/cache": "^5.4|^6.0" + }, + "suggest": { + "psr/cache-implementation": "To cache access methods." }, "type": "library", "autoload": { - "classmap": [ - "src/" + "psr-4": { + "Symfony\\Component\\PropertyAccess\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -70953,56 +70668,90 @@ ], "authors": [ { - "name": "Michael Bodnarchuk", - "email": "davert@mail.ua", - "homepage": "https://codegyre.com" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { - "name": "Gintautas Miselis" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides functions to read and write from/to an object or array using a simple string notation", + "homepage": "https://symfony.com", + "keywords": [ + "access", + "array", + "extraction", + "index", + "injection", + "object", + "property", + "property path", + "reflection" + ], + "support": { + "source": "https://github.com/symfony/property-access/tree/v6.0.19" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" } ], - "description": "Parent library for all Codeception framework modules and PhpBrowser", - "homepage": "https://codeception.com/", - "keywords": [ - "codeception" - ], - "support": { - "issues": "https://github.com/Codeception/lib-innerbrowser/issues", - "source": "https://github.com/Codeception/lib-innerbrowser/tree/3.1.3" - }, - "time": "2022-10-03T15:33:34+00:00" + "time": "2023-01-01T08:36:10+00:00" }, { - "name": "codeception/lib-web", - "version": "1.0.2", + "name": "symfony/property-info", + "version": "v6.0.19", "source": { "type": "git", - "url": "https://github.com/Codeception/lib-web.git", - "reference": "f488ff9bc08c8985d43796db28da0bd18813bcae" + "url": "https://github.com/symfony/property-info.git", + "reference": "e6dfb2223b21768d3b2ae033a5e1f9d205184d45" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/lib-web/zipball/f488ff9bc08c8985d43796db28da0bd18813bcae", - "reference": "f488ff9bc08c8985d43796db28da0bd18813bcae", + "url": "https://api.github.com/repos/symfony/property-info/zipball/e6dfb2223b21768d3b2ae033a5e1f9d205184d45", + "reference": "e6dfb2223b21768d3b2ae033a5e1f9d205184d45", "shasum": "" }, "require": { - "ext-mbstring": "*", - "guzzlehttp/psr7": "^2.0", - "php": "^8.0", - "symfony/css-selector": ">=4.4.24 <7.0" + "php": ">=8.0.2", + "symfony/string": "^5.4|^6.0" }, "conflict": { - "codeception/codeception": "<5.0.0-alpha3" + "phpdocumentor/reflection-docblock": "<5.2", + "phpdocumentor/type-resolver": "<1.4.0", + "symfony/dependency-injection": "<5.4" }, "require-dev": { - "php-webdriver/webdriver": "^1.12", - "phpunit/phpunit": "^9.5 | ^10.0" + "doctrine/annotations": "^1.10.4|^2", + "phpdocumentor/reflection-docblock": "^5.2", + "phpstan/phpdoc-parser": "^1.0", + "symfony/cache": "^5.4|^6.0", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/serializer": "^5.4|^6.0" + }, + "suggest": { + "phpdocumentor/reflection-docblock": "To use the PHPDoc", + "psr/cache-implementation": "To cache results", + "symfony/doctrine-bridge": "To use Doctrine metadata", + "symfony/serializer": "To use Serializer metadata" }, "type": "library", "autoload": { - "classmap": [ - "src/" + "psr-4": { + "Symfony\\Component\\PropertyInfo\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -71011,48 +70760,88 @@ ], "authors": [ { - "name": "Gintautas Miselis" + "name": "Kévin Dunglas", + "email": "dunglas@gmail.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Library containing files used by module-webdriver and lib-innerbrowser or module-phpbrowser", - "homepage": "https://codeception.com/", + "description": "Extracts information about PHP class' properties using metadata of popular sources", + "homepage": "https://symfony.com", "keywords": [ - "codeception" + "doctrine", + "phpdoc", + "property", + "symfony", + "type", + "validator" ], "support": { - "issues": "https://github.com/Codeception/lib-web/issues", - "source": "https://github.com/Codeception/lib-web/tree/1.0.2" + "source": "https://github.com/symfony/property-info/tree/v6.0.19" }, - "time": "2023-04-18T20:32:51+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2023-01-15T17:21:41+00:00" }, { - "name": "codeception/lib-xml", - "version": "1.0.1", + "name": "symfony/routing", + "version": "v6.0.19", "source": { "type": "git", - "url": "https://github.com/Codeception/lib-xml.git", - "reference": "d6e4c094fb83958bcf254a20815cea5ac31e98d0" + "url": "https://github.com/symfony/routing.git", + "reference": "e56ca9b41c1ec447193474cd86ad7c0b547755ac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/lib-xml/zipball/d6e4c094fb83958bcf254a20815cea5ac31e98d0", - "reference": "d6e4c094fb83958bcf254a20815cea5ac31e98d0", + "url": "https://api.github.com/repos/symfony/routing/zipball/e56ca9b41c1ec447193474cd86ad7c0b547755ac", + "reference": "e56ca9b41c1ec447193474cd86ad7c0b547755ac", "shasum": "" }, "require": { - "codeception/lib-web": "^1.0", - "ext-dom": "*", - "php": "^8.0", - "phpunit/phpunit": "^9.5 | ^10.0", - "symfony/css-selector": ">=4.4.24 <7.0" + "php": ">=8.0.2" }, "conflict": { - "codeception/codeception": "<5.0.0-alpha3" + "doctrine/annotations": "<1.12", + "symfony/config": "<5.4", + "symfony/dependency-injection": "<5.4", + "symfony/yaml": "<5.4" + }, + "require-dev": { + "doctrine/annotations": "^1.12|^2", + "psr/log": "^1|^2|^3", + "symfony/config": "^5.4|^6.0", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/expression-language": "^5.4|^6.0", + "symfony/http-foundation": "^5.4|^6.0", + "symfony/yaml": "^5.4|^6.0" + }, + "suggest": { + "symfony/config": "For using the all-in-one router or any loader", + "symfony/expression-language": "For using expression matching", + "symfony/http-foundation": "For using a Symfony Request object", + "symfony/yaml": "For using the YAML loader" }, "type": "library", "autoload": { - "classmap": [ - "src/" + "psr-4": { + "Symfony\\Component\\Routing\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -71061,46 +70850,80 @@ ], "authors": [ { - "name": "Gintautas Miselis" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Files used by module-rest and module-soap", - "homepage": "https://codeception.com/", + "description": "Maps an HTTP request to a set of configuration variables", + "homepage": "https://symfony.com", "keywords": [ - "codeception" + "router", + "routing", + "uri", + "url" ], "support": { - "issues": "https://github.com/Codeception/lib-xml/issues", - "source": "https://github.com/Codeception/lib-xml/tree/1.0.1" + "source": "https://github.com/symfony/routing/tree/v6.0.19" }, - "time": "2022-09-11T14:09:09+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2023-01-01T08:36:10+00:00" }, { - "name": "codeception/module-asserts", - "version": "3.0.0", + "name": "symfony/runtime", + "version": "v6.0.19", "source": { "type": "git", - "url": "https://github.com/Codeception/module-asserts.git", - "reference": "1b6b150b30586c3614e7e5761b31834ed7968603" + "url": "https://github.com/symfony/runtime.git", + "reference": "043ac3b6c0b6749bb6848efe490abeb04f1e3ccd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/module-asserts/zipball/1b6b150b30586c3614e7e5761b31834ed7968603", - "reference": "1b6b150b30586c3614e7e5761b31834ed7968603", + "url": "https://api.github.com/repos/symfony/runtime/zipball/043ac3b6c0b6749bb6848efe490abeb04f1e3ccd", + "reference": "043ac3b6c0b6749bb6848efe490abeb04f1e3ccd", "shasum": "" }, "require": { - "codeception/codeception": "*@dev", - "codeception/lib-asserts": "^2.0", - "php": "^8.0" + "composer-plugin-api": "^1.0|^2.0", + "php": ">=8.0.2" }, "conflict": { - "codeception/codeception": "<5.0" + "symfony/dotenv": "<5.4" + }, + "require-dev": { + "composer/composer": "^1.0.2|^2.0", + "symfony/console": "^5.4|^6.0", + "symfony/dotenv": "^5.4|^6.0", + "symfony/http-foundation": "^5.4|^6.0", + "symfony/http-kernel": "^5.4|^6.0" + }, + "type": "composer-plugin", + "extra": { + "class": "Symfony\\Component\\Runtime\\Internal\\ComposerPlugin" }, - "type": "library", "autoload": { - "classmap": [ - "src/" + "psr-4": { + "Symfony\\Component\\Runtime\\": "", + "Symfony\\Runtime\\Symfony\\Component\\": "Internal/" + }, + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -71109,55 +70932,91 @@ ], "authors": [ { - "name": "Michael Bodnarchuk" - }, - { - "name": "Gintautas Miselis" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { - "name": "Gustavo Nieves", - "homepage": "https://medium.com/@ganieves" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Codeception module containing various assertions", - "homepage": "https://codeception.com/", - "keywords": [ - "assertions", - "asserts", - "codeception" - ], + "description": "Enables decoupling PHP applications from global state", + "homepage": "https://symfony.com", "support": { - "issues": "https://github.com/Codeception/module-asserts/issues", - "source": "https://github.com/Codeception/module-asserts/tree/3.0.0" + "source": "https://github.com/symfony/runtime/tree/v6.0.19" }, - "time": "2022-02-16T19:48:08+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2023-01-20T17:44:14+00:00" }, { - "name": "codeception/module-cli", - "version": "2.0.1", + "name": "symfony/security-core", + "version": "v5.4.22", "source": { "type": "git", - "url": "https://github.com/Codeception/module-cli.git", - "reference": "a3a101fae4049fa2f810107f7bd5db3b3266ce63" + "url": "https://github.com/symfony/security-core.git", + "reference": "a801d525c7545332e2ddf7f52c163959354b1650" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/module-cli/zipball/a3a101fae4049fa2f810107f7bd5db3b3266ce63", - "reference": "a3a101fae4049fa2f810107f7bd5db3b3266ce63", + "url": "https://api.github.com/repos/symfony/security-core/zipball/a801d525c7545332e2ddf7f52c163959354b1650", + "reference": "a801d525c7545332e2ddf7f52c163959354b1650", "shasum": "" }, "require": { - "codeception/codeception": "*@dev", - "codeception/module-asserts": "*", - "php": "^7.4 || ^8.0" + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/event-dispatcher-contracts": "^1.1|^2|^3", + "symfony/password-hasher": "^5.3|^6.0", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.1.6|^2|^3" }, "conflict": { - "codeception/codeception": "<4.0" + "symfony/event-dispatcher": "<4.4", + "symfony/http-foundation": "<5.3", + "symfony/ldap": "<4.4", + "symfony/security-guard": "<4.4", + "symfony/validator": "<5.2" + }, + "require-dev": { + "psr/cache": "^1.0|^2.0|^3.0", + "psr/container": "^1.0|^2.0", + "psr/log": "^1|^2|^3", + "symfony/cache": "^4.4|^5.0|^6.0", + "symfony/event-dispatcher": "^4.4|^5.0|^6.0", + "symfony/expression-language": "^4.4|^5.0|^6.0", + "symfony/http-foundation": "^5.3|^6.0", + "symfony/ldap": "^4.4|^5.0|^6.0", + "symfony/translation": "^4.4|^5.0|^6.0", + "symfony/validator": "^5.2|^6.0" + }, + "suggest": { + "psr/container-implementation": "To instantiate the Security class", + "symfony/event-dispatcher": "", + "symfony/expression-language": "For using the expression voter", + "symfony/http-foundation": "", + "symfony/ldap": "For using LDAP integration", + "symfony/validator": "For using the user password constraint" }, "type": "library", "autoload": { - "classmap": [ - "src/" + "psr-4": { + "Symfony\\Component\\Security\\Core\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -71166,46 +71025,69 @@ ], "authors": [ { - "name": "Michael Bodnarchuk" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Codeception module for testing basic shell commands and shell output", - "homepage": "https://codeception.com/", - "keywords": [ - "codeception" - ], + "description": "Symfony Security Component - Core Library", + "homepage": "https://symfony.com", "support": { - "issues": "https://github.com/Codeception/module-cli/issues", - "source": "https://github.com/Codeception/module-cli/tree/2.0.1" + "source": "https://github.com/symfony/security-core/tree/v5.4.22" }, - "time": "2023-01-13T18:41:03+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2023-03-10T10:02:45+00:00" }, { - "name": "codeception/module-filesystem", - "version": "3.0.0", + "name": "symfony/security-csrf", + "version": "v6.0.19", "source": { "type": "git", - "url": "https://github.com/Codeception/module-filesystem.git", - "reference": "326ef1c1edf90f52ceec2965ff240a8d93c1ba63" + "url": "https://github.com/symfony/security-csrf.git", + "reference": "150d0a78b14737f66e4b2e7be7d0ec2522c453ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/module-filesystem/zipball/326ef1c1edf90f52ceec2965ff240a8d93c1ba63", - "reference": "326ef1c1edf90f52ceec2965ff240a8d93c1ba63", + "url": "https://api.github.com/repos/symfony/security-csrf/zipball/150d0a78b14737f66e4b2e7be7d0ec2522c453ed", + "reference": "150d0a78b14737f66e4b2e7be7d0ec2522c453ed", "shasum": "" }, "require": { - "codeception/codeception": "*@dev", - "php": "^8.0", - "symfony/finder": "^4.4 || ^5.4 || ^6.0" + "php": ">=8.0.2", + "symfony/security-core": "^5.4|^6.0" }, "conflict": { - "codeception/codeception": "<5.0" + "symfony/http-foundation": "<5.4" + }, + "require-dev": { + "symfony/http-foundation": "^5.4|^6.0" + }, + "suggest": { + "symfony/http-foundation": "For using the class SessionTokenStorage." }, "type": "library", "autoload": { - "classmap": [ - "src/" + "psr-4": { + "Symfony\\Component\\Security\\Csrf\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -71214,62 +71096,65 @@ ], "authors": [ { - "name": "Michael Bodnarchuk" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { - "name": "Gintautas Miselis" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Codeception module for testing local filesystem", - "homepage": "https://codeception.com/", - "keywords": [ - "codeception", - "filesystem" - ], + "description": "Symfony Security Component - CSRF Library", + "homepage": "https://symfony.com", "support": { - "issues": "https://github.com/Codeception/module-filesystem/issues", - "source": "https://github.com/Codeception/module-filesystem/tree/3.0.0" + "source": "https://github.com/symfony/security-csrf/tree/v6.0.19" }, - "time": "2022-03-14T18:48:55+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2023-01-01T08:36:10+00:00" }, { - "name": "codeception/module-phpbrowser", - "version": "3.0.0", + "name": "symfony/security-guard", + "version": "v5.4.22", "source": { "type": "git", - "url": "https://github.com/Codeception/module-phpbrowser.git", - "reference": "8e1fdcc85e182e6b61399b35a35a562862c3be62" + "url": "https://github.com/symfony/security-guard.git", + "reference": "62d064b1ee682e4617f4c5ddc0d31f73e1a7ecaa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/module-phpbrowser/zipball/8e1fdcc85e182e6b61399b35a35a562862c3be62", - "reference": "8e1fdcc85e182e6b61399b35a35a562862c3be62", + "url": "https://api.github.com/repos/symfony/security-guard/zipball/62d064b1ee682e4617f4c5ddc0d31f73e1a7ecaa", + "reference": "62d064b1ee682e4617f4c5ddc0d31f73e1a7ecaa", "shasum": "" }, "require": { - "codeception/codeception": "*@dev", - "codeception/lib-innerbrowser": "*@dev", - "ext-json": "*", - "guzzlehttp/guzzle": "^7.4", - "php": "^8.0", - "symfony/browser-kit": "^5.4 || ^6.0" - }, - "conflict": { - "codeception/codeception": "<5.0", - "codeception/lib-innerbrowser": "<3.0" + "php": ">=7.2.5", + "symfony/polyfill-php80": "^1.15", + "symfony/security-core": "^5.0", + "symfony/security-http": "^5.3" }, "require-dev": { - "aws/aws-sdk-php": "^3.199", - "codeception/module-rest": "^2.0 || *@dev", - "ext-curl": "*" - }, - "suggest": { - "codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests" + "psr/log": "^1|^2|^3" }, "type": "library", "autoload": { - "classmap": [ - "src/" + "psr-4": { + "Symfony\\Component\\Security\\Guard\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -71278,65 +71163,83 @@ ], "authors": [ { - "name": "Michael Bodnarchuk" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { - "name": "Gintautas Miselis" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Codeception module for testing web application over HTTP", - "homepage": "https://codeception.com/", - "keywords": [ - "codeception", - "functional-testing", - "http" - ], + "description": "Symfony Security Component - Guard", + "homepage": "https://symfony.com", "support": { - "issues": "https://github.com/Codeception/module-phpbrowser/issues", - "source": "https://github.com/Codeception/module-phpbrowser/tree/3.0.0" + "source": "https://github.com/symfony/security-guard/tree/v5.4.22" }, - "time": "2022-02-19T18:22:27+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2023-03-06T21:29:33+00:00" }, { - "name": "codeception/module-rest", - "version": "3.3.0", + "name": "symfony/security-http", + "version": "v5.4.23", "source": { "type": "git", - "url": "https://github.com/Codeception/module-rest.git", - "reference": "57b35f9732bcebd744119c054fdb1b82345147a7" + "url": "https://github.com/symfony/security-http.git", + "reference": "6791856229cc605834d169091981e4eae77dad45" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/module-rest/zipball/57b35f9732bcebd744119c054fdb1b82345147a7", - "reference": "57b35f9732bcebd744119c054fdb1b82345147a7", + "url": "https://api.github.com/repos/symfony/security-http/zipball/6791856229cc605834d169091981e4eae77dad45", + "reference": "6791856229cc605834d169091981e4eae77dad45", "shasum": "" }, "require": { - "codeception/codeception": "^5.0.0-alpha2", - "codeception/lib-xml": "^1.0", - "ext-dom": "*", - "ext-json": "*", - "justinrainbow/json-schema": "~5.2.9", - "php": "^8.0", - "softcreatr/jsonpath": "^0.8" + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/http-foundation": "^5.3|^6.0", + "symfony/http-kernel": "^5.3|^6.0", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "^1.16", + "symfony/property-access": "^4.4|^5.0|^6.0", + "symfony/security-core": "^5.4.19|~6.0.19|~6.1.11|^6.2.5" }, "conflict": { - "codeception/codeception": "<5.0.0-alpha3" + "symfony/event-dispatcher": "<4.3", + "symfony/security-bundle": "<5.3", + "symfony/security-csrf": "<4.4" }, "require-dev": { - "codeception/lib-innerbrowser": "^3.0", - "codeception/stub": "^4.0", - "codeception/util-universalframework": "^1.0", - "ext-libxml": "*", - "ext-simplexml": "*" + "psr/log": "^1|^2|^3", + "symfony/cache": "^4.4|^5.0|^6.0", + "symfony/rate-limiter": "^5.2|^6.0", + "symfony/routing": "^4.4|^5.0|^6.0", + "symfony/security-csrf": "^4.4|^5.0|^6.0", + "symfony/translation": "^4.4|^5.0|^6.0" }, "suggest": { - "aws/aws-sdk-php": "For using AWS Auth" + "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs", + "symfony/security-csrf": "For using tokens to protect authentication/logout attempts" }, "type": "library", "autoload": { - "classmap": [ - "src/" + "psr-4": { + "Symfony\\Component\\Security\\Http\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -71345,52 +71248,99 @@ ], "authors": [ { - "name": "Gintautas Miselis" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "REST module for Codeception", - "homepage": "https://codeception.com/", - "keywords": [ - "codeception", - "rest" - ], + "description": "Symfony Security Component - HTTP Integration", + "homepage": "https://symfony.com", "support": { - "issues": "https://github.com/Codeception/module-rest/issues", - "source": "https://github.com/Codeception/module-rest/tree/3.3.0" + "source": "https://github.com/symfony/security-http/tree/v5.4.23" }, - "time": "2022-08-22T07:10:02+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2023-04-21T11:34:27+00:00" }, { - "name": "codeception/module-webdriver", - "version": "3.2.1", + "name": "symfony/serializer", + "version": "v6.0.19", "source": { "type": "git", - "url": "https://github.com/Codeception/module-webdriver.git", - "reference": "59b6fe426dddbe889c23593f8698c52e08bba6e9" + "url": "https://github.com/symfony/serializer.git", + "reference": "6aff9e2894ff0dcfa7aca38f9d0396ed65627d07" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/module-webdriver/zipball/59b6fe426dddbe889c23593f8698c52e08bba6e9", - "reference": "59b6fe426dddbe889c23593f8698c52e08bba6e9", + "url": "https://api.github.com/repos/symfony/serializer/zipball/6aff9e2894ff0dcfa7aca38f9d0396ed65627d07", + "reference": "6aff9e2894ff0dcfa7aca38f9d0396ed65627d07", "shasum": "" }, "require": { - "codeception/codeception": "^5.0.0-RC2", - "codeception/lib-web": "^1.0.1", - "codeception/stub": "^4.0", - "ext-json": "*", - "ext-mbstring": "*", - "php": "^8.0", - "php-webdriver/webdriver": "^1.8.0", - "phpunit/phpunit": "^9.5" + "php": ">=8.0.2", + "symfony/polyfill-ctype": "~1.8" + }, + "conflict": { + "doctrine/annotations": "<1.12", + "phpdocumentor/reflection-docblock": "<3.2.2", + "phpdocumentor/type-resolver": "<1.4.0|>=1.7.0", + "symfony/dependency-injection": "<5.4", + "symfony/property-access": "<5.4", + "symfony/property-info": "<5.4", + "symfony/uid": "<5.4", + "symfony/yaml": "<5.4" + }, + "require-dev": { + "doctrine/annotations": "^1.12|^2", + "phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0", + "symfony/cache": "^5.4|^6.0", + "symfony/config": "^5.4|^6.0", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/error-handler": "^5.4|^6.0", + "symfony/filesystem": "^5.4|^6.0", + "symfony/form": "^5.4|^6.0", + "symfony/http-foundation": "^5.4|^6.0", + "symfony/http-kernel": "^5.4|^6.0", + "symfony/mime": "^5.4|^6.0", + "symfony/property-access": "^5.4|^6.0", + "symfony/property-info": "^5.4|^6.0", + "symfony/uid": "^5.4|^6.0", + "symfony/validator": "^5.4|^6.0", + "symfony/var-dumper": "^5.4|^6.0", + "symfony/var-exporter": "^5.4|^6.0", + "symfony/yaml": "^5.4|^6.0" }, "suggest": { - "codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests" + "psr/cache-implementation": "For using the metadata cache.", + "symfony/config": "For using the XML mapping loader.", + "symfony/mime": "For using a MIME type guesser within the DataUriNormalizer.", + "symfony/property-access": "For using the ObjectNormalizer.", + "symfony/property-info": "To deserialize relations.", + "symfony/var-exporter": "For using the metadata compiler.", + "symfony/yaml": "For using the default YAML mapping loader." }, "type": "library", "autoload": { - "classmap": [ - "src/" + "psr-4": { + "Symfony\\Component\\Serializer\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -71399,106 +71349,144 @@ ], "authors": [ { - "name": "Michael Bodnarchuk" - }, - { - "name": "Gintautas Miselis" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { - "name": "Zaahid Bateson" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "WebDriver module for Codeception", - "homepage": "https://codeception.com/", - "keywords": [ - "acceptance-testing", - "browser-testing", - "codeception" - ], + "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", + "homepage": "https://symfony.com", "support": { - "issues": "https://github.com/Codeception/module-webdriver/issues", - "source": "https://github.com/Codeception/module-webdriver/tree/3.2.1" + "source": "https://github.com/symfony/serializer/tree/v6.0.19" }, - "time": "2023-02-03T21:46:32+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2023-01-15T17:21:41+00:00" }, { - "name": "codeception/stub", - "version": "4.1.0", + "name": "symfony/service-contracts", + "version": "v2.5.2", "source": { "type": "git", - "url": "https://github.com/Codeception/Stub.git", - "reference": "58751aed08a68ae960a952fd3fe74ee9a56cdb1b" + "url": "https://github.com/symfony/service-contracts.git", + "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/Stub/zipball/58751aed08a68ae960a952fd3fe74ee9a56cdb1b", - "reference": "58751aed08a68ae960a952fd3fe74ee9a56cdb1b", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c", + "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c", "shasum": "" }, "require": { - "php": "^7.4 | ^8.0", - "phpunit/phpunit": "^8.4 | ^9.0 | ^10.0 | 10.0.x-dev" + "php": ">=7.2.5", + "psr/container": "^1.1", + "symfony/deprecation-contracts": "^2.1|^3" }, "conflict": { - "codeception/codeception": "<5.0.6" + "ext-psr": "<1.1|>=2" }, - "require-dev": { - "consolidation/robo": "^3.0" + "suggest": { + "symfony/service-implementation": "" }, "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, "autoload": { "psr-4": { - "Codeception\\": "src/" + "Symfony\\Contracts\\Service\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "description": "Flexible Stub wrapper for PHPUnit's Mock Builder", + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to writing services", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], "support": { - "issues": "https://github.com/Codeception/Stub/issues", - "source": "https://github.com/Codeception/Stub/tree/4.1.0" + "source": "https://github.com/symfony/service-contracts/tree/v2.5.2" }, - "time": "2022-12-27T18:41:43+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-30T19:17:29+00:00" }, { - "name": "composer/package-versions-deprecated", - "version": "1.11.99.5", + "name": "symfony/stopwatch", + "version": "v6.0.19", "source": { "type": "git", - "url": "https://github.com/composer/package-versions-deprecated.git", - "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d" + "url": "https://github.com/symfony/stopwatch.git", + "reference": "011e781839dd1d2eb8119f65ac516a530f60226d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b4f54f74ef3453349c24a845d22392cd31e65f1d", - "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/011e781839dd1d2eb8119f65ac516a530f60226d", + "reference": "011e781839dd1d2eb8119f65ac516a530f60226d", "shasum": "" }, "require": { - "composer-plugin-api": "^1.1.0 || ^2.0", - "php": "^7 || ^8" - }, - "replace": { - "ocramius/package-versions": "1.11.99" - }, - "require-dev": { - "composer/composer": "^1.9.3 || ^2.0@dev", - "ext-zip": "^1.13", - "phpunit/phpunit": "^6.5 || ^7" - }, - "type": "composer-plugin", - "extra": { - "class": "PackageVersions\\Installer", - "branch-alias": { - "dev-master": "1.x-dev" - } + "php": ">=8.0.2", + "symfony/service-contracts": "^1|^2|^3" }, + "type": "library", "autoload": { "psr-4": { - "PackageVersions\\": "src/PackageVersions" - } + "Symfony\\Component\\Stopwatch\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -71506,67 +71494,76 @@ ], "authors": [ { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { - "name": "Jordi Boggiano", - "email": "j.boggiano@seld.be" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)", + "description": "Provides a way to profile code", + "homepage": "https://symfony.com", "support": { - "issues": "https://github.com/composer/package-versions-deprecated/issues", - "source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.5" + "source": "https://github.com/symfony/stopwatch/tree/v6.0.19" }, "funding": [ { - "url": "https://packagist.com", + "url": "https://symfony.com/sponsor", "type": "custom" }, { - "url": "https://github.com/composer", + "url": "https://github.com/fabpot", "type": "github" }, { - "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2022-01-17T14:14:24+00:00" + "time": "2023-01-01T08:36:10+00:00" }, { - "name": "composer/pcre", - "version": "3.1.0", + "name": "symfony/string", + "version": "v6.0.19", "source": { "type": "git", - "url": "https://github.com/composer/pcre.git", - "reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2" + "url": "https://github.com/symfony/string.git", + "reference": "d9e72497367c23e08bf94176d2be45b00a9d232a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/pcre/zipball/4bff79ddd77851fe3cdd11616ed3f92841ba5bd2", - "reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2", + "url": "https://api.github.com/repos/symfony/string/zipball/d9e72497367c23e08bf94176d2be45b00a9d232a", + "reference": "d9e72497367c23e08bf94176d2be45b00a9d232a", "shasum": "" }, "require": { - "php": "^7.4 || ^8.0" + "php": ">=8.0.2", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-intl-grapheme": "~1.0", + "symfony/polyfill-intl-normalizer": "~1.0", + "symfony/polyfill-mbstring": "~1.0" + }, + "conflict": { + "symfony/translation-contracts": "<2.0" }, "require-dev": { - "phpstan/phpstan": "^1.3", - "phpstan/phpstan-strict-rules": "^1.1", - "symfony/phpunit-bridge": "^5" + "symfony/error-handler": "^5.4|^6.0", + "symfony/http-client": "^5.4|^6.0", + "symfony/translation-contracts": "^2.0|^3.0", + "symfony/var-exporter": "^5.4|^6.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-main": "3.x-dev" - } - }, "autoload": { + "files": [ + "Resources/functions.php" + ], "psr-4": { - "Composer\\Pcre\\": "src" - } + "Symfony\\Component\\String\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -71574,67 +71571,102 @@ ], "authors": [ { - "name": "Jordi Boggiano", - "email": "j.boggiano@seld.be", - "homepage": "http://seld.be" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "PCRE wrapping library that offers type-safe preg_* replacements.", + "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way", + "homepage": "https://symfony.com", "keywords": [ - "PCRE", - "preg", - "regex", - "regular expression" + "grapheme", + "i18n", + "string", + "unicode", + "utf-8", + "utf8" ], "support": { - "issues": "https://github.com/composer/pcre/issues", - "source": "https://github.com/composer/pcre/tree/3.1.0" + "source": "https://github.com/symfony/string/tree/v6.0.19" }, "funding": [ { - "url": "https://packagist.com", + "url": "https://symfony.com/sponsor", "type": "custom" }, { - "url": "https://github.com/composer", + "url": "https://github.com/fabpot", "type": "github" }, { - "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2022-11-17T09:50:14+00:00" + "time": "2023-01-01T08:36:10+00:00" }, { - "name": "composer/xdebug-handler", - "version": "3.0.3", + "name": "symfony/translation", + "version": "v6.0.19", "source": { "type": "git", - "url": "https://github.com/composer/xdebug-handler.git", - "reference": "ced299686f41dce890debac69273b47ffe98a40c" + "url": "https://github.com/symfony/translation.git", + "reference": "9c24b3fdbbe9fb2ef3a6afd8bbaadfd72dad681f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c", - "reference": "ced299686f41dce890debac69273b47ffe98a40c", + "url": "https://api.github.com/repos/symfony/translation/zipball/9c24b3fdbbe9fb2ef3a6afd8bbaadfd72dad681f", + "reference": "9c24b3fdbbe9fb2ef3a6afd8bbaadfd72dad681f", "shasum": "" }, "require": { - "composer/pcre": "^1 || ^2 || ^3", - "php": "^7.2.5 || ^8.0", - "psr/log": "^1 || ^2 || ^3" + "php": ">=8.0.2", + "symfony/polyfill-mbstring": "~1.0", + "symfony/translation-contracts": "^2.3|^3.0" + }, + "conflict": { + "symfony/config": "<5.4", + "symfony/console": "<5.4", + "symfony/dependency-injection": "<5.4", + "symfony/http-kernel": "<5.4", + "symfony/twig-bundle": "<5.4", + "symfony/yaml": "<5.4" + }, + "provide": { + "symfony/translation-implementation": "2.3|3.0" }, "require-dev": { - "phpstan/phpstan": "^1.0", - "phpstan/phpstan-strict-rules": "^1.1", - "symfony/phpunit-bridge": "^6.0" + "psr/log": "^1|^2|^3", + "symfony/config": "^5.4|^6.0", + "symfony/console": "^5.4|^6.0", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/finder": "^5.4|^6.0", + "symfony/http-client-contracts": "^1.1|^2.0|^3.0", + "symfony/http-kernel": "^5.4|^6.0", + "symfony/intl": "^5.4|^6.0", + "symfony/polyfill-intl-icu": "^1.21", + "symfony/service-contracts": "^1.1.2|^2|^3", + "symfony/yaml": "^5.4|^6.0" + }, + "suggest": { + "psr/log-implementation": "To use logging capability in translator", + "symfony/config": "", + "symfony/yaml": "" }, "type": "library", "autoload": { + "files": [ + "Resources/functions.php" + ], "psr-4": { - "Composer\\XdebugHandler\\": "src" - } + "Symfony\\Component\\Translation\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -71642,70 +71674,68 @@ ], "authors": [ { - "name": "John Stevenson", - "email": "john-stevenson@blueyonder.co.uk" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Restarts a process without Xdebug.", - "keywords": [ - "Xdebug", - "performance" - ], + "description": "Provides tools to internationalize your application", + "homepage": "https://symfony.com", "support": { - "irc": "irc://irc.freenode.org/composer", - "issues": "https://github.com/composer/xdebug-handler/issues", - "source": "https://github.com/composer/xdebug-handler/tree/3.0.3" + "source": "https://github.com/symfony/translation/tree/v6.0.19" }, "funding": [ { - "url": "https://packagist.com", + "url": "https://symfony.com/sponsor", "type": "custom" }, { - "url": "https://github.com/composer", + "url": "https://github.com/fabpot", "type": "github" }, { - "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2022-02-25T21:32:43+00:00" + "time": "2023-01-01T08:36:10+00:00" }, { - "name": "dealerdirect/phpcodesniffer-composer-installer", - "version": "v1.0.0", + "name": "symfony/translation-contracts", + "version": "v3.0.2", "source": { "type": "git", - "url": "https://github.com/PHPCSStandards/composer-installer.git", - "reference": "4be43904336affa5c2f70744a348312336afd0da" + "url": "https://github.com/symfony/translation-contracts.git", + "reference": "acbfbb274e730e5a0236f619b6168d9dedb3e282" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/4be43904336affa5c2f70744a348312336afd0da", - "reference": "4be43904336affa5c2f70744a348312336afd0da", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/acbfbb274e730e5a0236f619b6168d9dedb3e282", + "reference": "acbfbb274e730e5a0236f619b6168d9dedb3e282", "shasum": "" }, "require": { - "composer-plugin-api": "^1.0 || ^2.0", - "php": ">=5.4", - "squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0" + "php": ">=8.0.2" }, - "require-dev": { - "composer/composer": "*", - "ext-json": "*", - "ext-zip": "*", - "php-parallel-lint/php-parallel-lint": "^1.3.1", - "phpcompatibility/php-compatibility": "^9.0", - "yoast/phpunit-polyfills": "^1.0" + "suggest": { + "symfony/translation-implementation": "" }, - "type": "composer-plugin", + "type": "library", "extra": { - "class": "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin" + "branch-alias": { + "dev-main": "3.0-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } }, "autoload": { "psr-4": { - "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/" + "Symfony\\Contracts\\Translation\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -71714,68 +71744,126 @@ ], "authors": [ { - "name": "Franck Nijhof", - "email": "franck.nijhof@dealerdirect.com", - "homepage": "http://www.frenck.nl", - "role": "Developer / IT Manager" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to translation", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/translation-contracts/tree/v3.0.2" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" }, { - "name": "Contributors", - "homepage": "https://github.com/PHPCSStandards/composer-installer/graphs/contributors" + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" } ], - "description": "PHP_CodeSniffer Standards Composer Installer Plugin", - "homepage": "http://www.dealerdirect.com", - "keywords": [ - "PHPCodeSniffer", - "PHP_CodeSniffer", - "code quality", - "codesniffer", - "composer", - "installer", - "phpcbf", - "phpcs", - "plugin", - "qa", - "quality", - "standard", - "standards", - "style guide", - "stylecheck", - "tests" - ], - "support": { - "issues": "https://github.com/PHPCSStandards/composer-installer/issues", - "source": "https://github.com/PHPCSStandards/composer-installer" - }, - "time": "2023-01-05T11:28:13+00:00" + "time": "2022-06-27T17:10:44+00:00" }, { - "name": "dms/phpunit-arraysubset-asserts", - "version": "v0.4.0", + "name": "symfony/twig-bridge", + "version": "v6.0.19", "source": { "type": "git", - "url": "https://github.com/rdohms/phpunit-arraysubset-asserts.git", - "reference": "428293c2a00eceefbad71a2dbdfb913febb35de2" + "url": "https://github.com/symfony/twig-bridge.git", + "reference": "bcd79f7845f887defec9d6737a535a3c602159e9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rdohms/phpunit-arraysubset-asserts/zipball/428293c2a00eceefbad71a2dbdfb913febb35de2", - "reference": "428293c2a00eceefbad71a2dbdfb913febb35de2", + "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/bcd79f7845f887defec9d6737a535a3c602159e9", + "reference": "bcd79f7845f887defec9d6737a535a3c602159e9", "shasum": "" }, "require": { - "php": "^5.4 || ^7.0 || ^8.0", - "phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0" + "php": ">=8.0.2", + "symfony/translation-contracts": "^1.1|^2|^3", + "twig/twig": "^2.13|^3.0.4" + }, + "conflict": { + "phpdocumentor/reflection-docblock": "<3.2.2", + "phpdocumentor/type-resolver": "<1.4.0", + "symfony/console": "<5.4", + "symfony/form": "<5.4", + "symfony/http-foundation": "<5.4", + "symfony/http-kernel": "<5.4", + "symfony/translation": "<5.4", + "symfony/workflow": "<5.4" }, "require-dev": { - "dms/coding-standard": "^9", - "squizlabs/php_codesniffer": "^3.4" + "doctrine/annotations": "^1.12|^2", + "egulias/email-validator": "^2.1.10|^3|^4", + "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", + "symfony/asset": "^5.4|^6.0", + "symfony/console": "^5.4|^6.0", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/expression-language": "^5.4|^6.0", + "symfony/finder": "^5.4|^6.0", + "symfony/form": "^5.4|^6.0", + "symfony/http-foundation": "^5.4|^6.0", + "symfony/http-kernel": "^5.4|^6.0", + "symfony/intl": "^5.4|^6.0", + "symfony/mime": "^5.4|^6.0", + "symfony/polyfill-intl-icu": "~1.0", + "symfony/property-info": "^5.4|^6.0", + "symfony/routing": "^5.4|^6.0", + "symfony/security-acl": "^2.8|^3.0", + "symfony/security-core": "^5.4|^6.0", + "symfony/security-csrf": "^5.4|^6.0", + "symfony/security-http": "^5.4|^6.0", + "symfony/serializer": "^5.4|^6.0", + "symfony/stopwatch": "^5.4|^6.0", + "symfony/translation": "^5.4|^6.0", + "symfony/web-link": "^5.4|^6.0", + "symfony/workflow": "^5.4|^6.0", + "symfony/yaml": "^5.4|^6.0", + "twig/cssinliner-extra": "^2.12|^3", + "twig/inky-extra": "^2.12|^3", + "twig/markdown-extra": "^2.12|^3" }, - "type": "library", + "suggest": { + "symfony/asset": "For using the AssetExtension", + "symfony/expression-language": "For using the ExpressionExtension", + "symfony/finder": "", + "symfony/form": "For using the FormExtension", + "symfony/http-kernel": "For using the HttpKernelExtension", + "symfony/routing": "For using the RoutingExtension", + "symfony/security-core": "For using the SecurityExtension", + "symfony/security-csrf": "For using the CsrfExtension", + "symfony/security-http": "For using the LogoutUrlExtension", + "symfony/stopwatch": "For using the StopwatchExtension", + "symfony/translation": "For using the TranslationExtension", + "symfony/var-dumper": "For using the DumpExtension", + "symfony/web-link": "For using the WebLinkExtension", + "symfony/yaml": "For using the YamlExtension" + }, + "type": "symfony-bridge", "autoload": { - "files": [ - "assertarraysubset-autoload.php" + "psr-4": { + "Symfony\\Bridge\\Twig\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -71784,53 +71872,64 @@ ], "authors": [ { - "name": "Rafael Dohms", - "email": "rdohms@gmail.com" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "This package provides ArraySubset and related asserts once deprecated in PHPUnit 8", + "description": "Provides integration for Twig with various Symfony components", + "homepage": "https://symfony.com", "support": { - "issues": "https://github.com/rdohms/phpunit-arraysubset-asserts/issues", - "source": "https://github.com/rdohms/phpunit-arraysubset-asserts/tree/v0.4.0" + "source": "https://github.com/symfony/twig-bridge/tree/v6.0.19" }, - "time": "2022-02-13T15:00:28+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2023-01-11T11:50:03+00:00" }, { - "name": "doctrine/annotations", - "version": "2.0.1", + "name": "symfony/uid", + "version": "v6.0.19", "source": { "type": "git", - "url": "https://github.com/doctrine/annotations.git", - "reference": "e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f" + "url": "https://github.com/symfony/uid.git", + "reference": "6499e28b0ac9f2aa3151e11845bdb5cd21e6bb9d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f", - "reference": "e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f", + "url": "https://api.github.com/repos/symfony/uid/zipball/6499e28b0ac9f2aa3151e11845bdb5cd21e6bb9d", + "reference": "6499e28b0ac9f2aa3151e11845bdb5cd21e6bb9d", "shasum": "" }, "require": { - "doctrine/lexer": "^2 || ^3", - "ext-tokenizer": "*", - "php": "^7.2 || ^8.0", - "psr/cache": "^1 || ^2 || ^3" + "php": ">=8.0.2", + "symfony/polyfill-uuid": "^1.15" }, "require-dev": { - "doctrine/cache": "^2.0", - "doctrine/coding-standard": "^10", - "phpstan/phpstan": "^1.8.0", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "symfony/cache": "^5.4 || ^6", - "vimeo/psalm": "^4.10" - }, - "suggest": { - "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations" + "symfony/console": "^5.4|^6.0" }, "type": "library", "autoload": { "psr-4": { - "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" - } + "Symfony\\Component\\Uid\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -71838,71 +71937,116 @@ ], "authors": [ { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, - { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Benjamin Eberlei", - "email": "kontakt@beberlei.de" + "name": "Grégoire Pineau", + "email": "lyrixx@lyrixx.info" }, { - "name": "Jonathan Wage", - "email": "jonwage@gmail.com" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { - "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Docblock Annotations Parser", - "homepage": "https://www.doctrine-project.org/projects/annotations.html", + "description": "Provides an object-oriented API to generate and represent UIDs", + "homepage": "https://symfony.com", "keywords": [ - "annotations", - "docblock", - "parser" + "UID", + "ulid", + "uuid" ], "support": { - "issues": "https://github.com/doctrine/annotations/issues", - "source": "https://github.com/doctrine/annotations/tree/2.0.1" + "source": "https://github.com/symfony/uid/tree/v6.0.19" }, - "time": "2023-02-02T22:02:53+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2023-01-01T08:36:10+00:00" }, { - "name": "doctrine/instantiator", - "version": "1.5.0", + "name": "symfony/validator", + "version": "v6.0.19", "source": { "type": "git", - "url": "https://github.com/doctrine/instantiator.git", - "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b" + "url": "https://github.com/symfony/validator.git", + "reference": "8e41a2dc215903964175ca8bdc884297f021d31c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b", - "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b", + "url": "https://api.github.com/repos/symfony/validator/zipball/8e41a2dc215903964175ca8bdc884297f021d31c", + "reference": "8e41a2dc215903964175ca8bdc884297f021d31c", "shasum": "" }, "require": { - "php": "^7.1 || ^8.0" + "php": ">=8.0.2", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php81": "^1.22", + "symfony/translation-contracts": "^1.1|^2|^3" + }, + "conflict": { + "doctrine/annotations": "<1.13", + "doctrine/lexer": "<1.1", + "phpunit/phpunit": "<5.4.3", + "symfony/dependency-injection": "<5.4", + "symfony/expression-language": "<5.4", + "symfony/http-kernel": "<5.4", + "symfony/intl": "<5.4", + "symfony/property-info": "<5.4", + "symfony/translation": "<5.4", + "symfony/yaml": "<5.4" }, "require-dev": { - "doctrine/coding-standard": "^9 || ^11", - "ext-pdo": "*", - "ext-phar": "*", - "phpbench/phpbench": "^0.16 || ^1", - "phpstan/phpstan": "^1.4", - "phpstan/phpstan-phpunit": "^1", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "vimeo/psalm": "^4.30 || ^5.4" + "doctrine/annotations": "^1.13|^2", + "egulias/email-validator": "^2.1.10|^3|^4", + "symfony/cache": "^5.4|^6.0", + "symfony/config": "^5.4|^6.0", + "symfony/console": "^5.4|^6.0", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/expression-language": "^5.4|^6.0", + "symfony/finder": "^5.4|^6.0", + "symfony/http-client": "^5.4|^6.0", + "symfony/http-foundation": "^5.4|^6.0", + "symfony/http-kernel": "^5.4|^6.0", + "symfony/intl": "^5.4|^6.0", + "symfony/mime": "^5.4|^6.0", + "symfony/property-access": "^5.4|^6.0", + "symfony/property-info": "^5.4|^6.0", + "symfony/translation": "^5.4|^6.0", + "symfony/yaml": "^5.4|^6.0" + }, + "suggest": { + "egulias/email-validator": "Strict (RFC compliant) email validation", + "psr/cache-implementation": "For using the mapping cache.", + "symfony/config": "", + "symfony/expression-language": "For using the Expression validator and the ExpressionLanguageSyntax constraints", + "symfony/http-foundation": "", + "symfony/intl": "", + "symfony/property-access": "For accessing properties within comparison constraints", + "symfony/property-info": "To automatically add NotNull and Type constraints", + "symfony/translation": "For translating validation errors.", + "symfony/yaml": "" }, "type": "library", "autoload": { "psr-4": { - "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" - } + "Symfony\\Component\\Validator\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -71910,83 +72054,83 @@ ], "authors": [ { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com", - "homepage": "https://ocramius.github.io/" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", - "homepage": "https://www.doctrine-project.org/projects/instantiator.html", - "keywords": [ - "constructor", - "instantiate" - ], + "description": "Provides tools to validate values", + "homepage": "https://symfony.com", "support": { - "issues": "https://github.com/doctrine/instantiator/issues", - "source": "https://github.com/doctrine/instantiator/tree/1.5.0" + "source": "https://github.com/symfony/validator/tree/v6.0.19" }, "funding": [ { - "url": "https://www.doctrine-project.org/sponsorship.html", + "url": "https://symfony.com/sponsor", "type": "custom" }, { - "url": "https://www.patreon.com/phpdoctrine", - "type": "patreon" + "url": "https://github.com/fabpot", + "type": "github" }, { - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2022-12-30T00:15:36+00:00" + "time": "2023-01-15T17:21:41+00:00" }, { - "name": "fakerphp/faker", - "version": "v1.23.0", + "name": "symfony/var-dumper", + "version": "v6.0.19", "source": { "type": "git", - "url": "https://github.com/FakerPHP/Faker.git", - "reference": "e3daa170d00fde61ea7719ef47bb09bb8f1d9b01" + "url": "https://github.com/symfony/var-dumper.git", + "reference": "eb980457fa6899840fe1687e8627a03a7d8a3d52" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e3daa170d00fde61ea7719ef47bb09bb8f1d9b01", - "reference": "e3daa170d00fde61ea7719ef47bb09bb8f1d9b01", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/eb980457fa6899840fe1687e8627a03a7d8a3d52", + "reference": "eb980457fa6899840fe1687e8627a03a7d8a3d52", "shasum": "" }, "require": { - "php": "^7.4 || ^8.0", - "psr/container": "^1.0 || ^2.0", - "symfony/deprecation-contracts": "^2.2 || ^3.0" + "php": ">=8.0.2", + "symfony/polyfill-mbstring": "~1.0" }, "conflict": { - "fzaninotto/faker": "*" + "phpunit/phpunit": "<5.4.3", + "symfony/console": "<5.4" }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.4.1", - "doctrine/persistence": "^1.3 || ^2.0", - "ext-intl": "*", - "phpunit/phpunit": "^9.5.26", - "symfony/phpunit-bridge": "^5.4.16" + "ext-iconv": "*", + "symfony/console": "^5.4|^6.0", + "symfony/process": "^5.4|^6.0", + "symfony/uid": "^5.4|^6.0", + "twig/twig": "^2.13|^3.0.4" }, "suggest": { - "doctrine/orm": "Required to use Faker\\ORM\\Doctrine", - "ext-curl": "Required by Faker\\Provider\\Image to download images.", - "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.", - "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.", - "ext-mbstring": "Required for multibyte Unicode string functionality." + "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", + "ext-intl": "To show region name in time zone dump", + "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" }, + "bin": [ + "Resources/bin/var-dump-server" + ], "type": "library", - "extra": { - "branch-alias": { - "dev-main": "v1.21-dev" - } - }, "autoload": { + "files": [ + "Resources/functions/dump.php" + ], "psr-4": { - "Faker\\": "src/Faker/" - } + "Symfony\\Component\\VarDumper\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -71994,58 +72138,67 @@ ], "authors": [ { - "name": "François Zaninotto" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Faker is a PHP library that generates fake data for you.", + "description": "Provides mechanisms for walking through any arbitrary PHP variable", + "homepage": "https://symfony.com", "keywords": [ - "data", - "faker", - "fixtures" + "debug", + "dump" ], "support": { - "issues": "https://github.com/FakerPHP/Faker/issues", - "source": "https://github.com/FakerPHP/Faker/tree/v1.23.0" + "source": "https://github.com/symfony/var-dumper/tree/v6.0.19" }, - "time": "2023-06-12T08:44:38+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2023-01-20T17:44:14+00:00" }, { - "name": "filp/whoops", - "version": "2.15.3", + "name": "symfony/var-exporter", + "version": "v6.0.19", "source": { "type": "git", - "url": "https://github.com/filp/whoops.git", - "reference": "c83e88a30524f9360b11f585f71e6b17313b7187" + "url": "https://github.com/symfony/var-exporter.git", + "reference": "df56f53818c2d5d9f683f4ad2e365ba73a3b69d2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filp/whoops/zipball/c83e88a30524f9360b11f585f71e6b17313b7187", - "reference": "c83e88a30524f9360b11f585f71e6b17313b7187", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/df56f53818c2d5d9f683f4ad2e365ba73a3b69d2", + "reference": "df56f53818c2d5d9f683f4ad2e365ba73a3b69d2", "shasum": "" }, "require": { - "php": "^5.5.9 || ^7.0 || ^8.0", - "psr/log": "^1.0.1 || ^2.0 || ^3.0" + "php": ">=8.0.2" }, "require-dev": { - "mockery/mockery": "^0.9 || ^1.0", - "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3", - "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0" - }, - "suggest": { - "symfony/var-dumper": "Pretty print complex values better with var-dumper available", - "whoops/soap": "Formats errors as SOAP responses" + "symfony/var-dumper": "^5.4|^6.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.7-dev" - } - }, "autoload": { "psr-4": { - "Whoops\\": "src/Whoops/" - } + "Symfony\\Component\\VarExporter\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -72053,112 +72206,142 @@ ], "authors": [ { - "name": "Filipe Dobreira", - "homepage": "https://github.com/filp", - "role": "Developer" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "php error handling for cool kids", - "homepage": "https://filp.github.io/whoops/", + "description": "Allows exporting any serializable PHP data structure to plain PHP code", + "homepage": "https://symfony.com", "keywords": [ - "error", - "exception", - "handling", - "library", - "throwable", - "whoops" + "clone", + "construct", + "export", + "hydrate", + "instantiate", + "serialize" ], "support": { - "issues": "https://github.com/filp/whoops/issues", - "source": "https://github.com/filp/whoops/tree/2.15.3" + "source": "https://github.com/symfony/var-exporter/tree/v6.0.19" }, "funding": [ { - "url": "https://github.com/denis-sokolov", + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" } ], - "time": "2023-07-13T12:00:00+00:00" + "time": "2023-01-13T08:34:10+00:00" }, { - "name": "jetbrains/phpstorm-stubs", - "version": "dev-master", + "name": "symfony/yaml", + "version": "v6.0.19", "source": { "type": "git", - "url": "https://github.com/JetBrains/phpstorm-stubs.git", - "reference": "0b9854c8ba932966f3cb1469a2d18ab9249272b9" + "url": "https://github.com/symfony/yaml.git", + "reference": "deec3a812a0305a50db8ae689b183f43d915c884" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/JetBrains/phpstorm-stubs/zipball/0b9854c8ba932966f3cb1469a2d18ab9249272b9", - "reference": "0b9854c8ba932966f3cb1469a2d18ab9249272b9", + "url": "https://api.github.com/repos/symfony/yaml/zipball/deec3a812a0305a50db8ae689b183f43d915c884", + "reference": "deec3a812a0305a50db8ae689b183f43d915c884", "shasum": "" }, + "require": { + "php": ">=8.0.2", + "symfony/polyfill-ctype": "^1.8" + }, + "conflict": { + "symfony/console": "<5.4" + }, "require-dev": { - "friendsofphp/php-cs-fixer": "@stable", - "nikic/php-parser": "@stable", - "php": "^8.0", - "phpdocumentor/reflection-docblock": "@stable", - "phpunit/phpunit": "^9.6" + "symfony/console": "^5.4|^6.0" }, - "default-branch": true, + "suggest": { + "symfony/console": "For validating YAML files using the lint command" + }, + "bin": [ + "Resources/bin/yaml-lint" + ], "type": "library", "autoload": { - "files": [ - "PhpStormStubsMap.php" + "psr-4": { + "Symfony\\Component\\Yaml\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "Apache-2.0" + "MIT" ], - "description": "PHP runtime & extensions header files for PhpStorm", - "homepage": "https://www.jetbrains.com/phpstorm", - "keywords": [ - "autocomplete", - "code", - "inference", - "inspection", - "jetbrains", - "phpstorm", - "stubs", - "type" + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } ], + "description": "Loads and dumps YAML files", + "homepage": "https://symfony.com", "support": { - "source": "https://github.com/JetBrains/phpstorm-stubs/tree/master" + "source": "https://github.com/symfony/yaml/tree/v6.0.19" }, - "time": "2023-07-20T19:40:08+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2023-01-11T11:50:03+00:00" }, { - "name": "mikey179/vfsstream", - "version": "v1.6.11", + "name": "theseer/tokenizer", + "version": "1.2.1", "source": { "type": "git", - "url": "https://github.com/bovigo/vfsStream.git", - "reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f" + "url": "https://github.com/theseer/tokenizer.git", + "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f", - "reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f", + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e", + "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e", "shasum": "" }, "require": { - "php": ">=5.3.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.5|^5.0" + "ext-dom": "*", + "ext-tokenizer": "*", + "ext-xmlwriter": "*", + "php": "^7.2 || ^8.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.6.x-dev" - } - }, "autoload": { - "psr-0": { - "org\\bovigo\\vfs\\": "src/main/php" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -72166,832 +72349,923 @@ ], "authors": [ { - "name": "Frank Kleine", - "homepage": "http://frankkleine.de/", + "name": "Arne Blankerts", + "email": "arne@blankerts.de", "role": "Developer" } ], - "description": "Virtual file system to mock the real file system in unit tests.", - "homepage": "http://vfs.bovigo.org/", + "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", "support": { - "issues": "https://github.com/bovigo/vfsStream/issues", - "source": "https://github.com/bovigo/vfsStream/tree/master", - "wiki": "https://github.com/bovigo/vfsStream/wiki" + "issues": "https://github.com/theseer/tokenizer/issues", + "source": "https://github.com/theseer/tokenizer/tree/1.2.1" }, - "time": "2022-02-23T02:02:42+00:00" + "funding": [ + { + "url": "https://github.com/theseer", + "type": "github" + } + ], + "time": "2021-07-28T10:34:58+00:00" }, { - "name": "myclabs/deep-copy", - "version": "1.11.1", + "name": "twig/twig", + "version": "v3.6.1", "source": { "type": "git", - "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c" + "url": "https://github.com/twigphp/Twig.git", + "reference": "7e7d5839d4bec168dfeef0ac66d5c5a2edbabffd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", - "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/7e7d5839d4bec168dfeef0ac66d5c5a2edbabffd", + "reference": "7e7d5839d4bec168dfeef0ac66d5c5a2edbabffd", "shasum": "" }, "require": { - "php": "^7.1 || ^8.0" - }, - "conflict": { - "doctrine/collections": "<1.6.8", - "doctrine/common": "<2.13.3 || >=3,<3.2.2" + "php": ">=7.2.5", + "symfony/polyfill-ctype": "^1.8", + "symfony/polyfill-mbstring": "^1.3" }, "require-dev": { - "doctrine/collections": "^1.6.8", - "doctrine/common": "^2.13.3 || ^3.2.2", - "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" + "psr/container": "^1.0|^2.0", + "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0" }, "type": "library", "autoload": { - "files": [ - "src/DeepCopy/deep_copy.php" - ], "psr-4": { - "DeepCopy\\": "src/DeepCopy/" + "Twig\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], - "description": "Create deep copies (clones) of your objects", + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com", + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" + }, + { + "name": "Twig Team", + "role": "Contributors" + }, + { + "name": "Armin Ronacher", + "email": "armin.ronacher@active-4.com", + "role": "Project Founder" + } + ], + "description": "Twig, the flexible, fast, and secure template language for PHP", + "homepage": "https://twig.symfony.com", "keywords": [ - "clone", - "copy", - "duplicate", - "object", - "object graph" + "templating" ], "support": { - "issues": "https://github.com/myclabs/DeepCopy/issues", - "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1" + "issues": "https://github.com/twigphp/Twig/issues", + "source": "https://github.com/twigphp/Twig/tree/v3.6.1" }, "funding": [ { - "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/twig/twig", "type": "tidelift" } ], - "time": "2023-03-08T13:26:56+00:00" + "time": "2023-06-08T12:52:13+00:00" }, { - "name": "nette/di", - "version": "v3.1.2", + "name": "voku/anti-xss", + "version": "4.1.42", "source": { "type": "git", - "url": "https://github.com/nette/di.git", - "reference": "355cefbd71011a76b670fda3340d612a6944f972" + "url": "https://github.com/voku/anti-xss.git", + "reference": "bca1f8607e55a3c5077483615cd93bd8f11bd675" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/di/zipball/355cefbd71011a76b670fda3340d612a6944f972", - "reference": "355cefbd71011a76b670fda3340d612a6944f972", + "url": "https://api.github.com/repos/voku/anti-xss/zipball/bca1f8607e55a3c5077483615cd93bd8f11bd675", + "reference": "bca1f8607e55a3c5077483615cd93bd8f11bd675", "shasum": "" }, "require": { - "ext-tokenizer": "*", - "nette/neon": "^3.3 || ^4.0", - "nette/php-generator": "^3.5.4 || ^4.0", - "nette/robot-loader": "^3.2 || ~4.0.0", - "nette/schema": "^1.2", - "nette/utils": "^3.2.5 || ~4.0.0", - "php": ">=7.2 <8.3" + "php": ">=7.0.0", + "voku/portable-utf8": "~6.0.2" }, "require-dev": { - "nette/tester": "^2.4", - "phpstan/phpstan": "^1.0", - "tracy/tracy": "^2.9" + "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.1-dev" + "dev-master": "4.1.x-dev" } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "voku\\helper\\": "src/voku/helper/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause", - "GPL-2.0-only", - "GPL-3.0-only" + "MIT" ], "authors": [ { - "name": "David Grudl", - "homepage": "https://davidgrudl.com" + "name": "EllisLab Dev Team", + "homepage": "http://ellislab.com/" }, { - "name": "Nette Community", - "homepage": "https://nette.org/contributors" + "name": "Lars Moelleken", + "email": "lars@moelleken.org", + "homepage": "https://www.moelleken.org/" } ], - "description": "💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP features.", - "homepage": "https://nette.org", + "description": "anti xss-library", + "homepage": "https://github.com/voku/anti-xss", "keywords": [ - "compiled", - "di", - "dic", - "factory", - "ioc", - "nette", - "static" + "anti-xss", + "clean", + "security", + "xss" ], "support": { - "issues": "https://github.com/nette/di/issues", - "source": "https://github.com/nette/di/tree/v3.1.2" + "issues": "https://github.com/voku/anti-xss/issues", + "source": "https://github.com/voku/anti-xss/tree/4.1.42" }, - "time": "2023-03-13T14:03:15+00:00" + "funding": [ + { + "url": "https://www.paypal.me/moelleken", + "type": "custom" + }, + { + "url": "https://github.com/voku", + "type": "github" + }, + { + "url": "https://opencollective.com/anti-xss", + "type": "open_collective" + }, + { + "url": "https://www.patreon.com/voku", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/voku/anti-xss", + "type": "tidelift" + } + ], + "time": "2023-07-03T14:40:46+00:00" }, { - "name": "nette/neon", - "version": "v3.4.0", + "name": "voku/portable-ascii", + "version": "2.0.1", "source": { "type": "git", - "url": "https://github.com/nette/neon.git", - "reference": "372d945c156ee7f35c953339fb164538339e6283" + "url": "https://github.com/voku/portable-ascii.git", + "reference": "b56450eed252f6801410d810c8e1727224ae0743" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/neon/zipball/372d945c156ee7f35c953339fb164538339e6283", - "reference": "372d945c156ee7f35c953339fb164538339e6283", + "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743", + "reference": "b56450eed252f6801410d810c8e1727224ae0743", "shasum": "" }, "require": { - "ext-json": "*", - "php": ">=8.0 <8.3" + "php": ">=7.0.0" }, "require-dev": { - "nette/tester": "^2.4", - "phpstan/phpstan": "^1.0", - "tracy/tracy": "^2.7" + "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0" }, - "bin": [ - "bin/neon-lint" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.4-dev" - } + "suggest": { + "ext-intl": "Use Intl for transliterator_transliterate() support" }, + "type": "library", "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "voku\\": "src/voku/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause", - "GPL-2.0-only", - "GPL-3.0-only" + "MIT" ], "authors": [ { - "name": "David Grudl", - "homepage": "https://davidgrudl.com" - }, - { - "name": "Nette Community", - "homepage": "https://nette.org/contributors" + "name": "Lars Moelleken", + "homepage": "http://www.moelleken.org/" } ], - "description": "🍸 Nette NEON: encodes and decodes NEON file format.", - "homepage": "https://ne-on.org", + "description": "Portable ASCII library - performance optimized (ascii) string functions for php.", + "homepage": "https://github.com/voku/portable-ascii", "keywords": [ - "export", - "import", - "neon", - "nette", - "yaml" + "ascii", + "clean", + "php" ], "support": { - "issues": "https://github.com/nette/neon/issues", - "source": "https://github.com/nette/neon/tree/v3.4.0" + "issues": "https://github.com/voku/portable-ascii/issues", + "source": "https://github.com/voku/portable-ascii/tree/2.0.1" }, - "time": "2023-01-13T03:08:29+00:00" + "funding": [ + { + "url": "https://www.paypal.me/moelleken", + "type": "custom" + }, + { + "url": "https://github.com/voku", + "type": "github" + }, + { + "url": "https://opencollective.com/portable-ascii", + "type": "open_collective" + }, + { + "url": "https://www.patreon.com/voku", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii", + "type": "tidelift" + } + ], + "time": "2022-03-08T17:03:00+00:00" }, { - "name": "nette/php-generator", - "version": "v4.0.7", + "name": "voku/portable-utf8", + "version": "6.0.13", "source": { "type": "git", - "url": "https://github.com/nette/php-generator.git", - "reference": "de1843fbb692125e307937c85d43937d0dc0c1d4" + "url": "https://github.com/voku/portable-utf8.git", + "reference": "b8ce36bf26593e5c2e81b1850ef0ffb299d2043f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/php-generator/zipball/de1843fbb692125e307937c85d43937d0dc0c1d4", - "reference": "de1843fbb692125e307937c85d43937d0dc0c1d4", + "url": "https://api.github.com/repos/voku/portable-utf8/zipball/b8ce36bf26593e5c2e81b1850ef0ffb299d2043f", + "reference": "b8ce36bf26593e5c2e81b1850ef0ffb299d2043f", "shasum": "" }, "require": { - "nette/utils": "^3.2.9 || ^4.0", - "php": ">=8.0 <8.3" + "php": ">=7.0.0", + "symfony/polyfill-iconv": "~1.0", + "symfony/polyfill-intl-grapheme": "~1.0", + "symfony/polyfill-intl-normalizer": "~1.0", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php72": "~1.0", + "voku/portable-ascii": "~2.0.0" }, "require-dev": { - "jetbrains/phpstorm-attributes": "dev-master", - "nette/tester": "^2.4", - "nikic/php-parser": "^4.15", - "phpstan/phpstan": "^1.0", - "tracy/tracy": "^2.8" + "phpstan/phpstan": "1.9.*@dev", + "phpstan/phpstan-strict-rules": "1.4.*@dev", + "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0", + "thecodingmachine/phpstan-strict-rules": "1.0.*@dev", + "voku/phpstan-rules": "3.1.*@dev" }, "suggest": { - "nikic/php-parser": "to use ClassType::from(withBodies: true) & ClassType::fromCode()" + "ext-ctype": "Use Ctype for e.g. hexadecimal digit detection", + "ext-fileinfo": "Use Fileinfo for better binary file detection", + "ext-iconv": "Use iconv for best performance", + "ext-intl": "Use Intl for best performance", + "ext-json": "Use JSON for string detection", + "ext-mbstring": "Use Mbstring for best performance" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.0-dev" - } - }, "autoload": { - "classmap": [ - "src/" - ] + "files": [ + "bootstrap.php" + ], + "psr-4": { + "voku\\": "src/voku/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause", - "GPL-2.0-only", - "GPL-3.0-only" + "(Apache-2.0 or GPL-2.0)" ], "authors": [ { - "name": "David Grudl", - "homepage": "https://davidgrudl.com" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { - "name": "Nette Community", - "homepage": "https://nette.org/contributors" + "name": "Hamid Sarfraz", + "homepage": "http://pageconfig.com/" + }, + { + "name": "Lars Moelleken", + "homepage": "http://www.moelleken.org/" } ], - "description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 8.2 features.", - "homepage": "https://nette.org", + "description": "Portable UTF-8 library - performance optimized (unicode) string functions for php.", + "homepage": "https://github.com/voku/portable-utf8", "keywords": [ - "code", - "nette", + "UTF", + "clean", "php", - "scaffolding" + "unicode", + "utf-8", + "utf8" ], "support": { - "issues": "https://github.com/nette/php-generator/issues", - "source": "https://github.com/nette/php-generator/tree/v4.0.7" + "issues": "https://github.com/voku/portable-utf8/issues", + "source": "https://github.com/voku/portable-utf8/tree/6.0.13" }, - "time": "2023-04-26T15:09:53+00:00" + "funding": [ + { + "url": "https://www.paypal.me/moelleken", + "type": "custom" + }, + { + "url": "https://github.com/voku", + "type": "github" + }, + { + "url": "https://opencollective.com/portable-utf8", + "type": "open_collective" + }, + { + "url": "https://www.patreon.com/voku", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/voku/portable-utf8", + "type": "tidelift" + } + ], + "time": "2023-03-08T08:35:38+00:00" }, { - "name": "nette/robot-loader", - "version": "v4.0.0", + "name": "web-token/jwt-core", + "version": "v2.2.11", "source": { "type": "git", - "url": "https://github.com/nette/robot-loader.git", - "reference": "2970fc5a7ba858d996801df3af68005ca51f26a9" + "url": "https://github.com/web-token/jwt-core.git", + "reference": "53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/robot-loader/zipball/2970fc5a7ba858d996801df3af68005ca51f26a9", - "reference": "2970fc5a7ba858d996801df3af68005ca51f26a9", + "url": "https://api.github.com/repos/web-token/jwt-core/zipball/53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678", + "reference": "53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678", "shasum": "" }, "require": { - "ext-tokenizer": "*", - "nette/utils": "^4.0", - "php": ">=8.0 <8.3" - }, - "require-dev": { - "nette/tester": "^2.4", - "phpstan/phpstan": "^1.0", - "tracy/tracy": "^2.9" + "brick/math": "^0.8.17|^0.9", + "ext-json": "*", + "ext-mbstring": "*", + "fgrosse/phpasn1": "^2.0", + "php": ">=7.2", + "spomky-labs/base64url": "^1.0|^2.0" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.0-dev" - } + "conflict": { + "spomky-labs/jose": "*" }, + "type": "library", "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "Jose\\Component\\Core\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause", - "GPL-2.0-only", - "GPL-3.0-only" + "MIT" ], "authors": [ { - "name": "David Grudl", - "homepage": "https://davidgrudl.com" + "name": "Florent Morselli", + "homepage": "https://github.com/Spomky" }, { - "name": "Nette Community", - "homepage": "https://nette.org/contributors" + "name": "All contributors", + "homepage": "https://github.com/web-token/jwt-framework/contributors" } ], - "description": "🍀 Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.", - "homepage": "https://nette.org", + "description": "Core component of the JWT Framework.", + "homepage": "https://github.com/web-token", "keywords": [ - "autoload", - "class", - "interface", - "nette", - "trait" + "JOSE", + "JWE", + "JWK", + "JWKSet", + "JWS", + "Jot", + "RFC7515", + "RFC7516", + "RFC7517", + "RFC7518", + "RFC7519", + "RFC7520", + "bundle", + "jwa", + "jwt", + "symfony" ], "support": { - "issues": "https://github.com/nette/robot-loader/issues", - "source": "https://github.com/nette/robot-loader/tree/v4.0.0" + "source": "https://github.com/web-token/jwt-core/tree/v2.2.11" }, - "time": "2023-01-18T04:17:49+00:00" + "funding": [ + { + "url": "https://www.patreon.com/FlorentMorselli", + "type": "patreon" + } + ], + "time": "2021-03-17T14:55:52+00:00" }, { - "name": "nette/schema", - "version": "v1.2.3", + "name": "web-token/jwt-key-mgmt", + "version": "v2.2.11", "source": { "type": "git", - "url": "https://github.com/nette/schema.git", - "reference": "abbdbb70e0245d5f3bf77874cea1dfb0c930d06f" + "url": "https://github.com/web-token/jwt-key-mgmt.git", + "reference": "0b116379515700d237b4e5de86879078ccb09d8a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/schema/zipball/abbdbb70e0245d5f3bf77874cea1dfb0c930d06f", - "reference": "abbdbb70e0245d5f3bf77874cea1dfb0c930d06f", + "url": "https://api.github.com/repos/web-token/jwt-key-mgmt/zipball/0b116379515700d237b4e5de86879078ccb09d8a", + "reference": "0b116379515700d237b4e5de86879078ccb09d8a", "shasum": "" }, "require": { - "nette/utils": "^2.5.7 || ^3.1.5 || ^4.0", - "php": ">=7.1 <8.3" + "ext-openssl": "*", + "psr/http-client": "^1.0", + "psr/http-factory": "^1.0", + "web-token/jwt-core": "^2.0" }, - "require-dev": { - "nette/tester": "^2.3 || ^2.4", - "phpstan/phpstan-nette": "^1.0", - "tracy/tracy": "^2.7" + "suggest": { + "ext-sodium": "Sodium is required for OKP key creation, EdDSA signature algorithm and ECDH-ES key encryption with OKP keys", + "php-http/httplug": "To enable JKU/X5U support.", + "php-http/message-factory": "To enable JKU/X5U support.", + "web-token/jwt-util-ecc": "To use EC key analyzers." }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.2-dev" - } - }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "Jose\\Component\\KeyManagement\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause", - "GPL-2.0-only", - "GPL-3.0-only" + "MIT" ], "authors": [ { - "name": "David Grudl", - "homepage": "https://davidgrudl.com" + "name": "Florent Morselli", + "homepage": "https://github.com/Spomky" }, { - "name": "Nette Community", - "homepage": "https://nette.org/contributors" + "name": "All contributors", + "homepage": "https://github.com/web-token/jwt-key-mgmt/contributors" } ], - "description": "📐 Nette Schema: validating data structures against a given Schema.", - "homepage": "https://nette.org", + "description": "Key Management component of the JWT Framework.", + "homepage": "https://github.com/web-token", "keywords": [ - "config", - "nette" + "JOSE", + "JWE", + "JWK", + "JWKSet", + "JWS", + "Jot", + "RFC7515", + "RFC7516", + "RFC7517", + "RFC7518", + "RFC7519", + "RFC7520", + "bundle", + "jwa", + "jwt", + "symfony" ], "support": { - "issues": "https://github.com/nette/schema/issues", - "source": "https://github.com/nette/schema/tree/v1.2.3" + "source": "https://github.com/web-token/jwt-key-mgmt/tree/v2.2.11" }, - "time": "2022-10-13T01:24:26+00:00" + "funding": [ + { + "url": "https://www.patreon.com/FlorentMorselli", + "type": "patreon" + } + ], + "time": "2021-03-17T14:55:52+00:00" }, { - "name": "nette/utils", - "version": "v4.0.0", + "name": "web-token/jwt-signature", + "version": "v2.2.11", "source": { "type": "git", - "url": "https://github.com/nette/utils.git", - "reference": "cacdbf5a91a657ede665c541eda28941d4b09c1e" + "url": "https://github.com/web-token/jwt-signature.git", + "reference": "015b59aaf3b6e8fb9f5bd1338845b7464c7d8103" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/utils/zipball/cacdbf5a91a657ede665c541eda28941d4b09c1e", - "reference": "cacdbf5a91a657ede665c541eda28941d4b09c1e", + "url": "https://api.github.com/repos/web-token/jwt-signature/zipball/015b59aaf3b6e8fb9f5bd1338845b7464c7d8103", + "reference": "015b59aaf3b6e8fb9f5bd1338845b7464c7d8103", "shasum": "" }, "require": { - "php": ">=8.0 <8.3" - }, - "conflict": { - "nette/finder": "<3", - "nette/schema": "<1.2.2" - }, - "require-dev": { - "jetbrains/phpstorm-attributes": "dev-master", - "nette/tester": "^2.4", - "phpstan/phpstan": "^1.0", - "tracy/tracy": "^2.9" + "web-token/jwt-core": "^2.1" }, "suggest": { - "ext-gd": "to use Image", - "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()", - "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()", - "ext-json": "to use Nette\\Utils\\Json", - "ext-mbstring": "to use Strings::lower() etc...", - "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()", - "ext-xml": "to use Strings::length() etc. when mbstring is not available" + "web-token/jwt-signature-algorithm-ecdsa": "ECDSA Based Signature Algorithms", + "web-token/jwt-signature-algorithm-eddsa": "EdDSA Based Signature Algorithms", + "web-token/jwt-signature-algorithm-experimental": "Experimental Signature Algorithms", + "web-token/jwt-signature-algorithm-hmac": "HMAC Based Signature Algorithms", + "web-token/jwt-signature-algorithm-none": "None Signature Algorithm", + "web-token/jwt-signature-algorithm-rsa": "RSA Based Signature Algorithms" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.0-dev" - } - }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "Jose\\Component\\Signature\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause", - "GPL-2.0-only", - "GPL-3.0-only" + "MIT" ], "authors": [ { - "name": "David Grudl", - "homepage": "https://davidgrudl.com" + "name": "Florent Morselli", + "homepage": "https://github.com/Spomky" }, { - "name": "Nette Community", - "homepage": "https://nette.org/contributors" + "name": "All contributors", + "homepage": "https://github.com/web-token/jwt-signature/contributors" } ], - "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.", - "homepage": "https://nette.org", + "description": "Signature component of the JWT Framework.", + "homepage": "https://github.com/web-token", "keywords": [ - "array", - "core", - "datetime", - "images", - "json", - "nette", - "paginator", - "password", - "slugify", - "string", - "unicode", - "utf-8", - "utility", - "validation" + "JOSE", + "JWE", + "JWK", + "JWKSet", + "JWS", + "Jot", + "RFC7515", + "RFC7516", + "RFC7517", + "RFC7518", + "RFC7519", + "RFC7520", + "bundle", + "jwa", + "jwt", + "symfony" ], "support": { - "issues": "https://github.com/nette/utils/issues", - "source": "https://github.com/nette/utils/tree/v4.0.0" + "source": "https://github.com/web-token/jwt-signature/tree/v2.2.11" }, - "time": "2023-02-02T10:41:53+00:00" + "funding": [ + { + "url": "https://www.patreon.com/FlorentMorselli", + "type": "patreon" + } + ], + "time": "2021-03-01T19:55:28+00:00" }, { - "name": "nikic/php-parser", - "version": "v4.16.0", + "name": "web-token/jwt-signature-algorithm-ecdsa", + "version": "v2.2.11", "source": { "type": "git", - "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "19526a33fb561ef417e822e85f08a00db4059c17" + "url": "https://github.com/web-token/jwt-signature-algorithm-ecdsa.git", + "reference": "44cbbb4374c51f1cf48b82ae761efbf24e1a8591" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/19526a33fb561ef417e822e85f08a00db4059c17", - "reference": "19526a33fb561ef417e822e85f08a00db4059c17", + "url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-ecdsa/zipball/44cbbb4374c51f1cf48b82ae761efbf24e1a8591", + "reference": "44cbbb4374c51f1cf48b82ae761efbf24e1a8591", "shasum": "" }, "require": { - "ext-tokenizer": "*", - "php": ">=7.0" - }, - "require-dev": { - "ircmaxell/php-yacc": "^0.0.7", - "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" + "ext-openssl": "*", + "web-token/jwt-signature": "^2.0" }, - "bin": [ - "bin/php-parse" - ], "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.9-dev" - } - }, "autoload": { "psr-4": { - "PhpParser\\": "lib/PhpParser" + "Jose\\Component\\Signature\\Algorithm\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Nikita Popov" + "name": "Florent Morselli", + "homepage": "https://github.com/Spomky" + }, + { + "name": "All contributors", + "homepage": "https://github.com/web-token/jwt-framework/contributors" } ], - "description": "A PHP parser written in PHP", + "description": "ECDSA Based Signature Algorithms the JWT Framework.", + "homepage": "https://github.com/web-token", "keywords": [ - "parser", - "php" + "JOSE", + "JWE", + "JWK", + "JWKSet", + "JWS", + "Jot", + "RFC7515", + "RFC7516", + "RFC7517", + "RFC7518", + "RFC7519", + "RFC7520", + "bundle", + "jwa", + "jwt", + "symfony" ], "support": { - "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.16.0" + "source": "https://github.com/web-token/jwt-signature-algorithm-ecdsa/tree/v2.2.11" }, - "time": "2023-06-25T14:52:30+00:00" + "funding": [ + { + "url": "https://www.patreon.com/FlorentMorselli", + "type": "patreon" + } + ], + "time": "2021-01-21T19:18:03+00:00" }, { - "name": "pdepend/pdepend", - "version": "2.14.0", + "name": "web-token/jwt-util-ecc", + "version": "v2.2.11", "source": { "type": "git", - "url": "https://github.com/pdepend/pdepend.git", - "reference": "1121d4b04af06e33e9659bac3a6741b91cab1de1" + "url": "https://github.com/web-token/jwt-util-ecc.git", + "reference": "915f3fde86f5236c205620d61177b9ef43863deb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pdepend/pdepend/zipball/1121d4b04af06e33e9659bac3a6741b91cab1de1", - "reference": "1121d4b04af06e33e9659bac3a6741b91cab1de1", + "url": "https://api.github.com/repos/web-token/jwt-util-ecc/zipball/915f3fde86f5236c205620d61177b9ef43863deb", + "reference": "915f3fde86f5236c205620d61177b9ef43863deb", "shasum": "" }, "require": { - "php": ">=5.3.7", - "symfony/config": "^2.3.0|^3|^4|^5|^6.0", - "symfony/dependency-injection": "^2.3.0|^3|^4|^5|^6.0", - "symfony/filesystem": "^2.3.0|^3|^4|^5|^6.0" + "brick/math": "^0.8.17|^0.9" }, - "require-dev": { - "easy-doc/easy-doc": "0.0.0|^1.2.3", - "gregwar/rst": "^1.0", - "phpunit/phpunit": "^4.8.36|^5.7.27", - "squizlabs/php_codesniffer": "^2.0.0" + "suggest": { + "ext-bcmath": "GMP or BCMath is highly recommended to improve the library performance", + "ext-gmp": "GMP or BCMath is highly recommended to improve the library performance" }, - "bin": [ - "src/bin/pdepend" - ], "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.x-dev" - } - }, "autoload": { "psr-4": { - "PDepend\\": "src/main/php/PDepend" + "Jose\\Component\\Core\\Util\\Ecc\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], - "description": "Official version of pdepend to be handled with Composer", + "authors": [ + { + "name": "Florent Morselli", + "homepage": "https://github.com/Spomky" + }, + { + "name": "All contributors", + "homepage": "https://github.com/web-token/jwt-framework/contributors" + } + ], + "description": "ECC Tools for the JWT Framework.", + "homepage": "https://github.com/web-token", "keywords": [ - "PHP Depend", - "PHP_Depend", - "dev", - "pdepend" + "JOSE", + "JWE", + "JWK", + "JWKSet", + "JWS", + "Jot", + "RFC7515", + "RFC7516", + "RFC7517", + "RFC7518", + "RFC7519", + "RFC7520", + "bundle", + "jwa", + "jwt", + "symfony" ], "support": { - "issues": "https://github.com/pdepend/pdepend/issues", - "source": "https://github.com/pdepend/pdepend/tree/2.14.0" + "source": "https://github.com/web-token/jwt-util-ecc/tree/v2.2.11" }, "funding": [ { - "url": "https://tidelift.com/funding/github/packagist/pdepend/pdepend", - "type": "tidelift" + "url": "https://www.patreon.com/FlorentMorselli", + "type": "patreon" } ], - "time": "2023-05-26T13:15:18+00:00" + "time": "2021-03-24T13:35:17+00:00" }, { - "name": "phar-io/manifest", - "version": "2.0.3", + "name": "webmozart/glob", + "version": "4.6.0", "source": { "type": "git", - "url": "https://github.com/phar-io/manifest.git", - "reference": "97803eca37d319dfa7826cc2437fc020857acb53" + "url": "https://github.com/webmozarts/glob.git", + "reference": "3c17f7dec3d9d0e87b575026011f2e75a56ed655" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53", - "reference": "97803eca37d319dfa7826cc2437fc020857acb53", + "url": "https://api.github.com/repos/webmozarts/glob/zipball/3c17f7dec3d9d0e87b575026011f2e75a56ed655", + "reference": "3c17f7dec3d9d0e87b575026011f2e75a56ed655", "shasum": "" }, "require": { - "ext-dom": "*", - "ext-phar": "*", - "ext-xmlwriter": "*", - "phar-io/version": "^3.0.1", - "php": "^7.2 || ^8.0" + "php": "^7.3 || ^8.0.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.5", + "symfony/filesystem": "^5.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "4.1-dev" } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "Webmozart\\Glob\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Arne Blankerts", - "email": "arne@blankerts.de", - "role": "Developer" - }, - { - "name": "Sebastian Heuer", - "email": "sebastian@phpeople.de", - "role": "Developer" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "Developer" + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" } ], - "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", + "description": "A PHP implementation of Ant's glob.", "support": { - "issues": "https://github.com/phar-io/manifest/issues", - "source": "https://github.com/phar-io/manifest/tree/2.0.3" + "issues": "https://github.com/webmozarts/glob/issues", + "source": "https://github.com/webmozarts/glob/tree/4.6.0" }, - "time": "2021-07-20T11:28:43+00:00" + "time": "2022-05-24T19:45:58+00:00" }, { - "name": "phar-io/version", - "version": "3.2.1", + "name": "willdurand/negotiation", + "version": "3.1.0", "source": { "type": "git", - "url": "https://github.com/phar-io/version.git", - "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74" + "url": "https://github.com/willdurand/Negotiation.git", + "reference": "68e9ea0553ef6e2ee8db5c1d98829f111e623ec2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74", - "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74", + "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/68e9ea0553ef6e2ee8db5c1d98829f111e623ec2", + "reference": "68e9ea0553ef6e2ee8db5c1d98829f111e623ec2", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0" + "php": ">=7.1.0" + }, + "require-dev": { + "symfony/phpunit-bridge": "^5.0" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "Negotiation\\": "src/Negotiation" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Arne Blankerts", - "email": "arne@blankerts.de", - "role": "Developer" - }, - { - "name": "Sebastian Heuer", - "email": "sebastian@phpeople.de", - "role": "Developer" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "Developer" + "name": "William Durand", + "email": "will+git@drnd.me" } ], - "description": "Library for handling version information and constraints", + "description": "Content Negotiation tools for PHP provided as a standalone library.", + "homepage": "http://williamdurand.fr/Negotiation/", + "keywords": [ + "accept", + "content", + "format", + "header", + "negotiation" + ], "support": { - "issues": "https://github.com/phar-io/version/issues", - "source": "https://github.com/phar-io/version/tree/3.2.1" + "issues": "https://github.com/willdurand/Negotiation/issues", + "source": "https://github.com/willdurand/Negotiation/tree/3.1.0" }, - "time": "2022-02-21T01:04:05+00:00" - }, + "time": "2022-01-30T20:08:53+00:00" + } + ], + "packages-dev": [ { - "name": "php-webdriver/webdriver", - "version": "1.14.0", + "name": "codeception/lib-innerbrowser", + "version": "3.1.3", "source": { "type": "git", - "url": "https://github.com/php-webdriver/php-webdriver.git", - "reference": "3ea4f924afb43056bf9c630509e657d951608563" + "url": "https://github.com/Codeception/lib-innerbrowser.git", + "reference": "10482f7e34c0537bf5b87bc82a3d65a1842a8b4f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/3ea4f924afb43056bf9c630509e657d951608563", - "reference": "3ea4f924afb43056bf9c630509e657d951608563", + "url": "https://api.github.com/repos/Codeception/lib-innerbrowser/zipball/10482f7e34c0537bf5b87bc82a3d65a1842a8b4f", + "reference": "10482f7e34c0537bf5b87bc82a3d65a1842a8b4f", "shasum": "" }, "require": { - "ext-curl": "*", + "codeception/codeception": "^5.0", + "codeception/lib-web": "^1.0.1", + "ext-dom": "*", "ext-json": "*", - "ext-zip": "*", - "php": "^7.3 || ^8.0", - "symfony/polyfill-mbstring": "^1.12", - "symfony/process": "^5.0 || ^6.0" - }, - "replace": { - "facebook/webdriver": "*" + "ext-mbstring": "*", + "php": "^8.0", + "phpunit/phpunit": "^9.5", + "symfony/browser-kit": "^4.4.24 || ^5.4 || ^6.0", + "symfony/dom-crawler": "^4.4.30 || ^5.4 || ^6.0" }, "require-dev": { - "ergebnis/composer-normalize": "^2.20.0", - "ondram/ci-detector": "^4.0", - "php-coveralls/php-coveralls": "^2.4", - "php-mock/php-mock-phpunit": "^2.0", - "php-parallel-lint/php-parallel-lint": "^1.2", - "phpunit/phpunit": "^9.3", - "squizlabs/php_codesniffer": "^3.5", - "symfony/var-dumper": "^5.0 || ^6.0" - }, - "suggest": { - "ext-SimpleXML": "For Firefox profile creation" + "codeception/util-universalframework": "dev-master" }, "type": "library", "autoload": { - "files": [ - "lib/Exception/TimeoutException.php" - ], - "psr-4": { - "Facebook\\WebDriver\\": "lib/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "description": "A PHP client for Selenium WebDriver. Previously facebook/webdriver.", - "homepage": "https://github.com/php-webdriver/php-webdriver", + "authors": [ + { + "name": "Michael Bodnarchuk", + "email": "davert@mail.ua", + "homepage": "https://codegyre.com" + }, + { + "name": "Gintautas Miselis" + } + ], + "description": "Parent library for all Codeception framework modules and PhpBrowser", + "homepage": "https://codeception.com/", "keywords": [ - "Chromedriver", - "geckodriver", - "php", - "selenium", - "webdriver" + "codeception" ], "support": { - "issues": "https://github.com/php-webdriver/php-webdriver/issues", - "source": "https://github.com/php-webdriver/php-webdriver/tree/1.14.0" + "issues": "https://github.com/Codeception/lib-innerbrowser/issues", + "source": "https://github.com/Codeception/lib-innerbrowser/tree/3.1.3" }, - "time": "2023-02-09T12:12:19+00:00" + "time": "2022-10-03T15:33:34+00:00" }, { - "name": "phpbench/container", - "version": "2.2.1", + "name": "codeception/lib-web", + "version": "1.0.2", "source": { "type": "git", - "url": "https://github.com/phpbench/container.git", - "reference": "6d555ff7174fca13f9b1ec0b4a089ed41d0ab392" + "url": "https://github.com/Codeception/lib-web.git", + "reference": "f488ff9bc08c8985d43796db28da0bd18813bcae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpbench/container/zipball/6d555ff7174fca13f9b1ec0b4a089ed41d0ab392", - "reference": "6d555ff7174fca13f9b1ec0b4a089ed41d0ab392", + "url": "https://api.github.com/repos/Codeception/lib-web/zipball/f488ff9bc08c8985d43796db28da0bd18813bcae", + "reference": "f488ff9bc08c8985d43796db28da0bd18813bcae", "shasum": "" }, "require": { - "psr/container": "^1.0|^2.0", - "symfony/options-resolver": "^4.2 || ^5.0 || ^6.0" + "ext-mbstring": "*", + "guzzlehttp/psr7": "^2.0", + "php": "^8.0", + "symfony/css-selector": ">=4.4.24 <7.0" + }, + "conflict": { + "codeception/codeception": "<5.0.0-alpha3" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.16", - "phpstan/phpstan": "^0.12.52", - "phpunit/phpunit": "^8" + "php-webdriver/webdriver": "^1.12", + "phpunit/phpunit": "^9.5 | ^10.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.x-dev" - } - }, "autoload": { - "psr-4": { - "PhpBench\\DependencyInjection\\": "lib/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -72999,50 +73273,49 @@ ], "authors": [ { - "name": "Daniel Leech", - "email": "daniel@dantleech.com" + "name": "Gintautas Miselis" } ], - "description": "Simple, configurable, service container.", + "description": "Library containing files used by module-webdriver and lib-innerbrowser or module-phpbrowser", + "homepage": "https://codeception.com/", + "keywords": [ + "codeception" + ], "support": { - "issues": "https://github.com/phpbench/container/issues", - "source": "https://github.com/phpbench/container/tree/2.2.1" + "issues": "https://github.com/Codeception/lib-web/issues", + "source": "https://github.com/Codeception/lib-web/tree/1.0.2" }, - "time": "2022-01-25T10:17:35+00:00" + "time": "2023-04-18T20:32:51+00:00" }, { - "name": "phpbench/dom", - "version": "0.3.3", + "name": "codeception/lib-xml", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/phpbench/dom.git", - "reference": "786a96db538d0def931f5b19225233ec42ec7a72" + "url": "https://github.com/Codeception/lib-xml.git", + "reference": "d6e4c094fb83958bcf254a20815cea5ac31e98d0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpbench/dom/zipball/786a96db538d0def931f5b19225233ec42ec7a72", - "reference": "786a96db538d0def931f5b19225233ec42ec7a72", + "url": "https://api.github.com/repos/Codeception/lib-xml/zipball/d6e4c094fb83958bcf254a20815cea5ac31e98d0", + "reference": "d6e4c094fb83958bcf254a20815cea5ac31e98d0", "shasum": "" }, "require": { + "codeception/lib-web": "^1.0", "ext-dom": "*", - "php": "^7.3||^8.0" + "php": "^8.0", + "phpunit/phpunit": "^9.5 | ^10.0", + "symfony/css-selector": ">=4.4.24 <7.0" }, - "require-dev": { - "friendsofphp/php-cs-fixer": "^3.14", - "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^8.0||^9.0" + "conflict": { + "codeception/codeception": "<5.0.0-alpha3" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, "autoload": { - "psr-4": { - "PhpBench\\Dom\\": "lib/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -73050,83 +73323,47 @@ ], "authors": [ { - "name": "Daniel Leech", - "email": "daniel@dantleech.com" + "name": "Gintautas Miselis" } ], - "description": "DOM wrapper to simplify working with the PHP DOM implementation", + "description": "Files used by module-rest and module-soap", + "homepage": "https://codeception.com/", + "keywords": [ + "codeception" + ], "support": { - "issues": "https://github.com/phpbench/dom/issues", - "source": "https://github.com/phpbench/dom/tree/0.3.3" + "issues": "https://github.com/Codeception/lib-xml/issues", + "source": "https://github.com/Codeception/lib-xml/tree/1.0.1" }, - "time": "2023-03-06T23:46:57+00:00" + "time": "2022-09-11T14:09:09+00:00" }, { - "name": "phpbench/phpbench", - "version": "1.2.14", + "name": "codeception/module-asserts", + "version": "3.0.0", "source": { "type": "git", - "url": "https://github.com/phpbench/phpbench.git", - "reference": "edbd1b7ecf704eb01f7a2bcd1b8aa8c189f9fa4e" + "url": "https://github.com/Codeception/module-asserts.git", + "reference": "1b6b150b30586c3614e7e5761b31834ed7968603" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpbench/phpbench/zipball/edbd1b7ecf704eb01f7a2bcd1b8aa8c189f9fa4e", - "reference": "edbd1b7ecf704eb01f7a2bcd1b8aa8c189f9fa4e", + "url": "https://api.github.com/repos/Codeception/module-asserts/zipball/1b6b150b30586c3614e7e5761b31834ed7968603", + "reference": "1b6b150b30586c3614e7e5761b31834ed7968603", "shasum": "" }, "require": { - "doctrine/annotations": "^1.13 || ^2.0", - "ext-dom": "*", - "ext-json": "*", - "ext-pcre": "*", - "ext-reflection": "*", - "ext-spl": "*", - "ext-tokenizer": "*", - "php": "^7.4 || ^8.0", - "phpbench/container": "^2.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", - "symfony/filesystem": "^4.2 || ^5.0 || ^6.0", - "symfony/finder": "^4.2 || ^5.0 || ^6.0", - "symfony/options-resolver": "^4.2 || ^5.0 || ^6.0", - "symfony/process": "^4.2 || ^5.0 || ^6.0", - "webmozart/glob": "^4.6" - }, - "require-dev": { - "dantleech/invoke": "^2.0", - "friendsofphp/php-cs-fixer": "^3.0", - "jangregor/phpstan-prophecy": "^1.0", - "phpspec/prophecy": "^1.12", - "phpstan/extension-installer": "^1.1", - "phpstan/phpstan": "^1.0", - "phpstan/phpstan-phpunit": "^1.0", - "phpunit/phpunit": "^9.0", - "symfony/error-handler": "^5.2 || ^6.0", - "symfony/var-dumper": "^4.0 || ^5.0 || ^6.0" + "codeception/codeception": "*@dev", + "codeception/lib-asserts": "^2.0", + "php": "^8.0" }, - "suggest": { - "ext-xdebug": "For Xdebug profiling extension." + "conflict": { + "codeception/codeception": "<5.0" }, - "bin": [ - "bin/phpbench" - ], "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.2-dev" - } - }, "autoload": { - "files": [ - "lib/Report/Func/functions.php" - ], - "psr-4": { - "PhpBench\\": "lib/", - "PhpBench\\Extensions\\XDebug\\": "extensions/xdebug/lib/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -73134,50 +73371,56 @@ ], "authors": [ { - "name": "Daniel Leech", - "email": "daniel@dantleech.com" + "name": "Michael Bodnarchuk" + }, + { + "name": "Gintautas Miselis" + }, + { + "name": "Gustavo Nieves", + "homepage": "https://medium.com/@ganieves" } ], - "description": "PHP Benchmarking Framework", + "description": "Codeception module containing various assertions", + "homepage": "https://codeception.com/", + "keywords": [ + "assertions", + "asserts", + "codeception" + ], "support": { - "issues": "https://github.com/phpbench/phpbench/issues", - "source": "https://github.com/phpbench/phpbench/tree/1.2.14" + "issues": "https://github.com/Codeception/module-asserts/issues", + "source": "https://github.com/Codeception/module-asserts/tree/3.0.0" }, - "funding": [ - { - "url": "https://github.com/dantleech", - "type": "github" - } - ], - "time": "2023-07-09T09:16:08+00:00" + "time": "2022-02-16T19:48:08+00:00" }, { - "name": "phpdocumentor/reflection-common", - "version": "2.2.0", + "name": "codeception/module-cli", + "version": "2.0.1", "source": { "type": "git", - "url": "https://github.com/phpDocumentor/ReflectionCommon.git", - "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b" + "url": "https://github.com/Codeception/module-cli.git", + "reference": "a3a101fae4049fa2f810107f7bd5db3b3266ce63" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b", - "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b", + "url": "https://api.github.com/repos/Codeception/module-cli/zipball/a3a101fae4049fa2f810107f7bd5db3b3266ce63", + "reference": "a3a101fae4049fa2f810107f7bd5db3b3266ce63", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0" + "codeception/codeception": "*@dev", + "codeception/module-asserts": "*", + "php": "^7.4 || ^8.0" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-2.x": "2.x-dev" - } + "conflict": { + "codeception/codeception": "<4.0" }, + "type": "library", "autoload": { - "psr-4": { - "phpDocumentor\\Reflection\\": "src/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -73185,60 +73428,47 @@ ], "authors": [ { - "name": "Jaap van Otterdijk", - "email": "opensource@ijaap.nl" + "name": "Michael Bodnarchuk" } ], - "description": "Common reflection classes used by phpdocumentor to reflect the code structure", - "homepage": "http://www.phpdoc.org", + "description": "Codeception module for testing basic shell commands and shell output", + "homepage": "https://codeception.com/", "keywords": [ - "FQSEN", - "phpDocumentor", - "phpdoc", - "reflection", - "static analysis" + "codeception" ], "support": { - "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues", - "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x" + "issues": "https://github.com/Codeception/module-cli/issues", + "source": "https://github.com/Codeception/module-cli/tree/2.0.1" }, - "time": "2020-06-27T09:03:43+00:00" + "time": "2023-01-13T18:41:03+00:00" }, { - "name": "phpdocumentor/reflection-docblock", - "version": "5.3.0", + "name": "codeception/module-filesystem", + "version": "3.0.0", "source": { "type": "git", - "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "622548b623e81ca6d78b721c5e029f4ce664f170" + "url": "https://github.com/Codeception/module-filesystem.git", + "reference": "326ef1c1edf90f52ceec2965ff240a8d93c1ba63" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170", - "reference": "622548b623e81ca6d78b721c5e029f4ce664f170", + "url": "https://api.github.com/repos/Codeception/module-filesystem/zipball/326ef1c1edf90f52ceec2965ff240a8d93c1ba63", + "reference": "326ef1c1edf90f52ceec2965ff240a8d93c1ba63", "shasum": "" }, "require": { - "ext-filter": "*", - "php": "^7.2 || ^8.0", - "phpdocumentor/reflection-common": "^2.2", - "phpdocumentor/type-resolver": "^1.3", - "webmozart/assert": "^1.9.1" + "codeception/codeception": "*@dev", + "php": "^8.0", + "symfony/finder": "^4.4 || ^5.4 || ^6.0" }, - "require-dev": { - "mockery/mockery": "~1.3.2", - "psalm/phar": "^4.8" + "conflict": { + "codeception/codeception": "<5.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.x-dev" - } - }, "autoload": { - "psr-4": { - "phpDocumentor\\Reflection\\": "src" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -73246,58 +73476,63 @@ ], "authors": [ { - "name": "Mike van Riel", - "email": "me@mikevanriel.com" + "name": "Michael Bodnarchuk" }, { - "name": "Jaap van Otterdijk", - "email": "account@ijaap.nl" + "name": "Gintautas Miselis" } ], - "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", + "description": "Codeception module for testing local filesystem", + "homepage": "https://codeception.com/", + "keywords": [ + "codeception", + "filesystem" + ], "support": { - "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", - "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0" + "issues": "https://github.com/Codeception/module-filesystem/issues", + "source": "https://github.com/Codeception/module-filesystem/tree/3.0.0" }, - "time": "2021-10-19T17:43:47+00:00" + "time": "2022-03-14T18:48:55+00:00" }, { - "name": "phpdocumentor/type-resolver", - "version": "1.6.2", + "name": "codeception/module-phpbrowser", + "version": "3.0.0", "source": { "type": "git", - "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d" + "url": "https://github.com/Codeception/module-phpbrowser.git", + "reference": "8e1fdcc85e182e6b61399b35a35a562862c3be62" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/48f445a408c131e38cab1c235aa6d2bb7a0bb20d", - "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d", + "url": "https://api.github.com/repos/Codeception/module-phpbrowser/zipball/8e1fdcc85e182e6b61399b35a35a562862c3be62", + "reference": "8e1fdcc85e182e6b61399b35a35a562862c3be62", "shasum": "" }, "require": { - "php": "^7.4 || ^8.0", - "phpdocumentor/reflection-common": "^2.0" + "codeception/codeception": "*@dev", + "codeception/lib-innerbrowser": "*@dev", + "ext-json": "*", + "guzzlehttp/guzzle": "^7.4", + "php": "^8.0", + "symfony/browser-kit": "^5.4 || ^6.0" + }, + "conflict": { + "codeception/codeception": "<5.0", + "codeception/lib-innerbrowser": "<3.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" + "aws/aws-sdk-php": "^3.199", + "codeception/module-rest": "^2.0 || *@dev", + "ext-curl": "*" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - } + "suggest": { + "codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests" }, + "type": "library", "autoload": { - "psr-4": { - "phpDocumentor\\Reflection\\": "src" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -73305,762 +73540,805 @@ ], "authors": [ { - "name": "Mike van Riel", - "email": "me@mikevanriel.com" + "name": "Michael Bodnarchuk" + }, + { + "name": "Gintautas Miselis" } ], - "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", + "description": "Codeception module for testing web application over HTTP", + "homepage": "https://codeception.com/", + "keywords": [ + "codeception", + "functional-testing", + "http" + ], "support": { - "issues": "https://github.com/phpDocumentor/TypeResolver/issues", - "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.2" + "issues": "https://github.com/Codeception/module-phpbrowser/issues", + "source": "https://github.com/Codeception/module-phpbrowser/tree/3.0.0" }, - "time": "2022-10-14T12:47:21+00:00" + "time": "2022-02-19T18:22:27+00:00" }, { - "name": "phpmd/phpmd", - "version": "2.13.0", + "name": "codeception/module-rest", + "version": "3.3.0", "source": { "type": "git", - "url": "https://github.com/phpmd/phpmd.git", - "reference": "dad0228156856b3ad959992f9748514fa943f3e3" + "url": "https://github.com/Codeception/module-rest.git", + "reference": "57b35f9732bcebd744119c054fdb1b82345147a7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpmd/phpmd/zipball/dad0228156856b3ad959992f9748514fa943f3e3", - "reference": "dad0228156856b3ad959992f9748514fa943f3e3", + "url": "https://api.github.com/repos/Codeception/module-rest/zipball/57b35f9732bcebd744119c054fdb1b82345147a7", + "reference": "57b35f9732bcebd744119c054fdb1b82345147a7", "shasum": "" }, "require": { - "composer/xdebug-handler": "^1.0 || ^2.0 || ^3.0", - "ext-xml": "*", - "pdepend/pdepend": "^2.12.1", - "php": ">=5.3.9" + "codeception/codeception": "^5.0.0-alpha2", + "codeception/lib-xml": "^1.0", + "ext-dom": "*", + "ext-json": "*", + "justinrainbow/json-schema": "~5.2.9", + "php": "^8.0", + "softcreatr/jsonpath": "^0.8" + }, + "conflict": { + "codeception/codeception": "<5.0.0-alpha3" }, "require-dev": { - "easy-doc/easy-doc": "0.0.0 || ^1.3.2", - "ext-json": "*", - "ext-simplexml": "*", - "gregwar/rst": "^1.0", - "mikey179/vfsstream": "^1.6.8", - "phpunit/phpunit": "^4.8.36 || ^5.7.27", - "squizlabs/php_codesniffer": "^2.0" + "codeception/lib-innerbrowser": "^3.0", + "codeception/stub": "^4.0", + "codeception/util-universalframework": "^1.0", + "ext-libxml": "*", + "ext-simplexml": "*" + }, + "suggest": { + "aws/aws-sdk-php": "For using AWS Auth" }, - "bin": [ - "src/bin/phpmd" - ], "type": "library", "autoload": { - "psr-0": { - "PHPMD\\": "src/main/php" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Manuel Pichler", - "email": "github@manuel-pichler.de", - "homepage": "https://github.com/manuelpichler", - "role": "Project Founder" - }, - { - "name": "Marc Würth", - "email": "ravage@bluewin.ch", - "homepage": "https://github.com/ravage84", - "role": "Project Maintainer" - }, + "MIT" + ], + "authors": [ { - "name": "Other contributors", - "homepage": "https://github.com/phpmd/phpmd/graphs/contributors", - "role": "Contributors" + "name": "Gintautas Miselis" } ], - "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.", - "homepage": "https://phpmd.org/", + "description": "REST module for Codeception", + "homepage": "https://codeception.com/", "keywords": [ - "mess detection", - "mess detector", - "pdepend", - "phpmd", - "pmd" + "codeception", + "rest" ], "support": { - "irc": "irc://irc.freenode.org/phpmd", - "issues": "https://github.com/phpmd/phpmd/issues", - "source": "https://github.com/phpmd/phpmd/tree/2.13.0" + "issues": "https://github.com/Codeception/module-rest/issues", + "source": "https://github.com/Codeception/module-rest/tree/3.3.0" }, - "funding": [ - { - "url": "https://tidelift.com/funding/github/packagist/phpmd/phpmd", - "type": "tidelift" - } - ], - "time": "2022-09-10T08:44:15+00:00" + "time": "2022-08-22T07:10:02+00:00" }, { - "name": "phpstan/phpdoc-parser", - "version": "1.22.1", + "name": "codeception/module-webdriver", + "version": "3.2.1", "source": { "type": "git", - "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "65c39594fbd8c67abfc68bb323f86447bab79cc0" + "url": "https://github.com/Codeception/module-webdriver.git", + "reference": "59b6fe426dddbe889c23593f8698c52e08bba6e9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/65c39594fbd8c67abfc68bb323f86447bab79cc0", - "reference": "65c39594fbd8c67abfc68bb323f86447bab79cc0", + "url": "https://api.github.com/repos/Codeception/module-webdriver/zipball/59b6fe426dddbe889c23593f8698c52e08bba6e9", + "reference": "59b6fe426dddbe889c23593f8698c52e08bba6e9", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0" + "codeception/codeception": "^5.0.0-RC2", + "codeception/lib-web": "^1.0.1", + "codeception/stub": "^4.0", + "ext-json": "*", + "ext-mbstring": "*", + "php": "^8.0", + "php-webdriver/webdriver": "^1.8.0", + "phpunit/phpunit": "^9.5" }, - "require-dev": { - "doctrine/annotations": "^2.0", - "nikic/php-parser": "^4.15", - "php-parallel-lint/php-parallel-lint": "^1.2", - "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "^1.5", - "phpstan/phpstan-phpunit": "^1.1", - "phpstan/phpstan-strict-rules": "^1.0", - "phpunit/phpunit": "^9.5", - "symfony/process": "^5.2" + "suggest": { + "codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests" }, "type": "library", "autoload": { - "psr-4": { - "PHPStan\\PhpDocParser\\": [ - "src/" - ] - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "description": "PHPDoc parser with support for nullable, intersection and generic types", + "authors": [ + { + "name": "Michael Bodnarchuk" + }, + { + "name": "Gintautas Miselis" + }, + { + "name": "Zaahid Bateson" + } + ], + "description": "WebDriver module for Codeception", + "homepage": "https://codeception.com/", + "keywords": [ + "acceptance-testing", + "browser-testing", + "codeception" + ], "support": { - "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/1.22.1" + "issues": "https://github.com/Codeception/module-webdriver/issues", + "source": "https://github.com/Codeception/module-webdriver/tree/3.2.1" }, - "time": "2023-06-29T20:46:06+00:00" + "time": "2023-02-03T21:46:32+00:00" }, { - "name": "phpstan/phpstan", - "version": "1.9.16", + "name": "composer/package-versions-deprecated", + "version": "1.11.99.5", "source": { "type": "git", - "url": "https://github.com/phpstan/phpstan.git", - "reference": "922e2689bb180575d0f57de0443c431a5a698e8f" + "url": "https://github.com/composer/package-versions-deprecated.git", + "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/922e2689bb180575d0f57de0443c431a5a698e8f", - "reference": "922e2689bb180575d0f57de0443c431a5a698e8f", + "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b4f54f74ef3453349c24a845d22392cd31e65f1d", + "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d", "shasum": "" }, "require": { - "php": "^7.2|^8.0" + "composer-plugin-api": "^1.1.0 || ^2.0", + "php": "^7 || ^8" }, - "conflict": { - "phpstan/phpstan-shim": "*" + "replace": { + "ocramius/package-versions": "1.11.99" + }, + "require-dev": { + "composer/composer": "^1.9.3 || ^2.0@dev", + "ext-zip": "^1.13", + "phpunit/phpunit": "^6.5 || ^7" + }, + "type": "composer-plugin", + "extra": { + "class": "PackageVersions\\Installer", + "branch-alias": { + "dev-master": "1.x-dev" + } }, - "bin": [ - "phpstan", - "phpstan.phar" - ], - "type": "library", "autoload": { - "files": [ - "bootstrap.php" - ] + "psr-4": { + "PackageVersions\\": "src/PackageVersions" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "description": "PHPStan - PHP Static Analysis Tool", - "keywords": [ - "dev", - "static analysis" + "authors": [ + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com" + }, + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be" + } ], + "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)", "support": { - "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.9.16" + "issues": "https://github.com/composer/package-versions-deprecated/issues", + "source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.5" }, "funding": [ { - "url": "https://github.com/ondrejmirtes", - "type": "github" + "url": "https://packagist.com", + "type": "custom" }, { - "url": "https://github.com/phpstan", + "url": "https://github.com/composer", "type": "github" }, { - "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan", + "url": "https://tidelift.com/funding/github/packagist/composer/composer", "type": "tidelift" } ], - "time": "2023-02-07T10:42:21+00:00" + "time": "2022-01-17T14:14:24+00:00" }, { - "name": "phpunit/php-code-coverage", - "version": "9.2.26", + "name": "composer/pcre", + "version": "3.1.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "443bc6912c9bd5b409254a40f4b0f4ced7c80ea1" + "url": "https://github.com/composer/pcre.git", + "reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/443bc6912c9bd5b409254a40f4b0f4ced7c80ea1", - "reference": "443bc6912c9bd5b409254a40f4b0f4ced7c80ea1", + "url": "https://api.github.com/repos/composer/pcre/zipball/4bff79ddd77851fe3cdd11616ed3f92841ba5bd2", + "reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2", "shasum": "" }, "require": { - "ext-dom": "*", - "ext-libxml": "*", - "ext-xmlwriter": "*", - "nikic/php-parser": "^4.15", - "php": ">=7.3", - "phpunit/php-file-iterator": "^3.0.3", - "phpunit/php-text-template": "^2.0.2", - "sebastian/code-unit-reverse-lookup": "^2.0.2", - "sebastian/complexity": "^2.0", - "sebastian/environment": "^5.1.2", - "sebastian/lines-of-code": "^1.0.3", - "sebastian/version": "^3.0.1", - "theseer/tokenizer": "^1.2.0" + "php": "^7.4 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "suggest": { - "ext-pcov": "PHP extension that provides line coverage", - "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" + "phpstan/phpstan": "^1.3", + "phpstan/phpstan-strict-rules": "^1.1", + "symfony/phpunit-bridge": "^5" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "9.2-dev" + "dev-main": "3.x-dev" } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "Composer\\Pcre\\": "src" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" } ], - "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", - "homepage": "https://github.com/sebastianbergmann/php-code-coverage", + "description": "PCRE wrapping library that offers type-safe preg_* replacements.", "keywords": [ - "coverage", - "testing", - "xunit" + "PCRE", + "preg", + "regex", + "regular expression" ], "support": { - "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.26" + "issues": "https://github.com/composer/pcre/issues", + "source": "https://github.com/composer/pcre/tree/3.1.0" }, "funding": [ { - "url": "https://github.com/sebastianbergmann", + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" } ], - "time": "2023-03-06T12:58:08+00:00" + "time": "2022-11-17T09:50:14+00:00" }, { - "name": "phpunit/php-file-iterator", - "version": "3.0.6", + "name": "composer/xdebug-handler", + "version": "3.0.3", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf" + "url": "https://github.com/composer/xdebug-handler.git", + "reference": "ced299686f41dce890debac69273b47ffe98a40c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", - "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", + "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c", + "reference": "ced299686f41dce890debac69273b47ffe98a40c", "shasum": "" }, "require": { - "php": ">=7.3" + "composer/pcre": "^1 || ^2 || ^3", + "php": "^7.2.5 || ^8.0", + "psr/log": "^1 || ^2 || ^3" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpstan/phpstan": "^1.0", + "phpstan/phpstan-strict-rules": "^1.1", + "symfony/phpunit-bridge": "^6.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "Composer\\XdebugHandler\\": "src" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" + "name": "John Stevenson", + "email": "john-stevenson@blueyonder.co.uk" } ], - "description": "FilterIterator implementation that filters files based on a list of suffixes.", - "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", + "description": "Restarts a process without Xdebug.", "keywords": [ - "filesystem", - "iterator" + "Xdebug", + "performance" ], "support": { - "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", - "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6" + "irc": "irc://irc.freenode.org/composer", + "issues": "https://github.com/composer/xdebug-handler/issues", + "source": "https://github.com/composer/xdebug-handler/tree/3.0.3" }, "funding": [ { - "url": "https://github.com/sebastianbergmann", + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" } ], - "time": "2021-12-02T12:48:52+00:00" + "time": "2022-02-25T21:32:43+00:00" }, { - "name": "phpunit/php-invoker", - "version": "3.1.1", + "name": "dealerdirect/phpcodesniffer-composer-installer", + "version": "v1.0.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/php-invoker.git", - "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67" + "url": "https://github.com/PHPCSStandards/composer-installer.git", + "reference": "4be43904336affa5c2f70744a348312336afd0da" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67", - "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67", + "url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/4be43904336affa5c2f70744a348312336afd0da", + "reference": "4be43904336affa5c2f70744a348312336afd0da", "shasum": "" }, "require": { - "php": ">=7.3" + "composer-plugin-api": "^1.0 || ^2.0", + "php": ">=5.4", + "squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0" }, "require-dev": { - "ext-pcntl": "*", - "phpunit/phpunit": "^9.3" - }, - "suggest": { - "ext-pcntl": "*" + "composer/composer": "*", + "ext-json": "*", + "ext-zip": "*", + "php-parallel-lint/php-parallel-lint": "^1.3.1", + "phpcompatibility/php-compatibility": "^9.0", + "yoast/phpunit-polyfills": "^1.0" }, - "type": "library", + "type": "composer-plugin", "extra": { - "branch-alias": { - "dev-master": "3.1-dev" - } + "class": "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin" }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" + "name": "Franck Nijhof", + "email": "franck.nijhof@dealerdirect.com", + "homepage": "http://www.frenck.nl", + "role": "Developer / IT Manager" + }, + { + "name": "Contributors", + "homepage": "https://github.com/PHPCSStandards/composer-installer/graphs/contributors" } ], - "description": "Invoke callables with a timeout", - "homepage": "https://github.com/sebastianbergmann/php-invoker/", + "description": "PHP_CodeSniffer Standards Composer Installer Plugin", + "homepage": "http://www.dealerdirect.com", "keywords": [ - "process" + "PHPCodeSniffer", + "PHP_CodeSniffer", + "code quality", + "codesniffer", + "composer", + "installer", + "phpcbf", + "phpcs", + "plugin", + "qa", + "quality", + "standard", + "standards", + "style guide", + "stylecheck", + "tests" ], "support": { - "issues": "https://github.com/sebastianbergmann/php-invoker/issues", - "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1" + "issues": "https://github.com/PHPCSStandards/composer-installer/issues", + "source": "https://github.com/PHPCSStandards/composer-installer" }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-09-28T05:58:55+00:00" + "time": "2023-01-05T11:28:13+00:00" }, { - "name": "phpunit/php-text-template", - "version": "2.0.4", + "name": "doctrine/annotations", + "version": "2.0.1", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/php-text-template.git", - "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28" + "url": "https://github.com/doctrine/annotations.git", + "reference": "e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", - "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f", + "reference": "e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f", "shasum": "" }, "require": { - "php": ">=7.3" + "doctrine/lexer": "^2 || ^3", + "ext-tokenizer": "*", + "php": "^7.2 || ^8.0", + "psr/cache": "^1 || ^2 || ^3" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "doctrine/cache": "^2.0", + "doctrine/coding-standard": "^10", + "phpstan/phpstan": "^1.8.0", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "symfony/cache": "^5.4 || ^6", + "vimeo/psalm": "^4.10" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - } + "suggest": { + "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations" }, + "type": "library", "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" } ], - "description": "Simple template engine.", - "homepage": "https://github.com/sebastianbergmann/php-text-template/", + "description": "Docblock Annotations Parser", + "homepage": "https://www.doctrine-project.org/projects/annotations.html", "keywords": [ - "template" + "annotations", + "docblock", + "parser" ], "support": { - "issues": "https://github.com/sebastianbergmann/php-text-template/issues", - "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4" + "issues": "https://github.com/doctrine/annotations/issues", + "source": "https://github.com/doctrine/annotations/tree/2.0.1" }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-10-26T05:33:50+00:00" + "time": "2023-02-02T22:02:53+00:00" }, { - "name": "phpunit/php-timer", - "version": "5.0.3", + "name": "filp/whoops", + "version": "2.15.3", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2" + "url": "https://github.com/filp/whoops.git", + "reference": "c83e88a30524f9360b11f585f71e6b17313b7187" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", - "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", + "url": "https://api.github.com/repos/filp/whoops/zipball/c83e88a30524f9360b11f585f71e6b17313b7187", + "reference": "c83e88a30524f9360b11f585f71e6b17313b7187", "shasum": "" }, "require": { - "php": ">=7.3" + "php": "^5.5.9 || ^7.0 || ^8.0", + "psr/log": "^1.0.1 || ^2.0 || ^3.0" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "mockery/mockery": "^0.9 || ^1.0", + "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3", + "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0" + }, + "suggest": { + "symfony/var-dumper": "Pretty print complex values better with var-dumper available", + "whoops/soap": "Formats errors as SOAP responses" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.0-dev" + "dev-master": "2.7-dev" } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "Whoops\\": "src/Whoops/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" + "name": "Filipe Dobreira", + "homepage": "https://github.com/filp", + "role": "Developer" } ], - "description": "Utility class for timing", - "homepage": "https://github.com/sebastianbergmann/php-timer/", + "description": "php error handling for cool kids", + "homepage": "https://filp.github.io/whoops/", "keywords": [ - "timer" + "error", + "exception", + "handling", + "library", + "throwable", + "whoops" ], "support": { - "issues": "https://github.com/sebastianbergmann/php-timer/issues", - "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3" + "issues": "https://github.com/filp/whoops/issues", + "source": "https://github.com/filp/whoops/tree/2.15.3" }, "funding": [ { - "url": "https://github.com/sebastianbergmann", + "url": "https://github.com/denis-sokolov", "type": "github" } ], - "time": "2020-10-26T13:16:10+00:00" + "time": "2023-07-13T12:00:00+00:00" }, { - "name": "phpunit/phpunit", - "version": "9.6.10", + "name": "jetbrains/phpstorm-stubs", + "version": "dev-master", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "a6d351645c3fe5a30f5e86be6577d946af65a328" + "url": "https://github.com/JetBrains/phpstorm-stubs.git", + "reference": "0b9854c8ba932966f3cb1469a2d18ab9249272b9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a6d351645c3fe5a30f5e86be6577d946af65a328", - "reference": "a6d351645c3fe5a30f5e86be6577d946af65a328", + "url": "https://api.github.com/repos/JetBrains/phpstorm-stubs/zipball/0b9854c8ba932966f3cb1469a2d18ab9249272b9", + "reference": "0b9854c8ba932966f3cb1469a2d18ab9249272b9", "shasum": "" }, - "require": { - "doctrine/instantiator": "^1.3.1 || ^2", - "ext-dom": "*", - "ext-json": "*", - "ext-libxml": "*", - "ext-mbstring": "*", - "ext-xml": "*", - "ext-xmlwriter": "*", - "myclabs/deep-copy": "^1.10.1", - "phar-io/manifest": "^2.0.3", - "phar-io/version": "^3.0.2", - "php": ">=7.3", - "phpunit/php-code-coverage": "^9.2.13", - "phpunit/php-file-iterator": "^3.0.5", - "phpunit/php-invoker": "^3.1.1", - "phpunit/php-text-template": "^2.0.3", - "phpunit/php-timer": "^5.0.2", - "sebastian/cli-parser": "^1.0.1", - "sebastian/code-unit": "^1.0.6", - "sebastian/comparator": "^4.0.8", - "sebastian/diff": "^4.0.3", - "sebastian/environment": "^5.1.3", - "sebastian/exporter": "^4.0.5", - "sebastian/global-state": "^5.0.1", - "sebastian/object-enumerator": "^4.0.3", - "sebastian/resource-operations": "^3.0.3", - "sebastian/type": "^3.2", - "sebastian/version": "^3.0.2" - }, - "suggest": { - "ext-soap": "To be able to generate mocks based on WSDL files", - "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" + "require-dev": { + "friendsofphp/php-cs-fixer": "@stable", + "nikic/php-parser": "@stable", + "php": "^8.0", + "phpdocumentor/reflection-docblock": "@stable", + "phpunit/phpunit": "^9.6" }, - "bin": [ - "phpunit" - ], + "default-branch": true, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "9.6-dev" - } - }, "autoload": { "files": [ - "src/Framework/Assert/Functions.php" - ], - "classmap": [ - "src/" + "PhpStormStubsMap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } + "Apache-2.0" ], - "description": "The PHP Unit Testing framework.", - "homepage": "https://phpunit.de/", + "description": "PHP runtime & extensions header files for PhpStorm", + "homepage": "https://www.jetbrains.com/phpstorm", "keywords": [ - "phpunit", - "testing", - "xunit" + "autocomplete", + "code", + "inference", + "inspection", + "jetbrains", + "phpstorm", + "stubs", + "type" ], "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.10" + "source": "https://github.com/JetBrains/phpstorm-stubs/tree/master" }, - "funding": [ - { - "url": "https://phpunit.de/sponsors.html", - "type": "custom" - }, - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit", - "type": "tidelift" - } - ], - "time": "2023-07-10T04:04:23+00:00" + "time": "2023-07-20T19:40:08+00:00" }, { - "name": "psalm/phar", - "version": "4.30.0", + "name": "nette/di", + "version": "v3.1.2", "source": { "type": "git", - "url": "https://github.com/psalm/phar.git", - "reference": "33723713902e1345904a5c9064ef7848bee0d490" + "url": "https://github.com/nette/di.git", + "reference": "355cefbd71011a76b670fda3340d612a6944f972" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/psalm/phar/zipball/33723713902e1345904a5c9064ef7848bee0d490", - "reference": "33723713902e1345904a5c9064ef7848bee0d490", + "url": "https://api.github.com/repos/nette/di/zipball/355cefbd71011a76b670fda3340d612a6944f972", + "reference": "355cefbd71011a76b670fda3340d612a6944f972", "shasum": "" }, "require": { - "php": "^7.1 || ^8.0" + "ext-tokenizer": "*", + "nette/neon": "^3.3 || ^4.0", + "nette/php-generator": "^3.5.4 || ^4.0", + "nette/robot-loader": "^3.2 || ~4.0.0", + "nette/schema": "^1.2", + "nette/utils": "^3.2.5 || ~4.0.0", + "php": ">=7.2 <8.3" }, - "conflict": { - "vimeo/psalm": "*" + "require-dev": { + "nette/tester": "^2.4", + "phpstan/phpstan": "^1.0", + "tracy/tracy": "^2.9" }, - "bin": [ - "psalm.phar" - ], "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.1-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause", + "GPL-2.0-only", + "GPL-3.0-only" + ], + "authors": [ + { + "name": "David Grudl", + "homepage": "https://davidgrudl.com" + }, + { + "name": "Nette Community", + "homepage": "https://nette.org/contributors" + } + ], + "description": "💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP features.", + "homepage": "https://nette.org", + "keywords": [ + "compiled", + "di", + "dic", + "factory", + "ioc", + "nette", + "static" ], - "description": "Composer-based Psalm Phar", "support": { - "issues": "https://github.com/psalm/phar/issues", - "source": "https://github.com/psalm/phar/tree/4.30.0" + "issues": "https://github.com/nette/di/issues", + "source": "https://github.com/nette/di/tree/v3.1.2" }, - "time": "2022-11-06T20:41:58+00:00" + "time": "2023-03-13T14:03:15+00:00" }, { - "name": "psy/psysh", - "version": "v0.11.19", + "name": "nette/neon", + "version": "v3.4.0", "source": { "type": "git", - "url": "https://github.com/bobthecow/psysh.git", - "reference": "1724ceff278daeeac5a006744633bacbb2dc4706" + "url": "https://github.com/nette/neon.git", + "reference": "372d945c156ee7f35c953339fb164538339e6283" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/1724ceff278daeeac5a006744633bacbb2dc4706", - "reference": "1724ceff278daeeac5a006744633bacbb2dc4706", + "url": "https://api.github.com/repos/nette/neon/zipball/372d945c156ee7f35c953339fb164538339e6283", + "reference": "372d945c156ee7f35c953339fb164538339e6283", "shasum": "" }, "require": { "ext-json": "*", - "ext-tokenizer": "*", - "nikic/php-parser": "^4.0 || ^3.1", - "php": "^8.0 || ^7.0.8", - "symfony/console": "^6.0 || ^5.0 || ^4.0 || ^3.4", - "symfony/var-dumper": "^6.0 || ^5.0 || ^4.0 || ^3.4" - }, - "conflict": { - "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4" + "php": ">=8.0 <8.3" }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.2" - }, - "suggest": { - "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", - "ext-pdo-sqlite": "The doc command requires SQLite to work.", - "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.", - "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history." + "nette/tester": "^2.4", + "phpstan/phpstan": "^1.0", + "tracy/tracy": "^2.7" }, "bin": [ - "bin/psysh" + "bin/neon-lint" ], "type": "library", "extra": { "branch-alias": { - "dev-main": "0.11.x-dev" + "dev-master": "3.4-dev" } }, "autoload": { - "files": [ - "src/functions.php" - ], - "psr-4": { - "Psy\\": "src/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause", + "GPL-2.0-only", + "GPL-3.0-only" ], "authors": [ { - "name": "Justin Hileman", - "email": "justin@justinhileman.info", - "homepage": "http://justinhileman.com" + "name": "David Grudl", + "homepage": "https://davidgrudl.com" + }, + { + "name": "Nette Community", + "homepage": "https://nette.org/contributors" } ], - "description": "An interactive shell for modern PHP.", - "homepage": "http://psysh.org", + "description": "🍸 Nette NEON: encodes and decodes NEON file format.", + "homepage": "https://ne-on.org", "keywords": [ - "REPL", - "console", - "interactive", - "shell" + "export", + "import", + "neon", + "nette", + "yaml" ], "support": { - "issues": "https://github.com/bobthecow/psysh/issues", - "source": "https://github.com/bobthecow/psysh/tree/v0.11.19" + "issues": "https://github.com/nette/neon/issues", + "source": "https://github.com/nette/neon/tree/v3.4.0" }, - "time": "2023-07-15T19:42:19+00:00" + "time": "2023-01-13T03:08:29+00:00" }, { - "name": "sebastian/cli-parser", - "version": "1.0.1", + "name": "nette/php-generator", + "version": "v4.0.7", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/cli-parser.git", - "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2" + "url": "https://github.com/nette/php-generator.git", + "reference": "de1843fbb692125e307937c85d43937d0dc0c1d4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2", - "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2", + "url": "https://api.github.com/repos/nette/php-generator/zipball/de1843fbb692125e307937c85d43937d0dc0c1d4", + "reference": "de1843fbb692125e307937c85d43937d0dc0c1d4", "shasum": "" }, "require": { - "php": ">=7.3" + "nette/utils": "^3.2.9 || ^4.0", + "php": ">=8.0 <8.3" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "jetbrains/phpstorm-attributes": "dev-master", + "nette/tester": "^2.4", + "nikic/php-parser": "^4.15", + "phpstan/phpstan": "^1.0", + "tracy/tracy": "^2.8" + }, + "suggest": { + "nikic/php-parser": "to use ClassType::from(withBodies: true) & ClassType::fromCode()" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-master": "4.0-dev" } }, "autoload": { @@ -74070,53 +74348,62 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "BSD-3-Clause", + "GPL-2.0-only", + "GPL-3.0-only" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" + "name": "David Grudl", + "homepage": "https://davidgrudl.com" + }, + { + "name": "Nette Community", + "homepage": "https://nette.org/contributors" } ], - "description": "Library for parsing CLI options", - "homepage": "https://github.com/sebastianbergmann/cli-parser", + "description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 8.2 features.", + "homepage": "https://nette.org", + "keywords": [ + "code", + "nette", + "php", + "scaffolding" + ], "support": { - "issues": "https://github.com/sebastianbergmann/cli-parser/issues", - "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1" + "issues": "https://github.com/nette/php-generator/issues", + "source": "https://github.com/nette/php-generator/tree/v4.0.7" }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-09-28T06:08:49+00:00" + "time": "2023-04-26T15:09:53+00:00" }, { - "name": "sebastian/code-unit", - "version": "1.0.8", + "name": "nette/robot-loader", + "version": "v4.0.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/code-unit.git", - "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120" + "url": "https://github.com/nette/robot-loader.git", + "reference": "2970fc5a7ba858d996801df3af68005ca51f26a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120", - "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120", + "url": "https://api.github.com/repos/nette/robot-loader/zipball/2970fc5a7ba858d996801df3af68005ca51f26a9", + "reference": "2970fc5a7ba858d996801df3af68005ca51f26a9", "shasum": "" }, "require": { - "php": ">=7.3" + "ext-tokenizer": "*", + "nette/utils": "^4.0", + "php": ">=8.0 <8.3" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "nette/tester": "^2.4", + "phpstan/phpstan": "^1.0", + "tracy/tracy": "^2.9" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-master": "4.0-dev" } }, "autoload": { @@ -74126,53 +74413,62 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "BSD-3-Clause", + "GPL-2.0-only", + "GPL-3.0-only" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" + "name": "David Grudl", + "homepage": "https://davidgrudl.com" + }, + { + "name": "Nette Community", + "homepage": "https://nette.org/contributors" } ], - "description": "Collection of value objects that represent the PHP code units", - "homepage": "https://github.com/sebastianbergmann/code-unit", + "description": "🍀 Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.", + "homepage": "https://nette.org", + "keywords": [ + "autoload", + "class", + "interface", + "nette", + "trait" + ], "support": { - "issues": "https://github.com/sebastianbergmann/code-unit/issues", - "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8" + "issues": "https://github.com/nette/robot-loader/issues", + "source": "https://github.com/nette/robot-loader/tree/v4.0.0" }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-10-26T13:08:54+00:00" + "time": "2023-01-18T04:17:49+00:00" }, { - "name": "sebastian/code-unit-reverse-lookup", - "version": "2.0.3", + "name": "nette/schema", + "version": "v1.2.3", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", - "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5" + "url": "https://github.com/nette/schema.git", + "reference": "abbdbb70e0245d5f3bf77874cea1dfb0c930d06f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", - "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", + "url": "https://api.github.com/repos/nette/schema/zipball/abbdbb70e0245d5f3bf77874cea1dfb0c930d06f", + "reference": "abbdbb70e0245d5f3bf77874cea1dfb0c930d06f", "shasum": "" }, "require": { - "php": ">=7.3" + "nette/utils": "^2.5.7 || ^3.1.5 || ^4.0", + "php": ">=7.1 <8.3" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "nette/tester": "^2.3 || ^2.4", + "phpstan/phpstan-nette": "^1.0", + "tracy/tracy": "^2.7" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-master": "1.2-dev" } }, "autoload": { @@ -74182,49 +74478,67 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "BSD-3-Clause", + "GPL-2.0-only", + "GPL-3.0-only" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "David Grudl", + "homepage": "https://davidgrudl.com" + }, + { + "name": "Nette Community", + "homepage": "https://nette.org/contributors" } ], - "description": "Looks up which function or method a line of code belongs to", - "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", + "description": "📐 Nette Schema: validating data structures against a given Schema.", + "homepage": "https://nette.org", + "keywords": [ + "config", + "nette" + ], "support": { - "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", - "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3" + "issues": "https://github.com/nette/schema/issues", + "source": "https://github.com/nette/schema/tree/v1.2.3" }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-09-28T05:30:19+00:00" + "time": "2022-10-13T01:24:26+00:00" }, { - "name": "sebastian/comparator", - "version": "4.0.8", + "name": "nette/utils", + "version": "v4.0.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "fa0f136dd2334583309d32b62544682ee972b51a" + "url": "https://github.com/nette/utils.git", + "reference": "cacdbf5a91a657ede665c541eda28941d4b09c1e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a", - "reference": "fa0f136dd2334583309d32b62544682ee972b51a", + "url": "https://api.github.com/repos/nette/utils/zipball/cacdbf5a91a657ede665c541eda28941d4b09c1e", + "reference": "cacdbf5a91a657ede665c541eda28941d4b09c1e", "shasum": "" }, "require": { - "php": ">=7.3", - "sebastian/diff": "^4.0", - "sebastian/exporter": "^4.0" + "php": ">=8.0 <8.3" + }, + "conflict": { + "nette/finder": "<3", + "nette/schema": "<1.2.2" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "jetbrains/phpstorm-attributes": "dev-master", + "nette/tester": "^2.4", + "phpstan/phpstan": "^1.0", + "tracy/tracy": "^2.9" + }, + "suggest": { + "ext-gd": "to use Image", + "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()", + "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()", + "ext-json": "to use Nette\\Utils\\Json", + "ext-mbstring": "to use Strings::lower() etc...", + "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()", + "ext-xml": "to use Strings::length() etc. when mbstring is not available" }, "type": "library", "extra": { @@ -74239,571 +74553,567 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "BSD-3-Clause", + "GPL-2.0-only", + "GPL-3.0-only" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, - { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" - }, - { - "name": "Volker Dusch", - "email": "github@wallbash.com" + "name": "David Grudl", + "homepage": "https://davidgrudl.com" }, { - "name": "Bernhard Schussek", - "email": "bschussek@2bepublished.at" + "name": "Nette Community", + "homepage": "https://nette.org/contributors" } ], - "description": "Provides the functionality to compare PHP values for equality", - "homepage": "https://github.com/sebastianbergmann/comparator", + "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.", + "homepage": "https://nette.org", "keywords": [ - "comparator", - "compare", - "equality" + "array", + "core", + "datetime", + "images", + "json", + "nette", + "paginator", + "password", + "slugify", + "string", + "unicode", + "utf-8", + "utility", + "validation" ], "support": { - "issues": "https://github.com/sebastianbergmann/comparator/issues", - "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8" + "issues": "https://github.com/nette/utils/issues", + "source": "https://github.com/nette/utils/tree/v4.0.0" }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2022-09-14T12:41:17+00:00" + "time": "2023-02-02T10:41:53+00:00" }, { - "name": "sebastian/complexity", - "version": "2.0.2", + "name": "pdepend/pdepend", + "version": "2.14.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/complexity.git", - "reference": "739b35e53379900cc9ac327b2147867b8b6efd88" + "url": "https://github.com/pdepend/pdepend.git", + "reference": "1121d4b04af06e33e9659bac3a6741b91cab1de1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88", - "reference": "739b35e53379900cc9ac327b2147867b8b6efd88", + "url": "https://api.github.com/repos/pdepend/pdepend/zipball/1121d4b04af06e33e9659bac3a6741b91cab1de1", + "reference": "1121d4b04af06e33e9659bac3a6741b91cab1de1", "shasum": "" }, "require": { - "nikic/php-parser": "^4.7", - "php": ">=7.3" + "php": ">=5.3.7", + "symfony/config": "^2.3.0|^3|^4|^5|^6.0", + "symfony/dependency-injection": "^2.3.0|^3|^4|^5|^6.0", + "symfony/filesystem": "^2.3.0|^3|^4|^5|^6.0" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "easy-doc/easy-doc": "0.0.0|^1.2.3", + "gregwar/rst": "^1.0", + "phpunit/phpunit": "^4.8.36|^5.7.27", + "squizlabs/php_codesniffer": "^2.0.0" }, + "bin": [ + "src/bin/pdepend" + ], "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-master": "2.x-dev" } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "PDepend\\": "src/main/php/PDepend" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } + "description": "Official version of pdepend to be handled with Composer", + "keywords": [ + "PHP Depend", + "PHP_Depend", + "dev", + "pdepend" ], - "description": "Library for calculating the complexity of PHP code units", - "homepage": "https://github.com/sebastianbergmann/complexity", "support": { - "issues": "https://github.com/sebastianbergmann/complexity/issues", - "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2" + "issues": "https://github.com/pdepend/pdepend/issues", + "source": "https://github.com/pdepend/pdepend/tree/2.14.0" }, "funding": [ { - "url": "https://github.com/sebastianbergmann", - "type": "github" + "url": "https://tidelift.com/funding/github/packagist/pdepend/pdepend", + "type": "tidelift" } ], - "time": "2020-10-26T15:52:27+00:00" + "time": "2023-05-26T13:15:18+00:00" }, { - "name": "sebastian/diff", - "version": "4.0.5", + "name": "php-webdriver/webdriver", + "version": "1.14.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131" + "url": "https://github.com/php-webdriver/php-webdriver.git", + "reference": "3ea4f924afb43056bf9c630509e657d951608563" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131", - "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131", + "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/3ea4f924afb43056bf9c630509e657d951608563", + "reference": "3ea4f924afb43056bf9c630509e657d951608563", "shasum": "" }, "require": { - "php": ">=7.3" + "ext-curl": "*", + "ext-json": "*", + "ext-zip": "*", + "php": "^7.3 || ^8.0", + "symfony/polyfill-mbstring": "^1.12", + "symfony/process": "^5.0 || ^6.0" + }, + "replace": { + "facebook/webdriver": "*" }, "require-dev": { + "ergebnis/composer-normalize": "^2.20.0", + "ondram/ci-detector": "^4.0", + "php-coveralls/php-coveralls": "^2.4", + "php-mock/php-mock-phpunit": "^2.0", + "php-parallel-lint/php-parallel-lint": "^1.2", "phpunit/phpunit": "^9.3", - "symfony/process": "^4.2 || ^5" + "squizlabs/php_codesniffer": "^3.5", + "symfony/var-dumper": "^5.0 || ^6.0" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.0-dev" - } + "suggest": { + "ext-SimpleXML": "For Firefox profile creation" }, + "type": "library", "autoload": { - "classmap": [ - "src/" - ] + "files": [ + "lib/Exception/TimeoutException.php" + ], + "psr-4": { + "Facebook\\WebDriver\\": "lib/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, - { - "name": "Kore Nordmann", - "email": "mail@kore-nordmann.de" - } + "MIT" ], - "description": "Diff implementation", - "homepage": "https://github.com/sebastianbergmann/diff", + "description": "A PHP client for Selenium WebDriver. Previously facebook/webdriver.", + "homepage": "https://github.com/php-webdriver/php-webdriver", "keywords": [ - "diff", - "udiff", - "unidiff", - "unified diff" + "Chromedriver", + "geckodriver", + "php", + "selenium", + "webdriver" ], "support": { - "issues": "https://github.com/sebastianbergmann/diff/issues", - "source": "https://github.com/sebastianbergmann/diff/tree/4.0.5" + "issues": "https://github.com/php-webdriver/php-webdriver/issues", + "source": "https://github.com/php-webdriver/php-webdriver/tree/1.14.0" }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2023-05-07T05:35:17+00:00" + "time": "2023-02-09T12:12:19+00:00" }, { - "name": "sebastian/environment", - "version": "5.1.5", + "name": "phpbench/container", + "version": "2.2.1", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed" + "url": "https://github.com/phpbench/container.git", + "reference": "6d555ff7174fca13f9b1ec0b4a089ed41d0ab392" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", - "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", + "url": "https://api.github.com/repos/phpbench/container/zipball/6d555ff7174fca13f9b1ec0b4a089ed41d0ab392", + "reference": "6d555ff7174fca13f9b1ec0b4a089ed41d0ab392", "shasum": "" }, "require": { - "php": ">=7.3" + "psr/container": "^1.0|^2.0", + "symfony/options-resolver": "^4.2 || ^5.0 || ^6.0" }, "require-dev": { - "phpunit/phpunit": "^9.3" - }, - "suggest": { - "ext-posix": "*" + "friendsofphp/php-cs-fixer": "^2.16", + "phpstan/phpstan": "^0.12.52", + "phpunit/phpunit": "^8" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.1-dev" + "dev-master": "2.x-dev" } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "PhpBench\\DependencyInjection\\": "lib/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "Daniel Leech", + "email": "daniel@dantleech.com" } ], - "description": "Provides functionality to handle HHVM/PHP environments", - "homepage": "http://www.github.com/sebastianbergmann/environment", - "keywords": [ - "Xdebug", - "environment", - "hhvm" - ], + "description": "Simple, configurable, service container.", "support": { - "issues": "https://github.com/sebastianbergmann/environment/issues", - "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5" + "issues": "https://github.com/phpbench/container/issues", + "source": "https://github.com/phpbench/container/tree/2.2.1" }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2023-02-03T06:03:51+00:00" + "time": "2022-01-25T10:17:35+00:00" }, { - "name": "sebastian/exporter", - "version": "4.0.5", + "name": "phpbench/dom", + "version": "0.3.3", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d" + "url": "https://github.com/phpbench/dom.git", + "reference": "786a96db538d0def931f5b19225233ec42ec7a72" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", - "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", + "url": "https://api.github.com/repos/phpbench/dom/zipball/786a96db538d0def931f5b19225233ec42ec7a72", + "reference": "786a96db538d0def931f5b19225233ec42ec7a72", "shasum": "" }, "require": { - "php": ">=7.3", - "sebastian/recursion-context": "^4.0" + "ext-dom": "*", + "php": "^7.3||^8.0" }, "require-dev": { - "ext-mbstring": "*", - "phpunit/phpunit": "^9.3" + "friendsofphp/php-cs-fixer": "^3.14", + "phpstan/phpstan": "^1.10", + "phpunit/phpunit": "^8.0||^9.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-master": "1.0-dev" } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "PhpBench\\Dom\\": "lib/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, - { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" - }, - { - "name": "Volker Dusch", - "email": "github@wallbash.com" - }, - { - "name": "Adam Harvey", - "email": "aharvey@php.net" - }, - { - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" + "name": "Daniel Leech", + "email": "daniel@dantleech.com" } ], - "description": "Provides the functionality to export PHP variables for visualization", - "homepage": "https://www.github.com/sebastianbergmann/exporter", - "keywords": [ - "export", - "exporter" - ], + "description": "DOM wrapper to simplify working with the PHP DOM implementation", "support": { - "issues": "https://github.com/sebastianbergmann/exporter/issues", - "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5" + "issues": "https://github.com/phpbench/dom/issues", + "source": "https://github.com/phpbench/dom/tree/0.3.3" }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2022-09-14T06:03:37+00:00" + "time": "2023-03-06T23:46:57+00:00" }, { - "name": "sebastian/global-state", - "version": "5.0.5", + "name": "phpbench/phpbench", + "version": "1.2.14", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2" + "url": "https://github.com/phpbench/phpbench.git", + "reference": "edbd1b7ecf704eb01f7a2bcd1b8aa8c189f9fa4e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2", - "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2", + "url": "https://api.github.com/repos/phpbench/phpbench/zipball/edbd1b7ecf704eb01f7a2bcd1b8aa8c189f9fa4e", + "reference": "edbd1b7ecf704eb01f7a2bcd1b8aa8c189f9fa4e", "shasum": "" }, "require": { - "php": ">=7.3", - "sebastian/object-reflector": "^2.0", - "sebastian/recursion-context": "^4.0" + "doctrine/annotations": "^1.13 || ^2.0", + "ext-dom": "*", + "ext-json": "*", + "ext-pcre": "*", + "ext-reflection": "*", + "ext-spl": "*", + "ext-tokenizer": "*", + "php": "^7.4 || ^8.0", + "phpbench/container": "^2.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", + "symfony/filesystem": "^4.2 || ^5.0 || ^6.0", + "symfony/finder": "^4.2 || ^5.0 || ^6.0", + "symfony/options-resolver": "^4.2 || ^5.0 || ^6.0", + "symfony/process": "^4.2 || ^5.0 || ^6.0", + "webmozart/glob": "^4.6" }, "require-dev": { - "ext-dom": "*", - "phpunit/phpunit": "^9.3" + "dantleech/invoke": "^2.0", + "friendsofphp/php-cs-fixer": "^3.0", + "jangregor/phpstan-prophecy": "^1.0", + "phpspec/prophecy": "^1.12", + "phpstan/extension-installer": "^1.1", + "phpstan/phpstan": "^1.0", + "phpstan/phpstan-phpunit": "^1.0", + "phpunit/phpunit": "^9.0", + "symfony/error-handler": "^5.2 || ^6.0", + "symfony/var-dumper": "^4.0 || ^5.0 || ^6.0" }, "suggest": { - "ext-uopz": "*" + "ext-xdebug": "For Xdebug profiling extension." }, + "bin": [ + "bin/phpbench" + ], "type": "library", "extra": { "branch-alias": { - "dev-master": "5.0-dev" + "dev-master": "1.2-dev" } }, "autoload": { - "classmap": [ - "src/" - ] + "files": [ + "lib/Report/Func/functions.php" + ], + "psr-4": { + "PhpBench\\": "lib/", + "PhpBench\\Extensions\\XDebug\\": "extensions/xdebug/lib/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "Daniel Leech", + "email": "daniel@dantleech.com" } ], - "description": "Snapshotting of global state", - "homepage": "http://www.github.com/sebastianbergmann/global-state", - "keywords": [ - "global state" - ], + "description": "PHP Benchmarking Framework", "support": { - "issues": "https://github.com/sebastianbergmann/global-state/issues", - "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5" + "issues": "https://github.com/phpbench/phpbench/issues", + "source": "https://github.com/phpbench/phpbench/tree/1.2.14" }, "funding": [ { - "url": "https://github.com/sebastianbergmann", + "url": "https://github.com/dantleech", "type": "github" } ], - "time": "2022-02-14T08:28:10+00:00" + "time": "2023-07-09T09:16:08+00:00" }, { - "name": "sebastian/lines-of-code", - "version": "1.0.3", + "name": "phpdocumentor/reflection-common", + "version": "2.2.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/lines-of-code.git", - "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc" + "url": "https://github.com/phpDocumentor/ReflectionCommon.git", + "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc", - "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b", + "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b", "shasum": "" }, "require": { - "nikic/php-parser": "^4.6", - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3" + "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-2.x": "2.x-dev" } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "phpDocumentor\\Reflection\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" + "name": "Jaap van Otterdijk", + "email": "opensource@ijaap.nl" } ], - "description": "Library for counting the lines of code in PHP source code", - "homepage": "https://github.com/sebastianbergmann/lines-of-code", + "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/sebastianbergmann/lines-of-code/issues", - "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3" + "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues", + "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x" }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-11-28T06:42:11+00:00" + "time": "2020-06-27T09:03:43+00:00" }, { - "name": "sebastian/object-enumerator", - "version": "4.0.4", + "name": "phpdocumentor/reflection-docblock", + "version": "5.3.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/object-enumerator.git", - "reference": "5c9eeac41b290a3712d88851518825ad78f45c71" + "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", + "reference": "622548b623e81ca6d78b721c5e029f4ce664f170" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71", - "reference": "5c9eeac41b290a3712d88851518825ad78f45c71", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170", + "reference": "622548b623e81ca6d78b721c5e029f4ce664f170", "shasum": "" }, "require": { - "php": ">=7.3", - "sebastian/object-reflector": "^2.0", - "sebastian/recursion-context": "^4.0" + "ext-filter": "*", + "php": "^7.2 || ^8.0", + "phpdocumentor/reflection-common": "^2.2", + "phpdocumentor/type-resolver": "^1.3", + "webmozart/assert": "^1.9.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "mockery/mockery": "~1.3.2", + "psalm/phar": "^4.8" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-master": "5.x-dev" } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "phpDocumentor\\Reflection\\": "src" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "Mike van Riel", + "email": "me@mikevanriel.com" + }, + { + "name": "Jaap van Otterdijk", + "email": "account@ijaap.nl" } ], - "description": "Traverses array structures and object graphs to enumerate all referenced objects", - "homepage": "https://github.com/sebastianbergmann/object-enumerator/", + "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/sebastianbergmann/object-enumerator/issues", - "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4" + "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", + "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0" }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-10-26T13:12:34+00:00" + "time": "2021-10-19T17:43:47+00:00" }, { - "name": "sebastian/object-reflector", - "version": "2.0.4", + "name": "phpdocumentor/type-resolver", + "version": "1.6.2", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/object-reflector.git", - "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7" + "url": "https://github.com/phpDocumentor/TypeResolver.git", + "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", - "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/48f445a408c131e38cab1c235aa6d2bb7a0bb20d", + "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d", "shasum": "" }, "require": { - "php": ">=7.3" + "php": "^7.4 || ^8.0", + "phpdocumentor/reflection-common": "^2.0" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "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-master": "2.0-dev" + "dev-1.x": "1.x-dev" } }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "phpDocumentor\\Reflection\\": "src" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "Mike van Riel", + "email": "me@mikevanriel.com" } ], - "description": "Allows reflection of object attributes, including inherited and non-public ones", - "homepage": "https://github.com/sebastianbergmann/object-reflector/", + "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "support": { - "issues": "https://github.com/sebastianbergmann/object-reflector/issues", - "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4" + "issues": "https://github.com/phpDocumentor/TypeResolver/issues", + "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.2" }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-10-26T13:14:26+00:00" + "time": "2022-10-14T12:47:21+00:00" }, { - "name": "sebastian/recursion-context", - "version": "4.0.5", + "name": "phpmd/phpmd", + "version": "2.13.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1" + "url": "https://github.com/phpmd/phpmd.git", + "reference": "dad0228156856b3ad959992f9748514fa943f3e3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", - "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", + "url": "https://api.github.com/repos/phpmd/phpmd/zipball/dad0228156856b3ad959992f9748514fa943f3e3", + "reference": "dad0228156856b3ad959992f9748514fa943f3e3", "shasum": "" }, "require": { - "php": ">=7.3" + "composer/xdebug-handler": "^1.0 || ^2.0 || ^3.0", + "ext-xml": "*", + "pdepend/pdepend": "^2.12.1", + "php": ">=5.3.9" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "easy-doc/easy-doc": "0.0.0 || ^1.3.2", + "ext-json": "*", + "ext-simplexml": "*", + "gregwar/rst": "^1.0", + "mikey179/vfsstream": "^1.6.8", + "phpunit/phpunit": "^4.8.36 || ^5.7.27", + "squizlabs/php_codesniffer": "^2.0" }, + "bin": [ + "src/bin/phpmd" + ], "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.0-dev" - } - }, "autoload": { - "classmap": [ - "src/" - ] + "psr-0": { + "PHPMD\\": "src/main/php" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -74811,195 +75121,185 @@ ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" + "name": "Manuel Pichler", + "email": "github@manuel-pichler.de", + "homepage": "https://github.com/manuelpichler", + "role": "Project Founder" }, { - "name": "Jeff Welch", - "email": "whatthejeff@gmail.com" + "name": "Marc Würth", + "email": "ravage@bluewin.ch", + "homepage": "https://github.com/ravage84", + "role": "Project Maintainer" }, { - "name": "Adam Harvey", - "email": "aharvey@php.net" + "name": "Other contributors", + "homepage": "https://github.com/phpmd/phpmd/graphs/contributors", + "role": "Contributors" } ], - "description": "Provides functionality to recursively process PHP variables", - "homepage": "https://github.com/sebastianbergmann/recursion-context", + "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.", + "homepage": "https://phpmd.org/", + "keywords": [ + "mess detection", + "mess detector", + "pdepend", + "phpmd", + "pmd" + ], "support": { - "issues": "https://github.com/sebastianbergmann/recursion-context/issues", - "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5" + "irc": "irc://irc.freenode.org/phpmd", + "issues": "https://github.com/phpmd/phpmd/issues", + "source": "https://github.com/phpmd/phpmd/tree/2.13.0" }, "funding": [ { - "url": "https://github.com/sebastianbergmann", - "type": "github" + "url": "https://tidelift.com/funding/github/packagist/phpmd/phpmd", + "type": "tidelift" } ], - "time": "2023-02-03T06:07:39+00:00" + "time": "2022-09-10T08:44:15+00:00" }, { - "name": "sebastian/resource-operations", - "version": "3.0.3", + "name": "phpstan/phpdoc-parser", + "version": "1.22.1", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/resource-operations.git", - "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8" + "url": "https://github.com/phpstan/phpdoc-parser.git", + "reference": "65c39594fbd8c67abfc68bb323f86447bab79cc0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", - "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/65c39594fbd8c67abfc68bb323f86447bab79cc0", + "reference": "65c39594fbd8c67abfc68bb323f86447bab79cc0", "shasum": "" }, "require": { - "php": ">=7.3" + "php": "^7.2 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "^9.0" + "doctrine/annotations": "^2.0", + "nikic/php-parser": "^4.15", + "php-parallel-lint/php-parallel-lint": "^1.2", + "phpstan/extension-installer": "^1.0", + "phpstan/phpstan": "^1.5", + "phpstan/phpstan-phpunit": "^1.1", + "phpstan/phpstan-strict-rules": "^1.0", + "phpunit/phpunit": "^9.5", + "symfony/process": "^5.2" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, "autoload": { - "classmap": [ - "src/" - ] + "psr-4": { + "PHPStan\\PhpDocParser\\": [ + "src/" + ] + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } + "MIT" ], - "description": "Provides a list of PHP built-in functions that operate on resources", - "homepage": "https://www.github.com/sebastianbergmann/resource-operations", + "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { - "issues": "https://github.com/sebastianbergmann/resource-operations/issues", - "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3" + "issues": "https://github.com/phpstan/phpdoc-parser/issues", + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.22.1" }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-09-28T06:45:17+00:00" + "time": "2023-06-29T20:46:06+00:00" }, { - "name": "sebastian/type", - "version": "3.2.1", + "name": "phpstan/phpstan", + "version": "1.9.16", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/type.git", - "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7" + "url": "https://github.com/phpstan/phpstan.git", + "reference": "922e2689bb180575d0f57de0443c431a5a698e8f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", - "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/922e2689bb180575d0f57de0443c431a5a698e8f", + "reference": "922e2689bb180575d0f57de0443c431a5a698e8f", "shasum": "" }, "require": { - "php": ">=7.3" + "php": "^7.2|^8.0" }, - "require-dev": { - "phpunit/phpunit": "^9.5" + "conflict": { + "phpstan/phpstan-shim": "*" }, + "bin": [ + "phpstan", + "phpstan.phar" + ], "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.2-dev" - } - }, "autoload": { - "classmap": [ - "src/" + "files": [ + "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } + "description": "PHPStan - PHP Static Analysis Tool", + "keywords": [ + "dev", + "static analysis" ], - "description": "Collection of value objects that represent the types of the PHP type system", - "homepage": "https://github.com/sebastianbergmann/type", "support": { - "issues": "https://github.com/sebastianbergmann/type/issues", - "source": "https://github.com/sebastianbergmann/type/tree/3.2.1" + "issues": "https://github.com/phpstan/phpstan/issues", + "source": "https://github.com/phpstan/phpstan/tree/1.9.16" }, "funding": [ { - "url": "https://github.com/sebastianbergmann", + "url": "https://github.com/ondrejmirtes", + "type": "github" + }, + { + "url": "https://github.com/phpstan", "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan", + "type": "tidelift" } ], - "time": "2023-02-03T06:13:03+00:00" + "time": "2023-02-07T10:42:21+00:00" }, { - "name": "sebastian/version", - "version": "3.0.2", + "name": "psalm/phar", + "version": "4.30.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/version.git", - "reference": "c6c1022351a901512170118436c764e473f6de8c" + "url": "https://github.com/psalm/phar.git", + "reference": "33723713902e1345904a5c9064ef7848bee0d490" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c", - "reference": "c6c1022351a901512170118436c764e473f6de8c", + "url": "https://api.github.com/repos/psalm/phar/zipball/33723713902e1345904a5c9064ef7848bee0d490", + "reference": "33723713902e1345904a5c9064ef7848bee0d490", "shasum": "" }, "require": { - "php": ">=7.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } + "php": "^7.1 || ^8.0" }, - "autoload": { - "classmap": [ - "src/" - ] + "conflict": { + "vimeo/psalm": "*" }, + "bin": [ + "psalm.phar" + ], + "type": "library", "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - } + "MIT" ], - "description": "Library that helps with managing the version number of Git-hosted PHP projects", - "homepage": "https://github.com/sebastianbergmann/version", + "description": "Composer-based Psalm Phar", "support": { - "issues": "https://github.com/sebastianbergmann/version/issues", - "source": "https://github.com/sebastianbergmann/version/tree/3.0.2" + "issues": "https://github.com/psalm/phar/issues", + "source": "https://github.com/psalm/phar/tree/4.30.0" }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-09-28T06:39:44+00:00" + "time": "2022-11-06T20:41:58+00:00" }, { "name": "seld/jsonlint", @@ -75198,64 +75498,6 @@ ], "time": "2023-02-12T18:53:17+00:00" }, - { - "name": "spryker-sdk/async-api", - "version": "0.2.9", - "source": { - "type": "git", - "url": "https://github.com/spryker-sdk/async-api.git", - "reference": "ed75e647528cc686f144cdf8086d0662d96f0162" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker-sdk/async-api/zipball/ed75e647528cc686f144cdf8086d0662d96f0162", - "reference": "ed75e647528cc686f144cdf8086d0662d96f0162", - "shasum": "" - }, - "require": { - "doctrine/inflector": "~1.4.2 || ~2.0.0", - "php": ">=8.0", - "symfony/console": "^4.0.0 || ^5.3 || ^6.0", - "symfony/finder": "^4.0.0 || ^5.3 || ^6.0", - "symfony/process": "^4.0.0 || ^5.4 || ^6.0", - "symfony/property-access": "^4.0.0 || ^5.4 || ^6.0" - }, - "require-dev": { - "codeception/codeception": "^5.0.0", - "codeception/module-asserts": "^3.0.0", - "mikey179/vfsstream": "^1.6.10", - "phpstan/phpdoc-parser": "~1.5.1", - "sllh/composer-versions-check": "^2.0", - "spryker-sdk/architector": "0.1.x-dev", - "spryker/code-sniffer": "^0.17.18", - "symfony/var-dumper": "^6.0.0" - }, - "bin": [ - "bin/asyncapi" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Transfer\\": "src/Transfer/", - "SprykerSdk\\AsyncApi\\": "src/SprykerSdk/AsyncApi/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "proprietary" - ], - "description": "SDK for AsyncAPI.", - "support": { - "issues": "https://github.com/spryker-sdk/async-api/issues", - "source": "https://github.com/spryker-sdk/async-api/tree/0.2.9" - }, - "time": "2023-03-02T13:32:52+00:00" - }, { "name": "spryker-sdk/benchmark", "version": "0.2.2", @@ -75979,83 +76221,6 @@ }, "time": "2023-01-24T16:01:43+00:00" }, - { - "name": "spryker/testify", - "version": "3.49.0", - "source": { - "type": "git", - "url": "https://github.com/spryker/testify.git", - "reference": "90df06e9eb21c4add5d6a54f3c095e48cba18b7b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/testify/zipball/90df06e9eb21c4add5d6a54f3c095e48cba18b7b", - "reference": "90df06e9eb21c4add5d6a54f3c095e48cba18b7b", - "shasum": "" - }, - "require": { - "codeception/codeception": "^5.0.2", - "dms/phpunit-arraysubset-asserts": "^0.4.0", - "fakerphp/faker": "^1.16.0", - "mikey179/vfsstream": "^1.6.7", - "php": ">=8.0", - "spryker/application": "^3.12.0", - "spryker/application-extension": "^1.0.0", - "spryker/config": "^3.5.0", - "spryker/container": "^1.1.0", - "spryker/error-handler": "^2.2.0", - "spryker/kernel": "^3.73.0", - "spryker/propel": "^3.0.4", - "spryker/symfony": "^3.0.0" - }, - "require-dev": { - "spryker/code-sniffer": "*", - "spryker/console": "*", - "spryker/glue-application": "*", - "spryker/glue-backend-api-application": "*", - "spryker/glue-json-api-convention": "*", - "spryker/glue-json-api-convention-extension": "*", - "spryker/json-path": "^1.0.0", - "spryker/json-schema": "^1.0.0", - "spryker/propel-orm": "*", - "spryker/silex": "*", - "spryker/twig": "^3.0.0" - }, - "suggest": { - "spryker/silex": "Add this when you still want to use the abandoned Silex." - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\Testify\\Helper\\": "tests/SprykerTest/Zed/Testify/_support/Helper/", - "SprykerTest\\Glue\\Testify\\Helper\\": "tests/SprykerTest/Glue/Testify/_support/Helper/", - "SprykerTest\\Glue\\Testify\\Tester\\": "tests/SprykerTest/Glue/Testify/_support/Tester/", - "SprykerTest\\Yves\\Testify\\Helper\\": "tests/SprykerTest/Yves/Testify/_support/Helper/", - "SprykerTest\\Client\\Testify\\Helper\\": "tests/SprykerTest/Client/Testify/_support/Helper/", - "SprykerTest\\Shared\\Testify\\Filter\\": "tests/SprykerTest/Shared/Testify/_support/Filter/", - "SprykerTest\\Shared\\Testify\\Helper\\": "tests/SprykerTest/Shared/Testify/_support/Helper/", - "SprykerTest\\Shared\\Testify\\Tester\\": "tests/SprykerTest/Shared/Testify/_support/Tester/", - "SprykerTest\\Service\\Testify\\Helper\\": "tests/SprykerTest/Service/Testify/_support/Helper/", - "SprykerTest\\Shared\\Testify\\Fixtures\\": "tests/SprykerTest/Shared/Testify/_support/Fixtures/", - "SprykerTest\\Shared\\Testify\\StepOverride\\": "tests/SprykerTest/Shared/Testify/_support/StepOverride/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "proprietary" - ], - "description": "Testify module", - "support": { - "source": "https://github.com/spryker/testify/tree/3.49.0" - }, - "time": "2023-06-13T10:42:20+00:00" - }, { "name": "spryker/web-profiler", "version": "1.6.4", @@ -76293,71 +76458,6 @@ ], "time": "2023-01-01T08:36:10+00:00" }, - { - "name": "symfony/css-selector", - "version": "v6.0.19", - "source": { - "type": "git", - "url": "https://github.com/symfony/css-selector.git", - "reference": "f1d00bddb83a4cb2138564b2150001cb6ce272b1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/f1d00bddb83a4cb2138564b2150001cb6ce272b1", - "reference": "f1d00bddb83a4cb2138564b2150001cb6ce272b1", - "shasum": "" - }, - "require": { - "php": ">=8.0.2" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\CssSelector\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Jean-François Simon", - "email": "jeanfrancois.simon@sensiolabs.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Converts CSS selectors to XPath expressions", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/css-selector/tree/v6.0.19" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2023-01-01T08:36:10+00:00" - }, { "name": "symfony/dom-crawler", "version": "v6.0.19", @@ -76598,56 +76698,6 @@ ], "time": "2023-05-02T16:38:36+00:00" }, - { - "name": "theseer/tokenizer", - "version": "1.2.1", - "source": { - "type": "git", - "url": "https://github.com/theseer/tokenizer.git", - "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e", - "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e", - "shasum": "" - }, - "require": { - "ext-dom": "*", - "ext-tokenizer": "*", - "ext-xmlwriter": "*", - "php": "^7.2 || ^8.0" - }, - "type": "library", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Arne Blankerts", - "email": "arne@blankerts.de", - "role": "Developer" - } - ], - "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", - "support": { - "issues": "https://github.com/theseer/tokenizer/issues", - "source": "https://github.com/theseer/tokenizer/tree/1.2.1" - }, - "funding": [ - { - "url": "https://github.com/theseer", - "type": "github" - } - ], - "time": "2021-07-28T10:34:58+00:00" - }, { "name": "webmozart/assert", "version": "1.11.0",