diff --git a/.magento.app.yaml b/.magento.app.yaml index 207fd08c1..0664c67ec 100644 --- a/.magento.app.yaml +++ b/.magento.app.yaml @@ -5,13 +5,13 @@ name: mymagento # The toolstack used to build the application. -type: php:8.3 +type: php:8.4 build: flavor: none dependencies: php: - composer/composer: '2.7.0' + composer/composer: '2.8.4' # Enable extensions required by Magento 2 runtime: @@ -25,7 +25,7 @@ runtime: # side is in the form `:`. relationships: database: "mysql:mysql" - redis: "redis:redis" + valkey: "cache:valkey" opensearch: "opensearch:opensearch" # The configuration of app when it is exposed to the web. @@ -76,7 +76,7 @@ hooks: # We run build hooks before your application has been packaged. build: | set -e - composer install + composer install --no-dev php ./vendor/bin/ece-tools run scenario/build/generate.xml php ./vendor/bin/ece-tools run scenario/build/transfer.xml # We run deploy hook after your application has been deployed and started. diff --git a/.magento/services.yaml b/.magento/services.yaml index f0d1049ea..2390839ec 100644 --- a/.magento/services.yaml +++ b/.magento/services.yaml @@ -3,11 +3,14 @@ # Each service listed will be deployed to power your project. mysql: - type: mysql:10.6 + type: mysql:11.4 disk: 5120 -redis: - type: redis:7.2 +#redis: +# type: redis:7.2 + +cache: + type: valkey:8.0 opensearch: type: opensearch:2 diff --git a/README.md b/README.md index 5b7ee992a..78a2ee7d3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Magento 2.4.7 Magento Commerce Cloud +# Magento 2.4.8 Magento Commerce Cloud -This repository contains a sample Magento Commerce (on-premise) version 2.4.7 instance for you to deploy in the cloud. You must have an active Magento Commerce Cloud user license to use the example in this repository. +This repository contains a sample Magento Commerce (on-premise) version 2.4.8 instance for you to deploy in the cloud. You must have an active Magento Commerce Cloud user license to use the example in this repository. The example requires the use of [Composer](https://getcomposer.org/doc/) to load and manage dependencies and Magento vendor folders. diff --git a/composer.json b/composer.json index a7b8efa65..be64efe38 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "magento/magento-cloud-template", "description": "eCommerce Platform for Growth (Enterprise Edition)", "type": "project", - "version": "2.4.7", + "version": "2.4.8", "license": "OSL-3.0", "config": { "preferred-install": "dist", @@ -10,7 +10,8 @@ "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true, "laminas/laminas-dependency-plugin": true, - "magento/*": true + "magento/*": true, + "php-http/discovery": true } }, "repositories": { @@ -20,7 +21,7 @@ } }, "require": { - "magento/magento-cloud-metapackage": ">=2.4.7 <2.4.8", + "magento/magento-cloud-metapackage": ">=2.4.8 <2.4.9", "magento/composer-root-update-plugin": "^2.0.3" }, "suggest": { diff --git a/composer.lock b/composer.lock index 4555ebba1..5fde06ca1 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": "69ff32948c567b8c46fe3e34487ab626", + "content-hash": "2ee943b18678e87b94ed71f9ad428355", "packages": [ { "name": "2tvenom/cborencode", @@ -53,71 +53,71 @@ }, { "name": "adobe-commerce/adobe-ims-metapackage", - "version": "2.2.2", + "version": "2.2.3", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/adobe-commerce/adobe-ims-metapackage/adobe-commerce-adobe-ims-metapackage-2.2.2.0.zip", - "shasum": "c9cb115e26b898713356c222697a4df769d96239" + "url": "https://repo.magento.com/archives/adobe-commerce/adobe-ims-metapackage/adobe-commerce-adobe-ims-metapackage-2.2.3.0.zip", + "shasum": "fb40070ed75e894d35fc7411ef2eaee6448c65a7" }, "require": { - "magento/module-admin-adobe-ims": "100.5.2", - "magento/module-admin-adobe-ims-two-factor-auth": "1.0.1", - "magento/module-adobe-ims": "2.2.1", - "magento/module-adobe-ims-api": "2.2.1", - "php": "~8.1.0||~8.2.0||~8.3.0" + "magento/module-admin-adobe-ims": "100.5.3", + "magento/module-admin-adobe-ims-two-factor-auth": "1.0.2", + "magento/module-adobe-ims": "2.2.2", + "magento/module-adobe-ims-api": "2.2.2", + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "metapackage", "description": "Adobe IMS Integration" }, { "name": "adobe-commerce/extensions-metapackage", - "version": "2.0.0", + "version": "2.0.1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/adobe-commerce/extensions-metapackage/adobe-commerce-extensions-metapackage-2.0.0.0.zip", - "shasum": "a5cac87a2c37d4a7c616d274006f2f15523d4600" + "url": "https://repo.magento.com/archives/adobe-commerce/extensions-metapackage/adobe-commerce-extensions-metapackage-2.0.1.0.zip", + "shasum": "396c63d29eb6c4d5a5589c81ef8bed75363d6cab" }, "require": { - "adobe-commerce/adobe-ims-metapackage": "~2.2.1", - "magento/adobe-stock-integration": "~2.1.6", - "magento/commerce-backend-sdk": "^1.3", - "magento/commerce-eventing": "^1.5", - "magento/commerce-webhooks": "^1.2", + "adobe-commerce/adobe-ims-metapackage": ">=2.2.3@beta <2.3.0", + "magento/adobe-stock-integration": ">=2.1.7@beta <3.0.0", + "magento/commerce-backend-sdk": "^2.0", + "magento/commerce-eventing": "^1.8", + "magento/commerce-webhooks": "^1.5", "magento/payment-services": "^2.0", - "paypal/module-braintree": "~4.6.0" + "paypal/module-braintree": ">=4.7.0@beta <5.0.0" }, "type": "metapackage", "description": "Metapackage contains references to Adobe Commerce Extensions" }, { "name": "adobe-commerce/os-extensions-metapackage", - "version": "1.0.0", + "version": "1.0.1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/adobe-commerce/os-extensions-metapackage/adobe-commerce-os-extensions-metapackage-1.0.0.0.zip", - "shasum": "438f5690d41600fa341e629e96ea982882c2be42" + "url": "https://repo.magento.com/archives/adobe-commerce/os-extensions-metapackage/adobe-commerce-os-extensions-metapackage-1.0.1.0.zip", + "shasum": "99699dc5c45c295c0cd859066969c3f83746f161" }, "require": { - "adobe-commerce/adobe-ims-metapackage": "~2.2.1", - "magento/adobe-stock-integration": "~2.1.6", + "adobe-commerce/adobe-ims-metapackage": ">=2.2.3@beta <3.0.0", + "magento/adobe-stock-integration": ">=2.1.7@beta <3.0.0", "magento/payment-services": "^2.0", - "paypal/module-braintree": "~4.6.0" + "paypal/module-braintree": ">=4.7.0@beta <5.0.0" }, "type": "metapackage", "description": "Metapackage contains references to extensions bundled with Magento OS" }, { "name": "astock/stock-api-libphp", - "version": "1.1.5", + "version": "1.1.6", "source": { "type": "git", "url": "https://github.com/adobe/stock-api-libphp.git", - "reference": "d9e6460f43dbb2dbc6e442e017edb5427884d3bf" + "reference": "f28366b7c11a88c108376309c128208c3208e6cc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/adobe/stock-api-libphp/zipball/d9e6460f43dbb2dbc6e442e017edb5427884d3bf", - "reference": "d9e6460f43dbb2dbc6e442e017edb5427884d3bf", + "url": "https://api.github.com/repos/adobe/stock-api-libphp/zipball/f28366b7c11a88c108376309c128208c3208e6cc", + "reference": "f28366b7c11a88c108376309c128208c3208e6cc", "shasum": "" }, "require": { @@ -142,22 +142,22 @@ "description": "Adobe Stock API library", "support": { "issues": "https://github.com/adobe/stock-api-libphp/issues", - "source": "https://github.com/adobe/stock-api-libphp/tree/1.1.5" + "source": "https://github.com/adobe/stock-api-libphp/tree/1.1.6" }, - "time": "2021-08-31T16:36:34+00:00" + "time": "2025-01-07T18:03:22+00:00" }, { "name": "aws/aws-crt-php", - "version": "v1.2.6", + "version": "v1.2.7", "source": { "type": "git", "url": "https://github.com/awslabs/aws-crt-php.git", - "reference": "a63485b65b6b3367039306496d49737cf1995408" + "reference": "d71d9906c7bb63a28295447ba12e74723bd3730e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/a63485b65b6b3367039306496d49737cf1995408", - "reference": "a63485b65b6b3367039306496d49737cf1995408", + "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/d71d9906c7bb63a28295447ba12e74723bd3730e", + "reference": "d71d9906c7bb63a28295447ba12e74723bd3730e", "shasum": "" }, "require": { @@ -196,22 +196,22 @@ ], "support": { "issues": "https://github.com/awslabs/aws-crt-php/issues", - "source": "https://github.com/awslabs/aws-crt-php/tree/v1.2.6" + "source": "https://github.com/awslabs/aws-crt-php/tree/v1.2.7" }, - "time": "2024-06-13T17:21:28+00:00" + "time": "2024-10-18T22:15:13+00:00" }, { "name": "aws/aws-sdk-php", - "version": "3.323.1", + "version": "3.344.3", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "1b393c41a73e1ef4c493c60c5eee0bb4b0632264" + "reference": "0cf789243c7de82be7d3f7641cab37b5bb5d937d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/1b393c41a73e1ef4c493c60c5eee0bb4b0632264", - "reference": "1b393c41a73e1ef4c493c60c5eee0bb4b0632264", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/0cf789243c7de82be7d3f7641cab37b5bb5d937d", + "reference": "0cf789243c7de82be7d3f7641cab37b5bb5d937d", "shasum": "" }, "require": { @@ -219,31 +219,30 @@ "ext-json": "*", "ext-pcre": "*", "ext-simplexml": "*", - "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5", - "guzzlehttp/promises": "^1.4.0 || ^2.0", - "guzzlehttp/psr7": "^1.9.1 || ^2.4.5", - "mtdowling/jmespath.php": "^2.6", - "php": ">=7.2.5", - "psr/http-message": "^1.0 || ^2.0" + "guzzlehttp/guzzle": "^7.4.5", + "guzzlehttp/promises": "^2.0", + "guzzlehttp/psr7": "^2.4.5", + "mtdowling/jmespath.php": "^2.8.0", + "php": ">=8.1", + "psr/http-message": "^2.0" }, "require-dev": { "andrewsville/php-token-reflection": "^1.4", "aws/aws-php-sns-message-validator": "~1.0", "behat/behat": "~3.0", - "composer/composer": "^1.10.22", + "composer/composer": "^2.7.8", "dms/phpunit-arraysubset-asserts": "^0.4.0", "doctrine/cache": "~1.4", "ext-dom": "*", "ext-openssl": "*", "ext-pcntl": "*", "ext-sockets": "*", - "nette/neon": "^2.3", - "paragonie/random_compat": ">= 2", "phpunit/phpunit": "^5.6.3 || ^8.5 || ^9.5", - "psr/cache": "^1.0", - "psr/simple-cache": "^1.0", - "sebastian/comparator": "^1.2.3 || ^4.0", - "yoast/phpunit-polyfills": "^1.0" + "psr/cache": "^2.0 || ^3.0", + "psr/simple-cache": "^2.0 || ^3.0", + "sebastian/comparator": "^1.2.3 || ^4.0 || ^5.0", + "symfony/filesystem": "^v6.4.0 || ^v7.1.0", + "yoast/phpunit-polyfills": "^2.0" }, "suggest": { "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications", @@ -292,36 +291,36 @@ "sdk" ], "support": { - "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", + "forum": "https://github.com/aws/aws-sdk-php/discussions", "issues": "https://github.com/aws/aws-sdk-php/issues", - "source": "https://github.com/aws/aws-sdk-php/tree/3.323.1" + "source": "https://github.com/aws/aws-sdk-php/tree/3.344.3" }, - "time": "2024-10-04T18:07:17+00:00" + "time": "2025-06-09T18:04:12+00:00" }, { "name": "bacon/bacon-qr-code", - "version": "2.0.8", + "version": "v3.0.1", "source": { "type": "git", "url": "https://github.com/Bacon/BaconQrCode.git", - "reference": "8674e51bb65af933a5ffaf1c308a660387c35c22" + "reference": "f9cc1f52b5a463062251d666761178dbdb6b544f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/8674e51bb65af933a5ffaf1c308a660387c35c22", - "reference": "8674e51bb65af933a5ffaf1c308a660387c35c22", + "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/f9cc1f52b5a463062251d666761178dbdb6b544f", + "reference": "f9cc1f52b5a463062251d666761178dbdb6b544f", "shasum": "" }, "require": { "dasprid/enum": "^1.0.3", "ext-iconv": "*", - "php": "^7.1 || ^8.0" + "php": "^8.1" }, "require-dev": { - "phly/keep-a-changelog": "^2.1", - "phpunit/phpunit": "^7 | ^8 | ^9", - "spatie/phpunit-snapshot-assertions": "^4.2.9", - "squizlabs/php_codesniffer": "^3.4" + "phly/keep-a-changelog": "^2.12", + "phpunit/phpunit": "^10.5.11 || 11.0.4", + "spatie/phpunit-snapshot-assertions": "^5.1.5", + "squizlabs/php_codesniffer": "^3.9" }, "suggest": { "ext-imagick": "to generate QR code images" @@ -348,22 +347,22 @@ "homepage": "https://github.com/Bacon/BaconQrCode", "support": { "issues": "https://github.com/Bacon/BaconQrCode/issues", - "source": "https://github.com/Bacon/BaconQrCode/tree/2.0.8" + "source": "https://github.com/Bacon/BaconQrCode/tree/v3.0.1" }, - "time": "2022-12-07T17:46:57+00:00" + "time": "2024-10-01T13:55:55+00:00" }, { "name": "braintree/braintree_php", - "version": "6.13.0", + "version": "6.21.0", "source": { "type": "git", "url": "https://github.com/braintree/braintree_php.git", - "reference": "c7bdef50c9692f1f9f9bf982e452aec0d137f5ec" + "reference": "d94339d1d7ee0ccd3d45727c7b5e36af4c5583a8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/braintree/braintree_php/zipball/c7bdef50c9692f1f9f9bf982e452aec0d137f5ec", - "reference": "c7bdef50c9692f1f9f9bf982e452aec0d137f5ec", + "url": "https://api.github.com/repos/braintree/braintree_php/zipball/d94339d1d7ee0ccd3d45727c7b5e36af4c5583a8", + "reference": "d94339d1d7ee0ccd3d45727c7b5e36af4c5583a8", "shasum": "" }, "require": { @@ -397,22 +396,22 @@ "description": "Braintree PHP Client Library", "support": { "issues": "https://github.com/braintree/braintree_php/issues", - "source": "https://github.com/braintree/braintree_php/tree/6.13.0" + "source": "https://github.com/braintree/braintree_php/tree/6.21.0" }, - "time": "2023-08-30T21:46:13+00:00" + "time": "2024-10-31T16:08:55+00:00" }, { "name": "brick/math", - "version": "0.12.1", + "version": "0.12.3", "source": { "type": "git", "url": "https://github.com/brick/math.git", - "reference": "f510c0a40911935b77b86859eb5223d58d660df1" + "reference": "866551da34e9a618e64a819ee1e01c20d8a588ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/brick/math/zipball/f510c0a40911935b77b86859eb5223d58d660df1", - "reference": "f510c0a40911935b77b86859eb5223d58d660df1", + "url": "https://api.github.com/repos/brick/math/zipball/866551da34e9a618e64a819ee1e01c20d8a588ba", + "reference": "866551da34e9a618e64a819ee1e01c20d8a588ba", "shasum": "" }, "require": { @@ -421,7 +420,7 @@ "require-dev": { "php-coveralls/php-coveralls": "^2.2", "phpunit/phpunit": "^10.1", - "vimeo/psalm": "5.16.0" + "vimeo/psalm": "6.8.8" }, "type": "library", "autoload": { @@ -451,7 +450,7 @@ ], "support": { "issues": "https://github.com/brick/math/issues", - "source": "https://github.com/brick/math/tree/0.12.1" + "source": "https://github.com/brick/math/tree/0.12.3" }, "funding": [ { @@ -459,7 +458,7 @@ "type": "github" } ], - "time": "2023-11-29T23:19:16+00:00" + "time": "2025-02-28T13:11:00+00:00" }, { "name": "brick/varexporter", @@ -727,20 +726,20 @@ }, { "name": "colinmollenhour/credis", - "version": "v1.16.1", + "version": "v1.17.0", "source": { "type": "git", "url": "https://github.com/colinmollenhour/credis.git", - "reference": "f11a89fd068d3e5db0c2b5a9ba8663bc36162e95" + "reference": "f4930b426f6b1238b687a1ffe6ee5af7f835b40a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/colinmollenhour/credis/zipball/f11a89fd068d3e5db0c2b5a9ba8663bc36162e95", - "reference": "f11a89fd068d3e5db0c2b5a9ba8663bc36162e95", + "url": "https://api.github.com/repos/colinmollenhour/credis/zipball/f4930b426f6b1238b687a1ffe6ee5af7f835b40a", + "reference": "f4930b426f6b1238b687a1ffe6ee5af7f835b40a", "shasum": "" }, "require": { - "php": ">=5.6.0" + "php": ">=7.4.0" }, "suggest": { "ext-redis": "Improved performance for communicating with redis" @@ -768,27 +767,27 @@ "homepage": "https://github.com/colinmollenhour/credis", "support": { "issues": "https://github.com/colinmollenhour/credis/issues", - "source": "https://github.com/colinmollenhour/credis/tree/v1.16.1" + "source": "https://github.com/colinmollenhour/credis/tree/v1.17.0" }, - "time": "2024-07-04T15:08:03+00:00" + "time": "2025-02-10T18:58:46+00:00" }, { "name": "colinmollenhour/php-redis-session-abstract", - "version": "v1.5.5", + "version": "v2.1.2", "source": { "type": "git", "url": "https://github.com/colinmollenhour/php-redis-session-abstract.git", - "reference": "5d93866cd53701ef8f866cb41cb5c6d7259d4416" + "reference": "defae6e34b0f6ce42e4be4f14f529d8932aea73a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/colinmollenhour/php-redis-session-abstract/zipball/5d93866cd53701ef8f866cb41cb5c6d7259d4416", - "reference": "5d93866cd53701ef8f866cb41cb5c6d7259d4416", + "url": "https://api.github.com/repos/colinmollenhour/php-redis-session-abstract/zipball/defae6e34b0f6ce42e4be4f14f529d8932aea73a", + "reference": "defae6e34b0f6ce42e4be4f14f529d8932aea73a", "shasum": "" }, "require": { - "colinmollenhour/credis": "~1.6", - "php": "^5.5 || ^7.0 || ^8.0" + "colinmollenhour/credis": "~1.17", + "php": "^7.4 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^9" @@ -812,22 +811,22 @@ "homepage": "https://github.com/colinmollenhour/php-redis-session-abstract", "support": { "issues": "https://github.com/colinmollenhour/php-redis-session-abstract/issues", - "source": "https://github.com/colinmollenhour/php-redis-session-abstract/tree/v1.5.5" + "source": "https://github.com/colinmollenhour/php-redis-session-abstract/tree/v2.1.2" }, - "time": "2024-02-03T06:04:45+00:00" + "time": "2025-05-05T07:31:11+00:00" }, { "name": "composer/ca-bundle", - "version": "1.5.2", + "version": "1.5.7", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", - "reference": "48a792895a2b7a6ee65dd5442c299d7b835b6137" + "reference": "d665d22c417056996c59019579f1967dfe5c1e82" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/ca-bundle/zipball/48a792895a2b7a6ee65dd5442c299d7b835b6137", - "reference": "48a792895a2b7a6ee65dd5442c299d7b835b6137", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/d665d22c417056996c59019579f1967dfe5c1e82", + "reference": "d665d22c417056996c59019579f1967dfe5c1e82", "shasum": "" }, "require": { @@ -874,7 +873,7 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/ca-bundle/issues", - "source": "https://github.com/composer/ca-bundle/tree/1.5.2" + "source": "https://github.com/composer/ca-bundle/tree/1.5.7" }, "funding": [ { @@ -890,20 +889,20 @@ "type": "tidelift" } ], - "time": "2024-09-25T07:49:53+00:00" + "time": "2025-05-26T15:08:54+00:00" }, { "name": "composer/class-map-generator", - "version": "1.4.0", + "version": "1.6.1", "source": { "type": "git", "url": "https://github.com/composer/class-map-generator.git", - "reference": "98bbf6780e56e0fd2404fe4b82eb665a0f93b783" + "reference": "134b705ddb0025d397d8318a75825fe3c9d1da34" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/class-map-generator/zipball/98bbf6780e56e0fd2404fe4b82eb665a0f93b783", - "reference": "98bbf6780e56e0fd2404fe4b82eb665a0f93b783", + "url": "https://api.github.com/repos/composer/class-map-generator/zipball/134b705ddb0025d397d8318a75825fe3c9d1da34", + "reference": "134b705ddb0025d397d8318a75825fe3c9d1da34", "shasum": "" }, "require": { @@ -912,10 +911,10 @@ "symfony/finder": "^4.4 || ^5.3 || ^6 || ^7" }, "require-dev": { - "phpstan/phpstan": "^1.6", - "phpstan/phpstan-deprecation-rules": "^1", - "phpstan/phpstan-phpunit": "^1", - "phpstan/phpstan-strict-rules": "^1.1", + "phpstan/phpstan": "^1.12 || ^2", + "phpstan/phpstan-deprecation-rules": "^1 || ^2", + "phpstan/phpstan-phpunit": "^1 || ^2", + "phpstan/phpstan-strict-rules": "^1.1 || ^2", "phpunit/phpunit": "^8", "symfony/filesystem": "^5.4 || ^6" }, @@ -947,7 +946,7 @@ ], "support": { "issues": "https://github.com/composer/class-map-generator/issues", - "source": "https://github.com/composer/class-map-generator/tree/1.4.0" + "source": "https://github.com/composer/class-map-generator/tree/1.6.1" }, "funding": [ { @@ -963,52 +962,52 @@ "type": "tidelift" } ], - "time": "2024-10-03T18:14:00+00:00" + "time": "2025-03-24T13:50:44+00:00" }, { "name": "composer/composer", - "version": "2.7.7", + "version": "2.8.9", "source": { "type": "git", "url": "https://github.com/composer/composer.git", - "reference": "291942978f39435cf904d33739f98d7d4eca7b23" + "reference": "b4e6bff2db7ce756ddb77ecee958a0f41f42bd9d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/composer/zipball/291942978f39435cf904d33739f98d7d4eca7b23", - "reference": "291942978f39435cf904d33739f98d7d4eca7b23", + "url": "https://api.github.com/repos/composer/composer/zipball/b4e6bff2db7ce756ddb77ecee958a0f41f42bd9d", + "reference": "b4e6bff2db7ce756ddb77ecee958a0f41f42bd9d", "shasum": "" }, "require": { - "composer/ca-bundle": "^1.0", - "composer/class-map-generator": "^1.3.3", + "composer/ca-bundle": "^1.5", + "composer/class-map-generator": "^1.4.0", "composer/metadata-minifier": "^1.0", - "composer/pcre": "^2.1 || ^3.1", + "composer/pcre": "^2.2 || ^3.2", "composer/semver": "^3.3", "composer/spdx-licenses": "^1.5.7", "composer/xdebug-handler": "^2.0.2 || ^3.0.3", - "justinrainbow/json-schema": "^5.2.11", + "justinrainbow/json-schema": "^6.3.1", "php": "^7.2.5 || ^8.0", "psr/log": "^1.0 || ^2.0 || ^3.0", - "react/promise": "^2.8 || ^3", + "react/promise": "^2.11 || ^3.2", "seld/jsonlint": "^1.4", "seld/phar-utils": "^1.2", "seld/signal-handler": "^2.0", - "symfony/console": "^5.4.11 || ^6.0.11 || ^7", - "symfony/filesystem": "^5.4 || ^6.0 || ^7", - "symfony/finder": "^5.4 || ^6.0 || ^7", + "symfony/console": "^5.4.35 || ^6.3.12 || ^7.0.3", + "symfony/filesystem": "^5.4.35 || ^6.3.12 || ^7.0.3", + "symfony/finder": "^5.4.35 || ^6.3.12 || ^7.0.3", "symfony/polyfill-php73": "^1.24", "symfony/polyfill-php80": "^1.24", "symfony/polyfill-php81": "^1.24", - "symfony/process": "^5.4 || ^6.0 || ^7" + "symfony/process": "^5.4.35 || ^6.3.12 || ^7.0.3" }, "require-dev": { - "phpstan/phpstan": "^1.11.0", + "phpstan/phpstan": "^1.11.8", "phpstan/phpstan-deprecation-rules": "^1.2.0", "phpstan/phpstan-phpunit": "^1.4.0", "phpstan/phpstan-strict-rules": "^1.6.0", "phpstan/phpstan-symfony": "^1.4.0", - "symfony/phpunit-bridge": "^6.4.1 || ^7.0.1" + "symfony/phpunit-bridge": "^6.4.3 || ^7.0.1" }, "suggest": { "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages", @@ -1020,13 +1019,13 @@ ], "type": "library", "extra": { - "branch-alias": { - "dev-main": "2.7-dev" - }, "phpstan": { "includes": [ "phpstan/rules.neon" ] + }, + "branch-alias": { + "dev-main": "2.8-dev" } }, "autoload": { @@ -1061,7 +1060,7 @@ "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/composer/issues", "security": "https://github.com/composer/composer/security/policy", - "source": "https://github.com/composer/composer/tree/2.7.7" + "source": "https://github.com/composer/composer/tree/2.8.9" }, "funding": [ { @@ -1077,7 +1076,7 @@ "type": "tidelift" } ], - "time": "2024-06-10T20:11:12+00:00" + "time": "2025-05-13T12:01:37+00:00" }, { "name": "composer/metadata-minifier", @@ -1150,16 +1149,16 @@ }, { "name": "composer/pcre", - "version": "3.3.1", + "version": "3.3.2", "source": { "type": "git", "url": "https://github.com/composer/pcre.git", - "reference": "63aaeac21d7e775ff9bc9d45021e1745c97521c4" + "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/pcre/zipball/63aaeac21d7e775ff9bc9d45021e1745c97521c4", - "reference": "63aaeac21d7e775ff9bc9d45021e1745c97521c4", + "url": "https://api.github.com/repos/composer/pcre/zipball/b2bed4734f0cc156ee1fe9c0da2550420d99a21e", + "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e", "shasum": "" }, "require": { @@ -1169,19 +1168,19 @@ "phpstan/phpstan": "<1.11.10" }, "require-dev": { - "phpstan/phpstan": "^1.11.10", - "phpstan/phpstan-strict-rules": "^1.1", + "phpstan/phpstan": "^1.12 || ^2", + "phpstan/phpstan-strict-rules": "^1 || ^2", "phpunit/phpunit": "^8 || ^9" }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "3.x-dev" - }, "phpstan": { "includes": [ "extension.neon" ] + }, + "branch-alias": { + "dev-main": "3.x-dev" } }, "autoload": { @@ -1209,7 +1208,7 @@ ], "support": { "issues": "https://github.com/composer/pcre/issues", - "source": "https://github.com/composer/pcre/tree/3.3.1" + "source": "https://github.com/composer/pcre/tree/3.3.2" }, "funding": [ { @@ -1225,7 +1224,7 @@ "type": "tidelift" } ], - "time": "2024-08-27T18:44:43+00:00" + "time": "2024-11-12T16:29:46+00:00" }, { "name": "composer/semver", @@ -1310,24 +1309,24 @@ }, { "name": "composer/spdx-licenses", - "version": "1.5.8", + "version": "1.5.9", "source": { "type": "git", "url": "https://github.com/composer/spdx-licenses.git", - "reference": "560bdcf8deb88ae5d611c80a2de8ea9d0358cc0a" + "reference": "edf364cefe8c43501e21e88110aac10b284c3c9f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/560bdcf8deb88ae5d611c80a2de8ea9d0358cc0a", - "reference": "560bdcf8deb88ae5d611c80a2de8ea9d0358cc0a", + "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/edf364cefe8c43501e21e88110aac10b284c3c9f", + "reference": "edf364cefe8c43501e21e88110aac10b284c3c9f", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { - "phpstan/phpstan": "^0.12.55", - "symfony/phpunit-bridge": "^4.2 || ^5" + "phpstan/phpstan": "^1.11", + "symfony/phpunit-bridge": "^3 || ^7" }, "type": "library", "extra": { @@ -1370,7 +1369,7 @@ "support": { "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/spdx-licenses/issues", - "source": "https://github.com/composer/spdx-licenses/tree/1.5.8" + "source": "https://github.com/composer/spdx-licenses/tree/1.5.9" }, "funding": [ { @@ -1386,7 +1385,7 @@ "type": "tidelift" } ], - "time": "2023-11-20T07:44:33+00:00" + "time": "2025-05-12T21:07:07+00:00" }, { "name": "composer/xdebug-handler", @@ -1505,97 +1504,367 @@ "time": "2024-08-09T14:30:48+00:00" }, { - "name": "elasticsearch/elasticsearch", - "version": "v7.17.2", + "name": "doctrine/lexer", + "version": "3.0.1", "source": { "type": "git", - "url": "https://github.com/elastic/elasticsearch-php.git", - "reference": "2d302233f2bb0926812d82823bb820d405e130fc" + "url": "https://github.com/doctrine/lexer.git", + "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/2d302233f2bb0926812d82823bb820d405e130fc", - "reference": "2d302233f2bb0926812d82823bb820d405e130fc", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd", + "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd", "shasum": "" }, "require": { - "ext-json": ">=1.3.7", - "ezimuel/ringphp": "^1.1.2", - "php": "^7.3 || ^8.0", - "psr/log": "^1|^2|^3" + "php": "^8.1" }, "require-dev": { - "ext-yaml": "*", - "ext-zip": "*", - "mockery/mockery": "^1.2", + "doctrine/coding-standard": "^12", "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^9.3", - "squizlabs/php_codesniffer": "^3.4", - "symfony/finder": "~4.0" + "phpunit/phpunit": "^10.5", + "psalm/plugin-phpunit": "^0.18.3", + "vimeo/psalm": "^5.21" }, - "suggest": { + "type": "library", + "autoload": { + "psr-4": { + "Doctrine\\Common\\Lexer\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", + "homepage": "https://www.doctrine-project.org/projects/lexer.html", + "keywords": [ + "annotations", + "docblock", + "lexer", + "parser", + "php" + ], + "support": { + "issues": "https://github.com/doctrine/lexer/issues", + "source": "https://github.com/doctrine/lexer/tree/3.0.1" + }, + "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%2Flexer", + "type": "tidelift" + } + ], + "time": "2024-02-05T11:56:58+00:00" + }, + { + "name": "duosecurity/duo_api_php", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/duosecurity/duo_api_php.git", + "reference": "1589f2782f428ebbd7f4fc91265e934b1b6daef9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/duosecurity/duo_api_php/zipball/1589f2782f428ebbd7f4fc91265e934b1b6daef9", + "reference": "1589f2782f428ebbd7f4fc91265e934b1b6daef9", + "shasum": "" + }, + "require": { "ext-curl": "*", - "monolog/monolog": "Allows for client-level logging and tracing" + "php": ">=8.0" + }, + "require-dev": { + "php-coveralls/php-coveralls": "dev-master", + "phpunit/phpunit": "~9", + "squizlabs/php_codesniffer": "2.*" + }, + "type": "library", + "autoload": { + "psr-4": { + "DuoAPI\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "description": "A PHP implementation of the Duo API.", + "homepage": "https://duo.com/", + "support": { + "email": "support@duosecurity.com", + "source": "https://github.com/duosecurity/duo_api_php/tree/1.1.0" + }, + "time": "2023-06-09T17:55:59+00:00" + }, + { + "name": "duosecurity/duo_universal_php", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/duosecurity/duo_universal_php.git", + "reference": "a2852c46949a2de9ca6da908e4353a81c61b43a3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/duosecurity/duo_universal_php/zipball/a2852c46949a2de9ca6da908e4353a81c61b43a3", + "reference": "a2852c46949a2de9ca6da908e4353a81c61b43a3", + "shasum": "" + }, + "require": { + "ext-curl": "*", + "ext-json": "*", + "firebase/php-jwt": "^6.0", + "php": ">=7.4" + }, + "require-dev": { + "phpunit/phpunit": "^9.0", + "squizlabs/php_codesniffer": "3.*" }, "type": "library", "autoload": { - "files": [ - "src/autoload.php" - ], "psr-4": { - "Elasticsearch\\": "src/Elasticsearch/" + "Duo\\DuoUniversal\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "Apache-2.0", - "LGPL-2.1-only" + "BSD-3-Clause" + ], + "description": "A PHP implementation of the Duo Universal SDK.", + "homepage": "https://duo.com/", + "support": { + "email": "support@duosecurity.com", + "issues": "https://github.com/duosecurity/duo_universal_php/issues", + "source": "https://github.com/duosecurity/duo_universal_php/tree/1.1.0" + }, + "time": "2025-03-05T18:33:28+00:00" + }, + { + "name": "egulias/email-validator", + "version": "4.0.4", + "source": { + "type": "git", + "url": "https://github.com/egulias/EmailValidator.git", + "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa", + "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa", + "shasum": "" + }, + "require": { + "doctrine/lexer": "^2.0 || ^3.0", + "php": ">=8.1", + "symfony/polyfill-intl-idn": "^1.26" + }, + "require-dev": { + "phpunit/phpunit": "^10.2", + "vimeo/psalm": "^5.12" + }, + "suggest": { + "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Egulias\\EmailValidator\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" ], "authors": [ { - "name": "Zachary Tong" - }, + "name": "Eduardo Gulias Davis" + } + ], + "description": "A library for validating emails against several RFCs", + "homepage": "https://github.com/egulias/EmailValidator", + "keywords": [ + "email", + "emailvalidation", + "emailvalidator", + "validation", + "validator" + ], + "support": { + "issues": "https://github.com/egulias/EmailValidator/issues", + "source": "https://github.com/egulias/EmailValidator/tree/4.0.4" + }, + "funding": [ { - "name": "Enrico Zimuel" + "url": "https://github.com/egulias", + "type": "github" + } + ], + "time": "2025-03-06T22:45:56+00:00" + }, + { + "name": "elastic/transport", + "version": "v8.11.0", + "source": { + "type": "git", + "url": "https://github.com/elastic/elastic-transport-php.git", + "reference": "1d476af5dc0b74530d59b67d5dd96ee39768d5a4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/elastic/elastic-transport-php/zipball/1d476af5dc0b74530d59b67d5dd96ee39768d5a4", + "reference": "1d476af5dc0b74530d59b67d5dd96ee39768d5a4", + "shasum": "" + }, + "require": { + "composer-runtime-api": "^2.0", + "open-telemetry/api": "^1.0", + "php": "^7.4 || ^8.0", + "php-http/discovery": "^1.14", + "php-http/httplug": "^2.3", + "psr/http-client": "^1.0", + "psr/http-factory": "^1.0", + "psr/http-message": "^1.0 || ^2.0", + "psr/log": "^1 || ^2 || ^3" + }, + "require-dev": { + "nyholm/psr7": "^1.5", + "open-telemetry/sdk": "^1.0", + "php-http/mock-client": "^1.5", + "phpstan/phpstan": "^2.1", + "phpunit/phpunit": "^9.5", + "symfony/http-client": "^5.4" + }, + "type": "library", + "autoload": { + "psr-4": { + "Elastic\\Transport\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "HTTP transport PHP library for Elastic products", + "keywords": [ + "PSR_17", + "elastic", + "http", + "psr-18", + "psr-7", + "transport" + ], + "support": { + "issues": "https://github.com/elastic/elastic-transport-php/issues", + "source": "https://github.com/elastic/elastic-transport-php/tree/v8.11.0" + }, + "time": "2025-04-02T08:20:33+00:00" + }, + { + "name": "elasticsearch/elasticsearch", + "version": "v8.18.0", + "source": { + "type": "git", + "url": "https://github.com/elastic/elasticsearch-php.git", + "reference": "df8ee73046c688ee9ce2d69cb5c54a03ca38cc5c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/df8ee73046c688ee9ce2d69cb5c54a03ca38cc5c", + "reference": "df8ee73046c688ee9ce2d69cb5c54a03ca38cc5c", + "shasum": "" + }, + "require": { + "elastic/transport": "^8.10", + "guzzlehttp/guzzle": "^7.0", + "php": "^7.4 || ^8.0", + "psr/http-client": "^1.0", + "psr/http-message": "^1.1 || ^2.0", + "psr/log": "^1|^2|^3" + }, + "require-dev": { + "ext-yaml": "*", + "ext-zip": "*", + "mockery/mockery": "^1.5", + "nyholm/psr7": "^1.5", + "php-http/mock-client": "^1.5", + "phpstan/phpstan": "^2.1", + "phpunit/phpunit": "^9.5", + "psr/http-factory": "^1.0", + "symfony/finder": "~4.0", + "symfony/http-client": "^5.0|^6.0|^7.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Elastic\\Elasticsearch\\": "src/" } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" ], "description": "PHP Client for Elasticsearch", "keywords": [ "client", + "elastic", "elasticsearch", "search" ], "support": { "issues": "https://github.com/elastic/elasticsearch-php/issues", - "source": "https://github.com/elastic/elasticsearch-php/tree/v7.17.2" + "source": "https://github.com/elastic/elasticsearch-php/tree/v8.18.0" }, - "time": "2023-04-21T15:31:12+00:00" + "time": "2025-05-02T10:38:56+00:00" }, { "name": "endroid/qr-code", - "version": "4.8.5", + "version": "6.0.8", "source": { "type": "git", "url": "https://github.com/endroid/qr-code.git", - "reference": "0db25b506a8411a5e1644ebaa67123a6eb7b6a77" + "reference": "8102273afbcd5e3d95f1faaab2c5aa31e3637f61" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/endroid/qr-code/zipball/0db25b506a8411a5e1644ebaa67123a6eb7b6a77", - "reference": "0db25b506a8411a5e1644ebaa67123a6eb7b6a77", + "url": "https://api.github.com/repos/endroid/qr-code/zipball/8102273afbcd5e3d95f1faaab2c5aa31e3637f61", + "reference": "8102273afbcd5e3d95f1faaab2c5aa31e3637f61", "shasum": "" }, "require": { - "bacon/bacon-qr-code": "^2.0.5", - "php": "^8.1" - }, - "conflict": { - "khanamiryan/qrcode-detector-decoder": "^1.0.6" + "bacon/bacon-qr-code": "^3.0", + "php": "^8.2" }, "require-dev": { - "endroid/quality": "dev-master", + "endroid/quality": "dev-main", "ext-gd": "*", - "khanamiryan/qrcode-detector-decoder": "^1.0.4||^2.0.2", + "khanamiryan/qrcode-detector-decoder": "^2.0.2", "setasign/fpdf": "^1.8.2" }, "suggest": { @@ -1607,7 +1876,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "4.x-dev" + "dev-main": "6.x-dev" } }, "autoload": { @@ -1636,7 +1905,7 @@ ], "support": { "issues": "https://github.com/endroid/qr-code/issues", - "source": "https://github.com/endroid/qr-code/tree/4.8.5" + "source": "https://github.com/endroid/qr-code/tree/6.0.8" }, "funding": [ { @@ -1644,7 +1913,7 @@ "type": "github" } ], - "time": "2023-09-29T14:03:20+00:00" + "time": "2025-05-10T14:28:45+00:00" }, { "name": "ezimuel/guzzlestreams", @@ -1701,22 +1970,22 @@ }, { "name": "ezimuel/ringphp", - "version": "1.2.2", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/ezimuel/ringphp.git", - "reference": "7887fc8488013065f72f977dcb281994f5fde9f4" + "reference": "5e4ee1dfc7a323b87873b83f17c69c76ba047793" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezimuel/ringphp/zipball/7887fc8488013065f72f977dcb281994f5fde9f4", - "reference": "7887fc8488013065f72f977dcb281994f5fde9f4", + "url": "https://api.github.com/repos/ezimuel/ringphp/zipball/5e4ee1dfc7a323b87873b83f17c69c76ba047793", + "reference": "5e4ee1dfc7a323b87873b83f17c69c76ba047793", "shasum": "" }, "require": { "ezimuel/guzzlestreams": "^3.0.1", "php": ">=5.4.0", - "react/promise": "~2.0" + "react/promise": "^2.0 || ^3.0" }, "replace": { "guzzlehttp/ringphp": "self.version" @@ -1752,26 +2021,26 @@ ], "description": "Fork of guzzle/RingPHP (abandoned) to be used with elasticsearch-php", "support": { - "source": "https://github.com/ezimuel/ringphp/tree/1.2.2" + "source": "https://github.com/ezimuel/ringphp/tree/1.3.0" }, - "time": "2022-12-07T11:28:53+00:00" + "time": "2025-02-24T10:29:27+00:00" }, { "name": "ezyang/htmlpurifier", - "version": "v4.17.0", + "version": "v4.18.0", "source": { "type": "git", "url": "https://github.com/ezyang/htmlpurifier.git", - "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c" + "reference": "cb56001e54359df7ae76dc522d08845dc741621b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/bbc513d79acf6691fa9cf10f192c90dd2957f18c", - "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c", + "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/cb56001e54359df7ae76dc522d08845dc741621b", + "reference": "cb56001e54359df7ae76dc522d08845dc741621b", "shasum": "" }, "require": { - "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0" + "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, "require-dev": { "cerdic/css-tidy": "^1.7 || ^2.0", @@ -1813,22 +2082,22 @@ ], "support": { "issues": "https://github.com/ezyang/htmlpurifier/issues", - "source": "https://github.com/ezyang/htmlpurifier/tree/v4.17.0" + "source": "https://github.com/ezyang/htmlpurifier/tree/v4.18.0" }, - "time": "2023-11-17T15:01:25+00:00" + "time": "2024-11-01T03:51:45+00:00" }, { "name": "fastly/magento2", - "version": "1.2.220", + "version": "1.2.229", "source": { "type": "git", "url": "https://github.com/fastly/fastly-magento2.git", - "reference": "dd786e2e06006f630e84a5b479b39a6367fb049b" + "reference": "8ac56fcfc7df115c5686a613da29aaf810d680e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fastly/fastly-magento2/zipball/dd786e2e06006f630e84a5b479b39a6367fb049b", - "reference": "dd786e2e06006f630e84a5b479b39a6367fb049b", + "url": "https://api.github.com/repos/fastly/fastly-magento2/zipball/8ac56fcfc7df115c5686a613da29aaf810d680e4", + "reference": "8ac56fcfc7df115c5686a613da29aaf810d680e4", "shasum": "" }, "require": { @@ -1838,7 +2107,7 @@ "magento/module-config": ">=101.2.0", "magento/module-page-cache": ">=100.4.0", "magento/module-store": ">=101.1.0", - "php": "~7.3.0|~7.4.0|~8.0.0|~8.1.0|~8.2.0|~8.3.0", + "php": "~7.3.0|~7.4.0|~8.0.0|~8.1.0|~8.2.0|~8.3.0|~8.4.0", "zordius/lightncandy": "^1.2" }, "type": "magento2-module", @@ -1857,22 +2126,22 @@ "description": "Fastly CDN Module for Magento 2.4.x", "support": { "issues": "https://github.com/fastly/fastly-magento2/issues", - "source": "https://github.com/fastly/fastly-magento2/tree/1.2.220" + "source": "https://github.com/fastly/fastly-magento2/tree/1.2.229" }, - "time": "2024-07-02T19:21:44+00:00" + "time": "2025-05-30T08:54:23+00:00" }, { "name": "firebase/php-jwt", - "version": "v6.10.1", + "version": "v6.11.1", "source": { "type": "git", "url": "https://github.com/firebase/php-jwt.git", - "reference": "500501c2ce893c824c801da135d02661199f60c5" + "reference": "d1e91ecf8c598d073d0995afa8cd5c75c6e19e66" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/firebase/php-jwt/zipball/500501c2ce893c824c801da135d02661199f60c5", - "reference": "500501c2ce893c824c801da135d02661199f60c5", + "url": "https://api.github.com/repos/firebase/php-jwt/zipball/d1e91ecf8c598d073d0995afa8cd5c75c6e19e66", + "reference": "d1e91ecf8c598d073d0995afa8cd5c75c6e19e66", "shasum": "" }, "require": { @@ -1920,9 +2189,9 @@ ], "support": { "issues": "https://github.com/firebase/php-jwt/issues", - "source": "https://github.com/firebase/php-jwt/tree/v6.10.1" + "source": "https://github.com/firebase/php-jwt/tree/v6.11.1" }, - "time": "2024-05-18T18:05:11+00:00" + "time": "2025-04-09T20:32:01+00:00" }, { "name": "friendsofphp/proxy-manager-lts", @@ -1957,8 +2226,8 @@ "type": "library", "extra": { "thanks": { - "name": "ocramius/proxy-manager", - "url": "https://github.com/Ocramius/ProxyManager" + "url": "https://github.com/Ocramius/ProxyManager", + "name": "ocramius/proxy-manager" } }, "autoload": { @@ -2007,82 +2276,33 @@ "time": "2024-03-20T12:50:41+00:00" }, { - "name": "google/recaptcha", - "version": "1.3.0", + "name": "graylog2/gelf-php", + "version": "2.0.2", "source": { "type": "git", - "url": "https://github.com/google/recaptcha.git", - "reference": "d59a801e98a4e9174814a6d71bbc268dff1202df" + "url": "https://github.com/bzikarsky/gelf-php.git", + "reference": "d592ca54e81f1d678470e100788e87e319bd923b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/google/recaptcha/zipball/d59a801e98a4e9174814a6d71bbc268dff1202df", - "reference": "d59a801e98a4e9174814a6d71bbc268dff1202df", + "url": "https://api.github.com/repos/bzikarsky/gelf-php/zipball/d592ca54e81f1d678470e100788e87e319bd923b", + "reference": "d592ca54e81f1d678470e100788e87e319bd923b", "shasum": "" }, "require": { - "php": ">=8" + "php": ">=8.0", + "psr/log": "^1|^2|^3" + }, + "conflict": { + "monolog/monolog": "^1" + }, + "provide": { + "psr/log-implementation": "3.0.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.14", - "php-coveralls/php-coveralls": "^2.5", - "phpunit/phpunit": "^10" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.3.x-dev" - } - }, - "autoload": { - "psr-4": { - "ReCaptcha\\": "src/ReCaptcha" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "Client library for reCAPTCHA, a free service that protects websites from spam and abuse.", - "homepage": "https://www.google.com/recaptcha/", - "keywords": [ - "Abuse", - "captcha", - "recaptcha", - "spam" - ], - "support": { - "forum": "https://groups.google.com/forum/#!forum/recaptcha", - "issues": "https://github.com/google/recaptcha/issues", - "source": "https://github.com/google/recaptcha" - }, - "time": "2023-02-18T17:41:46+00:00" - }, - { - "name": "graylog2/gelf-php", - "version": "2.0.1", - "source": { - "type": "git", - "url": "https://github.com/bzikarsky/gelf-php.git", - "reference": "29ef48fa6eac6c8787b588949483f1739c57ad4f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/bzikarsky/gelf-php/zipball/29ef48fa6eac6c8787b588949483f1739c57ad4f", - "reference": "29ef48fa6eac6c8787b588949483f1739c57ad4f", - "shasum": "" - }, - "require": { - "php": ">=8.0", - "psr/log": "^1|^2|^3" - }, - "provide": { - "psr/log-implementation": "3.0.0" - }, - "require-dev": { - "phpunit/phpunit": "^9.6|^10.1", - "squizlabs/php_codesniffer": "^3.6", - "vimeo/psalm": "^5.11" + "phpunit/phpunit": "^9.6|^10.1", + "squizlabs/php_codesniffer": "^3.6", + "vimeo/psalm": "^5.11" }, "type": "library", "autoload": { @@ -2107,22 +2327,22 @@ "description": "A php implementation to send log-messages to a GELF compatible backend like Graylog2.", "support": { "issues": "https://github.com/bzikarsky/gelf-php/issues", - "source": "https://github.com/bzikarsky/gelf-php/tree/2.0.1" + "source": "https://github.com/bzikarsky/gelf-php/tree/2.0.2" }, - "time": "2023-05-23T14:45:24+00:00" + "time": "2025-01-20T15:05:32+00:00" }, { "name": "guzzlehttp/guzzle", - "version": "7.9.2", + "version": "7.9.3", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "d281ed313b989f213357e3be1a179f02196ac99b" + "reference": "7b2f29fe81dc4da0ca0ea7d42107a0845946ea77" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d281ed313b989f213357e3be1a179f02196ac99b", - "reference": "d281ed313b989f213357e3be1a179f02196ac99b", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/7b2f29fe81dc4da0ca0ea7d42107a0845946ea77", + "reference": "7b2f29fe81dc4da0ca0ea7d42107a0845946ea77", "shasum": "" }, "require": { @@ -2219,7 +2439,7 @@ ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/7.9.2" + "source": "https://github.com/guzzle/guzzle/tree/7.9.3" }, "funding": [ { @@ -2235,20 +2455,20 @@ "type": "tidelift" } ], - "time": "2024-07-24T11:22:20+00:00" + "time": "2025-03-27T13:37:11+00:00" }, { "name": "guzzlehttp/promises", - "version": "2.0.3", + "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8" + "reference": "7c69f28996b0a6920945dd20b3857e499d9ca96c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8", - "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8", + "url": "https://api.github.com/repos/guzzle/promises/zipball/7c69f28996b0a6920945dd20b3857e499d9ca96c", + "reference": "7c69f28996b0a6920945dd20b3857e499d9ca96c", "shasum": "" }, "require": { @@ -2302,7 +2522,7 @@ ], "support": { "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/2.0.3" + "source": "https://github.com/guzzle/promises/tree/2.2.0" }, "funding": [ { @@ -2318,20 +2538,20 @@ "type": "tidelift" } ], - "time": "2024-07-18T10:29:17+00:00" + "time": "2025-03-27T13:27:01+00:00" }, { "name": "guzzlehttp/psr7", - "version": "2.7.0", + "version": "2.7.1", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201" + "reference": "c2270caaabe631b3b44c85f99e5a04bbb8060d16" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/a70f5c95fb43bc83f07c9c948baa0dc1829bf201", - "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/c2270caaabe631b3b44c85f99e5a04bbb8060d16", + "reference": "c2270caaabe631b3b44c85f99e5a04bbb8060d16", "shasum": "" }, "require": { @@ -2418,7 +2638,7 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/2.7.0" + "source": "https://github.com/guzzle/psr7/tree/2.7.1" }, "funding": [ { @@ -2434,38 +2654,41 @@ "type": "tidelift" } ], - "time": "2024-07-18T11:15:46+00:00" + "time": "2025-03-27T12:30:47+00:00" }, { "name": "illuminate/collections", - "version": "v8.83.27", + "version": "v12.17.0", "source": { "type": "git", "url": "https://github.com/illuminate/collections.git", - "reference": "705a4e1ef93cd492c45b9b3e7911cccc990a07f4" + "reference": "e5711846b7c68128bc8de72c13e017606043c996" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/collections/zipball/705a4e1ef93cd492c45b9b3e7911cccc990a07f4", - "reference": "705a4e1ef93cd492c45b9b3e7911cccc990a07f4", + "url": "https://api.github.com/repos/illuminate/collections/zipball/e5711846b7c68128bc8de72c13e017606043c996", + "reference": "e5711846b7c68128bc8de72c13e017606043c996", "shasum": "" }, "require": { - "illuminate/contracts": "^8.0", - "illuminate/macroable": "^8.0", - "php": "^7.3|^8.0" + "illuminate/conditionable": "^12.0", + "illuminate/contracts": "^12.0", + "illuminate/macroable": "^12.0", + "php": "^8.2" }, "suggest": { - "symfony/var-dumper": "Required to use the dump method (^5.4)." + "illuminate/http": "Required to convert collections to API resources (^12.0).", + "symfony/var-dumper": "Required to use the dump method (^7.2)." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "8.x-dev" + "dev-master": "12.x-dev" } }, "autoload": { "files": [ + "functions.php", "helpers.php" ], "psr-4": { @@ -2488,31 +2711,77 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2022-06-23T15:29:49+00:00" + "time": "2025-05-28T13:08:33+00:00" + }, + { + "name": "illuminate/conditionable", + "version": "v12.17.0", + "source": { + "type": "git", + "url": "https://github.com/illuminate/conditionable.git", + "reference": "ec677967c1f2faf90b8428919124d2184a4c9b49" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/illuminate/conditionable/zipball/ec677967c1f2faf90b8428919124d2184a4c9b49", + "reference": "ec677967c1f2faf90b8428919124d2184a4c9b49", + "shasum": "" + }, + "require": { + "php": "^8.2" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "12.x-dev" + } + }, + "autoload": { + "psr-4": { + "Illuminate\\Support\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Taylor Otwell", + "email": "taylor@laravel.com" + } + ], + "description": "The Illuminate Conditionable package.", + "homepage": "https://laravel.com", + "support": { + "issues": "https://github.com/laravel/framework/issues", + "source": "https://github.com/laravel/framework" + }, + "time": "2025-05-13T15:08:45+00:00" }, { "name": "illuminate/config", - "version": "v8.83.27", + "version": "v12.17.0", "source": { "type": "git", "url": "https://github.com/illuminate/config.git", - "reference": "feac56ab7a5c70cf2dc60dffe4323eb9851f51a8" + "reference": "76824d4e853dba43359a201eba2422ab11e21e4d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/config/zipball/feac56ab7a5c70cf2dc60dffe4323eb9851f51a8", - "reference": "feac56ab7a5c70cf2dc60dffe4323eb9851f51a8", + "url": "https://api.github.com/repos/illuminate/config/zipball/76824d4e853dba43359a201eba2422ab11e21e4d", + "reference": "76824d4e853dba43359a201eba2422ab11e21e4d", "shasum": "" }, "require": { - "illuminate/collections": "^8.0", - "illuminate/contracts": "^8.0", - "php": "^7.3|^8.0" + "illuminate/collections": "^12.0", + "illuminate/contracts": "^12.0", + "php": "^8.2" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "8.x-dev" + "dev-master": "12.x-dev" } }, "autoload": { @@ -2536,31 +2805,31 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2022-01-31T15:57:46+00:00" + "time": "2025-03-19T20:10:05+00:00" }, { "name": "illuminate/contracts", - "version": "v8.83.27", + "version": "v12.17.0", "source": { "type": "git", "url": "https://github.com/illuminate/contracts.git", - "reference": "5e0fd287a1b22a6b346a9f7cd484d8cf0234585d" + "reference": "b559b9840344cc02cb142a5d72132a2c928f2e5c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/contracts/zipball/5e0fd287a1b22a6b346a9f7cd484d8cf0234585d", - "reference": "5e0fd287a1b22a6b346a9f7cd484d8cf0234585d", + "url": "https://api.github.com/repos/illuminate/contracts/zipball/b559b9840344cc02cb142a5d72132a2c928f2e5c", + "reference": "b559b9840344cc02cb142a5d72132a2c928f2e5c", "shasum": "" }, "require": { - "php": "^7.3|^8.0", - "psr/container": "^1.0", - "psr/simple-cache": "^1.0" + "php": "^8.2", + "psr/container": "^1.1.1|^2.0.1", + "psr/simple-cache": "^1.0|^2.0|^3.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "8.x-dev" + "dev-master": "12.x-dev" } }, "autoload": { @@ -2584,29 +2853,29 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2022-01-13T14:47:47+00:00" + "time": "2025-05-13T15:08:45+00:00" }, { "name": "illuminate/macroable", - "version": "v8.83.27", + "version": "v12.17.0", "source": { "type": "git", "url": "https://github.com/illuminate/macroable.git", - "reference": "aed81891a6e046fdee72edd497f822190f61c162" + "reference": "e862e5648ee34004fa56046b746f490dfa86c613" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/macroable/zipball/aed81891a6e046fdee72edd497f822190f61c162", - "reference": "aed81891a6e046fdee72edd497f822190f61c162", + "url": "https://api.github.com/repos/illuminate/macroable/zipball/e862e5648ee34004fa56046b746f490dfa86c613", + "reference": "e862e5648ee34004fa56046b746f490dfa86c613", "shasum": "" }, "require": { - "php": "^7.3|^8.0" + "php": "^8.2" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "8.x-dev" + "dev-master": "12.x-dev" } }, "autoload": { @@ -2630,34 +2899,44 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2021-11-16T13:57:03+00:00" + "time": "2024-07-23T16:31:01+00:00" }, { "name": "justinrainbow/json-schema", - "version": "5.3.0", + "version": "6.4.2", "source": { "type": "git", "url": "https://github.com/jsonrainbow/json-schema.git", - "reference": "feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8" + "reference": "ce1fd2d47799bb60668643bc6220f6278a4c1d02" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8", - "reference": "feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8", + "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/ce1fd2d47799bb60668643bc6220f6278a4c1d02", + "reference": "ce1fd2d47799bb60668643bc6220f6278a4c1d02", "shasum": "" }, "require": { - "php": ">=7.1" + "ext-json": "*", + "marc-mabe/php-enum": "^4.0", + "php": "^7.2 || ^8.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1", + "friendsofphp/php-cs-fixer": "3.3.0", "json-schema/json-schema-test-suite": "1.2.0", - "phpunit/phpunit": "^4.8.35" + "marc-mabe/php-enum-phpstan": "^2.0", + "phpspec/prophecy": "^1.19", + "phpstan/phpstan": "^1.12", + "phpunit/phpunit": "^8.5" }, "bin": [ "bin/validate-json" ], "type": "library", + "extra": { + "branch-alias": { + "dev-master": "6.x-dev" + } + }, "autoload": { "psr-4": { "JsonSchema\\": "src/JsonSchema/" @@ -2686,29 +2965,29 @@ } ], "description": "A library to validate a json schema.", - "homepage": "https://github.com/justinrainbow/json-schema", + "homepage": "https://github.com/jsonrainbow/json-schema", "keywords": [ "json", "schema" ], "support": { "issues": "https://github.com/jsonrainbow/json-schema/issues", - "source": "https://github.com/jsonrainbow/json-schema/tree/5.3.0" + "source": "https://github.com/jsonrainbow/json-schema/tree/6.4.2" }, - "time": "2024-07-06T21:00:26+00:00" + "time": "2025-06-03T18:27:04+00:00" }, { "name": "laminas/laminas-captcha", - "version": "2.17.0", + "version": "2.18.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-captcha.git", - "reference": "981b3d1e287653b1fc5b71859964508ac0a2d7cb" + "reference": "4c0965b31ec310ec95c72acd76a016b5030182fe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-captcha/zipball/981b3d1e287653b1fc5b71859964508ac0a2d7cb", - "reference": "981b3d1e287653b1fc5b71859964508ac0a2d7cb", + "url": "https://api.github.com/repos/laminas/laminas-captcha/zipball/4c0965b31ec310ec95c72acd76a016b5030182fe", + "reference": "4c0965b31ec310ec95c72acd76a016b5030182fe", "shasum": "" }, "require": { @@ -2717,7 +2996,7 @@ "laminas/laminas-stdlib": "^3.10.1", "laminas/laminas-text": "^2.9.0", "laminas/laminas-validator": "^2.19.0", - "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0" + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, "conflict": { "zendframework/zend-captcha": "*" @@ -2726,7 +3005,7 @@ "ext-gd": "*", "laminas/laminas-coding-standard": "~2.5.0", "phpunit/phpunit": "^9.5.26", - "psalm/plugin-phpunit": "^0.18.4", + "psalm/plugin-phpunit": "^0.19.0", "vimeo/psalm": "^5.1" }, "suggest": { @@ -2762,31 +3041,31 @@ "type": "community_bridge" } ], - "time": "2023-10-18T10:03:37+00:00" + "time": "2025-01-06T20:04:41+00:00" }, { "name": "laminas/laminas-code", - "version": "4.14.0", + "version": "4.16.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-code.git", - "reference": "562e02b7d85cb9142b5116cc76c4c7c162a11a1c" + "reference": "1793e78dad4108b594084d05d1fb818b85b110af" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-code/zipball/562e02b7d85cb9142b5116cc76c4c7c162a11a1c", - "reference": "562e02b7d85cb9142b5116cc76c4c7c162a11a1c", + "url": "https://api.github.com/repos/laminas/laminas-code/zipball/1793e78dad4108b594084d05d1fb818b85b110af", + "reference": "1793e78dad4108b594084d05d1fb818b85b110af", "shasum": "" }, "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0" + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, "require-dev": { "doctrine/annotations": "^2.0.1", "ext-phar": "*", - "laminas/laminas-coding-standard": "^2.5.0", - "laminas/laminas-stdlib": "^3.17.0", - "phpunit/phpunit": "^10.3.3", + "laminas/laminas-coding-standard": "^3.0.0", + "laminas/laminas-stdlib": "^3.18.0", + "phpunit/phpunit": "^10.5.37", "psalm/plugin-phpunit": "^0.19.0", "vimeo/psalm": "^5.15.0" }, @@ -2825,26 +3104,26 @@ "type": "community_bridge" } ], - "time": "2024-06-17T08:50:25+00:00" + "time": "2024-11-20T13:15:13+00:00" }, { "name": "laminas/laminas-config", - "version": "3.9.0", + "version": "3.10.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-config.git", - "reference": "e53717277f6c22b1c697a46473b9a5ec9a438efa" + "reference": "0f50adbf2b2e01e0fe99c13e37d3a6c1ef645185" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-config/zipball/e53717277f6c22b1c697a46473b9a5ec9a438efa", - "reference": "e53717277f6c22b1c697a46473b9a5ec9a438efa", + "url": "https://api.github.com/repos/laminas/laminas-config/zipball/0f50adbf2b2e01e0fe99c13e37d3a6c1ef645185", + "reference": "0f50adbf2b2e01e0fe99c13e37d3a6c1ef645185", "shasum": "" }, "require": { "ext-json": "*", "laminas/laminas-stdlib": "^3.6", - "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "psr/container": "^1.0" }, "conflict": { @@ -2852,11 +3131,11 @@ "zendframework/zend-config": "*" }, "require-dev": { - "laminas/laminas-coding-standard": "~2.4.0", - "laminas/laminas-filter": "~2.23.0", - "laminas/laminas-i18n": "~2.19.0", - "laminas/laminas-servicemanager": "~3.19.0", - "phpunit/phpunit": "~9.5.25" + "laminas/laminas-coding-standard": "^3.0.1", + "laminas/laminas-filter": "^2.39.0", + "laminas/laminas-i18n": "^2.29.0", + "laminas/laminas-servicemanager": "^3.23.0", + "phpunit/phpunit": "^10.5.38" }, "suggest": { "laminas/laminas-filter": "^2.7.2; install if you want to use the Filter processor", @@ -2893,174 +3172,41 @@ "type": "community_bridge" } ], - "time": "2023-09-19T12:02:54+00:00" - }, - { - "name": "laminas/laminas-crypt", - "version": "3.12.0", - "source": { - "type": "git", - "url": "https://github.com/laminas/laminas-crypt.git", - "reference": "ceab630494fc7a0d82ec39ad63947ef889a21be7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-crypt/zipball/ceab630494fc7a0d82ec39ad63947ef889a21be7", - "reference": "ceab630494fc7a0d82ec39ad63947ef889a21be7", - "shasum": "" - }, - "require": { - "ext-mbstring": "*", - "laminas/laminas-math": "^3.4", - "laminas/laminas-stdlib": "^3.8", - "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", - "psr/container": "^1.1" - }, - "conflict": { - "zendframework/zend-crypt": "*" - }, - "require-dev": { - "laminas/laminas-coding-standard": "~2.4.0", - "phpunit/phpunit": "^9.5.25" - }, - "suggest": { - "ext-openssl": "Required for most features of Laminas\\Crypt" - }, - "type": "library", - "autoload": { - "psr-4": { - "Laminas\\Crypt\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "Strong cryptography tools and password hashing", - "homepage": "https://laminas.dev", - "keywords": [ - "crypt", - "laminas" - ], - "support": { - "chat": "https://laminas.dev/chat", - "docs": "https://docs.laminas.dev/laminas-crypt/", - "forum": "https://discourse.laminas.dev", - "issues": "https://github.com/laminas/laminas-crypt/issues", - "rss": "https://github.com/laminas/laminas-crypt/releases.atom", - "source": "https://github.com/laminas/laminas-crypt" - }, - "funding": [ - { - "url": "https://funding.communitybridge.org/projects/laminas-project", - "type": "community_bridge" - } - ], "abandoned": true, - "time": "2024-07-15T09:11:42+00:00" - }, - { - "name": "laminas/laminas-db", - "version": "2.20.0", - "source": { - "type": "git", - "url": "https://github.com/laminas/laminas-db.git", - "reference": "207b9ee70a8b518913c1fad688d7a64fe89a8b91" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-db/zipball/207b9ee70a8b518913c1fad688d7a64fe89a8b91", - "reference": "207b9ee70a8b518913c1fad688d7a64fe89a8b91", - "shasum": "" - }, - "require": { - "laminas/laminas-stdlib": "^3.7.1", - "php": "~8.1.0 || ~8.2.0 || ~8.3.0" - }, - "conflict": { - "zendframework/zend-db": "*" - }, - "require-dev": { - "laminas/laminas-coding-standard": "^2.4.0", - "laminas/laminas-eventmanager": "^3.6.0", - "laminas/laminas-hydrator": "^4.7", - "laminas/laminas-servicemanager": "^3.19.0", - "phpunit/phpunit": "^9.5.25" - }, - "suggest": { - "laminas/laminas-eventmanager": "Laminas\\EventManager component", - "laminas/laminas-hydrator": "(^3.2 || ^4.3) Laminas\\Hydrator component for using HydratingResultSets", - "laminas/laminas-servicemanager": "Laminas\\ServiceManager component" - }, - "type": "library", - "extra": { - "laminas": { - "component": "Laminas\\Db", - "config-provider": "Laminas\\Db\\ConfigProvider" - } - }, - "autoload": { - "psr-4": { - "Laminas\\Db\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations", - "homepage": "https://laminas.dev", - "keywords": [ - "db", - "laminas" - ], - "support": { - "chat": "https://laminas.dev/chat", - "docs": "https://docs.laminas.dev/laminas-db/", - "forum": "https://discourse.laminas.dev", - "issues": "https://github.com/laminas/laminas-db/issues", - "rss": "https://github.com/laminas/laminas-db/releases.atom", - "source": "https://github.com/laminas/laminas-db" - }, - "funding": [ - { - "url": "https://funding.communitybridge.org/projects/laminas-project", - "type": "community_bridge" - } - ], - "time": "2024-04-02T01:04:56+00:00" + "time": "2024-12-05T14:32:05+00:00" }, { "name": "laminas/laminas-di", - "version": "3.14.0", + "version": "3.15.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-di.git", - "reference": "63d86f64ccfa6c4f49e534e312cc89ca613ba3c5" + "reference": "de00225cfbe30d7fab1e9cf476e154be25f2c878" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-di/zipball/63d86f64ccfa6c4f49e534e312cc89ca613ba3c5", - "reference": "63d86f64ccfa6c4f49e534e312cc89ca613ba3c5", + "url": "https://api.github.com/repos/laminas/laminas-di/zipball/de00225cfbe30d7fab1e9cf476e154be25f2c878", + "reference": "de00225cfbe30d7fab1e9cf476e154be25f2c878", "shasum": "" }, "require": { "laminas/laminas-stdlib": "^3.18.0", - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "psr/container": "^1.1.1", "psr/log": "^1.1.4 || ^2.0.0 || ^3.0.0" }, "conflict": { - "laminas/laminas-servicemanager": "<3.13.0", + "amphp/amp": "<2.6.4", + "laminas/laminas-servicemanager": "<3.13.0 || >=4.0.0", "laminas/laminas-servicemanager-di": "*", "zendframework/zend-di": "*" }, "require-dev": { "laminas/laminas-coding-standard": "~2.5.0", "laminas/laminas-servicemanager": "^3.22", - "mikey179/vfsstream": "^1.6.11@alpha", + "mikey179/vfsstream": "^1.6.12", "phpbench/phpbench": "^1.2.7", - "phpunit/phpunit": "^9.5.26", + "phpunit/phpunit": "^9.6.22", "psalm/plugin-phpunit": "^0.18.0", "squizlabs/php_codesniffer": "^3.7.1", "vimeo/psalm": "^5.0" @@ -3105,37 +3251,36 @@ "type": "community_bridge" } ], - "time": "2024-05-02T12:56:18+00:00" + "time": "2025-02-25T14:43:45+00:00" }, { "name": "laminas/laminas-escaper", - "version": "2.13.0", + "version": "2.17.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-escaper.git", - "reference": "af459883f4018d0f8a0c69c7a209daef3bf973ba" + "reference": "df1ef9503299a8e3920079a16263b578eaf7c3ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/af459883f4018d0f8a0c69c7a209daef3bf973ba", - "reference": "af459883f4018d0f8a0c69c7a209daef3bf973ba", + "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/df1ef9503299a8e3920079a16263b578eaf7c3ba", + "reference": "df1ef9503299a8e3920079a16263b578eaf7c3ba", "shasum": "" }, "require": { "ext-ctype": "*", "ext-mbstring": "*", - "php": "~8.1.0 || ~8.2.0 || ~8.3.0" + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, "conflict": { "zendframework/zend-escaper": "*" }, "require-dev": { - "infection/infection": "^0.27.0", - "laminas/laminas-coding-standard": "~2.5.0", - "maglnet/composer-require-checker": "^3.8.0", - "phpunit/phpunit": "^9.6.7", - "psalm/plugin-phpunit": "^0.18.4", - "vimeo/psalm": "^5.9" + "infection/infection": "^0.29.8", + "laminas/laminas-coding-standard": "~3.0.1", + "phpunit/phpunit": "^10.5.45", + "psalm/plugin-phpunit": "^0.19.2", + "vimeo/psalm": "^6.6.2" }, "type": "library", "autoload": { @@ -3167,37 +3312,37 @@ "type": "community_bridge" } ], - "time": "2023-10-10T08:35:13+00:00" + "time": "2025-05-06T19:29:36+00:00" }, { "name": "laminas/laminas-eventmanager", - "version": "3.13.1", + "version": "3.14.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-eventmanager.git", - "reference": "933d1b5cf03fa4cf3016cebfd0555fa2ba3f2024" + "reference": "1837cafaaaee74437f6d8ec9ff7da03e6f81d809" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/933d1b5cf03fa4cf3016cebfd0555fa2ba3f2024", - "reference": "933d1b5cf03fa4cf3016cebfd0555fa2ba3f2024", + "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/1837cafaaaee74437f6d8ec9ff7da03e6f81d809", + "reference": "1837cafaaaee74437f6d8ec9ff7da03e6f81d809", "shasum": "" }, "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0" + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, "conflict": { "container-interop/container-interop": "<1.2", "zendframework/zend-eventmanager": "*" }, "require-dev": { - "laminas/laminas-coding-standard": "~2.5.0", - "laminas/laminas-stdlib": "^3.18", - "phpbench/phpbench": "^1.2.15", - "phpunit/phpunit": "^10.5.5", - "psalm/plugin-phpunit": "^0.18.4", + "laminas/laminas-coding-standard": "~3.0.0", + "laminas/laminas-stdlib": "^3.20", + "phpbench/phpbench": "^1.3.1", + "phpunit/phpunit": "^10.5.38", + "psalm/plugin-phpunit": "^0.19.0", "psr/container": "^1.1.2 || ^2.0.2", - "vimeo/psalm": "^5.18" + "vimeo/psalm": "^5.26.1" }, "suggest": { "laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature", @@ -3235,20 +3380,20 @@ "type": "community_bridge" } ], - "time": "2024-06-24T14:01:06+00:00" + "time": "2024-11-21T11:31:22+00:00" }, { "name": "laminas/laminas-feed", - "version": "2.22.0", + "version": "2.23.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-feed.git", - "reference": "669792b819fca7274698147ad7a2ecc1b0a9b141" + "reference": "7c6755695cdca18f983d8a116bfa6a55439b1a94" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/669792b819fca7274698147ad7a2ecc1b0a9b141", - "reference": "669792b819fca7274698147ad7a2ecc1b0a9b141", + "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/7c6755695cdca18f983d8a116bfa6a55439b1a94", + "reference": "7c6755695cdca18f983d8a116bfa6a55439b1a94", "shasum": "" }, "require": { @@ -3256,24 +3401,24 @@ "ext-libxml": "*", "laminas/laminas-escaper": "^2.9", "laminas/laminas-stdlib": "^3.6", - "php": "~8.1.0 || ~8.2.0 || ~8.3.0" + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, "conflict": { "laminas/laminas-servicemanager": "<3.3", "zendframework/zend-feed": "*" }, "require-dev": { - "laminas/laminas-cache": "^2.13.2 || ^3.11", - "laminas/laminas-cache-storage-adapter-memory": "^1.1.0 || ^2.2", + "laminas/laminas-cache": "^2.13.2 || ^3.12", + "laminas/laminas-cache-storage-adapter-memory": "^1.1.0 || ^2.3", "laminas/laminas-coding-standard": "~2.5.0", "laminas/laminas-db": "^2.18", - "laminas/laminas-http": "^2.18", - "laminas/laminas-servicemanager": "^3.21.0", - "laminas/laminas-validator": "^2.38", - "phpunit/phpunit": "^10.3.1", - "psalm/plugin-phpunit": "^0.18.4", + "laminas/laminas-http": "^2.19", + "laminas/laminas-servicemanager": "^3.22.1", + "laminas/laminas-validator": "^2.46", + "phpunit/phpunit": "^10.5.5", + "psalm/plugin-phpunit": "^0.19.0", "psr/http-message": "^2.0", - "vimeo/psalm": "^5.14.1" + "vimeo/psalm": "^5.18.0" }, "suggest": { "laminas/laminas-cache": "Laminas\\Cache component, for optionally caching feeds between requests", @@ -3315,134 +3460,66 @@ "type": "community_bridge" } ], - "time": "2023-10-11T20:16:37+00:00" + "time": "2025-05-13T09:35:51+00:00" }, { - "name": "laminas/laminas-file", - "version": "2.13.0", + "name": "laminas/laminas-filter", + "version": "2.41.0", "source": { "type": "git", - "url": "https://github.com/laminas/laminas-file.git", - "reference": "54b354bff5dca67af3452b1f73a0ab66e4c4a5e5" + "url": "https://github.com/laminas/laminas-filter.git", + "reference": "eaa00111231bf6669826ae84d3abe85b94477585" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-file/zipball/54b354bff5dca67af3452b1f73a0ab66e4c4a5e5", - "reference": "54b354bff5dca67af3452b1f73a0ab66e4c4a5e5", + "url": "https://api.github.com/repos/laminas/laminas-filter/zipball/eaa00111231bf6669826ae84d3abe85b94477585", + "reference": "eaa00111231bf6669826ae84d3abe85b94477585", "shasum": "" }, "require": { - "laminas/laminas-stdlib": "^2.7.7 || ^3.15.0", - "php": "~8.1.0 || ~8.2.0 || ~8.3.0" + "ext-mbstring": "*", + "laminas/laminas-servicemanager": "^3.21.0", + "laminas/laminas-stdlib": "^3.19.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, "conflict": { - "zendframework/zend-file": "*" + "laminas/laminas-validator": "<2.10.1", + "zendframework/zend-filter": "*" }, "require-dev": { - "laminas/laminas-coding-standard": "~1.0.0", - "laminas/laminas-filter": "^2.23.2", - "laminas/laminas-i18n": "^2.7.4", - "laminas/laminas-progressbar": "^2.5.2", - "laminas/laminas-servicemanager": "^2.7.8 || ^3.3", - "laminas/laminas-session": "^2.8", - "laminas/laminas-validator": "^2.10.1", - "phpunit/phpunit": "^9.5.10" + "laminas/laminas-coding-standard": "~3.0", + "laminas/laminas-crypt": "^3.12", + "laminas/laminas-i18n": "^2.28.1", + "laminas/laminas-uri": "^2.12", + "pear/archive_tar": "^1.5.0", + "phpunit/phpunit": "^10.5.36", + "psalm/plugin-phpunit": "^0.19.0", + "psr/http-factory": "^1.1.0", + "vimeo/psalm": "^5.26.1" }, "suggest": { - "laminas/laminas-filter": "Laminas\\Filter component", - "laminas/laminas-i18n": "Laminas\\I18n component", - "laminas/laminas-validator": "Laminas\\Validator component" + "laminas/laminas-crypt": "Laminas\\Crypt component, for encryption filters", + "laminas/laminas-i18n": "Laminas\\I18n component for filters depending on i18n functionality", + "laminas/laminas-uri": "Laminas\\Uri component, for the UriNormalize filter", + "psr/http-factory-implementation": "psr/http-factory-implementation, for creating file upload instances when consuming PSR-7 in file upload filters" }, "type": "library", + "extra": { + "laminas": { + "component": "Laminas\\Filter", + "config-provider": "Laminas\\Filter\\ConfigProvider" + } + }, "autoload": { "psr-4": { - "Laminas\\File\\": "src/" + "Laminas\\Filter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], - "description": "Locate PHP classfiles", - "homepage": "https://laminas.dev", - "keywords": [ - "file", - "laminas" - ], - "support": { - "chat": "https://laminas.dev/chat", - "docs": "https://docs.laminas.dev/laminas-file/", - "forum": "https://discourse.laminas.dev", - "issues": "https://github.com/laminas/laminas-file/issues", - "rss": "https://github.com/laminas/laminas-file/releases.atom", - "source": "https://github.com/laminas/laminas-file" - }, - "funding": [ - { - "url": "https://funding.communitybridge.org/projects/laminas-project", - "type": "community_bridge" - } - ], - "time": "2023-11-21T14:05:55+00:00" - }, - { - "name": "laminas/laminas-filter", - "version": "2.37.0", - "source": { - "type": "git", - "url": "https://github.com/laminas/laminas-filter.git", - "reference": "27dda1e60547bc000b876e24808f47932df2f4ac" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-filter/zipball/27dda1e60547bc000b876e24808f47932df2f4ac", - "reference": "27dda1e60547bc000b876e24808f47932df2f4ac", - "shasum": "" - }, - "require": { - "ext-mbstring": "*", - "laminas/laminas-servicemanager": "^3.21.0", - "laminas/laminas-stdlib": "^3.13.0", - "php": "~8.1.0 || ~8.2.0 || ~8.3.0" - }, - "conflict": { - "laminas/laminas-validator": "<2.10.1", - "zendframework/zend-filter": "*" - }, - "require-dev": { - "laminas/laminas-coding-standard": "~2.5.0", - "laminas/laminas-crypt": "^3.11", - "laminas/laminas-i18n": "^2.26.0", - "laminas/laminas-uri": "^2.11", - "pear/archive_tar": "^1.5.0", - "phpunit/phpunit": "^10.5.20", - "psalm/plugin-phpunit": "^0.19.0", - "psr/http-factory": "^1.1.0", - "vimeo/psalm": "^5.24.0" - }, - "suggest": { - "laminas/laminas-crypt": "Laminas\\Crypt component, for encryption filters", - "laminas/laminas-i18n": "Laminas\\I18n component for filters depending on i18n functionality", - "laminas/laminas-uri": "Laminas\\Uri component, for the UriNormalize filter", - "psr/http-factory-implementation": "psr/http-factory-implementation, for creating file upload instances when consuming PSR-7 in file upload filters" - }, - "type": "library", - "extra": { - "laminas": { - "component": "Laminas\\Filter", - "config-provider": "Laminas\\Filter\\ConfigProvider" - } - }, - "autoload": { - "psr-4": { - "Laminas\\Filter\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "Programmatically filter and normalize data and files", + "description": "Programmatically filter and normalize data and files", "homepage": "https://laminas.dev", "keywords": [ "filter", @@ -3462,36 +3539,36 @@ "type": "community_bridge" } ], - "time": "2024-08-12T09:23:23+00:00" + "time": "2025-05-05T02:02:31+00:00" }, { "name": "laminas/laminas-http", - "version": "2.19.0", + "version": "2.22.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-http.git", - "reference": "26dd6d1177e25d970058863c2afed12bb9dbff4d" + "reference": "5052177fb8176e00b0d4b89108648f557be072b7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-http/zipball/26dd6d1177e25d970058863c2afed12bb9dbff4d", - "reference": "26dd6d1177e25d970058863c2afed12bb9dbff4d", + "url": "https://api.github.com/repos/laminas/laminas-http/zipball/5052177fb8176e00b0d4b89108648f557be072b7", + "reference": "5052177fb8176e00b0d4b89108648f557be072b7", "shasum": "" }, "require": { "laminas/laminas-loader": "^2.10", "laminas/laminas-stdlib": "^3.6", "laminas/laminas-uri": "^2.11", - "laminas/laminas-validator": "^2.15", - "php": "~8.1.0 || ~8.2.0 || ~8.3.0" + "laminas/laminas-validator": "^2.15 || ^3.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, "conflict": { "zendframework/zend-http": "*" }, "require-dev": { "ext-curl": "*", - "laminas/laminas-coding-standard": "~2.4.0", - "phpunit/phpunit": "^9.5.25" + "laminas/laminas-coding-standard": "^3.0.1", + "phpunit/phpunit": "^10.5.38" }, "suggest": { "paragonie/certainty": "For automated management of cacert.pem" @@ -3527,20 +3604,20 @@ "type": "community_bridge" } ], - "time": "2023-11-02T16:27:41+00:00" + "time": "2025-05-06T08:24:40+00:00" }, { "name": "laminas/laminas-i18n", - "version": "2.28.1", + "version": "2.30.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-i18n.git", - "reference": "d553a9c15c08768b8410050b4fa5479c99e2ed82" + "reference": "397907ee061e147939364df9d6c485ac1e0fed87" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-i18n/zipball/d553a9c15c08768b8410050b4fa5479c99e2ed82", - "reference": "d553a9c15c08768b8410050b4fa5479c99e2ed82", + "url": "https://api.github.com/repos/laminas/laminas-i18n/zipball/397907ee061e147939364df9d6c485ac1e0fed87", + "reference": "397907ee061e147939364df9d6c485ac1e0fed87", "shasum": "" }, "require": { @@ -3548,25 +3625,25 @@ "laminas/laminas-servicemanager": "^3.21.0", "laminas/laminas-stdlib": "^3.0", "laminas/laminas-translator": "^1.0", - "php": "~8.1.0 || ~8.2.0 || ~8.3.0" + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, "conflict": { "laminas/laminas-view": "<2.20.0", "zendframework/zend-i18n": "*" }, "require-dev": { - "laminas/laminas-cache": "^3.12.1", - "laminas/laminas-cache-storage-adapter-memory": "^2.3.0", - "laminas/laminas-cache-storage-deprecated-factory": "^1.2", + "laminas/laminas-cache": "^3.13.0", + "laminas/laminas-cache-storage-adapter-memory": "^2.4.0", + "laminas/laminas-cache-storage-deprecated-factory": "^1.3", "laminas/laminas-coding-standard": "~2.5.0", - "laminas/laminas-config": "^3.9.0", - "laminas/laminas-eventmanager": "^3.13", - "laminas/laminas-filter": "^2.34", - "laminas/laminas-validator": "^2.49", - "laminas/laminas-view": "^2.34", - "phpunit/phpunit": "^10.5.11", - "psalm/plugin-phpunit": "^0.19.0", - "vimeo/psalm": "^5.22.2" + "laminas/laminas-config": "^3.10.1", + "laminas/laminas-eventmanager": "^3.14.0", + "laminas/laminas-filter": "^2.40", + "laminas/laminas-validator": "^2.64.2", + "laminas/laminas-view": "^2.36", + "phpunit/phpunit": "^10.5.45", + "psalm/plugin-phpunit": "^0.19.5", + "vimeo/psalm": "^6.10.0" }, "suggest": { "laminas/laminas-cache": "You should install this package to cache the translations", @@ -3613,31 +3690,31 @@ "type": "community_bridge" } ], - "time": "2024-09-10T11:54:30+00:00" + "time": "2025-04-15T09:07:02+00:00" }, { "name": "laminas/laminas-json", - "version": "3.6.0", + "version": "3.7.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-json.git", - "reference": "53ff787b20b77197f38680c737e8dfffa846b85b" + "reference": "a0f9dca08e28f39a7a7a7a04370eb2f017369277" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-json/zipball/53ff787b20b77197f38680c737e8dfffa846b85b", - "reference": "53ff787b20b77197f38680c737e8dfffa846b85b", + "url": "https://api.github.com/repos/laminas/laminas-json/zipball/a0f9dca08e28f39a7a7a7a04370eb2f017369277", + "reference": "a0f9dca08e28f39a7a7a7a04370eb2f017369277", "shasum": "" }, "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0" + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, "conflict": { "zendframework/zend-json": "*" }, "require-dev": { "laminas/laminas-coding-standard": "~2.4.0", - "laminas/laminas-stdlib": "^2.7.7 || ^3.8", + "laminas/laminas-stdlib": "^2.7.7 || ^3.19", "phpunit/phpunit": "^9.5.25" }, "suggest": { @@ -3674,24 +3751,25 @@ "type": "community_bridge" } ], - "time": "2023-10-18T09:54:55+00:00" + "abandoned": true, + "time": "2024-12-05T14:51:57+00:00" }, { "name": "laminas/laminas-loader", - "version": "2.10.0", + "version": "2.11.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-loader.git", - "reference": "e6fe952304ef40ce45cd814751ab35d42afdad12" + "reference": "c507d5eccb969f7208434e3980680a1f6c0b1d8d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-loader/zipball/e6fe952304ef40ce45cd814751ab35d42afdad12", - "reference": "e6fe952304ef40ce45cd814751ab35d42afdad12", + "url": "https://api.github.com/repos/laminas/laminas-loader/zipball/c507d5eccb969f7208434e3980680a1f6c0b1d8d", + "reference": "c507d5eccb969f7208434e3980680a1f6c0b1d8d", "shasum": "" }, "require": { - "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0" + "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, "conflict": { "zendframework/zend-loader": "*" @@ -3730,74 +3808,73 @@ "type": "community_bridge" } ], - "time": "2023-10-18T09:58:51+00:00" + "abandoned": true, + "time": "2024-12-05T14:43:32+00:00" }, { - "name": "laminas/laminas-mail", - "version": "2.25.1", + "name": "laminas/laminas-modulemanager", + "version": "2.17.0", "source": { "type": "git", - "url": "https://github.com/laminas/laminas-mail.git", - "reference": "110e04497395123998220e244cceecb167cc6dda" + "url": "https://github.com/laminas/laminas-modulemanager.git", + "reference": "3cd6e84ba767b43a47c6c4245a56b30ac3738c6a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-mail/zipball/110e04497395123998220e244cceecb167cc6dda", - "reference": "110e04497395123998220e244cceecb167cc6dda", + "url": "https://api.github.com/repos/laminas/laminas-modulemanager/zipball/3cd6e84ba767b43a47c6c4245a56b30ac3738c6a", + "reference": "3cd6e84ba767b43a47c6c4245a56b30ac3738c6a", "shasum": "" }, "require": { - "ext-iconv": "*", - "laminas/laminas-loader": "^2.9.0", - "laminas/laminas-mime": "^2.11.0", - "laminas/laminas-stdlib": "^3.17.0", - "laminas/laminas-validator": "^2.31.0", - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", - "symfony/polyfill-intl-idn": "^1.27.0", - "symfony/polyfill-mbstring": "^1.27.0", - "webmozart/assert": "^1.11.0" + "brick/varexporter": "^0.3.2 || ^0.4 || ^0.5", + "laminas/laminas-config": "^3.7", + "laminas/laminas-eventmanager": "^3.4", + "laminas/laminas-stdlib": "^3.6", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", + "webimpress/safe-writer": "^1.0.2 || ^2.1" + }, + "conflict": { + "amphp/amp": "<2.6.4", + "zendframework/zend-modulemanager": "*" }, "require-dev": { - "laminas/laminas-coding-standard": "~2.5.0", - "laminas/laminas-db": "^2.18", - "laminas/laminas-servicemanager": "^3.22.1", - "phpunit/phpunit": "^10.4.2", - "psalm/plugin-phpunit": "^0.18.4", - "symfony/process": "^6.3.4", - "vimeo/psalm": "^5.15" + "laminas/laminas-coding-standard": "^3.0.1", + "laminas/laminas-loader": "^2.11", + "laminas/laminas-mvc": "^3.7.0", + "laminas/laminas-servicemanager": "^3.23.0", + "phpunit/phpunit": "^10.5.38", + "psalm/plugin-phpunit": "^0.19.0", + "vimeo/psalm": "^5.26.1" }, "suggest": { - "laminas/laminas-servicemanager": "^3.21 when using SMTP to deliver messages" + "laminas/laminas-console": "Laminas\\Console component", + "laminas/laminas-loader": "Laminas\\Loader component if you are not using Composer autoloading for your modules", + "laminas/laminas-mvc": "Laminas\\Mvc component", + "laminas/laminas-servicemanager": "Laminas\\ServiceManager component" }, "type": "library", - "extra": { - "laminas": { - "component": "Laminas\\Mail", - "config-provider": "Laminas\\Mail\\ConfigProvider" - } - }, "autoload": { "psr-4": { - "Laminas\\Mail\\": "src/" + "Laminas\\ModuleManager\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], - "description": "Provides generalized functionality to compose and send both text and MIME-compliant multipart e-mail messages", + "description": "Modular application system for laminas-mvc applications", "homepage": "https://laminas.dev", "keywords": [ "laminas", - "mail" + "modulemanager" ], "support": { "chat": "https://laminas.dev/chat", - "docs": "https://docs.laminas.dev/laminas-mail/", + "docs": "https://docs.laminas.dev/laminas-modulemanager/", "forum": "https://discourse.laminas.dev", - "issues": "https://github.com/laminas/laminas-mail/issues", - "rss": "https://github.com/laminas/laminas-mail/releases.atom", - "source": "https://github.com/laminas/laminas-mail" + "issues": "https://github.com/laminas/laminas-modulemanager/issues", + "rss": "https://github.com/laminas/laminas-modulemanager/releases.atom", + "source": "https://github.com/laminas/laminas-modulemanager" }, "funding": [ { @@ -3805,67 +3882,78 @@ "type": "community_bridge" } ], - "abandoned": "symfony/mailer", - "time": "2023-11-02T10:32:34+00:00" + "time": "2024-11-17T22:29:29+00:00" }, { - "name": "laminas/laminas-math", - "version": "3.7.0", + "name": "laminas/laminas-mvc", + "version": "3.8.0", "source": { "type": "git", - "url": "https://github.com/laminas/laminas-math.git", - "reference": "3e90445828fd64308de2a600b48c3df051b3b17a" + "url": "https://github.com/laminas/laminas-mvc.git", + "reference": "53ba28b7222d3a3b49747a26babef43d1b17fb6f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-math/zipball/3e90445828fd64308de2a600b48c3df051b3b17a", - "reference": "3e90445828fd64308de2a600b48c3df051b3b17a", + "url": "https://api.github.com/repos/laminas/laminas-mvc/zipball/53ba28b7222d3a3b49747a26babef43d1b17fb6f", + "reference": "53ba28b7222d3a3b49747a26babef43d1b17fb6f", "shasum": "" }, "require": { - "ext-mbstring": "*", - "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0" + "container-interop/container-interop": "^1.2", + "laminas/laminas-eventmanager": "^3.4", + "laminas/laminas-http": "^2.15", + "laminas/laminas-modulemanager": "^2.16", + "laminas/laminas-router": "^3.11.1", + "laminas/laminas-servicemanager": "^3.20.0", + "laminas/laminas-stdlib": "^3.19", + "laminas/laminas-view": "^2.18.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, "conflict": { - "zendframework/zend-math": "*" + "zendframework/zend-mvc": "*" }, "require-dev": { - "laminas/laminas-coding-standard": "~2.4.0", - "phpunit/phpunit": "~9.5.25" + "laminas/laminas-coding-standard": "^2.5.0", + "laminas/laminas-json": "^3.6", + "phpunit/phpunit": "^10.5.38", + "webmozart/assert": "^1.11" }, "suggest": { - "ext-bcmath": "If using the bcmath functionality", - "ext-gmp": "If using the gmp functionality" + "laminas/laminas-json": "(^2.6.1 || ^3.0) To auto-deserialize JSON body content in AbstractRestfulController extensions, when json_decode is unavailable", + "laminas/laminas-log": "^2.9.1 To provide log functionality via LogFilterManager, LogFormatterManager, and LogProcessorManager", + "laminas/laminas-mvc-console": "laminas-mvc-console provides the ability to expose laminas-mvc as a console application", + "laminas/laminas-mvc-i18n": "laminas-mvc-i18n provides integration with laminas-i18n, including a translation bridge and translatable route segments", + "laminas/laminas-mvc-middleware": "To dispatch middleware in your laminas-mvc application", + "laminas/laminas-mvc-plugin-fileprg": "To provide Post/Redirect/Get functionality around forms that container file uploads", + "laminas/laminas-mvc-plugin-flashmessenger": "To provide flash messaging capabilities between requests", + "laminas/laminas-mvc-plugin-identity": "To access the authenticated identity (per laminas-authentication) in controllers", + "laminas/laminas-mvc-plugin-prg": "To provide Post/Redirect/Get functionality within controllers", + "laminas/laminas-paginator": "^2.7 To provide pagination functionality via PaginatorPluginManager", + "laminas/laminas-servicemanager-di": "laminas-servicemanager-di provides utilities for integrating laminas-di and laminas-servicemanager in your laminas-mvc application" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.2.x-dev", - "dev-develop": "3.3.x-dev" - } - }, "autoload": { "psr-4": { - "Laminas\\Math\\": "src/" + "Laminas\\Mvc\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], - "description": "Create cryptographically secure pseudo-random numbers, and manage big integers", + "description": "Laminas's event-driven MVC layer, including MVC Applications, Controllers, and Plugins", "homepage": "https://laminas.dev", "keywords": [ "laminas", - "math" + "mvc" ], "support": { "chat": "https://laminas.dev/chat", - "docs": "https://docs.laminas.dev/laminas-math/", + "docs": "https://docs.laminas.dev/laminas-mvc/", "forum": "https://discourse.laminas.dev", - "issues": "https://github.com/laminas/laminas-math/issues", - "rss": "https://github.com/laminas/laminas-math/releases.atom", - "source": "https://github.com/laminas/laminas-math" + "issues": "https://github.com/laminas/laminas-mvc/issues", + "rss": "https://github.com/laminas/laminas-mvc/releases.atom", + "source": "https://github.com/laminas/laminas-mvc" }, "funding": [ { @@ -3873,60 +3961,63 @@ "type": "community_bridge" } ], - "time": "2023-10-18T09:53:37+00:00" + "time": "2024-11-18T00:14:29+00:00" }, { - "name": "laminas/laminas-mime", - "version": "2.12.0", + "name": "laminas/laminas-permissions-acl", + "version": "2.17.0", "source": { "type": "git", - "url": "https://github.com/laminas/laminas-mime.git", - "reference": "08cc544778829b7d68d27a097885bd6e7130135e" + "url": "https://github.com/laminas/laminas-permissions-acl.git", + "reference": "96d710d0a8e6cfa781b2ba184a3dd397634ae2e7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-mime/zipball/08cc544778829b7d68d27a097885bd6e7130135e", - "reference": "08cc544778829b7d68d27a097885bd6e7130135e", + "url": "https://api.github.com/repos/laminas/laminas-permissions-acl/zipball/96d710d0a8e6cfa781b2ba184a3dd397634ae2e7", + "reference": "96d710d0a8e6cfa781b2ba184a3dd397634ae2e7", "shasum": "" }, "require": { - "laminas/laminas-stdlib": "^2.7 || ^3.0", - "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0" + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, "conflict": { - "zendframework/zend-mime": "*" + "laminas/laminas-servicemanager": "<3.0", + "zendframework/zend-permissions-acl": "*" }, "require-dev": { - "laminas/laminas-coding-standard": "~2.4.0", - "laminas/laminas-mail": "^2.19.0", - "phpunit/phpunit": "~9.5.25" + "laminas/laminas-coding-standard": "^3.0.1", + "laminas/laminas-servicemanager": "^3.21", + "phpbench/phpbench": "^1.2.10", + "phpunit/phpunit": "^10.5.38", + "psalm/plugin-phpunit": "^0.19.0", + "vimeo/psalm": "^5.26.1" }, "suggest": { - "laminas/laminas-mail": "Laminas\\Mail component" + "laminas/laminas-servicemanager": "To support Laminas\\Permissions\\Acl\\Assertion\\AssertionManager plugin manager usage" }, "type": "library", "autoload": { "psr-4": { - "Laminas\\Mime\\": "src/" + "Laminas\\Permissions\\Acl\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], - "description": "Create and parse MIME messages and parts", + "description": "Provides a lightweight and flexible access control list (ACL) implementation for privileges management", "homepage": "https://laminas.dev", "keywords": [ - "laminas", - "mime" + "acl", + "laminas" ], "support": { "chat": "https://laminas.dev/chat", - "docs": "https://docs.laminas.dev/laminas-mime/", + "docs": "https://docs.laminas.dev/laminas-permissions-acl/", "forum": "https://discourse.laminas.dev", - "issues": "https://github.com/laminas/laminas-mime/issues", - "rss": "https://github.com/laminas/laminas-mime/releases.atom", - "source": "https://github.com/laminas/laminas-mime" + "issues": "https://github.com/laminas/laminas-permissions-acl/issues", + "rss": "https://github.com/laminas/laminas-permissions-acl/releases.atom", + "source": "https://github.com/laminas/laminas-permissions-acl" }, "funding": [ { @@ -3934,71 +4025,65 @@ "type": "community_bridge" } ], - "time": "2023-11-02T16:47:19+00:00" + "time": "2024-11-25T10:38:49+00:00" }, { - "name": "laminas/laminas-modulemanager", - "version": "2.16.0", + "name": "laminas/laminas-recaptcha", + "version": "3.8.0", "source": { "type": "git", - "url": "https://github.com/laminas/laminas-modulemanager.git", - "reference": "8df7b237d75c04a1bc17b8f7d01eeb601cd7b7e3" + "url": "https://github.com/laminas/laminas-recaptcha.git", + "reference": "ab4efc2768b1d9e90df9a49301158ec288cd48dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-modulemanager/zipball/8df7b237d75c04a1bc17b8f7d01eeb601cd7b7e3", - "reference": "8df7b237d75c04a1bc17b8f7d01eeb601cd7b7e3", + "url": "https://api.github.com/repos/laminas/laminas-recaptcha/zipball/ab4efc2768b1d9e90df9a49301158ec288cd48dd", + "reference": "ab4efc2768b1d9e90df9a49301158ec288cd48dd", "shasum": "" }, "require": { - "brick/varexporter": "^0.3.2 || ^0.4 || ^0.5", - "laminas/laminas-config": "^3.7", - "laminas/laminas-eventmanager": "^3.4", - "laminas/laminas-stdlib": "^3.6", - "php": "~8.1.0 || ~8.2.0|| ~8.3.0", - "webimpress/safe-writer": "^1.0.2 || ^2.1" + "ext-json": "*", + "laminas/laminas-http": "^2.15", + "laminas/laminas-stdlib": "^3.10.1", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, "conflict": { - "zendframework/zend-modulemanager": "*" + "zendframework/zendservice-recaptcha": "*" }, "require-dev": { - "laminas/laminas-coding-standard": "^2.5", - "laminas/laminas-loader": "^2.10", - "laminas/laminas-mvc": "^3.6.1", - "laminas/laminas-servicemanager": "^3.22.1", - "phpunit/phpunit": "^10.4.2", + "laminas/laminas-coding-standard": "~2.5.0", + "laminas/laminas-config": "^3.9", + "laminas/laminas-validator": "^2.30.1", + "phpunit/phpunit": "^9.6.15", "psalm/plugin-phpunit": "^0.19.0", - "vimeo/psalm": "^5.15" + "vimeo/psalm": "^5.19" }, "suggest": { - "laminas/laminas-console": "Laminas\\Console component", - "laminas/laminas-loader": "Laminas\\Loader component if you are not using Composer autoloading for your modules", - "laminas/laminas-mvc": "Laminas\\Mvc component", - "laminas/laminas-servicemanager": "Laminas\\ServiceManager component" + "laminas/laminas-validator": "~2.0, if using ReCaptcha's Mailhide API" }, "type": "library", "autoload": { "psr-4": { - "Laminas\\ModuleManager\\": "src/" + "Laminas\\ReCaptcha\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], - "description": "Modular application system for laminas-mvc applications", + "description": "OOP wrapper for the ReCaptcha web service", "homepage": "https://laminas.dev", "keywords": [ "laminas", - "modulemanager" + "recaptcha" ], "support": { "chat": "https://laminas.dev/chat", - "docs": "https://docs.laminas.dev/laminas-modulemanager/", + "docs": "https://docs.laminas.dev/laminas-recaptcha/", "forum": "https://discourse.laminas.dev", - "issues": "https://github.com/laminas/laminas-modulemanager/issues", - "rss": "https://github.com/laminas/laminas-modulemanager/releases.atom", - "source": "https://github.com/laminas/laminas-modulemanager" + "issues": "https://github.com/laminas/laminas-recaptcha/issues", + "rss": "https://github.com/laminas/laminas-recaptcha/releases.atom", + "source": "https://github.com/laminas/laminas-recaptcha" }, "funding": [ { @@ -4006,339 +4091,66 @@ "type": "community_bridge" } ], - "time": "2024-06-14T14:44:50+00:00" + "time": "2024-10-24T08:57:20+00:00" }, { - "name": "laminas/laminas-mvc", - "version": "3.7.0", + "name": "laminas/laminas-router", + "version": "3.14.0", "source": { "type": "git", - "url": "https://github.com/laminas/laminas-mvc.git", - "reference": "3f65447addf487189000e54dc1525cd952951da4" + "url": "https://github.com/laminas/laminas-router.git", + "reference": "5e1f5ca7fe95200661b50235c891ed3eee02d3f0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-mvc/zipball/3f65447addf487189000e54dc1525cd952951da4", - "reference": "3f65447addf487189000e54dc1525cd952951da4", + "url": "https://api.github.com/repos/laminas/laminas-router/zipball/5e1f5ca7fe95200661b50235c891ed3eee02d3f0", + "reference": "5e1f5ca7fe95200661b50235c891ed3eee02d3f0", "shasum": "" }, "require": { - "container-interop/container-interop": "^1.2", - "laminas/laminas-eventmanager": "^3.4", "laminas/laminas-http": "^2.15", - "laminas/laminas-modulemanager": "^2.8", - "laminas/laminas-router": "^3.11.1", - "laminas/laminas-servicemanager": "^3.20.0", - "laminas/laminas-stdlib": "^3.6", - "laminas/laminas-view": "^2.14", - "php": "~8.1.0 || ~8.2.0 || ~8.3.0" + "laminas/laminas-servicemanager": "^3.14.0", + "laminas/laminas-stdlib": "^3.10.1", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, "conflict": { - "zendframework/zend-mvc": "*" + "zendframework/zend-router": "*" }, "require-dev": { - "laminas/laminas-coding-standard": "^2.5.0", - "laminas/laminas-json": "^3.6", - "phpspec/prophecy": "^1.17.0", - "phpspec/prophecy-phpunit": "^2.0.2", - "phpunit/phpunit": "^9.6.13", - "webmozart/assert": "^1.11" + "laminas/laminas-coding-standard": "~2.5.0", + "laminas/laminas-i18n": "^2.29.0", + "phpunit/phpunit": "^10.5.36", + "psalm/plugin-phpunit": "^0.19.0", + "vimeo/psalm": "^5.26.1" }, "suggest": { - "laminas/laminas-json": "(^2.6.1 || ^3.0) To auto-deserialize JSON body content in AbstractRestfulController extensions, when json_decode is unavailable", - "laminas/laminas-log": "^2.9.1 To provide log functionality via LogFilterManager, LogFormatterManager, and LogProcessorManager", - "laminas/laminas-mvc-console": "laminas-mvc-console provides the ability to expose laminas-mvc as a console application", - "laminas/laminas-mvc-i18n": "laminas-mvc-i18n provides integration with laminas-i18n, including a translation bridge and translatable route segments", - "laminas/laminas-mvc-middleware": "To dispatch middleware in your laminas-mvc application", - "laminas/laminas-mvc-plugin-fileprg": "To provide Post/Redirect/Get functionality around forms that container file uploads", - "laminas/laminas-mvc-plugin-flashmessenger": "To provide flash messaging capabilities between requests", - "laminas/laminas-mvc-plugin-identity": "To access the authenticated identity (per laminas-authentication) in controllers", - "laminas/laminas-mvc-plugin-prg": "To provide Post/Redirect/Get functionality within controllers", - "laminas/laminas-paginator": "^2.7 To provide pagination functionality via PaginatorPluginManager", - "laminas/laminas-servicemanager-di": "laminas-servicemanager-di provides utilities for integrating laminas-di and laminas-servicemanager in your laminas-mvc application" + "laminas/laminas-i18n": "^2.15.0 if defining translatable HTTP path segments" }, "type": "library", + "extra": { + "laminas": { + "component": "Laminas\\Router", + "config-provider": "Laminas\\Router\\ConfigProvider" + } + }, "autoload": { "psr-4": { - "Laminas\\Mvc\\": "src/" + "Laminas\\Router\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], - "description": "Laminas's event-driven MVC layer, including MVC Applications, Controllers, and Plugins", + "description": "Flexible routing system for HTTP and console applications", "homepage": "https://laminas.dev", "keywords": [ "laminas", - "mvc" + "routing" ], "support": { "chat": "https://laminas.dev/chat", - "docs": "https://docs.laminas.dev/laminas-mvc/", - "forum": "https://discourse.laminas.dev", - "issues": "https://github.com/laminas/laminas-mvc/issues", - "rss": "https://github.com/laminas/laminas-mvc/releases.atom", - "source": "https://github.com/laminas/laminas-mvc" - }, - "funding": [ - { - "url": "https://funding.communitybridge.org/projects/laminas-project", - "type": "community_bridge" - } - ], - "time": "2023-11-14T09:44:53+00:00" - }, - { - "name": "laminas/laminas-oauth", - "version": "2.6.0", - "source": { - "type": "git", - "url": "https://github.com/laminas/laminas-oauth.git", - "reference": "7c82c5c0fc5d7bffb5524ca053988455db0e2ac9" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-oauth/zipball/7c82c5c0fc5d7bffb5524ca053988455db0e2ac9", - "reference": "7c82c5c0fc5d7bffb5524ca053988455db0e2ac9", - "shasum": "" - }, - "require": { - "laminas/laminas-config": "^3.7", - "laminas/laminas-crypt": "^3.6.0", - "laminas/laminas-http": "^2.15", - "laminas/laminas-i18n": "^2.13.0", - "laminas/laminas-loader": "^2.8", - "laminas/laminas-math": "^3.5", - "laminas/laminas-stdlib": "^3.10", - "laminas/laminas-uri": "^2.9", - "php": "~8.1.0 || ~8.2.0 || ~8.3.0" - }, - "conflict": { - "zendframework/zendoauth": "*" - }, - "require-dev": { - "laminas/laminas-coding-standard": "~1.0.0", - "phpunit/phpunit": "^9.5.5" - }, - "type": "library", - "autoload": { - "psr-4": { - "Laminas\\OAuth\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "homepage": "https://laminas.dev", - "keywords": [ - "laminas", - "oauth" - ], - "support": { - "chat": "https://laminas.dev/chat", - "forum": "https://discourse.laminas.dev", - "issues": "https://github.com/laminas/laminas-oauth/issues", - "rss": "https://github.com/laminas/laminas-oauth/releases.atom", - "source": "https://github.com/laminas/laminas-oauth" - }, - "funding": [ - { - "url": "https://funding.communitybridge.org/projects/laminas-project", - "type": "community_bridge" - } - ], - "time": "2023-11-21T14:03:46+00:00" - }, - { - "name": "laminas/laminas-permissions-acl", - "version": "2.16.0", - "source": { - "type": "git", - "url": "https://github.com/laminas/laminas-permissions-acl.git", - "reference": "9f85ee3b1940cd5a1c4151ca16fdb738c162480b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-permissions-acl/zipball/9f85ee3b1940cd5a1c4151ca16fdb738c162480b", - "reference": "9f85ee3b1940cd5a1c4151ca16fdb738c162480b", - "shasum": "" - }, - "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0" - }, - "conflict": { - "laminas/laminas-servicemanager": "<3.0", - "zendframework/zend-permissions-acl": "*" - }, - "require-dev": { - "laminas/laminas-coding-standard": "~2.5.0", - "laminas/laminas-servicemanager": "^3.21", - "phpbench/phpbench": "^1.2.10", - "phpunit/phpunit": "^10.1.3", - "psalm/plugin-phpunit": "^0.18.4", - "vimeo/psalm": "^5.12" - }, - "suggest": { - "laminas/laminas-servicemanager": "To support Laminas\\Permissions\\Acl\\Assertion\\AssertionManager plugin manager usage" - }, - "type": "library", - "autoload": { - "psr-4": { - "Laminas\\Permissions\\Acl\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "Provides a lightweight and flexible access control list (ACL) implementation for privileges management", - "homepage": "https://laminas.dev", - "keywords": [ - "acl", - "laminas" - ], - "support": { - "chat": "https://laminas.dev/chat", - "docs": "https://docs.laminas.dev/laminas-permissions-acl/", - "forum": "https://discourse.laminas.dev", - "issues": "https://github.com/laminas/laminas-permissions-acl/issues", - "rss": "https://github.com/laminas/laminas-permissions-acl/releases.atom", - "source": "https://github.com/laminas/laminas-permissions-acl" - }, - "funding": [ - { - "url": "https://funding.communitybridge.org/projects/laminas-project", - "type": "community_bridge" - } - ], - "time": "2023-10-18T07:50:34+00:00" - }, - { - "name": "laminas/laminas-recaptcha", - "version": "3.7.0", - "source": { - "type": "git", - "url": "https://github.com/laminas/laminas-recaptcha.git", - "reference": "9cb3a9e3ca7af64205590adc649e107bc6ce2bfc" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-recaptcha/zipball/9cb3a9e3ca7af64205590adc649e107bc6ce2bfc", - "reference": "9cb3a9e3ca7af64205590adc649e107bc6ce2bfc", - "shasum": "" - }, - "require": { - "ext-json": "*", - "laminas/laminas-http": "^2.15", - "laminas/laminas-stdlib": "^3.10.1", - "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0" - }, - "conflict": { - "zendframework/zendservice-recaptcha": "*" - }, - "require-dev": { - "laminas/laminas-coding-standard": "~2.5.0", - "laminas/laminas-config": "^3.8", - "laminas/laminas-validator": "^2.29", - "phpunit/phpunit": "^9.5.27", - "psalm/plugin-phpunit": "^0.18.4", - "vimeo/psalm": "^5.4" - }, - "suggest": { - "laminas/laminas-validator": "~2.0, if using ReCaptcha's Mailhide API" - }, - "type": "library", - "autoload": { - "psr-4": { - "Laminas\\ReCaptcha\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "OOP wrapper for the ReCaptcha web service", - "homepage": "https://laminas.dev", - "keywords": [ - "laminas", - "recaptcha" - ], - "support": { - "chat": "https://laminas.dev/chat", - "docs": "https://docs.laminas.dev/laminas-recaptcha/", - "forum": "https://discourse.laminas.dev", - "issues": "https://github.com/laminas/laminas-recaptcha/issues", - "rss": "https://github.com/laminas/laminas-recaptcha/releases.atom", - "source": "https://github.com/laminas/laminas-recaptcha" - }, - "funding": [ - { - "url": "https://funding.communitybridge.org/projects/laminas-project", - "type": "community_bridge" - } - ], - "time": "2023-11-08T15:52:14+00:00" - }, - { - "name": "laminas/laminas-router", - "version": "3.13.0", - "source": { - "type": "git", - "url": "https://github.com/laminas/laminas-router.git", - "reference": "04e14e757303787c83f79298dbd4483eebacfeb9" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-router/zipball/04e14e757303787c83f79298dbd4483eebacfeb9", - "reference": "04e14e757303787c83f79298dbd4483eebacfeb9", - "shasum": "" - }, - "require": { - "laminas/laminas-http": "^2.15", - "laminas/laminas-servicemanager": "^3.14.0", - "laminas/laminas-stdlib": "^3.10.1", - "php": "~8.1.0 || ~8.2.0 || ~8.3.0" - }, - "conflict": { - "zendframework/zend-router": "*" - }, - "require-dev": { - "laminas/laminas-coding-standard": "~2.5.0", - "laminas/laminas-i18n": "^2.26.0", - "phpunit/phpunit": "^10.5.11", - "psalm/plugin-phpunit": "^0.18.4", - "vimeo/psalm": "^5.22.2" - }, - "suggest": { - "laminas/laminas-i18n": "^2.15.0 if defining translatable HTTP path segments" - }, - "type": "library", - "extra": { - "laminas": { - "component": "Laminas\\Router", - "config-provider": "Laminas\\Router\\ConfigProvider" - } - }, - "autoload": { - "psr-4": { - "Laminas\\Router\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "Flexible routing system for HTTP and console applications", - "homepage": "https://laminas.dev", - "keywords": [ - "laminas", - "routing" - ], - "support": { - "chat": "https://laminas.dev/chat", - "docs": "https://docs.laminas.dev/laminas-router/", + "docs": "https://docs.laminas.dev/laminas-router/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-router/issues", "rss": "https://github.com/laminas/laminas-router/releases.atom", @@ -4350,35 +4162,35 @@ "type": "community_bridge" } ], - "time": "2024-03-05T12:54:05+00:00" + "time": "2024-10-11T11:18:03+00:00" }, { "name": "laminas/laminas-server", - "version": "2.17.0", + "version": "2.18.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-server.git", - "reference": "9d9375f05d179402b39d3b69e9dc103cea7cb567" + "reference": "6fc7d10e289bfc82dd7ed66102f24a66c18c3d85" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-server/zipball/9d9375f05d179402b39d3b69e9dc103cea7cb567", - "reference": "9d9375f05d179402b39d3b69e9dc103cea7cb567", + "url": "https://api.github.com/repos/laminas/laminas-server/zipball/6fc7d10e289bfc82dd7ed66102f24a66c18c3d85", + "reference": "6fc7d10e289bfc82dd7ed66102f24a66c18c3d85", "shasum": "" }, "require": { "laminas/laminas-code": "^4.7.1", "laminas/laminas-stdlib": "^3.3.1", - "php": "~8.1.0 || ~8.2.0 || ~8.3.0" + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, "conflict": { "zendframework/zend-server": "*" }, "require-dev": { - "laminas/laminas-coding-standard": "~2.5.0", - "phpunit/phpunit": "^9.5.5", - "psalm/plugin-phpunit": "^0.18.0", - "vimeo/psalm": "^4.6.4" + "laminas/laminas-coding-standard": "~3.0.1", + "phpunit/phpunit": "^10.5.38", + "psalm/plugin-phpunit": "^0.19.0", + "vimeo/psalm": "^5.26.1" }, "type": "library", "autoload": { @@ -4410,25 +4222,25 @@ "type": "community_bridge" } ], - "time": "2024-02-05T09:59:22+00:00" + "time": "2024-12-09T14:18:59+00:00" }, { "name": "laminas/laminas-servicemanager", - "version": "3.22.1", + "version": "3.23.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-servicemanager.git", - "reference": "de98d297d4743956a0558a6d71616979ff779328" + "reference": "a8640182b892b99767d54404d19c5c3b3699f79b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/de98d297d4743956a0558a6d71616979ff779328", - "reference": "de98d297d4743956a0558a6d71616979ff779328", + "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/a8640182b892b99767d54404d19c5c3b3699f79b", + "reference": "a8640182b892b99767d54404d19c5c3b3699f79b", "shasum": "" }, "require": { - "laminas/laminas-stdlib": "^3.17", - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", + "laminas/laminas-stdlib": "^3.19", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "psr/container": "^1.0" }, "conflict": { @@ -4445,15 +4257,15 @@ }, "require-dev": { "composer/package-versions-deprecated": "^1.11.99.5", - "friendsofphp/proxy-manager-lts": "^1.0.14", - "laminas/laminas-code": "^4.10.0", + "friendsofphp/proxy-manager-lts": "^1.0.18", + "laminas/laminas-code": "^4.14.0", "laminas/laminas-coding-standard": "~2.5.0", "laminas/laminas-container-config-test": "^0.8", - "mikey179/vfsstream": "^1.6.11", - "phpbench/phpbench": "^1.2.9", - "phpunit/phpunit": "^10.4", + "mikey179/vfsstream": "^1.6.12", + "phpbench/phpbench": "^1.3.1", + "phpunit/phpunit": "^10.5.36", "psalm/plugin-phpunit": "^0.18.4", - "vimeo/psalm": "^5.8.0" + "vimeo/psalm": "^5.26.1" }, "suggest": { "friendsofphp/proxy-manager-lts": "ProxyManager ^2.1.1 to handle lazy initialization of services" @@ -4500,43 +4312,44 @@ "type": "community_bridge" } ], - "time": "2023-10-24T11:19:47+00:00" + "time": "2024-10-28T21:32:16+00:00" }, { "name": "laminas/laminas-session", - "version": "2.21.0", + "version": "2.24.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-session.git", - "reference": "b8cd890f7682a255b335c2ca45df9a7cbc58873d" + "reference": "487b6debacd3e029e27cbed7ce495b1328908dab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-session/zipball/b8cd890f7682a255b335c2ca45df9a7cbc58873d", - "reference": "b8cd890f7682a255b335c2ca45df9a7cbc58873d", + "url": "https://api.github.com/repos/laminas/laminas-session/zipball/487b6debacd3e029e27cbed7ce495b1328908dab", + "reference": "487b6debacd3e029e27cbed7ce495b1328908dab", "shasum": "" }, "require": { "laminas/laminas-eventmanager": "^3.12", "laminas/laminas-servicemanager": "^3.22", "laminas/laminas-stdlib": "^3.18", - "php": "~8.1.0 || ~8.2.0 || ~8.3.0" + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, "conflict": { + "amphp/amp": "<2.6.4", "zendframework/zend-session": "*" }, "require-dev": { "ext-xdebug": "*", "laminas/laminas-cache": "^3.12.2", "laminas/laminas-cache-storage-adapter-memory": "^2.3", - "laminas/laminas-coding-standard": "~2.5.0", + "laminas/laminas-coding-standard": "~3.0.1", "laminas/laminas-db": "^2.20.0", - "laminas/laminas-http": "^2.19", - "laminas/laminas-validator": "^2.57.0", - "mongodb/mongodb": "~1.17.1", - "phpunit/phpunit": "^9.6.19", + "laminas/laminas-http": "^2.20", + "laminas/laminas-validator": "^2.64.1", + "mongodb/mongodb": "~1.20.0", + "phpunit/phpunit": "^10.5.38", "psalm/plugin-phpunit": "^0.19.0", - "vimeo/psalm": "^5.24.0" + "vimeo/psalm": "^5.26.1" }, "suggest": { "laminas/laminas-cache": "Laminas\\Cache component", @@ -4582,20 +4395,20 @@ "type": "community_bridge" } ], - "time": "2024-06-19T14:36:45+00:00" + "time": "2025-02-05T10:39:08+00:00" }, { "name": "laminas/laminas-soap", - "version": "2.13.0", + "version": "2.14.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-soap.git", - "reference": "68fdb11ec50eb8cf73ca266643c681d36c884b7f" + "reference": "f8a7844803cc931c4233f6b1cfbcf7b8272f59e5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-soap/zipball/68fdb11ec50eb8cf73ca266643c681d36c884b7f", - "reference": "68fdb11ec50eb8cf73ca266643c681d36c884b7f", + "url": "https://api.github.com/repos/laminas/laminas-soap/zipball/f8a7844803cc931c4233f6b1cfbcf7b8272f59e5", + "reference": "f8a7844803cc931c4233f6b1cfbcf7b8272f59e5", "shasum": "" }, "require": { @@ -4604,18 +4417,19 @@ "laminas/laminas-server": "^2.15", "laminas/laminas-stdlib": "^3.16", "laminas/laminas-uri": "^2.10", - "php": "~8.1.0 || ~8.2.0 || ~8.3.0" + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, "conflict": { + "amphp/amp": "<2.6.4", "laminas/laminas-code": "<4.4", "zendframework/zend-soap": "*" }, "require-dev": { "laminas/laminas-coding-standard": "^2.5", - "laminas/laminas-config": "^3.8", + "laminas/laminas-config": "^3.9", "laminas/laminas-http": "^2.18", - "phpspec/prophecy-phpunit": "^2.0.1", - "phpunit/phpunit": "^9.5.27", + "phpspec/prophecy-phpunit": "^2.0.2", + "phpunit/phpunit": "^9.6.21", "psalm/plugin-phpunit": "^0.18.4", "vimeo/psalm": "^4.30" }, @@ -4652,34 +4466,34 @@ "type": "community_bridge" } ], - "time": "2023-10-18T09:49:25+00:00" + "time": "2024-11-29T09:45:43+00:00" }, { "name": "laminas/laminas-stdlib", - "version": "3.19.0", + "version": "3.20.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-stdlib.git", - "reference": "6a192dd0882b514e45506f533b833b623b78fff3" + "reference": "8974a1213be42c3e2f70b2c27b17f910291ab2f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/6a192dd0882b514e45506f533b833b623b78fff3", - "reference": "6a192dd0882b514e45506f533b833b623b78fff3", + "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/8974a1213be42c3e2f70b2c27b17f910291ab2f4", + "reference": "8974a1213be42c3e2f70b2c27b17f910291ab2f4", "shasum": "" }, "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0" + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, "conflict": { "zendframework/zend-stdlib": "*" }, "require-dev": { - "laminas/laminas-coding-standard": "^2.5", - "phpbench/phpbench": "^1.2.15", - "phpunit/phpunit": "^10.5.8", - "psalm/plugin-phpunit": "^0.18.4", - "vimeo/psalm": "^5.20.0" + "laminas/laminas-coding-standard": "^3.0", + "phpbench/phpbench": "^1.3.1", + "phpunit/phpunit": "^10.5.38", + "psalm/plugin-phpunit": "^0.19.0", + "vimeo/psalm": "^5.26.1" }, "type": "library", "autoload": { @@ -4711,35 +4525,35 @@ "type": "community_bridge" } ], - "time": "2024-01-19T12:39:49+00:00" + "time": "2024-10-29T13:46:07+00:00" }, { "name": "laminas/laminas-text", - "version": "2.11.0", + "version": "2.12.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-text.git", - "reference": "d799f3ccb3547e9e6ab313447138bae7009c7cc7" + "reference": "3f36bbf7517b66448fcbd82c6c03d0110431ba1f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-text/zipball/d799f3ccb3547e9e6ab313447138bae7009c7cc7", - "reference": "d799f3ccb3547e9e6ab313447138bae7009c7cc7", + "url": "https://api.github.com/repos/laminas/laminas-text/zipball/3f36bbf7517b66448fcbd82c6c03d0110431ba1f", + "reference": "3f36bbf7517b66448fcbd82c6c03d0110431ba1f", "shasum": "" }, "require": { "laminas/laminas-servicemanager": "^3.22.0", "laminas/laminas-stdlib": "^3.7.1", - "php": "~8.1.0 || ~8.2.0 || ~8.3.0" + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, "conflict": { "zendframework/zend-text": "*" }, "require-dev": { - "laminas/laminas-coding-standard": "~2.5.0", - "phpunit/phpunit": "^9.5", + "laminas/laminas-coding-standard": "^3.0.1", + "phpunit/phpunit": "^10.5.38", "psalm/plugin-phpunit": "^0.18.4", - "vimeo/psalm": "^5.1" + "vimeo/psalm": "^5.26.1" }, "type": "library", "autoload": { @@ -4771,27 +4585,28 @@ "type": "community_bridge" } ], - "time": "2023-11-07T16:45:45+00:00" + "abandoned": true, + "time": "2024-12-05T16:44:33+00:00" }, { "name": "laminas/laminas-translator", - "version": "1.0.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-translator.git", - "reference": "86d176c01a96b0ef205192b776cb69e8d4ca06b1" + "reference": "12897e710e21413c1f93fc38fe9dead6b51c5218" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-translator/zipball/86d176c01a96b0ef205192b776cb69e8d4ca06b1", - "reference": "86d176c01a96b0ef205192b776cb69e8d4ca06b1", + "url": "https://api.github.com/repos/laminas/laminas-translator/zipball/12897e710e21413c1f93fc38fe9dead6b51c5218", + "reference": "12897e710e21413c1f93fc38fe9dead6b51c5218", "shasum": "" }, "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0" + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, "require-dev": { - "laminas/laminas-coding-standard": "~2.5.0", + "laminas/laminas-coding-standard": "~3.0.0", "vimeo/psalm": "^5.24.0" }, "type": "library", @@ -4824,25 +4639,25 @@ "type": "community_bridge" } ], - "time": "2024-06-18T15:09:24+00:00" + "time": "2024-10-21T15:33:01+00:00" }, { "name": "laminas/laminas-uri", - "version": "2.12.0", + "version": "2.13.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-uri.git", - "reference": "95a41a7592bacf4c648648a88b7c94b0c5c22b9e" + "reference": "de53600ae8153b3605bb6edce8aeeef524eaafba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-uri/zipball/95a41a7592bacf4c648648a88b7c94b0c5c22b9e", - "reference": "95a41a7592bacf4c648648a88b7c94b0c5c22b9e", + "url": "https://api.github.com/repos/laminas/laminas-uri/zipball/de53600ae8153b3605bb6edce8aeeef524eaafba", + "reference": "de53600ae8153b3605bb6edce8aeeef524eaafba", "shasum": "" }, "require": { "laminas/laminas-escaper": "^2.9", - "laminas/laminas-validator": "^2.39", + "laminas/laminas-validator": "^2.39 || ^3.0", "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, "conflict": { @@ -4882,20 +4697,20 @@ "type": "community_bridge" } ], - "time": "2024-08-03T21:22:51+00:00" + "time": "2024-12-03T12:27:51+00:00" }, { "name": "laminas/laminas-validator", - "version": "2.64.1", + "version": "2.64.2", "source": { "type": "git", "url": "https://github.com/laminas/laminas-validator.git", - "reference": "9db115056b666b7540c951b6d4477b8e0b52b9ad" + "reference": "771e504760448ac7af660710237ceb93be602e08" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-validator/zipball/9db115056b666b7540c951b6d4477b8e0b52b9ad", - "reference": "9db115056b666b7540c951b6d4477b8e0b52b9ad", + "url": "https://api.github.com/repos/laminas/laminas-validator/zipball/771e504760448ac7af660710237ceb93be602e08", + "reference": "771e504760448ac7af660710237ceb93be602e08", "shasum": "" }, "require": { @@ -4966,20 +4781,20 @@ "type": "community_bridge" } ], - "time": "2024-08-01T09:32:54+00:00" + "time": "2024-11-26T21:29:17+00:00" }, { "name": "laminas/laminas-view", - "version": "2.35.0", + "version": "2.39.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-view.git", - "reference": "f597148345dd406fb9d04d391a19c0c33bf71605" + "reference": "673f56af99b1780dc6babc3028d75724177969ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-view/zipball/f597148345dd406fb9d04d391a19c0c33bf71605", - "reference": "f597148345dd406fb9d04d391a19c0c33bf71605", + "url": "https://api.github.com/repos/laminas/laminas-view/zipball/673f56af99b1780dc6babc3028d75724177969ed", + "reference": "673f56af99b1780dc6babc3028d75724177969ed", "shasum": "" }, "require": { @@ -4991,34 +4806,36 @@ "laminas/laminas-json": "^3.3", "laminas/laminas-servicemanager": "^3.21.0", "laminas/laminas-stdlib": "^3.10.1", - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "psr/container": "^1 || ^2" }, "conflict": { + "amphp/dns": "<2.1.2", + "amphp/socket": "<2.3.1", "container-interop/container-interop": "<1.2", "laminas/laminas-router": "<3.0.1", "laminas/laminas-session": "<2.12", "zendframework/zend-view": "*" }, "require-dev": { - "laminas/laminas-authentication": "^2.16", - "laminas/laminas-coding-standard": "~2.5.0", - "laminas/laminas-feed": "^2.22", - "laminas/laminas-filter": "^2.34", - "laminas/laminas-http": "^2.19", - "laminas/laminas-i18n": "^2.26.0", - "laminas/laminas-modulemanager": "^2.15", - "laminas/laminas-mvc": "^3.7.0", - "laminas/laminas-mvc-i18n": "^1.8", - "laminas/laminas-mvc-plugin-flashmessenger": "^1.10.1", - "laminas/laminas-navigation": "^2.19.1", - "laminas/laminas-paginator": "^2.18.1", - "laminas/laminas-permissions-acl": "^2.16", - "laminas/laminas-router": "^3.13.0", - "laminas/laminas-uri": "^2.11", - "phpunit/phpunit": "^10.5.13", - "psalm/plugin-phpunit": "^0.19.0", - "vimeo/psalm": "^5.23.1" + "laminas/laminas-authentication": "^2.18", + "laminas/laminas-coding-standard": "~3.0.1", + "laminas/laminas-feed": "^2.23", + "laminas/laminas-filter": "^2.40", + "laminas/laminas-http": "^2.21", + "laminas/laminas-i18n": "^2.30.0", + "laminas/laminas-modulemanager": "^2.17", + "laminas/laminas-mvc": "^3.8.0", + "laminas/laminas-mvc-i18n": "^1.9", + "laminas/laminas-mvc-plugin-flashmessenger": "^1.11.0", + "laminas/laminas-navigation": "^2.20.0", + "laminas/laminas-paginator": "^2.19.0", + "laminas/laminas-permissions-acl": "^2.17", + "laminas/laminas-router": "^3.14.0", + "laminas/laminas-uri": "^2.13", + "phpunit/phpunit": "^10.5.45", + "psalm/plugin-phpunit": "^0.19.5", + "vimeo/psalm": "^6.10.1" }, "suggest": { "laminas/laminas-authentication": "Laminas\\Authentication component", @@ -5066,43 +4883,54 @@ "type": "community_bridge" } ], - "time": "2024-06-04T06:44:31+00:00" + "time": "2025-04-30T08:01:59+00:00" }, { "name": "league/flysystem", - "version": "2.5.0", + "version": "3.29.1", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", - "reference": "8aaffb653c5777781b0f7f69a5d937baf7ab6cdb" + "reference": "edc1bb7c86fab0776c3287dbd19b5fa278347319" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/8aaffb653c5777781b0f7f69a5d937baf7ab6cdb", - "reference": "8aaffb653c5777781b0f7f69a5d937baf7ab6cdb", + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/edc1bb7c86fab0776c3287dbd19b5fa278347319", + "reference": "edc1bb7c86fab0776c3287dbd19b5fa278347319", "shasum": "" }, "require": { - "ext-json": "*", + "league/flysystem-local": "^3.0.0", "league/mime-type-detection": "^1.0.0", - "php": "^7.2 || ^8.0" + "php": "^8.0.2" }, "conflict": { - "guzzlehttp/ringphp": "<1.1.1" + "async-aws/core": "<1.19.0", + "async-aws/s3": "<1.14.0", + "aws/aws-sdk-php": "3.209.31 || 3.210.0", + "guzzlehttp/guzzle": "<7.0", + "guzzlehttp/ringphp": "<1.1.1", + "phpseclib/phpseclib": "3.0.15", + "symfony/http-client": "<5.2" }, "require-dev": { - "async-aws/s3": "^1.5", - "async-aws/simple-s3": "^1.0", - "aws/aws-sdk-php": "^3.132.4", + "async-aws/s3": "^1.5 || ^2.0", + "async-aws/simple-s3": "^1.1 || ^2.0", + "aws/aws-sdk-php": "^3.295.10", "composer/semver": "^3.0", "ext-fileinfo": "*", "ext-ftp": "*", - "friendsofphp/php-cs-fixer": "^3.2", + "ext-mongodb": "^1.3", + "ext-zip": "*", + "friendsofphp/php-cs-fixer": "^3.5", "google/cloud-storage": "^1.23", - "phpseclib/phpseclib": "^2.0", - "phpstan/phpstan": "^0.12.26", - "phpunit/phpunit": "^8.5 || ^9.4", - "sabre/dav": "^4.1" + "guzzlehttp/psr7": "^2.6", + "microsoft/azure-storage-blob": "^1.1", + "mongodb/mongodb": "^1.2", + "phpseclib/phpseclib": "^3.0.36", + "phpstan/phpstan": "^1.10", + "phpunit/phpunit": "^9.5.11|^10.0", + "sabre/dav": "^4.6.0" }, "type": "library", "autoload": { @@ -5136,45 +4964,32 @@ ], "support": { "issues": "https://github.com/thephpleague/flysystem/issues", - "source": "https://github.com/thephpleague/flysystem/tree/2.5.0" + "source": "https://github.com/thephpleague/flysystem/tree/3.29.1" }, - "funding": [ - { - "url": "https://ecologi.com/frankdejonge", - "type": "custom" - }, - { - "url": "https://github.com/frankdejonge", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/league/flysystem", - "type": "tidelift" - } - ], - "time": "2022-09-17T21:02:32+00:00" + "time": "2024-10-08T08:58:34+00:00" }, { "name": "league/flysystem-aws-s3-v3", - "version": "2.5.0", + "version": "3.29.0", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git", - "reference": "2ae435f7177fd5d3afc0090bc7f849093d8361e8" + "reference": "c6ff6d4606e48249b63f269eba7fabdb584e76a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/2ae435f7177fd5d3afc0090bc7f849093d8361e8", - "reference": "2ae435f7177fd5d3afc0090bc7f849093d8361e8", + "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/c6ff6d4606e48249b63f269eba7fabdb584e76a9", + "reference": "c6ff6d4606e48249b63f269eba7fabdb584e76a9", "shasum": "" }, "require": { - "aws/aws-sdk-php": "^3.132.4", - "league/flysystem": "^2.0.0", + "aws/aws-sdk-php": "^3.295.10", + "league/flysystem": "^3.10.0", "league/mime-type-detection": "^1.0.0", - "php": "^7.2 || ^8.0" + "php": "^8.0.2" }, "conflict": { + "guzzlehttp/guzzle": "<7.0", "guzzlehttp/ringphp": "<1.1.1" }, "type": "library", @@ -5204,24 +5019,58 @@ "storage" ], "support": { - "issues": "https://github.com/thephpleague/flysystem-aws-s3-v3/issues", - "source": "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/2.5.0" + "source": "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/3.29.0" }, - "funding": [ - { - "url": "https://ecologi.com/frankdejonge", - "type": "custom" - }, - { - "url": "https://github.com/frankdejonge", - "type": "github" - }, + "time": "2024-08-17T13:10:48+00:00" + }, + { + "name": "league/flysystem-local", + "version": "3.29.0", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/flysystem-local.git", + "reference": "e0e8d52ce4b2ed154148453d321e97c8e931bd27" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/e0e8d52ce4b2ed154148453d321e97c8e931bd27", + "reference": "e0e8d52ce4b2ed154148453d321e97c8e931bd27", + "shasum": "" + }, + "require": { + "ext-fileinfo": "*", + "league/flysystem": "^3.0.0", + "league/mime-type-detection": "^1.0.0", + "php": "^8.0.2" + }, + "type": "library", + "autoload": { + "psr-4": { + "League\\Flysystem\\Local\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ { - "url": "https://tidelift.com/funding/github/packagist/league/flysystem", - "type": "tidelift" + "name": "Frank de Jonge", + "email": "info@frankdejonge.nl" } ], - "time": "2022-09-09T19:33:51+00:00" + "description": "Local filesystem adapter for Flysystem.", + "keywords": [ + "Flysystem", + "file", + "files", + "filesystem", + "local" + ], + "support": { + "source": "https://github.com/thephpleague/flysystem-local/tree/3.29.0" + }, + "time": "2024-08-09T21:24:39+00:00" }, { "name": "league/mime-type-detection", @@ -5281,36 +5130,36 @@ }, { "name": "magento/adobe-stock-integration", - "version": "2.1.6-p2", + "version": "2.1.7-p1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/adobe-stock-integration/magento-adobe-stock-integration-2.1.6.0-patch2.zip", - "shasum": "a658d94212de0ab1ca23ff8424ebaa0c2b9c6633" + "url": "https://repo.magento.com/archives/magento/adobe-stock-integration/magento-adobe-stock-integration-2.1.7.0-patch1.zip", + "shasum": "47578260cf822db97745549c7da4ec7db95782f0" }, "require": { - "magento/module-adobe-stock-admin-ui": "1.3.4", - "magento/module-adobe-stock-asset": "1.3.3", - "magento/module-adobe-stock-asset-api": "2.0.3", - "magento/module-adobe-stock-client": "1.3.4", - "magento/module-adobe-stock-client-api": "2.1.4", - "magento/module-adobe-stock-image": "1.3.5", - "magento/module-adobe-stock-image-admin-ui": "1.3.5-p1", - "magento/module-adobe-stock-image-api": "1.3.3" + "magento/module-adobe-stock-admin-ui": "1.3.5", + "magento/module-adobe-stock-asset": "1.3.4", + "magento/module-adobe-stock-asset-api": "2.0.4", + "magento/module-adobe-stock-client": "1.3.5", + "magento/module-adobe-stock-client-api": "2.1.5", + "magento/module-adobe-stock-image": "1.3.6", + "magento/module-adobe-stock-image-admin-ui": "1.3.6", + "magento/module-adobe-stock-image-api": "1.3.4" }, "type": "metapackage", "description": "Adobe Stock integration" }, { "name": "magento/commerce-backend-sdk", - "version": "1.4.0", + "version": "2.3.0", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/commerce-backend-sdk/magento-commerce-backend-sdk-1.4.0.0.zip", - "shasum": "1b94206ffb9fa52976cf381c6e3565a900804594" + "url": "https://repo.magento.com/archives/magento/commerce-backend-sdk/magento-commerce-backend-sdk-2.3.0.0.zip", + "shasum": "0c0928dc3605e6e361378506531f7b5759c9505e" }, "require": { - "magento/module-admin-ui-sdk-custom-fees": "1.4.0", - "magento/module-commerce-backend-uix": "1.4.0" + "magento/module-admin-ui-sdk-custom-fees": "2.3.0", + "magento/module-commerce-backend-uix": "2.3.0" }, "type": "metapackage", "license": [ @@ -5321,15 +5170,15 @@ }, { "name": "magento/commerce-eventing", - "version": "1.8.2", + "version": "1.12.1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/commerce-eventing/magento-commerce-eventing-1.8.2.0.zip", - "shasum": "d134c6793a1f5b0364180604a20d28e5b720092b" + "url": "https://repo.magento.com/archives/magento/commerce-eventing/magento-commerce-eventing-1.12.1.0.zip", + "shasum": "52193da118ade649b9311a22d29f7e86abf90129" }, "require": { - "magento/module-adobe-commerce-events-client": "1.8.2", - "magento/module-adobe-commerce-events-generator": "1.8.2" + "magento/module-adobe-commerce-events-client": "1.12.1", + "magento/module-adobe-commerce-events-generator": "1.12.1" }, "type": "metapackage", "license": [ @@ -5340,15 +5189,15 @@ }, { "name": "magento/commerce-webhooks", - "version": "1.5.1", + "version": "1.9.0", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/commerce-webhooks/magento-commerce-webhooks-1.5.1.0.zip", - "shasum": "052f94d1000b13711268e80277b3d3ad75436de2" + "url": "https://repo.magento.com/archives/magento/commerce-webhooks/magento-commerce-webhooks-1.9.0.0.zip", + "shasum": "444acb597f6da115caeae7cf08f57d964b395a02" }, "require": { - "magento/module-adobe-commerce-webhooks": "1.5.1", - "magento/module-adobe-commerce-webhooks-generator": "1.5.1" + "magento/module-adobe-commerce-webhooks": "1.9.0", + "magento/module-adobe-commerce-webhooks-generator": "1.9.0" }, "type": "metapackage", "license": [ @@ -5359,19 +5208,19 @@ }, { "name": "magento/composer", - "version": "1.10.0", + "version": "1.10.1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/composer/magento-composer-1.10.0.0.zip", - "shasum": "bc98a70186d72c2ae58ef346795623b585f36103" + "url": "https://repo.magento.com/archives/magento/composer/magento-composer-1.10.1.0.zip", + "shasum": "ce99aec9c972baed86115fe0d7be765f891e11a8" }, "require": { - "composer/composer": "^2.0", - "php": "~7.4.0||~8.1.0||~8.2.0||~8.3.0", + "composer/composer": "^2.1.13", + "php": "~7.4.0||~8.1.0||~8.2.0||~8.3.0||~8.4.0", "symfony/console": "~4.4.0||~5.4.0||~6.4.0" }, "require-dev": { - "phpunit/phpunit": "^9" + "phpunit/phpunit": "^9.5.10 || ^10" }, "type": "library", "autoload": { @@ -5387,11 +5236,11 @@ }, { "name": "magento/composer-dependency-version-audit-plugin", - "version": "0.1.5", + "version": "0.1.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/composer-dependency-version-audit-plugin/magento-composer-dependency-version-audit-plugin-0.1.5.0.zip", - "shasum": "5bbab92d2727217628a6806ad59d6c7fe1ec0651" + "url": "https://repo.magento.com/archives/magento/composer-dependency-version-audit-plugin/magento-composer-dependency-version-audit-plugin-0.1.6.0.zip", + "shasum": "62f455a259a54aa1869127f7b911345266105bf7" }, "require": { "composer-plugin-api": "^1.0 || ^2.0", @@ -5416,16 +5265,16 @@ }, { "name": "magento/composer-root-update-plugin", - "version": "2.0.4", + "version": "2.0.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/composer-root-update-plugin/magento-composer-root-update-plugin-2.0.4.0.zip", - "shasum": "797117ccf0df9d8fe16b88c83d59ac203eb0a2b9" + "url": "https://repo.magento.com/archives/magento/composer-root-update-plugin/magento-composer-root-update-plugin-2.0.5.0.zip", + "shasum": "2e4c91fe0e9d725438134022a0a4dd3c649026db" }, "require": { "composer-plugin-api": "^1.0 || ^2.0", "composer/composer": "^1.0 || ^2.0", - "php": "~7.3.0||~7.4.0||~8.0.0||~8.1.0||~8.2.0||~8.3.0" + "php": "~7.3.0||~7.4.0||~8.0.0||~8.1.0||~8.2.0||~8.3.0||~8.4.0" }, "type": "composer-plugin", "extra": { @@ -5444,37 +5293,37 @@ }, { "name": "magento/ece-tools", - "version": "2002.2.0", + "version": "2002.2.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/ece-tools/magento-ece-tools-2002.2.0.0.zip", - "shasum": "744d5a260d4b803af2d677f22b013c15e9aa96a1" + "url": "https://repo.magento.com/archives/magento/ece-tools/magento-ece-tools-2002.2.6.0.zip", + "shasum": "6d3abd4f0ead27189ceb84d3a121e70777e77361" }, "require": { "colinmollenhour/credis": "^1.6.0 || ^1.13", - "composer/composer": "^1.9 || ^2.0 || !=2.2.16", + "composer/composer": "^1.9 || ^2.8 || !=2.2.16", "composer/semver": "@stable", "ext-json": "*", "ext-pdo": "*", "ext-sockets": "*", "graylog2/gelf-php": "^2.0.1", "guzzlehttp/guzzle": "^7.3 || ^7.5", - "illuminate/config": "^5.5||^8.77", + "illuminate/config": "^10.0 || ^11.0 || ^12.16", "magento/magento-cloud-components": "^1.0.8", - "magento/magento-cloud-docker": "^1.0.0", + "magento/magento-cloud-docker": "^1.4.0", "magento/magento-cloud-patches": "^1.0.20", "magento/quality-patches": "^1.1.0", "monolog/monolog": "^2.3 || ^2.7 || ^3.6", - "nesbot/carbon": "^1.0 || ^2.0", + "nesbot/carbon": "^1.0 || ^2.0 || ^3.8", "php": "^8.0", - "psr/container": "^1.0", + "psr/container": "^1.0 || ^2.0", "psr/log": "^1.0 || ^2.0 || ^3.0", - "symfony/config": "^4.4 || ^5.1 || ^5.4 || ^6.4", - "symfony/console": "^4.4 || ^5.1 || ^5.4 || ^6.4", - "symfony/dependency-injection": "^4.4 || ^5.1 || ^5.4 || ^6.4", - "symfony/process": "^4.4 || ^5.1 || ^5.4 || ^6.4", - "symfony/serializer": "^4.4 || ^5.4 || ^6.4", - "symfony/yaml": "^4.4 || ^5.1 || ^5.4 || ^6.4" + "symfony/config": "^4.4 || ^5.1 || ^5.4 || ^6.4 || ^7.2", + "symfony/console": "^4.4 || ^5.1 || ^5.4 || ^6.4 || ^7.2", + "symfony/dependency-injection": "^4.4 || ^5.1 || ^5.4 || ^6.4 || ^7.2", + "symfony/process": "^4.4 || ^5.1 || ^5.4 || ^6.4 || ^7.2", + "symfony/serializer": "^4.4 || ^5.4 || ^6.4 || ^7.2", + "symfony/yaml": "^4.4 || ^5.1 || ^5.4 || ^6.4 || ^7.2" }, "conflict": { "nesbot/carbon": ">=1.38 <2.0", @@ -5490,13 +5339,13 @@ "codeception/module-db": "^3.0", "codeception/module-phpbrowser": "^3.0", "codeception/module-rest": "^3.0", - "consolidation/robo": "^3.0", + "consolidation/robo": "^3.0 || ^4.0 || ^5.0", "funkjedi/composer-include-files": "^1.0", "php-mock/php-mock-phpunit": "^2.0", "phpmd/phpmd": "@stable", - "phpstan/phpstan": "~1.2.0", - "phpunit/php-code-coverage": "^9.2", - "phpunit/phpunit": "^9.5", + "phpstan/phpstan": "1.2.0 || ^2.0", + "phpunit/php-code-coverage": "^10.0", + "phpunit/phpunit": "^10.0", "squizlabs/php_codesniffer": "^3.0" }, "bin": [ @@ -5515,18 +5364,19 @@ }, { "name": "magento/framework", - "version": "103.0.7-p1", + "version": "103.0.8-p1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/framework/magento-framework-103.0.7.0-patch1.zip", - "shasum": "4afbd016726e0450681e3b633a9d2cf2e0ff4314" + "url": "https://repo.magento.com/archives/magento/framework/magento-framework-103.0.8.0-patch1.zip", + "shasum": "d9912f013a1d826b1441067e90dcc1348723e35a" }, "require": { - "colinmollenhour/php-redis-session-abstract": "~1.5.3", + "colinmollenhour/php-redis-session-abstract": "^2.0", "composer/composer": "^2.0, !=2.2.16", "ext-bcmath": "*", "ext-curl": "*", "ext-dom": "*", + "ext-ftp": "*", "ext-gd": "*", "ext-hash": "*", "ext-iconv": "*", @@ -5539,13 +5389,9 @@ "guzzlehttp/guzzle": "^7.5", "laminas/laminas-code": "^4.13", "laminas/laminas-escaper": "^2.13", - "laminas/laminas-file": "^2.13", "laminas/laminas-filter": "^2.33", "laminas/laminas-http": "^2.15", "laminas/laminas-i18n": "^2.17", - "laminas/laminas-mail": "^2.16", - "laminas/laminas-mime": "^2.9", - "laminas/laminas-oauth": "^2.6", "laminas/laminas-permissions-acl": "^2.10", "laminas/laminas-stdlib": "^3.11", "laminas/laminas-uri": "^2.9", @@ -5555,16 +5401,18 @@ "magento/zend-cache": "^1.16", "magento/zend-db": "^1.16", "magento/zend-pdf": "^1.16", - "monolog/monolog": "^2.7", - "php": "~8.1.0||~8.2.0||~8.3.0", + "monolog/monolog": "^3.6", + "php": "~8.2.0||~8.3.0||~8.4.0", "psr/log": "^2 || ^3", "ramsey/uuid": "^4.2", "symfony/console": "^6.4", "symfony/intl": "^6.4", + "symfony/mailer": "^6.4", + "symfony/mime": "^6.4", "symfony/process": "^6.4", "tedivm/jshrink": "^1.4", "webonyx/graphql-php": "^15.0", - "wikimedia/less.php": "^3.2" + "wikimedia/less.php": "^5.0" }, "suggest": { "ext-imagick": "Use Image Magick >=3.0.0 as an optional alternative image processing library" @@ -5586,16 +5434,16 @@ }, { "name": "magento/framework-amqp", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/framework-amqp/magento-framework-amqp-100.4.5.0.zip", - "shasum": "919002d81d51a2b8060c9bc78ee13392e0369c00" + "url": "https://repo.magento.com/archives/magento/framework-amqp/magento-framework-amqp-100.4.6.0.zip", + "shasum": "df525d315eb5438e07655005357ecac8b43a50cf" }, "require": { "magento/framework": "103.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0", - "php-amqplib/php-amqplib": "~3.2.0" + "php": "~8.2.0||~8.3.0||~8.4.0", + "php-amqplib/php-amqplib": "^3.2" }, "type": "magento2-library", "autoload": { @@ -5614,15 +5462,15 @@ }, { "name": "magento/framework-bulk", - "version": "101.0.3", + "version": "101.0.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/framework-bulk/magento-framework-bulk-101.0.3.0.zip", - "shasum": "f50334fb3ef6e72ba5a85be1db44bb0a269e6bc6" + "url": "https://repo.magento.com/archives/magento/framework-bulk/magento-framework-bulk-101.0.4.0.zip", + "shasum": "06159bff7da384d24328a7497b784024645e8cc8" }, "require": { "magento/framework": "103.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-library", "autoload": { @@ -5641,15 +5489,15 @@ }, { "name": "magento/framework-foreign-key", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/framework-foreign-key/magento-framework-foreign-key-100.4.6.0.zip", - "shasum": "1c400c1eefd72676d5d62f046bb31a8fab205754" + "url": "https://repo.magento.com/archives/magento/framework-foreign-key/magento-framework-foreign-key-100.4.7.0.zip", + "shasum": "c72115d9974397278c0c83683d9bd501be709330" }, "require": { "magento/framework": "103.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-library", "autoload": { @@ -5668,15 +5516,15 @@ }, { "name": "magento/framework-message-queue", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/framework-message-queue/magento-framework-message-queue-100.4.7.0.zip", - "shasum": "df147ae93c69d2a1daddb653dcfd4c984478fb4f" + "url": "https://repo.magento.com/archives/magento/framework-message-queue/magento-framework-message-queue-100.4.8.0.zip", + "shasum": "9831cb25c2fc7b11c8e69eb8ac4f446799f5b961" }, "require": { "magento/framework": "103.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-library", "autoload": { @@ -5723,87 +5571,88 @@ }, { "name": "magento/inventory-metapackage", - "version": "1.2.7-p2", + "version": "1.2.8-p1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/inventory-metapackage/magento-inventory-metapackage-1.2.7.0-patch2.zip", - "shasum": "6fee94cfb46666d2a086dd2b48fd1ad34738f50f" + "url": "https://repo.magento.com/archives/magento/inventory-metapackage/magento-inventory-metapackage-1.2.8.0-patch1.zip", + "shasum": "c2e82e31ca62f339e70a7ba560ee085a9e155cc8" }, "require": { "magento/inventory-composer-installer": "^1.2.0", - "magento/module-inventory": "1.2.5", - "magento/module-inventory-admin-ui": "1.2.5-p2", - "magento/module-inventory-advanced-checkout": "1.2.4", - "magento/module-inventory-api": "1.2.5", - "magento/module-inventory-bundle-import-export": "1.1.3", - "magento/module-inventory-bundle-product": "1.2.4", - "magento/module-inventory-bundle-product-admin-ui": "1.2.4", - "magento/module-inventory-bundle-product-indexer": "1.1.4", - "magento/module-inventory-cache": "1.2.5", - "magento/module-inventory-catalog": "1.3.2", - "magento/module-inventory-catalog-admin-ui": "1.2.5", - "magento/module-inventory-catalog-api": "1.3.5", - "magento/module-inventory-catalog-frontend-ui": "1.0.4", - "magento/module-inventory-catalog-search": "1.2.5", - "magento/module-inventory-catalog-search-bundle-product": "1.0.3", - "magento/module-inventory-catalog-search-configurable-product": "1.0.3", - "magento/module-inventory-configurable-product": "1.2.5", - "magento/module-inventory-configurable-product-admin-ui": "1.2.5", - "magento/module-inventory-configurable-product-frontend-ui": "1.0.5", - "magento/module-inventory-configurable-product-indexer": "1.2.5", - "magento/module-inventory-configuration": "1.2.4", - "magento/module-inventory-configuration-api": "1.2.3", - "magento/module-inventory-distance-based-source-selection": "1.2.4", - "magento/module-inventory-distance-based-source-selection-admin-ui": "1.2.3", - "magento/module-inventory-distance-based-source-selection-api": "1.2.3", - "magento/module-inventory-elasticsearch": "1.2.4", - "magento/module-inventory-export-stock": "1.2.4", - "magento/module-inventory-export-stock-api": "1.2.3", - "magento/module-inventory-graph-ql": "1.2.4", - "magento/module-inventory-grouped-product": "1.3.2", - "magento/module-inventory-grouped-product-admin-ui": "1.2.4", - "magento/module-inventory-grouped-product-indexer": "1.2.5", - "magento/module-inventory-import-export": "1.2.5", - "magento/module-inventory-in-store-pickup": "1.1.3", - "magento/module-inventory-in-store-pickup-admin-ui": "1.1.4", - "magento/module-inventory-in-store-pickup-api": "1.1.3", - "magento/module-inventory-in-store-pickup-frontend": "1.1.5", - "magento/module-inventory-in-store-pickup-graph-ql": "1.1.4", - "magento/module-inventory-in-store-pickup-multishipping": "1.1.3", - "magento/module-inventory-in-store-pickup-quote": "1.1.3", - "magento/module-inventory-in-store-pickup-quote-graph-ql": "1.1.3", - "magento/module-inventory-in-store-pickup-sales": "1.1.3", - "magento/module-inventory-in-store-pickup-sales-admin-ui": "1.1.5", - "magento/module-inventory-in-store-pickup-sales-api": "1.1.3-p1", - "magento/module-inventory-in-store-pickup-shipping": "1.1.4", - "magento/module-inventory-in-store-pickup-shipping-admin-ui": "1.1.3", - "magento/module-inventory-in-store-pickup-shipping-api": "1.1.3", - "magento/module-inventory-in-store-pickup-webapi-extension": "1.1.3", - "magento/module-inventory-indexer": "2.2.2", - "magento/module-inventory-low-quantity-notification": "1.2.4", - "magento/module-inventory-low-quantity-notification-admin-ui": "1.2.4", - "magento/module-inventory-low-quantity-notification-api": "1.2.4", - "magento/module-inventory-multi-dimensional-indexer-api": "1.2.3", - "magento/module-inventory-product-alert": "1.2.4", - "magento/module-inventory-quote-graph-ql": "1.0.4", - "magento/module-inventory-requisition-list": "1.2.5", - "magento/module-inventory-reservation-cli": "1.2.4", - "magento/module-inventory-reservations": "1.2.3", - "magento/module-inventory-reservations-api": "1.2.3", - "magento/module-inventory-sales": "1.3.2", - "magento/module-inventory-sales-admin-ui": "1.2.5", - "magento/module-inventory-sales-api": "1.2.4", - "magento/module-inventory-sales-async-order": "100.2.1", - "magento/module-inventory-sales-frontend-ui": "1.2.4", - "magento/module-inventory-setup-fixture-generator": "1.2.3", - "magento/module-inventory-shipping": "1.2.4", - "magento/module-inventory-shipping-admin-ui": "1.2.5", - "magento/module-inventory-source-deduction-api": "1.2.4", - "magento/module-inventory-source-selection": "1.2.3", - "magento/module-inventory-source-selection-api": "1.4.4", - "magento/module-inventory-swatches-frontend-ui": "1.0.3", - "magento/module-inventory-visual-merchandiser": "1.1.5", - "magento/module-inventory-wishlist": "1.0.4" + "magento/module-inventory": "1.2.6", + "magento/module-inventory-admin-ui": "1.2.6-p1", + "magento/module-inventory-advanced-checkout": "1.2.5", + "magento/module-inventory-api": "1.2.6", + "magento/module-inventory-bundle-import-export": "1.1.4", + "magento/module-inventory-bundle-product": "1.2.5", + "magento/module-inventory-bundle-product-admin-ui": "1.2.5", + "magento/module-inventory-bundle-product-indexer": "1.1.5", + "magento/module-inventory-cache": "1.2.6", + "magento/module-inventory-catalog": "1.3.3", + "magento/module-inventory-catalog-admin-ui": "1.2.6", + "magento/module-inventory-catalog-api": "1.3.6", + "magento/module-inventory-catalog-frontend-ui": "1.0.5", + "magento/module-inventory-catalog-rule": "100.2.0", + "magento/module-inventory-catalog-search": "1.2.6", + "magento/module-inventory-catalog-search-bundle-product": "1.0.4", + "magento/module-inventory-catalog-search-configurable-product": "1.0.4", + "magento/module-inventory-configurable-product": "1.2.6", + "magento/module-inventory-configurable-product-admin-ui": "1.2.6", + "magento/module-inventory-configurable-product-frontend-ui": "1.0.6", + "magento/module-inventory-configurable-product-indexer": "1.2.6", + "magento/module-inventory-configuration": "1.2.5", + "magento/module-inventory-configuration-api": "1.2.4", + "magento/module-inventory-distance-based-source-selection": "1.2.5", + "magento/module-inventory-distance-based-source-selection-admin-ui": "1.2.4", + "magento/module-inventory-distance-based-source-selection-api": "1.2.4", + "magento/module-inventory-elasticsearch": "1.2.5", + "magento/module-inventory-export-stock": "1.2.5", + "magento/module-inventory-export-stock-api": "1.2.4-p1", + "magento/module-inventory-graph-ql": "1.2.5", + "magento/module-inventory-grouped-product": "1.3.3", + "magento/module-inventory-grouped-product-admin-ui": "1.2.5", + "magento/module-inventory-grouped-product-indexer": "1.2.6", + "magento/module-inventory-import-export": "1.2.6", + "magento/module-inventory-in-store-pickup": "1.1.4", + "magento/module-inventory-in-store-pickup-admin-ui": "1.1.5-p1", + "magento/module-inventory-in-store-pickup-api": "1.1.4", + "magento/module-inventory-in-store-pickup-frontend": "1.1.6-p1", + "magento/module-inventory-in-store-pickup-graph-ql": "1.1.5", + "magento/module-inventory-in-store-pickup-multishipping": "1.1.4", + "magento/module-inventory-in-store-pickup-quote": "1.1.4", + "magento/module-inventory-in-store-pickup-quote-graph-ql": "1.1.4", + "magento/module-inventory-in-store-pickup-sales": "1.1.4", + "magento/module-inventory-in-store-pickup-sales-admin-ui": "1.1.6", + "magento/module-inventory-in-store-pickup-sales-api": "1.1.4", + "magento/module-inventory-in-store-pickup-shipping": "1.1.5", + "magento/module-inventory-in-store-pickup-shipping-admin-ui": "1.1.4", + "magento/module-inventory-in-store-pickup-shipping-api": "1.1.4", + "magento/module-inventory-in-store-pickup-webapi-extension": "1.1.4", + "magento/module-inventory-indexer": "2.2.3", + "magento/module-inventory-low-quantity-notification": "1.2.5", + "magento/module-inventory-low-quantity-notification-admin-ui": "1.2.5", + "magento/module-inventory-low-quantity-notification-api": "1.2.5", + "magento/module-inventory-multi-dimensional-indexer-api": "1.2.4", + "magento/module-inventory-product-alert": "1.2.5", + "magento/module-inventory-quote-graph-ql": "1.0.5", + "magento/module-inventory-requisition-list": "1.2.6", + "magento/module-inventory-reservation-cli": "1.2.5", + "magento/module-inventory-reservations": "1.2.4", + "magento/module-inventory-reservations-api": "1.2.4", + "magento/module-inventory-sales": "1.3.3", + "magento/module-inventory-sales-admin-ui": "1.2.6", + "magento/module-inventory-sales-api": "1.2.5", + "magento/module-inventory-sales-async-order": "100.2.2", + "magento/module-inventory-sales-frontend-ui": "1.2.5", + "magento/module-inventory-setup-fixture-generator": "1.2.4", + "magento/module-inventory-shipping": "1.2.5", + "magento/module-inventory-shipping-admin-ui": "1.2.6", + "magento/module-inventory-source-deduction-api": "1.2.5", + "magento/module-inventory-source-selection": "1.2.4", + "magento/module-inventory-source-selection-api": "1.4.5", + "magento/module-inventory-swatches-frontend-ui": "1.0.4", + "magento/module-inventory-visual-merchandiser": "1.1.6", + "magento/module-inventory-wishlist": "1.0.5" }, "type": "metapackage", "description": "Metapackage with Magento Inventory modules for simple installation" @@ -5971,15 +5820,15 @@ }, { "name": "magento/magento-cloud-components", - "version": "1.1.0", + "version": "1.1.2", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/magento-cloud-components/magento-magento-cloud-components-1.1.0.0.zip", - "shasum": "ce4902a227943ce8ab70d626f401d4de8774055f" + "url": "https://repo.magento.com/archives/magento/magento-cloud-components/magento-magento-cloud-components-1.1.2.0.zip", + "shasum": "2f74d62bc3d0ff91c3e20778d031c2ed77882d10" }, "require": { "colinmollenhour/cache-backend-redis": "^1.14.2", - "colinmollenhour/credis": "^1.6", + "colinmollenhour/credis": "^1.6.0 || ^1.13", "ext-json": "*", "php": "^8.0" }, @@ -5989,11 +5838,11 @@ "codeception/module-db": "^3.0", "codeception/module-phpbrowser": "^3.0", "codeception/module-rest": "^3.0", - "consolidation/robo": "^3.0", + "consolidation/robo": "^3.0 || ^4.0 || ^5.0", "phpmd/phpmd": "@stable", - "phpstan/phpstan": "~1.2.0", - "phpunit/phpunit": "^9.5", - "squizlabs/php_codesniffer": "^3.0" + "phpstan/phpstan": "~1.2.0 || ^2.0", + "phpunit/phpunit": "^10.0", + "squizlabs/php_codesniffer": "^3.7" }, "suggest": { "magento/framework": "*", @@ -6014,22 +5863,22 @@ }, { "name": "magento/magento-cloud-docker", - "version": "1.4.0", + "version": "1.4.3", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/magento-cloud-docker/magento-magento-cloud-docker-1.4.0.0.zip", - "shasum": "11ae08ef985e73884402b029514663823c666ffa" + "url": "https://repo.magento.com/archives/magento/magento-cloud-docker/magento-magento-cloud-docker-1.4.3.0.zip", + "shasum": "7e5c0bd2e4aec9632c036fab625d43939a1e1e50" }, "require": { - "composer/composer": "^1.9 || ^2.0", + "composer/composer": "^1.9 || ^2.8 || !=2.2.16", "composer/semver": "@stable", "ext-json": "*", - "illuminate/config": "^5.5||^8.77", + "illuminate/config": "^8.77 || ^10.0 || ^11.0 || ^12.16", "php": "^8.0", - "symfony/config": "^4.4 || ^5.1|| ^5.4 || ^6.4", - "symfony/console": "^4.4 || ^5.1 || ^5.4 || ^6.4", - "symfony/dependency-injection": "^4.4 || ^5.1|| ^5.4 || ^6.4", - "symfony/yaml": "^4.4 || ^5.1 || ^5.4|| ^6.4" + "symfony/config": "^4.4 || ^5.1|| ^5.4 || ^6.4 || ^7.2", + "symfony/console": "^4.4 || ^5.1 || ^5.4 || ^6.4 || ^7.2", + "symfony/dependency-injection": "^4.4 || ^5.1|| ^5.4 || ^6.4 || ^7.2", + "symfony/yaml": "^4.4 || ^5.1 || ^5.4|| ^6.4 || ^7.2" }, "require-dev": { "codeception/codeception": "^4.1 || ^5.1", @@ -6037,11 +5886,11 @@ "codeception/module-db": "^1.0 || ^3.0", "codeception/module-phpbrowser": "^1.0 || ^3.0", "codeception/module-rest": "^1.2 || ^3.0", - "consolidation/robo": "^2.0 || ^3.0", + "consolidation/robo": "^2.0 || ^3.0 || ^4.0 || ^5.0", "phpmd/phpmd": "@stable", - "phpstan/phpstan": "^1.8", - "phpunit/phpunit": "^9.5", - "squizlabs/php_codesniffer": "^3.6" + "phpstan/phpstan": "^1.8 || ^2.0", + "phpunit/phpunit": "^10.0", + "squizlabs/php_codesniffer": "^3.7" }, "bin": [ "bin/ece-docker" @@ -6112,17 +5961,17 @@ }, { "name": "magento/magento-cloud-metapackage", - "version": "2.4.7-p1", + "version": "2.4.8-p1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/magento-cloud-metapackage/magento-magento-cloud-metapackage-2.4.7.0-patch1.zip", - "shasum": "b70317aed43347ec609bddd1ba84b15bc00b107b" + "url": "https://repo.magento.com/archives/magento/magento-cloud-metapackage/magento-magento-cloud-metapackage-2.4.8.0-patch1.zip", + "shasum": "19f4d92000a458c0b003ad33dd8255ec29e0f42e" }, "require": { "fastly/magento2": "^1.2.34", "magento/ece-tools": "^2002.2.0", "magento/module-paypal-on-boarding": "~100.5.0", - "magento/product-enterprise-edition": ">=2.4.7 <2.4.8" + "magento/product-enterprise-edition": ">=2.4.8 <2.4.9" }, "type": "metapackage", "license": [ @@ -6132,25 +5981,25 @@ }, { "name": "magento/magento-cloud-patches", - "version": "1.1.0", + "version": "1.1.9", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/magento-cloud-patches/magento-magento-cloud-patches-1.1.0.0.zip", - "shasum": "3804bf079ce949843d55a6cc87d5e4fc6656b1df" + "url": "https://repo.magento.com/archives/magento/magento-cloud-patches/magento-magento-cloud-patches-1.1.9.0.zip", + "shasum": "2ea430ff4ae78132abaa99459f7187a1e710270f" }, "require": { - "composer/composer": "^1.9 || ^2.0", + "composer/composer": "^1.9 || ^2.8 || !=2.2.16", "composer/semver": "@stable", "ext-json": "*", "magento/quality-patches": "^1.1.0", - "monolog/monolog": "^1.25||^2.3||^2.7|| ^3.6", + "monolog/monolog": "^2.3 || ^2.7 || ^3.6", "php": "^8.0", - "symfony/config": "^3.3||^4.4||^5.0||^6.0", - "symfony/console": "^2.8 || ^4.0 || ^5.1 || ^5.4 || ^6.4", - "symfony/dependency-injection": "^3.3||^4.3||^5.0||^6.0", - "symfony/process": "^2.1 || ^4.1 || ^5.1 || ^5.4 || ^6.4", + "symfony/config": "^4.4 || ^5.1 || ^5.4 || ^6.4 || ^7.2", + "symfony/console": "^4.4 || ^5.1 || ^5.4 || ^6.4 || ^7.2", + "symfony/dependency-injection": "^4.4 || ^5.1 || ^5.4 || ^6.4 || ^7.2", + "symfony/process": "^4.4 || ^5.1 || ^5.4 || ^6.4 || ^7.2", "symfony/proxy-manager-bridge": "^3.3||^4.3||^5.0||^6.0", - "symfony/yaml": "^3.3||^4.0||^5.0||^6.0||^7.0" + "symfony/yaml": "^4.4 || ^5.1 || ^5.4 || ^6.4 || ^7.2" }, "require-dev": { "codeception/codeception": "^4.1 || ^5.1", @@ -6158,9 +6007,9 @@ "codeception/module-db": "^1.0 || ^3.0", "codeception/module-phpbrowser": "^1.0 || ^3.0", "codeception/module-rest": "^1.2 || ^3.0", - "consolidation/robo": "^1.2 || ^3.0 || ^5.0", + "consolidation/robo": "^1.2 || ^3.0 || ^4.0 || ^5.0", "phpmd/phpmd": "@stable", - "phpunit/phpunit": "^8.5 || ^9.5", + "phpunit/phpunit": "^10.0", "squizlabs/php_codesniffer": "^3.0" }, "bin": [ @@ -6209,10 +6058,10 @@ }, "type": "composer-plugin", "extra": { + "class": "MagentoHackathon\\Composer\\Magento\\Plugin", "composer-command-registry": [ "MagentoHackathon\\Composer\\Magento\\Command\\DeployCommand" - ], - "class": "MagentoHackathon\\Composer\\Magento\\Plugin" + ] }, "autoload": { "psr-0": { @@ -6260,36 +6109,103 @@ }, "time": "2022-12-01T15:21:32+00:00" }, + { + "name": "magento/magento-zf-db", + "version": "3.21.0", + "source": { + "type": "git", + "url": "https://github.com/magento/magento-zf-db.git", + "reference": "6163987640ef843d9f229a6a2c7321b548560436" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/magento/magento-zf-db/zipball/6163987640ef843d9f229a6a2c7321b548560436", + "reference": "6163987640ef843d9f229a6a2c7321b548560436", + "shasum": "" + }, + "require": { + "laminas/laminas-stdlib": "^3.7.1", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" + }, + "conflict": { + "zendframework/zend-db": "*" + }, + "replace": { + "laminas/laminas-db": "^2.20" + }, + "require-dev": { + "laminas/laminas-coding-standard": "^2.4.0", + "laminas/laminas-eventmanager": "^3.6.0", + "laminas/laminas-hydrator": "^4.7", + "laminas/laminas-servicemanager": "^3.19.0", + "phpunit/phpunit": "^9.5.25" + }, + "suggest": { + "laminas/laminas-eventmanager": "Laminas\\EventManager component", + "laminas/laminas-hydrator": "(^3.2 || ^4.3) Laminas\\Hydrator component for using HydratingResultSets", + "laminas/laminas-servicemanager": "Laminas\\ServiceManager component" + }, + "type": "library", + "extra": { + "laminas": { + "component": "Laminas\\Db", + "config-provider": "Laminas\\Db\\ConfigProvider" + } + }, + "autoload": { + "psr-4": { + "Laminas\\Db\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations", + "homepage": "https://laminas.dev", + "keywords": [ + "db", + "laminas" + ], + "support": { + "chat": "https://laminas.dev/chat", + "docs": "https://docs.laminas.dev/laminas-db/", + "forum": "https://discourse.laminas.dev", + "issues": "https://github.com/laminas/laminas-db/issues", + "rss": "https://github.com/laminas/laminas-db/releases.atom", + "source": "https://github.com/laminas/laminas-db" + }, + "time": "2025-02-26T05:37:14+00:00" + }, { "name": "magento/magento2-base", - "version": "2.4.7-p2", + "version": "2.4.8-p1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/magento2-base/magento-magento2-base-2.4.7.0-patch2.zip", - "shasum": "eae60e06a4f5c4515424dceca654e09121916b94" + "url": "https://repo.magento.com/archives/magento/magento2-base/magento-magento2-base-2.4.8.0-patch1.zip", + "shasum": "c0a3eb6d169386d2cfca38daffafbb8198c6895c" }, "require": { "composer/composer": "^2.0, !=2.2.16", "ext-intl": "*", "ext-mbstring": "*", "laminas/laminas-code": "^4.13", - "laminas/laminas-di": "^3.13", + "laminas/laminas-di": "^3.15", "laminas/laminas-eventmanager": "^3.11", "laminas/laminas-http": "^2.15", "laminas/laminas-i18n": "^2.17", "laminas/laminas-modulemanager": "^2.11", "laminas/laminas-mvc": "^3.6", - "laminas/laminas-server": "^2.16", "laminas/laminas-servicemanager": "^3.16", "laminas/laminas-soap": "^2.10", "laminas/laminas-stdlib": "^3.11", "laminas/laminas-uri": "^2.9", "laminas/laminas-validator": "^2.23", - "magento/composer": "^1.10.0-beta1", + "magento/composer": "^1.10.1-beta1", "magento/magento-composer-installer": "*", - "monolog/monolog": "^2.7", + "monolog/monolog": "^3.6", "pelago/emogrifier": "^7.0", - "php": "~8.1.0||~8.2.0||~8.3.0", + "php": "~8.2.0||~8.3.0||~8.4.0", "phpseclib/phpseclib": "^3.0", "symfony/console": "^6.4", "tedivm/jshrink": "^1.4", @@ -6301,7 +6217,6 @@ "replace": { "components/jquery": "1.11.0", "components/jqueryui": "1.10.4", - "tinymce/tinymce": "3.4.7", "trentrichardson/jquery-timepicker-addon": "1.4.3", "twbs/bootstrap": "3.1.0" }, @@ -6319,7 +6234,6 @@ "lib/web/jquery/jquery.min.js" ], "components/jqueryui": "lib/web/jquery/jquery-ui.js", - "tinymce/tinymce": "lib/web/tiny_mce_5", "trentrichardson/jquery-timepicker-addon": "lib/web/jquery/jquery-ui-timepicker-addon.js", "twbs/bootstrap": "lib/web/jquery/jquery.tabs.js" }, @@ -6624,10 +6538,6 @@ "lib/web/css", "lib/web/css" ], - [ - "lib/web/extjs", - "lib/web/extjs" - ], [ "lib/web/fonts", "lib/web/fonts" @@ -6713,8 +6623,8 @@ "lib/web/spacer.gif" ], [ - "lib/web/tiny_mce_5", - "lib/web/tiny_mce_5" + "lib/web/tiny_mce_6", + "lib/web/tiny_mce_6" ], [ "lib/web/underscore.js", @@ -6834,34 +6744,33 @@ }, { "name": "magento/magento2-ee-base", - "version": "2.4.7-p2", + "version": "2.4.8-p1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/magento2-ee-base/magento-magento2-ee-base-2.4.7.0-patch2.zip", - "shasum": "60d42ca761469828f4c1d958192b1a640891cbdb" + "url": "https://repo.magento.com/archives/magento/magento2-ee-base/magento-magento2-ee-base-2.4.8.0-patch1.zip", + "shasum": "95c07ef9ec73f00e85b9ff1cd81dfe929aa5dcf9" }, "require": { "composer/composer": "^2.0, !=2.2.16", "ext-intl": "*", "ext-mbstring": "*", "laminas/laminas-code": "^4.13", - "laminas/laminas-di": "^3.13", + "laminas/laminas-di": "^3.15", "laminas/laminas-eventmanager": "^3.11", "laminas/laminas-http": "^2.15", "laminas/laminas-i18n": "^2.17", "laminas/laminas-modulemanager": "^2.11", "laminas/laminas-mvc": "^3.6", - "laminas/laminas-server": "^2.16", "laminas/laminas-servicemanager": "^3.16", "laminas/laminas-soap": "^2.10", "laminas/laminas-stdlib": "^3.11", "laminas/laminas-uri": "^2.9", "laminas/laminas-validator": "^2.23", - "magento/composer": "^1.10.0-beta1", + "magento/composer": "^1.10.1-beta1", "magento/magento-composer-installer": "*", - "monolog/monolog": "^2.7", + "monolog/monolog": "^3.6", "pelago/emogrifier": "^7.0", - "php": "~8.1.0||~8.2.0||~8.3.0", + "php": "~8.2.0||~8.3.0||~8.4.0", "phpseclib/phpseclib": "^3.0", "symfony/console": "^6.4", "tedivm/jshrink": "^1.4", @@ -6948,11 +6857,11 @@ }, { "name": "magento/module-admin-adobe-ims", - "version": "100.5.2", + "version": "100.5.3", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-admin-adobe-ims/magento-module-admin-adobe-ims-100.5.2.0.zip", - "shasum": "377923bc3ab9adedd73907de0964ff173c108391" + "url": "https://repo.magento.com/archives/magento/module-admin-adobe-ims/magento-module-admin-adobe-ims-100.5.3.0.zip", + "shasum": "82fe7f1d794f409130db47e03a22ed148aba45ec" }, "require": { "magento/framework": "*", @@ -6968,7 +6877,7 @@ "magento/module-security": "*", "magento/module-store": "*", "magento/module-user": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-theme": "*" @@ -6990,17 +6899,17 @@ }, { "name": "magento/module-admin-adobe-ims-two-factor-auth", - "version": "1.0.1", + "version": "1.0.2", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-admin-adobe-ims-two-factor-auth/magento-module-admin-adobe-ims-two-factor-auth-1.0.1.0.zip", - "shasum": "ef991ee995e9348dcb977d46394e7bbb53073356" + "url": "https://repo.magento.com/archives/magento/module-admin-adobe-ims-two-factor-auth/magento-module-admin-adobe-ims-two-factor-auth-1.0.2.0.zip", + "shasum": "d35ab769d736cb591c3575ec25407a70ba4cec14" }, "require": { "magento/framework": "*", "magento/module-admin-adobe-ims": "100.5.*", "magento/module-two-factor-auth": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -7018,11 +6927,11 @@ }, { "name": "magento/module-admin-analytics", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-admin-analytics/magento-module-admin-analytics-100.4.6.0.zip", - "shasum": "e481e9620f4b90f45adf733bcbfaa4991cb9b35a" + "url": "https://repo.magento.com/archives/magento/module-admin-analytics/magento-module-admin-analytics-100.4.7.0.zip", + "shasum": "c731d63d33ecec4759ec43e93441b797e3741fa3" }, "require": { "magento/framework": "103.0.*", @@ -7032,7 +6941,7 @@ "magento/module-release-notification": "100.4.*", "magento/module-store": "101.1.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -7051,16 +6960,16 @@ }, { "name": "magento/module-admin-graph-ql-server", - "version": "1.0.3", + "version": "1.0.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-admin-graph-ql-server/magento-module-admin-graph-ql-server-1.0.3.0.zip", - "shasum": "0db1f49a87c1f9d97e12ecc13b2f184ea37f7491" + "url": "https://repo.magento.com/archives/magento/module-admin-graph-ql-server/magento-module-admin-graph-ql-server-1.0.4.0.zip", + "shasum": "4267accc9cb6c4953b5fd5ea90fe2ca49c1145ba" }, "require": { "magento/framework": "^103.0.0", "magento/module-graph-ql-server": "^1.0.2", - "php": "~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0" + "php": "~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -7079,11 +6988,11 @@ }, { "name": "magento/module-admin-gws", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-admin-gws/magento-module-admin-gws-100.4.7.0.zip", - "shasum": "bf1156ad49eb5bc15274bc0010683498da64cc92" + "url": "https://repo.magento.com/archives/magento/module-admin-gws/magento-module-admin-gws-100.4.8.0.zip", + "shasum": "91b1b55016d85788aa8e717bcfbb5a11e46514ae" }, "require": { "magento/framework": "103.0.*", @@ -7107,7 +7016,7 @@ "magento/module-url-rewrite": "102.0.*", "magento/module-user": "101.2.*", "magento/module-visual-merchandiser": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "require-dev": { "magento/module-reports": "*" @@ -7134,17 +7043,17 @@ }, { "name": "magento/module-admin-gws-configurable-product", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-admin-gws-configurable-product/magento-module-admin-gws-configurable-product-100.4.4.0.zip", - "shasum": "05f39438068e3e8166fa98546b2c9060c91f2e3a" + "url": "https://repo.magento.com/archives/magento/module-admin-gws-configurable-product/magento-module-admin-gws-configurable-product-100.4.5.0.zip", + "shasum": "a2ad42166f9de0aed580a3bb4b1fc74885a26097" }, "require": { "magento/framework": "103.0.*", "magento/module-admin-gws": "100.4.*", "magento/module-configurable-product": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -7162,18 +7071,18 @@ }, { "name": "magento/module-admin-gws-staging", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-admin-gws-staging/magento-module-admin-gws-staging-100.4.4.0.zip", - "shasum": "fb88e26e47f980e0f2af03699a10bb478bd99601" + "url": "https://repo.magento.com/archives/magento/module-admin-gws-staging/magento-module-admin-gws-staging-100.4.5.0.zip", + "shasum": "fc6ea9988f0d3f602c3057c2af265873d3974ccd" }, "require": { "magento/framework": "103.0.*", "magento/module-admin-gws": "100.4.*", "magento/module-staging": "101.2.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -7191,11 +7100,11 @@ }, { "name": "magento/module-admin-notification", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-admin-notification/magento-module-admin-notification-100.4.6.0.zip", - "shasum": "a26f48e11685929fa522053031f10d758ce468a0" + "url": "https://repo.magento.com/archives/magento/module-admin-notification/magento-module-admin-notification-100.4.7.0.zip", + "shasum": "2c52fd80d64a543a35f57382a7fd8e0d08d97c48" }, "require": { "lib-libxml": "*", @@ -7205,7 +7114,7 @@ "magento/module-media-storage": "100.4.*", "magento/module-store": "101.1.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -7224,11 +7133,11 @@ }, { "name": "magento/module-admin-ui-sdk-custom-fees", - "version": "1.4.0", + "version": "2.3.0", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-admin-ui-sdk-custom-fees/magento-module-admin-ui-sdk-custom-fees-1.4.0.0.zip", - "shasum": "8f66a603ec88bfc08856bdfafa2a41682da3afdc" + "url": "https://repo.magento.com/archives/magento/module-admin-ui-sdk-custom-fees/magento-module-admin-ui-sdk-custom-fees-2.3.0.0.zip", + "shasum": "30e6f26b0c50633462a140cabaf3f9172c18a198" }, "require": { "magento/framework": ">=103.0.5", @@ -7243,7 +7152,7 @@ "magento/module-store": ">=101.1.5", "magento/module-tax": ">=100.4.5", "magento/module-ui": ">=101.2.5", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -7261,22 +7170,22 @@ }, { "name": "magento/module-adobe-commerce-events-client", - "version": "1.8.2", + "version": "1.12.1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-adobe-commerce-events-client/magento-module-adobe-commerce-events-client-1.8.2.0.zip", - "shasum": "a8b7d44167debddc4c551656c803fccbeac8a31a" + "url": "https://repo.magento.com/archives/magento/module-adobe-commerce-events-client/magento-module-adobe-commerce-events-client-1.12.1.0.zip", + "shasum": "00a9b1f1d684bba5f04cffa1555ac13207caf2a0" }, "require": { "ext-json": "*", "magento/framework": ">=103.0.4", "magento/framework-message-queue": ">=100.4.4", - "magento/module-adobe-commerce-out-of-process-extensibility": "^1.1", - "magento/module-adobe-io-events-client": "^1.6", + "magento/module-adobe-commerce-out-of-process-extensibility": "^1.3", + "magento/module-adobe-io-events-client": "^1.9", "magento/module-backend": ">=102.0.4", "magento/module-config": ">=101.2.4", "magento/module-store": ">=101.1.4", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0" }, "require-dev": { "magento/magento-coding-standard": "*", @@ -7302,18 +7211,18 @@ }, { "name": "magento/module-adobe-commerce-events-generator", - "version": "1.8.2", + "version": "1.12.1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-adobe-commerce-events-generator/magento-module-adobe-commerce-events-generator-1.8.2.0.zip", - "shasum": "8048d8c539adbf928de6dc3194e7b2c96e1ae418" + "url": "https://repo.magento.com/archives/magento/module-adobe-commerce-events-generator/magento-module-adobe-commerce-events-generator-1.12.1.0.zip", + "shasum": "561cc6fa8b09502876e83fd9d78b608984447926" }, "require": { "ext-json": "*", "magento/framework": ">=103.0.4", - "magento/module-adobe-commerce-events-client": "^1.8", - "magento/module-adobe-commerce-out-of-process-extensibility": "^1.1", - "php": "~8.1.0||~8.2.0||~8.3.0" + "magento/module-adobe-commerce-events-client": "^1.12", + "magento/module-adobe-commerce-out-of-process-extensibility": "^1.3", + "php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0" }, "require-dev": { "magento/magento-coding-standard": "*", @@ -7340,15 +7249,15 @@ }, { "name": "magento/module-adobe-commerce-out-of-process-extensibility", - "version": "1.1.0", + "version": "1.3.0", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-adobe-commerce-out-of-process-extensibility/magento-module-adobe-commerce-out-of-process-extensibility-1.1.0.0.zip", - "shasum": "d1ea7e5cd8afc02c97d47cb3298052558205426e" + "url": "https://repo.magento.com/archives/magento/module-adobe-commerce-out-of-process-extensibility/magento-module-adobe-commerce-out-of-process-extensibility-1.3.0.0.zip", + "shasum": "f541c9960fc01bde7dc9ffdc0b6cd87733ef1da8" }, "require": { "magento/framework": ">=103.0.4", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -7367,18 +7276,18 @@ }, { "name": "magento/module-adobe-commerce-webhooks", - "version": "1.5.1", + "version": "1.9.0", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-adobe-commerce-webhooks/magento-module-adobe-commerce-webhooks-1.5.1.0.zip", - "shasum": "347c91042156af8070595c43d65b67aea1f76892" + "url": "https://repo.magento.com/archives/magento/module-adobe-commerce-webhooks/magento-module-adobe-commerce-webhooks-1.9.0.0.zip", + "shasum": "44fa82a1890ae5b0f2a0460affa4e016470c82d2" }, "require": { "magento/framework": ">=103.0.4", - "magento/module-adobe-commerce-out-of-process-extensibility": "^1.1", + "magento/module-adobe-commerce-out-of-process-extensibility": "^1.3", "magento/module-backend": ">=102.0.4", "magento/module-config": ">=101.2.4", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -7397,17 +7306,17 @@ }, { "name": "magento/module-adobe-commerce-webhooks-generator", - "version": "1.5.1", + "version": "1.9.0", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-adobe-commerce-webhooks-generator/magento-module-adobe-commerce-webhooks-generator-1.5.1.0.zip", - "shasum": "0bd5d2916edbd4e06cd8bcd00f0834d993048a00" + "url": "https://repo.magento.com/archives/magento/module-adobe-commerce-webhooks-generator/magento-module-adobe-commerce-webhooks-generator-1.9.0.0.zip", + "shasum": "700ef482d523ee255e5cfded7d8a249493cb543c" }, "require": { "magento/framework": ">=103.0.4", - "magento/module-adobe-commerce-out-of-process-extensibility": "^1.1", - "magento/module-adobe-commerce-webhooks": "^1.4", - "php": "~8.1.0||~8.2.0||~8.3.0" + "magento/module-adobe-commerce-out-of-process-extensibility": "^1.3", + "magento/module-adobe-commerce-webhooks": "^1.9", + "php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -7427,11 +7336,11 @@ }, { "name": "magento/module-adobe-ims", - "version": "2.2.1", + "version": "2.2.2", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-adobe-ims/magento-module-adobe-ims-2.2.1.0.zip", - "shasum": "371ad8d396f0792a48ec881bf8215267691a5c37" + "url": "https://repo.magento.com/archives/magento/module-adobe-ims/magento-module-adobe-ims-2.2.2.0.zip", + "shasum": "d8080feadaccb15e38b360696c40616a8988d755" }, "require": { "magento/framework": "*", @@ -7440,7 +7349,7 @@ "magento/module-backend": "*", "magento/module-config": "*", "magento/module-user": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -7459,15 +7368,15 @@ }, { "name": "magento/module-adobe-ims-api", - "version": "2.2.1", + "version": "2.2.2", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-adobe-ims-api/magento-module-adobe-ims-api-2.2.1.0.zip", - "shasum": "f4cfaf688e19439ddd2d6d0faaf53f9b2c260ce0" + "url": "https://repo.magento.com/archives/magento/module-adobe-ims-api/magento-module-adobe-ims-api-2.2.2.0.zip", + "shasum": "8483b3547d60421f948c44b941ecc5c02a699ece" }, "require": { "magento/framework": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -7486,11 +7395,11 @@ }, { "name": "magento/module-adobe-io-events-client", - "version": "1.6.0", + "version": "1.9.0", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-adobe-io-events-client/magento-module-adobe-io-events-client-1.6.0.0.zip", - "shasum": "6e924fc72129cdc36e7c438711a3df2e7d733053" + "url": "https://repo.magento.com/archives/magento/module-adobe-io-events-client/magento-module-adobe-io-events-client-1.9.0.0.zip", + "shasum": "f0a066cc95f5401db09b0487a6f9017d4478fc71" }, "require": { "magento/framework": ">=103.0.4", @@ -7499,7 +7408,7 @@ "magento/module-config": ">=101.2.4", "magento/module-jwt-framework-adapter": ">=100.4.1", "magento/module-store": ">=101.1.4", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0" }, "conflict": { "magento/module-adobe-commerce-events-client": "<=1.0.1", @@ -7522,11 +7431,11 @@ }, { "name": "magento/module-adobe-stock-admin-ui", - "version": "1.3.4", + "version": "1.3.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-adobe-stock-admin-ui/magento-module-adobe-stock-admin-ui-1.3.4.0.zip", - "shasum": "3b8bb19b26d3c122258becb398649d8847c66061" + "url": "https://repo.magento.com/archives/magento/module-adobe-stock-admin-ui/magento-module-adobe-stock-admin-ui-1.3.5.0.zip", + "shasum": "f82b39b38ade0a221829558ac854d29113981206" }, "require": { "magento/framework": "*", @@ -7535,7 +7444,7 @@ "magento/module-adobe-stock-client-api": "2.1.*", "magento/module-backend": "*", "magento/module-config": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-cms": "*" @@ -7557,11 +7466,11 @@ }, { "name": "magento/module-adobe-stock-asset", - "version": "1.3.3", + "version": "1.3.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-adobe-stock-asset/magento-module-adobe-stock-asset-1.3.3.0.zip", - "shasum": "acf7b5c061fb82c3412f028d246cd2603a7888d3" + "url": "https://repo.magento.com/archives/magento/module-adobe-stock-asset/magento-module-adobe-stock-asset-1.3.4.0.zip", + "shasum": "9f109b0b361ae1813c4f45565a9cb0b6bee529f7" }, "require": { "magento/framework": "*", @@ -7570,7 +7479,7 @@ "magento/module-config": "*", "magento/module-media-gallery": "*", "magento/module-media-gallery-api": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -7589,15 +7498,15 @@ }, { "name": "magento/module-adobe-stock-asset-api", - "version": "2.0.3", + "version": "2.0.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-adobe-stock-asset-api/magento-module-adobe-stock-asset-api-2.0.3.0.zip", - "shasum": "f40806896e0403134469438222a2ace76afdbc80" + "url": "https://repo.magento.com/archives/magento/module-adobe-stock-asset-api/magento-module-adobe-stock-asset-api-2.0.4.0.zip", + "shasum": "ddddf828356267042d15e2e387c82c06626f03fe" }, "require": { "magento/framework": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -7616,18 +7525,18 @@ }, { "name": "magento/module-adobe-stock-client", - "version": "1.3.4", + "version": "1.3.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-adobe-stock-client/magento-module-adobe-stock-client-1.3.4.0.zip", - "shasum": "a3303c3f763ad00eab53fa7434ad3ee991efd034" + "url": "https://repo.magento.com/archives/magento/module-adobe-stock-client/magento-module-adobe-stock-client-1.3.5.0.zip", + "shasum": "05de1373224bf5a3d094188644a39844af3d5238" }, "require": { - "astock/stock-api-libphp": "^1.1.2", + "astock/stock-api-libphp": "^1.1.6", "magento/framework": "*", "magento/module-adobe-ims-api": "*", "magento/module-adobe-stock-client-api": "2.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -7646,15 +7555,15 @@ }, { "name": "magento/module-adobe-stock-client-api", - "version": "2.1.4", + "version": "2.1.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-adobe-stock-client-api/magento-module-adobe-stock-client-api-2.1.4.0.zip", - "shasum": "70626aaf3ef2d8aa3e3954e40e00d16ff186191e" + "url": "https://repo.magento.com/archives/magento/module-adobe-stock-client-api/magento-module-adobe-stock-client-api-2.1.5.0.zip", + "shasum": "d6a703a4dbd8d3c224c866b29de210cd5ca98dfa" }, "require": { "magento/framework": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -7673,11 +7582,11 @@ }, { "name": "magento/module-adobe-stock-image", - "version": "1.3.5", + "version": "1.3.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-adobe-stock-image/magento-module-adobe-stock-image-1.3.5.0.zip", - "shasum": "c7618361e5ad4a908c7038d97013f27f0a42ae21" + "url": "https://repo.magento.com/archives/magento/module-adobe-stock-image/magento-module-adobe-stock-image-1.3.6.0.zip", + "shasum": "ee9f23c5f6024808b9404eb854fe04a664424ca6" }, "require": { "magento/framework": "*", @@ -7686,7 +7595,7 @@ "magento/module-adobe-stock-image-api": "1.3.*", "magento/module-media-gallery-api": "*", "magento/module-media-gallery-synchronization-api": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-catalog": "*" @@ -7708,11 +7617,11 @@ }, { "name": "magento/module-adobe-stock-image-admin-ui", - "version": "1.3.5-p1", + "version": "1.3.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-adobe-stock-image-admin-ui/magento-module-adobe-stock-image-admin-ui-1.3.5.0-patch1.zip", - "shasum": "46c1ec141b0216cf1d5675c06ba96470b13dd37a" + "url": "https://repo.magento.com/archives/magento/module-adobe-stock-image-admin-ui/magento-module-adobe-stock-image-admin-ui-1.3.6.0.zip", + "shasum": "6daa2e2a04c14b71792806a4a710914e6bdd6cce" }, "require": { "magento/framework": "*", @@ -7725,7 +7634,7 @@ "magento/module-media-gallery-api": "*", "magento/module-media-gallery-ui": "*", "magento/module-ui": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-cms": "*" @@ -7747,15 +7656,15 @@ }, { "name": "magento/module-adobe-stock-image-api", - "version": "1.3.3", + "version": "1.3.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-adobe-stock-image-api/magento-module-adobe-stock-image-api-1.3.3.0.zip", - "shasum": "e645853e87422778a4085db9256fce8da5b583d8" + "url": "https://repo.magento.com/archives/magento/module-adobe-stock-image-api/magento-module-adobe-stock-image-api-1.3.4.0.zip", + "shasum": "37c644708a2f8cb295fb256d3e6cb4f20a3d08d2" }, "require": { "magento/framework": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -7774,16 +7683,16 @@ }, { "name": "magento/module-advanced-catalog", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-advanced-catalog/magento-module-advanced-catalog-100.4.4.0.zip", - "shasum": "cd01cfcfefa05da6ac948a371400b659f11ef8bc" + "url": "https://repo.magento.com/archives/magento/module-advanced-catalog/magento-module-advanced-catalog-100.4.5.0.zip", + "shasum": "5586ad3d3bbdf6a827001f11a392b83ec896fa49" }, "require": { "magento/framework": "103.0.*", "magento/module-catalog": "104.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-grouped-product": "100.4.*" @@ -7804,11 +7713,11 @@ }, { "name": "magento/module-advanced-checkout", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-advanced-checkout/magento-module-advanced-checkout-100.4.7.0.zip", - "shasum": "5c7c123be4810e2aba98ac5f4f4943a88232fd7d" + "url": "https://repo.magento.com/archives/magento/module-advanced-checkout/magento-module-advanced-checkout-100.4.8.0.zip", + "shasum": "f1eab0411d91bb4d21ecf6c6c5abb733d689e690" }, "require": { "magento/framework": "103.0.*", @@ -7831,7 +7740,7 @@ "magento/module-ui": "101.2.*", "magento/module-widget": "101.2.*", "magento/module-wishlist": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -7849,11 +7758,11 @@ }, { "name": "magento/module-advanced-pricing-import-export", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-advanced-pricing-import-export/magento-module-advanced-pricing-import-export-100.4.7.0.zip", - "shasum": "ce4666fe16ac75fb232e7c4169c51967e1a34edd" + "url": "https://repo.magento.com/archives/magento/module-advanced-pricing-import-export/magento-module-advanced-pricing-import-export-100.4.8.0.zip", + "shasum": "396e4d7eaae51a9a38b369feea873678a56d55ea" }, "require": { "magento/framework": "103.0.*", @@ -7865,7 +7774,7 @@ "magento/module-eav": "102.1.*", "magento/module-import-export": "101.0.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -7884,15 +7793,15 @@ }, { "name": "magento/module-advanced-rule", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-advanced-rule/magento-module-advanced-rule-100.4.4.0.zip", - "shasum": "1c36fadb97d4def25c2f35155840518becd4b56d" + "url": "https://repo.magento.com/archives/magento/module-advanced-rule/magento-module-advanced-rule-100.4.5.0.zip", + "shasum": "c69e2e9446bec3bff11618184f8ab1f61d9d1f77" }, "require": { "magento/framework": "103.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -7910,11 +7819,11 @@ }, { "name": "magento/module-advanced-sales-rule", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-advanced-sales-rule/magento-module-advanced-sales-rule-100.4.4.0.zip", - "shasum": "1a38e228ecfe3565268a5666863a577f6077b3d3" + "url": "https://repo.magento.com/archives/magento/module-advanced-sales-rule/magento-module-advanced-sales-rule-100.4.5.0.zip", + "shasum": "8c50d42a56c18e4776356229a34c0d14401c486f" }, "require": { "magento/framework": "103.0.*", @@ -7928,7 +7837,7 @@ "magento/module-rule": "100.4.*", "magento/module-sales-rule": "101.2.*", "magento/module-shipping": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -7946,11 +7855,11 @@ }, { "name": "magento/module-advanced-search", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-advanced-search/magento-module-advanced-search-100.4.5.0.zip", - "shasum": "94a8ea9bf12f798ef033da85f46871a6d5b1c9ee" + "url": "https://repo.magento.com/archives/magento/module-advanced-search/magento-module-advanced-search-100.4.6.0.zip", + "shasum": "b25c5f6e352f0f159f416fd417b4b270be64b01f" }, "require": { "magento/framework": "103.0.*", @@ -7961,7 +7870,7 @@ "magento/module-customer": "103.0.*", "magento/module-search": "101.1.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -7980,17 +7889,17 @@ }, { "name": "magento/module-amqp", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-amqp/magento-module-amqp-100.4.4.0.zip", - "shasum": "92497b0ca39946ddbb9ce366fe829ed51c7802c9" + "url": "https://repo.magento.com/archives/magento/module-amqp/magento-module-amqp-100.4.5.0.zip", + "shasum": "b54907ce7b45b82543c9e6e189a728ade4cfe2fa" }, "require": { "magento/framework": "103.0.*", "magento/framework-amqp": "100.4.*", "magento/framework-message-queue": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -8009,11 +7918,11 @@ }, { "name": "magento/module-analytics", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-analytics/magento-module-analytics-100.4.7.0.zip", - "shasum": "02c663458ffcac3aeb00da4c14cf3ba6ce202895" + "url": "https://repo.magento.com/archives/magento/module-analytics/magento-module-analytics-100.4.8.0.zip", + "shasum": "d1a13e86160103828c3467a1514137cf997c60f9" }, "require": { "magento/framework": "103.0.*", @@ -8021,7 +7930,7 @@ "magento/module-config": "101.2.*", "magento/module-integration": "100.4.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -8040,15 +7949,15 @@ }, { "name": "magento/module-application-performance-monitor", - "version": "100.4.0", + "version": "100.4.1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-application-performance-monitor/magento-module-application-performance-monitor-100.4.0.0.zip", - "shasum": "644164347fc4d7329f26877f3a132deda0248406" + "url": "https://repo.magento.com/archives/magento/module-application-performance-monitor/magento-module-application-performance-monitor-100.4.1.0.zip", + "shasum": "0f11221f14c311cd4d15598c2a5878bf90454a9a" }, "require": { "magento/framework": "103.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -8066,17 +7975,17 @@ }, { "name": "magento/module-application-performance-monitor-new-relic", - "version": "100.4.0", + "version": "100.4.1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-application-performance-monitor-new-relic/magento-module-application-performance-monitor-new-relic-100.4.0.0.zip", - "shasum": "89cf5bb1fa90239a72ae4ac2d45998441832f188" + "url": "https://repo.magento.com/archives/magento/module-application-performance-monitor-new-relic/magento-module-application-performance-monitor-new-relic-100.4.1.0.zip", + "shasum": "91a5627846c45b74fa0360d4b4ba80c6db4c5d5f" }, "require": { "magento/framework": "103.0.*", "magento/module-application-performance-monitor": "100.4.*", "magento/module-new-relic-reporting": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "ext-newrelic": "This module requires New Relic's PHP extension in order to function." @@ -8097,17 +8006,17 @@ }, { "name": "magento/module-application-server", - "version": "100.4.0", + "version": "100.4.1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-application-server/magento-module-application-server-100.4.0.0.zip", - "shasum": "b773acac35f3594bca9ac2d335d95d0501f846f1" + "url": "https://repo.magento.com/archives/magento/module-application-server/magento-module-application-server-100.4.1.0.zip", + "shasum": "44aceb44047d5e05e4257c6ea980767e59462497" }, "require": { "magento/framework": "103.0.*", "magento/module-catalog": "104.0.*", "magento/module-eav": "102.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "ext-openswoole": "*", @@ -8129,16 +8038,16 @@ }, { "name": "magento/module-application-server-new-relic", - "version": "100.4.0", + "version": "100.4.1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-application-server-new-relic/magento-module-application-server-new-relic-100.4.0.0.zip", - "shasum": "a64b1f1584f77e587577726ad9b9dc72b4471921" + "url": "https://repo.magento.com/archives/magento/module-application-server-new-relic/magento-module-application-server-new-relic-100.4.1.0.zip", + "shasum": "8747f689b8cc1f8bb044e6c22dda836a33e54106" }, "require": { "magento/framework": "103.0.*", "magento/module-application-server": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "ext-newrelic": "*" @@ -8159,17 +8068,17 @@ }, { "name": "magento/module-application-server-performance-monitor", - "version": "100.4.0", + "version": "100.4.1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-application-server-performance-monitor/magento-module-application-server-performance-monitor-100.4.0.0.zip", - "shasum": "c587c2380d617915b0e233abe7683b988fe8fd63" + "url": "https://repo.magento.com/archives/magento/module-application-server-performance-monitor/magento-module-application-server-performance-monitor-100.4.1.0.zip", + "shasum": "8fe6d630b3513eba7e8322038017772a6ec346be" }, "require": { "magento/framework": "103.0.*", "magento/module-application-performance-monitor": "100.4.*", "magento/module-application-server": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -8187,16 +8096,16 @@ }, { "name": "magento/module-application-server-state-monitor", - "version": "100.4.0", + "version": "100.4.1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-application-server-state-monitor/magento-module-application-server-state-monitor-100.4.0.0.zip", - "shasum": "e9c771795ac3f62ea25230585ee1f2147ed75f8b" + "url": "https://repo.magento.com/archives/magento/module-application-server-state-monitor/magento-module-application-server-state-monitor-100.4.1.0.zip", + "shasum": "1fa69a8d9b884f5953b33ef5042a06dd5dcd3eb4" }, "require": { "magento/framework": "103.0.*", "magento/module-application-server": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "ext-openswoole": "*", @@ -8218,17 +8127,17 @@ }, { "name": "magento/module-application-server-state-monitor-graph-ql", - "version": "100.4.0", + "version": "100.4.1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-application-server-state-monitor-graph-ql/magento-module-application-server-state-monitor-graph-ql-100.4.0.0.zip", - "shasum": "e478a11389be9682cc7529bf54ac4242b247d117" + "url": "https://repo.magento.com/archives/magento/module-application-server-state-monitor-graph-ql/magento-module-application-server-state-monitor-graph-ql-100.4.1.0.zip", + "shasum": "86f32f9899c0e39e9182c31eed16d17ee9de20da" }, "require": { "magento/framework": "103.0.*", "magento/module-application-server-state-monitor": "100.4.*", "magento/module-graph-ql": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -8246,16 +8155,16 @@ }, { "name": "magento/module-async-config", - "version": "100.4.0", + "version": "100.4.1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-async-config/magento-module-async-config-100.4.0.0.zip", - "shasum": "891824c7501045201efcc2a86f60cef1c4286d31" + "url": "https://repo.magento.com/archives/magento/module-async-config/magento-module-async-config-100.4.1.0.zip", + "shasum": "dfd9bf0ebaa62f41b17fa2acb5741c54ee0ffe47" }, "require": { "magento/framework": "103.0.*", "magento/module-config": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -8273,11 +8182,11 @@ }, { "name": "magento/module-async-order", - "version": "100.4.3", + "version": "100.4.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-async-order/magento-module-async-order-100.4.3.0.zip", - "shasum": "a5f9a35ef9242b921ea82214834102adcd35531f" + "url": "https://repo.magento.com/archives/magento/module-async-order/magento-module-async-order-100.4.4.0.zip", + "shasum": "455c1a4e482741b3ed01e93376eadd294a0a79d0" }, "require": { "magento/framework": "103.0.*", @@ -8292,7 +8201,7 @@ "magento/module-sales-rule": "101.2.*", "magento/module-sales-sequence": "100.4.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-checkout-staging": "100.4.*", @@ -8314,11 +8223,11 @@ }, { "name": "magento/module-async-order-graph-ql", - "version": "100.4.2", + "version": "100.4.3", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-async-order-graph-ql/magento-module-async-order-graph-ql-100.4.2.0.zip", - "shasum": "0a17fcd4f3e9d4426fef530665f7e6f95714f076" + "url": "https://repo.magento.com/archives/magento/module-async-order-graph-ql/magento-module-async-order-graph-ql-100.4.3.0.zip", + "shasum": "6fc30a78bc293e6d3a10ba05ab51eb6f7e6969ae" }, "require": { "magento/framework": "103.0.*", @@ -8326,7 +8235,7 @@ "magento/module-payment": "100.4.*", "magento/module-quote": "101.2.*", "magento/module-quote-graph-ql": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -8344,11 +8253,11 @@ }, { "name": "magento/module-asynchronous-operations", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-asynchronous-operations/magento-module-asynchronous-operations-100.4.7.0.zip", - "shasum": "deeb5113727c9be133ead53b0276f6782f99007a" + "url": "https://repo.magento.com/archives/magento/module-asynchronous-operations/magento-module-asynchronous-operations-100.4.8.0.zip", + "shasum": "ed1e7d32cda809d65c65fd39e973f913cdb98dfd" }, "require": { "magento/framework": "103.0.*", @@ -8357,7 +8266,7 @@ "magento/module-authorization": "100.4.*", "magento/module-backend": "102.0.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-admin-notification": "100.4.*", @@ -8380,16 +8289,16 @@ }, { "name": "magento/module-authorization", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-authorization/magento-module-authorization-100.4.7.0.zip", - "shasum": "7664117a2d2949071391b6402aad9d4d2251fe7a" + "url": "https://repo.magento.com/archives/magento/module-authorization/magento-module-authorization-100.4.8.0.zip", + "shasum": "b230a1dbeae970084c074b3dfbec7229e894ab05" }, "require": { "magento/framework": "103.0.*", "magento/module-backend": "102.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -8408,16 +8317,16 @@ }, { "name": "magento/module-aws-s3", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-aws-s3/magento-module-aws-s3-100.4.5.0.zip", - "shasum": "6b86030cb90b1244796cc51aa18d5cdbb50a5244" + "url": "https://repo.magento.com/archives/magento/module-aws-s3/magento-module-aws-s3-100.4.6.0.zip", + "shasum": "15e577758a9e047cacaa03b1a3d92da2581da1b9" }, "require": { "magento/framework": "103.0.*", "magento/module-remote-storage": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -8435,15 +8344,15 @@ }, { "name": "magento/module-aws-s3-customer-custom-attributes", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-aws-s3-customer-custom-attributes/magento-module-aws-s3-customer-custom-attributes-100.4.4.0.zip", - "shasum": "d18dcc13c07b865be92bbc689fae5190029c2f9e" + "url": "https://repo.magento.com/archives/magento/module-aws-s3-customer-custom-attributes/magento-module-aws-s3-customer-custom-attributes-100.4.5.0.zip", + "shasum": "4777b966d80ee060131a54f709d1bb28dd8fcba7" }, "require": { "magento/framework": "103.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-aws-s3": "100.4.*", @@ -8466,15 +8375,15 @@ }, { "name": "magento/module-aws-s3-gift-card-import-export", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-aws-s3-gift-card-import-export/magento-module-aws-s3-gift-card-import-export-100.4.4.0.zip", - "shasum": "86509f69e0f78ca29befe26f964064c6228381ff" + "url": "https://repo.magento.com/archives/magento/module-aws-s3-gift-card-import-export/magento-module-aws-s3-gift-card-import-export-100.4.5.0.zip", + "shasum": "750ec38661a2d98794dc76fbb4cd6db5b433567e" }, "require": { "magento/framework": "103.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-aws-s3": "100.4.*", @@ -8497,15 +8406,15 @@ }, { "name": "magento/module-aws-s3-page-builder", - "version": "1.0.4", + "version": "1.0.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-aws-s3-page-builder/magento-module-aws-s3-page-builder-1.0.4.0.zip", - "shasum": "dfed85f66f5e3b2da49139f352977a68229246aa" + "url": "https://repo.magento.com/archives/magento/module-aws-s3-page-builder/magento-module-aws-s3-page-builder-1.0.5.0.zip", + "shasum": "2be5e9ddfd449f3a043d1ca26a423dfc7b4f6a26" }, "require": { "magento/framework": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-aws-s3": "*", @@ -8527,15 +8436,15 @@ }, { "name": "magento/module-aws-s3-scheduled-import-export", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-aws-s3-scheduled-import-export/magento-module-aws-s3-scheduled-import-export-100.4.4.0.zip", - "shasum": "1ec9f91d39850cb374e95077f7bbdf7071eb827f" + "url": "https://repo.magento.com/archives/magento/module-aws-s3-scheduled-import-export/magento-module-aws-s3-scheduled-import-export-100.4.5.0.zip", + "shasum": "58fbc97a07b5fd0ed6dab23ecffa3aef24b2806a" }, "require": { "magento/framework": "103.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-aws-s3": "100.4.*", @@ -8558,11 +8467,11 @@ }, { "name": "magento/module-backend", - "version": "102.0.7", + "version": "102.0.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-backend/magento-module-backend-102.0.7.0.zip", - "shasum": "6137e7922fa7ee817a555b59f8db2f1a04074498" + "url": "https://repo.magento.com/archives/magento/module-backend/magento-module-backend-102.0.8.0.zip", + "shasum": "acf349f4171bdd50691606a30c67ff1c356deab4" }, "require": { "magento/framework": "103.0.*", @@ -8583,7 +8492,7 @@ "magento/module-translation": "100.4.*", "magento/module-ui": "101.2.*", "magento/module-user": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-theme": "101.1.*" @@ -8606,18 +8515,18 @@ }, { "name": "magento/module-backup", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-backup/magento-module-backup-100.4.7.0.zip", - "shasum": "7fccb02649feb173fc64841c3ba512134db0a200" + "url": "https://repo.magento.com/archives/magento/module-backup/magento-module-backup-100.4.8.0.zip", + "shasum": "0e268e6662651faef89cbc67e3a177028c62cd21" }, "require": { "magento/framework": "103.0.*", "magento/module-backend": "102.0.*", "magento/module-cron": "100.4.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -8636,11 +8545,11 @@ }, { "name": "magento/module-banner", - "version": "101.2.7", + "version": "101.2.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-banner/magento-module-banner-101.2.7.0.zip", - "shasum": "cc2e54980e45a8beae3abba98c8d8d18f50451bb" + "url": "https://repo.magento.com/archives/magento/module-banner/magento-module-banner-101.2.8.0.zip", + "shasum": "b300df58e90fccf18ca8ade343d4e3abd9d4639e" }, "require": { "magento/framework": "103.0.*", @@ -8653,7 +8562,7 @@ "magento/module-store": "101.1.*", "magento/module-ui": "101.2.*", "magento/module-widget": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-website-restriction": "100.4.*" @@ -8674,17 +8583,17 @@ }, { "name": "magento/module-banner-customer-segment", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-banner-customer-segment/magento-module-banner-customer-segment-100.4.5.0.zip", - "shasum": "ef575e260ea430f9948d8032a382d7862fa25d19" + "url": "https://repo.magento.com/archives/magento/module-banner-customer-segment/magento-module-banner-customer-segment-100.4.6.0.zip", + "shasum": "ee0de67013eb35e28d4419c646e66d7286726df6" }, "require": { "magento/framework": "103.0.*", "magento/module-banner": "101.2.*", "magento/module-customer-segment": "102.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -8702,18 +8611,18 @@ }, { "name": "magento/module-banner-graph-ql", - "version": "100.4.3", + "version": "100.4.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-banner-graph-ql/magento-module-banner-graph-ql-100.4.3.0.zip", - "shasum": "28decc7505fc0f5806784e688a9bb4e64c282d0d" + "url": "https://repo.magento.com/archives/magento/module-banner-graph-ql/magento-module-banner-graph-ql-100.4.4.0.zip", + "shasum": "c93f4f3e8bf4a4f9fa86091b7d3a2775f073a768" }, "require": { "magento/framework": "103.0.*", "magento/module-banner": "101.2.*", "magento/module-banner-customer-segment": "100.4.*", "magento/module-customer-segment": "102.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-website-restriction": "100.4.*" @@ -8734,22 +8643,22 @@ }, { "name": "magento/module-banner-page-builder", - "version": "2.2.5", + "version": "2.2.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-banner-page-builder/magento-module-banner-page-builder-2.2.5.0.zip", - "shasum": "539841692429ad30522fefb18274a579109ca967" + "url": "https://repo.magento.com/archives/magento/module-banner-page-builder/magento-module-banner-page-builder-2.2.6.0.zip", + "shasum": "e98565adbd7f2b98c4e1932301f777535120a66c" }, "require": { "magento/framework": "*", "magento/module-backend": "*", - "magento/module-banner": "*", - "magento/module-banner-customer-segment": "*", + "magento/module-banner": "101.2.*", + "magento/module-banner-customer-segment": "100.4.*", "magento/module-catalog-rule": "*", - "magento/module-customer-segment": "*", + "magento/module-customer-segment": "102.1.*", "magento/module-page-builder": "2.2.*", "magento/module-sales-rule": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -8767,17 +8676,17 @@ }, { "name": "magento/module-banner-page-builder-analytics", - "version": "1.7.3", + "version": "1.7.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-banner-page-builder-analytics/magento-module-banner-page-builder-analytics-1.7.3.0.zip", - "shasum": "8859edec0c522945324e81e8d4e03cac2cd0adec" + "url": "https://repo.magento.com/archives/magento/module-banner-page-builder-analytics/magento-module-banner-page-builder-analytics-1.7.4.0.zip", + "shasum": "b719358da035ba37da349dcf26ae44eea27f704d" }, "require": { "magento/framework": "*", - "magento/module-banner": "*", + "magento/module-banner": "101.2.*", "magento/module-page-builder-analytics": "1.6.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -8795,18 +8704,18 @@ }, { "name": "magento/module-banner-staging", - "version": "100.4.1", + "version": "100.4.2", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-banner-staging/magento-module-banner-staging-100.4.1.0.zip", - "shasum": "85ce957694d5818117112b89e449aa21aeaf6c57" + "url": "https://repo.magento.com/archives/magento/module-banner-staging/magento-module-banner-staging-100.4.2.0.zip", + "shasum": "8b70a4dd2932089b80779d3676d6fe5119cec499" }, "require": { "magento/framework": "103.0.*", "magento/module-banner": "101.2.*", "magento/module-catalog-rule": "101.2.*", "magento/module-staging": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -8824,11 +8733,11 @@ }, { "name": "magento/module-bundle", - "version": "101.0.7", + "version": "101.0.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-bundle/magento-module-bundle-101.0.7.0.zip", - "shasum": "a0e9a88a8579f755b6ea25f4cf700af646a9f432" + "url": "https://repo.magento.com/archives/magento/module-bundle/magento-module-bundle-101.0.8.0.zip", + "shasum": "4016cd90a8c357cba56da29e1c457e4f27501ac6" }, "require": { "magento/framework": "103.0.*", @@ -8848,7 +8757,7 @@ "magento/module-store": "101.1.*", "magento/module-tax": "100.4.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-bundle-sample-data": "Sample Data version: 100.4.*", @@ -8872,24 +8781,23 @@ }, { "name": "magento/module-bundle-graph-ql", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-bundle-graph-ql/magento-module-bundle-graph-ql-100.4.7.0.zip", - "shasum": "da0b73fa4179908d24d22775e1796c5b9f8fd3eb" + "url": "https://repo.magento.com/archives/magento/module-bundle-graph-ql/magento-module-bundle-graph-ql-100.4.8.0.zip", + "shasum": "26a169233825b0f50c6197cee0c2e1f0ea812027" }, "require": { "magento/framework": "103.0.*", "magento/module-bundle": "101.0.*", "magento/module-catalog": "104.0.*", "magento/module-catalog-graph-ql": "100.4.*", - "magento/module-graph-ql": "100.4.*", "magento/module-quote": "101.2.*", "magento/module-quote-graph-ql": "100.4.*", "magento/module-sales": "103.0.*", "magento/module-sales-graph-ql": "100.4.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -8908,11 +8816,11 @@ }, { "name": "magento/module-bundle-import-export", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-bundle-import-export/magento-module-bundle-import-export-100.4.6.0.zip", - "shasum": "da4368accbef093e707694361c0f4d1fc983fa85" + "url": "https://repo.magento.com/archives/magento/module-bundle-import-export/magento-module-bundle-import-export-100.4.7.0.zip", + "shasum": "2b9f7184fad64815b4a469078d66fcddf2449a58" }, "require": { "magento/framework": "103.0.*", @@ -8922,7 +8830,7 @@ "magento/module-eav": "102.1.*", "magento/module-import-export": "101.0.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -8941,16 +8849,16 @@ }, { "name": "magento/module-bundle-import-export-staging", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-bundle-import-export-staging/magento-module-bundle-import-export-staging-100.4.4.0.zip", - "shasum": "2ff9b3bf38d0e61ecdd97baca20f3842125097d2" + "url": "https://repo.magento.com/archives/magento/module-bundle-import-export-staging/magento-module-bundle-import-export-staging-100.4.5.0.zip", + "shasum": "4a03a8eb6a3365c7701cf58c22c06dc0d95ac575" }, "require": { "magento/framework": "103.0.*", "magento/module-bundle": "101.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-bundle-import-export": "100.4.*" @@ -8971,11 +8879,11 @@ }, { "name": "magento/module-bundle-staging", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-bundle-staging/magento-module-bundle-staging-100.4.7.0.zip", - "shasum": "d098f4141407629e90ab06d2f102252552b430d3" + "url": "https://repo.magento.com/archives/magento/module-bundle-staging/magento-module-bundle-staging-100.4.8.0.zip", + "shasum": "ce5cfe052845f7ec9f85f2448588a58bac1517c6" }, "require": { "magento/framework": "103.0.*", @@ -8985,7 +8893,7 @@ "magento/module-staging": "101.2.*", "magento/module-store": "101.1.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -9003,16 +8911,16 @@ }, { "name": "magento/module-cache-invalidate", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-cache-invalidate/magento-module-cache-invalidate-100.4.5.0.zip", - "shasum": "5a573bbecd56a1ddcc95ff19a630501b2a57a80d" + "url": "https://repo.magento.com/archives/magento/module-cache-invalidate/magento-module-cache-invalidate-100.4.6.0.zip", + "shasum": "349b8f2c330700cb763856a1da2356067bc4fd59" }, "require": { "magento/framework": "103.0.*", "magento/module-page-cache": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -9031,23 +8939,23 @@ }, { "name": "magento/module-captcha", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-captcha/magento-module-captcha-100.4.7.0.zip", - "shasum": "f27e3ef46aecf81b8998268e6ffa327def721168" + "url": "https://repo.magento.com/archives/magento/module-captcha/magento-module-captcha-100.4.8.0.zip", + "shasum": "b8186ee1e3ba761600db152c2e77ff933fbd5b93" }, "require": { - "laminas/laminas-captcha": "^2.12", - "laminas/laminas-db": "^2.19", + "laminas/laminas-captcha": "^2.18", "magento/framework": "103.0.*", + "magento/magento-zf-db": "^3.21", "magento/module-authorization": "100.4.*", "magento/module-backend": "102.0.*", "magento/module-checkout": "100.4.*", "magento/module-customer": "103.0.*", "magento/module-sales": "103.0.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -9066,18 +8974,18 @@ }, { "name": "magento/module-cardinal-commerce", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-cardinal-commerce/magento-module-cardinal-commerce-100.4.5.0.zip", - "shasum": "84b592c2e4510e229b3192de1ebde3a6bf7b46ab" + "url": "https://repo.magento.com/archives/magento/module-cardinal-commerce/magento-module-cardinal-commerce-100.4.6.0.zip", + "shasum": "84979df07cb86a42ed93f6bc468948964dd81f79" }, "require": { "magento/framework": "103.0.*", "magento/module-checkout": "100.4.*", "magento/module-payment": "100.4.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -9096,11 +9004,11 @@ }, { "name": "magento/module-catalog", - "version": "104.0.7-p2", + "version": "104.0.8-p1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-catalog/magento-module-catalog-104.0.7.0-patch2.zip", - "shasum": "78912c7a4584d6815f2759f695c832ddeda9d609" + "url": "https://repo.magento.com/archives/magento/module-catalog/magento-module-catalog-104.0.8.0-patch1.zip", + "shasum": "ff89ee0fe90e99faf5d0fd4a2cd18d0cff4eb4a7" }, "require": { "magento/framework": "103.0.*", @@ -9131,7 +9039,7 @@ "magento/module-url-rewrite": "102.0.*", "magento/module-widget": "101.2.*", "magento/module-wishlist": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-catalog-sample-data": "Sample Data version: 100.4.*", @@ -9155,17 +9063,17 @@ }, { "name": "magento/module-catalog-analytics", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-catalog-analytics/magento-module-catalog-analytics-100.4.4.0.zip", - "shasum": "0c28cf2f423e890996da8f19d70c6cdcfe3f5e99" + "url": "https://repo.magento.com/archives/magento/module-catalog-analytics/magento-module-catalog-analytics-100.4.5.0.zip", + "shasum": "7b2a8c36315622e6bb3e7277fd153be81629382e" }, "require": { "magento/framework": "103.0.*", "magento/module-analytics": "100.4.*", "magento/module-catalog": "104.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -9184,17 +9092,17 @@ }, { "name": "magento/module-catalog-cms-graph-ql", - "version": "100.4.3", + "version": "100.4.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-catalog-cms-graph-ql/magento-module-catalog-cms-graph-ql-100.4.3.0.zip", - "shasum": "2b943fe684900f00cb0d830252fe6e9dfe2b2a34" + "url": "https://repo.magento.com/archives/magento/module-catalog-cms-graph-ql/magento-module-catalog-cms-graph-ql-100.4.4.0.zip", + "shasum": "86a7c9f1e2441444a1e4ce60d88e350231b8d8eb" }, "require": { "magento/framework": "103.0.*", "magento/module-catalog": "104.0.*", "magento/module-cms-graph-ql": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-catalog-graph-ql": "100.4.*", @@ -9218,18 +9126,18 @@ }, { "name": "magento/module-catalog-customer-graph-ql", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-catalog-customer-graph-ql/magento-module-catalog-customer-graph-ql-100.4.6.0.zip", - "shasum": "9dfcf61bd97d7902e1f2742231a695aed39d5fde" + "url": "https://repo.magento.com/archives/magento/module-catalog-customer-graph-ql/magento-module-catalog-customer-graph-ql-100.4.7.0.zip", + "shasum": "cad08985ed6d216746882b5ab032855a48ce139e" }, "require": { "magento/framework": "103.0.*", "magento/module-catalog": "104.0.*", "magento/module-catalog-graph-ql": "100.4.*", "magento/module-customer": "103.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -9248,11 +9156,11 @@ }, { "name": "magento/module-catalog-event", - "version": "101.1.6", + "version": "101.1.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-catalog-event/magento-module-catalog-event-101.1.6.0.zip", - "shasum": "0d0a362835aeb43c324fcd6957028688122bcba5" + "url": "https://repo.magento.com/archives/magento/module-catalog-event/magento-module-catalog-event-101.1.7.0.zip", + "shasum": "29013ca5c26683a152afdb0c63254b556390bd6e" }, "require": { "magento/framework": "103.0.*", @@ -9266,7 +9174,7 @@ "magento/module-sales": "103.0.*", "magento/module-store": "101.1.*", "magento/module-widget": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -9284,11 +9192,11 @@ }, { "name": "magento/module-catalog-graph-ql", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-catalog-graph-ql/magento-module-catalog-graph-ql-100.4.7.0.zip", - "shasum": "3c0c7faf9eadc1768e72b7ee2ff51468d84cf9c5" + "url": "https://repo.magento.com/archives/magento/module-catalog-graph-ql/magento-module-catalog-graph-ql-100.4.8.0.zip", + "shasum": "f2a55d1f81155a6f9a6231762334d59e5834668b" }, "require": { "magento/framework": "103.0.*", @@ -9304,7 +9212,7 @@ "magento/module-graph-ql-resolver-cache": "100.4.*", "magento/module-search": "101.1.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-graph-ql-cache": "100.4.*", @@ -9327,11 +9235,11 @@ }, { "name": "magento/module-catalog-import-export", - "version": "101.1.7", + "version": "101.1.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-catalog-import-export/magento-module-catalog-import-export-101.1.7.0.zip", - "shasum": "df6f9d4c9a4ed9d7b80d5ef6c77c6dae115fe831" + "url": "https://repo.magento.com/archives/magento/module-catalog-import-export/magento-module-catalog-import-export-101.1.8.0.zip", + "shasum": "2a61528110b5e4fbf4fee7cb5469fa1f9cc2a06b" }, "require": { "ext-ctype": "*", @@ -9347,7 +9255,7 @@ "magento/module-media-storage": "100.4.*", "magento/module-store": "101.1.*", "magento/module-tax": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -9366,18 +9274,18 @@ }, { "name": "magento/module-catalog-import-export-staging", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-catalog-import-export-staging/magento-module-catalog-import-export-staging-100.4.4.0.zip", - "shasum": "6a393b66416e59e3195185448ba5bdab4c6144cf" + "url": "https://repo.magento.com/archives/magento/module-catalog-import-export-staging/magento-module-catalog-import-export-staging-100.4.5.0.zip", + "shasum": "6e60503e262227b3cf0b19515c64726f56cb4593" }, "require": { "magento/framework": "103.0.*", "magento/module-catalog": "104.0.*", "magento/module-catalog-staging": "100.4.*", "magento/module-staging": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-catalog-import-export": "101.1.*" @@ -9398,11 +9306,11 @@ }, { "name": "magento/module-catalog-inventory", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-catalog-inventory/magento-module-catalog-inventory-100.4.7.0.zip", - "shasum": "5f3515759864576e367f7090df73847dc04d717f" + "url": "https://repo.magento.com/archives/magento/module-catalog-inventory/magento-module-catalog-inventory-100.4.8.0.zip", + "shasum": "07b394ebbcd53fea400e12a92fb8fc8f23dcac72" }, "require": { "magento/framework": "103.0.*", @@ -9413,7 +9321,7 @@ "magento/module-quote": "101.2.*", "magento/module-store": "101.1.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -9432,19 +9340,21 @@ }, { "name": "magento/module-catalog-inventory-graph-ql", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-catalog-inventory-graph-ql/magento-module-catalog-inventory-graph-ql-100.4.4.0.zip", - "shasum": "2694f6530a65d306e1069ce59a4c2042461e027f" + "url": "https://repo.magento.com/archives/magento/module-catalog-inventory-graph-ql/magento-module-catalog-inventory-graph-ql-100.4.5.0.zip", + "shasum": "c4783cb278cd745c5c35d45de6428315a9b6c253" }, "require": { "magento/framework": "103.0.*", "magento/module-catalog": "104.0.*", "magento/module-catalog-inventory": "100.4.*", "magento/module-graph-ql": "100.4.*", + "magento/module-quote": "101.2.*", + "magento/module-quote-graph-ql": "100.4.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -9463,11 +9373,11 @@ }, { "name": "magento/module-catalog-inventory-staging", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-catalog-inventory-staging/magento-module-catalog-inventory-staging-100.4.5.0.zip", - "shasum": "af181376146ed2e90fa59a69f0cbfb9c011f2b99" + "url": "https://repo.magento.com/archives/magento/module-catalog-inventory-staging/magento-module-catalog-inventory-staging-100.4.6.0.zip", + "shasum": "3917e03dcbd575744d4b464521fb900defce678a" }, "require": { "lib-libxml": "*", @@ -9477,7 +9387,7 @@ "magento/module-catalog-inventory": "100.4.*", "magento/module-catalog-staging": "100.4.*", "magento/module-staging": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-staging": "101.2.*" @@ -9498,17 +9408,17 @@ }, { "name": "magento/module-catalog-page-builder-analytics", - "version": "1.6.4", + "version": "1.6.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-catalog-page-builder-analytics/magento-module-catalog-page-builder-analytics-1.6.4.0.zip", - "shasum": "0f5aa3496ce83da17d96f1fce71887801d895956" + "url": "https://repo.magento.com/archives/magento/module-catalog-page-builder-analytics/magento-module-catalog-page-builder-analytics-1.6.5.0.zip", + "shasum": "51056035dd3a682e90f4150c163284a030b83d5c" }, "require": { "magento/framework": "*", "magento/module-catalog": "*", "magento/module-page-builder-analytics": "1.6.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -9526,17 +9436,17 @@ }, { "name": "magento/module-catalog-page-builder-analytics-staging", - "version": "1.7.3", + "version": "1.7.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-catalog-page-builder-analytics-staging/magento-module-catalog-page-builder-analytics-staging-1.7.3.0.zip", - "shasum": "4193b1450feaafd00713609d57116b1cd2ef8582" + "url": "https://repo.magento.com/archives/magento/module-catalog-page-builder-analytics-staging/magento-module-catalog-page-builder-analytics-staging-1.7.4.0.zip", + "shasum": "557f7ae149566d7bb51d33f55885349e0b44a3ec" }, "require": { "magento/framework": "*", "magento/module-catalog": "*", "magento/module-page-builder-analytics": "1.6.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -9554,11 +9464,11 @@ }, { "name": "magento/module-catalog-permissions", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-catalog-permissions/magento-module-catalog-permissions-100.4.7.0.zip", - "shasum": "c3f80f1b68e314ce7d937e54a7965e8a74c2b364" + "url": "https://repo.magento.com/archives/magento/module-catalog-permissions/magento-module-catalog-permissions-100.4.8.0.zip", + "shasum": "5529ac933267e0c2753a2421837b8b097fc257bf" }, "require": { "magento/framework": "103.0.*", @@ -9569,7 +9479,7 @@ "magento/module-quote": "101.2.*", "magento/module-store": "101.1.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-catalog-search": "102.0.*", @@ -9577,6 +9487,7 @@ "magento/module-import-export": "101.0.*", "magento/module-indexer": "100.4.*", "magento/module-sales": "103.0.*", + "magento/module-sitemap": "100.4.*", "magento/module-theme": "101.1.*" }, "type": "magento2-module", @@ -9595,11 +9506,11 @@ }, { "name": "magento/module-catalog-permissions-graph-ql", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-catalog-permissions-graph-ql/magento-module-catalog-permissions-graph-ql-100.4.5.0.zip", - "shasum": "d06d1b430f2b39a3c3ac498a70af652cc6c96022" + "url": "https://repo.magento.com/archives/magento/module-catalog-permissions-graph-ql/magento-module-catalog-permissions-graph-ql-100.4.6.0.zip", + "shasum": "8b4fe7f05cd627ce0dd932eb518b19a0f14aaf97" }, "require": { "magento/framework": "103.0.*", @@ -9611,7 +9522,7 @@ "magento/module-quote": "101.2.*", "magento/module-quote-graph-ql": "100.4.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -9630,11 +9541,11 @@ }, { "name": "magento/module-catalog-rule", - "version": "101.2.7", + "version": "101.2.8-p1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-catalog-rule/magento-module-catalog-rule-101.2.7.0.zip", - "shasum": "1c750576bda7418cd63cc20a16205e3ba8ad1306" + "url": "https://repo.magento.com/archives/magento/module-catalog-rule/magento-module-catalog-rule-101.2.8.0-patch1.zip", + "shasum": "a62d74ef81687bd65b602a6a280123a0e342dff4" }, "require": { "magento/framework": "103.0.*", @@ -9645,7 +9556,7 @@ "magento/module-rule": "100.4.*", "magento/module-store": "101.1.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-catalog-rule-sample-data": "Sample Data version: 100.4.*", @@ -9668,11 +9579,11 @@ }, { "name": "magento/module-catalog-rule-configurable", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-catalog-rule-configurable/magento-module-catalog-rule-configurable-100.4.6.0.zip", - "shasum": "5be26d1cf1eb42217ebf49ef1884cf5490f091ef" + "url": "https://repo.magento.com/archives/magento/module-catalog-rule-configurable/magento-module-catalog-rule-configurable-100.4.7.0.zip", + "shasum": "eb55784e30d206557d557c898f56a7d5f73f346b" }, "require": { "magento/framework": "103.0.*", @@ -9680,7 +9591,7 @@ "magento/module-catalog": "104.0.*", "magento/module-catalog-rule": "101.2.*", "magento/module-configurable-product": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-catalog-rule": "101.2.*" @@ -9702,18 +9613,16 @@ }, { "name": "magento/module-catalog-rule-graph-ql", - "version": "100.4.4", + "version": "100.4.5-p1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-catalog-rule-graph-ql/magento-module-catalog-rule-graph-ql-100.4.4.0.zip", - "shasum": "7a90b696836ba0894c829760a23b0bc2375b579b" + "url": "https://repo.magento.com/archives/magento/module-catalog-rule-graph-ql/magento-module-catalog-rule-graph-ql-100.4.5.0-patch1.zip", + "shasum": "3b52aaefa407759f00e88983a42d3b58c910b5d0" }, "require": { "magento/framework": "103.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" - }, - "suggest": { - "magento/module-catalog-rule": "101.2.*" + "magento/module-catalog-rule": "101.2.*", + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -9732,11 +9641,11 @@ }, { "name": "magento/module-catalog-rule-staging", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-catalog-rule-staging/magento-module-catalog-rule-staging-100.4.7.0.zip", - "shasum": "48b682d73e904deb64bc3657b42ab3b953587174" + "url": "https://repo.magento.com/archives/magento/module-catalog-rule-staging/magento-module-catalog-rule-staging-100.4.8.0.zip", + "shasum": "84e35f26d331744ec676d774b34e16c263be125d" }, "require": { "magento/framework": "103.0.*", @@ -9749,7 +9658,7 @@ "magento/module-staging": "101.2.*", "magento/module-store": "101.1.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -9767,11 +9676,11 @@ }, { "name": "magento/module-catalog-search", - "version": "102.0.7", + "version": "102.0.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-catalog-search/magento-module-catalog-search-102.0.7.0.zip", - "shasum": "e0f430aa6c7f84b96c07a9df548c2e77260dcf5a" + "url": "https://repo.magento.com/archives/magento/module-catalog-search/magento-module-catalog-search-102.0.8.0.zip", + "shasum": "b3b8ff3c82d4258699150b84f116da80bd2f20c0" }, "require": { "magento/framework": "103.0.*", @@ -9786,7 +9695,7 @@ "magento/module-store": "101.1.*", "magento/module-theme": "101.1.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-config": "101.2.*" @@ -9808,11 +9717,11 @@ }, { "name": "magento/module-catalog-staging", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-catalog-staging/magento-module-catalog-staging-100.4.7.0.zip", - "shasum": "a8a5789185f8799e1bb374d90d6d29da8e7cb98f" + "url": "https://repo.magento.com/archives/magento/module-catalog-staging/magento-module-catalog-staging-100.4.8.0.zip", + "shasum": "749f7296e01263486d19bce5cc774885caa4b411" }, "require": { "lib-libxml": "*", @@ -9837,7 +9746,7 @@ "magento/module-url-rewrite": "102.0.*", "magento/module-visual-merchandiser": "100.4.*", "magento/module-wishlist": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-catalog-import-export": "101.1.*", @@ -9861,11 +9770,11 @@ }, { "name": "magento/module-catalog-staging-graph-ql", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-catalog-staging-graph-ql/magento-module-catalog-staging-graph-ql-100.4.6.0.zip", - "shasum": "1180cf6f4b54776c2038530be9a5e07db364e4e9" + "url": "https://repo.magento.com/archives/magento/module-catalog-staging-graph-ql/magento-module-catalog-staging-graph-ql-100.4.7.0.zip", + "shasum": "e659a6926b9e781166d5489016fd4be3ec2ae2ed" }, "require": { "magento/framework": "103.0.*", @@ -9877,7 +9786,7 @@ "magento/module-graph-ql-resolver-cache": "100.4.*", "magento/module-staging": "101.2.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-staging-graph-ql": "100.4.*" @@ -9899,18 +9808,21 @@ }, { "name": "magento/module-catalog-staging-page-builder", - "version": "1.7.3", + "version": "1.7.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-catalog-staging-page-builder/magento-module-catalog-staging-page-builder-1.7.3.0.zip", - "shasum": "e2fbe17db9cb5dcea0ba2adce7194384f7c56093" + "url": "https://repo.magento.com/archives/magento/module-catalog-staging-page-builder/magento-module-catalog-staging-page-builder-1.7.4.0.zip", + "shasum": "02c8dd4aeaf2db94bd731c511a1ffdad712d86a3" }, "require": { "magento/framework": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "magento/module-catalog-staging": "100.4.*", + "magento/module-staging": "101.2.*", + "magento/module-store": "*", + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { - "magento/module-catalog-staging": "*", + "magento/module-catalog-widget": "*", "magento/module-page-builder": "2.2.*" }, "type": "magento2-module", @@ -9929,11 +9841,11 @@ }, { "name": "magento/module-catalog-url-rewrite", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-catalog-url-rewrite/magento-module-catalog-url-rewrite-100.4.7.0.zip", - "shasum": "a184b1209dda87d71d3c3e8d0798d18aa40a4bf8" + "url": "https://repo.magento.com/archives/magento/module-catalog-url-rewrite/magento-module-catalog-url-rewrite-100.4.8.0.zip", + "shasum": "f74a2f90fcc6aac68d2dbf72a51e95a10ede7137" }, "require": { "magento/framework": "103.0.*", @@ -9945,7 +9857,7 @@ "magento/module-store": "101.1.*", "magento/module-ui": "101.2.*", "magento/module-url-rewrite": "102.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-webapi": "100.4.*" @@ -9967,11 +9879,11 @@ }, { "name": "magento/module-catalog-url-rewrite-graph-ql", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-catalog-url-rewrite-graph-ql/magento-module-catalog-url-rewrite-graph-ql-100.4.5.0.zip", - "shasum": "0f7bfcd425eb582f25be30dcd258ce8564839207" + "url": "https://repo.magento.com/archives/magento/module-catalog-url-rewrite-graph-ql/magento-module-catalog-url-rewrite-graph-ql-100.4.6.0.zip", + "shasum": "4e1a405f12c5c7500b3aa0a1db1878a4bf00b4ec" }, "require": { "magento/framework": "103.0.*", @@ -9979,7 +9891,7 @@ "magento/module-catalog-graph-ql": "100.4.*", "magento/module-store": "101.1.*", "magento/module-url-rewrite-graph-ql": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-catalog-graph-ql": "100.4.*", @@ -10003,11 +9915,11 @@ }, { "name": "magento/module-catalog-url-rewrite-staging", - "version": "100.4.6-p2", + "version": "100.4.7-p1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-catalog-url-rewrite-staging/magento-module-catalog-url-rewrite-staging-100.4.6.0-patch2.zip", - "shasum": "c5855e2819cdc21d45b37eb944d826c402df6450" + "url": "https://repo.magento.com/archives/magento/module-catalog-url-rewrite-staging/magento-module-catalog-url-rewrite-staging-100.4.7.0-patch1.zip", + "shasum": "d53b721c98670bdb45e1d10330d15658673f196d" }, "require": { "magento/framework": "103.0.*", @@ -10016,7 +9928,7 @@ "magento/module-catalog-url-rewrite": "100.4.*", "magento/module-staging": "101.2.*", "magento/module-url-rewrite": "102.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -10034,11 +9946,11 @@ }, { "name": "magento/module-catalog-widget", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-catalog-widget/magento-module-catalog-widget-100.4.7.0.zip", - "shasum": "a98db7c42387bf56d1474382095b7f8c2dabf7fe" + "url": "https://repo.magento.com/archives/magento/module-catalog-widget/magento-module-catalog-widget-100.4.8.0.zip", + "shasum": "578859e8f224a39bde31b9641f4c694f27542816" }, "require": { "magento/framework": "103.0.*", @@ -10051,7 +9963,7 @@ "magento/module-theme": "101.1.*", "magento/module-widget": "101.2.*", "magento/module-wishlist": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -10070,11 +9982,11 @@ }, { "name": "magento/module-checkout", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-checkout/magento-module-checkout-100.4.7.0.zip", - "shasum": "0a50a9d7ec85a2a467dba094b0ecaa858fde6b76" + "url": "https://repo.magento.com/archives/magento/module-checkout/magento-module-checkout-100.4.8.0.zip", + "shasum": "2fef2ee9c12a4a174efdf08ffbc0bebb155ac418" }, "require": { "magento/framework": "103.0.*", @@ -10099,7 +10011,7 @@ "magento/module-tax": "100.4.*", "magento/module-theme": "101.1.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-cookie": "100.4.*" @@ -10121,11 +10033,11 @@ }, { "name": "magento/module-checkout-address-search", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-checkout-address-search/magento-module-checkout-address-search-100.4.6.0.zip", - "shasum": "eb734a9cfa93fb0be5b022a355ed2bb404c51e5b" + "url": "https://repo.magento.com/archives/magento/module-checkout-address-search/magento-module-checkout-address-search-100.4.7.0.zip", + "shasum": "9c6d98f8fe7940da3126dfb3b70c853482daa317" }, "require": { "magento/framework": "103.0.*", @@ -10135,7 +10047,7 @@ "magento/module-quote": "101.2.*", "magento/module-store": "101.1.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -10153,11 +10065,11 @@ }, { "name": "magento/module-checkout-address-search-gift-registry", - "version": "100.4.3", + "version": "100.4.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-checkout-address-search-gift-registry/magento-module-checkout-address-search-gift-registry-100.4.3.0.zip", - "shasum": "ecf9905ac99cedb42ad7df5733a24d2b0f521919" + "url": "https://repo.magento.com/archives/magento/module-checkout-address-search-gift-registry/magento-module-checkout-address-search-gift-registry-100.4.4.0.zip", + "shasum": "c5cc7561a021874e82a1a73e1fd78958135b2edd" }, "require": { "magento/framework": "103.0.*", @@ -10165,7 +10077,7 @@ "magento/module-checkout-address-search": "100.4.*", "magento/module-customer": "103.0.*", "magento/module-gift-registry": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -10183,11 +10095,11 @@ }, { "name": "magento/module-checkout-agreements", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-checkout-agreements/magento-module-checkout-agreements-100.4.6.0.zip", - "shasum": "93d7093ccb76ee57e628520c5e53c3d1417aee84" + "url": "https://repo.magento.com/archives/magento/module-checkout-agreements/magento-module-checkout-agreements-100.4.7.0.zip", + "shasum": "89fe977fd15bbdcc8222a0caae272225fdfd0675" }, "require": { "magento/framework": "103.0.*", @@ -10195,7 +10107,7 @@ "magento/module-checkout": "100.4.*", "magento/module-quote": "101.2.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -10214,17 +10126,17 @@ }, { "name": "magento/module-checkout-agreements-graph-ql", - "version": "100.4.3", + "version": "100.4.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-checkout-agreements-graph-ql/magento-module-checkout-agreements-graph-ql-100.4.3.0.zip", - "shasum": "75086246447425a61a4e78df508acd6b658a14e9" + "url": "https://repo.magento.com/archives/magento/module-checkout-agreements-graph-ql/magento-module-checkout-agreements-graph-ql-100.4.4.0.zip", + "shasum": "fd8dfdac86fd970bc56b2856e89c5799d3c2516d" }, "require": { "magento/framework": "103.0.*", "magento/module-checkout-agreements": "100.4.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-graph-ql": "100.4.*" @@ -10246,18 +10158,18 @@ }, { "name": "magento/module-checkout-staging", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-checkout-staging/magento-module-checkout-staging-100.4.6.0.zip", - "shasum": "fb0119fed7779893e59bdfd9153d3cc68492a3ea" + "url": "https://repo.magento.com/archives/magento/module-checkout-staging/magento-module-checkout-staging-100.4.7.0.zip", + "shasum": "f60d1cbf0a047a81aab4edcf0386376223d08344" }, "require": { "magento/framework": "103.0.*", "magento/module-quote": "101.2.*", "magento/module-staging": "101.2.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-checkout": "100.4.*", @@ -10279,11 +10191,11 @@ }, { "name": "magento/module-cms", - "version": "104.0.7", + "version": "104.0.8-p1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-cms/magento-module-cms-104.0.7.0.zip", - "shasum": "fbc392a3256e144034483c3a5bd07beebf8138ed" + "url": "https://repo.magento.com/archives/magento/module-cms/magento-module-cms-104.0.8.0-patch1.zip", + "shasum": "ac8743ddb832c42fdb31fabc1109dfa102c81486" }, "require": { "magento/framework": "103.0.*", @@ -10296,7 +10208,7 @@ "magento/module-ui": "101.2.*", "magento/module-variable": "100.4.*", "magento/module-widget": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-cms-sample-data": "Sample Data version: 100.4.*" @@ -10318,11 +10230,11 @@ }, { "name": "magento/module-cms-graph-ql", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-cms-graph-ql/magento-module-cms-graph-ql-100.4.4.0.zip", - "shasum": "b97342cb33c41cdb5383b9861c25abfeacb81923" + "url": "https://repo.magento.com/archives/magento/module-cms-graph-ql/magento-module-cms-graph-ql-100.4.5.0.zip", + "shasum": "6e12d8f71114011b83df1ac742faf972a76e260a" }, "require": { "magento/framework": "103.0.*", @@ -10330,7 +10242,7 @@ "magento/module-graph-ql-resolver-cache": "100.4.*", "magento/module-store": "101.1.*", "magento/module-widget": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-graph-ql": "100.4.*", @@ -10354,17 +10266,17 @@ }, { "name": "magento/module-cms-page-builder-analytics", - "version": "1.6.4", + "version": "1.6.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-cms-page-builder-analytics/magento-module-cms-page-builder-analytics-1.6.4.0.zip", - "shasum": "169cdeb534cad6e777c10cab1aebec55011b90ec" + "url": "https://repo.magento.com/archives/magento/module-cms-page-builder-analytics/magento-module-cms-page-builder-analytics-1.6.5.0.zip", + "shasum": "8733abe26a22c2e0663143eb545fa3d453956327" }, "require": { "magento/framework": "*", "magento/module-cms": "*", "magento/module-page-builder-analytics": "1.6.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -10382,17 +10294,17 @@ }, { "name": "magento/module-cms-page-builder-analytics-staging", - "version": "1.7.3", + "version": "1.7.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-cms-page-builder-analytics-staging/magento-module-cms-page-builder-analytics-staging-1.7.3.0.zip", - "shasum": "c787bedc0ec7002b50a0f34166ab8aec3079a0d5" + "url": "https://repo.magento.com/archives/magento/module-cms-page-builder-analytics-staging/magento-module-cms-page-builder-analytics-staging-1.7.4.0.zip", + "shasum": "0e70f70918088d7481a5ba620c67e35509b0cd76" }, "require": { "magento/framework": "*", "magento/module-cms": "*", "magento/module-page-builder-analytics": "1.6.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -10410,11 +10322,11 @@ }, { "name": "magento/module-cms-staging", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-cms-staging/magento-module-cms-staging-100.4.7.0.zip", - "shasum": "fbe6267b73a931f743de567608fd72d9a474e2a3" + "url": "https://repo.magento.com/archives/magento/module-cms-staging/magento-module-cms-staging-100.4.8.0.zip", + "shasum": "1951c8e18a6c7356a364813ae3ca44b98558cae1" }, "require": { "magento/framework": "103.0.*", @@ -10423,7 +10335,7 @@ "magento/module-staging": "101.2.*", "magento/module-ui": "101.2.*", "magento/module-versions-cms": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -10441,18 +10353,18 @@ }, { "name": "magento/module-cms-url-rewrite", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-cms-url-rewrite/magento-module-cms-url-rewrite-100.4.6.0.zip", - "shasum": "4ab1a22d3429c93a5963fdb2bcf4b49868db2793" + "url": "https://repo.magento.com/archives/magento/module-cms-url-rewrite/magento-module-cms-url-rewrite-100.4.7.0.zip", + "shasum": "2822b0b0f5331ae813fb55adfe1e16d8ae2310eb" }, "require": { "magento/framework": "103.0.*", "magento/module-cms": "104.0.*", "magento/module-store": "101.1.*", "magento/module-url-rewrite": "102.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -10471,11 +10383,11 @@ }, { "name": "magento/module-cms-url-rewrite-graph-ql", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-cms-url-rewrite-graph-ql/magento-module-cms-url-rewrite-graph-ql-100.4.5.0.zip", - "shasum": "658f923865f737bdff42cd9ab7e0907900323a21" + "url": "https://repo.magento.com/archives/magento/module-cms-url-rewrite-graph-ql/magento-module-cms-url-rewrite-graph-ql-100.4.6.0.zip", + "shasum": "90ec725f751fc4e2a868e29f9c31350c9a5563ab" }, "require": { "magento/framework": "103.0.*", @@ -10483,7 +10395,7 @@ "magento/module-cms-graph-ql": "100.4.*", "magento/module-store": "101.1.*", "magento/module-url-rewrite-graph-ql": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-catalog-graph-ql": "100.4.*", @@ -10506,11 +10418,11 @@ }, { "name": "magento/module-commerce-backend-uix", - "version": "1.4.0", + "version": "2.3.0", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-commerce-backend-uix/magento-module-commerce-backend-uix-1.4.0.0.zip", - "shasum": "f3849438d432f50c4fd757fb4ecffafb95557110" + "url": "https://repo.magento.com/archives/magento/module-commerce-backend-uix/magento-module-commerce-backend-uix-2.3.0.0.zip", + "shasum": "a092c28e0466cf13f9e738347093efaf70a6a9f4" }, "require": { "magento/framework": ">=103.0.5", @@ -10523,7 +10435,7 @@ "magento/module-sales": ">=103.0.5", "magento/module-store": ">=101.1.5", "magento/module-ui": ">=101.2.5", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -10541,17 +10453,17 @@ }, { "name": "magento/module-compare-list-graph-ql", - "version": "100.4.3", + "version": "100.4.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-compare-list-graph-ql/magento-module-compare-list-graph-ql-100.4.3.0.zip", - "shasum": "a353bad32bfd18442cb79364a5125e152d7b470d" + "url": "https://repo.magento.com/archives/magento/module-compare-list-graph-ql/magento-module-compare-list-graph-ql-100.4.4.0.zip", + "shasum": "7355815d15c5c996db44b2e2d5a464fc5257c879" }, "require": { "magento/framework": "103.0.*", "magento/module-catalog": "104.0.*", "magento/module-customer": "103.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -10570,11 +10482,11 @@ }, { "name": "magento/module-config", - "version": "101.2.7-p2", + "version": "101.2.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-config/magento-module-config-101.2.7.0-patch2.zip", - "shasum": "b452798413b458ea339392f007856a497ca1e6ac" + "url": "https://repo.magento.com/archives/magento/module-config/magento-module-config-101.2.8.0.zip", + "shasum": "26e8689000e312d95f9c6582f58286047cd623e9" }, "require": { "magento/framework": "103.0.*", @@ -10583,9 +10495,10 @@ "magento/module-deploy": "100.4.*", "magento/module-directory": "100.4.*", "magento/module-email": "101.1.*", + "magento/module-encryption-key": "100.4.*", "magento/module-media-storage": "100.4.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -10604,11 +10517,11 @@ }, { "name": "magento/module-configurable-import-export", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-configurable-import-export/magento-module-configurable-import-export-100.4.5.0.zip", - "shasum": "3f4dd46d359ec774b93fab8fcac6ae1baad90366" + "url": "https://repo.magento.com/archives/magento/module-configurable-import-export/magento-module-configurable-import-export-100.4.6.0.zip", + "shasum": "b57c10bc67d235c02b2da246f63d4a440cda5c43" }, "require": { "magento/framework": "103.0.*", @@ -10618,7 +10531,7 @@ "magento/module-eav": "102.1.*", "magento/module-import-export": "101.0.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -10637,11 +10550,11 @@ }, { "name": "magento/module-configurable-product", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-configurable-product/magento-module-configurable-product-100.4.7.0.zip", - "shasum": "9972988bf20d961b544b2ad097065afbecf70440" + "url": "https://repo.magento.com/archives/magento/module-configurable-product/magento-module-configurable-product-100.4.8.0.zip", + "shasum": "a5628aa64a7a51c14830ca57723ff7a36cda1023" }, "require": { "magento/framework": "103.0.*", @@ -10655,7 +10568,7 @@ "magento/module-quote": "101.2.*", "magento/module-store": "101.1.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-catalog-widget": "100.4.*", @@ -10685,11 +10598,11 @@ }, { "name": "magento/module-configurable-product-graph-ql", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-configurable-product-graph-ql/magento-module-configurable-product-graph-ql-100.4.7.0.zip", - "shasum": "d2d87c4bda0dcc708e6d0de5593b9e6d60b6e23c" + "url": "https://repo.magento.com/archives/magento/module-configurable-product-graph-ql/magento-module-configurable-product-graph-ql-100.4.8.0.zip", + "shasum": "bd90f259de17100b1fd36d89296286c469c8763c" }, "require": { "magento/framework": "103.0.*", @@ -10700,7 +10613,7 @@ "magento/module-graph-ql": "100.4.*", "magento/module-quote": "101.2.*", "magento/module-quote-graph-ql": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -10719,11 +10632,11 @@ }, { "name": "magento/module-configurable-product-sales", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-configurable-product-sales/magento-module-configurable-product-sales-100.4.4.0.zip", - "shasum": "ed15df2440961ef30dab4083eaa7f855f615133e" + "url": "https://repo.magento.com/archives/magento/module-configurable-product-sales/magento-module-configurable-product-sales-100.4.5.0.zip", + "shasum": "49426af58d515804c3309dc4dc7e38506f24ffe6" }, "require": { "magento/framework": "103.0.*", @@ -10731,7 +10644,7 @@ "magento/module-configurable-product": "100.4.*", "magento/module-sales": "103.0.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -10750,11 +10663,11 @@ }, { "name": "magento/module-configurable-product-staging", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-configurable-product-staging/magento-module-configurable-product-staging-100.4.6.0.zip", - "shasum": "bc08c6ba78039ed873d60367a565b8842ce99d3e" + "url": "https://repo.magento.com/archives/magento/module-configurable-product-staging/magento-module-configurable-product-staging-100.4.7.0.zip", + "shasum": "8d9ec7d42eaba03e96ba8cc01517a931b7d2f5cc" }, "require": { "lib-libxml": "*", @@ -10765,7 +10678,7 @@ "magento/module-configurable-product": "100.4.*", "magento/module-staging": "101.2.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-catalog-staging": "100.4.*" @@ -10786,11 +10699,11 @@ }, { "name": "magento/module-contact", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-contact/magento-module-contact-100.4.6.0.zip", - "shasum": "d00dd1689b897b65fef2823cd821ea7548b1976d" + "url": "https://repo.magento.com/archives/magento/module-contact/magento-module-contact-100.4.7.0.zip", + "shasum": "468b94fe6091bd4203903b09bb7ba2b600a66f60" }, "require": { "magento/framework": "103.0.*", @@ -10798,7 +10711,7 @@ "magento/module-config": "101.2.*", "magento/module-customer": "103.0.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -10817,16 +10730,16 @@ }, { "name": "magento/module-contact-graph-ql", - "version": "100.4.0", + "version": "100.4.1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-contact-graph-ql/magento-module-contact-graph-ql-100.4.0.0.zip", - "shasum": "41a41081e7ff424e0d3e27cef909d56c6544a1cf" + "url": "https://repo.magento.com/archives/magento/module-contact-graph-ql/magento-module-contact-graph-ql-100.4.1.0.zip", + "shasum": "013467af7ea937aed2a526db1f0d51657a1a055d" }, "require": { "magento/framework": "103.0.*", "magento/module-contact": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-graph-ql": "100.4.*" @@ -10848,16 +10761,16 @@ }, { "name": "magento/module-cookie", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-cookie/magento-module-cookie-100.4.7.0.zip", - "shasum": "ff03de20ba4ebde2a0b653a98743406dd668643e" + "url": "https://repo.magento.com/archives/magento/module-cookie/magento-module-cookie-100.4.8.0.zip", + "shasum": "78ff05af0ca240d7d075cb3c1e4d4466a9d67266" }, "require": { "magento/framework": "103.0.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-backend": "102.0.*" @@ -10879,19 +10792,17 @@ }, { "name": "magento/module-cron", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-cron/magento-module-cron-100.4.7.0.zip", - "shasum": "da3a0cb5c3161aa4e3fc77a1d5b4b20a441a4af9" + "url": "https://repo.magento.com/archives/magento/module-cron/magento-module-cron-100.4.8.0.zip", + "shasum": "703428e5f05ff0138971f3a52f3d473a752e9533" }, "require": { "magento/framework": "103.0.*", + "magento/module-config": "^100.1.2 || ^101.0", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" - }, - "suggest": { - "magento/module-config": "101.2.*" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -10910,18 +10821,18 @@ }, { "name": "magento/module-csp", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-csp/magento-module-csp-100.4.6.0.zip", - "shasum": "f61e5774f44e5f8e19f76778450a6ed2ce6122a5" + "url": "https://repo.magento.com/archives/magento/module-csp/magento-module-csp-100.4.7.0.zip", + "shasum": "dadc72c556847c75e0795ad96c517beb2b5b9063" }, "require": { "magento/framework": "103.0.*", "magento/module-deploy": "100.4.*", "magento/module-require-js": "100.4.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -10940,11 +10851,11 @@ }, { "name": "magento/module-currency-symbol", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-currency-symbol/magento-module-currency-symbol-100.4.5.0.zip", - "shasum": "820bc31749bd22c70753c1cc54cd4d4c1c290d05" + "url": "https://repo.magento.com/archives/magento/module-currency-symbol/magento-module-currency-symbol-100.4.6.0.zip", + "shasum": "ed24e18f0e2c3ee7a39cf2bc93408ddf0482b89c" }, "require": { "magento/framework": "103.0.*", @@ -10953,7 +10864,7 @@ "magento/module-directory": "100.4.*", "magento/module-page-cache": "100.4.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -10972,11 +10883,11 @@ }, { "name": "magento/module-custom-attribute-management", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-custom-attribute-management/magento-module-custom-attribute-management-100.4.6.0.zip", - "shasum": "37391d22317885f76e243e8b39e3d9b12ebf1771" + "url": "https://repo.magento.com/archives/magento/module-custom-attribute-management/magento-module-custom-attribute-management-100.4.7.0.zip", + "shasum": "6bf34d7d3ca8688b8976201841534282ca9ee33a" }, "require": { "magento/framework": "103.0.*", @@ -10984,7 +10895,7 @@ "magento/module-eav": "102.1.*", "magento/module-media-storage": "100.4.*", "magento/module-theme": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -11002,11 +10913,11 @@ }, { "name": "magento/module-customer", - "version": "103.0.7-p2", + "version": "103.0.8-p1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-customer/magento-module-customer-103.0.7.0-patch2.zip", - "shasum": "f0cb8584b580a4d8a7558baf6ede3abb547cd86c" + "url": "https://repo.magento.com/archives/magento/module-customer/magento-module-customer-103.0.8.0-patch1.zip", + "shasum": "f0d3cf953f3cc93d7a10f074025e9ca537ab6932" }, "require": { "magento/framework": "103.0.*", @@ -11028,7 +10939,7 @@ "magento/module-theme": "101.1.*", "magento/module-ui": "101.2.*", "magento/module-wishlist": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-asynchronous-operations": "100.4.*", @@ -11053,17 +10964,17 @@ }, { "name": "magento/module-customer-analytics", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-customer-analytics/magento-module-customer-analytics-100.4.4.0.zip", - "shasum": "8f3af6f652088aeb2342626af960c11df39ece7b" + "url": "https://repo.magento.com/archives/magento/module-customer-analytics/magento-module-customer-analytics-100.4.5.0.zip", + "shasum": "3739bc41e7d782c2d80f1c95aa17cab62e874d0c" }, "require": { "magento/framework": "103.0.*", "magento/module-analytics": "100.4.*", "magento/module-customer": "103.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -11082,11 +10993,11 @@ }, { "name": "magento/module-customer-balance", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-customer-balance/magento-module-customer-balance-100.4.7.0.zip", - "shasum": "69e9a8a5b59fc7f7a42e83daf5d560d92319cabd" + "url": "https://repo.magento.com/archives/magento/module-customer-balance/magento-module-customer-balance-100.4.8.0.zip", + "shasum": "8aa00687fbcde716998e232852bb81b89272c099" }, "require": { "magento/framework": "103.0.*", @@ -11100,7 +11011,7 @@ "magento/module-store": "101.1.*", "magento/module-ui": "101.2.*", "magento/module-user": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-customer-balance-sample-data": "Sample Data version: 100.4.*", @@ -11122,19 +11033,20 @@ }, { "name": "magento/module-customer-balance-graph-ql", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-customer-balance-graph-ql/magento-module-customer-balance-graph-ql-100.4.4.0.zip", - "shasum": "2033ba87f862a3a76e09fcc8b1e2399898d1562a" + "url": "https://repo.magento.com/archives/magento/module-customer-balance-graph-ql/magento-module-customer-balance-graph-ql-100.4.5.0.zip", + "shasum": "13611cfa796a9caa38aec35b5f4b8b0b6ea71047" }, "require": { "magento/framework": "103.0.*", "magento/module-customer-balance": "100.4.*", "magento/module-quote": "101.2.*", "magento/module-quote-graph-ql": "100.4.*", + "magento/module-sales": "103.0.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -11153,11 +11065,11 @@ }, { "name": "magento/module-customer-custom-attributes", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-customer-custom-attributes/magento-module-customer-custom-attributes-100.4.7.0.zip", - "shasum": "ec53ae34aa6ce8b67ff75e9df6d71d7017ee25b3" + "url": "https://repo.magento.com/archives/magento/module-customer-custom-attributes/magento-module-customer-custom-attributes-100.4.8.0.zip", + "shasum": "50c061c7e834eeba5c150ca5715ff115245a2910" }, "require": { "magento/framework": "103.0.*", @@ -11174,7 +11086,7 @@ "magento/module-store": "101.1.*", "magento/module-theme": "101.1.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -11192,19 +11104,24 @@ }, { "name": "magento/module-customer-custom-attributes-graph-ql", - "version": "100.4.0", + "version": "100.4.1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-customer-custom-attributes-graph-ql/magento-module-customer-custom-attributes-graph-ql-100.4.0.0.zip", - "shasum": "747c3e7f8ff2da97ba7dacb19526d1b46228fd89" + "url": "https://repo.magento.com/archives/magento/module-customer-custom-attributes-graph-ql/magento-module-customer-custom-attributes-graph-ql-100.4.1.0.zip", + "shasum": "4cebbf56207e2ede6ed9944a682f862c3d99a00c" }, "require": { "magento/framework": "103.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "magento/module-customer": "103.0.*", + "magento/module-eav": "102.1.*", + "magento/module-quote": "101.2.*", + "magento/module-sales": "103.0.*", + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-customer-custom-attributes": "100.4.*", - "magento/module-quote-graph-ql": "100.4.*" + "magento/module-quote-graph-ql": "100.4.*", + "magento/module-sales-graph-ql": "100.4.*" }, "type": "magento2-module", "autoload": { @@ -11222,17 +11139,17 @@ }, { "name": "magento/module-customer-downloadable-graph-ql", - "version": "100.4.3", + "version": "100.4.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-customer-downloadable-graph-ql/magento-module-customer-downloadable-graph-ql-100.4.3.0.zip", - "shasum": "21fba5f59d2903438d0336854daf3a4df617ba36" + "url": "https://repo.magento.com/archives/magento/module-customer-downloadable-graph-ql/magento-module-customer-downloadable-graph-ql-100.4.4.0.zip", + "shasum": "11780234719ad13b24ab77f0d89c271d356b008e" }, "require": { "magento/framework": "103.0.*", "magento/module-downloadable-graph-ql": "100.4.*", "magento/module-graph-ql": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-catalog-graph-ql": "100.4.*" @@ -11254,11 +11171,11 @@ }, { "name": "magento/module-customer-finance", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-customer-finance/magento-module-customer-finance-100.4.4.0.zip", - "shasum": "3eed6869b51b62e8d2d29bb0f9c161a52d353f8b" + "url": "https://repo.magento.com/archives/magento/module-customer-finance/magento-module-customer-finance-100.4.5.0.zip", + "shasum": "eb196a7dc74ec493afc5b62d206e58f2108da988" }, "require": { "magento/framework": "103.0.*", @@ -11272,7 +11189,7 @@ "magento/module-reward": "101.2.*", "magento/module-store": "101.1.*", "magento/module-user": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -11290,11 +11207,11 @@ }, { "name": "magento/module-customer-graph-ql", - "version": "100.4.7", + "version": "100.4.8-p1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-customer-graph-ql/magento-module-customer-graph-ql-100.4.7.0.zip", - "shasum": "efdc3d02d58590d96a2472e925a41d6b7ffe0531" + "url": "https://repo.magento.com/archives/magento/module-customer-graph-ql/magento-module-customer-graph-ql-100.4.8.0-patch1.zip", + "shasum": "8ecd326a6801b21729ca05a165f560df07dca6dc" }, "require": { "magento/framework": "103.0.*", @@ -11308,9 +11225,10 @@ "magento/module-graph-ql-resolver-cache": "100.4.*", "magento/module-integration": "100.4.*", "magento/module-newsletter": "100.4.*", + "magento/module-sales": "103.0.*", "magento/module-store": "101.1.*", "magento/module-tax": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -11329,11 +11247,11 @@ }, { "name": "magento/module-customer-import-export", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-customer-import-export/magento-module-customer-import-export-100.4.7.0.zip", - "shasum": "bfcebdb63649c802a37b7cc53e0065b94f57d101" + "url": "https://repo.magento.com/archives/magento/module-customer-import-export/magento-module-customer-import-export-100.4.8.0.zip", + "shasum": "0ae6641aad98188f0c7d70315d84c2e6dfc4961d" }, "require": { "magento/framework": "103.0.*", @@ -11343,7 +11261,7 @@ "magento/module-eav": "102.1.*", "magento/module-import-export": "101.0.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -11362,11 +11280,11 @@ }, { "name": "magento/module-customer-segment", - "version": "102.1.7", + "version": "102.1.8-p1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-customer-segment/magento-module-customer-segment-102.1.7.0.zip", - "shasum": "48cc2eed1af2a8c0c56100db04169e0356bb968d" + "url": "https://repo.magento.com/archives/magento/module-customer-segment/magento-module-customer-segment-102.1.8.0-patch1.zip", + "shasum": "06439c40f6207a2a46f617ed8079afad0bb4cf1c" }, "require": { "magento/framework": "103.0.*", @@ -11383,10 +11301,11 @@ "magento/module-newsletter": "100.4.*", "magento/module-page-cache": "100.4.*", "magento/module-quote": "101.2.*", + "magento/module-reports": "100.4.*", "magento/module-rule": "100.4.*", "magento/module-sales": "103.0.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-checkout": "100.4.*" @@ -11407,15 +11326,20 @@ }, { "name": "magento/module-customer-segment-graph-ql", - "version": "100.4.0", + "version": "100.4.1-p1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-customer-segment-graph-ql/magento-module-customer-segment-graph-ql-100.4.0.0.zip", - "shasum": "23a9399230fbe1e1542af8df8923918c990637a4" + "url": "https://repo.magento.com/archives/magento/module-customer-segment-graph-ql/magento-module-customer-segment-graph-ql-100.4.1.0-patch1.zip", + "shasum": "68467dbf932944b631bba8cf708a7a7953971c2f" }, "require": { "magento/framework": "103.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "magento/module-catalog": "104.0.*", + "magento/module-customer": "103.0.*", + "magento/module-customer-segment": "102.1.*", + "magento/module-graph-ql": "100.4.*", + "magento/module-reports": "100.4.*", + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-eav-graph-ql": "100.4.*" @@ -11436,18 +11360,18 @@ }, { "name": "magento/module-data-exporter", - "version": "103.3.13", + "version": "103.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-data-exporter/magento-module-data-exporter-103.3.13.0.zip", - "shasum": "fc9be1cadbde824605ce9259380c5606ba8e2a9e" + "url": "https://repo.magento.com/archives/magento/module-data-exporter/magento-module-data-exporter-103.4.5.0.zip", + "shasum": "7106cbd6fa8e26ed0416533cafd673394db22129" }, "require": { "magento/framework": ">=103.0.4", "magento/module-analytics": ">=100.4.4", "magento/module-indexer": ">=100.4.4", "magento/module-query-xml": "self.version", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -11466,16 +11390,16 @@ }, { "name": "magento/module-deferred-total-calculating", - "version": "100.4.2", + "version": "100.4.3", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-deferred-total-calculating/magento-module-deferred-total-calculating-100.4.2.0.zip", - "shasum": "0dc11de91759c6f6fa9a87f6e6f9591963ae649a" + "url": "https://repo.magento.com/archives/magento/module-deferred-total-calculating/magento-module-deferred-total-calculating-100.4.3.0.zip", + "shasum": "1198545396c8293b171cf940676da25a7341b4d5" }, "require": { "magento/framework": "103.0.*", "magento/module-quote": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-checkout-staging": "100.4.*", @@ -11497,11 +11421,11 @@ }, { "name": "magento/module-deploy", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-deploy/magento-module-deploy-100.4.7.0.zip", - "shasum": "78d5924a55a58a320f106ba8cf0d97b4ac00af44" + "url": "https://repo.magento.com/archives/magento/module-deploy/magento-module-deploy-100.4.8.0.zip", + "shasum": "c9397f8ea6b6de2b9c6ac53064997d63ca16048f" }, "require": { "magento/framework": "103.0.*", @@ -11509,7 +11433,7 @@ "magento/module-require-js": "100.4.*", "magento/module-store": "101.1.*", "magento/module-user": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -11529,17 +11453,17 @@ }, { "name": "magento/module-developer", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-developer/magento-module-developer-100.4.7.0.zip", - "shasum": "b3e7a74e1d0929b4b1b33ea715d31d7aac2d891b" + "url": "https://repo.magento.com/archives/magento/module-developer/magento-module-developer-100.4.8.0.zip", + "shasum": "8967accd5ef798edd989404eac1ed972acff0a58" }, "require": { "magento/framework": "103.0.*", "magento/module-config": "101.2.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -11558,11 +11482,11 @@ }, { "name": "magento/module-dhl", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-dhl/magento-module-dhl-100.4.6.0.zip", - "shasum": "268e49e3efaf9d219857256c20e8674dad457a34" + "url": "https://repo.magento.com/archives/magento/module-dhl/magento-module-dhl-100.4.7.0.zip", + "shasum": "74db5ccb85f72259a5e8204e3057b6cc7a23eb98" }, "require": { "lib-libxml": "*", @@ -11576,7 +11500,7 @@ "magento/module-sales": "103.0.*", "magento/module-shipping": "100.4.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-checkout": "100.4.*" @@ -11598,11 +11522,11 @@ }, { "name": "magento/module-directory", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-directory/magento-module-directory-100.4.7.0.zip", - "shasum": "856003569745c66626e362d043663dcf392a9a88" + "url": "https://repo.magento.com/archives/magento/module-directory/magento-module-directory-100.4.8.0.zip", + "shasum": "23c0bfad355d46c58d60ba2b0067ba4a074f40db" }, "require": { "lib-libxml": "*", @@ -11610,7 +11534,7 @@ "magento/module-backend": "102.0.*", "magento/module-config": "101.2.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -11629,18 +11553,18 @@ }, { "name": "magento/module-directory-graph-ql", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-directory-graph-ql/magento-module-directory-graph-ql-100.4.5.0.zip", - "shasum": "6a2c203d5a367b1048e8a3e397c18c38cd093a46" + "url": "https://repo.magento.com/archives/magento/module-directory-graph-ql/magento-module-directory-graph-ql-100.4.6.0.zip", + "shasum": "d4349a4f50816c28f1e3a97f6fce6c7c7f73d675" }, "require": { "magento/framework": "103.0.*", "magento/module-directory": "100.4.*", "magento/module-graph-ql": "100.4.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -11659,11 +11583,11 @@ }, { "name": "magento/module-downloadable", - "version": "100.4.7", + "version": "100.4.8-p1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-downloadable/magento-module-downloadable-100.4.7.0.zip", - "shasum": "f99b9522829035ebd2dc7143ea67d28933aceccc" + "url": "https://repo.magento.com/archives/magento/module-downloadable/magento-module-downloadable-100.4.8.0-patch1.zip", + "shasum": "5262a73cf39e216466a02122d27fd286d21effbe" }, "require": { "magento/framework": "103.0.*", @@ -11683,7 +11607,7 @@ "magento/module-tax": "100.4.*", "magento/module-theme": "101.1.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-downloadable-sample-data": "Sample Data version: 100.4.*" @@ -11705,11 +11629,11 @@ }, { "name": "magento/module-downloadable-graph-ql", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-downloadable-graph-ql/magento-module-downloadable-graph-ql-100.4.7.0.zip", - "shasum": "6b2ac0b39d46aef02dcf47d5848dbae38ab5ce65" + "url": "https://repo.magento.com/archives/magento/module-downloadable-graph-ql/magento-module-downloadable-graph-ql-100.4.8.0.zip", + "shasum": "b6740a949280e45c120a03b0c1beb85c174040e2" }, "require": { "magento/framework": "103.0.*", @@ -11719,7 +11643,7 @@ "magento/module-quote-graph-ql": "100.4.*", "magento/module-sales": "103.0.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-catalog-graph-ql": "100.4.*", @@ -11742,11 +11666,11 @@ }, { "name": "magento/module-downloadable-import-export", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-downloadable-import-export/magento-module-downloadable-import-export-100.4.6.0.zip", - "shasum": "1004cb533fd1d092d2d3722bf961c61e604c1edd" + "url": "https://repo.magento.com/archives/magento/module-downloadable-import-export/magento-module-downloadable-import-export-100.4.7.0.zip", + "shasum": "3a5bd0ff1da62134e99b06b18871a5e74ddc02e9" }, "require": { "magento/framework": "103.0.*", @@ -11756,7 +11680,7 @@ "magento/module-eav": "102.1.*", "magento/module-import-export": "101.0.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -11775,11 +11699,11 @@ }, { "name": "magento/module-downloadable-staging", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-downloadable-staging/magento-module-downloadable-staging-100.4.6.0.zip", - "shasum": "ce63e73998268f2cdc6d684c0dc2eb12d3d095b0" + "url": "https://repo.magento.com/archives/magento/module-downloadable-staging/magento-module-downloadable-staging-100.4.7.0.zip", + "shasum": "3d7fd46bc4713db038d044b8a246abc1fcc5c36c" }, "require": { "lib-libxml": "*", @@ -11789,7 +11713,7 @@ "magento/module-catalog-staging": "100.4.*", "magento/module-downloadable": "100.4.*", "magento/module-staging": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-catalog-staging": "100.4.*" @@ -11810,11 +11734,11 @@ }, { "name": "magento/module-eav", - "version": "102.1.7", + "version": "102.1.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-eav/magento-module-eav-102.1.7.0.zip", - "shasum": "2b4cafbe9a1bd303f95208f303792a9e3344fd10" + "url": "https://repo.magento.com/archives/magento/module-eav/magento-module-eav-102.1.8.0.zip", + "shasum": "59b1a75d220ae83990742462e8e251021dd26268" }, "require": { "magento/framework": "103.0.*", @@ -11823,7 +11747,7 @@ "magento/module-config": "101.2.*", "magento/module-media-storage": "100.4.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -11842,16 +11766,16 @@ }, { "name": "magento/module-eav-graph-ql", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-eav-graph-ql/magento-module-eav-graph-ql-100.4.4.0.zip", - "shasum": "c1f151c415228fc671b6b78272412dcb6006c596" + "url": "https://repo.magento.com/archives/magento/module-eav-graph-ql/magento-module-eav-graph-ql-100.4.5.0.zip", + "shasum": "765376813a698cd1dc94567913f6dea16ae99ea8" }, "require": { "magento/framework": "103.0.*", "magento/module-eav": "102.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-graph-ql": "100.4.*" @@ -11873,14 +11797,14 @@ }, { "name": "magento/module-elasticsearch", - "version": "101.0.7", + "version": "101.0.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-elasticsearch/magento-module-elasticsearch-101.0.7.0.zip", - "shasum": "8cc6c2a29622bf940413f08c4b5ef17532b21ac4" + "url": "https://repo.magento.com/archives/magento/module-elasticsearch/magento-module-elasticsearch-101.0.8.0.zip", + "shasum": "b9c2fb1ebf48ecb485bfa42cf97f766087e3d37a" }, "require": { - "elasticsearch/elasticsearch": "~7.17.0 || ~8.5.0", + "elasticsearch/elasticsearch": "^8.15", "magento/framework": "103.0.*", "magento/module-advanced-search": "100.4.*", "magento/module-catalog": "104.0.*", @@ -11890,7 +11814,7 @@ "magento/module-eav": "102.1.*", "magento/module-search": "101.1.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-config": "101.2.*" @@ -11911,21 +11835,21 @@ "description": "N/A" }, { - "name": "magento/module-elasticsearch-7", - "version": "100.4.7", + "name": "magento/module-elasticsearch-8", + "version": "101.0.0", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-elasticsearch-7/magento-module-elasticsearch-7-100.4.7.0.zip", - "shasum": "b033ee253daad9d6d3546a36510e5a0412c55a2c" + "url": "https://repo.magento.com/archives/magento/module-elasticsearch-8/magento-module-elasticsearch-8-101.0.0.0.zip", + "shasum": "b9e49cd1ee90877cd0b1b9bc45397c4c87d3372a" }, "require": { - "elasticsearch/elasticsearch": "^7.17", + "elasticsearch/elasticsearch": "^8.15", "magento/framework": "103.0.*", "magento/module-advanced-search": "100.4.*", "magento/module-catalog-search": "102.0.*", "magento/module-elasticsearch": "101.0.*", "magento/module-search": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-config": "101.2.*" @@ -11936,7 +11860,7 @@ "registration.php" ], "psr-4": { - "Magento\\Elasticsearch7\\": "" + "Magento\\Elasticsearch8\\": "" } }, "license": [ @@ -11947,11 +11871,11 @@ }, { "name": "magento/module-elasticsearch-catalog-permissions", - "version": "100.4.3", + "version": "100.4.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-elasticsearch-catalog-permissions/magento-module-elasticsearch-catalog-permissions-100.4.3.0.zip", - "shasum": "d445236397b85721eb5dcf99194f2460d75a326e" + "url": "https://repo.magento.com/archives/magento/module-elasticsearch-catalog-permissions/magento-module-elasticsearch-catalog-permissions-100.4.4.0.zip", + "shasum": "146f2d83f03e64d8160e3112d35100813b83c17e" }, "require": { "magento/framework": "103.0.*", @@ -11961,7 +11885,7 @@ "magento/module-customer": "103.0.*", "magento/module-elasticsearch": "101.0.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-config": "101.2.*" @@ -11983,11 +11907,11 @@ }, { "name": "magento/module-elasticsearch-catalog-permissions-graph-ql", - "version": "100.4.2", + "version": "100.4.3", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-elasticsearch-catalog-permissions-graph-ql/magento-module-elasticsearch-catalog-permissions-graph-ql-100.4.2.0.zip", - "shasum": "3cc7b992cb1b68dae51a5e2f68e0cb5b0a40ddb8" + "url": "https://repo.magento.com/archives/magento/module-elasticsearch-catalog-permissions-graph-ql/magento-module-elasticsearch-catalog-permissions-graph-ql-100.4.3.0.zip", + "shasum": "d1b502a9c55a0d8dddf893feefbdfaec6d446c61" }, "require": { "magento/framework": "103.0.*", @@ -11995,7 +11919,7 @@ "magento/module-catalog-permissions": "100.4.*", "magento/module-elasticsearch": "101.0.*", "magento/module-graph-ql": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -12014,11 +11938,11 @@ }, { "name": "magento/module-email", - "version": "101.1.7", + "version": "101.1.8-p1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-email/magento-module-email-101.1.7.0.zip", - "shasum": "8c41f44b9e55383926a84a21cfb1044834fc0594" + "url": "https://repo.magento.com/archives/magento/module-email/magento-module-email-101.1.8.0-patch1.zip", + "shasum": "d849348fd2dd33d44d2cb4be7be9048e7cd71f10" }, "require": { "magento/framework": "103.0.*", @@ -12031,7 +11955,7 @@ "magento/module-theme": "101.1.*", "magento/module-ui": "101.2.*", "magento/module-variable": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-theme": "101.1.*" @@ -12053,17 +11977,17 @@ }, { "name": "magento/module-encryption-key", - "version": "100.4.5-p2", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-encryption-key/magento-module-encryption-key-100.4.5.0-patch2.zip", - "shasum": "09a3928c20faed06d3d2a9dcc6e9b30d9b9324f7" + "url": "https://repo.magento.com/archives/magento/module-encryption-key/magento-module-encryption-key-100.4.6.0.zip", + "shasum": "d142e2b1ce4237050f5af379aa5a6e0ffafa91bb" }, "require": { "magento/framework": "103.0.*", "magento/module-backend": "102.0.*", "magento/module-config": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -12082,11 +12006,11 @@ }, { "name": "magento/module-enterprise", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-enterprise/magento-module-enterprise-100.4.5.0.zip", - "shasum": "ec355e7b28cf316b29dc02fed67d89d38a9290b4" + "url": "https://repo.magento.com/archives/magento/module-enterprise/magento-module-enterprise-100.4.6.0.zip", + "shasum": "f75a1c777385947be83cbaa225b7646eaa5ce6a0" }, "require": { "magento/framework": "103.0.*", @@ -12114,7 +12038,7 @@ "magento/module-scheduled-import-export": "101.2.*", "magento/module-target-rule": "101.2.*", "magento/module-versions-cms": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-theme": "101.1.*" @@ -12135,11 +12059,11 @@ }, { "name": "magento/module-fedex", - "version": "100.4.5-p2", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-fedex/magento-module-fedex-100.4.5.0-patch2.zip", - "shasum": "3fd3da576d108a74eb9af22d4e13fc7fef43115c" + "url": "https://repo.magento.com/archives/magento/module-fedex/magento-module-fedex-100.4.6.0.zip", + "shasum": "028f07c769dc6a3b3a131d9f8e3dcdfe090e4f9e" }, "require": { "lib-libxml": "*", @@ -12152,7 +12076,7 @@ "magento/module-sales": "103.0.*", "magento/module-shipping": "100.4.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -12171,11 +12095,11 @@ }, { "name": "magento/module-gift-card", - "version": "101.3.7", + "version": "101.3.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-gift-card/magento-module-gift-card-101.3.7.0.zip", - "shasum": "14e0a2f2ad8530687ebd005a33f995b353b6195d" + "url": "https://repo.magento.com/archives/magento/module-gift-card/magento-module-gift-card-101.3.8.0.zip", + "shasum": "d4560484d34e2d8a934e6a2dccb8f4d9696362d8" }, "require": { "magento/framework": "103.0.*", @@ -12192,7 +12116,7 @@ "magento/module-sales": "103.0.*", "magento/module-store": "101.1.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-bundle": "101.0.*", @@ -12220,11 +12144,11 @@ }, { "name": "magento/module-gift-card-account", - "version": "101.2.7", + "version": "101.2.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-gift-card-account/magento-module-gift-card-account-101.2.7.0.zip", - "shasum": "82548683143be67f793216faa1b49022b720c898" + "url": "https://repo.magento.com/archives/magento/module-gift-card-account/magento-module-gift-card-account-101.2.8.0.zip", + "shasum": "e360d661463301a1f40c17e251cae9633c150e87" }, "require": { "magento/framework": "103.0.*", @@ -12238,7 +12162,7 @@ "magento/module-quote": "101.2.*", "magento/module-sales": "103.0.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -12256,19 +12180,20 @@ }, { "name": "magento/module-gift-card-account-graph-ql", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-gift-card-account-graph-ql/magento-module-gift-card-account-graph-ql-100.4.5.0.zip", - "shasum": "142719a3651ef41e9a2b4669fa0f358802fa62db" + "url": "https://repo.magento.com/archives/magento/module-gift-card-account-graph-ql/magento-module-gift-card-account-graph-ql-100.4.6.0.zip", + "shasum": "334d24fbeb9ad5ed914629f693a0951078cdcd94" }, "require": { "magento/framework": "103.0.*", "magento/module-gift-card-account": "101.2.*", "magento/module-quote": "101.2.*", "magento/module-quote-graph-ql": "100.4.*", + "magento/module-sales": "103.0.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -12287,22 +12212,24 @@ }, { "name": "magento/module-gift-card-graph-ql", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-gift-card-graph-ql/magento-module-gift-card-graph-ql-100.4.7.0.zip", - "shasum": "63e219845d03359e3f7b118666cb9ade728d0cb8" + "url": "https://repo.magento.com/archives/magento/module-gift-card-graph-ql/magento-module-gift-card-graph-ql-100.4.8.0.zip", + "shasum": "417e3b67c3c46c16d9be2f34df045b0e3e436745" }, "require": { "magento/framework": "103.0.*", "magento/module-catalog": "104.0.*", + "magento/module-downloadable": "100.4.*", "magento/module-gift-card": "101.3.*", + "magento/module-gift-message-graph-ql": "100.4.*", "magento/module-graph-ql": "100.4.*", "magento/module-quote": "101.2.*", "magento/module-quote-graph-ql": "100.4.*", "magento/module-sales": "103.0.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-catalog-graph-ql": "100.4.*", @@ -12324,11 +12251,11 @@ }, { "name": "magento/module-gift-card-import-export", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-gift-card-import-export/magento-module-gift-card-import-export-100.4.4.0.zip", - "shasum": "7ac058389028b8a35481094fe8fdc9298541b501" + "url": "https://repo.magento.com/archives/magento/module-gift-card-import-export/magento-module-gift-card-import-export-100.4.5.0.zip", + "shasum": "df053f9edc966edc9abfe48a49b7de3ba5493407" }, "require": { "magento/framework": "103.0.*", @@ -12338,7 +12265,7 @@ "magento/module-eav": "102.1.*", "magento/module-gift-card": "101.3.*", "magento/module-import-export": "101.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -12357,16 +12284,16 @@ }, { "name": "magento/module-gift-card-staging", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-gift-card-staging/magento-module-gift-card-staging-100.4.4.0.zip", - "shasum": "5fc175a7540f7ca61e4b22ba88f7711ee0822546" + "url": "https://repo.magento.com/archives/magento/module-gift-card-staging/magento-module-gift-card-staging-100.4.5.0.zip", + "shasum": "5461647b9b113dc210720cb1f1b0b14c12fcfee6" }, "require": { "magento/framework": "103.0.*", "magento/module-gift-card": "101.3.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -12384,11 +12311,11 @@ }, { "name": "magento/module-gift-message", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-gift-message/magento-module-gift-message-100.4.6.0.zip", - "shasum": "27098f7ad1071183049acc2d8560fb5c12ea3b32" + "url": "https://repo.magento.com/archives/magento/module-gift-message/magento-module-gift-message-100.4.7.0.zip", + "shasum": "a1dfde87c32bef39b36f64af8733634a2783d735" }, "require": { "magento/framework": "103.0.*", @@ -12400,7 +12327,7 @@ "magento/module-sales": "103.0.*", "magento/module-store": "101.1.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-eav": "102.1.*", @@ -12423,16 +12350,21 @@ }, { "name": "magento/module-gift-message-graph-ql", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-gift-message-graph-ql/magento-module-gift-message-graph-ql-100.4.5.0.zip", - "shasum": "30b31e3629895670f306447a242ce7cc823dc8c7" + "url": "https://repo.magento.com/archives/magento/module-gift-message-graph-ql/magento-module-gift-message-graph-ql-100.4.6.0.zip", + "shasum": "6066e19e93e490e413ecebc7504e70ac9786aded" }, "require": { "magento/framework": "103.0.*", + "magento/module-catalog": "104.0.*", + "magento/module-downloadable": "100.4.*", "magento/module-gift-message": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "magento/module-quote": "101.2.*", + "magento/module-sales": "103.0.*", + "magento/module-store": "101.1.*", + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-graph-ql": "100.4.*" @@ -12454,17 +12386,17 @@ }, { "name": "magento/module-gift-message-staging", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-gift-message-staging/magento-module-gift-message-staging-100.4.4.0.zip", - "shasum": "37e05f12ed47ee162d741d8aae19fc52401abe23" + "url": "https://repo.magento.com/archives/magento/module-gift-message-staging/magento-module-gift-message-staging-100.4.5.0.zip", + "shasum": "62a7559973ab6e67179e6c1c99887c07421ab11c" }, "require": { "lib-libxml": "*", "magento/framework": "103.0.*", "magento/magento-composer-installer": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-gift-message": "100.4.*", @@ -12486,11 +12418,11 @@ }, { "name": "magento/module-gift-registry", - "version": "101.2.7-p2", + "version": "101.2.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-gift-registry/magento-module-gift-registry-101.2.7.0-patch2.zip", - "shasum": "a278d87d6cc81a1c27b21f157e1839f42253a297" + "url": "https://repo.magento.com/archives/magento/module-gift-registry/magento-module-gift-registry-101.2.8.0.zip", + "shasum": "c35d698cb4f827c4f94cecc668e5db953e7114ed" }, "require": { "magento/framework": "103.0.*", @@ -12509,7 +12441,7 @@ "magento/module-ui": "101.2.*", "magento/module-widget": "101.2.*", "magento/module-wishlist": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-gift-registry-sample-data": "Sample Data version: 100.4.*" @@ -12530,11 +12462,11 @@ }, { "name": "magento/module-gift-registry-graph-ql", - "version": "100.4.3", + "version": "100.4.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-gift-registry-graph-ql/magento-module-gift-registry-graph-ql-100.4.3.0.zip", - "shasum": "0a6b739a7c023a3a1877a1397323f5061de0fe65" + "url": "https://repo.magento.com/archives/magento/module-gift-registry-graph-ql/magento-module-gift-registry-graph-ql-100.4.4.0.zip", + "shasum": "352df476d45ffdb74391c0c6a446b2767133e8ca" }, "require": { "magento/framework": "103.0.*", @@ -12546,7 +12478,7 @@ "magento/module-gift-registry": "101.2.*", "magento/module-quote-graph-ql": "100.4.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-quote": "101.2.*" @@ -12568,11 +12500,11 @@ }, { "name": "magento/module-gift-wrapping", - "version": "101.2.6", + "version": "101.2.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-gift-wrapping/magento-module-gift-wrapping-101.2.6.0.zip", - "shasum": "023ba4797dec77755372c3366bb4f1a8a3cd5808" + "url": "https://repo.magento.com/archives/magento/module-gift-wrapping/magento-module-gift-wrapping-101.2.7.0.zip", + "shasum": "63458a5c6429925481b210156692478e0d80ce62" }, "require": { "magento/framework": "103.0.*", @@ -12590,7 +12522,7 @@ "magento/module-store": "101.1.*", "magento/module-tax": "100.4.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -12608,21 +12540,25 @@ }, { "name": "magento/module-gift-wrapping-graph-ql", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-gift-wrapping-graph-ql/magento-module-gift-wrapping-graph-ql-100.4.4.0.zip", - "shasum": "0f4621b09ce0842c5b6747b1568b27b69708c531" + "url": "https://repo.magento.com/archives/magento/module-gift-wrapping-graph-ql/magento-module-gift-wrapping-graph-ql-100.4.5.0.zip", + "shasum": "8eb35ddd33c011c4fd15c9dfa394e4b0fec8881e" }, "require": { "magento/framework": "103.0.*", + "magento/module-catalog": "104.0.*", + "magento/module-downloadable": "100.4.*", + "magento/module-gift-card": "101.3.*", "magento/module-gift-message": "100.4.*", "magento/module-gift-wrapping": "101.2.*", "magento/module-quote": "101.2.*", "magento/module-quote-graph-ql": "100.4.*", "magento/module-sales": "103.0.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "magento/module-store-graph-ql": "100.4.*", + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -12641,17 +12577,17 @@ }, { "name": "magento/module-gift-wrapping-staging", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-gift-wrapping-staging/magento-module-gift-wrapping-staging-100.4.4.0.zip", - "shasum": "bc3803f84d986d9ab6ba685cf9e53ffc3298170e" + "url": "https://repo.magento.com/archives/magento/module-gift-wrapping-staging/magento-module-gift-wrapping-staging-100.4.5.0.zip", + "shasum": "e6c668a98b783bbf57e101f78808c867ad619b6e" }, "require": { "lib-libxml": "*", "magento/framework": "103.0.*", "magento/magento-composer-installer": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-gift-wrapping": "101.2.*", @@ -12673,17 +12609,17 @@ }, { "name": "magento/module-google-adwords", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-google-adwords/magento-module-google-adwords-100.4.4.0.zip", - "shasum": "01ce3662b17348036157857a9041bc6e14e37215" + "url": "https://repo.magento.com/archives/magento/module-google-adwords/magento-module-google-adwords-100.4.5.0.zip", + "shasum": "f705be03533412e9fa1429a43cdb02d207119a94" }, "require": { "magento/framework": "103.0.*", "magento/module-sales": "103.0.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -12702,18 +12638,18 @@ }, { "name": "magento/module-google-analytics", - "version": "100.4.3", + "version": "100.4.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-google-analytics/magento-module-google-analytics-100.4.3.0.zip", - "shasum": "6d92d117facce76691b67930bb78848875c239eb" + "url": "https://repo.magento.com/archives/magento/module-google-analytics/magento-module-google-analytics-100.4.4.0.zip", + "shasum": "86abbbe8e84a967ba4ed2c2c0e317c013fba208c" }, "require": { "magento/framework": "103.0.*", "magento/module-cookie": "100.4.*", "magento/module-sales": "103.0.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-config": "101.2.*" @@ -12735,18 +12671,18 @@ }, { "name": "magento/module-google-gtag", - "version": "100.4.2", + "version": "100.4.3", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-google-gtag/magento-module-google-gtag-100.4.2.0.zip", - "shasum": "e04708eb929dccaa7bd40d157b952cbd3b34d199" + "url": "https://repo.magento.com/archives/magento/module-google-gtag/magento-module-google-gtag-100.4.3.0.zip", + "shasum": "32bcdf476a85a6ea631dfe3c9cb47f950a652283" }, "require": { "magento/framework": "103.0.*", "magento/module-cookie": "100.4.*", "magento/module-sales": "103.0.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-config": "101.2.*" @@ -12768,11 +12704,11 @@ }, { "name": "magento/module-google-optimizer", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-google-optimizer/magento-module-google-optimizer-100.4.6.0.zip", - "shasum": "6af40b562296caf5f5a411c941d0a65c7efcbe63" + "url": "https://repo.magento.com/archives/magento/module-google-optimizer/magento-module-google-optimizer-100.4.7.0.zip", + "shasum": "ca6e10e39e5da463213b89b84072d349fef00418" }, "require": { "magento/framework": "103.0.*", @@ -12783,7 +12719,7 @@ "magento/module-google-gtag": "100.4.*", "magento/module-store": "101.1.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -12802,17 +12738,17 @@ }, { "name": "magento/module-google-optimizer-staging", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-google-optimizer-staging/magento-module-google-optimizer-staging-100.4.4.0.zip", - "shasum": "78f60d0bf5e73d8fc3f627e53408194ac0ccdb6e" + "url": "https://repo.magento.com/archives/magento/module-google-optimizer-staging/magento-module-google-optimizer-staging-100.4.5.0.zip", + "shasum": "63a4a1c460d1eb1ef4ac12f16257ee2c08a09dc8" }, "require": { "lib-libxml": "*", "magento/framework": "103.0.*", "magento/magento-composer-installer": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-google-optimizer": "100.4.*", @@ -12834,11 +12770,11 @@ }, { "name": "magento/module-google-tag-manager", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-google-tag-manager/magento-module-google-tag-manager-100.4.7.0.zip", - "shasum": "10bb22bcb001e05e2b7e78c412f9d74e08145977" + "url": "https://repo.magento.com/archives/magento/module-google-tag-manager/magento-module-google-tag-manager-100.4.8.0.zip", + "shasum": "863a2d587008bb7c46544a8a4e666b91f7076067" }, "require": { "magento/framework": "103.0.*", @@ -12847,13 +12783,14 @@ "magento/module-catalog": "104.0.*", "magento/module-checkout": "100.4.*", "magento/module-cookie": "100.4.*", + "magento/module-csp": "100.4.*", "magento/module-customer": "103.0.*", "magento/module-google-analytics": "100.4.*", "magento/module-google-gtag": "100.4.*", "magento/module-page-cache": "100.4.*", "magento/module-sales": "103.0.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-config": "101.2.*", @@ -12875,18 +12812,18 @@ }, { "name": "magento/module-graph-ql", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-graph-ql/magento-module-graph-ql-100.4.7.0.zip", - "shasum": "2f9332743bd2665fb8352af5db7a6e372531b10f" + "url": "https://repo.magento.com/archives/magento/module-graph-ql/magento-module-graph-ql-100.4.8.0.zip", + "shasum": "4e5b4d030870a58d74bf1a7d34e3f2753e546fec" }, "require": { "magento/framework": "103.0.*", "magento/module-authorization": "100.4.*", "magento/module-eav": "102.1.*", "magento/module-webapi": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0", + "php": "~8.2.0||~8.3.0||~8.4.0", "webonyx/graphql-php": "^15.0" }, "suggest": { @@ -12909,11 +12846,11 @@ }, { "name": "magento/module-graph-ql-cache", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-graph-ql-cache/magento-module-graph-ql-cache-100.4.4.0.zip", - "shasum": "df318f3e3ba9367738e4e2390bfe9c796a9702fa" + "url": "https://repo.magento.com/archives/magento/module-graph-ql-cache/magento-module-graph-ql-cache-100.4.5.0.zip", + "shasum": "6027c7d944181a3510301a21ba9e2ba3d97b9f16" }, "require": { "magento/framework": "103.0.*", @@ -12921,7 +12858,7 @@ "magento/module-graph-ql": "100.4.*", "magento/module-integration": "100.4.*", "magento/module-page-cache": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -12940,17 +12877,17 @@ }, { "name": "magento/module-graph-ql-new-relic", - "version": "100.4.0", + "version": "100.4.1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-graph-ql-new-relic/magento-module-graph-ql-new-relic-100.4.0.0.zip", - "shasum": "4b0171d23f284f6b94e5d85739cc744ecc672f55" + "url": "https://repo.magento.com/archives/magento/module-graph-ql-new-relic/magento-module-graph-ql-new-relic-100.4.1.0.zip", + "shasum": "89fd7a22f5c0c434597000a9e81d7d14d37587a8" }, "require": { "magento/framework": "103.0.*", "magento/module-graph-ql": "100.4.*", "magento/module-new-relic-reporting": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -12969,16 +12906,16 @@ }, { "name": "magento/module-graph-ql-resolver-cache", - "version": "100.4.0", + "version": "100.4.1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-graph-ql-resolver-cache/magento-module-graph-ql-resolver-cache-100.4.0.0.zip", - "shasum": "5e8473c6e916120411ec9471eb1d81afb2f666d6" + "url": "https://repo.magento.com/archives/magento/module-graph-ql-resolver-cache/magento-module-graph-ql-resolver-cache-100.4.1.0.zip", + "shasum": "e4fc323a1d56a59a607d93c72e4dea48770d8760" }, "require": { "magento/framework": "103.0.*", "magento/module-graph-ql": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -12997,18 +12934,18 @@ }, { "name": "magento/module-graph-ql-server", - "version": "1.0.2", + "version": "1.0.3", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-graph-ql-server/magento-module-graph-ql-server-1.0.2.0.zip", - "shasum": "defefeabf3386dcc83e3f992a047904fe47a1e57" + "url": "https://repo.magento.com/archives/magento/module-graph-ql-server/magento-module-graph-ql-server-1.0.3.0.zip", + "shasum": "9ba1004829c927305a64315c099cd74be6b7b178" }, "require": { "magento/framework": "^103.0.0", "magento/module-backend": ">=101.0.0 <103.0.0", "magento/module-graph-ql": "^100.4.0", "magento/module-webapi": "^100.4.0", - "php": "~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0" + "php": "~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -13027,18 +12964,18 @@ }, { "name": "magento/module-grouped-catalog-inventory", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-grouped-catalog-inventory/magento-module-grouped-catalog-inventory-100.4.4.0.zip", - "shasum": "17296d83411494cc5094def6a0f509fa2a703c2d" + "url": "https://repo.magento.com/archives/magento/module-grouped-catalog-inventory/magento-module-grouped-catalog-inventory-100.4.5.0.zip", + "shasum": "7e4fbd73c53c4422dd045322b4f5dae1a1ffb236" }, "require": { "magento/framework": "103.0.*", "magento/module-catalog": "104.0.*", "magento/module-catalog-inventory": "100.4.*", "magento/module-grouped-product": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -13057,11 +12994,11 @@ }, { "name": "magento/module-grouped-import-export", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-grouped-import-export/magento-module-grouped-import-export-100.4.5.0.zip", - "shasum": "cd8a356b75bc6485ffd5631cd6e30dbbb5356ee8" + "url": "https://repo.magento.com/archives/magento/module-grouped-import-export/magento-module-grouped-import-export-100.4.6.0.zip", + "shasum": "cb3fe25bf10b5254c81e3a8275c59863bc3964be" }, "require": { "magento/framework": "103.0.*", @@ -13070,7 +13007,7 @@ "magento/module-eav": "102.1.*", "magento/module-grouped-product": "100.4.*", "magento/module-import-export": "101.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -13089,11 +13026,11 @@ }, { "name": "magento/module-grouped-product", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-grouped-product/magento-module-grouped-product-100.4.7.0.zip", - "shasum": "c2b37c35be7fbd4501b9f19afff6a568e9c0ed2d" + "url": "https://repo.magento.com/archives/magento/module-grouped-product/magento-module-grouped-product-100.4.8.0.zip", + "shasum": "ae7a29993892bf70560018d60af1aa6c983b2697" }, "require": { "magento/framework": "103.0.*", @@ -13110,7 +13047,7 @@ "magento/module-store": "101.1.*", "magento/module-ui": "101.2.*", "magento/module-wishlist": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-grouped-product-sample-data": "Sample Data version: 100.4.*" @@ -13132,18 +13069,20 @@ }, { "name": "magento/module-grouped-product-graph-ql", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-grouped-product-graph-ql/magento-module-grouped-product-graph-ql-100.4.7.0.zip", - "shasum": "b9046ca22b6c022b9e8c5d7ad01dbb85372e2126" + "url": "https://repo.magento.com/archives/magento/module-grouped-product-graph-ql/magento-module-grouped-product-graph-ql-100.4.8.0.zip", + "shasum": "c46becbff155b8e5da1a267785e3a08c4e856020" }, "require": { "magento/framework": "103.0.*", "magento/module-catalog": "104.0.*", "magento/module-catalog-graph-ql": "100.4.*", "magento/module-grouped-product": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "magento/module-quote": "101.2.*", + "magento/module-store-graph-ql": "100.4.*", + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -13162,11 +13101,11 @@ }, { "name": "magento/module-grouped-product-staging", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-grouped-product-staging/magento-module-grouped-product-staging-100.4.5.0.zip", - "shasum": "e6bbb45f997f85e6a24628018ca27271545aaa96" + "url": "https://repo.magento.com/archives/magento/module-grouped-product-staging/magento-module-grouped-product-staging-100.4.6.0.zip", + "shasum": "543df868bebe5e7bb1869f44caa9833f4f7ce0dd" }, "require": { "lib-libxml": "*", @@ -13175,7 +13114,7 @@ "magento/module-catalog": "104.0.*", "magento/module-catalog-staging": "100.4.*", "magento/module-grouped-product": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-catalog-staging": "100.4.*", @@ -13197,17 +13136,17 @@ }, { "name": "magento/module-import-csv", - "version": "100.4.1", + "version": "100.4.2", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-import-csv/magento-module-import-csv-100.4.1.0.zip", - "shasum": "707dc4a03d901e68ad026d8c8f94bdd8647c77d1" + "url": "https://repo.magento.com/archives/magento/module-import-csv/magento-module-import-csv-100.4.2.0.zip", + "shasum": "05f4e241379c43480f746575550bd848bc4d2980" }, "require": { "magento/framework": "103.0.*", "magento/module-import-csv-api": "100.4.*", "magento/module-import-export": "101.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -13226,15 +13165,15 @@ }, { "name": "magento/module-import-csv-api", - "version": "100.4.1", + "version": "100.4.2", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-import-csv-api/magento-module-import-csv-api-100.4.1.0.zip", - "shasum": "601b3830d54343b2fe486b3e654ee443e5b707ad" + "url": "https://repo.magento.com/archives/magento/module-import-csv-api/magento-module-import-csv-api-100.4.2.0.zip", + "shasum": "c3b197bb7ab82bb7b04bb0d32847b98d7ed8e567" }, "require": { "magento/framework": "103.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -13253,11 +13192,11 @@ }, { "name": "magento/module-import-export", - "version": "101.0.7-p2", + "version": "101.0.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-import-export/magento-module-import-export-101.0.7.0-patch2.zip", - "shasum": "f815647cd3a7873bf4d892455fe993cfd8ad089c" + "url": "https://repo.magento.com/archives/magento/module-import-export/magento-module-import-export-101.0.8.0.zip", + "shasum": "69aa8938b315154f5c518ed3100bb8cdb256db8b" }, "require": { "ext-ctype": "*", @@ -13268,7 +13207,7 @@ "magento/module-media-storage": "100.4.*", "magento/module-store": "101.1.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -13287,18 +13226,18 @@ }, { "name": "magento/module-import-json", - "version": "100.4.0", + "version": "100.4.1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-import-json/magento-module-import-json-100.4.0.0.zip", - "shasum": "d17fb05641b96362b8e139188a1de7b4a47ad80b" + "url": "https://repo.magento.com/archives/magento/module-import-json/magento-module-import-json-100.4.1.0.zip", + "shasum": "ad023cd4df35a95e243b6a2dc1e19433475d89d4" }, "require": { "magento/framework": "103.0.*", "magento/module-catalog-import-export": "101.1.*", "magento/module-import-export": "101.0.*", "magento/module-import-json-api": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -13317,15 +13256,15 @@ }, { "name": "magento/module-import-json-api", - "version": "100.4.0", + "version": "100.4.1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-import-json-api/magento-module-import-json-api-100.4.0.0.zip", - "shasum": "4ec65dde36e9e768490d225249ee82d00f560d2a" + "url": "https://repo.magento.com/archives/magento/module-import-json-api/magento-module-import-json-api-100.4.1.0.zip", + "shasum": "d839b12d9bdf0f25f316d37d1fa94b7285a01df2" }, "require": { "magento/framework": "103.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -13344,18 +13283,17 @@ }, { "name": "magento/module-indexer", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-indexer/magento-module-indexer-100.4.7.0.zip", - "shasum": "5ba18a0e76f51c95e6d4a1eeb998789cc74b06db" + "url": "https://repo.magento.com/archives/magento/module-indexer/magento-module-indexer-100.4.8.0.zip", + "shasum": "56362412a785cc27c6af077786e8b611ccbe49b6" }, "require": { "magento/framework": "103.0.*", "magento/framework-amqp": "100.4.*", "magento/module-backend": "102.0.*", - "magento/module-customer": "103.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -13374,11 +13312,11 @@ }, { "name": "magento/module-instant-purchase", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-instant-purchase/magento-module-instant-purchase-100.4.6.0.zip", - "shasum": "208dc57e5d31c40aaa636c8eb70a51978ea0b74e" + "url": "https://repo.magento.com/archives/magento/module-instant-purchase/magento-module-instant-purchase-100.4.7.0.zip", + "shasum": "cd3a6412038dad3252959ffbea6bfd08e724c72e" }, "require": { "magento/framework": "103.0.*", @@ -13389,7 +13327,7 @@ "magento/module-shipping": "100.4.*", "magento/module-store": "101.1.*", "magento/module-vault": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -13408,11 +13346,11 @@ }, { "name": "magento/module-integration", - "version": "100.4.7-p2", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-integration/magento-module-integration-100.4.7.0-patch2.zip", - "shasum": "24f3e80ad5ead6f2e719e06ed9f7eb80989b28ad" + "url": "https://repo.magento.com/archives/magento/module-integration/magento-module-integration-100.4.8.0.zip", + "shasum": "657b899aec1d86ee0d373f2f85f7d1115eb8fd24" }, "require": { "magento/framework": "103.0.*", @@ -13423,7 +13361,7 @@ "magento/module-store": "101.1.*", "magento/module-ui": "101.2.*", "magento/module-user": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -13442,15 +13380,15 @@ }, { "name": "magento/module-integration-graph-ql", - "version": "100.4.0", + "version": "100.4.1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-integration-graph-ql/magento-module-integration-graph-ql-100.4.0.0.zip", - "shasum": "4a84db2460fc642ad4641999b0e87531a5eddc76" + "url": "https://repo.magento.com/archives/magento/module-integration-graph-ql/magento-module-integration-graph-ql-100.4.1.0.zip", + "shasum": "b79cd1855dd04b585904d55619c78cfaf0eafd8c" }, "require": { "magento/framework": "103.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -13469,16 +13407,16 @@ }, { "name": "magento/module-inventory", - "version": "1.2.5", + "version": "1.2.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory/magento-module-inventory-1.2.5.0.zip", - "shasum": "62608a4e31505092374db38aee769127063ef0a5" + "url": "https://repo.magento.com/archives/magento/module-inventory/magento-module-inventory-1.2.6.0.zip", + "shasum": "7f705476cea135a1e3f23bb72a28036d6e31711d" }, "require": { "magento/framework": "*", "magento/module-inventory-api": "1.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -13497,21 +13435,21 @@ }, { "name": "magento/module-inventory-admin-ui", - "version": "1.2.5-p2", + "version": "1.2.6-p1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-admin-ui/magento-module-inventory-admin-ui-1.2.5.0-patch2.zip", - "shasum": "e77597286d0bb0f0ad8f76cbd1c327a466d7a57a" + "url": "https://repo.magento.com/archives/magento/module-inventory-admin-ui/magento-module-inventory-admin-ui-1.2.6.0-patch1.zip", + "shasum": "01d96369ad9eabbf4a733302e0e7dfebd5a0b44c" }, "require": { - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-directory": "*", + "magento/framework": "103.0.*", + "magento/module-backend": "102.0.*", + "magento/module-directory": "100.4.*", "magento/module-inventory": "1.2.*", "magento/module-inventory-api": "1.2.*", "magento/module-inventory-catalog-api": "1.3.*", - "magento/module-ui": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "magento/module-ui": "101.2.*", + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -13530,18 +13468,18 @@ }, { "name": "magento/module-inventory-advanced-checkout", - "version": "1.2.4", + "version": "1.2.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-advanced-checkout/magento-module-inventory-advanced-checkout-1.2.4.0.zip", - "shasum": "5111f399d5bcf869adfb5b811403547a85a925ed" + "url": "https://repo.magento.com/archives/magento/module-inventory-advanced-checkout/magento-module-inventory-advanced-checkout-1.2.5.0.zip", + "shasum": "db24b791d17d402b9716157717e1e2fc39e74d7f" }, "require": { "magento/framework": "*", "magento/module-inventory-catalog-api": "1.3.*", "magento/module-inventory-sales-api": "1.2.*", "magento/module-store": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-advanced-checkout": "*" @@ -13563,15 +13501,15 @@ }, { "name": "magento/module-inventory-api", - "version": "1.2.5", + "version": "1.2.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-api/magento-module-inventory-api-1.2.5.0.zip", - "shasum": "e9eed5bb0eea3f2316b10362c6f1ad60793a9f33" + "url": "https://repo.magento.com/archives/magento/module-inventory-api/magento-module-inventory-api-1.2.6.0.zip", + "shasum": "122fc1a58ec4b3a3a80508e500ce83b2b9927096" }, "require": { "magento/framework": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -13590,18 +13528,18 @@ }, { "name": "magento/module-inventory-bundle-import-export", - "version": "1.1.3", + "version": "1.1.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-bundle-import-export/magento-module-inventory-bundle-import-export-1.1.3.0.zip", - "shasum": "fbedaa7e992f673604ffeebac3dc773b5a7e0cab" + "url": "https://repo.magento.com/archives/magento/module-inventory-bundle-import-export/magento-module-inventory-bundle-import-export-1.1.4.0.zip", + "shasum": "8791f6e6c49df90fb626bdd261ff3424858fdda2" }, "require": { "magento/framework": "*", "magento/module-bundle-import-export": "*", "magento/module-catalog-import-export": "*", "magento/module-inventory-catalog-api": "1.3.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -13620,11 +13558,11 @@ }, { "name": "magento/module-inventory-bundle-product", - "version": "1.2.4", + "version": "1.2.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-bundle-product/magento-module-inventory-bundle-product-1.2.4.0.zip", - "shasum": "2ffc590b83730c6700db8fc5e72f777ae52135a6" + "url": "https://repo.magento.com/archives/magento/module-inventory-bundle-product/magento-module-inventory-bundle-product-1.2.5.0.zip", + "shasum": "dc55c21942a89831f6504769fe591a7198a54e06" }, "require": { "magento/framework": "*", @@ -13635,7 +13573,7 @@ "magento/module-inventory-configuration-api": "1.2.*", "magento/module-inventory-sales-api": "1.2.*", "magento/module-store": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-catalog-inventory": "*", @@ -13658,11 +13596,11 @@ }, { "name": "magento/module-inventory-bundle-product-admin-ui", - "version": "1.2.4", + "version": "1.2.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-bundle-product-admin-ui/magento-module-inventory-bundle-product-admin-ui-1.2.4.0.zip", - "shasum": "56f36732bd70876e2bbd22ed590c5f0a37e68c0f" + "url": "https://repo.magento.com/archives/magento/module-inventory-bundle-product-admin-ui/magento-module-inventory-bundle-product-admin-ui-1.2.5.0.zip", + "shasum": "532e37b391126c1d3ef5b2515b0eeded0127be2a" }, "require": { "magento/framework": "*", @@ -13671,7 +13609,7 @@ "magento/module-inventory-catalog-admin-ui": "1.2.*", "magento/module-inventory-catalog-api": "1.3.*", "magento/module-ui": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-inventory-configuration-api": "1.2.*" @@ -13693,11 +13631,11 @@ }, { "name": "magento/module-inventory-bundle-product-indexer", - "version": "1.1.4", + "version": "1.1.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-bundle-product-indexer/magento-module-inventory-bundle-product-indexer-1.1.4.0.zip", - "shasum": "7256c23f2878a03c210b09170975a545e988bed6" + "url": "https://repo.magento.com/archives/magento/module-inventory-bundle-product-indexer/magento-module-inventory-bundle-product-indexer-1.1.5.0.zip", + "shasum": "bbdfd64c90a82521f4b0e89cdfb0b229991a6d7b" }, "require": { "magento/framework": "*", @@ -13708,7 +13646,7 @@ "magento/module-inventory-configuration-api": "1.2.*", "magento/module-inventory-indexer": "2.2.*", "magento/module-inventory-multi-dimensional-indexer-api": "1.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-inventory": "1.2.*" @@ -13730,17 +13668,17 @@ }, { "name": "magento/module-inventory-cache", - "version": "1.2.5", + "version": "1.2.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-cache/magento-module-inventory-cache-1.2.5.0.zip", - "shasum": "fe0c2ac87593c0da000597e49be52740f486f271" + "url": "https://repo.magento.com/archives/magento/module-inventory-cache/magento-module-inventory-cache-1.2.6.0.zip", + "shasum": "cf8a1b8f27ea6faad719fcd29b75fccad637069f" }, "require": { "magento/framework": "*", "magento/module-inventory-catalog-api": "1.3.*", "magento/module-inventory-indexer": "2.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-catalog": "*" @@ -13762,11 +13700,11 @@ }, { "name": "magento/module-inventory-catalog", - "version": "1.3.2", + "version": "1.3.3", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-catalog/magento-module-inventory-catalog-1.3.2.0.zip", - "shasum": "0b16c8c197ac2729be0773c2a70871f4c0a8133e" + "url": "https://repo.magento.com/archives/magento/module-inventory-catalog/magento-module-inventory-catalog-1.3.3.0.zip", + "shasum": "642e6cfe126bd25f77f0efbae86618df6fa93ab5" }, "require": { "magento/framework": "*", @@ -13780,7 +13718,7 @@ "magento/module-inventory-indexer": "2.2.*", "magento/module-inventory-sales-api": "1.2.*", "magento/module-store": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-inventory-reservations-api": "1.2.*" @@ -13802,11 +13740,11 @@ }, { "name": "magento/module-inventory-catalog-admin-ui", - "version": "1.2.5", + "version": "1.2.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-catalog-admin-ui/magento-module-inventory-catalog-admin-ui-1.2.5.0.zip", - "shasum": "1208c1ab7e406d62da3323dd8a2f1c993d36bfc5" + "url": "https://repo.magento.com/archives/magento/module-inventory-catalog-admin-ui/magento-module-inventory-catalog-admin-ui-1.2.6.0.zip", + "shasum": "02ae73bfe184b342c2cfaa59a05d489c38b80312" }, "require": { "magento/framework": "*", @@ -13819,7 +13757,7 @@ "magento/module-inventory-configuration-api": "1.2.*", "magento/module-inventory-indexer": "2.2.*", "magento/module-ui": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-inventory-admin-ui": "1.2.*" @@ -13841,15 +13779,15 @@ }, { "name": "magento/module-inventory-catalog-api", - "version": "1.3.5", + "version": "1.3.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-catalog-api/magento-module-inventory-catalog-api-1.3.5.0.zip", - "shasum": "454a41e392a82d2c695c1b7ad6be6d575f89277f" + "url": "https://repo.magento.com/archives/magento/module-inventory-catalog-api/magento-module-inventory-catalog-api-1.3.6.0.zip", + "shasum": "7f0adf51189ce62bac673b3210284580eef4b82e" }, "require": { "magento/framework": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -13868,17 +13806,17 @@ }, { "name": "magento/module-inventory-catalog-frontend-ui", - "version": "1.0.4", + "version": "1.0.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-catalog-frontend-ui/magento-module-inventory-catalog-frontend-ui-1.0.4.0.zip", - "shasum": "894a06a8a301c0544773644e3167127aa65eeb27" + "url": "https://repo.magento.com/archives/magento/module-inventory-catalog-frontend-ui/magento-module-inventory-catalog-frontend-ui-1.0.5.0.zip", + "shasum": "f13fc66fa140c6064be10b387de0c6073cc7ded2" }, "require": { "magento/framework": "*", "magento/module-inventory-configuration-api": "1.2.*", "magento/module-inventory-sales-api": "1.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-inventory-catalog": "1.3.*", @@ -13900,22 +13838,26 @@ "description": "N/A" }, { - "name": "magento/module-inventory-catalog-search", - "version": "1.2.5", + "name": "magento/module-inventory-catalog-rule", + "version": "100.2.0", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-catalog-search/magento-module-inventory-catalog-search-1.2.5.0.zip", - "shasum": "eafa9f3e90d6874c85dc45f38c2e8ceab1f87dc9" + "url": "https://repo.magento.com/archives/magento/module-inventory-catalog-rule/magento-module-inventory-catalog-rule-100.2.0.0.zip", + "shasum": "900f7f07e08efef617bdc4cfd2506306c0de386e" }, "require": { "magento/framework": "*", - "magento/module-catalog-inventory": "*", - "magento/module-catalog-search": "*", + "magento/module-catalog": "*", + "magento/module-catalog-rule": "*", + "magento/module-inventory": "1.2.*", "magento/module-inventory-catalog-api": "1.3.*", "magento/module-inventory-indexer": "2.2.*", "magento/module-inventory-sales-api": "1.2.*", "magento/module-store": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" + }, + "suggest": { + "magento/module-rule": "*" }, "type": "magento2-module", "autoload": { @@ -13923,7 +13865,7 @@ "registration.php" ], "psr-4": { - "Magento\\InventoryCatalogSearch\\": "" + "Magento\\InventoryCatalogRule\\": "" } }, "license": [ @@ -13933,20 +13875,53 @@ "description": "N/A" }, { - "name": "magento/module-inventory-catalog-search-bundle-product", - "version": "1.0.3", + "name": "magento/module-inventory-catalog-search", + "version": "1.2.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-catalog-search-bundle-product/magento-module-inventory-catalog-search-bundle-product-1.0.3.0.zip", - "shasum": "1bcc000953cb18299a64ce2a19eee0c19abc2142" + "url": "https://repo.magento.com/archives/magento/module-inventory-catalog-search/magento-module-inventory-catalog-search-1.2.6.0.zip", + "shasum": "b401fae26c312aa25a87c9e7ff6ebccc48bda489" }, "require": { "magento/framework": "*", - "magento/module-bundle": "*", - "magento/module-catalog": "*", - "magento/module-eav": "*", - "magento/module-inventory-catalog-search": "1.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "magento/module-catalog-inventory": "*", + "magento/module-catalog-search": "*", + "magento/module-inventory-catalog-api": "1.3.*", + "magento/module-inventory-indexer": "2.2.*", + "magento/module-store": "*", + "php": "~8.2.0||~8.3.0||~8.4.0" + }, + "type": "magento2-module", + "autoload": { + "files": [ + "registration.php" + ], + "psr-4": { + "Magento\\InventoryCatalogSearch\\": "" + } + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "description": "N/A" + }, + { + "name": "magento/module-inventory-catalog-search-bundle-product", + "version": "1.0.4", + "dist": { + "type": "zip", + "url": "https://repo.magento.com/archives/magento/module-inventory-catalog-search-bundle-product/magento-module-inventory-catalog-search-bundle-product-1.0.4.0.zip", + "shasum": "9ce3956a7ee139df07eb729bdc7d6067a56de491" + }, + "require": { + "magento/framework": "*", + "magento/module-bundle": "*", + "magento/module-catalog": "*", + "magento/module-catalog-inventory": "*", + "magento/module-inventory-catalog-search": "1.2.*", + "magento/module-store": "*", + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -13965,19 +13940,20 @@ }, { "name": "magento/module-inventory-catalog-search-configurable-product", - "version": "1.0.3", + "version": "1.0.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-catalog-search-configurable-product/magento-module-inventory-catalog-search-configurable-product-1.0.3.0.zip", - "shasum": "fc2632a67b738277c91c0c0d8a4bc12e40c010a6" + "url": "https://repo.magento.com/archives/magento/module-inventory-catalog-search-configurable-product/magento-module-inventory-catalog-search-configurable-product-1.0.4.0.zip", + "shasum": "92d8cd95fe787e8afb352c0a4fc0ba3f5753cdf7" }, "require": { "magento/framework": "*", "magento/module-catalog": "*", + "magento/module-catalog-inventory": "*", "magento/module-configurable-product": "*", - "magento/module-eav": "*", "magento/module-inventory-catalog-search": "1.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "magento/module-store": "*", + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -13996,11 +13972,11 @@ }, { "name": "magento/module-inventory-configurable-product", - "version": "1.2.5", + "version": "1.2.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-configurable-product/magento-module-inventory-configurable-product-1.2.5.0.zip", - "shasum": "765e4f26dd13c421eb0ff099df62373d05b28b66" + "url": "https://repo.magento.com/archives/magento/module-inventory-configurable-product/magento-module-inventory-configurable-product-1.2.6.0.zip", + "shasum": "c2c31accda03cebdc54a66d6e017d0ffedca315e" }, "require": { "magento/framework": "*", @@ -14015,7 +13991,7 @@ "magento/module-inventory-sales-api": "1.2.*", "magento/module-sales": "*", "magento/module-store": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-inventory": "1.2.*", @@ -14038,11 +14014,11 @@ }, { "name": "magento/module-inventory-configurable-product-admin-ui", - "version": "1.2.5", + "version": "1.2.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-configurable-product-admin-ui/magento-module-inventory-configurable-product-admin-ui-1.2.5.0.zip", - "shasum": "2b1db6ab7f231437154ea0e27c7b74a17f061069" + "url": "https://repo.magento.com/archives/magento/module-inventory-configurable-product-admin-ui/magento-module-inventory-configurable-product-admin-ui-1.2.6.0.zip", + "shasum": "3f5eb7627605c9117a2d7370c5baa74625b48316" }, "require": { "magento/framework": "*", @@ -14051,7 +14027,7 @@ "magento/module-inventory-api": "1.2.*", "magento/module-inventory-catalog-api": "1.3.*", "magento/module-ui": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -14070,18 +14046,18 @@ }, { "name": "magento/module-inventory-configurable-product-frontend-ui", - "version": "1.0.5", + "version": "1.0.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-configurable-product-frontend-ui/magento-module-inventory-configurable-product-frontend-ui-1.0.5.0.zip", - "shasum": "04b6f96ba3dfbb98946ae4296afb8374cdde5ba0" + "url": "https://repo.magento.com/archives/magento/module-inventory-configurable-product-frontend-ui/magento-module-inventory-configurable-product-frontend-ui-1.0.6.0.zip", + "shasum": "53878fa628c8fca3adf452fa0a8e40ef9419a474" }, "require": { "magento/framework": "*", "magento/module-configurable-product": "*", "magento/module-inventory-sales-api": "1.2.*", "magento/module-store": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-inventory-catalog": "1.3.*", @@ -14104,11 +14080,11 @@ }, { "name": "magento/module-inventory-configurable-product-indexer", - "version": "1.2.5", + "version": "1.2.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-configurable-product-indexer/magento-module-inventory-configurable-product-indexer-1.2.5.0.zip", - "shasum": "4d87bdcdf34e1dfa2c2d9852510b1848f7f19a21" + "url": "https://repo.magento.com/archives/magento/module-inventory-configurable-product-indexer/magento-module-inventory-configurable-product-indexer-1.2.6.0.zip", + "shasum": "7bb50c811fd532df27cb6bac36fb14f2b954e07c" }, "require": { "magento/framework": "*", @@ -14118,7 +14094,7 @@ "magento/module-inventory-catalog-api": "1.3.*", "magento/module-inventory-indexer": "2.2.*", "magento/module-inventory-multi-dimensional-indexer-api": "1.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-inventory": "1.2.*" @@ -14140,11 +14116,11 @@ }, { "name": "magento/module-inventory-configuration", - "version": "1.2.4", + "version": "1.2.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-configuration/magento-module-inventory-configuration-1.2.4.0.zip", - "shasum": "1d05460f26ff46ef1e536f687ba872d0c133f2af" + "url": "https://repo.magento.com/archives/magento/module-inventory-configuration/magento-module-inventory-configuration-1.2.5.0.zip", + "shasum": "065014256158ebfe8d40c864a08d3c37ba7d8aaa" }, "require": { "magento/framework": "*", @@ -14153,7 +14129,7 @@ "magento/module-inventory-catalog-api": "1.3.*", "magento/module-inventory-configuration-api": "1.2.*", "magento/module-store": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -14172,15 +14148,15 @@ }, { "name": "magento/module-inventory-configuration-api", - "version": "1.2.3", + "version": "1.2.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-configuration-api/magento-module-inventory-configuration-api-1.2.3.0.zip", - "shasum": "b4a36e253bc7e41d5e0cb171c16984b29d9d653c" + "url": "https://repo.magento.com/archives/magento/module-inventory-configuration-api/magento-module-inventory-configuration-api-1.2.4.0.zip", + "shasum": "e9f7a1740fba838add83641aef9c109fa48199bc" }, "require": { "magento/framework": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -14199,11 +14175,11 @@ }, { "name": "magento/module-inventory-distance-based-source-selection", - "version": "1.2.4", + "version": "1.2.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-distance-based-source-selection/magento-module-inventory-distance-based-source-selection-1.2.4.0.zip", - "shasum": "7f69774d8a3cfee72dbc7531ed364d4545996f55" + "url": "https://repo.magento.com/archives/magento/module-inventory-distance-based-source-selection/magento-module-inventory-distance-based-source-selection-1.2.5.0.zip", + "shasum": "d1125c0ae4142c175b14110996d5d1ba029e4ca6" }, "require": { "magento/framework": "*", @@ -14211,7 +14187,7 @@ "magento/module-inventory-api": "1.2.*", "magento/module-inventory-distance-based-source-selection-api": "1.2.*", "magento/module-inventory-source-selection-api": "1.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -14230,15 +14206,15 @@ }, { "name": "magento/module-inventory-distance-based-source-selection-admin-ui", - "version": "1.2.3", + "version": "1.2.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-distance-based-source-selection-admin-ui/magento-module-inventory-distance-based-source-selection-admin-ui-1.2.3.0.zip", - "shasum": "0e96b5df029e9cdadbd0a03c4105ffea39049ff8" + "url": "https://repo.magento.com/archives/magento/module-inventory-distance-based-source-selection-admin-ui/magento-module-inventory-distance-based-source-selection-admin-ui-1.2.4.0.zip", + "shasum": "8a04c17883a84789ee294d237e37ff4e0b4453e7" }, "require": { "magento/framework": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -14257,16 +14233,16 @@ }, { "name": "magento/module-inventory-distance-based-source-selection-api", - "version": "1.2.3", + "version": "1.2.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-distance-based-source-selection-api/magento-module-inventory-distance-based-source-selection-api-1.2.3.0.zip", - "shasum": "79f5304f30884efbb800150afd0b4c3635bbf4d9" + "url": "https://repo.magento.com/archives/magento/module-inventory-distance-based-source-selection-api/magento-module-inventory-distance-based-source-selection-api-1.2.4.0.zip", + "shasum": "4667be6b7a4e81b3ccf36b5474102416270aff02" }, "require": { "magento/framework": "*", "magento/module-inventory-source-selection-api": "1.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -14285,11 +14261,11 @@ }, { "name": "magento/module-inventory-elasticsearch", - "version": "1.2.4", + "version": "1.2.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-elasticsearch/magento-module-inventory-elasticsearch-1.2.4.0.zip", - "shasum": "f8e12cd8eee7ca2b91f7b48929026612094fcd1b" + "url": "https://repo.magento.com/archives/magento/module-inventory-elasticsearch/magento-module-inventory-elasticsearch-1.2.5.0.zip", + "shasum": "490ea8bacc482729ba4b4c49f4e71d845538c0f1" }, "require": { "magento/framework": "*", @@ -14299,7 +14275,7 @@ "magento/module-inventory-indexer": "2.2.*", "magento/module-inventory-sales-api": "1.2.*", "magento/module-store": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-elasticsearch": "*" @@ -14321,11 +14297,11 @@ }, { "name": "magento/module-inventory-export-stock", - "version": "1.2.4", + "version": "1.2.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-export-stock/magento-module-inventory-export-stock-1.2.4.0.zip", - "shasum": "52e55fd2a80ee67ee722238d523b57362d97b616" + "url": "https://repo.magento.com/archives/magento/module-inventory-export-stock/magento-module-inventory-export-stock-1.2.5.0.zip", + "shasum": "edcfeaf2935147d6da3ba81bb8229841d0f99ef2" }, "require": { "magento/framework": "*", @@ -14340,7 +14316,7 @@ "magento/module-inventory-indexer": "2.2.*", "magento/module-inventory-sales": "1.3.*", "magento/module-inventory-sales-api": "1.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -14359,16 +14335,16 @@ }, { "name": "magento/module-inventory-export-stock-api", - "version": "1.2.3", + "version": "1.2.4-p1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-export-stock-api/magento-module-inventory-export-stock-api-1.2.3.0.zip", - "shasum": "20c3aa4338552b895f85623434c2d45128e55691" + "url": "https://repo.magento.com/archives/magento/module-inventory-export-stock-api/magento-module-inventory-export-stock-api-1.2.4.0-patch1.zip", + "shasum": "4e5d741be65474b03f0f708fb990d68d7c19f832" }, "require": { - "magento/framework": "*", + "magento/framework": "103.0.*", "magento/module-inventory-sales-api": "1.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -14387,19 +14363,20 @@ }, { "name": "magento/module-inventory-graph-ql", - "version": "1.2.4", + "version": "1.2.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-graph-ql/magento-module-inventory-graph-ql-1.2.4.0.zip", - "shasum": "88078a2c08a0e85c67c6facc5b48566073379356" + "url": "https://repo.magento.com/archives/magento/module-inventory-graph-ql/magento-module-inventory-graph-ql-1.2.5.0.zip", + "shasum": "6affbccc787895523d1b41dcb0ad8264289ae3b5" }, "require": { "magento/framework": "*", + "magento/module-bundle": "*", "magento/module-catalog": "*", "magento/module-inventory-catalog": "1.3.*", "magento/module-inventory-configuration-api": "1.2.*", "magento/module-inventory-sales-api": "1.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -14418,17 +14395,17 @@ }, { "name": "magento/module-inventory-grouped-product", - "version": "1.3.2", + "version": "1.3.3", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-grouped-product/magento-module-inventory-grouped-product-1.3.2.0.zip", - "shasum": "3f7e7ba4095ef83d4e77d041563220e574491ccc" + "url": "https://repo.magento.com/archives/magento/module-inventory-grouped-product/magento-module-inventory-grouped-product-1.3.3.0.zip", + "shasum": "aa307e6156d40c5e3ee7658dbbdca43ab7f23471" }, "require": { "magento/framework": "*", "magento/module-grouped-product": "*", "magento/module-inventory-catalog-api": "1.3.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-inventory": "1.2.*", @@ -14453,11 +14430,11 @@ }, { "name": "magento/module-inventory-grouped-product-admin-ui", - "version": "1.2.4", + "version": "1.2.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-grouped-product-admin-ui/magento-module-inventory-grouped-product-admin-ui-1.2.4.0.zip", - "shasum": "ca7e2e1f7036a1dc2d786b8e69e1b336f6ccba15" + "url": "https://repo.magento.com/archives/magento/module-inventory-grouped-product-admin-ui/magento-module-inventory-grouped-product-admin-ui-1.2.5.0.zip", + "shasum": "c1c233732cf5961e8451ec236d476ccbaeeaa0b4" }, "require": { "magento/framework": "*", @@ -14467,7 +14444,7 @@ "magento/module-inventory-catalog-admin-ui": "1.2.*", "magento/module-inventory-catalog-api": "1.3.*", "magento/module-ui": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-inventory-configuration-api": "1.2.*" @@ -14489,11 +14466,11 @@ }, { "name": "magento/module-inventory-grouped-product-indexer", - "version": "1.2.5", + "version": "1.2.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-grouped-product-indexer/magento-module-inventory-grouped-product-indexer-1.2.5.0.zip", - "shasum": "55e4e429597eccb4dba95196277e95ba7256ffdb" + "url": "https://repo.magento.com/archives/magento/module-inventory-grouped-product-indexer/magento-module-inventory-grouped-product-indexer-1.2.6.0.zip", + "shasum": "09bbd012ae76c6bcf3ffc660498f29c02ce74a82" }, "require": { "magento/framework": "*", @@ -14503,7 +14480,7 @@ "magento/module-inventory-catalog-api": "1.3.*", "magento/module-inventory-indexer": "2.2.*", "magento/module-inventory-multi-dimensional-indexer-api": "1.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-inventory": "1.2.*" @@ -14525,11 +14502,11 @@ }, { "name": "magento/module-inventory-import-export", - "version": "1.2.5", + "version": "1.2.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-import-export/magento-module-inventory-import-export-1.2.5.0.zip", - "shasum": "93c9a64d113007cabe6c7477c6ee89ae67e684e3" + "url": "https://repo.magento.com/archives/magento/module-inventory-import-export/magento-module-inventory-import-export-1.2.6.0.zip", + "shasum": "0f4795459f7f4c88e546ada70a881c6552ee7775" }, "require": { "magento/framework": "*", @@ -14539,7 +14516,7 @@ "magento/module-inventory-api": "1.2.*", "magento/module-inventory-catalog-api": "1.3.*", "magento/module-store": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-catalog-import-export": "*" @@ -14561,11 +14538,11 @@ }, { "name": "magento/module-inventory-in-store-pickup", - "version": "1.1.3", + "version": "1.1.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-in-store-pickup/magento-module-inventory-in-store-pickup-1.1.3.0.zip", - "shasum": "8be5618df7522912731ffc23ac6e6ff65be6c818" + "url": "https://repo.magento.com/archives/magento/module-inventory-in-store-pickup/magento-module-inventory-in-store-pickup-1.1.4.0.zip", + "shasum": "a419d212f894af340fad9897fa9bff1e2faf493f" }, "require": { "magento/framework": "*", @@ -14577,7 +14554,7 @@ "magento/module-inventory-in-store-pickup-api": "1.1.*", "magento/module-inventory-sales-api": "1.2.*", "magento/module-inventory-source-selection-api": "1.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -14596,20 +14573,20 @@ }, { "name": "magento/module-inventory-in-store-pickup-admin-ui", - "version": "1.1.4", + "version": "1.1.5-p1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-in-store-pickup-admin-ui/magento-module-inventory-in-store-pickup-admin-ui-1.1.4.0.zip", - "shasum": "0746d8610c90125e656dc93ff8a3376e14166630" + "url": "https://repo.magento.com/archives/magento/module-inventory-in-store-pickup-admin-ui/magento-module-inventory-in-store-pickup-admin-ui-1.1.5.0-patch1.zip", + "shasum": "360e3bb98651d371ca7e2c6a86ebac588c9ee955" }, "require": { - "magento/framework": "*", + "magento/framework": "103.0.*", "magento/module-inventory-admin-ui": "1.2.*", "magento/module-inventory-api": "1.2.*", "magento/module-inventory-catalog-api": "1.3.*", "magento/module-inventory-in-store-pickup-api": "1.1.*", - "magento/module-ui": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "magento/module-ui": "101.2.*", + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -14628,16 +14605,16 @@ }, { "name": "magento/module-inventory-in-store-pickup-api", - "version": "1.1.3", + "version": "1.1.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-in-store-pickup-api/magento-module-inventory-in-store-pickup-api-1.1.3.0.zip", - "shasum": "f735c054cece6880370edd8d059dddb55a06ca86" + "url": "https://repo.magento.com/archives/magento/module-inventory-in-store-pickup-api/magento-module-inventory-in-store-pickup-api-1.1.4.0.zip", + "shasum": "0b29a1012547028ac76b3f4c167d5177e5f3ca37" }, "require": { "magento/framework": "*", "magento/module-inventory-api": "1.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -14656,20 +14633,20 @@ }, { "name": "magento/module-inventory-in-store-pickup-frontend", - "version": "1.1.5", + "version": "1.1.6-p1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-in-store-pickup-frontend/magento-module-inventory-in-store-pickup-frontend-1.1.5.0.zip", - "shasum": "bb3ca5f461107f859a9d2e4715ce53fd443911ff" + "url": "https://repo.magento.com/archives/magento/module-inventory-in-store-pickup-frontend/magento-module-inventory-in-store-pickup-frontend-1.1.6.0-patch1.zip", + "shasum": "ce57d6950b0b2e0265a321de655d7ed69d52d982" }, "require": { - "magento/framework": "*", - "magento/module-checkout": "*", + "magento/framework": "103.0.*", + "magento/module-checkout": "100.4.*", "magento/module-inventory-in-store-pickup-api": "1.1.*", "magento/module-inventory-in-store-pickup-sales-api": "1.1.*", "magento/module-inventory-in-store-pickup-shipping-api": "1.1.*", - "magento/module-store": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "magento/module-store": "101.1.*", + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -14688,18 +14665,18 @@ }, { "name": "magento/module-inventory-in-store-pickup-graph-ql", - "version": "1.1.4", + "version": "1.1.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-in-store-pickup-graph-ql/magento-module-inventory-in-store-pickup-graph-ql-1.1.4.0.zip", - "shasum": "2e99c6827f31c2c1a0d49decc4c834872b9aa7d4" + "url": "https://repo.magento.com/archives/magento/module-inventory-in-store-pickup-graph-ql/magento-module-inventory-in-store-pickup-graph-ql-1.1.5.0.zip", + "shasum": "e02d63196277de08adc91894ac31659c2f09cf3f" }, "require": { "magento/framework": "*", "magento/module-inventory-api": "1.2.*", "magento/module-inventory-in-store-pickup-api": "1.1.*", "magento/module-store": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -14718,18 +14695,18 @@ }, { "name": "magento/module-inventory-in-store-pickup-multishipping", - "version": "1.1.3", + "version": "1.1.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-in-store-pickup-multishipping/magento-module-inventory-in-store-pickup-multishipping-1.1.3.0.zip", - "shasum": "1606bb162e90b07406b865d9f3fd0a42d9625ed9" + "url": "https://repo.magento.com/archives/magento/module-inventory-in-store-pickup-multishipping/magento-module-inventory-in-store-pickup-multishipping-1.1.4.0.zip", + "shasum": "6d18263c2592933506185b5a01dc77380c2420a5" }, "require": { "magento/framework": "*", "magento/module-checkout": "*", "magento/module-inventory-in-store-pickup-shipping-api": "1.1.*", "magento/module-quote": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -14748,11 +14725,11 @@ }, { "name": "magento/module-inventory-in-store-pickup-quote", - "version": "1.1.3", + "version": "1.1.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-in-store-pickup-quote/magento-module-inventory-in-store-pickup-quote-1.1.3.0.zip", - "shasum": "317d4785a1292741fc8db6d89008b7cc9c571304" + "url": "https://repo.magento.com/archives/magento/module-inventory-in-store-pickup-quote/magento-module-inventory-in-store-pickup-quote-1.1.4.0.zip", + "shasum": "a80e6c827d9f98d0a3c9bd9458241e308110e86f" }, "require": { "magento/framework": "*", @@ -14762,7 +14739,7 @@ "magento/module-inventory-sales-api": "1.2.*", "magento/module-quote": "*", "magento/module-store": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -14781,18 +14758,19 @@ }, { "name": "magento/module-inventory-in-store-pickup-quote-graph-ql", - "version": "1.1.3", + "version": "1.1.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-in-store-pickup-quote-graph-ql/magento-module-inventory-in-store-pickup-quote-graph-ql-1.1.3.0.zip", - "shasum": "29191414c8afc0a583db095a70bd08635d902b86" + "url": "https://repo.magento.com/archives/magento/module-inventory-in-store-pickup-quote-graph-ql/magento-module-inventory-in-store-pickup-quote-graph-ql-1.1.4.0.zip", + "shasum": "c6f8014743cfcc5a5ad13da114712f49ebf312cf" }, "require": { "magento/framework": "*", "magento/module-graph-ql": "*", + "magento/module-inventory": "1.2.*", "magento/module-quote": "*", "magento/module-quote-graph-ql": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -14811,11 +14789,11 @@ }, { "name": "magento/module-inventory-in-store-pickup-sales", - "version": "1.1.3", + "version": "1.1.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-in-store-pickup-sales/magento-module-inventory-in-store-pickup-sales-1.1.3.0.zip", - "shasum": "debd43f318a955eab0785dff2fa9348f27813417" + "url": "https://repo.magento.com/archives/magento/module-inventory-in-store-pickup-sales/magento-module-inventory-in-store-pickup-sales-1.1.4.0.zip", + "shasum": "65c77ac7bb4e4d061de53623d618a360a23aa375" }, "require": { "magento/framework": "*", @@ -14825,7 +14803,7 @@ "magento/module-inventory-source-selection-api": "1.4.*", "magento/module-sales": "*", "magento/module-store": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -14844,11 +14822,11 @@ }, { "name": "magento/module-inventory-in-store-pickup-sales-admin-ui", - "version": "1.1.5", + "version": "1.1.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-in-store-pickup-sales-admin-ui/magento-module-inventory-in-store-pickup-sales-admin-ui-1.1.5.0.zip", - "shasum": "c1db93afd600c3c51349d65eab07f9204f5241cb" + "url": "https://repo.magento.com/archives/magento/module-inventory-in-store-pickup-sales-admin-ui/magento-module-inventory-in-store-pickup-sales-admin-ui-1.1.6.0.zip", + "shasum": "5367adc8976b0d5dec29e1fa7a30d520f828af82" }, "require": { "magento/framework": "*", @@ -14861,7 +14839,7 @@ "magento/module-inventory-sales-api": "1.2.*", "magento/module-quote": "*", "magento/module-sales": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -14880,15 +14858,15 @@ }, { "name": "magento/module-inventory-in-store-pickup-sales-api", - "version": "1.1.3-p1", + "version": "1.1.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-in-store-pickup-sales-api/magento-module-inventory-in-store-pickup-sales-api-1.1.3.0-patch1.zip", - "shasum": "968878b9ad112a33f6629bf2e0ef6968a27bbb62" + "url": "https://repo.magento.com/archives/magento/module-inventory-in-store-pickup-sales-api/magento-module-inventory-in-store-pickup-sales-api-1.1.4.0.zip", + "shasum": "6538c8198cb963db91acf1fd01c2c958d90e4c6e" }, "require": { "magento/framework": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -14907,11 +14885,11 @@ }, { "name": "magento/module-inventory-in-store-pickup-shipping", - "version": "1.1.4", + "version": "1.1.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-in-store-pickup-shipping/magento-module-inventory-in-store-pickup-shipping-1.1.4.0.zip", - "shasum": "34ac5afea2ec7d7d7f13422cc65a7e762dffe107" + "url": "https://repo.magento.com/archives/magento/module-inventory-in-store-pickup-shipping/magento-module-inventory-in-store-pickup-shipping-1.1.5.0.zip", + "shasum": "88ac3d03fedf696bfb2d1e93b3a3a809e275f518" }, "require": { "magento/framework": "*", @@ -14921,7 +14899,7 @@ "magento/module-inventory-sales-api": "1.2.*", "magento/module-quote": "*", "magento/module-store": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -14940,16 +14918,16 @@ }, { "name": "magento/module-inventory-in-store-pickup-shipping-admin-ui", - "version": "1.1.3", + "version": "1.1.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-in-store-pickup-shipping-admin-ui/magento-module-inventory-in-store-pickup-shipping-admin-ui-1.1.3.0.zip", - "shasum": "53d3709e8498a3f467d5d2cfe7fd730e0b14ba98" + "url": "https://repo.magento.com/archives/magento/module-inventory-in-store-pickup-shipping-admin-ui/magento-module-inventory-in-store-pickup-shipping-admin-ui-1.1.4.0.zip", + "shasum": "3d2802e4774c65d489d1e1790e48104f36d360b4" }, "require": { "magento/framework": "*", "magento/module-inventory-in-store-pickup-shipping-api": "1.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-shipping": "*" @@ -14971,18 +14949,18 @@ }, { "name": "magento/module-inventory-in-store-pickup-shipping-api", - "version": "1.1.3", + "version": "1.1.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-in-store-pickup-shipping-api/magento-module-inventory-in-store-pickup-shipping-api-1.1.3.0.zip", - "shasum": "dc38160b3440532ed54d1086da2da67393ef1d2c" + "url": "https://repo.magento.com/archives/magento/module-inventory-in-store-pickup-shipping-api/magento-module-inventory-in-store-pickup-shipping-api-1.1.4.0.zip", + "shasum": "72861c19f703eac40b96e89e62647892b9566bc4" }, "require": { "magento/framework": "*", "magento/module-quote": "*", "magento/module-shipping": "*", "magento/module-store": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -15001,16 +14979,16 @@ }, { "name": "magento/module-inventory-in-store-pickup-webapi-extension", - "version": "1.1.3", + "version": "1.1.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-in-store-pickup-webapi-extension/magento-module-inventory-in-store-pickup-webapi-extension-1.1.3.0.zip", - "shasum": "fd671b0b77e4dafb3b6ef8a59f12d5f775f878d8" + "url": "https://repo.magento.com/archives/magento/module-inventory-in-store-pickup-webapi-extension/magento-module-inventory-in-store-pickup-webapi-extension-1.1.4.0.zip", + "shasum": "6f315bc3aa3564d4a25cb00f4dc4316b1e39b954" }, "require": { "magento/framework": "*", "magento/module-webapi": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -15029,11 +15007,11 @@ }, { "name": "magento/module-inventory-indexer", - "version": "2.2.2", + "version": "2.2.3", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-indexer/magento-module-inventory-indexer-2.2.2.0.zip", - "shasum": "7f6ac70ee347c8c7a15da41a774002dbd0be2fc8" + "url": "https://repo.magento.com/archives/magento/module-inventory-indexer/magento-module-inventory-indexer-2.2.3.0.zip", + "shasum": "402fd53fe3639ec4b8e888b5e23d96fd7f7dc7c3" }, "require": { "magento/framework": "*", @@ -15045,7 +15023,7 @@ "magento/module-inventory-multi-dimensional-indexer-api": "1.2.*", "magento/module-inventory-sales": "1.3.*", "magento/module-inventory-sales-api": "1.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-catalog": "*" @@ -15067,11 +15045,11 @@ }, { "name": "magento/module-inventory-low-quantity-notification", - "version": "1.2.4", + "version": "1.2.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-low-quantity-notification/magento-module-inventory-low-quantity-notification-1.2.4.0.zip", - "shasum": "6dcdf81fa01ef5b4dc172d68f69f107413647e3a" + "url": "https://repo.magento.com/archives/magento/module-inventory-low-quantity-notification/magento-module-inventory-low-quantity-notification-1.2.5.0.zip", + "shasum": "5b37e4665732783bb43010b2d612f1a67bc51abf" }, "require": { "magento/framework": "*", @@ -15084,7 +15062,7 @@ "magento/module-inventory-configuration-api": "1.2.*", "magento/module-inventory-low-quantity-notification-api": "1.2.*", "magento/module-store": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -15103,11 +15081,11 @@ }, { "name": "magento/module-inventory-low-quantity-notification-admin-ui", - "version": "1.2.4", + "version": "1.2.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-low-quantity-notification-admin-ui/magento-module-inventory-low-quantity-notification-admin-ui-1.2.4.0.zip", - "shasum": "515f049ad99e620f37c211c9525bfa33fd934403" + "url": "https://repo.magento.com/archives/magento/module-inventory-low-quantity-notification-admin-ui/magento-module-inventory-low-quantity-notification-admin-ui-1.2.5.0.zip", + "shasum": "2acc5962012e18a17b046023959cae7304ee2df8" }, "require": { "magento/framework": "*", @@ -15120,7 +15098,7 @@ "magento/module-inventory-low-quantity-notification-api": "1.2.*", "magento/module-reports": "*", "magento/module-ui": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -15139,15 +15117,15 @@ }, { "name": "magento/module-inventory-low-quantity-notification-api", - "version": "1.2.4", + "version": "1.2.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-low-quantity-notification-api/magento-module-inventory-low-quantity-notification-api-1.2.4.0.zip", - "shasum": "88e65979deb58445bde074f84f8dbf77485fe946" + "url": "https://repo.magento.com/archives/magento/module-inventory-low-quantity-notification-api/magento-module-inventory-low-quantity-notification-api-1.2.5.0.zip", + "shasum": "e535d6c8fc4a1fb1d434ecd2649498a41225166f" }, "require": { "magento/framework": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -15166,15 +15144,15 @@ }, { "name": "magento/module-inventory-multi-dimensional-indexer-api", - "version": "1.2.3", + "version": "1.2.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-multi-dimensional-indexer-api/magento-module-inventory-multi-dimensional-indexer-api-1.2.3.0.zip", - "shasum": "4abc0068cd43ecd46cd4469fd540505fc537933d" + "url": "https://repo.magento.com/archives/magento/module-inventory-multi-dimensional-indexer-api/magento-module-inventory-multi-dimensional-indexer-api-1.2.4.0.zip", + "shasum": "2b35523b2adce4b1a21e152276ff78ed86eef454" }, "require": { "magento/framework": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -15193,11 +15171,11 @@ }, { "name": "magento/module-inventory-product-alert", - "version": "1.2.4", + "version": "1.2.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-product-alert/magento-module-inventory-product-alert-1.2.4.0.zip", - "shasum": "de6155291e805fade5e3bd6da58df2e416703343" + "url": "https://repo.magento.com/archives/magento/module-inventory-product-alert/magento-module-inventory-product-alert-1.2.5.0.zip", + "shasum": "feaa7d798b983ed9f8a3b73fc332eb6a7fe50f9b" }, "require": { "magento/framework": "*", @@ -15207,7 +15185,7 @@ "magento/module-inventory-sales-api": "1.2.*", "magento/module-product-alert": "*", "magento/module-store": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-product-alert": "*" @@ -15229,11 +15207,11 @@ }, { "name": "magento/module-inventory-quote-graph-ql", - "version": "1.0.4", + "version": "1.0.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-quote-graph-ql/magento-module-inventory-quote-graph-ql-1.0.4.0.zip", - "shasum": "9e18d3bcb0347bac14080d4712d55f0a03ca77eb" + "url": "https://repo.magento.com/archives/magento/module-inventory-quote-graph-ql/magento-module-inventory-quote-graph-ql-1.0.5.0.zip", + "shasum": "0c048150ab6683db1eec57e69dd6a064500b2e9f" }, "require": { "magento/framework": "*", @@ -15241,7 +15219,7 @@ "magento/module-inventory-sales-api": "1.2.*", "magento/module-quote": "*", "magento/module-quote-graph-ql": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -15260,18 +15238,18 @@ }, { "name": "magento/module-inventory-requisition-list", - "version": "1.2.5", + "version": "1.2.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-requisition-list/magento-module-inventory-requisition-list-1.2.5.0.zip", - "shasum": "f9859b301e6a8d4fd9532994dd7f8390ea8a716c" + "url": "https://repo.magento.com/archives/magento/module-inventory-requisition-list/magento-module-inventory-requisition-list-1.2.6.0.zip", + "shasum": "ab4bda7e791529d2305f6c4b24337e4398398255" }, "require": { "magento/framework": "*", "magento/module-catalog": "*", "magento/module-inventory-configuration-api": "1.2.*", "magento/module-inventory-sales-api": "1.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-requisition-list": "*" @@ -15292,11 +15270,11 @@ }, { "name": "magento/module-inventory-reservation-cli", - "version": "1.2.4", + "version": "1.2.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-reservation-cli/magento-module-inventory-reservation-cli-1.2.4.0.zip", - "shasum": "6dd0f7d8c07832e56c8300f8c8b13fa8cf3c5428" + "url": "https://repo.magento.com/archives/magento/module-inventory-reservation-cli/magento-module-inventory-reservation-cli-1.2.5.0.zip", + "shasum": "c22b5b4267ae16abe6e00a145a83083940832c85" }, "require": { "magento/framework": "*", @@ -15306,7 +15284,7 @@ "magento/module-inventory-reservations-api": "1.2.*", "magento/module-inventory-sales-api": "1.2.*", "magento/module-sales": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -15325,16 +15303,16 @@ }, { "name": "magento/module-inventory-reservations", - "version": "1.2.3", + "version": "1.2.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-reservations/magento-module-inventory-reservations-1.2.3.0.zip", - "shasum": "c262a6a43e6fd2c3ebcaef4253aa0ed2bd1e0a89" + "url": "https://repo.magento.com/archives/magento/module-inventory-reservations/magento-module-inventory-reservations-1.2.4.0.zip", + "shasum": "035279d4a935e10b6a5f2f75f92258944c4a301a" }, "require": { "magento/framework": "*", "magento/module-inventory-reservations-api": "1.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -15353,15 +15331,15 @@ }, { "name": "magento/module-inventory-reservations-api", - "version": "1.2.3", + "version": "1.2.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-reservations-api/magento-module-inventory-reservations-api-1.2.3.0.zip", - "shasum": "26e85495865ce013841cd652ffa85abe5e5ac3e8" + "url": "https://repo.magento.com/archives/magento/module-inventory-reservations-api/magento-module-inventory-reservations-api-1.2.4.0.zip", + "shasum": "7c06a96635c423da9a1d326b2cfd02744edf53f8" }, "require": { "magento/framework": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -15380,11 +15358,11 @@ }, { "name": "magento/module-inventory-sales", - "version": "1.3.2", + "version": "1.3.3", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-sales/magento-module-inventory-sales-1.3.2.0.zip", - "shasum": "4e1ea64b4a8c14818e6b6bff818a0b1cfbba331d" + "url": "https://repo.magento.com/archives/magento/module-inventory-sales/magento-module-inventory-sales-1.3.3.0.zip", + "shasum": "acbdcd8da6f1dc111cb941bcf5ed79d44eedb620" }, "require": { "magento/framework": "*", @@ -15401,7 +15379,7 @@ "magento/module-sales": "*", "magento/module-sales-inventory": "*", "magento/module-store": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "require-dev": { "magento/module-inventory-indexer": "*" @@ -15426,11 +15404,11 @@ }, { "name": "magento/module-inventory-sales-admin-ui", - "version": "1.2.5", + "version": "1.2.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-sales-admin-ui/magento-module-inventory-sales-admin-ui-1.2.5.0.zip", - "shasum": "6975ff88a37410b984ac5273ef702e734f0222e4" + "url": "https://repo.magento.com/archives/magento/module-inventory-sales-admin-ui/magento-module-inventory-sales-admin-ui-1.2.6.0.zip", + "shasum": "e939a8ab8a725a4ec3d1f661134808c553d5fa15" }, "require": { "magento/framework": "*", @@ -15444,7 +15422,7 @@ "magento/module-inventory-sales-api": "1.2.*", "magento/module-store": "*", "magento/module-ui": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-sales": "*" @@ -15466,17 +15444,17 @@ }, { "name": "magento/module-inventory-sales-api", - "version": "1.2.4", + "version": "1.2.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-sales-api/magento-module-inventory-sales-api-1.2.4.0.zip", - "shasum": "11f6a7ec2ab736d5f0ede6c4cf71967e88974989" + "url": "https://repo.magento.com/archives/magento/module-inventory-sales-api/magento-module-inventory-sales-api-1.2.5.0.zip", + "shasum": "5816779700b33d6d1d197ddd06fcdedbfb355f92" }, "require": { "magento/framework": "*", "magento/module-inventory-api": "1.2.*", "magento/module-sales": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -15495,11 +15473,11 @@ }, { "name": "magento/module-inventory-sales-async-order", - "version": "100.2.1", + "version": "100.2.2", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-sales-async-order/magento-module-inventory-sales-async-order-100.2.1.0.zip", - "shasum": "3f1fcb750f0134d47bd33f9fc46bad9511cef9e7" + "url": "https://repo.magento.com/archives/magento/module-inventory-sales-async-order/magento-module-inventory-sales-async-order-100.2.2.0.zip", + "shasum": "776ea275c5915c19bc6cfa352b44b8dfc67334dd" }, "require": { "magento/framework": "*", @@ -15509,7 +15487,7 @@ "magento/module-inventory-sales-api": "1.2.*", "magento/module-quote": "*", "magento/module-sales": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-async-order": "*" @@ -15531,11 +15509,11 @@ }, { "name": "magento/module-inventory-sales-frontend-ui", - "version": "1.2.4", + "version": "1.2.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-sales-frontend-ui/magento-module-inventory-sales-frontend-ui-1.2.4.0.zip", - "shasum": "f24d640ce8c23bffd045a69379f5dab6b247bc64" + "url": "https://repo.magento.com/archives/magento/module-inventory-sales-frontend-ui/magento-module-inventory-sales-frontend-ui-1.2.5.0.zip", + "shasum": "c43bd3b3d78d22ddabb64235bd9097299900b799" }, "require": { "magento/framework": "*", @@ -15543,7 +15521,7 @@ "magento/module-inventory-catalog-frontend-ui": "1.0.*", "magento/module-inventory-configuration-api": "1.2.*", "magento/module-inventory-sales-api": "1.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -15562,15 +15540,15 @@ }, { "name": "magento/module-inventory-setup-fixture-generator", - "version": "1.2.3", + "version": "1.2.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-setup-fixture-generator/magento-module-inventory-setup-fixture-generator-1.2.3.0.zip", - "shasum": "d33831b59ddfab4511c084d79d1f56ca86965873" + "url": "https://repo.magento.com/archives/magento/module-inventory-setup-fixture-generator/magento-module-inventory-setup-fixture-generator-1.2.4.0.zip", + "shasum": "67caeca7a35689c0470ce1255338584903b52cc4" }, "require": { "magento/framework": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -15589,11 +15567,11 @@ }, { "name": "magento/module-inventory-shipping", - "version": "1.2.4", + "version": "1.2.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-shipping/magento-module-inventory-shipping-1.2.4.0.zip", - "shasum": "bd46ec58b803ccbd7ebce06a9ad6727460c8e046" + "url": "https://repo.magento.com/archives/magento/module-inventory-shipping/magento-module-inventory-shipping-1.2.5.0.zip", + "shasum": "004074da0d6c05b9accb41d1bdd070853ccf0664" }, "require": { "magento/framework": "*", @@ -15605,7 +15583,7 @@ "magento/module-sales": "*", "magento/module-shipping": "*", "magento/module-store": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -15624,11 +15602,11 @@ }, { "name": "magento/module-inventory-shipping-admin-ui", - "version": "1.2.5", + "version": "1.2.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-shipping-admin-ui/magento-module-inventory-shipping-admin-ui-1.2.5.0.zip", - "shasum": "fa5b6ee00f464e695206b8b3e09e2e8b75e6e7e1" + "url": "https://repo.magento.com/archives/magento/module-inventory-shipping-admin-ui/magento-module-inventory-shipping-admin-ui-1.2.6.0.zip", + "shasum": "69b8c676693d96436c470a0a2604186f489e7a9b" }, "require": { "magento/framework": "*", @@ -15640,7 +15618,7 @@ "magento/module-sales": "*", "magento/module-shipping": "*", "magento/module-ui": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -15659,11 +15637,11 @@ }, { "name": "magento/module-inventory-source-deduction-api", - "version": "1.2.4", + "version": "1.2.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-source-deduction-api/magento-module-inventory-source-deduction-api-1.2.4.0.zip", - "shasum": "f2e93dc80323ab1c6a7998bef94c132c3ab8c630" + "url": "https://repo.magento.com/archives/magento/module-inventory-source-deduction-api/magento-module-inventory-source-deduction-api-1.2.5.0.zip", + "shasum": "af919a426828429222ff6a6191845277d3be4415" }, "require": { "magento/framework": "*", @@ -15671,7 +15649,7 @@ "magento/module-inventory-api": "1.2.*", "magento/module-inventory-configuration-api": "1.2.*", "magento/module-inventory-sales-api": "1.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -15690,17 +15668,17 @@ }, { "name": "magento/module-inventory-source-selection", - "version": "1.2.3", + "version": "1.2.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-source-selection/magento-module-inventory-source-selection-1.2.3.0.zip", - "shasum": "6681911999c1c76b4d30fdf5d713b7f2591d46b9" + "url": "https://repo.magento.com/archives/magento/module-inventory-source-selection/magento-module-inventory-source-selection-1.2.4.0.zip", + "shasum": "d49dd8be9c4f6a9f48b259a110a5c8e1cba56b1a" }, "require": { "magento/framework": "*", "magento/module-inventory-api": "1.2.*", "magento/module-inventory-source-selection-api": "1.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -15719,11 +15697,11 @@ }, { "name": "magento/module-inventory-source-selection-api", - "version": "1.4.4", + "version": "1.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-source-selection-api/magento-module-inventory-source-selection-api-1.4.4.0.zip", - "shasum": "77beff33c81a90396e4d06f3778bb466455f9a27" + "url": "https://repo.magento.com/archives/magento/module-inventory-source-selection-api/magento-module-inventory-source-selection-api-1.4.5.0.zip", + "shasum": "81635a37af8189e20970f50a20b06b02479b1c04" }, "require": { "magento/framework": "*", @@ -15731,7 +15709,7 @@ "magento/module-inventory-sales-api": "1.2.*", "magento/module-sales": "*", "magento/module-store": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -15750,15 +15728,15 @@ }, { "name": "magento/module-inventory-swatches-frontend-ui", - "version": "1.0.3", + "version": "1.0.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-swatches-frontend-ui/magento-module-inventory-swatches-frontend-ui-1.0.3.0.zip", - "shasum": "72fce16d00bcb2eeda02cf9ae2e2ef71bb397d9b" + "url": "https://repo.magento.com/archives/magento/module-inventory-swatches-frontend-ui/magento-module-inventory-swatches-frontend-ui-1.0.4.0.zip", + "shasum": "7416ecb63dd769676a10960e0a9e13864b0ac645" }, "require": { "magento/framework": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-inventory-configurable-product-frontend-ui": "1.0.*", @@ -15781,11 +15759,11 @@ }, { "name": "magento/module-inventory-visual-merchandiser", - "version": "1.1.5", + "version": "1.1.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-visual-merchandiser/magento-module-inventory-visual-merchandiser-1.1.5.0.zip", - "shasum": "0b787929e1633125e889e2a9de4b5f7f52d17883" + "url": "https://repo.magento.com/archives/magento/module-inventory-visual-merchandiser/magento-module-inventory-visual-merchandiser-1.1.6.0.zip", + "shasum": "5fe305d46f867254769de4bf7082a48d71a94685" }, "require": { "magento/framework": "*", @@ -15795,7 +15773,7 @@ "magento/module-inventory-indexer": "2.2.*", "magento/module-inventory-sales-api": "1.2.*", "magento/module-store": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "require-dev": { "magento/module-inventory-api": "*", @@ -15821,15 +15799,15 @@ }, { "name": "magento/module-inventory-wishlist", - "version": "1.0.4", + "version": "1.0.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-inventory-wishlist/magento-module-inventory-wishlist-1.0.4.0.zip", - "shasum": "3b1ce40972a21eae74fe2815fbbc52792a0d8787" + "url": "https://repo.magento.com/archives/magento/module-inventory-wishlist/magento-module-inventory-wishlist-1.0.5.0.zip", + "shasum": "cb53e4a007df1fbbadc27747ccb56d91a162d1b2" }, "require": { "magento/framework": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-inventory": "1.2.*", @@ -15852,11 +15830,11 @@ }, { "name": "magento/module-invitation", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-invitation/magento-module-invitation-100.4.6.0.zip", - "shasum": "74a767f5d314adef14632ac8645049336b709ef3" + "url": "https://repo.magento.com/archives/magento/module-invitation/magento-module-invitation-100.4.7.0.zip", + "shasum": "e13cee43061a34d8672985f41e754f5798e606ac" }, "require": { "magento/framework": "103.0.*", @@ -15868,7 +15846,7 @@ "magento/module-reports": "100.4.*", "magento/module-store": "101.1.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-cookie": "100.4.*", @@ -15890,15 +15868,15 @@ }, { "name": "magento/module-jwt-framework-adapter", - "version": "100.4.3", + "version": "100.4.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-jwt-framework-adapter/magento-module-jwt-framework-adapter-100.4.3.0.zip", - "shasum": "1d4cd9cf386dc982e5786cfa29ad99b3c799faae" + "url": "https://repo.magento.com/archives/magento/module-jwt-framework-adapter/magento-module-jwt-framework-adapter-100.4.4.0.zip", + "shasum": "0a6c6038511c68e714170cbcfec3530f0afedca1" }, "require": { "magento/framework": "103.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0", + "php": "~8.2.0||~8.3.0||~8.4.0", "web-token/jwt-framework": "^3.1.2" }, "type": "magento2-module", @@ -15918,17 +15896,17 @@ }, { "name": "magento/module-jwt-user-token", - "version": "100.4.2-p2", + "version": "100.4.3", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-jwt-user-token/magento-module-jwt-user-token-100.4.2.0-patch2.zip", - "shasum": "0145357ee501661183b7d31963b41487fe1c8fc6" + "url": "https://repo.magento.com/archives/magento/module-jwt-user-token/magento-module-jwt-user-token-100.4.3.0.zip", + "shasum": "e9b375aa4e48636e09489b5d2a278dee197c72c2" }, "require": { "magento/framework": "103.0.*", "magento/module-authorization": "100.4.*", "magento/module-integration": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -15947,17 +15925,17 @@ }, { "name": "magento/module-layered-navigation", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-layered-navigation/magento-module-layered-navigation-100.4.7.0.zip", - "shasum": "42ad92c8541a77cf7948656c2f33c08b6d88ac27" + "url": "https://repo.magento.com/archives/magento/module-layered-navigation/magento-module-layered-navigation-100.4.8.0.zip", + "shasum": "d834b3f19a51fc162890fa8f18a56795fb3b9d31" }, "require": { "magento/framework": "103.0.*", "magento/module-catalog": "104.0.*", "magento/module-config": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -15976,18 +15954,18 @@ }, { "name": "magento/module-layered-navigation-staging", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-layered-navigation-staging/magento-module-layered-navigation-staging-100.4.4.0.zip", - "shasum": "6cbceac069c5f4c5b1dc8c0e7d6305be494bd50b" + "url": "https://repo.magento.com/archives/magento/module-layered-navigation-staging/magento-module-layered-navigation-staging-100.4.5.0.zip", + "shasum": "2dd5985f453b4499599d05d16e676e5e29e04325" }, "require": { "magento/framework": "103.0.*", "magento/module-catalog": "104.0.*", "magento/module-layered-navigation": "100.4.*", "magento/module-staging": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -16005,11 +15983,11 @@ }, { "name": "magento/module-logging", - "version": "101.2.7", + "version": "101.2.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-logging/magento-module-logging-101.2.7.0.zip", - "shasum": "5394602c7eb364480144a322b6bf76c7c76b7402" + "url": "https://repo.magento.com/archives/magento/module-logging/magento-module-logging-101.2.8.0.zip", + "shasum": "edd20f00134cba3754a77b7879264885513db92b" }, "require": { "magento/framework": "103.0.*", @@ -16018,7 +15996,7 @@ "magento/module-config": "101.2.*", "magento/module-store": "101.1.*", "magento/module-user": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-asynchronous-operations": "100.4.*" @@ -16039,18 +16017,18 @@ }, { "name": "magento/module-login-as-customer", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-login-as-customer/magento-module-login-as-customer-100.4.7.0.zip", - "shasum": "5e824e118ff0d8b33d7f5544d40fe447692902d8" + "url": "https://repo.magento.com/archives/magento/module-login-as-customer/magento-module-login-as-customer-100.4.8.0.zip", + "shasum": "0bde906ea247f469b74f2dffd8b02493a4ee06db" }, "require": { "magento/framework": "103.0.*", "magento/module-backend": "102.0.*", "magento/module-customer": "103.0.*", "magento/module-login-as-customer-api": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-backend": "102.0.*" @@ -16072,11 +16050,11 @@ }, { "name": "magento/module-login-as-customer-admin-ui", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-login-as-customer-admin-ui/magento-module-login-as-customer-admin-ui-100.4.7.0.zip", - "shasum": "f3e3b7c82c2a8513dff8fe93c86e58a1d29936b1" + "url": "https://repo.magento.com/archives/magento/module-login-as-customer-admin-ui/magento-module-login-as-customer-admin-ui-100.4.8.0.zip", + "shasum": "29985da1328a3cc0cfd8e70bc671c74da674cd1f" }, "require": { "magento/framework": "103.0.*", @@ -16086,7 +16064,7 @@ "magento/module-login-as-customer-frontend-ui": "100.4.*", "magento/module-sales": "103.0.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-login-as-customer": "100.4.*" @@ -16107,15 +16085,15 @@ }, { "name": "magento/module-login-as-customer-api", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-login-as-customer-api/magento-module-login-as-customer-api-100.4.6.0.zip", - "shasum": "ca281a0a38e141018f6dd196be7cdbfaea0b31a0" + "url": "https://repo.magento.com/archives/magento/module-login-as-customer-api/magento-module-login-as-customer-api-100.4.7.0.zip", + "shasum": "0cb0cbc27d40db6950454abdb95daac3a52d451d" }, "require": { "magento/framework": "103.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -16134,11 +16112,11 @@ }, { "name": "magento/module-login-as-customer-assistance", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-login-as-customer-assistance/magento-module-login-as-customer-assistance-100.4.6.0.zip", - "shasum": "a8b14ed25cad23f16eb09e8d3d1462286972f6fc" + "url": "https://repo.magento.com/archives/magento/module-login-as-customer-assistance/magento-module-login-as-customer-assistance-100.4.7.0.zip", + "shasum": "13738af289df9f543dcf91d2c70c0a30bae6a671" }, "require": { "magento/framework": "103.0.*", @@ -16148,7 +16126,7 @@ "magento/module-login-as-customer": "100.4.*", "magento/module-login-as-customer-api": "100.4.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-login-as-customer-admin-ui": "100.4.*" @@ -16169,18 +16147,18 @@ }, { "name": "magento/module-login-as-customer-frontend-ui", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-login-as-customer-frontend-ui/magento-module-login-as-customer-frontend-ui-100.4.6.0.zip", - "shasum": "d30180e83de727e10834305d4bd8d3245d6af590" + "url": "https://repo.magento.com/archives/magento/module-login-as-customer-frontend-ui/magento-module-login-as-customer-frontend-ui-100.4.7.0.zip", + "shasum": "59717e2026e2de5740da4d671437b2bda3caa933" }, "require": { "magento/framework": "103.0.*", "magento/module-customer": "103.0.*", "magento/module-login-as-customer-api": "100.4.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -16198,11 +16176,11 @@ }, { "name": "magento/module-login-as-customer-graph-ql", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-login-as-customer-graph-ql/magento-module-login-as-customer-graph-ql-100.4.4.0.zip", - "shasum": "96239c8f91ed1c8a7aebbe60e35b818c90bf44b5" + "url": "https://repo.magento.com/archives/magento/module-login-as-customer-graph-ql/magento-module-login-as-customer-graph-ql-100.4.5.0.zip", + "shasum": "39966a8481d9a6e97d9c15a59ff1882c7ebb0d56" }, "require": { "magento/framework": "103.0.*", @@ -16211,7 +16189,7 @@ "magento/module-login-as-customer-api": "100.4.*", "magento/module-login-as-customer-assistance": "100.4.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-login-as-customer": "100.4.*" @@ -16233,11 +16211,11 @@ }, { "name": "magento/module-login-as-customer-log", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-login-as-customer-log/magento-module-login-as-customer-log-100.4.5.0.zip", - "shasum": "b7091236e396f0916c4531efd4e8399d3810e4a8" + "url": "https://repo.magento.com/archives/magento/module-login-as-customer-log/magento-module-login-as-customer-log-100.4.6.0.zip", + "shasum": "59d3773737de8365dcac1b74be5bea3a2d53bea2" }, "require": { "magento/framework": "103.0.*", @@ -16246,7 +16224,7 @@ "magento/module-login-as-customer-api": "100.4.*", "magento/module-ui": "101.2.*", "magento/module-user": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-login-as-customer": "100.4.*" @@ -16267,11 +16245,11 @@ }, { "name": "magento/module-login-as-customer-logging", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-login-as-customer-logging/magento-module-login-as-customer-logging-100.4.7.0.zip", - "shasum": "15eaf886a2fa02b4793ce57b53958936aa61b663" + "url": "https://repo.magento.com/archives/magento/module-login-as-customer-logging/magento-module-login-as-customer-logging-100.4.8.0.zip", + "shasum": "e092c4e9425892b3cb8a7495d15e26f474f538ec" }, "require": { "magento/framework": "103.0.*", @@ -16280,7 +16258,7 @@ "magento/module-login-as-customer-api": "100.4.*", "magento/module-store": "101.1.*", "magento/module-user": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-login-as-customer-api": "100.4.*" @@ -16301,17 +16279,17 @@ }, { "name": "magento/module-login-as-customer-page-cache", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-login-as-customer-page-cache/magento-module-login-as-customer-page-cache-100.4.6.0.zip", - "shasum": "b78e108d8bd75a471dc5e5f40aaf1b368f5d2cee" + "url": "https://repo.magento.com/archives/magento/module-login-as-customer-page-cache/magento-module-login-as-customer-page-cache-100.4.7.0.zip", + "shasum": "a9f11976c6f8ded971363677f02b6789c5fae484" }, "require": { "magento/framework": "103.0.*", "magento/module-login-as-customer-api": "100.4.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-page-cache": "100.4.*" @@ -16332,18 +16310,18 @@ }, { "name": "magento/module-login-as-customer-quote", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-login-as-customer-quote/magento-module-login-as-customer-quote-100.4.5.0.zip", - "shasum": "4ba45a29c4d41ee1de5209d0992848a973cde736" + "url": "https://repo.magento.com/archives/magento/module-login-as-customer-quote/magento-module-login-as-customer-quote-100.4.6.0.zip", + "shasum": "d52125e06c4caa8198faacfce028124eae1a8eda" }, "require": { "magento/framework": "103.0.*", "magento/module-checkout": "100.4.*", "magento/module-customer": "103.0.*", "magento/module-quote": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-login-as-customer-api": "100.4.*" @@ -16364,18 +16342,18 @@ }, { "name": "magento/module-login-as-customer-sales", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-login-as-customer-sales/magento-module-login-as-customer-sales-100.4.6.0.zip", - "shasum": "423a37f2796dace16ca130f03ecb94e1fe29b167" + "url": "https://repo.magento.com/archives/magento/module-login-as-customer-sales/magento-module-login-as-customer-sales-100.4.7.0.zip", + "shasum": "31d3da5b0abd46764a8e093ecbabec57c71240fa" }, "require": { "magento/framework": "103.0.*", "magento/module-backend": "102.0.*", "magento/module-login-as-customer-api": "100.4.*", "magento/module-user": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-sales": "103.0.*" @@ -16396,11 +16374,11 @@ }, { "name": "magento/module-login-as-customer-website-restriction", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-login-as-customer-website-restriction/magento-module-login-as-customer-website-restriction-100.4.5.0.zip", - "shasum": "6fec8ac68f74731d957e272f956b7b96940047f6" + "url": "https://repo.magento.com/archives/magento/module-login-as-customer-website-restriction/magento-module-login-as-customer-website-restriction-100.4.6.0.zip", + "shasum": "f8d270d8a06bc14baaff7b5a4bff9aa412e62c64" }, "require": { "magento/framework": "103.0.*", @@ -16409,7 +16387,7 @@ "magento/module-login-as-customer-api": "100.4.*", "magento/module-store": "101.1.*", "magento/module-website-restriction": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -16427,16 +16405,16 @@ }, { "name": "magento/module-marketplace", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-marketplace/magento-module-marketplace-100.4.5.0.zip", - "shasum": "bac9fee3bc48528200ea5b271d9576988080ce74" + "url": "https://repo.magento.com/archives/magento/module-marketplace/magento-module-marketplace-100.4.6.0.zip", + "shasum": "9b1aa12f3ac747ef5f1eecf05e9ffbc50a735fc4" }, "require": { "magento/framework": "103.0.*", "magento/module-backend": "102.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -16455,17 +16433,17 @@ }, { "name": "magento/module-media-content", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-media-content/magento-module-media-content-100.4.5.0.zip", - "shasum": "50e1a85d5319da4e5f252198b43403ef9663507c" + "url": "https://repo.magento.com/archives/magento/module-media-content/magento-module-media-content-100.4.6.0.zip", + "shasum": "a0accb584236e3248e76be24a377c9677dda4d21" }, "require": { "magento/framework": "103.0.*", "magento/module-media-content-api": "100.4.*", "magento/module-media-gallery-api": "101.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -16484,16 +16462,16 @@ }, { "name": "magento/module-media-content-api", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-media-content-api/magento-module-media-content-api-100.4.6.0.zip", - "shasum": "002a1d6cd1d901d0a6a7dd0c316f8e3b31fa6ea0" + "url": "https://repo.magento.com/archives/magento/module-media-content-api/magento-module-media-content-api-100.4.7.0.zip", + "shasum": "2dcd78ed5f6a58df0da94f54621c729e157c8032" }, "require": { "magento/framework": "103.0.*", "magento/module-media-gallery-api": "101.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -16512,11 +16490,11 @@ }, { "name": "magento/module-media-content-catalog", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-media-content-catalog/magento-module-media-content-catalog-100.4.5.0.zip", - "shasum": "664d4a9d2ff78fda2cb7ee4f669ee6aee6114d26" + "url": "https://repo.magento.com/archives/magento/module-media-content-catalog/magento-module-media-content-catalog-100.4.6.0.zip", + "shasum": "72b880810ad50fe59b7958cf5062d84197e79745" }, "require": { "magento/framework": "103.0.*", @@ -16524,7 +16502,7 @@ "magento/module-eav": "102.1.*", "magento/module-media-content-api": "100.4.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -16543,18 +16521,18 @@ }, { "name": "magento/module-media-content-catalog-staging", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-media-content-catalog-staging/magento-module-media-content-catalog-staging-100.4.4.0.zip", - "shasum": "fff3e84065da695b81cdec23e44f82f6b6b25172" + "url": "https://repo.magento.com/archives/magento/module-media-content-catalog-staging/magento-module-media-content-catalog-staging-100.4.5.0.zip", + "shasum": "db046bd1380244d7db511224395a2e582d7a3bf4" }, "require": { "magento/framework": "103.0.*", "magento/module-catalog": "104.0.*", "magento/module-eav": "102.1.*", "magento/module-media-content-api": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -16573,17 +16551,17 @@ }, { "name": "magento/module-media-content-cms", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-media-content-cms/magento-module-media-content-cms-100.4.5.0.zip", - "shasum": "4812a74e3b475729aa17e1a965efad259a82c02b" + "url": "https://repo.magento.com/archives/magento/module-media-content-cms/magento-module-media-content-cms-100.4.6.0.zip", + "shasum": "6db6123b2682a1fb5b7efeebddee0c238655b2a5" }, "require": { "magento/framework": "103.0.*", "magento/module-cms": "104.0.*", "magento/module-media-content-api": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -16602,11 +16580,11 @@ }, { "name": "magento/module-media-content-synchronization", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-media-content-synchronization/magento-module-media-content-synchronization-100.4.6.0.zip", - "shasum": "260461d18cc871777cf2d86c65d0345e17e9e38c" + "url": "https://repo.magento.com/archives/magento/module-media-content-synchronization/magento-module-media-content-synchronization-100.4.7.0.zip", + "shasum": "619f3dc6bf89d4eb83216a42f8d017482d34b6d4" }, "require": { "magento/framework": "103.0.*", @@ -16614,7 +16592,7 @@ "magento/module-asynchronous-operations": "100.4.*", "magento/module-media-content-api": "100.4.*", "magento/module-media-content-synchronization-api": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-media-gallery-synchronization": "100.4.*" @@ -16636,16 +16614,16 @@ }, { "name": "magento/module-media-content-synchronization-api", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-media-content-synchronization-api/magento-module-media-content-synchronization-api-100.4.5.0.zip", - "shasum": "64d2e47e4b7c99a65522f71d44c4b4270dd828d0" + "url": "https://repo.magento.com/archives/magento/module-media-content-synchronization-api/magento-module-media-content-synchronization-api-100.4.6.0.zip", + "shasum": "f53731683134d0c24c5a3f3343129fc7f7592590" }, "require": { "magento/framework": "103.0.*", "magento/module-media-content-api": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -16664,18 +16642,18 @@ }, { "name": "magento/module-media-content-synchronization-catalog", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-media-content-synchronization-catalog/magento-module-media-content-synchronization-catalog-100.4.4.0.zip", - "shasum": "fee5331975fda0d313289a09f939974849398875" + "url": "https://repo.magento.com/archives/magento/module-media-content-synchronization-catalog/magento-module-media-content-synchronization-catalog-100.4.5.0.zip", + "shasum": "7776937dcd864b521bc39a476810ae43f7690536" }, "require": { "magento/framework": "103.0.*", "magento/module-media-content-api": "100.4.*", "magento/module-media-content-synchronization-api": "100.4.*", "magento/module-media-gallery-synchronization-api": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -16694,18 +16672,18 @@ }, { "name": "magento/module-media-content-synchronization-cms", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-media-content-synchronization-cms/magento-module-media-content-synchronization-cms-100.4.4.0.zip", - "shasum": "43611d2089e55e140f178e6f92fb451465626d0e" + "url": "https://repo.magento.com/archives/magento/module-media-content-synchronization-cms/magento-module-media-content-synchronization-cms-100.4.5.0.zip", + "shasum": "3d4790d1a83e49c73dd71602d1ec31cd69616d3e" }, "require": { "magento/framework": "103.0.*", "magento/module-media-content-api": "100.4.*", "magento/module-media-content-synchronization-api": "100.4.*", "magento/module-media-gallery-synchronization-api": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -16724,17 +16702,17 @@ }, { "name": "magento/module-media-gallery", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-media-gallery/magento-module-media-gallery-100.4.6.0.zip", - "shasum": "06ece683dac6ad76e66a68ad5be8291b3625cd58" + "url": "https://repo.magento.com/archives/magento/module-media-gallery/magento-module-media-gallery-100.4.7.0.zip", + "shasum": "88b7d5bd26c27b62d5d2477c2ffa074d326de774" }, "require": { "magento/framework": "103.0.*", "magento/module-cms": "104.0.*", "magento/module-media-gallery-api": "101.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -16753,15 +16731,15 @@ }, { "name": "magento/module-media-gallery-api", - "version": "101.0.6", + "version": "101.0.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-media-gallery-api/magento-module-media-gallery-api-101.0.6.0.zip", - "shasum": "6e72a6a5f5ea19acfb9e11fed3e4dedcf235970f" + "url": "https://repo.magento.com/archives/magento/module-media-gallery-api/magento-module-media-gallery-api-101.0.7.0.zip", + "shasum": "c1f28bda2b2c965c2ac3724245566b57dc4c9f2a" }, "require": { "magento/framework": "103.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -16780,17 +16758,17 @@ }, { "name": "magento/module-media-gallery-catalog", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-media-gallery-catalog/magento-module-media-gallery-catalog-100.4.4.0.zip", - "shasum": "21bebf607d14938c2b0e0210640cb025696e400a" + "url": "https://repo.magento.com/archives/magento/module-media-gallery-catalog/magento-module-media-gallery-catalog-100.4.5.0.zip", + "shasum": "bc4aa319fcf150a9cfdd325f908c085fddcd9a76" }, "require": { "magento/framework": "103.0.*", "magento/module-catalog": "104.0.*", "magento/module-media-gallery-api": "101.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -16809,11 +16787,11 @@ }, { "name": "magento/module-media-gallery-catalog-integration", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-media-gallery-catalog-integration/magento-module-media-gallery-catalog-integration-100.4.4.0.zip", - "shasum": "f9714fa4692cdcbd963be21d5be05d9fe439bae3" + "url": "https://repo.magento.com/archives/magento/module-media-gallery-catalog-integration/magento-module-media-gallery-catalog-integration-100.4.5.0.zip", + "shasum": "b3dd5cf21e70d2f7f30b740a9862bf8199ac52bb" }, "require": { "magento/framework": "103.0.*", @@ -16821,7 +16799,7 @@ "magento/module-media-gallery-api": "101.0.*", "magento/module-media-gallery-synchronization-api": "100.4.*", "magento/module-media-gallery-ui-api": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-catalog": "104.0.*" @@ -16843,11 +16821,11 @@ }, { "name": "magento/module-media-gallery-catalog-ui", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-media-gallery-catalog-ui/magento-module-media-gallery-catalog-ui-100.4.4.0.zip", - "shasum": "a839bfe0e54e9aeb62453851d8a7f3998a6b2189" + "url": "https://repo.magento.com/archives/magento/module-media-gallery-catalog-ui/magento-module-media-gallery-catalog-ui-100.4.5.0.zip", + "shasum": "308ee08d4c5dcb67823837f897477ec3b490f601" }, "require": { "magento/framework": "103.0.*", @@ -16856,7 +16834,7 @@ "magento/module-cms": "104.0.*", "magento/module-store": "101.1.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -16875,17 +16853,17 @@ }, { "name": "magento/module-media-gallery-cms-ui", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-media-gallery-cms-ui/magento-module-media-gallery-cms-ui-100.4.4.0.zip", - "shasum": "83061c458b112643f2a5afb48bd0652257926311" + "url": "https://repo.magento.com/archives/magento/module-media-gallery-cms-ui/magento-module-media-gallery-cms-ui-100.4.5.0.zip", + "shasum": "f4990e823fcfad9a28f4c57cccaf044d3e379b6d" }, "require": { "magento/framework": "103.0.*", "magento/module-backend": "102.0.*", "magento/module-cms": "104.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -16904,11 +16882,11 @@ }, { "name": "magento/module-media-gallery-integration", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-media-gallery-integration/magento-module-media-gallery-integration-100.4.6.0.zip", - "shasum": "dfd454f2169e769136abcee8124d6b50936dd3ce" + "url": "https://repo.magento.com/archives/magento/module-media-gallery-integration/magento-module-media-gallery-integration-100.4.7.0.zip", + "shasum": "acd9b7c6c0aed9525a484356d9cd3c984751fc8e" }, "require": { "magento/framework": "103.0.*", @@ -16916,7 +16894,7 @@ "magento/module-media-gallery-synchronization-api": "100.4.*", "magento/module-media-gallery-ui-api": "100.4.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "require-dev": { "magento/module-cms": "*" @@ -16942,16 +16920,16 @@ }, { "name": "magento/module-media-gallery-metadata", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-media-gallery-metadata/magento-module-media-gallery-metadata-100.4.5.0.zip", - "shasum": "5167e7d6f51a9288869f4a4155a45520907a81f2" + "url": "https://repo.magento.com/archives/magento/module-media-gallery-metadata/magento-module-media-gallery-metadata-100.4.6.0.zip", + "shasum": "7a4f48099a96ec80595b40482ab1796b9eb574f8" }, "require": { "magento/framework": "103.0.*", "magento/module-media-gallery-metadata-api": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -16970,15 +16948,15 @@ }, { "name": "magento/module-media-gallery-metadata-api", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-media-gallery-metadata-api/magento-module-media-gallery-metadata-api-100.4.4.0.zip", - "shasum": "3d89125e64f6d88f79bd00f57ea578b971a14977" + "url": "https://repo.magento.com/archives/magento/module-media-gallery-metadata-api/magento-module-media-gallery-metadata-api-100.4.5.0.zip", + "shasum": "6031bdb53d3cdd931f9d0b6537b5752815456794" }, "require": { "magento/framework": "103.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -16997,11 +16975,11 @@ }, { "name": "magento/module-media-gallery-renditions", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-media-gallery-renditions/magento-module-media-gallery-renditions-100.4.5.0.zip", - "shasum": "653fc1bf112c823af17a84c874cc49cc7e593e36" + "url": "https://repo.magento.com/archives/magento/module-media-gallery-renditions/magento-module-media-gallery-renditions-100.4.6.0.zip", + "shasum": "5a6cca8ba6ccfa09a5d3958a97ca973f4e14fc9f" }, "require": { "magento/framework": "103.0.*", @@ -17009,7 +16987,7 @@ "magento/module-cms": "104.0.*", "magento/module-media-gallery-api": "101.0.*", "magento/module-media-gallery-renditions-api": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-media-content-api": "100.4.*" @@ -17031,15 +17009,15 @@ }, { "name": "magento/module-media-gallery-renditions-api", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-media-gallery-renditions-api/magento-module-media-gallery-renditions-api-100.4.4.0.zip", - "shasum": "a0e1acedddc4d3d9cc502e96517521b25db4fd03" + "url": "https://repo.magento.com/archives/magento/module-media-gallery-renditions-api/magento-module-media-gallery-renditions-api-100.4.5.0.zip", + "shasum": "00a154e18fb9fd76980662fbcb7fbe6960e6753b" }, "require": { "magento/framework": "103.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -17058,18 +17036,18 @@ }, { "name": "magento/module-media-gallery-synchronization", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-media-gallery-synchronization/magento-module-media-gallery-synchronization-100.4.6.0.zip", - "shasum": "f01c6bcafd07feebe7436d765d82b2c28d83def3" + "url": "https://repo.magento.com/archives/magento/module-media-gallery-synchronization/magento-module-media-gallery-synchronization-100.4.7.0.zip", + "shasum": "b04d2c29b91c05891c104f044e18fc4b139cbd1d" }, "require": { "magento/framework": "103.0.*", "magento/framework-message-queue": "100.4.*", "magento/module-media-gallery-api": "101.0.*", "magento/module-media-gallery-synchronization-api": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -17088,16 +17066,16 @@ }, { "name": "magento/module-media-gallery-synchronization-api", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-media-gallery-synchronization-api/magento-module-media-gallery-synchronization-api-100.4.5.0.zip", - "shasum": "8b18ef80a95909068f6aa4705480d538f3ee3c8e" + "url": "https://repo.magento.com/archives/magento/module-media-gallery-synchronization-api/magento-module-media-gallery-synchronization-api-100.4.6.0.zip", + "shasum": "bc5255d87ad7e64bf30fcf579479075eaffacef0" }, "require": { "magento/framework": "103.0.*", "magento/module-media-gallery-api": "101.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -17116,18 +17094,18 @@ }, { "name": "magento/module-media-gallery-synchronization-metadata", - "version": "100.4.3", + "version": "100.4.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-media-gallery-synchronization-metadata/magento-module-media-gallery-synchronization-metadata-100.4.3.0.zip", - "shasum": "c71353b2d5ab08f0668440698121fd6222664c66" + "url": "https://repo.magento.com/archives/magento/module-media-gallery-synchronization-metadata/magento-module-media-gallery-synchronization-metadata-100.4.4.0.zip", + "shasum": "7a76d0a5e759e49ae10602d721db734d245f5594" }, "require": { "magento/framework": "103.0.*", "magento/module-media-gallery-api": "101.0.*", "magento/module-media-gallery-metadata-api": "100.4.*", "magento/module-media-gallery-synchronization-api": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -17146,11 +17124,11 @@ }, { "name": "magento/module-media-gallery-ui", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-media-gallery-ui/magento-module-media-gallery-ui-100.4.6.0.zip", - "shasum": "e13896eeb0e1408b57cd051866cd0b9a4e6c5ae9" + "url": "https://repo.magento.com/archives/magento/module-media-gallery-ui/magento-module-media-gallery-ui-100.4.7.0.zip", + "shasum": "1894b93e55ab5c6360e6e0c91be4fce3453244ae" }, "require": { "magento/framework": "103.0.*", @@ -17165,7 +17143,7 @@ "magento/module-media-gallery-ui-api": "100.4.*", "magento/module-store": "101.1.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -17184,15 +17162,15 @@ }, { "name": "magento/module-media-gallery-ui-api", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-media-gallery-ui-api/magento-module-media-gallery-ui-api-100.4.5.0.zip", - "shasum": "6fcaf31a4d47588b22864bd60b528cd2f21c2090" + "url": "https://repo.magento.com/archives/magento/module-media-gallery-ui-api/magento-module-media-gallery-ui-api-100.4.6.0.zip", + "shasum": "973064b95a571ac3012a8a23096529b790249457" }, "require": { "magento/framework": "103.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-cms": "104.0.*" @@ -17214,11 +17192,11 @@ }, { "name": "magento/module-media-storage", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-media-storage/magento-module-media-storage-100.4.6.0.zip", - "shasum": "b0614c27d38e2d54131b6cd434b02ca469c6203e" + "url": "https://repo.magento.com/archives/magento/module-media-storage/magento-module-media-storage-100.4.7.0.zip", + "shasum": "080d43e5e246f67327b0595c9ab05a52380acaee" }, "require": { "magento/framework": "103.0.*", @@ -17230,7 +17208,7 @@ "magento/module-config": "101.2.*", "magento/module-store": "101.1.*", "magento/module-theme": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -17249,17 +17227,17 @@ }, { "name": "magento/module-message-queue", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-message-queue/magento-module-message-queue-100.4.7.0.zip", - "shasum": "914a6697815881268f0b5c3bb368ca5359404973" + "url": "https://repo.magento.com/archives/magento/module-message-queue/magento-module-message-queue-100.4.8.0.zip", + "shasum": "d95bd1070dd1e79e5cc536fc85befdf6e21be9a4" }, "require": { "magento/framework": "103.0.*", "magento/framework-message-queue": "100.4.*", "magento/magento-composer-installer": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -17278,11 +17256,11 @@ }, { "name": "magento/module-msrp", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-msrp/magento-module-msrp-100.4.6.0.zip", - "shasum": "5c08a65a5c3d26f914326c4ccbb65226fa6c5ea7" + "url": "https://repo.magento.com/archives/magento/module-msrp/magento-module-msrp-100.4.7.0.zip", + "shasum": "c64bc12039b05df23222818bd5fb435af86259f5" }, "require": { "magento/framework": "103.0.*", @@ -17291,7 +17269,7 @@ "magento/module-eav": "102.1.*", "magento/module-store": "101.1.*", "magento/module-tax": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-bundle": "101.0.*", @@ -17314,18 +17292,18 @@ }, { "name": "magento/module-msrp-configurable-product", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-msrp-configurable-product/magento-module-msrp-configurable-product-100.4.4.0.zip", - "shasum": "ba1aef847e4eae875db9b17e5ed9a8f910c42c33" + "url": "https://repo.magento.com/archives/magento/module-msrp-configurable-product/magento-module-msrp-configurable-product-100.4.5.0.zip", + "shasum": "f9df5115f497e63afa6a351e869b7cd1b5b4bd49" }, "require": { "magento/framework": "103.0.*", "magento/module-catalog": "104.0.*", "magento/module-configurable-product": "100.4.*", "magento/module-msrp": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -17344,18 +17322,18 @@ }, { "name": "magento/module-msrp-grouped-product", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-msrp-grouped-product/magento-module-msrp-grouped-product-100.4.4.0.zip", - "shasum": "150f6c6d1cd88b04acb217a0854c4251c5f5b65d" + "url": "https://repo.magento.com/archives/magento/module-msrp-grouped-product/magento-module-msrp-grouped-product-100.4.5.0.zip", + "shasum": "f9a637ff32c83a1bed438ac98b6aa58a247100d1" }, "require": { "magento/framework": "103.0.*", "magento/module-catalog": "104.0.*", "magento/module-grouped-product": "100.4.*", "magento/module-msrp": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -17374,18 +17352,18 @@ }, { "name": "magento/module-msrp-staging", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-msrp-staging/magento-module-msrp-staging-100.4.5.0.zip", - "shasum": "2388a59e46640b7a739cb04349fe1cbacfd9124b" + "url": "https://repo.magento.com/archives/magento/module-msrp-staging/magento-module-msrp-staging-100.4.6.0.zip", + "shasum": "884c22aa2f16e7771d5bd90f3029dd2234596af0" }, "require": { "lib-libxml": "*", "magento/framework": "103.0.*", "magento/magento-composer-installer": "*", "magento/module-msrp": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-staging": "101.2.*" @@ -17406,11 +17384,11 @@ }, { "name": "magento/module-multicoupon", - "version": "100.4.0", + "version": "100.4.1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-multicoupon/magento-module-multicoupon-100.4.0.0.zip", - "shasum": "5e05f06c8961b2d347be713a57a19e3442339c9e" + "url": "https://repo.magento.com/archives/magento/module-multicoupon/magento-module-multicoupon-100.4.1.0.zip", + "shasum": "b5a30bc94a9bc8cfdbcefc14a9cced7e31d85af6" }, "require": { "magento/framework": "103.0.*", @@ -17418,7 +17396,7 @@ "magento/module-sales": "103.0.*", "magento/module-sales-rule": "101.2.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -17436,11 +17414,11 @@ }, { "name": "magento/module-multicoupon-graph-ql", - "version": "100.4.0", + "version": "100.4.1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-multicoupon-graph-ql/magento-module-multicoupon-graph-ql-100.4.0.0.zip", - "shasum": "857bb09cdc63fb17a24991ba24e4dee65b9d3329" + "url": "https://repo.magento.com/archives/magento/module-multicoupon-graph-ql/magento-module-multicoupon-graph-ql-100.4.1.0.zip", + "shasum": "a5c4765d95c055d42aeeb620057ea23cc332098b" }, "require": { "magento/framework": "103.0.*", @@ -17448,7 +17426,7 @@ "magento/module-quote": "101.2.*", "magento/module-quote-graph-ql": "100.4.*", "magento/module-sales": "103.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -17466,11 +17444,11 @@ }, { "name": "magento/module-multicoupon-ui", - "version": "100.4.0", + "version": "100.4.1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-multicoupon-ui/magento-module-multicoupon-ui-100.4.0.0.zip", - "shasum": "e91c42343b9a7c578e0ad198368c97aea5f1da2e" + "url": "https://repo.magento.com/archives/magento/module-multicoupon-ui/magento-module-multicoupon-ui-100.4.1.0.zip", + "shasum": "0de4eaa9692e6a7bafaece1a1b9efd97c7025703" }, "require": { "magento/framework": "103.0.*", @@ -17480,7 +17458,7 @@ "magento/module-sales": "103.0.*", "magento/module-sales-rule": "101.2.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -17498,11 +17476,11 @@ }, { "name": "magento/module-multiple-wishlist", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-multiple-wishlist/magento-module-multiple-wishlist-100.4.7.0.zip", - "shasum": "2e26cc981d23192cc389a6c74e02957a09f35414" + "url": "https://repo.magento.com/archives/magento/module-multiple-wishlist/magento-module-multiple-wishlist-100.4.8.0.zip", + "shasum": "947c5dc5864ec75e32821d5c4a656c8f3cf6fcf5" }, "require": { "magento/framework": "103.0.*", @@ -17517,7 +17495,7 @@ "magento/module-theme": "101.1.*", "magento/module-widget": "101.2.*", "magento/module-wishlist": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-multiple-wishlist-sample-data": "Sample Data version: 100.4.*", @@ -17539,18 +17517,18 @@ }, { "name": "magento/module-multiple-wishlist-graph-ql", - "version": "100.4.3", + "version": "100.4.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-multiple-wishlist-graph-ql/magento-module-multiple-wishlist-graph-ql-100.4.3.0.zip", - "shasum": "f4992560d834580cbe921659e3bb24caa16c8af8" + "url": "https://repo.magento.com/archives/magento/module-multiple-wishlist-graph-ql/magento-module-multiple-wishlist-graph-ql-100.4.4.0.zip", + "shasum": "e635f2fdc21f4205f8a7ecc5919ee1fa77801bbd" }, "require": { "magento/framework": "103.0.*", "magento/module-multiple-wishlist": "100.4.*", "magento/module-wishlist": "101.2.*", "magento/module-wishlist-graph-ql": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -17568,11 +17546,11 @@ }, { "name": "magento/module-multishipping", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-multishipping/magento-module-multishipping-100.4.7.0.zip", - "shasum": "ef813346d4d5526f975c1aa21e68b6b3d613edb2" + "url": "https://repo.magento.com/archives/magento/module-multishipping/magento-module-multishipping-100.4.8.0.zip", + "shasum": "964b00135bf8e52066398c27c56555d86caecd57" }, "require": { "magento/framework": "103.0.*", @@ -17586,7 +17564,7 @@ "magento/module-store": "101.1.*", "magento/module-tax": "100.4.*", "magento/module-theme": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -17605,18 +17583,18 @@ }, { "name": "magento/module-mysql-mq", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-mysql-mq/magento-module-mysql-mq-100.4.5.0.zip", - "shasum": "81e5299220920c4b67b1ddaaf88689086e0815c7" + "url": "https://repo.magento.com/archives/magento/module-mysql-mq/magento-module-mysql-mq-100.4.6.0.zip", + "shasum": "01992cb53efe45a4fc5f5a5f6c761156b948e9bc" }, "require": { "magento/framework": "103.0.*", "magento/framework-message-queue": "100.4.*", "magento/magento-composer-installer": "*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -17635,11 +17613,11 @@ }, { "name": "magento/module-new-relic-reporting", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-new-relic-reporting/magento-module-new-relic-reporting-100.4.5.0.zip", - "shasum": "63622670b8573709c0652b69f7c23d449aff94b5" + "url": "https://repo.magento.com/archives/magento/module-new-relic-reporting/magento-module-new-relic-reporting-100.4.6.0.zip", + "shasum": "ad0407d16aa5e1aa8b62ee41c016fb5f8c122429" }, "require": { "magento/framework": "103.0.*", @@ -17650,7 +17628,7 @@ "magento/module-configurable-product": "100.4.*", "magento/module-customer": "103.0.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -17669,11 +17647,11 @@ }, { "name": "magento/module-newsletter", - "version": "100.4.7-p2", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-newsletter/magento-module-newsletter-100.4.7.0-patch2.zip", - "shasum": "17d1dd9557825c3ecce33491653dadba914643e3" + "url": "https://repo.magento.com/archives/magento/module-newsletter/magento-module-newsletter-100.4.8.0.zip", + "shasum": "5d6875a778fe194331b37c54c7bc3df5b25593c9" }, "require": { "magento/framework": "103.0.*", @@ -17686,7 +17664,7 @@ "magento/module-store": "101.1.*", "magento/module-ui": "101.2.*", "magento/module-widget": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -17705,11 +17683,11 @@ }, { "name": "magento/module-newsletter-graph-ql", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-newsletter-graph-ql/magento-module-newsletter-graph-ql-100.4.4.0.zip", - "shasum": "422d9c4e2258aca36af6ce07b5c58adc77198ed3" + "url": "https://repo.magento.com/archives/magento/module-newsletter-graph-ql/magento-module-newsletter-graph-ql-100.4.5.0.zip", + "shasum": "8671c76efe1eb41c01db92b8c6e3931859d218a6" }, "require": { "magento/framework": "103.0.*", @@ -17718,7 +17696,7 @@ "magento/module-graph-ql-resolver-cache": "100.4.*", "magento/module-newsletter": "100.4.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -17737,18 +17715,18 @@ }, { "name": "magento/module-offline-payments", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-offline-payments/magento-module-offline-payments-100.4.5.0.zip", - "shasum": "01143954df3c70a8f5073f2f43656b852ff83b58" + "url": "https://repo.magento.com/archives/magento/module-offline-payments/magento-module-offline-payments-100.4.6.0.zip", + "shasum": "3e7b33d8415b3880c2978060d550e0009eea2f44" }, "require": { "magento/framework": "103.0.*", "magento/module-checkout": "100.4.*", "magento/module-payment": "100.4.*", "magento/module-quote": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-config": "101.2.*" @@ -17770,11 +17748,11 @@ }, { "name": "magento/module-offline-shipping", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-offline-shipping/magento-module-offline-shipping-100.4.6.0.zip", - "shasum": "7fb9d6faaf8f22e241c9c459274ce13186ec8923" + "url": "https://repo.magento.com/archives/magento/module-offline-shipping/magento-module-offline-shipping-100.4.7.0.zip", + "shasum": "228409fe24682d168bbd3d7cec5da67e13e94182" }, "require": { "magento/framework": "103.0.*", @@ -17788,7 +17766,7 @@ "magento/module-sales-rule": "101.2.*", "magento/module-shipping": "100.4.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-checkout": "100.4.*", @@ -17811,11 +17789,11 @@ }, { "name": "magento/module-open-search", - "version": "100.4.1", + "version": "100.4.2", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-open-search/magento-module-open-search-100.4.1.0.zip", - "shasum": "07afcb0e588b1f2cd89581b72e2f46c4b499a1b0" + "url": "https://repo.magento.com/archives/magento/module-open-search/magento-module-open-search-100.4.2.0.zip", + "shasum": "b7d6d74143c044c50c21246532584bea11138b12" }, "require": { "magento/framework": "103.0.*", @@ -17824,8 +17802,8 @@ "magento/module-config": "101.2.*", "magento/module-elasticsearch": "101.0.*", "magento/module-search": "101.1.*", - "opensearch-project/opensearch-php": "^1.0 || ^2.0", - "php": "~8.1.0||~8.2.0||~8.3.0" + "opensearch-project/opensearch-php": "^2.3", + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -17844,18 +17822,18 @@ }, { "name": "magento/module-order-cancellation", - "version": "100.4.0", + "version": "100.4.1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-order-cancellation/magento-module-order-cancellation-100.4.0.0.zip", - "shasum": "c33d4a3bea1dce0cdbf994d7cdbbc338cbe75c66" + "url": "https://repo.magento.com/archives/magento/module-order-cancellation/magento-module-order-cancellation-100.4.1.0.zip", + "shasum": "23aee15b29e305a11727d92a58b63446e0dc0450" }, "require": { "magento/framework": "103.0.*", "magento/module-config": "101.2.*", "magento/module-sales": "103.0.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -17874,18 +17852,19 @@ }, { "name": "magento/module-order-cancellation-graph-ql", - "version": "100.4.0", + "version": "100.4.1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-order-cancellation-graph-ql/magento-module-order-cancellation-graph-ql-100.4.0.0.zip", - "shasum": "28b101d085f7b2103ac4a872ec25dbbf3cd559d2" + "url": "https://repo.magento.com/archives/magento/module-order-cancellation-graph-ql/magento-module-order-cancellation-graph-ql-100.4.1.0.zip", + "shasum": "ef21c2f7ec0ad925364dd35089f86b09ee692114" }, "require": { "magento/framework": "103.0.*", "magento/module-order-cancellation": "100.4.*", "magento/module-sales": "103.0.*", "magento/module-sales-graph-ql": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "magento/module-store": "101.1.*", + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -17904,18 +17883,18 @@ }, { "name": "magento/module-order-cancellation-ui", - "version": "100.4.0", + "version": "100.4.1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-order-cancellation-ui/magento-module-order-cancellation-ui-100.4.0.0.zip", - "shasum": "3c5d9f6e26b3115a8fc0b6bce7be586f41101128" + "url": "https://repo.magento.com/archives/magento/module-order-cancellation-ui/magento-module-order-cancellation-ui-100.4.1.0.zip", + "shasum": "6129524e44f0420724b8da335f0aff735793482e" }, "require": { "magento/framework": "103.0.*", "magento/module-customer": "103.0.*", "magento/module-order-cancellation": "100.4.*", "magento/module-sales": "103.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -17934,40 +17913,40 @@ }, { "name": "magento/module-page-builder", - "version": "2.2.5-p2", + "version": "2.2.6-p1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-page-builder/magento-module-page-builder-2.2.5.0-patch2.zip", - "shasum": "6ecbab0cf1092a116f103bb2ed12e48d0ac1371e" + "url": "https://repo.magento.com/archives/magento/module-page-builder/magento-module-page-builder-2.2.6.0-patch1.zip", + "shasum": "5bd06b3ff53cad8e1d6187fae1e6f15bc7ccf79b" }, "require": { - "magento/framework": "*", - "magento/module-backend": "*", - "magento/module-catalog": "*", - "magento/module-catalog-inventory": "*", - "magento/module-catalog-widget": "*", - "magento/module-cms": "*", - "magento/module-config": "*", - "magento/module-directory": "*", - "magento/module-eav": "*", - "magento/module-email": "*", - "magento/module-media-storage": "*", - "magento/module-require-js": "*", - "magento/module-rule": "*", - "magento/module-store": "*", - "magento/module-theme": "*", - "magento/module-ui": "*", - "magento/module-variable": "*", - "magento/module-widget": "*", - "magento/module-wishlist": "*", - "php": "~8.1.0||~8.2.0||~8.3.0", + "magento/framework": "103.0.*", + "magento/module-backend": "102.0.*", + "magento/module-catalog": "104.0.*", + "magento/module-catalog-inventory": "100.4.*", + "magento/module-catalog-widget": "100.4.*", + "magento/module-cms": "104.0.*", + "magento/module-config": "101.2.*", + "magento/module-directory": "100.4.*", + "magento/module-eav": "102.1.*", + "magento/module-email": "101.1.*", + "magento/module-media-storage": "100.4.*", + "magento/module-require-js": "100.4.*", + "magento/module-rule": "100.4.*", + "magento/module-store": "101.1.*", + "magento/module-theme": "101.1.*", + "magento/module-ui": "101.2.*", + "magento/module-variable": "100.4.*", + "magento/module-widget": "101.2.*", + "magento/module-wishlist": "101.2.*", + "php": "~8.2.0||~8.3.0||~8.4.0", "phpgt/dom": "^4.1" }, "conflict": { "gene/bluefoot": "*" }, "suggest": { - "magento/module-review": "*" + "magento/module-review": "100.4.*" }, "type": "magento2-module", "autoload": { @@ -17985,15 +17964,15 @@ }, { "name": "magento/module-page-builder-admin-analytics", - "version": "1.1.4", + "version": "1.1.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-page-builder-admin-analytics/magento-module-page-builder-admin-analytics-1.1.4.0.zip", - "shasum": "7817e051cc233140e4b271b0b63d28b4460b8427" + "url": "https://repo.magento.com/archives/magento/module-page-builder-admin-analytics/magento-module-page-builder-admin-analytics-1.1.5.0.zip", + "shasum": "83c660bb1e0898c41f704dec0be2d7842bfa9367" }, "require": { "magento/framework": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-admin-analytics": "*", @@ -18015,18 +17994,18 @@ }, { "name": "magento/module-page-builder-admin-gws-admin-ui", - "version": "1.7.3", + "version": "1.7.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-page-builder-admin-gws-admin-ui/magento-module-page-builder-admin-gws-admin-ui-1.7.3.0.zip", - "shasum": "7b079321594f786a439e37f8784649e268f43596" + "url": "https://repo.magento.com/archives/magento/module-page-builder-admin-gws-admin-ui/magento-module-page-builder-admin-gws-admin-ui-1.7.4.0.zip", + "shasum": "df8803ce85a5650ad440b0862f251eb57753526d" }, "require": { "magento/framework": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { - "magento/module-admin-gws": "*", + "magento/module-admin-gws": "100.4.*", "magento/module-page-builder": "2.2.*" }, "type": "magento2-module", @@ -18045,17 +18024,17 @@ }, { "name": "magento/module-page-builder-analytics", - "version": "1.6.4", + "version": "1.6.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-page-builder-analytics/magento-module-page-builder-analytics-1.6.4.0.zip", - "shasum": "23198bf13b08f61570508ff78a6c2b3b9bc0f566" + "url": "https://repo.magento.com/archives/magento/module-page-builder-analytics/magento-module-page-builder-analytics-1.6.5.0.zip", + "shasum": "d9a70ce4f88158ef58a44f39523fa06843543bf0" }, "require": { "magento/framework": "*", "magento/module-analytics": "*", "magento/module-page-builder": "2.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -18071,13 +18050,39 @@ ], "description": "Page Builder Analytics module" }, + { + "name": "magento/module-page-builder-image-attribute", + "version": "1.7.5", + "dist": { + "type": "zip", + "url": "https://repo.magento.com/archives/magento/module-page-builder-image-attribute/magento-module-page-builder-image-attribute-1.7.5.0.zip", + "shasum": "71450c7f12a9318c3ce4194cd5cfc25682077769" + }, + "require": { + "magento/framework": "*", + "php": "~8.2.0||~8.3.0||~8.4.0" + }, + "type": "magento2-module", + "autoload": { + "files": [ + "registration.php" + ], + "psr-4": { + "Magento\\PageBuilderImageAttribute\\": "" + } + }, + "license": [ + "proprietary" + ], + "description": "Width & Height attribute - Pagebuilder image" + }, { "name": "magento/module-page-cache", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-page-cache/magento-module-page-cache-100.4.7.0.zip", - "shasum": "35149c1ba6e9511c203d0697cfc1af89203cd173" + "url": "https://repo.magento.com/archives/magento/module-page-cache/magento-module-page-cache-100.4.8.0.zip", + "shasum": "d63acdbc2e737b2a25f147ff59d4dc9f4c3240c9" }, "require": { "magento/framework": "103.0.*", @@ -18085,7 +18090,7 @@ "magento/module-catalog": "104.0.*", "magento/module-config": "101.2.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -18104,11 +18109,11 @@ }, { "name": "magento/module-payment", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-payment/magento-module-payment-100.4.7.0.zip", - "shasum": "f242e4d51677f47de207c345e148ccd4c06439c4" + "url": "https://repo.magento.com/archives/magento/module-payment/magento-module-payment-100.4.8.0.zip", + "shasum": "9fd7576f102602884deb66b57ca5874340bcc0b5" }, "require": { "magento/framework": "103.0.*", @@ -18119,7 +18124,7 @@ "magento/module-sales": "103.0.*", "magento/module-store": "101.1.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -18138,17 +18143,17 @@ }, { "name": "magento/module-payment-graph-ql", - "version": "100.4.2", + "version": "100.4.3", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-payment-graph-ql/magento-module-payment-graph-ql-100.4.2.0.zip", - "shasum": "a43b87bd0c3809286ec8b553433cbce1306c9983" + "url": "https://repo.magento.com/archives/magento/module-payment-graph-ql/magento-module-payment-graph-ql-100.4.3.0.zip", + "shasum": "dede134d171978c25fdf5acb120e9d336c3ab029" }, "require": { "magento/framework": "103.0.*", "magento/module-graph-ql": "100.4.*", "magento/module-payment": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-store-graph-ql": "100.4.*" @@ -18170,11 +18175,11 @@ }, { "name": "magento/module-payment-services-base", - "version": "2.8.1", + "version": "2.11.1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-payment-services-base/magento-module-payment-services-base-2.8.1.0.zip", - "shasum": "9a5cd0d28adc5a91d22679cc7e5b90dd791a9515" + "url": "https://repo.magento.com/archives/magento/module-payment-services-base/magento-module-payment-services-base-2.11.1.0.zip", + "shasum": "5de35a2a871b004cec1c7ea3520e3bb8422d4066" }, "require": { "magento/framework": ">=103.0.4 <104.0.0", @@ -18182,16 +18187,17 @@ "magento/module-config": ">=101.2.4 <102.0.0", "magento/module-directory": ">=100.4.4 <101.0.0", "magento/module-payment": ">=100.4.4 <101.0.0", - "magento/module-payment-services-dashboard": "2.8.1", + "magento/module-payment-services-dashboard": "2.11.1", + "magento/module-payment-services-paypal": "2.11.1", "magento/module-sales": ">=103.0.4 <104.0.0", - "magento/module-service-proxy": "2.8.1", + "magento/module-service-proxy": "2.11.1", "magento/module-services-id": "^3.2.0", "magento/module-services-id-graph-ql-server": "^1.1.0", "magento/module-services-id-layout": "^1.1.0", "magento/module-store": ">=101.1.4 <102.0.0", "magento/module-ui": ">=101.2.4 <102.0.0", "magento/services-connector": "^1.3.0", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-paypal": "*" @@ -18213,22 +18219,22 @@ }, { "name": "magento/module-payment-services-dashboard", - "version": "2.8.1", + "version": "2.11.1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-payment-services-dashboard/magento-module-payment-services-dashboard-2.8.1.0.zip", - "shasum": "55fe26e00c6501869547bc2e0fb26aad170e00fa" + "url": "https://repo.magento.com/archives/magento/module-payment-services-dashboard/magento-module-payment-services-dashboard-2.11.1.0.zip", + "shasum": "09aafa32ef8a1052474a0c0a3fb4fa82a27d281d" }, "require": { "ext-json": "*", "magento/framework": ">=103.0.4 <104.0.0", "magento/module-backend": ">=102.0.4 <103.0.0", "magento/module-config": ">=101.2.4 <102.0.0", - "magento/module-payment-services-base": "2.8.1", - "magento/module-payment-services-paypal": "2.8.1", - "magento/module-service-proxy": "2.8.1", + "magento/module-payment-services-base": "2.11.1", + "magento/module-payment-services-paypal": "2.11.1", + "magento/module-service-proxy": "2.11.1", "magento/module-store": ">=101.1.4 <102.0.0", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -18247,14 +18253,15 @@ }, { "name": "magento/module-payment-services-paypal", - "version": "2.8.1", + "version": "2.11.1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-payment-services-paypal/magento-module-payment-services-paypal-2.8.1.0.zip", - "shasum": "cb43344beb339638e04bcb80e659e984d4ec95da" + "url": "https://repo.magento.com/archives/magento/module-payment-services-paypal/magento-module-payment-services-paypal-2.11.1.0.zip", + "shasum": "19401bf9d9e3690febe8c38bcb72ddabeb8b349a" }, "require": { "magento/framework": ">=103.0.4 <104.0.0", + "magento/module-authorization": ">=100.4.4 <101.0.0", "magento/module-backend": ">=102.0.4 <103.0.0", "magento/module-catalog": ">=104.0.4 <105.0.0", "magento/module-checkout": ">=100.4.4 <101.0.0", @@ -18263,17 +18270,19 @@ "magento/module-csp": ">=100.4.3 <101.0.0", "magento/module-customer": ">=103.0.4 <104.0.0", "magento/module-instant-purchase": ">=100.4.3 <101.0.0", + "magento/module-integration": ">=100.4.4 <101.0.0", "magento/module-payment": ">=100.4.4 <101.0.0", - "magento/module-payment-services-base": "2.8.1", + "magento/module-payment-services-base": "2.11.1", "magento/module-query-xml": "^103.0.3", "magento/module-quote": ">=101.2.4 <102.0.0", "magento/module-sales": ">=103.0.4 <104.0.0", - "magento/module-service-proxy": "2.8.1", + "magento/module-sales-rule": ">=101.2.4 <102.0.0", + "magento/module-service-proxy": "2.11.1", "magento/module-store": ">=101.1.4 <102.0.0", "magento/module-tax": ">=100.4.4 <101.0.0", "magento/module-theme": ">=101.1.4 <102.0.0", "magento/module-vault": ">=101.2.4 <102.0.0", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -18292,18 +18301,19 @@ }, { "name": "magento/module-payment-services-paypal-graph-ql", - "version": "2.8.1", + "version": "2.11.1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-payment-services-paypal-graph-ql/magento-module-payment-services-paypal-graph-ql-2.8.1.0.zip", - "shasum": "d6d067923cb9838712ab99b1f7075ecc4c520672" + "url": "https://repo.magento.com/archives/magento/module-payment-services-paypal-graph-ql/magento-module-payment-services-paypal-graph-ql-2.11.1.0.zip", + "shasum": "216f3b8da755a349d0af1891343ef5059ef92cba" }, "require": { "magento/framework": ">=103.0.4 <104.0.0", - "magento/module-payment-services-paypal": "2.8.1", + "magento/module-payment-services-paypal": "2.11.1", "magento/module-quote": ">=101.2.4 <102.0.0", "magento/module-quote-graph-ql": ">=100.4.4 <101.0.0", - "php": "~8.1.0||~8.2.0||~8.3.0" + "magento/module-vault": ">=101.2.4 <102.0.0", + "php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -18322,22 +18332,22 @@ }, { "name": "magento/module-payment-services-saas-export", - "version": "2.8.1", + "version": "2.11.1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-payment-services-saas-export/magento-module-payment-services-saas-export-2.8.1.0.zip", - "shasum": "d43b9f00fbcb11a4ba96a27046bc13794bff0ef6" + "url": "https://repo.magento.com/archives/magento/module-payment-services-saas-export/magento-module-payment-services-saas-export-2.11.1.0.zip", + "shasum": "a1ed6b5bf0aa3fc8495ba907d022a123dd332fea" }, "require": { "magento/framework": ">=103.0.4 <104.0.0", "magento/module-data-exporter": "^103.0.3", - "magento/module-payment-services-base": "2.8.1", + "magento/module-payment-services-base": "2.11.1", "magento/module-saas-common": "^103.0.3", - "magento/module-sales-data-exporter": "2.8.1", + "magento/module-sales-data-exporter": "2.11.1", "magento/module-services-id": "^3.2.0", - "magento/module-store-data-exporter": "2.8.1", + "magento/module-store-data-exporter": "2.11.1", "magento/services-connector": "^1.3.0", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -18356,17 +18366,17 @@ }, { "name": "magento/module-payment-staging", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-payment-staging/magento-module-payment-staging-100.4.4.0.zip", - "shasum": "c14a17ae732996b85a40bbe9d376675221f9ba14" + "url": "https://repo.magento.com/archives/magento/module-payment-staging/magento-module-payment-staging-100.4.5.0.zip", + "shasum": "96877f2c000cf64178ba1dc29ef02a42e7aa35e5" }, "require": { "magento/framework": "103.0.*", "magento/module-quote": "101.2.*", "magento/module-staging": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-payment": "100.4.*" @@ -18388,11 +18398,11 @@ }, { "name": "magento/module-paypal", - "version": "101.0.7-p2", + "version": "101.0.8-p1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-paypal/magento-module-paypal-101.0.7.0-patch2.zip", - "shasum": "f50ce38d1cd36697c9123256dea26919af4478bb" + "url": "https://repo.magento.com/archives/magento/module-paypal/magento-module-paypal-101.0.8.0-patch1.zip", + "shasum": "a5120b143123a5ae48405abc36416697000ff9d4" }, "require": { "lib-libxml": "*", @@ -18415,7 +18425,7 @@ "magento/module-theme": "101.1.*", "magento/module-ui": "101.2.*", "magento/module-vault": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-checkout-agreements": "100.4.*" @@ -18437,18 +18447,18 @@ }, { "name": "magento/module-paypal-captcha", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-paypal-captcha/magento-module-paypal-captcha-100.4.4.0.zip", - "shasum": "b48f801208ad7718ec10fc8c733c6620320750d9" + "url": "https://repo.magento.com/archives/magento/module-paypal-captcha/magento-module-paypal-captcha-100.4.5.0.zip", + "shasum": "0b39700198bc84dea0da36ccb9c5ad08bf6d96f3" }, "require": { "magento/framework": "103.0.*", "magento/module-captcha": "100.4.*", "magento/module-checkout": "100.4.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-paypal": "101.0.*" @@ -18470,11 +18480,11 @@ }, { "name": "magento/module-paypal-graph-ql", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-paypal-graph-ql/magento-module-paypal-graph-ql-100.4.5.0.zip", - "shasum": "f1981b45e335e03e6c3287d9d5e59db73b1a8fd5" + "url": "https://repo.magento.com/archives/magento/module-paypal-graph-ql/magento-module-paypal-graph-ql-100.4.6.0.zip", + "shasum": "ca9cb856067e794ecd011dcce5557fb9fffedd25" }, "require": { "magento/framework": "103.0.*", @@ -18486,7 +18496,7 @@ "magento/module-sales": "103.0.*", "magento/module-store": "101.1.*", "magento/module-vault": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-graph-ql": "100.4.*", @@ -18509,11 +18519,11 @@ }, { "name": "magento/module-paypal-on-boarding", - "version": "100.5.1", + "version": "100.5.2", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-paypal-on-boarding/magento-module-paypal-on-boarding-100.5.1.0.zip", - "shasum": "ed232910baf1f4fe171015f8a54476ddaa4cbd06" + "url": "https://repo.magento.com/archives/magento/module-paypal-on-boarding/magento-module-paypal-on-boarding-100.5.2.0.zip", + "shasum": "d4d4884e0eabd95f276cf706a7a0fdecb904bc69" }, "require": { "magento/framework": "103.0.*", @@ -18521,7 +18531,7 @@ "magento/module-config": "101.2.*", "magento/module-paypal": "101.0.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -18539,11 +18549,11 @@ }, { "name": "magento/module-persistent", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-persistent/magento-module-persistent-100.4.7.0.zip", - "shasum": "ee4002ce8bd887ba3fdab242385515c7889238b7" + "url": "https://repo.magento.com/archives/magento/module-persistent/magento-module-persistent-100.4.8.0.zip", + "shasum": "ba2f9eca79e2c6d9c576e7af1983c2f65fe7fcc8" }, "require": { "magento/framework": "103.0.*", @@ -18553,7 +18563,7 @@ "magento/module-page-cache": "100.4.*", "magento/module-quote": "101.2.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-login-as-customer-api": "100.4.*" @@ -18575,11 +18585,11 @@ }, { "name": "magento/module-persistent-history", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-persistent-history/magento-module-persistent-history-100.4.4.0.zip", - "shasum": "78b0d521d2299d6655c2665817deb3c6782641b2" + "url": "https://repo.magento.com/archives/magento/module-persistent-history/magento-module-persistent-history-100.4.5.0.zip", + "shasum": "b1a29594c604932c14f74645a0d5f3b81899512b" }, "require": { "magento/framework": "103.0.*", @@ -18591,7 +18601,7 @@ "magento/module-sales": "103.0.*", "magento/module-store": "101.1.*", "magento/module-wishlist": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -18609,11 +18619,11 @@ }, { "name": "magento/module-price-permissions", - "version": "100.4.3", + "version": "100.4.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-price-permissions/magento-module-price-permissions-100.4.3.0.zip", - "shasum": "550afaa4fe175b45e987ee752eee1068ec3c6475" + "url": "https://repo.magento.com/archives/magento/module-price-permissions/magento-module-price-permissions-100.4.4.0.zip", + "shasum": "2fde206b29035859b1db2621224e2b4dfd67ddbb" }, "require": { "magento/framework": "103.0.*", @@ -18630,7 +18640,7 @@ "magento/module-msrp": "100.4.*", "magento/module-store": "101.1.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-configurable-product": "100.4.*" @@ -18651,11 +18661,11 @@ }, { "name": "magento/module-product-alert", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-product-alert/magento-module-product-alert-100.4.6.0.zip", - "shasum": "5aa74d4e2e4b4009beaad14e02a388606f56871e" + "url": "https://repo.magento.com/archives/magento/module-product-alert/magento-module-product-alert-100.4.7.0.zip", + "shasum": "0ff7ce303ca7788c45b109e845cab6239a9e9859" }, "require": { "magento/framework": "103.0.*", @@ -18667,7 +18677,7 @@ "magento/module-customer": "103.0.*", "magento/module-store": "101.1.*", "magento/module-theme": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-config": "101.2.*" @@ -18689,11 +18699,11 @@ }, { "name": "magento/module-product-video", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-product-video/magento-module-product-video-100.4.7.0.zip", - "shasum": "4528a77fec653532995c0797ac10c15b1d3d4dc5" + "url": "https://repo.magento.com/archives/magento/module-product-video/magento-module-product-video-100.4.8.0.zip", + "shasum": "e9cccc9c17ce21d6f5b56f9946219054d3251d9b" }, "require": { "magento/framework": "103.0.*", @@ -18703,7 +18713,7 @@ "magento/module-eav": "102.1.*", "magento/module-media-storage": "100.4.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-config": "101.2.*", @@ -18727,11 +18737,11 @@ }, { "name": "magento/module-product-video-staging", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-product-video-staging/magento-module-product-video-staging-100.4.4.0.zip", - "shasum": "b5430006a575f8da20fb69f14a334bc13cbf0bbc" + "url": "https://repo.magento.com/archives/magento/module-product-video-staging/magento-module-product-video-staging-100.4.5.0.zip", + "shasum": "79f9624f02491dd550786505cf3738a49c3daf92" }, "require": { "lib-libxml": "*", @@ -18740,7 +18750,7 @@ "magento/module-backend": "102.0.*", "magento/module-catalog": "104.0.*", "magento/module-product-video": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-catalog-staging": "100.4.*", @@ -18762,11 +18772,11 @@ }, { "name": "magento/module-promotion-permissions", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-promotion-permissions/magento-module-promotion-permissions-100.4.4.0.zip", - "shasum": "492d01ba3efd8815160fac7271dcafd8d1ab85cd" + "url": "https://repo.magento.com/archives/magento/module-promotion-permissions/magento-module-promotion-permissions-100.4.5.0.zip", + "shasum": "559e168779b1a944ba718ce49ef84b9b8b9bdb3c" }, "require": { "magento/framework": "103.0.*", @@ -18775,7 +18785,7 @@ "magento/module-catalog-rule": "101.2.*", "magento/module-reminder": "101.2.*", "magento/module-sales-rule": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -18793,16 +18803,16 @@ }, { "name": "magento/module-query-xml", - "version": "103.3.13", + "version": "103.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-query-xml/magento-module-query-xml-103.3.13.0.zip", - "shasum": "696e89b7bb61f43bc2794387e0741a1636bb702a" + "url": "https://repo.magento.com/archives/magento/module-query-xml/magento-module-query-xml-103.4.5.0.zip", + "shasum": "3ac8f1f498e9ef7fd3515b72459a8f74c314cdfc" }, "require": { "magento/framework": ">=103.0.4", "magento/module-analytics": ">=100.4.4", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -18821,11 +18831,11 @@ }, { "name": "magento/module-quote", - "version": "101.2.7-p1", + "version": "101.2.8-p1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-quote/magento-module-quote-101.2.7.0-patch1.zip", - "shasum": "69ec387854700f77baaa44335c8bb571ab851814" + "url": "https://repo.magento.com/archives/magento/module-quote/magento-module-quote-101.2.8.0-patch1.zip", + "shasum": "f89a97759786c7a89503530929d55ea45feabc23" }, "require": { "magento/framework": "103.0.*", @@ -18843,7 +18853,7 @@ "magento/module-shipping": "100.4.*", "magento/module-store": "101.1.*", "magento/module-tax": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-webapi": "100.4.*" @@ -18865,17 +18875,17 @@ }, { "name": "magento/module-quote-analytics", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-quote-analytics/magento-module-quote-analytics-100.4.6.0.zip", - "shasum": "f1e6811706820bafc4145de432b7600b8965a4b3" + "url": "https://repo.magento.com/archives/magento/module-quote-analytics/magento-module-quote-analytics-100.4.7.0.zip", + "shasum": "061bfecae78cd523e26a4baca685513f2bab4496" }, "require": { "magento/framework": "103.0.*", "magento/module-analytics": "100.4.*", "magento/module-quote": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -18894,16 +18904,16 @@ }, { "name": "magento/module-quote-bundle-options", - "version": "100.4.3", + "version": "100.4.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-quote-bundle-options/magento-module-quote-bundle-options-100.4.3.0.zip", - "shasum": "5b4b8bce2aebd951d6ef826fdba10c1ba4830d65" + "url": "https://repo.magento.com/archives/magento/module-quote-bundle-options/magento-module-quote-bundle-options-100.4.4.0.zip", + "shasum": "2ff70c1fe3ce21d33ede932e5c26abad021b3177" }, "require": { "magento/framework": "103.0.*", "magento/module-quote": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -18922,17 +18932,17 @@ }, { "name": "magento/module-quote-commerce-graph-ql", - "version": "100.4.0", + "version": "100.4.1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-quote-commerce-graph-ql/magento-module-quote-commerce-graph-ql-100.4.0.0.zip", - "shasum": "04730251f224d029b191051718bfbeef7b1f6fe2" + "url": "https://repo.magento.com/archives/magento/module-quote-commerce-graph-ql/magento-module-quote-commerce-graph-ql-100.4.1.0.zip", + "shasum": "2b7d292d2af0738eac9a2857e6109fd014e6bf14" }, "require": { "magento/framework": "103.0.*", "magento/module-quote": "101.2.*", "magento/module-quote-graph-ql": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -18951,16 +18961,16 @@ }, { "name": "magento/module-quote-configurable-options", - "version": "100.4.3", + "version": "100.4.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-quote-configurable-options/magento-module-quote-configurable-options-100.4.3.0.zip", - "shasum": "8e8c103a2fe44d549bb9c31ec53de9a9e8857ca2" + "url": "https://repo.magento.com/archives/magento/module-quote-configurable-options/magento-module-quote-configurable-options-100.4.4.0.zip", + "shasum": "a8b877bd85f3bb95089c1d0650e9c0cfb2bec445" }, "require": { "magento/framework": "103.0.*", "magento/module-quote": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -18979,16 +18989,16 @@ }, { "name": "magento/module-quote-downloadable-links", - "version": "100.4.3", + "version": "100.4.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-quote-downloadable-links/magento-module-quote-downloadable-links-100.4.3.0.zip", - "shasum": "cb830405cda538e624a680b78bd6124b9a39091a" + "url": "https://repo.magento.com/archives/magento/module-quote-downloadable-links/magento-module-quote-downloadable-links-100.4.4.0.zip", + "shasum": "39e4419e0417dc52092c9465258687fc0ef2881c" }, "require": { "magento/framework": "103.0.*", "magento/module-quote": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -19007,17 +19017,17 @@ }, { "name": "magento/module-quote-gift-card-options", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-quote-gift-card-options/magento-module-quote-gift-card-options-100.4.4.0.zip", - "shasum": "a8c307a3c97d44fc2c5dfa1fc6a91057aa608fd6" + "url": "https://repo.magento.com/archives/magento/module-quote-gift-card-options/magento-module-quote-gift-card-options-100.4.5.0.zip", + "shasum": "8df64451b9ecb072ce6241a53af7958b2d46183b" }, "require": { "magento/framework": "103.0.*", "magento/module-gift-card": "101.3.*", "magento/module-quote": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -19035,28 +19045,32 @@ }, { "name": "magento/module-quote-graph-ql", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-quote-graph-ql/magento-module-quote-graph-ql-100.4.7.0.zip", - "shasum": "6c2d960e02838c04145e49d88c2c6aeb15daabec" + "url": "https://repo.magento.com/archives/magento/module-quote-graph-ql/magento-module-quote-graph-ql-100.4.8.0.zip", + "shasum": "a6e198f37214aa6534d20e69b9dcef294d56ea66" }, "require": { "magento/framework": "103.0.*", "magento/module-catalog": "104.0.*", + "magento/module-catalog-graph-ql": "100.4.*", "magento/module-catalog-inventory": "100.4.*", "magento/module-checkout": "100.4.*", "magento/module-customer": "103.0.*", "magento/module-customer-graph-ql": "100.4.*", "magento/module-directory": "100.4.*", + "magento/module-downloadable": "100.4.*", "magento/module-eav-graph-ql": "100.4.*", "magento/module-gift-message": "100.4.*", + "magento/module-gift-message-graph-ql": "100.4.*", "magento/module-graph-ql": "100.4.*", + "magento/module-payment": "100.4.*", "magento/module-quote": "101.2.*", "magento/module-sales": "103.0.*", "magento/module-sales-graph-ql": "100.4.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-catalog-inventory-graph-ql": "100.4.*", @@ -19080,11 +19094,11 @@ }, { "name": "magento/module-quote-staging", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-quote-staging/magento-module-quote-staging-100.4.4.0.zip", - "shasum": "3cc18499d400ad4627c65d8548e7a6f301fcc712" + "url": "https://repo.magento.com/archives/magento/module-quote-staging/magento-module-quote-staging-100.4.5.0.zip", + "shasum": "b4da32159ae17515a9f4039788a3e3c0c61e54ad" }, "require": { "magento/framework": "103.0.*", @@ -19092,7 +19106,7 @@ "magento/module-catalog-staging": "100.4.*", "magento/module-quote": "101.2.*", "magento/module-staging": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -19110,18 +19124,18 @@ }, { "name": "magento/module-re-captcha-admin-ui", - "version": "1.1.4", + "version": "1.1.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-re-captcha-admin-ui/magento-module-re-captcha-admin-ui-1.1.4.0.zip", - "shasum": "f043957561d99e0797ae1e21f89152eaa78d78ea" + "url": "https://repo.magento.com/archives/magento/module-re-captcha-admin-ui/magento-module-re-captcha-admin-ui-1.1.5.0.zip", + "shasum": "a593748cc67b41a7e51abe9d9ed0ac61213d1b00" }, "require": { "magento/framework": "*", "magento/module-config": "*", "magento/module-re-captcha-ui": "1.1.*", "magento/module-store": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -19139,11 +19153,11 @@ }, { "name": "magento/module-re-captcha-checkout", - "version": "1.1.4", + "version": "1.1.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-re-captcha-checkout/magento-module-re-captcha-checkout-1.1.4.0.zip", - "shasum": "f1074987e61bfd950849cf304874fab507e86080" + "url": "https://repo.magento.com/archives/magento/module-re-captcha-checkout/magento-module-re-captcha-checkout-1.1.5.0.zip", + "shasum": "c11ccdd42849c75438dc607852a489eff4b5a042" }, "require": { "magento/framework": "*", @@ -19154,7 +19168,7 @@ "magento/module-re-captcha-validation-api": "1.1.*", "magento/module-re-captcha-webapi-api": "1.0.*", "magento/module-re-captcha-webapi-ui": "1.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -19172,11 +19186,11 @@ }, { "name": "magento/module-re-captcha-checkout-sales-rule", - "version": "1.1.3", + "version": "1.1.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-re-captcha-checkout-sales-rule/magento-module-re-captcha-checkout-sales-rule-1.1.3.0.zip", - "shasum": "03fa4e8e4235a66bc7636c0857daf020ba7a04c7" + "url": "https://repo.magento.com/archives/magento/module-re-captcha-checkout-sales-rule/magento-module-re-captcha-checkout-sales-rule-1.1.4.0.zip", + "shasum": "5e130f20a5a78c4e492e570877f568632ee74460" }, "require": { "magento/framework": "*", @@ -19188,7 +19202,7 @@ "magento/module-re-captcha-webapi-api": "1.0.*", "magento/module-re-captcha-webapi-ui": "1.0.*", "magento/module-sales-rule": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -19206,16 +19220,16 @@ }, { "name": "magento/module-re-captcha-contact", - "version": "1.1.3", + "version": "1.1.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-re-captcha-contact/magento-module-re-captcha-contact-1.1.3.0.zip", - "shasum": "21eccda8ae49b99f748a8d49c3c9155f356b91c3" + "url": "https://repo.magento.com/archives/magento/module-re-captcha-contact/magento-module-re-captcha-contact-1.1.4.0.zip", + "shasum": "bcf3d77fdd311af364e32fc93e5705e5bdf5c442" }, "require": { "magento/framework": "*", "magento/module-re-captcha-ui": "1.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -19233,11 +19247,11 @@ }, { "name": "magento/module-re-captcha-customer", - "version": "1.1.5", + "version": "1.1.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-re-captcha-customer/magento-module-re-captcha-customer-1.1.5.0.zip", - "shasum": "06bf1624f9a7ace5967c9969e108f24059a67ad8" + "url": "https://repo.magento.com/archives/magento/module-re-captcha-customer/magento-module-re-captcha-customer-1.1.6.0.zip", + "shasum": "aefbaf94cb69f22f2d8c79ae59f94400dca7d681" }, "require": { "magento/framework": "*", @@ -19245,7 +19259,7 @@ "magento/module-re-captcha-ui": "1.1.*", "magento/module-re-captcha-validation-api": "1.1.*", "magento/module-re-captcha-webapi-api": "1.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -19263,17 +19277,17 @@ }, { "name": "magento/module-re-captcha-frontend-ui", - "version": "1.1.5", + "version": "1.1.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-re-captcha-frontend-ui/magento-module-re-captcha-frontend-ui-1.1.5.0.zip", - "shasum": "c36367b0aa9b7120a10298b012b4e5595f4362ce" + "url": "https://repo.magento.com/archives/magento/module-re-captcha-frontend-ui/magento-module-re-captcha-frontend-ui-1.1.6.0.zip", + "shasum": "a11139a985b94040560bf9cd404c50e996ec2d66" }, "require": { "magento/framework": "*", "magento/module-re-captcha-ui": "1.1.*", "magento/module-store": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -19291,11 +19305,11 @@ }, { "name": "magento/module-re-captcha-gift-card", - "version": "1.0.2", + "version": "1.0.3", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-re-captcha-gift-card/magento-module-re-captcha-gift-card-1.0.2.0.zip", - "shasum": "e01b4011d3fe9b331907781eef5d65e0c6fe26b2" + "url": "https://repo.magento.com/archives/magento/module-re-captcha-gift-card/magento-module-re-captcha-gift-card-1.0.3.0.zip", + "shasum": "9b6a5fe722acaf7ed57a0c54adc22b15de7b1710" }, "require": { "magento/framework": "*", @@ -19311,7 +19325,7 @@ "magento/module-re-captcha-webapi-graph-ql": "*", "magento/module-re-captcha-webapi-rest": "*", "magento/module-re-captcha-webapi-ui": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -19329,11 +19343,11 @@ }, { "name": "magento/module-re-captcha-invitation", - "version": "1.0.2", + "version": "1.0.3", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-re-captcha-invitation/magento-module-re-captcha-invitation-1.0.2.0.zip", - "shasum": "d5b90af8be7c97c165efefa6f3156ef5844cdb2c" + "url": "https://repo.magento.com/archives/magento/module-re-captcha-invitation/magento-module-re-captcha-invitation-1.0.3.0.zip", + "shasum": "81b6e2ac0dc72e895889eeb9bb1f260fe03c2df5" }, "require": { "magento/framework": "*", @@ -19343,7 +19357,7 @@ "magento/module-re-captcha-frontend-ui": "*", "magento/module-re-captcha-ui": "*", "magento/module-re-captcha-validation-api": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -19361,16 +19375,16 @@ }, { "name": "magento/module-re-captcha-migration", - "version": "1.1.4", + "version": "1.1.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-re-captcha-migration/magento-module-re-captcha-migration-1.1.4.0.zip", - "shasum": "dc8a836438b9dc78fb03f703cd4fcc20c28d0d11" + "url": "https://repo.magento.com/archives/magento/module-re-captcha-migration/magento-module-re-captcha-migration-1.1.5.0.zip", + "shasum": "5fb12d3231a0ce00691d28064bf5c528c51c893a" }, "require": { "magento/framework": "*", "magento/module-config": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -19388,16 +19402,16 @@ }, { "name": "magento/module-re-captcha-multiple-wishlist", - "version": "1.0.2", + "version": "1.0.3", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-re-captcha-multiple-wishlist/magento-module-re-captcha-multiple-wishlist-1.0.2.0.zip", - "shasum": "5f15eb48361fa492ae92d4966ab4f310a4250df6" + "url": "https://repo.magento.com/archives/magento/module-re-captcha-multiple-wishlist/magento-module-re-captcha-multiple-wishlist-1.0.3.0.zip", + "shasum": "b8e7214b86c88f07f64c258f9d523522eaf3fd01" }, "require": { "magento/framework": "*", "magento/module-re-captcha-ui": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -19415,18 +19429,18 @@ }, { "name": "magento/module-re-captcha-newsletter", - "version": "1.1.4", + "version": "1.1.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-re-captcha-newsletter/magento-module-re-captcha-newsletter-1.1.4.0.zip", - "shasum": "fe879917ab11aae2f68e15e1a932f89cf0039df3" + "url": "https://repo.magento.com/archives/magento/module-re-captcha-newsletter/magento-module-re-captcha-newsletter-1.1.5.0.zip", + "shasum": "ecf1b5e26ee35c3b95db744c6839e12d5ab43e47" }, "require": { "magento/framework": "*", "magento/module-re-captcha-ui": "1.1.*", "magento/module-re-captcha-validation-api": "1.1.*", "magento/module-re-captcha-webapi-api": "1.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -19444,11 +19458,11 @@ }, { "name": "magento/module-re-captcha-paypal", - "version": "1.1.4", + "version": "1.1.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-re-captcha-paypal/magento-module-re-captcha-paypal-1.1.4.0.zip", - "shasum": "caebe903f58a2cfbc7fdc7797778057e99eceab0" + "url": "https://repo.magento.com/archives/magento/module-re-captcha-paypal/magento-module-re-captcha-paypal-1.1.5.0.zip", + "shasum": "17ab8854da339f91acfa3dfec6fd92f1ccfa645f" }, "require": { "magento/framework": "*", @@ -19459,7 +19473,7 @@ "magento/module-re-captcha-ui": "1.1.*", "magento/module-re-captcha-validation-api": "1.1.*", "magento/module-re-captcha-webapi-api": "1.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -19475,20 +19489,50 @@ ], "description": "Google reCaptcha integration for Magento2 PayPal PayflowPro payment form" }, + { + "name": "magento/module-re-captcha-resend-confirmation-email", + "version": "1.1.0", + "dist": { + "type": "zip", + "url": "https://repo.magento.com/archives/magento/module-re-captcha-resend-confirmation-email/magento-module-re-captcha-resend-confirmation-email-1.1.0.0.zip", + "shasum": "41a345254eedd0ae55d914250fcd320871260fc5" + }, + "require": { + "magento/framework": "*", + "magento/module-customer-graph-ql": "*", + "magento/module-re-captcha-ui": "1.1.*", + "magento/module-re-captcha-validation-api": "1.1.*", + "magento/module-re-captcha-webapi-api": "1.0.*", + "php": "~8.2.0||~8.3.0||~8.4.0" + }, + "type": "magento2-module", + "autoload": { + "files": [ + "registration.php" + ], + "psr-4": { + "Magento\\ReCaptchaResendConfirmationEmail\\": "" + } + }, + "license": [ + "OSL-3.0" + ], + "description": "Google reCAPTCHA integration for Magento2" + }, { "name": "magento/module-re-captcha-review", - "version": "1.1.4", + "version": "1.1.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-re-captcha-review/magento-module-re-captcha-review-1.1.4.0.zip", - "shasum": "9f3f96acacf027909bb76bd0c7c1c5ab44697d37" + "url": "https://repo.magento.com/archives/magento/module-re-captcha-review/magento-module-re-captcha-review-1.1.5.0.zip", + "shasum": "c9d064ccbd96a34507270b289e8d6d2f135e0b7e" }, "require": { "magento/framework": "*", "magento/module-re-captcha-ui": "1.1.*", "magento/module-re-captcha-validation-api": "1.1.*", "magento/module-re-captcha-webapi-api": "1.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -19506,18 +19550,18 @@ }, { "name": "magento/module-re-captcha-send-friend", - "version": "1.1.4", + "version": "1.1.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-re-captcha-send-friend/magento-module-re-captcha-send-friend-1.1.4.0.zip", - "shasum": "a89a507c9c2fac5f85c52810b3c5f5fe65373c1e" + "url": "https://repo.magento.com/archives/magento/module-re-captcha-send-friend/magento-module-re-captcha-send-friend-1.1.5.0.zip", + "shasum": "e949b5204c6cee528368101a18599290043c35ed" }, "require": { "magento/framework": "*", "magento/module-re-captcha-ui": "1.1.*", "magento/module-re-captcha-validation-api": "1.1.*", "magento/module-re-captcha-webapi-api": "1.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -19535,17 +19579,17 @@ }, { "name": "magento/module-re-captcha-store-pickup", - "version": "1.0.3", + "version": "1.0.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-re-captcha-store-pickup/magento-module-re-captcha-store-pickup-1.0.3.0.zip", - "shasum": "f9090be0e24fe23f79b19cece3d3f6e49ecb8993" + "url": "https://repo.magento.com/archives/magento/module-re-captcha-store-pickup/magento-module-re-captcha-store-pickup-1.0.4.0.zip", + "shasum": "1cf2638d888ef35c24c18eee3255ad0288c7a34f" }, "require": { "magento/framework": "*", "magento/module-checkout": "*", "magento/module-re-captcha-ui": "1.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-inventory-in-store-pickup-frontend": "*" @@ -19566,16 +19610,16 @@ }, { "name": "magento/module-re-captcha-ui", - "version": "1.1.4", + "version": "1.1.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-re-captcha-ui/magento-module-re-captcha-ui-1.1.4.0.zip", - "shasum": "627fb12305748f74e15c82d644670a097e19f024" + "url": "https://repo.magento.com/archives/magento/module-re-captcha-ui/magento-module-re-captcha-ui-1.1.5.0.zip", + "shasum": "9de21e516d4b390ef98e90e2e1bb5b5532f65706" }, "require": { "magento/framework": "*", "magento/module-re-captcha-validation-api": "1.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -19599,17 +19643,17 @@ }, { "name": "magento/module-re-captcha-user", - "version": "1.1.4", + "version": "1.1.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-re-captcha-user/magento-module-re-captcha-user-1.1.4.0.zip", - "shasum": "f5a387a956947763c6f1ed8cdd79ecec05b736cc" + "url": "https://repo.magento.com/archives/magento/module-re-captcha-user/magento-module-re-captcha-user-1.1.5.0.zip", + "shasum": "51e52c6ae7778488308a6f38dde330d50539c2bf" }, "require": { "magento/framework": "*", "magento/module-re-captcha-ui": "1.1.*", "magento/module-re-captcha-validation-api": "1.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -19627,17 +19671,17 @@ }, { "name": "magento/module-re-captcha-validation", - "version": "1.1.3", + "version": "1.1.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-re-captcha-validation/magento-module-re-captcha-validation-1.1.3.0.zip", - "shasum": "f344008867269a4cc1560e6f4953814250dbb7b1" + "url": "https://repo.magento.com/archives/magento/module-re-captcha-validation/magento-module-re-captcha-validation-1.1.4.0.zip", + "shasum": "f1323519096bd204b7b7c95f58deefd38cb3d8b8" }, "require": { - "google/recaptcha": "^1.2", "magento/framework": "*", "magento/module-re-captcha-validation-api": "1.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0", + "phpfui/recaptcha": "^2.0.0" }, "type": "magento2-module", "autoload": { @@ -19655,15 +19699,15 @@ }, { "name": "magento/module-re-captcha-validation-api", - "version": "1.1.3", + "version": "1.1.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-re-captcha-validation-api/magento-module-re-captcha-validation-api-1.1.3.0.zip", - "shasum": "759f1f9b2d6babd29b84f4b507cb3bc652229217" + "url": "https://repo.magento.com/archives/magento/module-re-captcha-validation-api/magento-module-re-captcha-validation-api-1.1.4.0.zip", + "shasum": "f5bda4a25e1174a36c4ecdbbea021332a992c28f" }, "require": { "magento/framework": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -19681,18 +19725,19 @@ }, { "name": "magento/module-re-captcha-version-2-checkbox", - "version": "2.0.4", + "version": "2.0.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-re-captcha-version-2-checkbox/magento-module-re-captcha-version-2-checkbox-2.0.4.0.zip", - "shasum": "18d15f40048765c88027484e1313d292537c59c3" + "url": "https://repo.magento.com/archives/magento/module-re-captcha-version-2-checkbox/magento-module-re-captcha-version-2-checkbox-2.0.5.0.zip", + "shasum": "f1f2d5f7d9f9ad60e6ae77ff944ac5472fb1a353" }, "require": { "magento/framework": "*", "magento/module-re-captcha-ui": "1.1.*", "magento/module-re-captcha-validation-api": "1.1.*", + "magento/module-re-captcha-webapi-graph-ql": "1.0.*", "magento/module-store": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-config": "*", @@ -19714,18 +19759,19 @@ }, { "name": "magento/module-re-captcha-version-2-invisible", - "version": "2.0.4", + "version": "2.0.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-re-captcha-version-2-invisible/magento-module-re-captcha-version-2-invisible-2.0.4.0.zip", - "shasum": "662f8d3f9c24cd48bc61aa8b56da78443cfe4e7a" + "url": "https://repo.magento.com/archives/magento/module-re-captcha-version-2-invisible/magento-module-re-captcha-version-2-invisible-2.0.5.0.zip", + "shasum": "214d9b0b0ccb275f124df430f08e24e4b5f6576b" }, "require": { "magento/framework": "*", "magento/module-re-captcha-ui": "1.1.*", "magento/module-re-captcha-validation-api": "1.1.*", + "magento/module-re-captcha-webapi-graph-ql": "1.0.*", "magento/module-store": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-config": "*", @@ -19747,18 +19793,19 @@ }, { "name": "magento/module-re-captcha-version-3-invisible", - "version": "2.0.4", + "version": "2.0.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-re-captcha-version-3-invisible/magento-module-re-captcha-version-3-invisible-2.0.4.0.zip", - "shasum": "6c267964d91cf3863ca1345c77219423e0b6f7df" + "url": "https://repo.magento.com/archives/magento/module-re-captcha-version-3-invisible/magento-module-re-captcha-version-3-invisible-2.0.5.0.zip", + "shasum": "2eab053ea69cf22c24306c2576572679dc60c816" }, "require": { "magento/framework": "*", "magento/module-re-captcha-ui": "1.1.*", "magento/module-re-captcha-validation-api": "1.1.*", + "magento/module-re-captcha-webapi-graph-ql": "1.0.*", "magento/module-store": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-config": "*", @@ -19780,16 +19827,16 @@ }, { "name": "magento/module-re-captcha-webapi-api", - "version": "1.0.3", + "version": "1.0.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-re-captcha-webapi-api/magento-module-re-captcha-webapi-api-1.0.3.0.zip", - "shasum": "410e9910328f965d0ac6a435779b4f381b290105" + "url": "https://repo.magento.com/archives/magento/module-re-captcha-webapi-api/magento-module-re-captcha-webapi-api-1.0.4.0.zip", + "shasum": "b3150431bd97a5ec327a3e7f98caefcc13bb001d" }, "require": { "magento/framework": "*", "magento/module-re-captcha-validation-api": "1.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -19807,11 +19854,11 @@ }, { "name": "magento/module-re-captcha-webapi-graph-ql", - "version": "1.0.3", + "version": "1.0.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-re-captcha-webapi-graph-ql/magento-module-re-captcha-webapi-graph-ql-1.0.3.0.zip", - "shasum": "b3a080737361ce76356476db5fb1accd07ca3644" + "url": "https://repo.magento.com/archives/magento/module-re-captcha-webapi-graph-ql/magento-module-re-captcha-webapi-graph-ql-1.0.4.0.zip", + "shasum": "9835ef64dbc3c376221dc4a08ae8b494a33ee622" }, "require": { "magento/framework": "*", @@ -19820,7 +19867,7 @@ "magento/module-re-captcha-validation-api": "1.1.*", "magento/module-re-captcha-version-3-invisible": "2.0.*", "magento/module-re-captcha-webapi-api": "1.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -19838,11 +19885,11 @@ }, { "name": "magento/module-re-captcha-webapi-rest", - "version": "1.0.3", + "version": "1.0.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-re-captcha-webapi-rest/magento-module-re-captcha-webapi-rest-1.0.3.0.zip", - "shasum": "d2f1acf6c2fbd58d78356519d90ab38004f6b40a" + "url": "https://repo.magento.com/archives/magento/module-re-captcha-webapi-rest/magento-module-re-captcha-webapi-rest-1.0.4.0.zip", + "shasum": "01589c77ee21d9def0234e796c621f7dff0d49c4" }, "require": { "magento/framework": "*", @@ -19850,7 +19897,7 @@ "magento/module-re-captcha-validation-api": "1.1.*", "magento/module-re-captcha-webapi-api": "1.0.*", "magento/module-webapi": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -19868,16 +19915,16 @@ }, { "name": "magento/module-re-captcha-webapi-ui", - "version": "1.0.3", + "version": "1.0.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-re-captcha-webapi-ui/magento-module-re-captcha-webapi-ui-1.0.3.0.zip", - "shasum": "9d962010016e122513278e01944541a49968423d" + "url": "https://repo.magento.com/archives/magento/module-re-captcha-webapi-ui/magento-module-re-captcha-webapi-ui-1.0.4.0.zip", + "shasum": "4243669b5f3af4f7a13649e613639da35963c538" }, "require": { "magento/framework": "*", "magento/module-re-captcha-frontend-ui": "1.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -19893,19 +19940,46 @@ ], "description": "Google reCAPTCHA integration for Magento2" }, + { + "name": "magento/module-re-captcha-wishlist", + "version": "1.1.4-p1", + "dist": { + "type": "zip", + "url": "https://repo.magento.com/archives/magento/module-re-captcha-wishlist/magento-module-re-captcha-wishlist-1.1.4.0-patch1.zip", + "shasum": "dcee8091761b174167c0395704261d3c85d4d263" + }, + "require": { + "magento/framework": "103.0.*", + "magento/module-re-captcha-ui": "1.1.*", + "php": "~8.2.0||~8.3.0||~8.4.0" + }, + "type": "magento2-module", + "autoload": { + "files": [ + "registration.php" + ], + "psr-4": { + "Magento\\ReCaptchaWishlist\\": "" + } + }, + "license": [ + "OSL-3.0" + ], + "description": "Google reCAPTCHA integration for Magento2" + }, { "name": "magento/module-related-product-graph-ql", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-related-product-graph-ql/magento-module-related-product-graph-ql-100.4.4.0.zip", - "shasum": "cc8aa2ff2887b4c47f24891da88122c0a95a7671" + "url": "https://repo.magento.com/archives/magento/module-related-product-graph-ql/magento-module-related-product-graph-ql-100.4.5.0.zip", + "shasum": "c152a10337af424a838baaae45a22b0c4568d552" }, "require": { "magento/framework": "103.0.*", "magento/module-catalog": "104.0.*", "magento/module-catalog-graph-ql": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-graph-ql": "100.4.*" @@ -19927,18 +20001,18 @@ }, { "name": "magento/module-release-notification", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-release-notification/magento-module-release-notification-100.4.5.0.zip", - "shasum": "016c632228871d38a58266c2cedbb0c2b7c02d9e" + "url": "https://repo.magento.com/archives/magento/module-release-notification/magento-module-release-notification-100.4.6.0.zip", + "shasum": "c2d93c3ee43d7121a1ccb4f1d4b81b90fd57a04f" }, "require": { "magento/framework": "103.0.*", "magento/module-backend": "102.0.*", "magento/module-ui": "101.2.*", "magento/module-user": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-config": "101.2.*" @@ -19960,11 +20034,11 @@ }, { "name": "magento/module-reminder", - "version": "101.2.6", + "version": "101.2.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-reminder/magento-module-reminder-101.2.6.0.zip", - "shasum": "de97af437f60c4a542413369dd0319847a2b4ec7" + "url": "https://repo.magento.com/archives/magento/module-reminder/magento-module-reminder-101.2.7.0.zip", + "shasum": "45635a974375bf7c6cfdcbde9a0bf01cacb4fb5b" }, "require": { "magento/framework": "103.0.*", @@ -19979,7 +20053,7 @@ "magento/module-rule": "100.4.*", "magento/module-sales-rule": "101.2.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -19997,17 +20071,17 @@ }, { "name": "magento/module-remote-storage", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-remote-storage/magento-module-remote-storage-100.4.5.0.zip", - "shasum": "dae65c973aa0d0966a80069876ca22f217005f02" + "url": "https://repo.magento.com/archives/magento/module-remote-storage/magento-module-remote-storage-100.4.6.0.zip", + "shasum": "6ab26edd1a0de897bcc3168e27a7af94c26b5116" }, "require": { - "league/flysystem": "^2.4", - "league/flysystem-aws-s3-v3": "^2.4", + "league/flysystem": "^3.0", + "league/flysystem-aws-s3-v3": "^3.0", "magento/framework": "103.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-backend": "102.0.*", @@ -20040,16 +20114,16 @@ }, { "name": "magento/module-remote-storage-commerce", - "version": "100.4.3", + "version": "100.4.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-remote-storage-commerce/magento-module-remote-storage-commerce-100.4.3.0.zip", - "shasum": "6f1cc94bf4c1e0438d450bf0e863e2b5cce8e038" + "url": "https://repo.magento.com/archives/magento/module-remote-storage-commerce/magento-module-remote-storage-commerce-100.4.4.0.zip", + "shasum": "0a5e9b251bccd982aec37a9a36e4edfcc038eca8" }, "require": { "magento/framework": "103.0.*", "magento/module-remote-storage": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-advanced-checkout": "100.4.*", @@ -20072,11 +20146,11 @@ }, { "name": "magento/module-reports", - "version": "100.4.7-p2", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-reports/magento-module-reports-100.4.7.0-patch2.zip", - "shasum": "4ca2604304314ccf21d41ce934cb9583c772f844" + "url": "https://repo.magento.com/archives/magento/module-reports/magento-module-reports-100.4.8.0.zip", + "shasum": "9f5b992355e0c21e96ecaa9e6f83f36b0e39e607" }, "require": { "magento/framework": "103.0.*", @@ -20086,7 +20160,6 @@ "magento/module-cms": "104.0.*", "magento/module-config": "101.2.*", "magento/module-customer": "103.0.*", - "magento/module-directory": "100.4.*", "magento/module-downloadable": "100.4.*", "magento/module-eav": "102.1.*", "magento/module-quote": "101.2.*", @@ -20097,7 +20170,7 @@ "magento/module-tax": "100.4.*", "magento/module-widget": "101.2.*", "magento/module-wishlist": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -20116,15 +20189,15 @@ }, { "name": "magento/module-require-js", - "version": "100.4.3", + "version": "100.4.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-require-js/magento-module-require-js-100.4.3.0.zip", - "shasum": "28a2e7b1c42b097ce48d47d06943fa070e58861b" + "url": "https://repo.magento.com/archives/magento/module-require-js/magento-module-require-js-100.4.4.0.zip", + "shasum": "5aa2c7c0ba3e89e99a5562b0ffb1becccb8f6bfd" }, "require": { "magento/framework": "103.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -20143,15 +20216,15 @@ }, { "name": "magento/module-resource-connections", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-resource-connections/magento-module-resource-connections-100.4.4.0.zip", - "shasum": "0ee05c2d081a29d0d7f030389dc901cfcec58827" + "url": "https://repo.magento.com/archives/magento/module-resource-connections/magento-module-resource-connections-100.4.5.0.zip", + "shasum": "d37d81c31628aa036772a94892339ad62969bf89" }, "require": { "magento/framework": "103.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -20169,11 +20242,11 @@ }, { "name": "magento/module-review", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-review/magento-module-review-100.4.7.0.zip", - "shasum": "ca8f6b0cf1cd5e73db6fda6cc5d1014ab2270bfa" + "url": "https://repo.magento.com/archives/magento/module-review/magento-module-review-100.4.8.0.zip", + "shasum": "5c9481153b69e488a104e8ac12b3a6061f617b9c" }, "require": { "magento/framework": "103.0.*", @@ -20185,7 +20258,7 @@ "magento/module-store": "101.1.*", "magento/module-theme": "101.1.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-cookie": "100.4.*", @@ -20208,17 +20281,17 @@ }, { "name": "magento/module-review-analytics", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-review-analytics/magento-module-review-analytics-100.4.4.0.zip", - "shasum": "40dc44eeb86d22b2b8b3b801113ee440a4fd6825" + "url": "https://repo.magento.com/archives/magento/module-review-analytics/magento-module-review-analytics-100.4.5.0.zip", + "shasum": "eb16f3a4ff560a2a90e7df7edbd02bab407c1b3a" }, "require": { "magento/framework": "103.0.*", "magento/module-analytics": "100.4.*", "magento/module-review": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -20237,18 +20310,18 @@ }, { "name": "magento/module-review-graph-ql", - "version": "100.4.3", + "version": "100.4.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-review-graph-ql/magento-module-review-graph-ql-100.4.3.0.zip", - "shasum": "13f34715b365d587dd80028d241db1923335b8b9" + "url": "https://repo.magento.com/archives/magento/module-review-graph-ql/magento-module-review-graph-ql-100.4.4.0.zip", + "shasum": "6c2f610afe3eb7c570f792abbe96f3167ace4d56" }, "require": { "magento/framework": "103.0.*", "magento/module-catalog": "104.0.*", "magento/module-review": "100.4.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-graph-ql": "100.4.*", @@ -20271,11 +20344,11 @@ }, { "name": "magento/module-review-staging", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-review-staging/magento-module-review-staging-100.4.4.0.zip", - "shasum": "83a27607d7c793c4d0e3b7623050e06bcaf5bb86" + "url": "https://repo.magento.com/archives/magento/module-review-staging/magento-module-review-staging-100.4.5.0.zip", + "shasum": "99a91dca60894b1e57fb588a640a5dc685812ba4" }, "require": { "lib-libxml": "*", @@ -20283,7 +20356,7 @@ "magento/magento-composer-installer": "*", "magento/module-catalog": "104.0.*", "magento/module-review": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-staging": "101.2.*" @@ -20304,11 +20377,11 @@ }, { "name": "magento/module-reward", - "version": "101.2.7", + "version": "101.2.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-reward/magento-module-reward-101.2.7.0.zip", - "shasum": "f54549ec33733422f16131e9e1b7ea91a46db214" + "url": "https://repo.magento.com/archives/magento/module-reward/magento-module-reward-101.2.8.0.zip", + "shasum": "b029f6bfd405116edc566935e6bc64dd43af3cad" }, "require": { "magento/framework": "103.0.*", @@ -20328,7 +20401,7 @@ "magento/module-tax": "100.4.*", "magento/module-theme": "101.1.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-customer-balance": "100.4.*", @@ -20350,11 +20423,11 @@ }, { "name": "magento/module-reward-graph-ql", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-reward-graph-ql/magento-module-reward-graph-ql-100.4.6.0.zip", - "shasum": "2ccae649ee9753e6e0b2ba1025345662949a7d60" + "url": "https://repo.magento.com/archives/magento/module-reward-graph-ql/magento-module-reward-graph-ql-100.4.7.0.zip", + "shasum": "bb541aed976992bf8965d9f99d5702c247c29cc5" }, "require": { "magento/framework": "103.0.*", @@ -20362,8 +20435,9 @@ "magento/module-quote": "101.2.*", "magento/module-quote-graph-ql": "100.4.*", "magento/module-reward": "101.2.*", + "magento/module-sales": "103.0.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-customer-graph-ql": "100.4.*", @@ -20386,18 +20460,18 @@ }, { "name": "magento/module-reward-staging", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-reward-staging/magento-module-reward-staging-100.4.4.0.zip", - "shasum": "b1015baf6d3fba3dbbd4ab530a11503b1e247fe4" + "url": "https://repo.magento.com/archives/magento/module-reward-staging/magento-module-reward-staging-100.4.5.0.zip", + "shasum": "4079f4c84ce1ef9d9ca2159f3d5cf0a2658561d8" }, "require": { "magento/framework": "103.0.*", "magento/module-reward": "101.2.*", "magento/module-sales-rule": "101.2.*", "magento/module-sales-rule-staging": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-staging": "101.2.*" @@ -20418,11 +20492,11 @@ }, { "name": "magento/module-rma", - "version": "101.2.7", + "version": "101.2.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-rma/magento-module-rma-101.2.7.0.zip", - "shasum": "41072337a261c5a62facba2de8c5a3c5718ff93e" + "url": "https://repo.magento.com/archives/magento/module-rma/magento-module-rma-101.2.8.0.zip", + "shasum": "9f7cf060ddddb09dbf45cad2c1a52d0a84343531" }, "require": { "ext-gd": "*", @@ -20446,7 +20520,7 @@ "magento/module-tax": "100.4.*", "magento/module-theme": "101.1.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-dhl": "100.4.*", @@ -20469,15 +20543,14 @@ }, { "name": "magento/module-rma-graph-ql", - "version": "100.4.6-p2", + "version": "100.4.7-p1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-rma-graph-ql/magento-module-rma-graph-ql-100.4.6.0-patch2.zip", - "shasum": "e56362925634831e8f30658aa20294f81b2775cc" + "url": "https://repo.magento.com/archives/magento/module-rma-graph-ql/magento-module-rma-graph-ql-100.4.7.0-patch1.zip", + "shasum": "03fd7e14c5a8094fe002c6542bd4261d93fe16b6" }, "require": { "magento/framework": "103.0.*", - "magento/module-catalog": "104.0.*", "magento/module-customer": "103.0.*", "magento/module-customer-graph-ql": "100.4.*", "magento/module-directory": "100.4.*", @@ -20489,7 +20562,7 @@ "magento/module-sales-graph-ql": "100.4.*", "magento/module-shipping": "100.4.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -20508,17 +20581,17 @@ }, { "name": "magento/module-rma-staging", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-rma-staging/magento-module-rma-staging-100.4.4.0.zip", - "shasum": "19a88e76502f09c6e4099a22dff25c76d610dc7d" + "url": "https://repo.magento.com/archives/magento/module-rma-staging/magento-module-rma-staging-100.4.5.0.zip", + "shasum": "589a56d79a4f9cc9f453cc88b88f5bcdce258029" }, "require": { "lib-libxml": "*", "magento/framework": "103.0.*", "magento/magento-composer-installer": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-rma": "101.2.*", @@ -20540,16 +20613,16 @@ }, { "name": "magento/module-robots", - "version": "101.1.3", + "version": "101.1.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-robots/magento-module-robots-101.1.3.0.zip", - "shasum": "b3fb5bf35f61f90f453513ac05afeafefdf04b17" + "url": "https://repo.magento.com/archives/magento/module-robots/magento-module-robots-101.1.4.0.zip", + "shasum": "725714502825e494fb27ce367646a7af769ff1d8" }, "require": { "magento/framework": "103.0.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-theme": "101.1.*" @@ -20571,18 +20644,18 @@ }, { "name": "magento/module-rss", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-rss/magento-module-rss-100.4.5.0.zip", - "shasum": "07cd33c74ded5583b5a9c57a9ba58d7c9aed4de1" + "url": "https://repo.magento.com/archives/magento/module-rss/magento-module-rss-100.4.6.0.zip", + "shasum": "5073d2c0e7b533c6f10dc47ffab25c0446166f7a" }, "require": { "magento/framework": "103.0.*", "magento/module-backend": "102.0.*", "magento/module-customer": "103.0.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -20601,11 +20674,11 @@ }, { "name": "magento/module-rule", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-rule/magento-module-rule-100.4.6.0.zip", - "shasum": "5f1a8aa08243925ec2029fe6ff800dbc57c34786" + "url": "https://repo.magento.com/archives/magento/module-rule/magento-module-rule-100.4.7.0.zip", + "shasum": "d2b9a778c0b2deac692038634d203a2a90f65165" }, "require": { "lib-libxml": "*", @@ -20614,7 +20687,7 @@ "magento/module-catalog": "104.0.*", "magento/module-eav": "102.1.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -20633,11 +20706,11 @@ }, { "name": "magento/module-saas-common", - "version": "103.3.13", + "version": "103.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-saas-common/magento-module-saas-common-103.3.13.0.zip", - "shasum": "9c81ae5444c14680f59e049fcf06191413db4d88" + "url": "https://repo.magento.com/archives/magento/module-saas-common/magento-module-saas-common-103.4.5.0.zip", + "shasum": "3e5f7bb97b258ec6f1b1b063a1d33c48878584bb" }, "require": { "magento/framework": ">=103.0.4", @@ -20645,7 +20718,7 @@ "magento/module-indexer": ">=100.4.4", "magento/module-services-id": "^3.1.2", "magento/services-connector": "^1.2.5", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0" }, "require-dev": { "phpunit/phpunit": "~6.5.0" @@ -20670,11 +20743,11 @@ }, { "name": "magento/module-sales", - "version": "103.0.7-p2", + "version": "103.0.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-sales/magento-module-sales-103.0.7.0-patch2.zip", - "shasum": "9f60409b0253dda4639e35feab31217b93ef619d" + "url": "https://repo.magento.com/archives/magento/module-sales/magento-module-sales-103.0.8.0.zip", + "shasum": "6924f12d64fcd013f0bca5583c562944b1f39d39" }, "require": { "magento/framework": "103.0.*", @@ -20688,6 +20761,7 @@ "magento/module-customer": "103.0.*", "magento/module-directory": "100.4.*", "magento/module-eav": "102.1.*", + "magento/module-encryption-key": "100.4.*", "magento/module-gift-message": "100.4.*", "magento/module-media-storage": "100.4.*", "magento/module-payment": "100.4.*", @@ -20702,7 +20776,7 @@ "magento/module-ui": "101.2.*", "magento/module-widget": "101.2.*", "magento/module-wishlist": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-sales-sample-data": "Sample Data version: 100.4.*" @@ -20724,17 +20798,17 @@ }, { "name": "magento/module-sales-analytics", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-sales-analytics/magento-module-sales-analytics-100.4.4.0.zip", - "shasum": "80f8926abd9452b7fe46f19c1eaf4eb652facfa3" + "url": "https://repo.magento.com/archives/magento/module-sales-analytics/magento-module-sales-analytics-100.4.5.0.zip", + "shasum": "e052de4248ccb22483fcb357bf38d49d08e8d601" }, "require": { "magento/framework": "103.0.*", "magento/module-analytics": "100.4.*", "magento/module-sales": "103.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -20753,11 +20827,11 @@ }, { "name": "magento/module-sales-archive", - "version": "101.0.5", + "version": "101.0.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-sales-archive/magento-module-sales-archive-101.0.5.0.zip", - "shasum": "b1266eec41f073ed616b81dff1f68c862fd0d62b" + "url": "https://repo.magento.com/archives/magento/module-sales-archive/magento-module-sales-archive-101.0.6.0.zip", + "shasum": "31802f2260aef65c3aa2849fd69b43c95c522301" }, "require": { "magento/framework": "103.0.*", @@ -20767,7 +20841,7 @@ "magento/module-sales-sequence": "100.4.*", "magento/module-store": "101.1.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -20785,18 +20859,18 @@ }, { "name": "magento/module-sales-data-exporter", - "version": "2.8.1", + "version": "2.11.1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-sales-data-exporter/magento-module-sales-data-exporter-2.8.1.0.zip", - "shasum": "a7a207fdb8315821129eb0763e5cca0eceeadf5e" + "url": "https://repo.magento.com/archives/magento/module-sales-data-exporter/magento-module-sales-data-exporter-2.11.1.0.zip", + "shasum": "e522090c541b20bfbe631681540246a803684df0" }, "require": { "magento/framework": ">=103.0.4 <104.0.0", "magento/module-data-exporter": "^103.0.3", "magento/module-query-xml": "^103.0.3", "magento/module-sales": ">=103.0.4 <104.0.0", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -20815,11 +20889,11 @@ }, { "name": "magento/module-sales-graph-ql", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-sales-graph-ql/magento-module-sales-graph-ql-100.4.7.0.zip", - "shasum": "b06d781a55f194302d63213675c1b751415e7033" + "url": "https://repo.magento.com/archives/magento/module-sales-graph-ql/magento-module-sales-graph-ql-100.4.8.0.zip", + "shasum": "388e566058186ba2d8351ec3fb8feb5b3362f84c" }, "require": { "magento/framework": "103.0.*", @@ -20827,11 +20901,12 @@ "magento/module-catalog-graph-ql": "100.4.*", "magento/module-graph-ql": "100.4.*", "magento/module-quote": "101.2.*", + "magento/module-quote-graph-ql": "100.4.*", "magento/module-sales": "103.0.*", "magento/module-shipping": "100.4.*", "magento/module-store": "101.1.*", "magento/module-tax": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -20850,11 +20925,11 @@ }, { "name": "magento/module-sales-inventory", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-sales-inventory/magento-module-sales-inventory-100.4.4.0.zip", - "shasum": "2b8aea377cdf95ded206a9cd6e8bad0017072dca" + "url": "https://repo.magento.com/archives/magento/module-sales-inventory/magento-module-sales-inventory-100.4.5.0.zip", + "shasum": "61519a57efe4ef5fa73126691f4c684ca18470fa" }, "require": { "magento/framework": "103.0.*", @@ -20862,7 +20937,7 @@ "magento/module-catalog-inventory": "100.4.*", "magento/module-sales": "103.0.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -20881,11 +20956,11 @@ }, { "name": "magento/module-sales-rule", - "version": "101.2.7", + "version": "101.2.8-p1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-sales-rule/magento-module-sales-rule-101.2.7.0.zip", - "shasum": "1bfb4eee1c1f2103f7c5235c891b0c092dfade5a" + "url": "https://repo.magento.com/archives/magento/module-sales-rule/magento-module-sales-rule-101.2.8.0-patch1.zip", + "shasum": "5390ad54d495e6f00e394ed7b5e734e90f043288" }, "require": { "magento/framework": "103.0.*", @@ -20901,6 +20976,7 @@ "magento/module-customer": "103.0.*", "magento/module-directory": "100.4.*", "magento/module-eav": "102.1.*", + "magento/module-multishipping": "100.4.*", "magento/module-payment": "100.4.*", "magento/module-quote": "101.2.*", "magento/module-reports": "100.4.*", @@ -20908,9 +20984,10 @@ "magento/module-sales": "103.0.*", "magento/module-shipping": "100.4.*", "magento/module-store": "101.1.*", + "magento/module-tax": "100.4.*", "magento/module-ui": "101.2.*", "magento/module-widget": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-sales-rule-sample-data": "Sample Data version: 100.4.*" @@ -20932,16 +21009,16 @@ }, { "name": "magento/module-sales-rule-graph-ql", - "version": "100.4.0", + "version": "100.4.1-p1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-sales-rule-graph-ql/magento-module-sales-rule-graph-ql-100.4.0.0.zip", - "shasum": "bf32c46e58202972a12a0b6b3a8ea58735e74725" + "url": "https://repo.magento.com/archives/magento/module-sales-rule-graph-ql/magento-module-sales-rule-graph-ql-100.4.1.0-patch1.zip", + "shasum": "73441dad77d68fdcb6416701debb503f90fdf412" }, "require": { "magento/framework": "103.0.*", "magento/module-sales-rule": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -20960,11 +21037,11 @@ }, { "name": "magento/module-sales-rule-staging", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-sales-rule-staging/magento-module-sales-rule-staging-100.4.6.0.zip", - "shasum": "6a9e0e2c8768a0ef8705005ad05f33e5527ae258" + "url": "https://repo.magento.com/archives/magento/module-sales-rule-staging/magento-module-sales-rule-staging-100.4.7.0.zip", + "shasum": "4fcddd2b74d1e8aba2e61443b3e10b8df69da26e" }, "require": { "magento/framework": "103.0.*", @@ -20979,7 +21056,7 @@ "magento/module-staging": "101.2.*", "magento/module-store": "101.1.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -20997,15 +21074,15 @@ }, { "name": "magento/module-sales-sequence", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-sales-sequence/magento-module-sales-sequence-100.4.4.0.zip", - "shasum": "19993cdfd44d129bb946a3088f79d2958767a067" + "url": "https://repo.magento.com/archives/magento/module-sales-sequence/magento-module-sales-sequence-100.4.5.0.zip", + "shasum": "108f79b6484239540ed283cfea815ba45a10b99e" }, "require": { "magento/framework": "103.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -21024,15 +21101,15 @@ }, { "name": "magento/module-sample-data", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-sample-data/magento-module-sample-data-100.4.5.0.zip", - "shasum": "3c8bb68781e263d3d0acbad3622a9da3d86c2d4a" + "url": "https://repo.magento.com/archives/magento/module-sample-data/magento-module-sample-data-100.4.6.0.zip", + "shasum": "94f486ba538b70a46b0b95f55d0a87d97690d1cc" }, "require": { "magento/framework": "103.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/sample-data-media": "Sample Data version: 100.4.*" @@ -21055,11 +21132,11 @@ }, { "name": "magento/module-scalable-checkout", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-scalable-checkout/magento-module-scalable-checkout-100.4.6.0.zip", - "shasum": "b27b156333e9920b0d1a0921221d30f25d8812ec" + "url": "https://repo.magento.com/archives/magento/module-scalable-checkout/magento-module-scalable-checkout-100.4.7.0.zip", + "shasum": "699c3ba9fe478d0b6b5b61fc66f2b897e67036d0" }, "require": { "magento/framework": "103.0.*", @@ -21067,7 +21144,7 @@ "magento/framework-message-queue": "100.4.*", "magento/module-catalog": "104.0.*", "magento/module-quote": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-checkout-staging": "100.4.*", @@ -21089,11 +21166,11 @@ }, { "name": "magento/module-scalable-inventory", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-scalable-inventory/magento-module-scalable-inventory-100.4.5.0.zip", - "shasum": "66efa61dec8951bf5d903d89d9cf0c51fcabc063" + "url": "https://repo.magento.com/archives/magento/module-scalable-inventory/magento-module-scalable-inventory-100.4.6.0.zip", + "shasum": "b05ad70e0eca033ce39e985b333f75518fc3a1c6" }, "require": { "magento/framework": "103.0.*", @@ -21101,7 +21178,7 @@ "magento/magento-composer-installer": "*", "magento/module-catalog": "104.0.*", "magento/module-catalog-inventory": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -21119,16 +21196,16 @@ }, { "name": "magento/module-scalable-oms", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-scalable-oms/magento-module-scalable-oms-100.4.5.0.zip", - "shasum": "6610fb0148b93db5a4266c29f689a7f3038694e1" + "url": "https://repo.magento.com/archives/magento/module-scalable-oms/magento-module-scalable-oms-100.4.6.0.zip", + "shasum": "be6b2a0587080d8a4151c33c99ed353a22b3c311" }, "require": { "magento/framework": "103.0.*", "magento/framework-foreign-key": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-sales-archive": "101.0.*" @@ -21149,11 +21226,11 @@ }, { "name": "magento/module-scheduled-import-export", - "version": "101.2.7", + "version": "101.2.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-scheduled-import-export/magento-module-scheduled-import-export-101.2.7.0.zip", - "shasum": "de2a855bbb11873509f8184b4a8f97e8a7726ea0" + "url": "https://repo.magento.com/archives/magento/module-scheduled-import-export/magento-module-scheduled-import-export-101.2.8.0.zip", + "shasum": "0affb868ab180d11a99c92853c348f485f22205b" }, "require": { "magento/framework": "103.0.*", @@ -21163,7 +21240,7 @@ "magento/module-import-export": "101.0.*", "magento/module-store": "101.1.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -21181,11 +21258,11 @@ }, { "name": "magento/module-search", - "version": "101.1.7", + "version": "101.1.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-search/magento-module-search-101.1.7.0.zip", - "shasum": "7c1d2fc1da30e3674731ec998fdc2713d26589e7" + "url": "https://repo.magento.com/archives/magento/module-search/magento-module-search-101.1.8.0.zip", + "shasum": "def43c42a16f2680bbde8d114cf491a00afe85b2" }, "require": { "magento/framework": "103.0.*", @@ -21194,7 +21271,7 @@ "magento/module-reports": "100.4.*", "magento/module-store": "101.1.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -21213,18 +21290,18 @@ }, { "name": "magento/module-search-staging", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-search-staging/magento-module-search-staging-100.4.5.0.zip", - "shasum": "106b5678f5c6286deda9c68e38d3317b333b7692" + "url": "https://repo.magento.com/archives/magento/module-search-staging/magento-module-search-staging-100.4.6.0.zip", + "shasum": "9b79165cb2d45affe44232143d9d240f3d4756ff" }, "require": { "lib-libxml": "*", "magento/framework": "103.0.*", "magento/magento-composer-installer": "*", "magento/module-staging": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -21242,11 +21319,11 @@ }, { "name": "magento/module-security", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-security/magento-module-security-100.4.7.0.zip", - "shasum": "b3b46c8d852e0e8448fa4c69bea6749637c7936b" + "url": "https://repo.magento.com/archives/magento/module-security/magento-module-security-100.4.8.0.zip", + "shasum": "008a7e1714aad5aca80d445a324952578ae954ac" }, "require": { "magento/framework": "103.0.*", @@ -21254,7 +21331,7 @@ "magento/module-config": "101.2.*", "magento/module-store": "101.1.*", "magento/module-user": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-customer": "103.0.*" @@ -21276,17 +21353,17 @@ }, { "name": "magento/module-securitytxt", - "version": "1.1.3", + "version": "1.1.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-securitytxt/magento-module-securitytxt-1.1.3.0.zip", - "shasum": "7233d6559947338d46c4c72d361d7cbc30bd2946" + "url": "https://repo.magento.com/archives/magento/module-securitytxt/magento-module-securitytxt-1.1.4.0.zip", + "shasum": "019b02a9cb37765cd9c02dd37dd9bd3bd39e2efd" }, "require": { "magento/framework": "*", "magento/module-config": "*", "magento/module-store": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -21311,11 +21388,11 @@ }, { "name": "magento/module-send-friend", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-send-friend/magento-module-send-friend-100.4.5.0.zip", - "shasum": "fc68f7f70564b50c61a4966ba628d038afd9232f" + "url": "https://repo.magento.com/archives/magento/module-send-friend/magento-module-send-friend-100.4.6.0.zip", + "shasum": "7a6c8463b015173bddb5e0fec646d768bec83573" }, "require": { "magento/framework": "103.0.*", @@ -21325,7 +21402,7 @@ "magento/module-customer": "103.0.*", "magento/module-store": "101.1.*", "magento/module-theme": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -21344,18 +21421,18 @@ }, { "name": "magento/module-send-friend-graph-ql", - "version": "100.4.3", + "version": "100.4.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-send-friend-graph-ql/magento-module-send-friend-graph-ql-100.4.3.0.zip", - "shasum": "15b2b4e8b1a2a84c51fa100d4f80bccd567836f0" + "url": "https://repo.magento.com/archives/magento/module-send-friend-graph-ql/magento-module-send-friend-graph-ql-100.4.4.0.zip", + "shasum": "a68aa6755a63dd5ac309fe1bcc3242627e705b32" }, "require": { "magento/framework": "103.0.*", "magento/module-catalog": "104.0.*", "magento/module-graph-ql": "100.4.*", "magento/module-send-friend": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -21374,18 +21451,19 @@ }, { "name": "magento/module-service-proxy", - "version": "2.8.1", + "version": "2.11.1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-service-proxy/magento-module-service-proxy-2.8.1.0.zip", - "shasum": "9842b59f90f4c913621492fbffb358d3c90095c0" + "url": "https://repo.magento.com/archives/magento/module-service-proxy/magento-module-service-proxy-2.11.1.0.zip", + "shasum": "165332b5a08feebf2d0db71baf831b276728f78e" }, "require": { "magento/framework": ">=103.0.4 <104.0.0", "magento/module-backend": ">=102.0.4 <103.0.0", "magento/module-page-cache": ">=100.4.4 <101.0.0", + "magento/module-payment-services-paypal": "2.11.1", "magento/module-store": ">=101.1.4 <102.0.0", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -21404,17 +21482,17 @@ }, { "name": "magento/module-services-id", - "version": "3.2.5", + "version": "3.3.1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-services-id/magento-module-services-id-3.2.5.0.zip", - "shasum": "77f6676c6ff5e3c4b889e8756b28e92eda602e0d" + "url": "https://repo.magento.com/archives/magento/module-services-id/magento-module-services-id-3.3.1.0.zip", + "shasum": "761978e919fabe3fbfc0122486d8afa7806a5ff7" }, "require": { "magento/framework": ">=102.0.0 <104.0.0", "magento/module-config": ">=101.1.0 <101.3.0", - "magento/services-connector": "^1.3.5", - "php": "~7.2.0||~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0" + "magento/services-connector": "^1.3.6", + "php": "~7.2.0||~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -21433,19 +21511,19 @@ }, { "name": "magento/module-services-id-graph-ql-server", - "version": "1.1.4", + "version": "1.1.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-services-id-graph-ql-server/magento-module-services-id-graph-ql-server-1.1.4.0.zip", - "shasum": "c0552dc22dc740fb63c703a6d213825ca399b7d1" + "url": "https://repo.magento.com/archives/magento/module-services-id-graph-ql-server/magento-module-services-id-graph-ql-server-1.1.8.0.zip", + "shasum": "3c36536fb1ca7331ec22c1d68b4a4a86982acf64" }, "require": { "magento/framework": ">=102.0.0 <104.0.0", - "magento/module-admin-graph-ql-server": "^1.0.1", + "magento/module-admin-graph-ql-server": "^1.0.4", "magento/module-backend": ">=101.0.0 <103.0.0", - "magento/module-services-id": "^3.2.5", - "magento/services-connector": "^1.3.5", - "php": "~7.2.0||~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0" + "magento/module-services-id": "^3.3.1", + "magento/services-connector": "^1.3.6", + "php": "~7.2.0||~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -21464,21 +21542,21 @@ }, { "name": "magento/module-services-id-layout", - "version": "1.1.3", + "version": "1.1.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-services-id-layout/magento-module-services-id-layout-1.1.3.0.zip", - "shasum": "81850efbfcc3f163a9b63f1fdd3524c69de804ef" + "url": "https://repo.magento.com/archives/magento/module-services-id-layout/magento-module-services-id-layout-1.1.6.0.zip", + "shasum": "1a5d32cb97b3c26ea62fc18392ca96b9f458045f" }, "require": { "magento/framework": ">=102.0.0 <104.0.0", "magento/module-backend": ">=101.0.0 <103.0.0", "magento/module-config": ">=101.1.0 <101.3.0", - "magento/module-graph-ql-server": "^1.0.1", - "magento/module-services-id": "^3.2.4", - "magento/module-services-id-graph-ql-server": "^1.1.3", + "magento/module-graph-ql-server": "^1.0.3", + "magento/module-services-id": "^3.3.1", + "magento/module-services-id-graph-ql-server": "^1.1.8", "magento/module-store": ">=101.0.0 <101.2.0", - "php": "~7.2.0||~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0" + "php": "~7.2.0||~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -21497,11 +21575,11 @@ }, { "name": "magento/module-shipping", - "version": "100.4.7-p2", + "version": "100.4.8-p1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-shipping/magento-module-shipping-100.4.7.0-patch2.zip", - "shasum": "a58129dc6e9196d11c2e471ff6dbb37edb904868" + "url": "https://repo.magento.com/archives/magento/module-shipping/magento-module-shipping-100.4.8.0-patch1.zip", + "shasum": "ad06ba1084b53f7b1181e221498761af7e6c22e1" }, "require": { "ext-gd": "*", @@ -21519,7 +21597,7 @@ "magento/module-tax": "100.4.*", "magento/module-ui": "101.2.*", "magento/module-user": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-config": "101.2.*", @@ -21543,11 +21621,11 @@ }, { "name": "magento/module-sitemap", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-sitemap/magento-module-sitemap-100.4.6.0.zip", - "shasum": "68da3a91857f7650822787968491a4e6f02a7824" + "url": "https://repo.magento.com/archives/magento/module-sitemap/magento-module-sitemap-100.4.7.0.zip", + "shasum": "60a9910bb555737146d8c84d33615b4581c02159" }, "require": { "magento/framework": "103.0.*", @@ -21560,7 +21638,7 @@ "magento/module-media-storage": "100.4.*", "magento/module-robots": "101.1.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-config": "101.2.*" @@ -21582,11 +21660,11 @@ }, { "name": "magento/module-staging", - "version": "101.2.7", + "version": "101.2.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-staging/magento-module-staging-101.2.7.0.zip", - "shasum": "d88899f81310393545960bdb0496ef03d720d613" + "url": "https://repo.magento.com/archives/magento/module-staging/magento-module-staging-101.2.8.0.zip", + "shasum": "b291f6a93a0dc08f80be4a0b853cdf2a390f451d" }, "require": { "lib-libxml": "*", @@ -21599,7 +21677,7 @@ "magento/module-require-js": "100.4.*", "magento/module-store": "101.1.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-customer": "103.0.*", @@ -21623,17 +21701,17 @@ }, { "name": "magento/module-staging-graph-ql", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-staging-graph-ql/magento-module-staging-graph-ql-100.4.4.0.zip", - "shasum": "5d97721430329c5a61eb91019f0dddfb6504620b" + "url": "https://repo.magento.com/archives/magento/module-staging-graph-ql/magento-module-staging-graph-ql-100.4.5.0.zip", + "shasum": "417aa52dc81d675acf2bbdd23af13a2b6324855a" }, "require": { "magento/framework": "103.0.*", "magento/module-graph-ql": "100.4.*", "magento/module-staging": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -21652,19 +21730,19 @@ }, { "name": "magento/module-staging-page-builder", - "version": "2.2.5", + "version": "2.2.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-staging-page-builder/magento-module-staging-page-builder-2.2.5.0.zip", - "shasum": "7f554368ce76062cb54268afd8ed5898beca022f" + "url": "https://repo.magento.com/archives/magento/module-staging-page-builder/magento-module-staging-page-builder-2.2.6.0.zip", + "shasum": "f7f7220bf9292d536896fe98a6b148c49adf401f" }, "require": { "magento/framework": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-page-builder": "2.2.*", - "magento/module-staging": "*" + "magento/module-staging": "101.2.*" }, "type": "magento2-module", "autoload": { @@ -21682,11 +21760,11 @@ }, { "name": "magento/module-store", - "version": "101.1.7", + "version": "101.1.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-store/magento-module-store-101.1.7.0.zip", - "shasum": "87a2019793760259a3dde6f98ab33773366e0f36" + "url": "https://repo.magento.com/archives/magento/module-store/magento-module-store-101.1.8.0.zip", + "shasum": "cd43a996963212025e117e6f60a7b61693dfb947" }, "require": { "magento/framework": "103.0.*", @@ -21698,7 +21776,7 @@ "magento/module-directory": "100.4.*", "magento/module-media-storage": "100.4.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-deploy": "100.4.*" @@ -21720,18 +21798,18 @@ }, { "name": "magento/module-store-data-exporter", - "version": "2.8.1", + "version": "2.11.1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-store-data-exporter/magento-module-store-data-exporter-2.8.1.0.zip", - "shasum": "2b7f8784c02cdf743ca35d5eb26de27f40d50268" + "url": "https://repo.magento.com/archives/magento/module-store-data-exporter/magento-module-store-data-exporter-2.11.1.0.zip", + "shasum": "dc60f2c2d711de8d807f4fd8b014ac66df9e3fdf" }, "require": { "magento/framework": ">=103.0.4 <104.0.0", "magento/module-data-exporter": "^103.0.3", "magento/module-query-xml": "^103.0.3", "magento/module-store": ">=101.1.4 <102.0.0", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -21750,11 +21828,11 @@ }, { "name": "magento/module-store-graph-ql", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-store-graph-ql/magento-module-store-graph-ql-100.4.5.0.zip", - "shasum": "f6cc6ec93f22ddd8c9b9463d7f50c4737ea0e90f" + "url": "https://repo.magento.com/archives/magento/module-store-graph-ql/magento-module-store-graph-ql-100.4.6.0.zip", + "shasum": "7f1c3658299583146d0d668e20e3a64e1378bce6" }, "require": { "magento/framework": "103.0.*", @@ -21762,7 +21840,7 @@ "magento/module-graph-ql-cache": "100.4.*", "magento/module-graph-ql-resolver-cache": "100.4.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -21781,11 +21859,11 @@ }, { "name": "magento/module-support", - "version": "101.2.6-p2", + "version": "101.2.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-support/magento-module-support-101.2.6.0-patch2.zip", - "shasum": "c0d86770f860b76914525527bbc19a5bb175fe5b" + "url": "https://repo.magento.com/archives/magento/module-support/magento-module-support-101.2.7.0.zip", + "shasum": "a50e4ca9c7f4a77062e3c95776d7ae6d32b98339" }, "require": { "lib-libxml": "*", @@ -21810,7 +21888,7 @@ "magento/module-theme": "101.1.*", "magento/module-ui": "101.2.*", "magento/module-url-rewrite": "102.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -21828,15 +21906,15 @@ }, { "name": "magento/module-swagger", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-swagger/magento-module-swagger-100.4.6.0.zip", - "shasum": "0645218960a25979233dd31a915012912d2ab5a4" + "url": "https://repo.magento.com/archives/magento/module-swagger/magento-module-swagger-100.4.7.0.zip", + "shasum": "24020db5d39cd413c9cddf9898ca9af763a47004" }, "require": { "magento/framework": "103.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -21855,16 +21933,16 @@ }, { "name": "magento/module-swagger-webapi", - "version": "100.4.3", + "version": "100.4.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-swagger-webapi/magento-module-swagger-webapi-100.4.3.0.zip", - "shasum": "e6661668a74c8b43e52b1f98e82c3dc66878699f" + "url": "https://repo.magento.com/archives/magento/module-swagger-webapi/magento-module-swagger-webapi-100.4.4.0.zip", + "shasum": "7fba69c0d99cd8872c16bd0830909d3393b53a26" }, "require": { "magento/framework": "103.0.*", "magento/module-swagger": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -21883,16 +21961,16 @@ }, { "name": "magento/module-swagger-webapi-async", - "version": "100.4.3", + "version": "100.4.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-swagger-webapi-async/magento-module-swagger-webapi-async-100.4.3.0.zip", - "shasum": "20d79683bfaaf7155a18dbe6b7a7355dc26afa38" + "url": "https://repo.magento.com/archives/magento/module-swagger-webapi-async/magento-module-swagger-webapi-async-100.4.4.0.zip", + "shasum": "e2eacbfb3d1f4a13aac31e409b739d34bbb23717" }, "require": { "magento/framework": "103.0.*", "magento/module-swagger": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-config": "101.2.*" @@ -21914,17 +21992,17 @@ }, { "name": "magento/module-swat", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-swat/magento-module-swat-100.4.5.0.zip", - "shasum": "28e21bc4d7ae32e2818d6670a5d653b05eb21a24" + "url": "https://repo.magento.com/archives/magento/module-swat/magento-module-swat-100.4.6.0.zip", + "shasum": "d9f55c8b4149bba1d28757270cca6e5b8321391a" }, "require": { "magento/framework": "103.0.*", "magento/module-backend": "102.0.*", "magento/module-user": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -21942,11 +22020,11 @@ }, { "name": "magento/module-swatches", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-swatches/magento-module-swatches-100.4.7.0.zip", - "shasum": "1280d371a3b4db1a3af2766e1f41f4ad1826dcee" + "url": "https://repo.magento.com/archives/magento/module-swatches/magento-module-swatches-100.4.8.0.zip", + "shasum": "6bdf2ed486472cad3f5a179d81b4209916631bce" }, "require": { "magento/framework": "103.0.*", @@ -21960,7 +22038,7 @@ "magento/module-page-cache": "100.4.*", "magento/module-store": "101.1.*", "magento/module-theme": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-layered-navigation": "100.4.*", @@ -21983,18 +22061,18 @@ }, { "name": "magento/module-swatches-graph-ql", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-swatches-graph-ql/magento-module-swatches-graph-ql-100.4.5.0.zip", - "shasum": "d92d0f2f148bb082feda8aab0333c1492c3d25fc" + "url": "https://repo.magento.com/archives/magento/module-swatches-graph-ql/magento-module-swatches-graph-ql-100.4.6.0.zip", + "shasum": "bdab4d6b714c38f6bf9f0ac31832d7b4147cd0cf" }, "require": { "magento/framework": "103.0.*", "magento/module-catalog": "104.0.*", "magento/module-catalog-graph-ql": "100.4.*", "magento/module-swatches": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-configurable-product-graph-ql": "100.4.*" @@ -22016,16 +22094,16 @@ }, { "name": "magento/module-swatches-layered-navigation", - "version": "100.4.3", + "version": "100.4.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-swatches-layered-navigation/magento-module-swatches-layered-navigation-100.4.3.0.zip", - "shasum": "bd8a008cdd1220f2f78e2d8f2da529f7feeb0cf8" + "url": "https://repo.magento.com/archives/magento/module-swatches-layered-navigation/magento-module-swatches-layered-navigation-100.4.4.0.zip", + "shasum": "a8dad52269d6fa9b94142fa06b5eb6290d7e3e4b" }, "require": { "magento/framework": "103.0.*", "magento/magento-composer-installer": "*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -22044,11 +22122,11 @@ }, { "name": "magento/module-target-rule", - "version": "101.2.7", + "version": "101.2.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-target-rule/magento-module-target-rule-101.2.7.0.zip", - "shasum": "2de96fe411e18c40773141d6950ecdd3a0d9dcd5" + "url": "https://repo.magento.com/archives/magento/module-target-rule/magento-module-target-rule-101.2.8.0.zip", + "shasum": "1fb0efac367e2772bcdd4b64e0390686c5c821b9" }, "require": { "magento/framework": "103.0.*", @@ -22063,7 +22141,7 @@ "magento/module-quote": "101.2.*", "magento/module-rule": "100.4.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-import-export": "101.0.*", @@ -22085,11 +22163,11 @@ }, { "name": "magento/module-target-rule-graph-ql", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-target-rule-graph-ql/magento-module-target-rule-graph-ql-100.4.4.0.zip", - "shasum": "aa4809d0ce8d506503c0b395d8f8a612bb07e94f" + "url": "https://repo.magento.com/archives/magento/module-target-rule-graph-ql/magento-module-target-rule-graph-ql-100.4.5.0.zip", + "shasum": "eea7ffd1dadcac370a70e6b75761a65957649bc6" }, "require": { "magento/framework": "103.0.*", @@ -22098,7 +22176,7 @@ "magento/module-graph-ql": "100.4.*", "magento/module-related-product-graph-ql": "100.4.*", "magento/module-target-rule": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -22116,11 +22194,11 @@ }, { "name": "magento/module-tax", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-tax/magento-module-tax-100.4.7.0.zip", - "shasum": "20a9031e65782b488153c5b04faf99394a1c1fa1" + "url": "https://repo.magento.com/archives/magento/module-tax/magento-module-tax-100.4.8.0.zip", + "shasum": "c7310b9d5bd86bcd0ba6d2bda67038389a77adc3" }, "require": { "magento/framework": "103.0.*", @@ -22138,7 +22216,7 @@ "magento/module-shipping": "100.4.*", "magento/module-store": "101.1.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-tax-sample-data": "Sample Data version: 100.4.*" @@ -22160,15 +22238,15 @@ }, { "name": "magento/module-tax-graph-ql", - "version": "100.4.3", + "version": "100.4.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-tax-graph-ql/magento-module-tax-graph-ql-100.4.3.0.zip", - "shasum": "485df504f13dade9b6658db81b1688f380fd0680" + "url": "https://repo.magento.com/archives/magento/module-tax-graph-ql/magento-module-tax-graph-ql-100.4.4.0.zip", + "shasum": "fea4f9e204b8be5a6b5b5175b50894011495ec3c" }, "require": { "magento/framework": "103.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-catalog-graph-ql": "100.4.*", @@ -22191,11 +22269,11 @@ }, { "name": "magento/module-tax-import-export", - "version": "100.4.6-p2", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-tax-import-export/magento-module-tax-import-export-100.4.6.0-patch2.zip", - "shasum": "cf27ed1b593b12b1519fe5a11eead8a947fd76c2" + "url": "https://repo.magento.com/archives/magento/module-tax-import-export/magento-module-tax-import-export-100.4.7.0.zip", + "shasum": "d6a60700774ac6d6668a2d4d765f9c349c7eae28" }, "require": { "magento/framework": "103.0.*", @@ -22204,7 +22282,7 @@ "magento/module-store": "101.1.*", "magento/module-tax": "100.4.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -22223,17 +22301,18 @@ }, { "name": "magento/module-theme", - "version": "101.1.7", + "version": "101.1.8-p1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-theme/magento-module-theme-101.1.7.0.zip", - "shasum": "5c8a49308063a7d9d350c1e308894b3d6d086e59" + "url": "https://repo.magento.com/archives/magento/module-theme/magento-module-theme-101.1.8.0-patch1.zip", + "shasum": "fd26e999c192a13a83a79745b1534507c803c174" }, "require": { "magento/framework": "103.0.*", "magento/module-backend": "102.0.*", "magento/module-cms": "104.0.*", "magento/module-config": "101.2.*", + "magento/module-csp": "100.4.*", "magento/module-customer": "103.0.*", "magento/module-eav": "102.1.*", "magento/module-media-storage": "100.4.*", @@ -22241,7 +22320,7 @@ "magento/module-store": "101.1.*", "magento/module-ui": "101.2.*", "magento/module-widget": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-deploy": "100.4.*", @@ -22265,15 +22344,15 @@ }, { "name": "magento/module-theme-graph-ql", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-theme-graph-ql/magento-module-theme-graph-ql-100.4.4.0.zip", - "shasum": "a89078d7cbba860eded9aa12ecca054ec160da49" + "url": "https://repo.magento.com/archives/magento/module-theme-graph-ql/magento-module-theme-graph-ql-100.4.5.0.zip", + "shasum": "a944916a7f43bea335c8c9e356b186100480fc2f" }, "require": { "magento/framework": "103.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-store-graph-ql": "100.4.*" @@ -22295,11 +22374,11 @@ }, { "name": "magento/module-translation", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-translation/magento-module-translation-100.4.7.0.zip", - "shasum": "a428159436ff8d5fdc999d999e5469cc4d055116" + "url": "https://repo.magento.com/archives/magento/module-translation/magento-module-translation-100.4.8.0.zip", + "shasum": "051dedd3f72c18507b779d8fc5358794043a7e62" }, "require": { "magento/framework": "103.0.*", @@ -22308,7 +22387,7 @@ "magento/module-developer": "100.4.*", "magento/module-store": "101.1.*", "magento/module-theme": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-deploy": "100.4.*" @@ -22330,16 +22409,18 @@ }, { "name": "magento/module-two-factor-auth", - "version": "1.1.6-p2", + "version": "1.1.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-two-factor-auth/magento-module-two-factor-auth-1.1.6.0-patch2.zip", - "shasum": "285664672f36a16ae0f3a1eae86637248189e55c" + "url": "https://repo.magento.com/archives/magento/module-two-factor-auth/magento-module-two-factor-auth-1.1.7.0.zip", + "shasum": "4475c43a12f1d1091f458e52f0258f82d5025cb0" }, "require": { "2tvenom/cborencode": "^1.0", "christian-riesen/base32": "^1.3", - "endroid/qr-code": "^4.3.5", + "duosecurity/duo_api_php": "^1.1", + "duosecurity/duo_universal_php": "^1.0", + "endroid/qr-code": "^6.0.3", "magento/framework": "*", "magento/magento-composer-installer": "*", "magento/module-authorization": "*", @@ -22349,7 +22430,7 @@ "magento/module-store": "*", "magento/module-ui": "*", "magento/module-user": "*", - "php": "~8.1.0||~8.2.0||~8.3.0", + "php": "~8.2.0||~8.3.0||~8.4.0", "spomky-labs/otphp": "^11.2" }, "type": "magento2-module", @@ -22368,11 +22449,11 @@ }, { "name": "magento/module-ui", - "version": "101.2.7", + "version": "101.2.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-ui/magento-module-ui-101.2.7.0.zip", - "shasum": "fb1db996d7ce9df1ce8b75e24800aa9161fa41b0" + "url": "https://repo.magento.com/archives/magento/module-ui/magento-module-ui-101.2.8.0.zip", + "shasum": "55a1cd67e7edb495b488f4819c444b47f52cc156" }, "require": { "magento/framework": "103.0.*", @@ -22381,7 +22462,7 @@ "magento/module-eav": "102.1.*", "magento/module-store": "101.1.*", "magento/module-user": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-config": "101.2.*" @@ -22403,11 +22484,11 @@ }, { "name": "magento/module-ups", - "version": "100.4.7-p1", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-ups/magento-module-ups-100.4.7.0-patch1.zip", - "shasum": "ee847545c76cf6f4777543aa7f5292ad33db82a6" + "url": "https://repo.magento.com/archives/magento/module-ups/magento-module-ups-100.4.8.0.zip", + "shasum": "188a74011aacdc5a2e52477813094d72ce4c8d24" }, "require": { "magento/framework": "103.0.*", @@ -22418,7 +22499,7 @@ "magento/module-sales": "103.0.*", "magento/module-shipping": "100.4.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-config": "101.2.*" @@ -22440,11 +22521,11 @@ }, { "name": "magento/module-url-rewrite", - "version": "102.0.6", + "version": "102.0.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-url-rewrite/magento-module-url-rewrite-102.0.6.0.zip", - "shasum": "1a67f8aab1f2d9549c9b9eb24c9ef7ce959aaaa4" + "url": "https://repo.magento.com/archives/magento/module-url-rewrite/magento-module-url-rewrite-102.0.7.0.zip", + "shasum": "a06684fd8fe29bd4233f21eb1c8d7586786a627b" }, "require": { "magento/framework": "103.0.*", @@ -22455,7 +22536,7 @@ "magento/module-cms-url-rewrite": "100.4.*", "magento/module-store": "101.1.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -22474,16 +22555,16 @@ }, { "name": "magento/module-url-rewrite-graph-ql", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-url-rewrite-graph-ql/magento-module-url-rewrite-graph-ql-100.4.6.0.zip", - "shasum": "9e281b3104751ca277b037cb99d10ff499764b08" + "url": "https://repo.magento.com/archives/magento/module-url-rewrite-graph-ql/magento-module-url-rewrite-graph-ql-100.4.7.0.zip", + "shasum": "f4fd1fb95557bb75ce171a141b9f828af3212935" }, "require": { "magento/framework": "103.0.*", "magento/module-url-rewrite": "102.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-graph-ql": "100.4.*" @@ -22505,11 +22586,11 @@ }, { "name": "magento/module-user", - "version": "101.2.7", + "version": "101.2.8-p1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-user/magento-module-user-101.2.7.0.zip", - "shasum": "556aa29978b793d7156e0ff4d0a27741ec2dbbda" + "url": "https://repo.magento.com/archives/magento/module-user/magento-module-user-101.2.8.0-patch1.zip", + "shasum": "8392b64507e8df376aa61f3e5b1415d4f2f0043b" }, "require": { "magento/framework": "103.0.*", @@ -22520,7 +22601,7 @@ "magento/module-security": "100.4.*", "magento/module-store": "101.1.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -22539,11 +22620,11 @@ }, { "name": "magento/module-usps", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-usps/magento-module-usps-100.4.6.0.zip", - "shasum": "4add54419dda85d968c4ac204a4e69790ff7ccba" + "url": "https://repo.magento.com/archives/magento/module-usps/magento-module-usps-100.4.7.0.zip", + "shasum": "4bd712f6a1a8eed21ae58cb5bf1a988204bda585" }, "require": { "lib-libxml": "*", @@ -22556,7 +22637,7 @@ "magento/module-sales": "103.0.*", "magento/module-shipping": "100.4.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -22575,11 +22656,11 @@ }, { "name": "magento/module-variable", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-variable/magento-module-variable-100.4.5.0.zip", - "shasum": "8c308edb6caeaf9edd499841af8ffb5dfb34c4f5" + "url": "https://repo.magento.com/archives/magento/module-variable/magento-module-variable-100.4.6.0.zip", + "shasum": "34e0cf4c102ce65197290ccaa4fb4e792f8c56d8" }, "require": { "magento/framework": "103.0.*", @@ -22587,7 +22668,7 @@ "magento/module-config": "101.2.*", "magento/module-store": "101.1.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -22606,11 +22687,11 @@ }, { "name": "magento/module-vault", - "version": "101.2.7", + "version": "101.2.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-vault/magento-module-vault-101.2.7.0.zip", - "shasum": "42b33bebe29ae7755fde0a8005d801fe5acd47b8" + "url": "https://repo.magento.com/archives/magento/module-vault/magento-module-vault-101.2.8.0.zip", + "shasum": "707e73ce48015a473f3afb3b753d0e04b59167f1" }, "require": { "magento/framework": "103.0.*", @@ -22621,7 +22702,7 @@ "magento/module-sales": "103.0.*", "magento/module-store": "101.1.*", "magento/module-theme": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -22639,17 +22720,17 @@ }, { "name": "magento/module-vault-graph-ql", - "version": "100.4.3", + "version": "100.4.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-vault-graph-ql/magento-module-vault-graph-ql-100.4.3.0.zip", - "shasum": "c7910b4264ce5efb55e7f050ca104b9e3efc8c4e" + "url": "https://repo.magento.com/archives/magento/module-vault-graph-ql/magento-module-vault-graph-ql-100.4.4.0.zip", + "shasum": "5f6b28fdee0bfb6dde3d8e48f74a44a85a7f44cc" }, "require": { "magento/framework": "103.0.*", "magento/module-graph-ql": "100.4.*", "magento/module-vault": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -22668,15 +22749,15 @@ }, { "name": "magento/module-version", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-version/magento-module-version-100.4.4.0.zip", - "shasum": "8c07c3d82ea97fe66437c4450f4f948ac54347b0" + "url": "https://repo.magento.com/archives/magento/module-version/magento-module-version-100.4.5.0.zip", + "shasum": "68ef6cc703e92e16df261badb561dd6d94a0472a" }, "require": { "magento/framework": "103.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -22695,11 +22776,11 @@ }, { "name": "magento/module-versions-cms", - "version": "101.2.7", + "version": "101.2.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-versions-cms/magento-module-versions-cms-101.2.7.0.zip", - "shasum": "c79e56c001f780095d382750b44c1beeeb838715" + "url": "https://repo.magento.com/archives/magento/module-versions-cms/magento-module-versions-cms-101.2.8.0.zip", + "shasum": "1df6d467e8376508974883df3b3dbf86d0fc3641" }, "require": { "magento/framework": "103.0.*", @@ -22710,7 +22791,7 @@ "magento/module-ui": "101.2.*", "magento/module-user": "101.2.*", "magento/module-widget": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -22728,17 +22809,17 @@ }, { "name": "magento/module-versions-cms-page-cache", - "version": "100.4.3", + "version": "100.4.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-versions-cms-page-cache/magento-module-versions-cms-page-cache-100.4.3.0.zip", - "shasum": "d7e4098bddb91a8ccbf91e307b746b93dc8e5b61" + "url": "https://repo.magento.com/archives/magento/module-versions-cms-page-cache/magento-module-versions-cms-page-cache-100.4.4.0.zip", + "shasum": "b7c5ed6c2a0c0e743d3e30e2b7984ca7ad89ef4b" }, "require": { "magento/framework": "103.0.*", "magento/module-page-cache": "100.4.*", "magento/module-versions-cms": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -22755,11 +22836,11 @@ }, { "name": "magento/module-versions-cms-url-rewrite", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-versions-cms-url-rewrite/magento-module-versions-cms-url-rewrite-100.4.5.0.zip", - "shasum": "bb9f5a07b8818a5cebedb007a6752067aac05181" + "url": "https://repo.magento.com/archives/magento/module-versions-cms-url-rewrite/magento-module-versions-cms-url-rewrite-100.4.6.0.zip", + "shasum": "9d08fb12cac37fcb8d231a6ca46e0dfc8c3345f7" }, "require": { "magento/framework": "103.0.*", @@ -22767,7 +22848,7 @@ "magento/module-store": "101.1.*", "magento/module-url-rewrite": "102.0.*", "magento/module-versions-cms": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -22785,18 +22866,18 @@ }, { "name": "magento/module-versions-cms-url-rewrite-graph-ql", - "version": "100.4.3", + "version": "100.4.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-versions-cms-url-rewrite-graph-ql/magento-module-versions-cms-url-rewrite-graph-ql-100.4.3.0.zip", - "shasum": "0436c4e0d156ed31fe05c61e861bbaa28e5e1594" + "url": "https://repo.magento.com/archives/magento/module-versions-cms-url-rewrite-graph-ql/magento-module-versions-cms-url-rewrite-graph-ql-100.4.4.0.zip", + "shasum": "54fd196fdbd9026488a0aad0eda49b02bf613332" }, "require": { "magento/framework": "103.0.*", "magento/module-graph-ql": "100.4.*", "magento/module-url-rewrite-graph-ql": "100.4.*", "magento/module-versions-cms": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-store": "101.1.*", @@ -22818,11 +22899,11 @@ }, { "name": "magento/module-visual-merchandiser", - "version": "100.4.7-p2", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-visual-merchandiser/magento-module-visual-merchandiser-100.4.7.0-patch2.zip", - "shasum": "8e9931392876fdf1dd47099a35c3411eb31f9b86" + "url": "https://repo.magento.com/archives/magento/module-visual-merchandiser/magento-module-visual-merchandiser-100.4.8.0.zip", + "shasum": "7adbc67e5165daae6a547352e5db750d28bbeb3a" }, "require": { "magento/framework": "103.0.*", @@ -22835,7 +22916,7 @@ "magento/module-eav": "102.1.*", "magento/module-store": "101.1.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -22853,11 +22934,11 @@ }, { "name": "magento/module-webapi", - "version": "100.4.6-p1", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-webapi/magento-module-webapi-100.4.6.0-patch1.zip", - "shasum": "281d027d335cfe16b967796c9cb2f37167e213f6" + "url": "https://repo.magento.com/archives/magento/module-webapi/magento-module-webapi-100.4.7.0.zip", + "shasum": "86f82f1eeb898144e96630f1d4426df8207fa1f1" }, "require": { "magento/framework": "103.0.*", @@ -22865,7 +22946,7 @@ "magento/module-backend": "102.0.*", "magento/module-integration": "100.4.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-customer": "103.0.*", @@ -22888,18 +22969,18 @@ }, { "name": "magento/module-webapi-async", - "version": "100.4.5", + "version": "100.4.6-p1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-webapi-async/magento-module-webapi-async-100.4.5.0.zip", - "shasum": "332c143a5317bc99a062753d2281ff937b2fc555" + "url": "https://repo.magento.com/archives/magento/module-webapi-async/magento-module-webapi-async-100.4.6.0-patch1.zip", + "shasum": "ce5afe7e55b488c286f1856ab1b1ba286f4cfdb6" }, "require": { "magento/framework": "103.0.*", "magento/module-asynchronous-operations": "100.4.*", "magento/module-store": "101.1.*", "magento/module-webapi": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-customer": "103.0.*", @@ -22920,18 +23001,49 @@ ], "description": "N/A" }, + { + "name": "magento/module-webapi-rest-gws", + "version": "100.4.0", + "dist": { + "type": "zip", + "url": "https://repo.magento.com/archives/magento/module-webapi-rest-gws/magento-module-webapi-rest-gws-100.4.0.0.zip", + "shasum": "d8492a41d013b0e106100078f92acc7b745bba3c" + }, + "require": { + "magento/framework": "103.0.*", + "magento/module-admin-gws": "100.4.*", + "magento/module-authorization": "100.4.*", + "magento/module-sales": "103.0.*", + "magento/module-user": "101.2.*", + "magento/module-webapi": "100.4.*", + "php": "~8.2.0||~8.3.0||~8.4.0" + }, + "type": "magento2-module", + "autoload": { + "files": [ + "registration.php" + ], + "psr-4": { + "Magento\\WebapiRestGws\\": "" + } + }, + "license": [ + "proprietary" + ], + "description": "N/A" + }, { "name": "magento/module-webapi-security", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-webapi-security/magento-module-webapi-security-100.4.4.0.zip", - "shasum": "d34d7432a564e8aff21282e4ecacecd74a8b7fe7" + "url": "https://repo.magento.com/archives/magento/module-webapi-security/magento-module-webapi-security-100.4.5.0.zip", + "shasum": "62db8d1d9ddc8b76da081a00412b8dce7865b0ec" }, "require": { "magento/framework": "103.0.*", "magento/module-webapi": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -22950,18 +23062,19 @@ }, { "name": "magento/module-website-restriction", - "version": "100.4.6", + "version": "100.4.7", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-website-restriction/magento-module-website-restriction-100.4.6.0.zip", - "shasum": "423acdd3476ce389e83d918bd0933dc44b878709" + "url": "https://repo.magento.com/archives/magento/module-website-restriction/magento-module-website-restriction-100.4.7.0.zip", + "shasum": "fe9e5006606cc861b7304e6bf076055761f438d5" }, "require": { "magento/framework": "103.0.*", + "magento/module-authorization": "100.4.*", "magento/module-cms": "104.0.*", "magento/module-customer": "103.0.*", "magento/module-store": "101.1.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-theme": "101.1.*" @@ -22982,17 +23095,18 @@ }, { "name": "magento/module-weee", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-weee/magento-module-weee-100.4.7.0.zip", - "shasum": "86e39dfc8d233c1be1f536d847ae31b07d36aca2" + "url": "https://repo.magento.com/archives/magento/module-weee/magento-module-weee-100.4.8.0.zip", + "shasum": "419ecec03a62544779adfbd9c4c6530abd6bdcb8" }, "require": { "magento/framework": "103.0.*", "magento/module-backend": "102.0.*", "magento/module-catalog": "104.0.*", "magento/module-checkout": "100.4.*", + "magento/module-configurable-product": "100.4.*", "magento/module-customer": "103.0.*", "magento/module-directory": "100.4.*", "magento/module-eav": "102.1.*", @@ -23002,7 +23116,7 @@ "magento/module-store": "101.1.*", "magento/module-tax": "100.4.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-bundle": "101.0.*" @@ -23024,18 +23138,19 @@ }, { "name": "magento/module-weee-graph-ql", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-weee-graph-ql/magento-module-weee-graph-ql-100.4.4.0.zip", - "shasum": "b6c0e103600031aa1b1f9db2ad3cf7c7cd816a34" + "url": "https://repo.magento.com/archives/magento/module-weee-graph-ql/magento-module-weee-graph-ql-100.4.5.0.zip", + "shasum": "26765a09d580d56011bc6b8a695b6aceec3a9b92" }, "require": { "magento/framework": "103.0.*", + "magento/module-sales": "103.0.*", "magento/module-store": "101.1.*", "magento/module-tax": "100.4.*", "magento/module-weee": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-catalog-graph-ql": "100.4.*" @@ -23057,11 +23172,11 @@ }, { "name": "magento/module-weee-staging", - "version": "100.4.4", + "version": "100.4.5", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-weee-staging/magento-module-weee-staging-100.4.4.0.zip", - "shasum": "1a3cfd488b479d04b991266c9a41d440591e5fe3" + "url": "https://repo.magento.com/archives/magento/module-weee-staging/magento-module-weee-staging-100.4.5.0.zip", + "shasum": "dcf16acb8a8352fc66251333c1069e95c30cdd2a" }, "require": { "lib-libxml": "*", @@ -23069,7 +23184,7 @@ "magento/magento-composer-installer": "*", "magento/module-catalog-staging": "100.4.*", "magento/module-weee": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-staging": "101.2.*" @@ -23090,11 +23205,11 @@ }, { "name": "magento/module-widget", - "version": "101.2.7", + "version": "101.2.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-widget/magento-module-widget-101.2.7.0.zip", - "shasum": "ca6b43386bf64a66f522d7ef342c752ea8e3ea89" + "url": "https://repo.magento.com/archives/magento/module-widget/magento-module-widget-101.2.8.0.zip", + "shasum": "14d4363c52d4863e2b262cf9beee8d1124781dd2" }, "require": { "magento/framework": "103.0.*", @@ -23106,7 +23221,7 @@ "magento/module-theme": "101.1.*", "magento/module-ui": "101.2.*", "magento/module-variable": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-widget-sample-data": "Sample Data version: 100.4.*" @@ -23128,11 +23243,11 @@ }, { "name": "magento/module-wishlist", - "version": "101.2.7", + "version": "101.2.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-wishlist/magento-module-wishlist-101.2.7.0.zip", - "shasum": "336b9dea97386bb79387c97a9b7f52ff80f4cbfc" + "url": "https://repo.magento.com/archives/magento/module-wishlist/magento-module-wishlist-101.2.8.0.zip", + "shasum": "c7be8c3039e60f0ea93696bdf5492f1fc79b7b5d" }, "require": { "magento/framework": "103.0.*", @@ -23147,7 +23262,7 @@ "magento/module-store": "101.1.*", "magento/module-theme": "101.1.*", "magento/module-ui": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-bundle": "101.0.*", @@ -23174,17 +23289,17 @@ }, { "name": "magento/module-wishlist-analytics", - "version": "100.4.5", + "version": "100.4.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-wishlist-analytics/magento-module-wishlist-analytics-100.4.5.0.zip", - "shasum": "4742de9e6ead06c2a9bd53b86081514b7bee5f7b" + "url": "https://repo.magento.com/archives/magento/module-wishlist-analytics/magento-module-wishlist-analytics-100.4.6.0.zip", + "shasum": "738d0ac8e4f2f4d6d5ecf88a31f92f1b2ff830a6" }, "require": { "magento/framework": "103.0.*", "magento/module-analytics": "100.4.*", "magento/module-wishlist": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -23203,17 +23318,17 @@ }, { "name": "magento/module-wishlist-gift-card", - "version": "100.4.3", + "version": "100.4.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-wishlist-gift-card/magento-module-wishlist-gift-card-100.4.3.0.zip", - "shasum": "61cc4295959cc03ca84fb07d74744569ec311577" + "url": "https://repo.magento.com/archives/magento/module-wishlist-gift-card/magento-module-wishlist-gift-card-100.4.4.0.zip", + "shasum": "a7502e9f08fcbd91a9526135780264d6f9c78328" }, "require": { "magento/framework": "103.0.*", "magento/module-gift-card": "101.3.*", "magento/module-wishlist": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -23231,18 +23346,18 @@ }, { "name": "magento/module-wishlist-gift-card-graph-ql", - "version": "100.4.3", + "version": "100.4.4", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-wishlist-gift-card-graph-ql/magento-module-wishlist-gift-card-graph-ql-100.4.3.0.zip", - "shasum": "8f50cd133861c6e9852334897598ae7793b3ceea" + "url": "https://repo.magento.com/archives/magento/module-wishlist-gift-card-graph-ql/magento-module-wishlist-gift-card-graph-ql-100.4.4.0.zip", + "shasum": "ae8d08fb228038e6220bc2109166ba8552a8e05c" }, "require": { "magento/framework": "103.0.*", "magento/module-gift-card": "101.3.*", "magento/module-wishlist": "101.2.*", "magento/module-wishlist-graph-ql": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -23260,11 +23375,11 @@ }, { "name": "magento/module-wishlist-graph-ql", - "version": "100.4.7", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/module-wishlist-graph-ql/magento-module-wishlist-graph-ql-100.4.7.0.zip", - "shasum": "447e00d9daa70660cd3b838535b829159be1603e" + "url": "https://repo.magento.com/archives/magento/module-wishlist-graph-ql/magento-module-wishlist-graph-ql-100.4.8.0.zip", + "shasum": "d33ba9e28b2eb71476adc44aa58660bed316554c" }, "require": { "magento/framework": "103.0.*", @@ -23274,7 +23389,7 @@ "magento/module-quote-graph-ql": "100.4.*", "magento/module-store": "101.1.*", "magento/module-wishlist": "101.2.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -23293,61 +23408,62 @@ }, { "name": "magento/page-builder", - "version": "1.7.4-p2", + "version": "1.7.5-p1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/page-builder/magento-page-builder-1.7.4.0-patch2.zip", - "shasum": "6df1ac09393e3af8129412ea5a4cb5d171f63a6d" + "url": "https://repo.magento.com/archives/magento/page-builder/magento-page-builder-1.7.5.0-patch1.zip", + "shasum": "b789656fdd8bfddadce03546beab3f0d0ec0b7df" }, "require": { - "magento/module-aws-s3-page-builder": "1.0.4", - "magento/module-catalog-page-builder-analytics": "1.6.4", - "magento/module-cms-page-builder-analytics": "1.6.4", - "magento/module-page-builder": "2.2.5-p2", - "magento/module-page-builder-admin-analytics": "1.1.4", - "magento/module-page-builder-analytics": "1.6.4" + "magento/module-aws-s3-page-builder": "1.0.5", + "magento/module-catalog-page-builder-analytics": "1.6.5", + "magento/module-cms-page-builder-analytics": "1.6.5", + "magento/module-page-builder": "2.2.6-p1", + "magento/module-page-builder-admin-analytics": "1.1.5", + "magento/module-page-builder-analytics": "1.6.5", + "magento/module-page-builder-image-attribute": "1.7.5" }, "type": "metapackage", "description": "Page Builder metapackage" }, { "name": "magento/page-builder-commerce", - "version": "1.7.4-p2", + "version": "1.7.5-p1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/page-builder-commerce/magento-page-builder-commerce-1.7.4.0-patch2.zip", - "shasum": "b760589dc770a46f3f593baa0f988673a76eee2e" + "url": "https://repo.magento.com/archives/magento/page-builder-commerce/magento-page-builder-commerce-1.7.5.0-patch1.zip", + "shasum": "9f4142629d957111ead13922d9f4f9b4e0d24dc8" }, "require": { - "magento/module-banner-page-builder": "2.2.5", - "magento/module-banner-page-builder-analytics": "1.7.3", - "magento/module-catalog-page-builder-analytics-staging": "1.7.3", - "magento/module-catalog-staging-page-builder": "1.7.3", - "magento/module-cms-page-builder-analytics-staging": "1.7.3", - "magento/module-page-builder-admin-gws-admin-ui": "1.7.3", - "magento/module-staging-page-builder": "2.2.5", - "magento/page-builder": "1.7.4-p2" + "magento/module-banner-page-builder": "2.2.6", + "magento/module-banner-page-builder-analytics": "1.7.4", + "magento/module-catalog-page-builder-analytics-staging": "1.7.4", + "magento/module-catalog-staging-page-builder": "1.7.4", + "magento/module-cms-page-builder-analytics-staging": "1.7.4", + "magento/module-page-builder-admin-gws-admin-ui": "1.7.4", + "magento/module-staging-page-builder": "2.2.6", + "magento/page-builder": "1.7.5-p1" }, "type": "metapackage", "description": "Page Builder Commerce metapackage" }, { "name": "magento/payment-services", - "version": "2.8.1", + "version": "2.11.1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/payment-services/magento-payment-services-2.8.1.0.zip", - "shasum": "2eb16e4c15319dcb0395c47d7341a45cd3278852" + "url": "https://repo.magento.com/archives/magento/payment-services/magento-payment-services-2.11.1.0.zip", + "shasum": "1ebb18b6bf05411a0e6864d243e60049876d9edb" }, "require": { - "magento/module-payment-services-base": "2.8.1", - "magento/module-payment-services-dashboard": "2.8.1", - "magento/module-payment-services-paypal": "2.8.1", - "magento/module-payment-services-paypal-graph-ql": "2.8.1", - "magento/module-payment-services-saas-export": "2.8.1", - "magento/module-sales-data-exporter": "2.8.1", - "magento/module-service-proxy": "2.8.1", - "magento/module-store-data-exporter": "2.8.1", + "magento/module-payment-services-base": "2.11.1", + "magento/module-payment-services-dashboard": "2.11.1", + "magento/module-payment-services-paypal": "2.11.1", + "magento/module-payment-services-paypal-graph-ql": "2.11.1", + "magento/module-payment-services-saas-export": "2.11.1", + "magento/module-sales-data-exporter": "2.11.1", + "magento/module-service-proxy": "2.11.1", + "magento/module-store-data-exporter": "2.11.1", "magento/services-id": "^3.2.0" }, "type": "metapackage", @@ -23355,24 +23471,27 @@ }, { "name": "magento/product-community-edition", - "version": "2.4.7-p2", + "version": "2.4.8-p1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/product-community-edition/magento-product-community-edition-2.4.7.0-patch2.zip", - "shasum": "3b57a33bd8de4b2ae805a7d2b1ec73dd82be8f68" + "url": "https://repo.magento.com/archives/magento/product-community-edition/magento-product-community-edition-2.4.8.0-patch1.zip", + "shasum": "fd95ee0e25d4b07063f525f281d982881807574b" }, "require": { - "adobe-commerce/os-extensions-metapackage": "~1.0", + "adobe-commerce/os-extensions-metapackage": "^1.0.1", "colinmollenhour/cache-backend-file": "^1.4", "colinmollenhour/cache-backend-redis": "^1.16", "colinmollenhour/credis": "^1.15", - "colinmollenhour/php-redis-session-abstract": "~1.5.3", + "colinmollenhour/php-redis-session-abstract": "^2.0", "composer/composer": "^2.0, !=2.2.16", - "elasticsearch/elasticsearch": "~7.17.0 || ~8.5.0", + "duosecurity/duo_api_php": "^1.1", + "duosecurity/duo_universal_php": "^1.0", + "elasticsearch/elasticsearch": "^8.15", "ext-bcmath": "*", "ext-ctype": "*", "ext-curl": "*", "ext-dom": "*", + "ext-ftp": "*", "ext-gd": "*", "ext-hash": "*", "ext-iconv": "*", @@ -23387,39 +23506,33 @@ "ext-zip": "*", "ezyang/htmlpurifier": "^4.17", "guzzlehttp/guzzle": "^7.5", - "laminas/laminas-captcha": "^2.17", + "laminas/laminas-captcha": "^2.18", "laminas/laminas-code": "^4.13", - "laminas/laminas-db": "^2.19", - "laminas/laminas-di": "^3.13", + "laminas/laminas-di": "^3.15", "laminas/laminas-escaper": "^2.13", "laminas/laminas-eventmanager": "^3.11", "laminas/laminas-feed": "^2.22", - "laminas/laminas-file": "^2.13", "laminas/laminas-filter": "^2.33", "laminas/laminas-http": "^2.15", "laminas/laminas-i18n": "^2.17", - "laminas/laminas-mail": "^2.16", - "laminas/laminas-mime": "^2.9", "laminas/laminas-modulemanager": "^2.11", "laminas/laminas-mvc": "^3.6", - "laminas/laminas-oauth": "^2.6", "laminas/laminas-permissions-acl": "^2.10", - "laminas/laminas-server": "^2.16", "laminas/laminas-servicemanager": "^3.16", "laminas/laminas-soap": "^2.10", "laminas/laminas-stdlib": "^3.11", "laminas/laminas-uri": "^2.9", "laminas/laminas-validator": "^2.23", - "league/flysystem": "^2.4", - "league/flysystem-aws-s3-v3": "^2.4", + "league/flysystem": "^3.0", + "league/flysystem-aws-s3-v3": "^3.0", "lib-libxml": "*", - "magento/composer": "^1.10.0-beta1", + "magento/composer": "^1.10.1-beta1", "magento/composer-dependency-version-audit-plugin": "^0.1", - "magento/framework": "103.0.7-p1", - "magento/framework-amqp": "100.4.5", - "magento/framework-bulk": "101.0.3", - "magento/framework-message-queue": "100.4.7", - "magento/inventory-metapackage": "1.2.7-p2", + "magento/framework": "103.0.8-p1", + "magento/framework-amqp": "100.4.6", + "magento/framework-bulk": "101.0.4", + "magento/framework-message-queue": "100.4.8", + "magento/inventory-metapackage": "1.2.8-p1", "magento/language-de_de": "100.4.0", "magento/language-en_us": "100.4.0", "magento/language-es_es": "100.4.0", @@ -23428,239 +23541,240 @@ "magento/language-pt_br": "100.4.0", "magento/language-zh_hans_cn": "100.4.0", "magento/magento-composer-installer": ">=0.4.0", - "magento/magento2-base": "2.4.7-p2", - "magento/module-admin-analytics": "100.4.6", - "magento/module-admin-notification": "100.4.6", - "magento/module-advanced-pricing-import-export": "100.4.7", - "magento/module-advanced-search": "100.4.5", - "magento/module-amqp": "100.4.4", - "magento/module-analytics": "100.4.7", - "magento/module-application-performance-monitor": "100.4.0", - "magento/module-application-performance-monitor-new-relic": "100.4.0", - "magento/module-async-config": "100.4.0", - "magento/module-asynchronous-operations": "100.4.7", - "magento/module-authorization": "100.4.7", - "magento/module-aws-s3": "100.4.5", - "magento/module-backend": "102.0.7", - "magento/module-backup": "100.4.7", - "magento/module-bundle": "101.0.7", - "magento/module-bundle-graph-ql": "100.4.7", - "magento/module-bundle-import-export": "100.4.6", - "magento/module-cache-invalidate": "100.4.5", - "magento/module-captcha": "100.4.7", - "magento/module-cardinal-commerce": "100.4.5", - "magento/module-catalog": "104.0.7-p2", - "magento/module-catalog-analytics": "100.4.4", - "magento/module-catalog-cms-graph-ql": "100.4.3", - "magento/module-catalog-customer-graph-ql": "100.4.6", - "magento/module-catalog-graph-ql": "100.4.7", - "magento/module-catalog-import-export": "101.1.7", - "magento/module-catalog-inventory": "100.4.7", - "magento/module-catalog-inventory-graph-ql": "100.4.4", - "magento/module-catalog-rule": "101.2.7", - "magento/module-catalog-rule-configurable": "100.4.6", - "magento/module-catalog-rule-graph-ql": "100.4.4", - "magento/module-catalog-search": "102.0.7", - "magento/module-catalog-url-rewrite": "100.4.7", - "magento/module-catalog-url-rewrite-graph-ql": "100.4.5", - "magento/module-catalog-widget": "100.4.7", - "magento/module-checkout": "100.4.7", - "magento/module-checkout-agreements": "100.4.6", - "magento/module-checkout-agreements-graph-ql": "100.4.3", - "magento/module-cms": "104.0.7", - "magento/module-cms-graph-ql": "100.4.4", - "magento/module-cms-url-rewrite": "100.4.6", - "magento/module-cms-url-rewrite-graph-ql": "100.4.5", - "magento/module-compare-list-graph-ql": "100.4.3", - "magento/module-config": "101.2.7-p2", - "magento/module-configurable-import-export": "100.4.5", - "magento/module-configurable-product": "100.4.7", - "magento/module-configurable-product-graph-ql": "100.4.7", - "magento/module-configurable-product-sales": "100.4.4", - "magento/module-contact": "100.4.6", - "magento/module-contact-graph-ql": "100.4.0", - "magento/module-cookie": "100.4.7", - "magento/module-cron": "100.4.7", - "magento/module-csp": "100.4.6", - "magento/module-currency-symbol": "100.4.5", - "magento/module-customer": "103.0.7-p2", - "magento/module-customer-analytics": "100.4.4", - "magento/module-customer-downloadable-graph-ql": "100.4.3", - "magento/module-customer-graph-ql": "100.4.7", - "magento/module-customer-import-export": "100.4.7", - "magento/module-deploy": "100.4.7", - "magento/module-developer": "100.4.7", - "magento/module-dhl": "100.4.6", - "magento/module-directory": "100.4.7", - "magento/module-directory-graph-ql": "100.4.5", - "magento/module-downloadable": "100.4.7", - "magento/module-downloadable-graph-ql": "100.4.7", - "magento/module-downloadable-import-export": "100.4.6", - "magento/module-eav": "102.1.7", - "magento/module-eav-graph-ql": "100.4.4", - "magento/module-elasticsearch": "101.0.7", - "magento/module-elasticsearch-7": "100.4.7", - "magento/module-email": "101.1.7", - "magento/module-encryption-key": "100.4.5-p2", - "magento/module-fedex": "100.4.5-p2", - "magento/module-gift-message": "100.4.6", - "magento/module-gift-message-graph-ql": "100.4.5", - "magento/module-google-adwords": "100.4.4", - "magento/module-google-analytics": "100.4.3", - "magento/module-google-gtag": "100.4.2", - "magento/module-google-optimizer": "100.4.6", - "magento/module-graph-ql": "100.4.7", - "magento/module-graph-ql-cache": "100.4.4", - "magento/module-graph-ql-new-relic": "100.4.0", - "magento/module-graph-ql-resolver-cache": "100.4.0", - "magento/module-grouped-catalog-inventory": "100.4.4", - "magento/module-grouped-import-export": "100.4.5", - "magento/module-grouped-product": "100.4.7", - "magento/module-grouped-product-graph-ql": "100.4.7", - "magento/module-import-export": "101.0.7-p2", - "magento/module-indexer": "100.4.7", - "magento/module-instant-purchase": "100.4.6", - "magento/module-integration": "100.4.7-p2", - "magento/module-integration-graph-ql": "100.4.0", - "magento/module-jwt-framework-adapter": "100.4.3", - "magento/module-jwt-user-token": "100.4.2-p2", - "magento/module-layered-navigation": "100.4.7", - "magento/module-login-as-customer": "100.4.7", - "magento/module-login-as-customer-admin-ui": "100.4.7", - "magento/module-login-as-customer-api": "100.4.6", - "magento/module-login-as-customer-assistance": "100.4.6", - "magento/module-login-as-customer-frontend-ui": "100.4.6", - "magento/module-login-as-customer-graph-ql": "100.4.4", - "magento/module-login-as-customer-log": "100.4.5", - "magento/module-login-as-customer-page-cache": "100.4.6", - "magento/module-login-as-customer-quote": "100.4.5", - "magento/module-login-as-customer-sales": "100.4.6", - "magento/module-marketplace": "100.4.5", - "magento/module-media-content": "100.4.5", - "magento/module-media-content-api": "100.4.6", - "magento/module-media-content-catalog": "100.4.5", - "magento/module-media-content-cms": "100.4.5", - "magento/module-media-content-synchronization": "100.4.6", - "magento/module-media-content-synchronization-api": "100.4.5", - "magento/module-media-content-synchronization-catalog": "100.4.4", - "magento/module-media-content-synchronization-cms": "100.4.4", - "magento/module-media-gallery": "100.4.6", - "magento/module-media-gallery-api": "101.0.6", - "magento/module-media-gallery-catalog": "100.4.4", - "magento/module-media-gallery-catalog-integration": "100.4.4", - "magento/module-media-gallery-catalog-ui": "100.4.4", - "magento/module-media-gallery-cms-ui": "100.4.4", - "magento/module-media-gallery-integration": "100.4.6", - "magento/module-media-gallery-metadata": "100.4.5", - "magento/module-media-gallery-metadata-api": "100.4.4", - "magento/module-media-gallery-renditions": "100.4.5", - "magento/module-media-gallery-renditions-api": "100.4.4", - "magento/module-media-gallery-synchronization": "100.4.6", - "magento/module-media-gallery-synchronization-api": "100.4.5", - "magento/module-media-gallery-synchronization-metadata": "100.4.3", - "magento/module-media-gallery-ui": "100.4.6", - "magento/module-media-gallery-ui-api": "100.4.5", - "magento/module-media-storage": "100.4.6", - "magento/module-message-queue": "100.4.7", - "magento/module-msrp": "100.4.6", - "magento/module-msrp-configurable-product": "100.4.4", - "magento/module-msrp-grouped-product": "100.4.4", - "magento/module-multishipping": "100.4.7", - "magento/module-mysql-mq": "100.4.5", - "magento/module-new-relic-reporting": "100.4.5", - "magento/module-newsletter": "100.4.7-p2", - "magento/module-newsletter-graph-ql": "100.4.4", - "magento/module-offline-payments": "100.4.5", - "magento/module-offline-shipping": "100.4.6", - "magento/module-open-search": "100.4.1", - "magento/module-order-cancellation": "100.4.0", - "magento/module-order-cancellation-graph-ql": "100.4.0", - "magento/module-order-cancellation-ui": "100.4.0", - "magento/module-page-cache": "100.4.7", - "magento/module-payment": "100.4.7", - "magento/module-payment-graph-ql": "100.4.2", - "magento/module-paypal": "101.0.7-p2", - "magento/module-paypal-captcha": "100.4.4", - "magento/module-paypal-graph-ql": "100.4.5", - "magento/module-persistent": "100.4.7", - "magento/module-product-alert": "100.4.6", - "magento/module-product-video": "100.4.7", - "magento/module-quote": "101.2.7-p1", - "magento/module-quote-analytics": "100.4.6", - "magento/module-quote-bundle-options": "100.4.3", - "magento/module-quote-configurable-options": "100.4.3", - "magento/module-quote-downloadable-links": "100.4.3", - "magento/module-quote-graph-ql": "100.4.7", - "magento/module-related-product-graph-ql": "100.4.4", - "magento/module-release-notification": "100.4.5", - "magento/module-remote-storage": "100.4.5", - "magento/module-reports": "100.4.7-p2", - "magento/module-require-js": "100.4.3", - "magento/module-review": "100.4.7", - "magento/module-review-analytics": "100.4.4", - "magento/module-review-graph-ql": "100.4.3", - "magento/module-robots": "101.1.3", - "magento/module-rss": "100.4.5", - "magento/module-rule": "100.4.6", - "magento/module-sales": "103.0.7-p2", - "magento/module-sales-analytics": "100.4.4", - "magento/module-sales-graph-ql": "100.4.7", - "magento/module-sales-inventory": "100.4.4", - "magento/module-sales-rule": "101.2.7", - "magento/module-sales-rule-graph-ql": "100.4.0", - "magento/module-sales-sequence": "100.4.4", - "magento/module-sample-data": "100.4.5", - "magento/module-search": "101.1.7", - "magento/module-security": "100.4.7", - "magento/module-send-friend": "100.4.5", - "magento/module-send-friend-graph-ql": "100.4.3", - "magento/module-shipping": "100.4.7-p2", - "magento/module-sitemap": "100.4.6", - "magento/module-store": "101.1.7", - "magento/module-store-graph-ql": "100.4.5", - "magento/module-swagger": "100.4.6", - "magento/module-swagger-webapi": "100.4.3", - "magento/module-swagger-webapi-async": "100.4.3", - "magento/module-swatches": "100.4.7", - "magento/module-swatches-graph-ql": "100.4.5", - "magento/module-swatches-layered-navigation": "100.4.3", - "magento/module-tax": "100.4.7", - "magento/module-tax-graph-ql": "100.4.3", - "magento/module-tax-import-export": "100.4.6-p2", - "magento/module-theme": "101.1.7", - "magento/module-theme-graph-ql": "100.4.4", - "magento/module-translation": "100.4.7", - "magento/module-ui": "101.2.7", - "magento/module-ups": "100.4.7-p1", - "magento/module-url-rewrite": "102.0.6", - "magento/module-url-rewrite-graph-ql": "100.4.6", - "magento/module-user": "101.2.7", - "magento/module-usps": "100.4.6", - "magento/module-variable": "100.4.5", - "magento/module-vault": "101.2.7", - "magento/module-vault-graph-ql": "100.4.3", - "magento/module-version": "100.4.4", - "magento/module-webapi": "100.4.6-p1", - "magento/module-webapi-async": "100.4.5", - "magento/module-webapi-security": "100.4.4", - "magento/module-weee": "100.4.7", - "magento/module-weee-graph-ql": "100.4.4", - "magento/module-widget": "101.2.7", - "magento/module-wishlist": "101.2.7", - "magento/module-wishlist-analytics": "100.4.5", - "magento/module-wishlist-graph-ql": "100.4.7", - "magento/page-builder": "1.7.4-p2", - "magento/security-package": "1.1.6-p2", - "magento/theme-adminhtml-backend": "100.4.7-p1", - "magento/theme-frontend-blank": "100.4.7-p1", - "magento/theme-frontend-luma": "100.4.7-p1", + "magento/magento-zf-db": "^3.21.0", + "magento/magento2-base": "2.4.8-p1", + "magento/module-admin-analytics": "100.4.7", + "magento/module-admin-notification": "100.4.7", + "magento/module-advanced-pricing-import-export": "100.4.8", + "magento/module-advanced-search": "100.4.6", + "magento/module-amqp": "100.4.5", + "magento/module-analytics": "100.4.8", + "magento/module-application-performance-monitor": "100.4.1", + "magento/module-application-performance-monitor-new-relic": "100.4.1", + "magento/module-async-config": "100.4.1", + "magento/module-asynchronous-operations": "100.4.8", + "magento/module-authorization": "100.4.8", + "magento/module-aws-s3": "100.4.6", + "magento/module-backend": "102.0.8", + "magento/module-backup": "100.4.8", + "magento/module-bundle": "101.0.8", + "magento/module-bundle-graph-ql": "100.4.8", + "magento/module-bundle-import-export": "100.4.7", + "magento/module-cache-invalidate": "100.4.6", + "magento/module-captcha": "100.4.8", + "magento/module-cardinal-commerce": "100.4.6", + "magento/module-catalog": "104.0.8-p1", + "magento/module-catalog-analytics": "100.4.5", + "magento/module-catalog-cms-graph-ql": "100.4.4", + "magento/module-catalog-customer-graph-ql": "100.4.7", + "magento/module-catalog-graph-ql": "100.4.8", + "magento/module-catalog-import-export": "101.1.8", + "magento/module-catalog-inventory": "100.4.8", + "magento/module-catalog-inventory-graph-ql": "100.4.5", + "magento/module-catalog-rule": "101.2.8-p1", + "magento/module-catalog-rule-configurable": "100.4.7", + "magento/module-catalog-rule-graph-ql": "100.4.5-p1", + "magento/module-catalog-search": "102.0.8", + "magento/module-catalog-url-rewrite": "100.4.8", + "magento/module-catalog-url-rewrite-graph-ql": "100.4.6", + "magento/module-catalog-widget": "100.4.8", + "magento/module-checkout": "100.4.8", + "magento/module-checkout-agreements": "100.4.7", + "magento/module-checkout-agreements-graph-ql": "100.4.4", + "magento/module-cms": "104.0.8-p1", + "magento/module-cms-graph-ql": "100.4.5", + "magento/module-cms-url-rewrite": "100.4.7", + "magento/module-cms-url-rewrite-graph-ql": "100.4.6", + "magento/module-compare-list-graph-ql": "100.4.4", + "magento/module-config": "101.2.8", + "magento/module-configurable-import-export": "100.4.6", + "magento/module-configurable-product": "100.4.8", + "magento/module-configurable-product-graph-ql": "100.4.8", + "magento/module-configurable-product-sales": "100.4.5", + "magento/module-contact": "100.4.7", + "magento/module-contact-graph-ql": "100.4.1", + "magento/module-cookie": "100.4.8", + "magento/module-cron": "100.4.8", + "magento/module-csp": "100.4.7", + "magento/module-currency-symbol": "100.4.6", + "magento/module-customer": "103.0.8-p1", + "magento/module-customer-analytics": "100.4.5", + "magento/module-customer-downloadable-graph-ql": "100.4.4", + "magento/module-customer-graph-ql": "100.4.8-p1", + "magento/module-customer-import-export": "100.4.8", + "magento/module-deploy": "100.4.8", + "magento/module-developer": "100.4.8", + "magento/module-dhl": "100.4.7", + "magento/module-directory": "100.4.8", + "magento/module-directory-graph-ql": "100.4.6", + "magento/module-downloadable": "100.4.8-p1", + "magento/module-downloadable-graph-ql": "100.4.8", + "magento/module-downloadable-import-export": "100.4.7", + "magento/module-eav": "102.1.8", + "magento/module-eav-graph-ql": "100.4.5", + "magento/module-elasticsearch": "101.0.8", + "magento/module-elasticsearch-8": "101.0.0", + "magento/module-email": "101.1.8-p1", + "magento/module-encryption-key": "100.4.6", + "magento/module-fedex": "100.4.6", + "magento/module-gift-message": "100.4.7", + "magento/module-gift-message-graph-ql": "100.4.6", + "magento/module-google-adwords": "100.4.5", + "magento/module-google-analytics": "100.4.4", + "magento/module-google-gtag": "100.4.3", + "magento/module-google-optimizer": "100.4.7", + "magento/module-graph-ql": "100.4.8", + "magento/module-graph-ql-cache": "100.4.5", + "magento/module-graph-ql-new-relic": "100.4.1", + "magento/module-graph-ql-resolver-cache": "100.4.1", + "magento/module-grouped-catalog-inventory": "100.4.5", + "magento/module-grouped-import-export": "100.4.6", + "magento/module-grouped-product": "100.4.8", + "magento/module-grouped-product-graph-ql": "100.4.8", + "magento/module-import-export": "101.0.8", + "magento/module-indexer": "100.4.8", + "magento/module-instant-purchase": "100.4.7", + "magento/module-integration": "100.4.8", + "magento/module-integration-graph-ql": "100.4.1", + "magento/module-jwt-framework-adapter": "100.4.4", + "magento/module-jwt-user-token": "100.4.3", + "magento/module-layered-navigation": "100.4.8", + "magento/module-login-as-customer": "100.4.8", + "magento/module-login-as-customer-admin-ui": "100.4.8", + "magento/module-login-as-customer-api": "100.4.7", + "magento/module-login-as-customer-assistance": "100.4.7", + "magento/module-login-as-customer-frontend-ui": "100.4.7", + "magento/module-login-as-customer-graph-ql": "100.4.5", + "magento/module-login-as-customer-log": "100.4.6", + "magento/module-login-as-customer-page-cache": "100.4.7", + "magento/module-login-as-customer-quote": "100.4.6", + "magento/module-login-as-customer-sales": "100.4.7", + "magento/module-marketplace": "100.4.6", + "magento/module-media-content": "100.4.6", + "magento/module-media-content-api": "100.4.7", + "magento/module-media-content-catalog": "100.4.6", + "magento/module-media-content-cms": "100.4.6", + "magento/module-media-content-synchronization": "100.4.7", + "magento/module-media-content-synchronization-api": "100.4.6", + "magento/module-media-content-synchronization-catalog": "100.4.5", + "magento/module-media-content-synchronization-cms": "100.4.5", + "magento/module-media-gallery": "100.4.7", + "magento/module-media-gallery-api": "101.0.7", + "magento/module-media-gallery-catalog": "100.4.5", + "magento/module-media-gallery-catalog-integration": "100.4.5", + "magento/module-media-gallery-catalog-ui": "100.4.5", + "magento/module-media-gallery-cms-ui": "100.4.5", + "magento/module-media-gallery-integration": "100.4.7", + "magento/module-media-gallery-metadata": "100.4.6", + "magento/module-media-gallery-metadata-api": "100.4.5", + "magento/module-media-gallery-renditions": "100.4.6", + "magento/module-media-gallery-renditions-api": "100.4.5", + "magento/module-media-gallery-synchronization": "100.4.7", + "magento/module-media-gallery-synchronization-api": "100.4.6", + "magento/module-media-gallery-synchronization-metadata": "100.4.4", + "magento/module-media-gallery-ui": "100.4.7", + "magento/module-media-gallery-ui-api": "100.4.6", + "magento/module-media-storage": "100.4.7", + "magento/module-message-queue": "100.4.8", + "magento/module-msrp": "100.4.7", + "magento/module-msrp-configurable-product": "100.4.5", + "magento/module-msrp-grouped-product": "100.4.5", + "magento/module-multishipping": "100.4.8", + "magento/module-mysql-mq": "100.4.6", + "magento/module-new-relic-reporting": "100.4.6", + "magento/module-newsletter": "100.4.8", + "magento/module-newsletter-graph-ql": "100.4.5", + "magento/module-offline-payments": "100.4.6", + "magento/module-offline-shipping": "100.4.7", + "magento/module-open-search": "100.4.2", + "magento/module-order-cancellation": "100.4.1", + "magento/module-order-cancellation-graph-ql": "100.4.1", + "magento/module-order-cancellation-ui": "100.4.1", + "magento/module-page-cache": "100.4.8", + "magento/module-payment": "100.4.8", + "magento/module-payment-graph-ql": "100.4.3", + "magento/module-paypal": "101.0.8-p1", + "magento/module-paypal-captcha": "100.4.5", + "magento/module-paypal-graph-ql": "100.4.6", + "magento/module-persistent": "100.4.8", + "magento/module-product-alert": "100.4.7", + "magento/module-product-video": "100.4.8", + "magento/module-quote": "101.2.8-p1", + "magento/module-quote-analytics": "100.4.7", + "magento/module-quote-bundle-options": "100.4.4", + "magento/module-quote-configurable-options": "100.4.4", + "magento/module-quote-downloadable-links": "100.4.4", + "magento/module-quote-graph-ql": "100.4.8", + "magento/module-related-product-graph-ql": "100.4.5", + "magento/module-release-notification": "100.4.6", + "magento/module-remote-storage": "100.4.6", + "magento/module-reports": "100.4.8", + "magento/module-require-js": "100.4.4", + "magento/module-review": "100.4.8", + "magento/module-review-analytics": "100.4.5", + "magento/module-review-graph-ql": "100.4.4", + "magento/module-robots": "101.1.4", + "magento/module-rss": "100.4.6", + "magento/module-rule": "100.4.7", + "magento/module-sales": "103.0.8", + "magento/module-sales-analytics": "100.4.5", + "magento/module-sales-graph-ql": "100.4.8", + "magento/module-sales-inventory": "100.4.5", + "magento/module-sales-rule": "101.2.8-p1", + "magento/module-sales-rule-graph-ql": "100.4.1-p1", + "magento/module-sales-sequence": "100.4.5", + "magento/module-sample-data": "100.4.6", + "magento/module-search": "101.1.8", + "magento/module-security": "100.4.8", + "magento/module-send-friend": "100.4.6", + "magento/module-send-friend-graph-ql": "100.4.4", + "magento/module-shipping": "100.4.8-p1", + "magento/module-sitemap": "100.4.7", + "magento/module-store": "101.1.8", + "magento/module-store-graph-ql": "100.4.6", + "magento/module-swagger": "100.4.7", + "magento/module-swagger-webapi": "100.4.4", + "magento/module-swagger-webapi-async": "100.4.4", + "magento/module-swatches": "100.4.8", + "magento/module-swatches-graph-ql": "100.4.6", + "magento/module-swatches-layered-navigation": "100.4.4", + "magento/module-tax": "100.4.8", + "magento/module-tax-graph-ql": "100.4.4", + "magento/module-tax-import-export": "100.4.7", + "magento/module-theme": "101.1.8-p1", + "magento/module-theme-graph-ql": "100.4.5", + "magento/module-translation": "100.4.8", + "magento/module-ui": "101.2.8", + "magento/module-ups": "100.4.8", + "magento/module-url-rewrite": "102.0.7", + "magento/module-url-rewrite-graph-ql": "100.4.7", + "magento/module-user": "101.2.8-p1", + "magento/module-usps": "100.4.7", + "magento/module-variable": "100.4.6", + "magento/module-vault": "101.2.8", + "magento/module-vault-graph-ql": "100.4.4", + "magento/module-version": "100.4.5", + "magento/module-webapi": "100.4.7", + "magento/module-webapi-async": "100.4.6-p1", + "magento/module-webapi-security": "100.4.5", + "magento/module-weee": "100.4.8", + "magento/module-weee-graph-ql": "100.4.5", + "magento/module-widget": "101.2.8", + "magento/module-wishlist": "101.2.8", + "magento/module-wishlist-analytics": "100.4.6", + "magento/module-wishlist-graph-ql": "100.4.8", + "magento/page-builder": "1.7.5-p1", + "magento/security-package": "1.1.7-p1", + "magento/theme-adminhtml-backend": "100.4.8", + "magento/theme-frontend-blank": "100.4.8", + "magento/theme-frontend-luma": "100.4.8", "magento/zend-cache": "^1.16", "magento/zend-db": "^1.16", "magento/zend-pdf": "^1.16", - "monolog/monolog": "^2.7", - "opensearch-project/opensearch-php": "^1.0 || ^2.0", + "monolog/monolog": "^3.6", + "opensearch-project/opensearch-php": "^2.3", "pelago/emogrifier": "^7.0", - "php": "~8.1.0||~8.2.0||~8.3.0", + "php": "~8.2.0||~8.3.0||~8.4.0", "php-amqplib/php-amqplib": "^3.2", "phpseclib/mcrypt_compat": "^2.0", "phpseclib/phpseclib": "^3.0", @@ -23668,13 +23782,15 @@ "ramsey/uuid": "^4.2", "symfony/console": "^6.4", "symfony/intl": "^6.4", + "symfony/mailer": "^6.4", + "symfony/mime": "^6.4", "symfony/process": "^6.4", "symfony/string": "^6.4", "tedivm/jshrink": "^1.4", "tubalmartin/cssmin": "^4.1", - "web-token/jwt-framework": "^3.1", + "web-token/jwt-framework": "^3.4", "webonyx/graphql-php": "^15.0", - "wikimedia/less.php": "^3.2" + "wikimedia/less.php": "^5.0" }, "type": "metapackage", "license": [ @@ -23685,24 +23801,27 @@ }, { "name": "magento/product-enterprise-edition", - "version": "2.4.7-p2", + "version": "2.4.8-p1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/product-enterprise-edition/magento-product-enterprise-edition-2.4.7.0-patch2.zip", - "shasum": "98ce663864c9944237ee11d666036b352485480f" + "url": "https://repo.magento.com/archives/magento/product-enterprise-edition/magento-product-enterprise-edition-2.4.8.0-patch1.zip", + "shasum": "ef2c0f6cba43760c72b5efde93d4058e73874667" }, "require": { - "adobe-commerce/extensions-metapackage": "~2.0", + "adobe-commerce/extensions-metapackage": "^2.0.1", "colinmollenhour/cache-backend-file": "^1.4", "colinmollenhour/cache-backend-redis": "^1.16", "colinmollenhour/credis": "^1.15", - "colinmollenhour/php-redis-session-abstract": "~1.5.3", + "colinmollenhour/php-redis-session-abstract": "^2.0", "composer/composer": "^2.0, !=2.2.16", - "elasticsearch/elasticsearch": "~7.17.0 || ~8.5.0", + "duosecurity/duo_api_php": "^1.1", + "duosecurity/duo_universal_php": "^1.0", + "elasticsearch/elasticsearch": "^8.15", "ext-bcmath": "*", "ext-ctype": "*", "ext-curl": "*", "ext-dom": "*", + "ext-ftp": "*", "ext-gd": "*", "ext-hash": "*", "ext-iconv": "*", @@ -23718,169 +23837,165 @@ "ext-zip": "*", "ezyang/htmlpurifier": "^4.17", "guzzlehttp/guzzle": "^7.5", - "laminas/laminas-captcha": "^2.17", + "laminas/laminas-captcha": "^2.18", "laminas/laminas-code": "^4.13", - "laminas/laminas-db": "^2.19", - "laminas/laminas-di": "^3.13", + "laminas/laminas-di": "^3.15", "laminas/laminas-escaper": "^2.13", "laminas/laminas-eventmanager": "^3.11", "laminas/laminas-feed": "^2.22", - "laminas/laminas-file": "^2.13", "laminas/laminas-filter": "^2.33", "laminas/laminas-http": "^2.15", "laminas/laminas-i18n": "^2.17", - "laminas/laminas-mail": "^2.16", - "laminas/laminas-mime": "^2.9", "laminas/laminas-modulemanager": "^2.11", "laminas/laminas-mvc": "^3.6", - "laminas/laminas-oauth": "^2.6", "laminas/laminas-permissions-acl": "^2.10", - "laminas/laminas-server": "^2.16", "laminas/laminas-servicemanager": "^3.16", "laminas/laminas-soap": "^2.10", "laminas/laminas-stdlib": "^3.11", "laminas/laminas-uri": "^2.9", "laminas/laminas-validator": "^2.23", - "league/flysystem": "^2.4", - "league/flysystem-aws-s3-v3": "^2.4", + "league/flysystem": "^3.0", + "league/flysystem-aws-s3-v3": "^3.0", "lib-libxml": "*", - "magento/composer": "^1.10.0-beta1", + "magento/composer": "^1.10.1-beta1", "magento/composer-dependency-version-audit-plugin": "^0.1", - "magento/framework-foreign-key": "100.4.6", + "magento/framework-foreign-key": "100.4.7", "magento/magento-composer-installer": ">=0.4.0", - "magento/magento2-ee-base": "2.4.7-p2", - "magento/module-admin-gws": "100.4.7", - "magento/module-admin-gws-configurable-product": "100.4.4", - "magento/module-admin-gws-staging": "100.4.4", - "magento/module-advanced-catalog": "100.4.4", - "magento/module-advanced-checkout": "100.4.7", - "magento/module-advanced-rule": "100.4.4", - "magento/module-advanced-sales-rule": "100.4.4", - "magento/module-application-server": "100.4.0", - "magento/module-application-server-new-relic": "100.4.0", - "magento/module-application-server-performance-monitor": "100.4.0", - "magento/module-application-server-state-monitor": "100.4.0", - "magento/module-application-server-state-monitor-graph-ql": "100.4.0", - "magento/module-async-order": "100.4.3", - "magento/module-async-order-graph-ql": "100.4.2", - "magento/module-aws-s3-customer-custom-attributes": "100.4.4", - "magento/module-aws-s3-gift-card-import-export": "100.4.4", - "magento/module-aws-s3-scheduled-import-export": "100.4.4", - "magento/module-banner": "101.2.7", - "magento/module-banner-customer-segment": "100.4.5", - "magento/module-banner-graph-ql": "100.4.3", - "magento/module-banner-staging": "100.4.1", - "magento/module-bundle-import-export-staging": "100.4.4", - "magento/module-bundle-staging": "100.4.7", - "magento/module-catalog-event": "101.1.6", - "magento/module-catalog-import-export-staging": "100.4.4", - "magento/module-catalog-inventory-staging": "100.4.5", - "magento/module-catalog-permissions": "100.4.7", - "magento/module-catalog-permissions-graph-ql": "100.4.5", - "magento/module-catalog-rule-staging": "100.4.7", - "magento/module-catalog-staging": "100.4.7", - "magento/module-catalog-staging-graph-ql": "100.4.6", - "magento/module-catalog-url-rewrite-staging": "100.4.6-p2", - "magento/module-checkout-address-search": "100.4.6", - "magento/module-checkout-address-search-gift-registry": "100.4.3", - "magento/module-checkout-staging": "100.4.6", - "magento/module-cms-staging": "100.4.7", - "magento/module-configurable-product-staging": "100.4.6", - "magento/module-custom-attribute-management": "100.4.6", - "magento/module-customer-balance": "100.4.7", - "magento/module-customer-balance-graph-ql": "100.4.4", - "magento/module-customer-custom-attributes": "100.4.7", - "magento/module-customer-custom-attributes-graph-ql": "100.4.0", - "magento/module-customer-finance": "100.4.4", - "magento/module-customer-segment": "102.1.7", - "magento/module-customer-segment-graph-ql": "100.4.0", - "magento/module-deferred-total-calculating": "100.4.2", - "magento/module-downloadable-staging": "100.4.6", - "magento/module-elasticsearch-catalog-permissions": "100.4.3", - "magento/module-elasticsearch-catalog-permissions-graph-ql": "100.4.2", - "magento/module-enterprise": "100.4.5", - "magento/module-gift-card": "101.3.7", - "magento/module-gift-card-account": "101.2.7", - "magento/module-gift-card-account-graph-ql": "100.4.5", - "magento/module-gift-card-graph-ql": "100.4.7", - "magento/module-gift-card-import-export": "100.4.4", - "magento/module-gift-card-staging": "100.4.4", - "magento/module-gift-message-staging": "100.4.4", - "magento/module-gift-registry": "101.2.7-p2", - "magento/module-gift-registry-graph-ql": "100.4.3", - "magento/module-gift-wrapping": "101.2.6", - "magento/module-gift-wrapping-graph-ql": "100.4.4", - "magento/module-gift-wrapping-staging": "100.4.4", - "magento/module-google-optimizer-staging": "100.4.4", - "magento/module-google-tag-manager": "100.4.7", - "magento/module-grouped-product-staging": "100.4.5", - "magento/module-import-csv": "100.4.1", - "magento/module-import-csv-api": "100.4.1", - "magento/module-import-json": "100.4.0", - "magento/module-import-json-api": "100.4.0", - "magento/module-invitation": "100.4.6", - "magento/module-layered-navigation-staging": "100.4.4", - "magento/module-logging": "101.2.7", - "magento/module-login-as-customer-logging": "100.4.7", - "magento/module-login-as-customer-website-restriction": "100.4.5", - "magento/module-media-content-catalog-staging": "100.4.4", - "magento/module-msrp-staging": "100.4.5", - "magento/module-multicoupon": "100.4.0", - "magento/module-multicoupon-graph-ql": "100.4.0", - "magento/module-multicoupon-ui": "100.4.0", - "magento/module-multiple-wishlist": "100.4.7", - "magento/module-multiple-wishlist-graph-ql": "100.4.3", - "magento/module-payment-staging": "100.4.4", - "magento/module-persistent-history": "100.4.4", - "magento/module-price-permissions": "100.4.3", - "magento/module-product-video-staging": "100.4.4", - "magento/module-promotion-permissions": "100.4.4", - "magento/module-quote-commerce-graph-ql": "100.4.0", - "magento/module-quote-gift-card-options": "100.4.4", - "magento/module-quote-staging": "100.4.4", - "magento/module-reminder": "101.2.6", - "magento/module-remote-storage-commerce": "100.4.3", - "magento/module-resource-connections": "100.4.4", - "magento/module-review-staging": "100.4.4", - "magento/module-reward": "101.2.7", - "magento/module-reward-graph-ql": "100.4.6", - "magento/module-reward-staging": "100.4.4", - "magento/module-rma": "101.2.7", - "magento/module-rma-graph-ql": "100.4.6-p2", - "magento/module-rma-staging": "100.4.4", - "magento/module-sales-archive": "101.0.5", - "magento/module-sales-rule-staging": "100.4.6", - "magento/module-scalable-checkout": "100.4.6", - "magento/module-scalable-inventory": "100.4.5", - "magento/module-scalable-oms": "100.4.5", - "magento/module-scheduled-import-export": "101.2.7", - "magento/module-search-staging": "100.4.5", - "magento/module-staging": "101.2.7", - "magento/module-staging-graph-ql": "100.4.4", - "magento/module-support": "101.2.6-p2", - "magento/module-swat": "100.4.5", - "magento/module-target-rule": "101.2.7", - "magento/module-target-rule-graph-ql": "100.4.4", - "magento/module-versions-cms": "101.2.7", - "magento/module-versions-cms-page-cache": "100.4.3", - "magento/module-versions-cms-url-rewrite": "100.4.5", - "magento/module-versions-cms-url-rewrite-graph-ql": "100.4.3", - "magento/module-visual-merchandiser": "100.4.7-p2", - "magento/module-website-restriction": "100.4.6", - "magento/module-weee-staging": "100.4.4", - "magento/module-wishlist-gift-card": "100.4.3", - "magento/module-wishlist-gift-card-graph-ql": "100.4.3", - "magento/page-builder-commerce": "1.7.4-p2", - "magento/product-community-edition": "2.4.7-p2", - "magento/security-package-ee": "1.0.2-p2", - "magento/theme-adminhtml-spectrum": "100.4.2", + "magento/magento-zf-db": "^3.21", + "magento/magento2-ee-base": "2.4.8-p1", + "magento/module-admin-gws": "100.4.8", + "magento/module-admin-gws-configurable-product": "100.4.5", + "magento/module-admin-gws-staging": "100.4.5", + "magento/module-advanced-catalog": "100.4.5", + "magento/module-advanced-checkout": "100.4.8", + "magento/module-advanced-rule": "100.4.5", + "magento/module-advanced-sales-rule": "100.4.5", + "magento/module-application-server": "100.4.1", + "magento/module-application-server-new-relic": "100.4.1", + "magento/module-application-server-performance-monitor": "100.4.1", + "magento/module-application-server-state-monitor": "100.4.1", + "magento/module-application-server-state-monitor-graph-ql": "100.4.1", + "magento/module-async-order": "100.4.4", + "magento/module-async-order-graph-ql": "100.4.3", + "magento/module-aws-s3-customer-custom-attributes": "100.4.5", + "magento/module-aws-s3-gift-card-import-export": "100.4.5", + "magento/module-aws-s3-scheduled-import-export": "100.4.5", + "magento/module-banner": "101.2.8", + "magento/module-banner-customer-segment": "100.4.6", + "magento/module-banner-graph-ql": "100.4.4", + "magento/module-banner-staging": "100.4.2", + "magento/module-bundle-import-export-staging": "100.4.5", + "magento/module-bundle-staging": "100.4.8", + "magento/module-catalog-event": "101.1.7", + "magento/module-catalog-import-export-staging": "100.4.5", + "magento/module-catalog-inventory-staging": "100.4.6", + "magento/module-catalog-permissions": "100.4.8", + "magento/module-catalog-permissions-graph-ql": "100.4.6", + "magento/module-catalog-rule-staging": "100.4.8", + "magento/module-catalog-staging": "100.4.8", + "magento/module-catalog-staging-graph-ql": "100.4.7", + "magento/module-catalog-url-rewrite-staging": "100.4.7-p1", + "magento/module-checkout-address-search": "100.4.7", + "magento/module-checkout-address-search-gift-registry": "100.4.4", + "magento/module-checkout-staging": "100.4.7", + "magento/module-cms-staging": "100.4.8", + "magento/module-configurable-product-staging": "100.4.7", + "magento/module-custom-attribute-management": "100.4.7", + "magento/module-customer-balance": "100.4.8", + "magento/module-customer-balance-graph-ql": "100.4.5", + "magento/module-customer-custom-attributes": "100.4.8", + "magento/module-customer-custom-attributes-graph-ql": "100.4.1", + "magento/module-customer-finance": "100.4.5", + "magento/module-customer-segment": "102.1.8-p1", + "magento/module-customer-segment-graph-ql": "100.4.1-p1", + "magento/module-deferred-total-calculating": "100.4.3", + "magento/module-downloadable-staging": "100.4.7", + "magento/module-elasticsearch-catalog-permissions": "100.4.4", + "magento/module-elasticsearch-catalog-permissions-graph-ql": "100.4.3", + "magento/module-enterprise": "100.4.6", + "magento/module-gift-card": "101.3.8", + "magento/module-gift-card-account": "101.2.8", + "magento/module-gift-card-account-graph-ql": "100.4.6", + "magento/module-gift-card-graph-ql": "100.4.8", + "magento/module-gift-card-import-export": "100.4.5", + "magento/module-gift-card-staging": "100.4.5", + "magento/module-gift-message-staging": "100.4.5", + "magento/module-gift-registry": "101.2.8", + "magento/module-gift-registry-graph-ql": "100.4.4", + "magento/module-gift-wrapping": "101.2.7", + "magento/module-gift-wrapping-graph-ql": "100.4.5", + "magento/module-gift-wrapping-staging": "100.4.5", + "magento/module-google-optimizer-staging": "100.4.5", + "magento/module-google-tag-manager": "100.4.8", + "magento/module-grouped-product-staging": "100.4.6", + "magento/module-import-csv": "100.4.2", + "magento/module-import-csv-api": "100.4.2", + "magento/module-import-json": "100.4.1", + "magento/module-import-json-api": "100.4.1", + "magento/module-invitation": "100.4.7", + "magento/module-layered-navigation-staging": "100.4.5", + "magento/module-logging": "101.2.8", + "magento/module-login-as-customer-logging": "100.4.8", + "magento/module-login-as-customer-website-restriction": "100.4.6", + "magento/module-media-content-catalog-staging": "100.4.5", + "magento/module-msrp-staging": "100.4.6", + "magento/module-multicoupon": "100.4.1", + "magento/module-multicoupon-graph-ql": "100.4.1", + "magento/module-multicoupon-ui": "100.4.1", + "magento/module-multiple-wishlist": "100.4.8", + "magento/module-multiple-wishlist-graph-ql": "100.4.4", + "magento/module-payment-staging": "100.4.5", + "magento/module-persistent-history": "100.4.5", + "magento/module-price-permissions": "100.4.4", + "magento/module-product-video-staging": "100.4.5", + "magento/module-promotion-permissions": "100.4.5", + "magento/module-quote-commerce-graph-ql": "100.4.1", + "magento/module-quote-gift-card-options": "100.4.5", + "magento/module-quote-staging": "100.4.5", + "magento/module-reminder": "101.2.7", + "magento/module-remote-storage-commerce": "100.4.4", + "magento/module-resource-connections": "100.4.5", + "magento/module-review-staging": "100.4.5", + "magento/module-reward": "101.2.8", + "magento/module-reward-graph-ql": "100.4.7", + "magento/module-reward-staging": "100.4.5", + "magento/module-rma": "101.2.8", + "magento/module-rma-graph-ql": "100.4.7-p1", + "magento/module-rma-staging": "100.4.5", + "magento/module-sales-archive": "101.0.6", + "magento/module-sales-rule-staging": "100.4.7", + "magento/module-scalable-checkout": "100.4.7", + "magento/module-scalable-inventory": "100.4.6", + "magento/module-scalable-oms": "100.4.6", + "magento/module-scheduled-import-export": "101.2.8", + "magento/module-search-staging": "100.4.6", + "magento/module-staging": "101.2.8", + "magento/module-staging-graph-ql": "100.4.5", + "magento/module-support": "101.2.7", + "magento/module-swat": "100.4.6", + "magento/module-target-rule": "101.2.8", + "magento/module-target-rule-graph-ql": "100.4.5", + "magento/module-versions-cms": "101.2.8", + "magento/module-versions-cms-page-cache": "100.4.4", + "magento/module-versions-cms-url-rewrite": "100.4.6", + "magento/module-versions-cms-url-rewrite-graph-ql": "100.4.4", + "magento/module-visual-merchandiser": "100.4.8", + "magento/module-webapi-rest-gws": "100.4.0", + "magento/module-website-restriction": "100.4.7", + "magento/module-weee-staging": "100.4.5", + "magento/module-wishlist-gift-card": "100.4.4", + "magento/module-wishlist-gift-card-graph-ql": "100.4.4", + "magento/page-builder-commerce": "1.7.5-p1", + "magento/product-community-edition": "2.4.8-p1", + "magento/security-package-ee": "1.0.3-p1", + "magento/theme-adminhtml-spectrum": "100.4.3", "magento/zend-cache": "^1.16", "magento/zend-db": "^1.16", "magento/zend-pdf": "^1.16", - "monolog/monolog": "^2.7", - "opensearch-project/opensearch-php": "^1.0 || ^2.0", + "monolog/monolog": "^3.6", + "opensearch-project/opensearch-php": "^2.3", "pelago/emogrifier": "^7.0", - "php": "~8.1.0||~8.2.0||~8.3.0", + "php": "~8.2.0||~8.3.0||~8.4.0", "php-amqplib/php-amqplib": "^3.2", "phpseclib/mcrypt_compat": "^2.0", "phpseclib/phpseclib": "^3.0", @@ -23888,13 +24003,15 @@ "ramsey/uuid": "^4.2", "symfony/console": "^6.4", "symfony/intl": "^6.4", + "symfony/mailer": "^6.4", + "symfony/mime": "^6.4", "symfony/process": "^6.4", "symfony/string": "^6.4", "tedivm/jshrink": "^1.4", "tubalmartin/cssmin": "^4.1", - "web-token/jwt-framework": "^3.1", + "web-token/jwt-framework": "^3.4", "webonyx/graphql-php": "^15.0", - "wikimedia/less.php": "^3.2" + "wikimedia/less.php": "^5.0" }, "type": "metapackage", "license": [ @@ -23904,16 +24021,16 @@ }, { "name": "magento/quality-patches", - "version": "1.1.52", + "version": "1.1.65", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/quality-patches/magento-quality-patches-1.1.52.0.zip", - "shasum": "cf03c891b5d16a6d2a54fefd2faf71ca830afc3c" + "url": "https://repo.magento.com/archives/magento/quality-patches/magento-quality-patches-1.1.65.0.zip", + "shasum": "9e74203ff640be8e072e5ad09c7866f5b5527c4a" }, "require": { "ext-json": "*", "magento/magento-cloud-patches": "^1.0.11", - "php": "^7.2 || ^8.0" + "php": "^8.0" }, "require-dev": { "codeception/codeception": "^4.1 || ^5.1", @@ -23924,7 +24041,7 @@ "composer/semver": "@stable", "consolidation/robo": "^1.2 || ^2.0 || ^3.0", "phpmd/phpmd": "@stable", - "phpunit/phpunit": "^8.5 || ^9.5", + "phpunit/phpunit": "^10", "squizlabs/php_codesniffer": "^3.0" }, "type": "magento2-component", @@ -23942,72 +24059,74 @@ }, { "name": "magento/security-package", - "version": "1.1.6-p2", - "dist": { - "type": "zip", - "url": "https://repo.magento.com/archives/magento/security-package/magento-security-package-1.1.6.0-patch2.zip", - "shasum": "6b059cea157f38354d7b2732ccbb0d2e45726b41" - }, - "require": { - "google/recaptcha": "^1.2", - "magento/module-re-captcha-admin-ui": "1.1.4", - "magento/module-re-captcha-checkout": "1.1.4", - "magento/module-re-captcha-checkout-sales-rule": "1.1.3", - "magento/module-re-captcha-contact": "1.1.3", - "magento/module-re-captcha-customer": "1.1.5", - "magento/module-re-captcha-frontend-ui": "1.1.5", - "magento/module-re-captcha-migration": "1.1.4", - "magento/module-re-captcha-newsletter": "1.1.4", - "magento/module-re-captcha-paypal": "1.1.4", - "magento/module-re-captcha-review": "1.1.4", - "magento/module-re-captcha-send-friend": "1.1.4", - "magento/module-re-captcha-store-pickup": "1.0.3", - "magento/module-re-captcha-ui": "1.1.4", - "magento/module-re-captcha-user": "1.1.4", - "magento/module-re-captcha-validation": "1.1.3", - "magento/module-re-captcha-validation-api": "1.1.3", - "magento/module-re-captcha-version-2-checkbox": "2.0.4", - "magento/module-re-captcha-version-2-invisible": "2.0.4", - "magento/module-re-captcha-version-3-invisible": "2.0.4", - "magento/module-re-captcha-webapi-api": "1.0.3", - "magento/module-re-captcha-webapi-graph-ql": "1.0.3", - "magento/module-re-captcha-webapi-rest": "1.0.3", - "magento/module-re-captcha-webapi-ui": "1.0.3", - "magento/module-securitytxt": "1.1.3", - "magento/module-two-factor-auth": "1.1.6-p2" + "version": "1.1.7-p1", + "dist": { + "type": "zip", + "url": "https://repo.magento.com/archives/magento/security-package/magento-security-package-1.1.7.0-patch1.zip", + "shasum": "cba8dd96076e6350c74871b0b7fdee44bd98ff34" + }, + "require": { + "magento/module-re-captcha-admin-ui": "1.1.5", + "magento/module-re-captcha-checkout": "1.1.5", + "magento/module-re-captcha-checkout-sales-rule": "1.1.4", + "magento/module-re-captcha-contact": "1.1.4", + "magento/module-re-captcha-customer": "1.1.6", + "magento/module-re-captcha-frontend-ui": "1.1.6", + "magento/module-re-captcha-migration": "1.1.5", + "magento/module-re-captcha-newsletter": "1.1.5", + "magento/module-re-captcha-paypal": "1.1.5", + "magento/module-re-captcha-resend-confirmation-email": "1.1.0", + "magento/module-re-captcha-review": "1.1.5", + "magento/module-re-captcha-send-friend": "1.1.5", + "magento/module-re-captcha-store-pickup": "1.0.4", + "magento/module-re-captcha-ui": "1.1.5", + "magento/module-re-captcha-user": "1.1.5", + "magento/module-re-captcha-validation": "1.1.4", + "magento/module-re-captcha-validation-api": "1.1.4", + "magento/module-re-captcha-version-2-checkbox": "2.0.5", + "magento/module-re-captcha-version-2-invisible": "2.0.5", + "magento/module-re-captcha-version-3-invisible": "2.0.5", + "magento/module-re-captcha-webapi-api": "1.0.4", + "magento/module-re-captcha-webapi-graph-ql": "1.0.4", + "magento/module-re-captcha-webapi-rest": "1.0.4", + "magento/module-re-captcha-webapi-ui": "1.0.4", + "magento/module-re-captcha-wishlist": "1.1.4-p1", + "magento/module-securitytxt": "1.1.4", + "magento/module-two-factor-auth": "1.1.7", + "phpfui/recaptcha": "^2.0.0" }, "type": "metapackage", "description": "Magento Security Package" }, { "name": "magento/security-package-ee", - "version": "1.0.2-p2", + "version": "1.0.3-p1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/security-package-ee/magento-security-package-ee-1.0.2.0-patch2.zip", - "shasum": "b175afacae9b0cc999f9c865bfc4117e90fc2354" + "url": "https://repo.magento.com/archives/magento/security-package-ee/magento-security-package-ee-1.0.3.0-patch1.zip", + "shasum": "ff66bec8a5ddd3fa82c18a008247cbf36a43105f" }, "require": { - "magento/module-re-captcha-gift-card": "1.0.2", - "magento/module-re-captcha-invitation": "1.0.2", - "magento/module-re-captcha-multiple-wishlist": "1.0.2" + "magento/module-re-captcha-gift-card": "1.0.3", + "magento/module-re-captcha-invitation": "1.0.3", + "magento/module-re-captcha-multiple-wishlist": "1.0.3" }, "type": "metapackage", "description": "Magento Security Package for Enterprise Edition" }, { "name": "magento/services-connector", - "version": "1.3.5", + "version": "1.3.6", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/services-connector/magento-services-connector-1.3.5.0.zip", - "shasum": "e1792e6cbb5e89c91f1da9d8fbfb9fabb177ee4c" + "url": "https://repo.magento.com/archives/magento/services-connector/magento-services-connector-1.3.6.0.zip", + "shasum": "d1aeae6d12a052200ae9b8e4e4d8377e5b970c4d" }, "require": { "firebase/php-jwt": "^6.0.0", "guzzlehttp/guzzle": "^6.0.0||^7.3.0", "magento/framework": ">=101.0.0", - "php": "~7.2.0||~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0" + "php": "~7.2.0||~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-module", "autoload": { @@ -24026,24 +24145,24 @@ }, { "name": "magento/services-id", - "version": "3.2.5", + "version": "3.3.1", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/services-id/magento-services-id-3.2.5.0.zip", - "shasum": "bfa43255bcbe1d3154b6650cb2dd7aed4f9630ee" + "url": "https://repo.magento.com/archives/magento/services-id/magento-services-id-3.3.1.0.zip", + "shasum": "0fdc9ebc9014f349f8014abc21e3fa8f3ff0798f" }, "require": { "magento/framework": ">=102.0.0 <104.0.0", - "magento/module-admin-graph-ql-server": "^1.0.1", + "magento/module-admin-graph-ql-server": "^1.0.4", "magento/module-backend": ">=101.0.0 <103.0.0", "magento/module-config": ">=101.1.0 <101.3.0", - "magento/module-graph-ql-server": "^1.0.1", - "magento/module-services-id": "3.2.5", - "magento/module-services-id-graph-ql-server": "1.1.4", - "magento/module-services-id-layout": "1.1.3", + "magento/module-graph-ql-server": "^1.0.3", + "magento/module-services-id": "3.3.1", + "magento/module-services-id-graph-ql-server": "1.1.8", + "magento/module-services-id-layout": "1.1.6", "magento/module-store": ">=101.0.0 <101.2.0", - "magento/services-connector": "^1.3.5", - "php": "~7.2.0||~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0" + "magento/services-connector": "^1.3.6", + "php": "~7.2.0||~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0||~8.4.0" }, "type": "metapackage", "license": [ @@ -24054,15 +24173,15 @@ }, { "name": "magento/theme-adminhtml-backend", - "version": "100.4.7-p1", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/theme-adminhtml-backend/magento-theme-adminhtml-backend-100.4.7.0-patch1.zip", - "shasum": "c711b47aa9b6a58bb08480964ab931b63b65b4bd" + "url": "https://repo.magento.com/archives/magento/theme-adminhtml-backend/magento-theme-adminhtml-backend-100.4.8.0.zip", + "shasum": "e3a813e05a34d0ea2551340219706bc4df6f9aa4" }, "require": { "magento/framework": "103.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-theme", "autoload": { @@ -24078,16 +24197,16 @@ }, { "name": "magento/theme-adminhtml-spectrum", - "version": "100.4.2", + "version": "100.4.3", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/theme-adminhtml-spectrum/magento-theme-adminhtml-spectrum-100.4.2.0.zip", - "shasum": "41fd777093851484908f7b9e2d211ac732dafba0" + "url": "https://repo.magento.com/archives/magento/theme-adminhtml-spectrum/magento-theme-adminhtml-spectrum-100.4.3.0.zip", + "shasum": "3dc37f10bd6cb0224a8cf50030574159f67bbf4f" }, "require": { "magento/framework": "103.0.*", "magento/theme-adminhtml-backend": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-theme", "autoload": { @@ -24103,15 +24222,15 @@ }, { "name": "magento/theme-frontend-blank", - "version": "100.4.7-p1", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/theme-frontend-blank/magento-theme-frontend-blank-100.4.7.0-patch1.zip", - "shasum": "5721a82f480f270d91cda690485bb6578bf07020" + "url": "https://repo.magento.com/archives/magento/theme-frontend-blank/magento-theme-frontend-blank-100.4.8.0.zip", + "shasum": "69c8f9c7158177ef69cb505eeb90bdbde796ff83" }, "require": { "magento/framework": "103.0.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-theme", "autoload": { @@ -24127,16 +24246,16 @@ }, { "name": "magento/theme-frontend-luma", - "version": "100.4.7-p1", + "version": "100.4.8", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/magento/theme-frontend-luma/magento-theme-frontend-luma-100.4.7.0-patch1.zip", - "shasum": "1609e85fb5523a3d190605b9fff24a1e389b737b" + "url": "https://repo.magento.com/archives/magento/theme-frontend-luma/magento-theme-frontend-luma-100.4.8.0.zip", + "shasum": "c1bf746e5a347bce9b62a2ffecacfcaa83513ce4" }, "require": { "magento/framework": "103.0.*", "magento/theme-frontend-blank": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.2.0||~8.3.0||~8.4.0" }, "type": "magento2-theme", "autoload": { @@ -24152,16 +24271,16 @@ }, { "name": "magento/zend-cache", - "version": "1.16.0", + "version": "1.16.1", "source": { "type": "git", "url": "https://github.com/magento/magento-zend-cache.git", - "reference": "75e6a43f198b17ea4b0c3f46b700b7a757eba84d" + "reference": "815ef459560be6a3f0907016d8fc40f111f34209" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/magento/magento-zend-cache/zipball/75e6a43f198b17ea4b0c3f46b700b7a757eba84d", - "reference": "75e6a43f198b17ea4b0c3f46b700b7a757eba84d", + "url": "https://api.github.com/repos/magento/magento-zend-cache/zipball/815ef459560be6a3f0907016d8fc40f111f34209", + "reference": "815ef459560be6a3f0907016d8fc40f111f34209", "shasum": "" }, "require": { @@ -24198,22 +24317,22 @@ ], "support": { "issues": "https://github.com/magento/magento-zend-cache/issues", - "source": "https://github.com/magento/magento-zend-cache/tree/1.16.0" + "source": "https://github.com/magento/magento-zend-cache/tree/1.16.1" }, - "time": "2022-09-22T19:09:32+00:00" + "time": "2024-12-18T14:42:52+00:00" }, { "name": "magento/zend-db", - "version": "1.16.1", + "version": "1.16.2", "source": { "type": "git", "url": "https://github.com/magento/magento-zend-db.git", - "reference": "475addb06c0a417b2fd18effe5966bd3aa929b7b" + "reference": "a7d7c3802937ab2986000bc89cc623b58987de22" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/magento/magento-zend-db/zipball/475addb06c0a417b2fd18effe5966bd3aa929b7b", - "reference": "475addb06c0a417b2fd18effe5966bd3aa929b7b", + "url": "https://api.github.com/repos/magento/magento-zend-db/zipball/a7d7c3802937ab2986000bc89cc623b58987de22", + "reference": "a7d7c3802937ab2986000bc89cc623b58987de22", "shasum": "" }, "require": { @@ -24250,22 +24369,22 @@ ], "support": { "issues": "https://github.com/magento/magento-zend-db/issues", - "source": "https://github.com/magento/magento-zend-db/tree/1.16.1" + "source": "https://github.com/magento/magento-zend-db/tree/1.16.2" }, - "time": "2023-08-25T13:52:30+00:00" + "time": "2024-12-18T15:03:32+00:00" }, { "name": "magento/zend-exception", - "version": "1.16.0", + "version": "1.16.1", "source": { "type": "git", "url": "https://github.com/magento/magento-zend-exception.git", - "reference": "5219ba961e36dc1a713da3ad4f1594a87c71f758" + "reference": "2aa533f83aebc3963df099da27427fda7d32585e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/magento/magento-zend-exception/zipball/5219ba961e36dc1a713da3ad4f1594a87c71f758", - "reference": "5219ba961e36dc1a713da3ad4f1594a87c71f758", + "url": "https://api.github.com/repos/magento/magento-zend-exception/zipball/2aa533f83aebc3963df099da27427fda7d32585e", + "reference": "2aa533f83aebc3963df099da27427fda7d32585e", "shasum": "" }, "require": { @@ -24300,9 +24419,9 @@ ], "support": { "issues": "https://github.com/magento/magento-zend-exception/issues", - "source": "https://github.com/magento/magento-zend-exception/tree/1.16.0" + "source": "https://github.com/magento/magento-zend-exception/tree/1.16.1" }, - "time": "2022-09-22T19:06:06+00:00" + "time": "2024-12-18T10:09:19+00:00" }, { "name": "magento/zend-loader", @@ -24357,16 +24476,16 @@ }, { "name": "magento/zend-log", - "version": "1.16.0", + "version": "1.16.1", "source": { "type": "git", "url": "https://github.com/magento/magento-zend-log.git", - "reference": "c03b9febe92c501288cf441d41b49cd01f1e8a50" + "reference": "4069130d58e1aaf8f3a0a2593a05083b5c2a85f8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/magento/magento-zend-log/zipball/c03b9febe92c501288cf441d41b49cd01f1e8a50", - "reference": "c03b9febe92c501288cf441d41b49cd01f1e8a50", + "url": "https://api.github.com/repos/magento/magento-zend-log/zipball/4069130d58e1aaf8f3a0a2593a05083b5c2a85f8", + "reference": "4069130d58e1aaf8f3a0a2593a05083b5c2a85f8", "shasum": "" }, "require": { @@ -24402,9 +24521,9 @@ ], "support": { "issues": "https://github.com/magento/magento-zend-log/issues", - "source": "https://github.com/magento/magento-zend-log/tree/1.16.0" + "source": "https://github.com/magento/magento-zend-log/tree/1.16.1" }, - "time": "2022-09-22T19:03:03+00:00" + "time": "2024-12-18T11:34:38+00:00" }, { "name": "magento/zend-memory", @@ -24460,16 +24579,16 @@ }, { "name": "magento/zend-pdf", - "version": "1.16.3", + "version": "1.16.4", "source": { "type": "git", "url": "https://github.com/magento/magento-zend-pdf.git", - "reference": "4426cdf87d10ad9a45e21da1468665a97d01ef79" + "reference": "b6e9fcbec29184bb4eb6fa4a261a79d5d92f7ff8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/magento/magento-zend-pdf/zipball/4426cdf87d10ad9a45e21da1468665a97d01ef79", - "reference": "4426cdf87d10ad9a45e21da1468665a97d01ef79", + "url": "https://api.github.com/repos/magento/magento-zend-pdf/zipball/b6e9fcbec29184bb4eb6fa4a261a79d5d92f7ff8", + "reference": "b6e9fcbec29184bb4eb6fa4a261a79d5d92f7ff8", "shasum": "" }, "require": { @@ -24511,48 +24630,122 @@ ], "support": { "issues": "https://github.com/magento/magento-zend-pdf/issues", - "source": "https://github.com/magento/magento-zend-pdf/tree/1.16.3" + "source": "https://github.com/magento/magento-zend-pdf/tree/1.16.4" + }, + "time": "2024-12-18T14:59:28+00:00" + }, + { + "name": "marc-mabe/php-enum", + "version": "v4.7.1", + "source": { + "type": "git", + "url": "https://github.com/marc-mabe/php-enum.git", + "reference": "7159809e5cfa041dca28e61f7f7ae58063aae8ed" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/marc-mabe/php-enum/zipball/7159809e5cfa041dca28e61f7f7ae58063aae8ed", + "reference": "7159809e5cfa041dca28e61f7f7ae58063aae8ed", + "shasum": "" + }, + "require": { + "ext-reflection": "*", + "php": "^7.1 | ^8.0" + }, + "require-dev": { + "phpbench/phpbench": "^0.16.10 || ^1.0.4", + "phpstan/phpstan": "^1.3.1", + "phpunit/phpunit": "^7.5.20 | ^8.5.22 | ^9.5.11", + "vimeo/psalm": "^4.17.0 | ^5.26.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-3.x": "3.2-dev", + "dev-master": "4.7-dev" + } + }, + "autoload": { + "psr-4": { + "MabeEnum\\": "src/" + }, + "classmap": [ + "stubs/Stringable.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Marc Bennewitz", + "email": "dev@mabe.berlin", + "homepage": "https://mabe.berlin/", + "role": "Lead" + } + ], + "description": "Simple and fast implementation of enumerations with native PHP", + "homepage": "https://github.com/marc-mabe/php-enum", + "keywords": [ + "enum", + "enum-map", + "enum-set", + "enumeration", + "enumerator", + "enummap", + "enumset", + "map", + "set", + "type", + "type-hint", + "typehint" + ], + "support": { + "issues": "https://github.com/marc-mabe/php-enum/issues", + "source": "https://github.com/marc-mabe/php-enum/tree/v4.7.1" }, - "time": "2023-08-25T12:52:21+00:00" + "time": "2024-11-28T04:54:44+00:00" }, { "name": "monolog/monolog", - "version": "2.9.3", + "version": "3.9.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "a30bfe2e142720dfa990d0a7e573997f5d884215" + "reference": "10d85740180ecba7896c87e06a166e0c95a0e3b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/a30bfe2e142720dfa990d0a7e573997f5d884215", - "reference": "a30bfe2e142720dfa990d0a7e573997f5d884215", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/10d85740180ecba7896c87e06a166e0c95a0e3b6", + "reference": "10d85740180ecba7896c87e06a166e0c95a0e3b6", "shasum": "" }, "require": { - "php": ">=7.2", - "psr/log": "^1.0.1 || ^2.0 || ^3.0" + "php": ">=8.1", + "psr/log": "^2.0 || ^3.0" }, "provide": { - "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0" + "psr/log-implementation": "3.0.0" }, "require-dev": { - "aws/aws-sdk-php": "^2.4.9 || ^3.0", + "aws/aws-sdk-php": "^3.0", "doctrine/couchdb": "~1.0@dev", "elasticsearch/elasticsearch": "^7 || ^8", "ext-json": "*", - "graylog2/gelf-php": "^1.4.2 || ^2@dev", - "guzzlehttp/guzzle": "^7.4", + "graylog2/gelf-php": "^1.4.2 || ^2.0", + "guzzlehttp/guzzle": "^7.4.5", "guzzlehttp/psr7": "^2.2", "mongodb/mongodb": "^1.8", "php-amqplib/php-amqplib": "~2.4 || ^3", - "phpspec/prophecy": "^1.15", - "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^8.5.38 || ^9.6.19", - "predis/predis": "^1.1 || ^2.0", - "rollbar/rollbar": "^1.3 || ^2 || ^3", - "ruflin/elastica": "^7", - "swiftmailer/swiftmailer": "^5.3|^6.0", + "php-console/php-console": "^3.1.8", + "phpstan/phpstan": "^2", + "phpstan/phpstan-deprecation-rules": "^2", + "phpstan/phpstan-strict-rules": "^2", + "phpunit/phpunit": "^10.5.17 || ^11.0.7", + "predis/predis": "^1.1 || ^2", + "rollbar/rollbar": "^4.0", + "ruflin/elastica": "^7 || ^8", "symfony/mailer": "^5.4 || ^6", "symfony/mime": "^5.4 || ^6" }, @@ -24575,7 +24768,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "2.x-dev" + "dev-main": "3.x-dev" } }, "autoload": { @@ -24603,7 +24796,7 @@ ], "support": { "issues": "https://github.com/Seldaek/monolog/issues", - "source": "https://github.com/Seldaek/monolog/tree/2.9.3" + "source": "https://github.com/Seldaek/monolog/tree/3.9.0" }, "funding": [ { @@ -24615,7 +24808,7 @@ "type": "tidelift" } ], - "time": "2024-04-12T20:52:51+00:00" + "time": "2025-03-24T10:02:05+00:00" }, { "name": "mtdowling/jmespath.php", @@ -24685,52 +24878,47 @@ }, { "name": "nesbot/carbon", - "version": "2.72.5", + "version": "3.9.1", "source": { "type": "git", - "url": "https://github.com/briannesbitt/Carbon.git", - "reference": "afd46589c216118ecd48ff2b95d77596af1e57ed" + "url": "https://github.com/CarbonPHP/carbon.git", + "reference": "ced71f79398ece168e24f7f7710462f462310d4d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/afd46589c216118ecd48ff2b95d77596af1e57ed", - "reference": "afd46589c216118ecd48ff2b95d77596af1e57ed", + "url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/ced71f79398ece168e24f7f7710462f462310d4d", + "reference": "ced71f79398ece168e24f7f7710462f462310d4d", "shasum": "" }, "require": { - "carbonphp/carbon-doctrine-types": "*", + "carbonphp/carbon-doctrine-types": "<100.0", "ext-json": "*", - "php": "^7.1.8 || ^8.0", + "php": "^8.1", "psr/clock": "^1.0", + "symfony/clock": "^6.3 || ^7.0", "symfony/polyfill-mbstring": "^1.0", - "symfony/polyfill-php80": "^1.16", - "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0" + "symfony/translation": "^4.4.18 || ^5.2.1|| ^6.0 || ^7.0" }, "provide": { "psr/clock-implementation": "1.0" }, "require-dev": { - "doctrine/dbal": "^2.0 || ^3.1.4 || ^4.0", - "doctrine/orm": "^2.7 || ^3.0", - "friendsofphp/php-cs-fixer": "^3.0", - "kylekatarnls/multi-tester": "^2.0", - "ondrejmirtes/better-reflection": "*", - "phpmd/phpmd": "^2.9", - "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "^0.12.99 || ^1.7.14", - "phpunit/php-file-iterator": "^2.0.5 || ^3.0.6", - "phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20", - "squizlabs/php_codesniffer": "^3.4" + "doctrine/dbal": "^3.6.3 || ^4.0", + "doctrine/orm": "^2.15.2 || ^3.0", + "friendsofphp/php-cs-fixer": "^3.57.2", + "kylekatarnls/multi-tester": "^2.5.3", + "ondrejmirtes/better-reflection": "^6.25.0.4", + "phpmd/phpmd": "^2.15.0", + "phpstan/extension-installer": "^1.3.1", + "phpstan/phpstan": "^1.11.2", + "phpunit/phpunit": "^10.5.20", + "squizlabs/php_codesniffer": "^3.9.0" }, "bin": [ "bin/carbon" ], "type": "library", "extra": { - "branch-alias": { - "dev-master": "3.x-dev", - "dev-2.x": "2.x-dev" - }, "laravel": { "providers": [ "Carbon\\Laravel\\ServiceProvider" @@ -24740,6 +24928,10 @@ "includes": [ "extension.neon" ] + }, + "branch-alias": { + "dev-2.x": "2.x-dev", + "dev-master": "3.x-dev" } }, "autoload": { @@ -24771,8 +24963,8 @@ ], "support": { "docs": "https://carbon.nesbot.com/docs", - "issues": "https://github.com/briannesbitt/Carbon/issues", - "source": "https://github.com/briannesbitt/Carbon" + "issues": "https://github.com/CarbonPHP/carbon/issues", + "source": "https://github.com/CarbonPHP/carbon" }, "funding": [ { @@ -24788,20 +24980,20 @@ "type": "tidelift" } ], - "time": "2024-06-03T19:18:41+00:00" + "time": "2025-05-01T19:51:51+00:00" }, { "name": "nikic/php-parser", - "version": "v5.3.0", + "version": "v5.5.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "3abf7425cd284141dc5d8d14a9ee444de3345d1a" + "reference": "ae59794362fe85e051a58ad36b289443f57be7a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/3abf7425cd284141dc5d8d14a9ee444de3345d1a", - "reference": "3abf7425cd284141dc5d8d14a9ee444de3345d1a", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/ae59794362fe85e051a58ad36b289443f57be7a9", + "reference": "ae59794362fe85e051a58ad36b289443f57be7a9", "shasum": "" }, "require": { @@ -24844,132 +25036,277 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v5.3.0" + "source": "https://github.com/nikic/PHP-Parser/tree/v5.5.0" }, - "time": "2024-09-29T13:56:26+00:00" + "time": "2025-05-31T08:24:38+00:00" }, { - "name": "opensearch-project/opensearch-php", - "version": "2.3.1", + "name": "open-telemetry/api", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/opensearch-project/opensearch-php.git", - "reference": "1866e6ee95c15036038d6c95a5c54c6fe648de36" + "url": "https://github.com/opentelemetry-php/api.git", + "reference": "4e3bb38e069876fb73c2ce85c89583bf2b28cd86" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/opensearch-project/opensearch-php/zipball/1866e6ee95c15036038d6c95a5c54c6fe648de36", - "reference": "1866e6ee95c15036038d6c95a5c54c6fe648de36", + "url": "https://api.github.com/repos/opentelemetry-php/api/zipball/4e3bb38e069876fb73c2ce85c89583bf2b28cd86", + "reference": "4e3bb38e069876fb73c2ce85c89583bf2b28cd86", "shasum": "" }, "require": { - "ext-curl": "*", - "ext-json": ">=1.3.7", - "ezimuel/ringphp": "^1.2.2", - "php": "^7.3 || ^8.0", - "psr/log": "^1|^2|^3", - "symfony/yaml": "*" - }, - "require-dev": { - "aws/aws-sdk-php": "^3.0", - "ext-zip": "*", - "friendsofphp/php-cs-fixer": "^3.0", - "mockery/mockery": "^1.2", - "phpstan/phpstan": "^1.7.15", - "phpstan/phpstan-mockery": "^1.1.0", - "phpunit/phpunit": "^9.3", - "symfony/finder": "~4.0 || ~5.0" + "open-telemetry/context": "^1.0", + "php": "^8.1", + "psr/log": "^1.1|^2.0|^3.0", + "symfony/polyfill-php82": "^1.26" }, - "suggest": { - "aws/aws-sdk-php": "Required (^3.0.0) in order to use the SigV4 handler", - "monolog/monolog": "Allows for client-level logging and tracing" + "conflict": { + "open-telemetry/sdk": "<=1.0.8" }, "type": "library", + "extra": { + "spi": { + "OpenTelemetry\\API\\Instrumentation\\AutoInstrumentation\\HookManagerInterface": [ + "OpenTelemetry\\API\\Instrumentation\\AutoInstrumentation\\ExtensionHookManager" + ] + }, + "branch-alias": { + "dev-main": "1.1.x-dev" + } + }, "autoload": { + "files": [ + "Trace/functions.php" + ], "psr-4": { - "OpenSearch\\": "src/OpenSearch/" + "OpenTelemetry\\API\\": "." } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "Apache-2.0", - "LGPL-2.1-only" + "Apache-2.0" ], "authors": [ { - "name": "Elastic" - }, - { - "name": "OpenSearch Contributors" + "name": "opentelemetry-php contributors", + "homepage": "https://github.com/open-telemetry/opentelemetry-php/graphs/contributors" } ], - "description": "PHP Client for OpenSearch", + "description": "API for OpenTelemetry PHP.", "keywords": [ - "client", - "elasticsearch", - "opensearch", - "search" + "Metrics", + "api", + "apm", + "logging", + "opentelemetry", + "otel", + "tracing" ], "support": { - "issues": "https://github.com/opensearch-project/opensearch-php/issues", - "source": "https://github.com/opensearch-project/opensearch-php/tree/2.3.1" + "chat": "https://app.slack.com/client/T08PSQ7BQ/C01NFPCV44V", + "docs": "https://opentelemetry.io/docs/php", + "issues": "https://github.com/open-telemetry/opentelemetry-php/issues", + "source": "https://github.com/open-telemetry/opentelemetry-php" }, - "time": "2024-08-27T10:13:25+00:00" + "time": "2025-05-07T12:32:21+00:00" }, { - "name": "paragonie/constant_time_encoding", - "version": "v3.0.0", + "name": "open-telemetry/context", + "version": "1.2.1", "source": { "type": "git", - "url": "https://github.com/paragonie/constant_time_encoding.git", - "reference": "df1e7fde177501eee2037dd159cf04f5f301a512" + "url": "https://github.com/opentelemetry-php/context.git", + "reference": "1eb2b837ee9362db064a6b65d5ecce15a9f9f020" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/df1e7fde177501eee2037dd159cf04f5f301a512", - "reference": "df1e7fde177501eee2037dd159cf04f5f301a512", + "url": "https://api.github.com/repos/opentelemetry-php/context/zipball/1eb2b837ee9362db064a6b65d5ecce15a9f9f020", + "reference": "1eb2b837ee9362db064a6b65d5ecce15a9f9f020", "shasum": "" }, "require": { - "php": "^8" + "php": "^8.1", + "symfony/polyfill-php82": "^1.26" }, - "require-dev": { - "phpunit/phpunit": "^9", - "vimeo/psalm": "^4|^5" + "suggest": { + "ext-ffi": "To allow context switching in Fibers" }, "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.0.x-dev" + } + }, "autoload": { + "files": [ + "fiber/initialize_fiber_handler.php" + ], "psr-4": { - "ParagonIE\\ConstantTime\\": "src/" + "OpenTelemetry\\Context\\": "." } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "Apache-2.0" ], "authors": [ { - "name": "Paragon Initiative Enterprises", - "email": "security@paragonie.com", - "homepage": "https://paragonie.com", - "role": "Maintainer" - }, - { - "name": "Steve 'Sc00bz' Thomas", - "email": "steve@tobtu.com", - "homepage": "https://www.tobtu.com", - "role": "Original Developer" + "name": "opentelemetry-php contributors", + "homepage": "https://github.com/open-telemetry/opentelemetry-php/graphs/contributors" } ], - "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", + "description": "Context implementation for OpenTelemetry PHP.", "keywords": [ - "base16", - "base32", - "base32_decode", - "base32_encode", - "base64", - "base64_decode", - "base64_encode", + "Context", + "opentelemetry", + "otel" + ], + "support": { + "chat": "https://app.slack.com/client/T08PSQ7BQ/C01NFPCV44V", + "docs": "https://opentelemetry.io/docs/php", + "issues": "https://github.com/open-telemetry/opentelemetry-php/issues", + "source": "https://github.com/open-telemetry/opentelemetry-php" + }, + "time": "2025-05-07T23:36:50+00:00" + }, + { + "name": "opensearch-project/opensearch-php", + "version": "2.4.3", + "source": { + "type": "git", + "url": "https://github.com/opensearch-project/opensearch-php.git", + "reference": "db138f27996e18b1ef8f915dba5e2ecc0caeb357" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/opensearch-project/opensearch-php/zipball/db138f27996e18b1ef8f915dba5e2ecc0caeb357", + "reference": "db138f27996e18b1ef8f915dba5e2ecc0caeb357", + "shasum": "" + }, + "require": { + "ext-curl": "*", + "ext-json": ">=1.3.7", + "ezimuel/ringphp": "^1.2.2", + "php": "^8.1", + "php-http/discovery": "^1.20", + "psr/http-client": "^1.0", + "psr/http-client-implementation": "*", + "psr/http-factory": "^1.1", + "psr/http-factory-implementation": "*", + "psr/http-message": "^2.0", + "psr/http-message-implementation": "*", + "psr/log": "^2|^3", + "symfony/yaml": "*" + }, + "require-dev": { + "aws/aws-sdk-php": "^3.0", + "colinodell/psr-testlogger": "^1.3", + "ext-zip": "*", + "friendsofphp/php-cs-fixer": "^v3.64", + "guzzlehttp/psr7": "^2.7", + "mockery/mockery": "^1.6", + "phpstan/extension-installer": "^1.4", + "phpstan/phpstan": "^1.12", + "phpstan/phpstan-deprecation-rules": "^1.2", + "phpstan/phpstan-mockery": "^1.1", + "phpstan/phpstan-phpunit": "^1.4", + "phpunit/phpunit": "^9.6", + "symfony/finder": "^6.4|^7.0", + "symfony/http-client": "^6.4|^7.0", + "symfony/http-client-contracts": "^3.0" + }, + "suggest": { + "aws/aws-sdk-php": "Required (^3.0.0) in order to use the AWS Signing Client Decorator", + "guzzlehttp/psr7": "Required (^2.7) in order to use the Guzzle HTTP client", + "monolog/monolog": "Allows for client-level logging and tracing", + "symfony/http-client": "Required (^6.4|^7.0) in order to use the Symfony HTTP client" + }, + "type": "library", + "autoload": { + "psr-4": { + "OpenSearch\\": "src/OpenSearch/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0", + "LGPL-2.1-only" + ], + "authors": [ + { + "name": "Elastic" + }, + { + "name": "OpenSearch Contributors" + } + ], + "description": "PHP Client for OpenSearch", + "keywords": [ + "client", + "elasticsearch", + "opensearch", + "search" + ], + "support": { + "issues": "https://github.com/opensearch-project/opensearch-php/issues", + "source": "https://github.com/opensearch-project/opensearch-php/tree/2.4.3" + }, + "time": "2025-03-10T06:56:21+00:00" + }, + { + "name": "paragonie/constant_time_encoding", + "version": "v3.0.0", + "source": { + "type": "git", + "url": "https://github.com/paragonie/constant_time_encoding.git", + "reference": "df1e7fde177501eee2037dd159cf04f5f301a512" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/df1e7fde177501eee2037dd159cf04f5f301a512", + "reference": "df1e7fde177501eee2037dd159cf04f5f301a512", + "shasum": "" + }, + "require": { + "php": "^8" + }, + "require-dev": { + "phpunit/phpunit": "^9", + "vimeo/psalm": "^4|^5" + }, + "type": "library", + "autoload": { + "psr-4": { + "ParagonIE\\ConstantTime\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Paragon Initiative Enterprises", + "email": "security@paragonie.com", + "homepage": "https://paragonie.com", + "role": "Maintainer" + }, + { + "name": "Steve 'Sc00bz' Thomas", + "email": "steve@tobtu.com", + "homepage": "https://www.tobtu.com", + "role": "Original Developer" + } + ], + "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", + "keywords": [ + "base16", + "base32", + "base32_decode", + "base32_encode", + "base64", + "base64_decode", + "base64_encode", "bin2hex", "encoding", "hex", @@ -25126,21 +25463,23 @@ }, { "name": "paypal/module-braintree", - "version": "4.6.1-p1", + "version": "4.7.0", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/paypal/module-braintree/paypal-module-braintree-4.6.1.0-patch1.zip", - "shasum": "51f1a1408818d258fb256e4d0f478fc25ae9e806" + "url": "https://repo.magento.com/archives/paypal/module-braintree/paypal-module-braintree-4.7.0.0.zip", + "shasum": "a88fb92b15b57dc46572159a2e41edf19486a1d2" }, "require": { - "braintree/braintree_php": "6.13.0", + "braintree/braintree_php": "6.21.0", "magento/framework": "*", - "paypal/module-braintree-core": "4.6.1-p1", - "paypal/module-braintree-customer-balance": "4.6.1-p1", - "paypal/module-braintree-gift-card-account": "4.6.1-p1", - "paypal/module-braintree-gift-wrapping": "4.6.1-p1", - "paypal/module-braintree-graph-ql": "4.6.1-p1", - "php": "~8.1.0||~8.2.0||~8.3.0" + "paypal/module-braintree-core": "4.7.0", + "paypal/module-braintree-customer-balance": "4.7.0", + "paypal/module-braintree-gift-card": "4.7.0", + "paypal/module-braintree-gift-card-account": "4.7.0", + "paypal/module-braintree-gift-wrapping": "4.7.0", + "paypal/module-braintree-graph-ql": "4.7.0", + "paypal/module-braintree-reward": "4.7.0", + "php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0" }, "require-dev": { "phpunit/phpunit": "^9.5" @@ -25153,18 +25492,17 @@ }, { "name": "paypal/module-braintree-core", - "version": "4.6.1-p1", + "version": "4.7.0", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/paypal/module-braintree-core/paypal-module-braintree-core-4.6.1.0-patch1.zip", - "shasum": "c87e100fc0cfe94daf7f48a6425f85dd3dda576f" + "url": "https://repo.magento.com/archives/paypal/module-braintree-core/paypal-module-braintree-core-4.7.0.0.zip", + "shasum": "5f78caac844b293d836dd4453286202dda72e463" }, "require": { - "braintree/braintree_php": "6.13.0", + "braintree/braintree_php": "6.21.0", "ext-json": "*", "ext-simplexml": "*", "magento/framework": "*", - "magento/module-authorization": "100.4.*", "magento/module-backend": "100.2.*||101.0.*||^102.0.0", "magento/module-catalog": "102.0.*||103.0.*||^104.0.0", "magento/module-checkout": "100.2.*||100.3.*||^100.4.0", @@ -25173,7 +25511,6 @@ "magento/module-configurable-product": "100.4.*", "magento/module-customer": "101.0.*||102.0.*||^103.0.0", "magento/module-directory": "100.2.*||100.3.*||^100.4.0", - "magento/module-downloadable": "100.4.*", "magento/module-grouped-product": "100.4.*", "magento/module-instant-purchase": "100.4.*", "magento/module-multishipping": "100.4.*", @@ -25181,22 +25518,16 @@ "magento/module-paypal": "100.2.*||100.3.*||^101.0.0", "magento/module-quote": "101.0.*||101.1.*||^101.2.0", "magento/module-quote-graph-ql": "^100", - "magento/module-re-captcha-admin-ui": "1.1.*", - "magento/module-re-captcha-frontend-ui": "1.1.*", "magento/module-re-captcha-ui": "1.1.*", "magento/module-re-captcha-validation-api": "1.1.*", - "magento/module-re-captcha-version-2-checkbox": "2.0.*", - "magento/module-re-captcha-version-2-invisible": "2.0.*", - "magento/module-re-captcha-version-3-invisible": "2.0.*", "magento/module-re-captcha-webapi-api": "1.0.*", - "magento/module-re-captcha-webapi-ui": "1.0.*", "magento/module-sales": "101.0.*||102.0.*||^102.1.0||^103", "magento/module-store": "101.1.*", + "magento/module-tax": "100.4.*", "magento/module-theme": "100.2.*||101.0.*||^101.1.0", "magento/module-ui": "101.0.*||101.1.*||^101.2.0", "magento/module-vault": "101.0.*||101.1.*||^101.2.0", - "magento/module-webapi": "100.4.*", - "php": "~8.1.0||~8.2.0||~8.3.0" + "php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0" }, "conflict": { "gene/module-braintree": "*", @@ -25205,6 +25536,12 @@ "require-dev": { "magento/magento-coding-standard": "^32.0" }, + "suggest": { + "magento/framework-foreign-key": "100.4.*", + "magento/module-re-captcha-admin-ui": "1.1.*", + "magento/module-re-captcha-checkout": "1.1.*", + "magento/module-re-captcha-webapi-ui": "1.0.*" + }, "type": "magento2-module", "autoload": { "files": [ @@ -25221,18 +25558,18 @@ }, { "name": "paypal/module-braintree-customer-balance", - "version": "4.6.1-p1", + "version": "4.7.0", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/paypal/module-braintree-customer-balance/paypal-module-braintree-customer-balance-4.6.1.0-patch1.zip", - "shasum": "b73cb89afac4295b168ab790b60b42d70cafd4d0" + "url": "https://repo.magento.com/archives/paypal/module-braintree-customer-balance/paypal-module-braintree-customer-balance-4.7.0.0.zip", + "shasum": "491c237b9a6991a4da84f4c00f949c0579e91446" }, "require": { "magento/framework": "*", "magento/module-quote": "101.0.*||101.1.*||^101.2.0", "magento/module-sales": "101.0.*||102.0.*||^102.1.0||^103", - "paypal/module-braintree-core": "4.6.1-p1", - "php": "~8.1.0||~8.2.0||~8.3.0" + "paypal/module-braintree-core": "4.7.0", + "php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-customer-balance": "100.4.*" @@ -25252,20 +25589,52 @@ ], "description": "N/A" }, + { + "name": "paypal/module-braintree-gift-card", + "version": "4.7.0", + "dist": { + "type": "zip", + "url": "https://repo.magento.com/archives/paypal/module-braintree-gift-card/paypal-module-braintree-gift-card-4.7.0.0.zip", + "shasum": "a40c8e64b470ab4a30277baa44096212ef4996e3" + }, + "require": { + "magento/framework": "*", + "magento/module-catalog": "^104.0.0", + "paypal/module-braintree-core": "4.7.0", + "php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0" + }, + "suggest": { + "magento/module-gift-card": "101.2.*" + }, + "type": "magento2-module", + "autoload": { + "files": [ + "registration.php" + ], + "psr-4": { + "PayPal\\BraintreeGiftCard\\": "" + } + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "description": "N/A" + }, { "name": "paypal/module-braintree-gift-card-account", - "version": "4.6.1-p1", + "version": "4.7.0", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/paypal/module-braintree-gift-card-account/paypal-module-braintree-gift-card-account-4.6.1.0-patch1.zip", - "shasum": "f09c96a8ee5aafb5c528ea22e3fbd46879c9b97d" + "url": "https://repo.magento.com/archives/paypal/module-braintree-gift-card-account/paypal-module-braintree-gift-card-account-4.7.0.0.zip", + "shasum": "af375a63147916669d2e06fe90804e34269b64f0" }, "require": { "magento/framework": "*", "magento/module-quote": "101.0.*||101.1.*||^101.2.0", "magento/module-sales": "101.0.*||102.0.*||^102.1.0||^103", - "paypal/module-braintree-core": "4.6.1-p1", - "php": "~8.1.0||~8.2.0||~8.3.0" + "paypal/module-braintree-core": "4.7.0", + "php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-gift-card-account": "101.2.*" @@ -25287,18 +25656,17 @@ }, { "name": "paypal/module-braintree-gift-wrapping", - "version": "4.6.1-p1", + "version": "4.7.0", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/paypal/module-braintree-gift-wrapping/paypal-module-braintree-gift-wrapping-4.6.1.0-patch1.zip", - "shasum": "13813676bc971e76192b3c09e6356d59342a769c" + "url": "https://repo.magento.com/archives/paypal/module-braintree-gift-wrapping/paypal-module-braintree-gift-wrapping-4.7.0.0.zip", + "shasum": "963cc499b85e17fdcbaba11f0fc3b94289b02fb4" }, "require": { "magento/framework": "*", - "magento/module-quote": "101.0.*||101.1.*||^101.2.0", "magento/module-sales": "101.0.*||102.0.*||^102.1.0||^103", - "paypal/module-braintree-core": "4.6.1-p1", - "php": "~8.1.0||~8.2.0||~8.3.0" + "paypal/module-braintree-core": "4.7.0", + "php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0" }, "suggest": { "magento/module-gift-wrapping": "101.2.*" @@ -25320,76 +25688,398 @@ }, { "name": "paypal/module-braintree-graph-ql", - "version": "4.6.1-p1", + "version": "4.7.0", "dist": { "type": "zip", - "url": "https://repo.magento.com/archives/paypal/module-braintree-graph-ql/paypal-module-braintree-graph-ql-4.6.1.0-patch1.zip", - "shasum": "88a949ea8ac3ca235703ae800f21243c6ff1461a" + "url": "https://repo.magento.com/archives/paypal/module-braintree-graph-ql/paypal-module-braintree-graph-ql-4.7.0.0.zip", + "shasum": "9364f25131d3506f4a4342bb24e3907aa399b0e2" }, "require": { "magento/framework": "*", "magento/module-quote": "^101", "magento/module-quote-graph-ql": "^100", - "magento/module-store": "^101", - "paypal/module-braintree-core": "4.6.1-p1", - "php": "~8.1.0||~8.2.0||~8.3.0" + "magento/module-vault": "101.0.*||101.1.*||^101.2.0", + "paypal/module-braintree-core": "4.7.0", + "php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0" }, "require-dev": { "phpunit/phpunit": "^9.5" }, - "suggest": { - "magento/module-graph-ql": "^100" + "suggest": { + "magento/module-graph-ql": "^100" + }, + "type": "magento2-module", + "autoload": { + "files": [ + "registration.php" + ], + "psr-4": { + "PayPal\\BraintreeGraphQl\\": "" + } + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "description": "N/A" + }, + { + "name": "paypal/module-braintree-reward", + "version": "4.7.0", + "dist": { + "type": "zip", + "url": "https://repo.magento.com/archives/paypal/module-braintree-reward/paypal-module-braintree-reward-4.7.0.0.zip", + "shasum": "177144a2d25e50209dcbbcdff2ed71c7ff8b75ec" + }, + "require": { + "magento/framework": "*", + "magento/module-quote": "101.0.*||101.1.*||^101.2.0", + "magento/module-sales": "101.0.*||102.0.*||^102.1.0||^103", + "paypal/module-braintree-core": "4.7.0", + "php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0" + }, + "suggest": { + "magento/module-reward": "101.2.*" + }, + "type": "magento2-module", + "autoload": { + "files": [ + "registration.php" + ], + "psr-4": { + "PayPal\\BraintreeReward\\": "" + } + }, + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "description": "N/A" + }, + { + "name": "pelago/emogrifier", + "version": "v7.3.0", + "source": { + "type": "git", + "url": "https://github.com/MyIntervals/emogrifier.git", + "reference": "6e00d9d8235e8cc8eec857e8dcd6cfeefdfd0cd6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/MyIntervals/emogrifier/zipball/6e00d9d8235e8cc8eec857e8dcd6cfeefdfd0cd6", + "reference": "6e00d9d8235e8cc8eec857e8dcd6cfeefdfd0cd6", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-libxml": "*", + "php": "~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", + "sabberworm/php-css-parser": "^8.7.0", + "symfony/css-selector": "^4.4.23 || ^5.4.0 || ^6.0.0 || ^7.0.0" + }, + "require-dev": { + "php-parallel-lint/php-parallel-lint": "1.4.0", + "phpstan/extension-installer": "1.4.3", + "phpstan/phpstan": "1.12.7", + "phpstan/phpstan-phpunit": "1.4.0", + "phpstan/phpstan-strict-rules": "1.6.1", + "phpunit/phpunit": "9.6.21", + "rawr/cross-data-providers": "2.4.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "8.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Pelago\\Emogrifier\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Oliver Klee", + "email": "github@oliverklee.de" + }, + { + "name": "Zoli Szabó", + "email": "zoli.szabo+github@gmail.com" + }, + { + "name": "John Reeve", + "email": "jreeve@pelagodesign.com" + }, + { + "name": "Jake Hotson", + "email": "jake.github@qzdesign.co.uk" + }, + { + "name": "Cameron Brooks" + }, + { + "name": "Jaime Prado" + } + ], + "description": "Converts CSS styles into inline style attributes in your HTML code", + "homepage": "https://www.myintervals.com/emogrifier.php", + "keywords": [ + "css", + "email", + "pre-processing" + ], + "support": { + "issues": "https://github.com/MyIntervals/emogrifier/issues", + "source": "https://github.com/MyIntervals/emogrifier" + }, + "time": "2024-10-28T16:12:26+00:00" + }, + { + "name": "php-amqplib/php-amqplib", + "version": "v3.7.3", + "source": { + "type": "git", + "url": "https://github.com/php-amqplib/php-amqplib.git", + "reference": "9f50fe69a9f1a19e2cb25596a354d705de36fe59" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/9f50fe69a9f1a19e2cb25596a354d705de36fe59", + "reference": "9f50fe69a9f1a19e2cb25596a354d705de36fe59", + "shasum": "" + }, + "require": { + "ext-mbstring": "*", + "ext-sockets": "*", + "php": "^7.2||^8.0", + "phpseclib/phpseclib": "^2.0|^3.0" + }, + "conflict": { + "php": "7.4.0 - 7.4.1" + }, + "replace": { + "videlalvaro/php-amqplib": "self.version" + }, + "require-dev": { + "ext-curl": "*", + "nategood/httpful": "^0.2.20", + "phpunit/phpunit": "^7.5|^9.5", + "squizlabs/php_codesniffer": "^3.6" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "psr-4": { + "PhpAmqpLib\\": "PhpAmqpLib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-2.1-or-later" + ], + "authors": [ + { + "name": "Alvaro Videla", + "role": "Original Maintainer" + }, + { + "name": "Raúl Araya", + "email": "nubeiro@gmail.com", + "role": "Maintainer" + }, + { + "name": "Luke Bakken", + "email": "luke@bakken.io", + "role": "Maintainer" + }, + { + "name": "Ramūnas Dronga", + "email": "github@ramuno.lt", + "role": "Maintainer" + } + ], + "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.", + "homepage": "https://github.com/php-amqplib/php-amqplib/", + "keywords": [ + "message", + "queue", + "rabbitmq" + ], + "support": { + "issues": "https://github.com/php-amqplib/php-amqplib/issues", + "source": "https://github.com/php-amqplib/php-amqplib/tree/v3.7.3" + }, + "time": "2025-02-18T20:11:13+00:00" + }, + { + "name": "php-http/discovery", + "version": "1.20.0", + "source": { + "type": "git", + "url": "https://github.com/php-http/discovery.git", + "reference": "82fe4c73ef3363caed49ff8dd1539ba06044910d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-http/discovery/zipball/82fe4c73ef3363caed49ff8dd1539ba06044910d", + "reference": "82fe4c73ef3363caed49ff8dd1539ba06044910d", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.0|^2.0", + "php": "^7.1 || ^8.0" + }, + "conflict": { + "nyholm/psr7": "<1.0", + "zendframework/zend-diactoros": "*" + }, + "provide": { + "php-http/async-client-implementation": "*", + "php-http/client-implementation": "*", + "psr/http-client-implementation": "*", + "psr/http-factory-implementation": "*", + "psr/http-message-implementation": "*" + }, + "require-dev": { + "composer/composer": "^1.0.2|^2.0", + "graham-campbell/phpspec-skip-example-extension": "^5.0", + "php-http/httplug": "^1.0 || ^2.0", + "php-http/message-factory": "^1.0", + "phpspec/phpspec": "^5.1 || ^6.1 || ^7.3", + "sebastian/comparator": "^3.0.5 || ^4.0.8", + "symfony/phpunit-bridge": "^6.4.4 || ^7.0.1" + }, + "type": "composer-plugin", + "extra": { + "class": "Http\\Discovery\\Composer\\Plugin", + "plugin-optional": true + }, + "autoload": { + "psr-4": { + "Http\\Discovery\\": "src/" + }, + "exclude-from-classmap": [ + "src/Composer/Plugin.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com" + } + ], + "description": "Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations", + "homepage": "http://php-http.org", + "keywords": [ + "adapter", + "client", + "discovery", + "factory", + "http", + "message", + "psr17", + "psr7" + ], + "support": { + "issues": "https://github.com/php-http/discovery/issues", + "source": "https://github.com/php-http/discovery/tree/1.20.0" + }, + "time": "2024-10-02T11:20:13+00:00" + }, + { + "name": "php-http/httplug", + "version": "2.4.1", + "source": { + "type": "git", + "url": "https://github.com/php-http/httplug.git", + "reference": "5cad731844891a4c282f3f3e1b582c46839d22f4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-http/httplug/zipball/5cad731844891a4c282f3f3e1b582c46839d22f4", + "reference": "5cad731844891a4c282f3f3e1b582c46839d22f4", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0", + "php-http/promise": "^1.1", + "psr/http-client": "^1.0", + "psr/http-message": "^1.0 || ^2.0" + }, + "require-dev": { + "friends-of-phpspec/phpspec-code-coverage": "^4.1 || ^5.0 || ^6.0", + "phpspec/phpspec": "^5.1 || ^6.0 || ^7.0" }, - "type": "magento2-module", + "type": "library", "autoload": { - "files": [ - "registration.php" - ], "psr-4": { - "PayPal\\BraintreeGraphQl\\": "" + "Http\\Client\\": "src/" } }, + "notification-url": "https://packagist.org/downloads/", "license": [ - "OSL-3.0", - "AFL-3.0" + "MIT" ], - "description": "N/A" + "authors": [ + { + "name": "Eric GELOEN", + "email": "geloen.eric@gmail.com" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://sagikazarmark.hu" + } + ], + "description": "HTTPlug, the HTTP client abstraction for PHP", + "homepage": "http://httplug.io", + "keywords": [ + "client", + "http" + ], + "support": { + "issues": "https://github.com/php-http/httplug/issues", + "source": "https://github.com/php-http/httplug/tree/2.4.1" + }, + "time": "2024-09-23T11:39:58+00:00" }, { - "name": "pelago/emogrifier", - "version": "v7.2.0", + "name": "php-http/promise", + "version": "1.3.1", "source": { "type": "git", - "url": "https://github.com/MyIntervals/emogrifier.git", - "reference": "727bdf7255b51798307f17dec52ff8a91f1c7de3" + "url": "https://github.com/php-http/promise.git", + "reference": "fc85b1fba37c169a69a07ef0d5a8075770cc1f83" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/MyIntervals/emogrifier/zipball/727bdf7255b51798307f17dec52ff8a91f1c7de3", - "reference": "727bdf7255b51798307f17dec52ff8a91f1c7de3", + "url": "https://api.github.com/repos/php-http/promise/zipball/fc85b1fba37c169a69a07ef0d5a8075770cc1f83", + "reference": "fc85b1fba37c169a69a07ef0d5a8075770cc1f83", "shasum": "" }, "require": { - "ext-dom": "*", - "ext-libxml": "*", - "php": "~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", - "sabberworm/php-css-parser": "^8.4.0", - "symfony/css-selector": "^4.4.23 || ^5.4.0 || ^6.0.0 || ^7.0.0" + "php": "^7.1 || ^8.0" }, "require-dev": { - "php-parallel-lint/php-parallel-lint": "1.3.2", - "phpunit/phpunit": "9.6.11", - "rawr/cross-data-providers": "2.4.0" + "friends-of-phpspec/phpspec-code-coverage": "^4.3.2 || ^6.3", + "phpspec/phpspec": "^5.1.2 || ^6.2 || ^7.4" }, "type": "library", - "extra": { - "branch-alias": { - "dev-main": "8.0.x-dev" - } - }, "autoload": { "psr-4": { - "Pelago\\Emogrifier\\": "src/" + "Http\\Promise\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -25398,134 +26088,84 @@ ], "authors": [ { - "name": "Oliver Klee", - "email": "github@oliverklee.de" - }, - { - "name": "Zoli Szabó", - "email": "zoli.szabo+github@gmail.com" - }, - { - "name": "John Reeve", - "email": "jreeve@pelagodesign.com" - }, - { - "name": "Jake Hotson", - "email": "jake@qzdesign.co.uk" - }, - { - "name": "Cameron Brooks" + "name": "Joel Wurtz", + "email": "joel.wurtz@gmail.com" }, { - "name": "Jaime Prado" + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com" } ], - "description": "Converts CSS styles into inline style attributes in your HTML code", - "homepage": "https://www.myintervals.com/emogrifier.php", + "description": "Promise used for asynchronous HTTP requests", + "homepage": "http://httplug.io", "keywords": [ - "css", - "email", - "pre-processing" + "promise" ], "support": { - "issues": "https://github.com/MyIntervals/emogrifier/issues", - "source": "https://github.com/MyIntervals/emogrifier" + "issues": "https://github.com/php-http/promise/issues", + "source": "https://github.com/php-http/promise/tree/1.3.1" }, - "time": "2023-12-06T02:00:20+00:00" + "time": "2024-03-15T13:55:21+00:00" }, { - "name": "php-amqplib/php-amqplib", - "version": "v3.2.0", + "name": "phpfui/recaptcha", + "version": "V2.0.0", "source": { "type": "git", - "url": "https://github.com/php-amqplib/php-amqplib.git", - "reference": "0bec5b392428e0ac3b3f34fbc4e02d706995833e" + "url": "https://github.com/phpfui/recaptcha.git", + "reference": "2fa89004beaa8665a8c9109ab95d870354802d5d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/0bec5b392428e0ac3b3f34fbc4e02d706995833e", - "reference": "0bec5b392428e0ac3b3f34fbc4e02d706995833e", + "url": "https://api.github.com/repos/phpfui/recaptcha/zipball/2fa89004beaa8665a8c9109ab95d870354802d5d", + "reference": "2fa89004beaa8665a8c9109ab95d870354802d5d", "shasum": "" }, "require": { - "ext-mbstring": "*", - "ext-sockets": "*", - "php": "^7.1||^8.0", - "phpseclib/phpseclib": "^2.0|^3.0" - }, - "conflict": { - "php": "7.4.0 - 7.4.1" - }, - "replace": { - "videlalvaro/php-amqplib": "self.version" + "php": ">=8.0" }, "require-dev": { - "ext-curl": "*", - "nategood/httpful": "^0.2.20", - "phpunit/phpunit": "^7.5|^9.5", - "squizlabs/php_codesniffer": "^3.6" + "friendsofphp/php-cs-fixer": "^3.14", + "php-coveralls/php-coveralls": "^2.5", + "phpstan/phpstan": "^2.1", + "phpunit/phpunit": "^11" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, "autoload": { "psr-4": { - "PhpAmqpLib\\": "PhpAmqpLib/" + "ReCaptcha\\": "src/ReCaptcha" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1-or-later" - ], - "authors": [ - { - "name": "Alvaro Videla", - "role": "Original Maintainer" - }, - { - "name": "Raúl Araya", - "email": "nubeiro@gmail.com", - "role": "Maintainer" - }, - { - "name": "Luke Bakken", - "email": "luke@bakken.io", - "role": "Maintainer" - }, - { - "name": "Ramūnas Dronga", - "email": "github@ramuno.lt", - "role": "Maintainer" - } + "BSD-3-Clause" ], - "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.", - "homepage": "https://github.com/php-amqplib/php-amqplib/", + "description": "Client library for Google's reCAPTCHA for PHP 8.4 and higher", + "homepage": "https://www.google.com/recaptcha/", "keywords": [ - "message", - "queue", - "rabbitmq" + "Abuse", + "captcha", + "recaptcha", + "spam" ], "support": { - "issues": "https://github.com/php-amqplib/php-amqplib/issues", - "source": "https://github.com/php-amqplib/php-amqplib/tree/v3.2.0" + "forum": "https://groups.google.com/forum/#!forum/recaptcha", + "source": "https://github.com/phpfui/recaptcha" }, - "time": "2022-03-10T19:16:00+00:00" + "time": "2025-01-09T22:31:40+00:00" }, { "name": "phpgt/cssxpath", - "version": "v1.2.0", + "version": "v1.3.0", "source": { "type": "git", "url": "https://github.com/PhpGt/CssXPath.git", - "reference": "c0a06671fed8db601bb680dc4d5accf3cd9deb81" + "reference": "45f3ac151fc21d459e2515c3aff97cd4bf877bf8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PhpGt/CssXPath/zipball/c0a06671fed8db601bb680dc4d5accf3cd9deb81", - "reference": "c0a06671fed8db601bb680dc4d5accf3cd9deb81", + "url": "https://api.github.com/repos/PhpGt/CssXPath/zipball/45f3ac151fc21d459e2515c3aff97cd4bf877bf8", + "reference": "45f3ac151fc21d459e2515c3aff97cd4bf877bf8", "shasum": "" }, "require": { @@ -25558,7 +26198,7 @@ "description": "Convert CSS selectors to XPath queries.", "support": { "issues": "https://github.com/PhpGt/CssXPath/issues", - "source": "https://github.com/PhpGt/CssXPath/tree/v1.2.0" + "source": "https://github.com/PhpGt/CssXPath/tree/v1.3.0" }, "funding": [ { @@ -25566,20 +26206,20 @@ "type": "github" } ], - "time": "2024-01-03T18:33:56+00:00" + "time": "2024-07-10T13:36:01+00:00" }, { "name": "phpgt/dom", - "version": "v4.1.6", + "version": "v4.1.8", "source": { "type": "git", - "url": "https://github.com/PhpGt/Dom.git", - "reference": "b3fe4a5054ef0780d663389475972c7b09b70a48" + "url": "https://github.com/phpgt/Dom.git", + "reference": "dfe4843e402b018141db50a3cf1fbe19406390c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PhpGt/Dom/zipball/b3fe4a5054ef0780d663389475972c7b09b70a48", - "reference": "b3fe4a5054ef0780d663389475972c7b09b70a48", + "url": "https://api.github.com/repos/phpgt/Dom/zipball/dfe4843e402b018141db50a3cf1fbe19406390c5", + "reference": "dfe4843e402b018141db50a3cf1fbe19406390c5", "shasum": "" }, "require": { @@ -25657,8 +26297,8 @@ ], "description": "Modern DOM API.", "support": { - "issues": "https://github.com/PhpGt/Dom/issues", - "source": "https://github.com/PhpGt/Dom/tree/v4.1.6" + "issues": "https://github.com/phpgt/Dom/issues", + "source": "https://github.com/phpgt/Dom/tree/v4.1.8" }, "funding": [ { @@ -25666,7 +26306,7 @@ "type": "github" } ], - "time": "2023-12-31T11:26:08+00:00" + "time": "2025-04-21T13:43:50+00:00" }, { "name": "phpgt/propfunc", @@ -25790,16 +26430,16 @@ }, { "name": "phpseclib/phpseclib", - "version": "3.0.42", + "version": "3.0.43", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", - "reference": "db92f1b1987b12b13f248fe76c3a52cadb67bb98" + "reference": "709ec107af3cb2f385b9617be72af8cf62441d02" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/db92f1b1987b12b13f248fe76c3a52cadb67bb98", - "reference": "db92f1b1987b12b13f248fe76c3a52cadb67bb98", + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/709ec107af3cb2f385b9617be72af8cf62441d02", + "reference": "709ec107af3cb2f385b9617be72af8cf62441d02", "shasum": "" }, "require": { @@ -25880,7 +26520,7 @@ ], "support": { "issues": "https://github.com/phpseclib/phpseclib/issues", - "source": "https://github.com/phpseclib/phpseclib/tree/3.0.42" + "source": "https://github.com/phpseclib/phpseclib/tree/3.0.43" }, "funding": [ { @@ -25896,7 +26536,7 @@ "type": "tidelift" } ], - "time": "2024-09-16T03:06:04+00:00" + "time": "2024-12-14T21:12:59+00:00" }, { "name": "psr/cache", @@ -26305,25 +26945,25 @@ }, { "name": "psr/simple-cache", - "version": "1.0.1", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/simple-cache.git", - "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" + "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", - "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", + "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865", + "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=8.0.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -26338,7 +26978,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interfaces for simple caching", @@ -26350,9 +26990,9 @@ "simple-cache" ], "support": { - "source": "https://github.com/php-fig/simple-cache/tree/master" + "source": "https://github.com/php-fig/simple-cache/tree/3.0.0" }, - "time": "2017-10-23T01:57:42+00:00" + "time": "2021-10-29T13:26:27+00:00" }, { "name": "ralouphie/getallheaders", @@ -26400,16 +27040,16 @@ }, { "name": "ramsey/collection", - "version": "2.0.0", + "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/ramsey/collection.git", - "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5" + "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5", - "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5", + "url": "https://api.github.com/repos/ramsey/collection/zipball/344572933ad0181accbf4ba763e85a0306a8c5e2", + "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2", "shasum": "" }, "require": { @@ -26417,25 +27057,22 @@ }, "require-dev": { "captainhook/plugin-composer": "^5.3", - "ergebnis/composer-normalize": "^2.28.3", - "fakerphp/faker": "^1.21", + "ergebnis/composer-normalize": "^2.45", + "fakerphp/faker": "^1.24", "hamcrest/hamcrest-php": "^2.0", - "jangregor/phpstan-prophecy": "^1.0", - "mockery/mockery": "^1.5", + "jangregor/phpstan-prophecy": "^2.1", + "mockery/mockery": "^1.6", "php-parallel-lint/php-console-highlighter": "^1.0", - "php-parallel-lint/php-parallel-lint": "^1.3", - "phpcsstandards/phpcsutils": "^1.0.0-rc1", - "phpspec/prophecy-phpunit": "^2.0", - "phpstan/extension-installer": "^1.2", - "phpstan/phpstan": "^1.9", - "phpstan/phpstan-mockery": "^1.1", - "phpstan/phpstan-phpunit": "^1.3", - "phpunit/phpunit": "^9.5", - "psalm/plugin-mockery": "^1.1", - "psalm/plugin-phpunit": "^0.18.4", - "ramsey/coding-standard": "^2.0.3", - "ramsey/conventional-commits": "^1.3", - "vimeo/psalm": "^5.4" + "php-parallel-lint/php-parallel-lint": "^1.4", + "phpspec/prophecy-phpunit": "^2.3", + "phpstan/extension-installer": "^1.4", + "phpstan/phpstan": "^2.1", + "phpstan/phpstan-mockery": "^2.0", + "phpstan/phpstan-phpunit": "^2.0", + "phpunit/phpunit": "^10.5", + "ramsey/coding-standard": "^2.3", + "ramsey/conventional-commits": "^1.6", + "roave/security-advisories": "dev-latest" }, "type": "library", "extra": { @@ -26473,36 +27110,26 @@ ], "support": { "issues": "https://github.com/ramsey/collection/issues", - "source": "https://github.com/ramsey/collection/tree/2.0.0" + "source": "https://github.com/ramsey/collection/tree/2.1.1" }, - "funding": [ - { - "url": "https://github.com/ramsey", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/ramsey/collection", - "type": "tidelift" - } - ], - "time": "2022-12-31T21:50:55+00:00" + "time": "2025-03-22T05:38:12+00:00" }, { "name": "ramsey/uuid", - "version": "4.7.6", + "version": "4.8.1", "source": { "type": "git", "url": "https://github.com/ramsey/uuid.git", - "reference": "91039bc1faa45ba123c4328958e620d382ec7088" + "reference": "fdf4dd4e2ff1813111bd0ad58d7a1ddbb5b56c28" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ramsey/uuid/zipball/91039bc1faa45ba123c4328958e620d382ec7088", - "reference": "91039bc1faa45ba123c4328958e620d382ec7088", + "url": "https://api.github.com/repos/ramsey/uuid/zipball/fdf4dd4e2ff1813111bd0ad58d7a1ddbb5b56c28", + "reference": "fdf4dd4e2ff1813111bd0ad58d7a1ddbb5b56c28", "shasum": "" }, "require": { - "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12", + "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12 || ^0.13", "ext-json": "*", "php": "^8.0", "ramsey/collection": "^1.2 || ^2.0" @@ -26511,26 +27138,23 @@ "rhumsaa/uuid": "self.version" }, "require-dev": { - "captainhook/captainhook": "^5.10", + "captainhook/captainhook": "^5.25", "captainhook/plugin-composer": "^5.3", - "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", - "doctrine/annotations": "^1.8", - "ergebnis/composer-normalize": "^2.15", - "mockery/mockery": "^1.3", + "dealerdirect/phpcodesniffer-composer-installer": "^1.0", + "ergebnis/composer-normalize": "^2.47", + "mockery/mockery": "^1.6", "paragonie/random-lib": "^2", - "php-mock/php-mock": "^2.2", - "php-mock/php-mock-mockery": "^1.3", - "php-parallel-lint/php-parallel-lint": "^1.1", - "phpbench/phpbench": "^1.0", - "phpstan/extension-installer": "^1.1", - "phpstan/phpstan": "^1.8", - "phpstan/phpstan-mockery": "^1.1", - "phpstan/phpstan-phpunit": "^1.1", - "phpunit/phpunit": "^8.5 || ^9", - "ramsey/composer-repl": "^1.4", - "slevomat/coding-standard": "^8.4", - "squizlabs/php_codesniffer": "^3.5", - "vimeo/psalm": "^4.9" + "php-mock/php-mock": "^2.6", + "php-mock/php-mock-mockery": "^1.5", + "php-parallel-lint/php-parallel-lint": "^1.4.0", + "phpbench/phpbench": "^1.2.14", + "phpstan/extension-installer": "^1.4", + "phpstan/phpstan": "^2.1", + "phpstan/phpstan-mockery": "^2.0", + "phpstan/phpstan-phpunit": "^2.0", + "phpunit/phpunit": "^9.6", + "slevomat/coding-standard": "^8.18", + "squizlabs/php_codesniffer": "^3.13" }, "suggest": { "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.", @@ -26565,39 +27189,30 @@ ], "support": { "issues": "https://github.com/ramsey/uuid/issues", - "source": "https://github.com/ramsey/uuid/tree/4.7.6" + "source": "https://github.com/ramsey/uuid/tree/4.8.1" }, - "funding": [ - { - "url": "https://github.com/ramsey", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid", - "type": "tidelift" - } - ], - "time": "2024-04-27T21:32:50+00:00" + "time": "2025-06-01T06:28:46+00:00" }, { "name": "react/promise", - "version": "v2.11.0", + "version": "v3.2.0", "source": { "type": "git", "url": "https://github.com/reactphp/promise.git", - "reference": "1a8460931ea36dc5c76838fec5734d55c88c6831" + "reference": "8a164643313c71354582dc850b42b33fa12a4b63" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/promise/zipball/1a8460931ea36dc5c76838fec5734d55c88c6831", - "reference": "1a8460931ea36dc5c76838fec5734d55c88c6831", + "url": "https://api.github.com/repos/reactphp/promise/zipball/8a164643313c71354582dc850b42b33fa12a4b63", + "reference": "8a164643313c71354582dc850b42b33fa12a4b63", "shasum": "" }, "require": { - "php": ">=5.4.0" + "php": ">=7.1.0" }, "require-dev": { - "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36" + "phpstan/phpstan": "1.10.39 || 1.4.10", + "phpunit/phpunit": "^9.6 || ^7.5" }, "type": "library", "autoload": { @@ -26641,7 +27256,7 @@ ], "support": { "issues": "https://github.com/reactphp/promise/issues", - "source": "https://github.com/reactphp/promise/tree/v2.11.0" + "source": "https://github.com/reactphp/promise/tree/v3.2.0" }, "funding": [ { @@ -26649,28 +27264,28 @@ "type": "open_collective" } ], - "time": "2023-11-16T16:16:50+00:00" + "time": "2024-05-24T10:39:05+00:00" }, { "name": "sabberworm/php-css-parser", - "version": "v8.6.0", + "version": "v8.8.0", "source": { "type": "git", "url": "https://github.com/MyIntervals/PHP-CSS-Parser.git", - "reference": "d2fb94a9641be84d79c7548c6d39bbebba6e9a70" + "reference": "3de493bdddfd1f051249af725c7e0d2c38fed740" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/MyIntervals/PHP-CSS-Parser/zipball/d2fb94a9641be84d79c7548c6d39bbebba6e9a70", - "reference": "d2fb94a9641be84d79c7548c6d39bbebba6e9a70", + "url": "https://api.github.com/repos/MyIntervals/PHP-CSS-Parser/zipball/3de493bdddfd1f051249af725c7e0d2c38fed740", + "reference": "3de493bdddfd1f051249af725c7e0d2c38fed740", "shasum": "" }, "require": { "ext-iconv": "*", - "php": ">=5.6.20" + "php": "^5.6.20 || ^7.0.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, "require-dev": { - "phpunit/phpunit": "^5.7.27" + "phpunit/phpunit": "5.7.27 || 6.5.14 || 7.5.20 || 8.5.41" }, "suggest": { "ext-mbstring": "for parsing UTF-8 CSS" @@ -26712,9 +27327,9 @@ ], "support": { "issues": "https://github.com/MyIntervals/PHP-CSS-Parser/issues", - "source": "https://github.com/MyIntervals/PHP-CSS-Parser/tree/v8.6.0" + "source": "https://github.com/MyIntervals/PHP-CSS-Parser/tree/v8.8.0" }, - "time": "2024-07-01T07:33:21+00:00" + "time": "2025-03-23T17:59:05+00:00" }, { "name": "seld/jsonlint", @@ -27049,39 +27664,37 @@ }, { "name": "spomky-labs/pki-framework", - "version": "1.2.1", + "version": "1.2.3", "source": { "type": "git", "url": "https://github.com/Spomky-Labs/pki-framework.git", - "reference": "0b10c8b53366729417d6226ae89a665f9e2d61b6" + "reference": "5ff1dcc21e961b60149a80e77f744fc047800b31" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Spomky-Labs/pki-framework/zipball/0b10c8b53366729417d6226ae89a665f9e2d61b6", - "reference": "0b10c8b53366729417d6226ae89a665f9e2d61b6", + "url": "https://api.github.com/repos/Spomky-Labs/pki-framework/zipball/5ff1dcc21e961b60149a80e77f744fc047800b31", + "reference": "5ff1dcc21e961b60149a80e77f744fc047800b31", "shasum": "" }, "require": { - "brick/math": "^0.10|^0.11|^0.12", + "brick/math": "^0.10|^0.11|^0.12|^0.13", "ext-mbstring": "*", "php": ">=8.1" }, "require-dev": { - "ekino/phpstan-banned-code": "^1.0", + "ekino/phpstan-banned-code": "^1.0|^2.0|^3.0", "ext-gmp": "*", "ext-openssl": "*", - "infection/infection": "^0.28", + "infection/infection": "^0.28|^0.29", "php-parallel-lint/php-parallel-lint": "^1.3", - "phpstan/extension-installer": "^1.3", - "phpstan/phpstan": "^1.8", - "phpstan/phpstan-beberlei-assert": "^1.0", - "phpstan/phpstan-deprecation-rules": "^1.0", - "phpstan/phpstan-phpunit": "^1.1", - "phpstan/phpstan-strict-rules": "^1.3", - "phpunit/phpunit": "^10.1|^11.0", - "rector/rector": "^1.0", + "phpstan/extension-installer": "^1.3|^2.0", + "phpstan/phpstan": "^1.8|^2.0", + "phpstan/phpstan-deprecation-rules": "^1.0|^2.0", + "phpstan/phpstan-phpunit": "^1.1|^2.0", + "phpstan/phpstan-strict-rules": "^1.3|^2.0", + "phpunit/phpunit": "^10.1|^11.0|^12.0", + "rector/rector": "^1.0|^2.0", "roave/security-advisories": "dev-latest", - "symfony/phpunit-bridge": "^6.4|^7.0", "symfony/string": "^6.4|^7.0", "symfony/var-dumper": "^6.4|^7.0", "symplify/easy-coding-standard": "^12.0" @@ -27108,86 +27721,160 @@ "role": "Original developer" }, { - "name": "Florent Morselli", - "email": "florent.morselli@spomky-labs.com", - "role": "Spomky-Labs PKI Framework developer" + "name": "Florent Morselli", + "email": "florent.morselli@spomky-labs.com", + "role": "Spomky-Labs PKI Framework developer" + } + ], + "description": "A PHP framework for managing Public Key Infrastructures. It comprises X.509 public key certificates, attribute certificates, certification requests and certification path validation.", + "homepage": "https://github.com/spomky-labs/pki-framework", + "keywords": [ + "DER", + "Private Key", + "ac", + "algorithm identifier", + "asn.1", + "asn1", + "attribute certificate", + "certificate", + "certification request", + "cryptography", + "csr", + "decrypt", + "ec", + "encrypt", + "pem", + "pkcs", + "public key", + "rsa", + "sign", + "signature", + "verify", + "x.509", + "x.690", + "x509", + "x690" + ], + "support": { + "issues": "https://github.com/Spomky-Labs/pki-framework/issues", + "source": "https://github.com/Spomky-Labs/pki-framework/tree/1.2.3" + }, + "funding": [ + { + "url": "https://github.com/Spomky", + "type": "github" + }, + { + "url": "https://www.patreon.com/FlorentMorselli", + "type": "patreon" + } + ], + "time": "2025-04-25T15:57:13+00:00" + }, + { + "name": "symfony/clock", + "version": "v7.3.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/clock.git", + "reference": "b81435fbd6648ea425d1ee96a2d8e68f4ceacd24" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/clock/zipball/b81435fbd6648ea425d1ee96a2d8e68f4ceacd24", + "reference": "b81435fbd6648ea425d1ee96a2d8e68f4ceacd24", + "shasum": "" + }, + "require": { + "php": ">=8.2", + "psr/clock": "^1.0", + "symfony/polyfill-php83": "^1.28" + }, + "provide": { + "psr/clock-implementation": "1.0" + }, + "type": "library", + "autoload": { + "files": [ + "Resources/now.php" + ], + "psr-4": { + "Symfony\\Component\\Clock\\": "" + }, + "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": "A PHP framework for managing Public Key Infrastructures. It comprises X.509 public key certificates, attribute certificates, certification requests and certification path validation.", - "homepage": "https://github.com/spomky-labs/pki-framework", + "description": "Decouples applications from the system clock", + "homepage": "https://symfony.com", "keywords": [ - "DER", - "Private Key", - "ac", - "algorithm identifier", - "asn.1", - "asn1", - "attribute certificate", - "certificate", - "certification request", - "cryptography", - "csr", - "decrypt", - "ec", - "encrypt", - "pem", - "pkcs", - "public key", - "rsa", - "sign", - "signature", - "verify", - "x.509", - "x.690", - "x509", - "x690" + "clock", + "psr20", + "time" ], "support": { - "issues": "https://github.com/Spomky-Labs/pki-framework/issues", - "source": "https://github.com/Spomky-Labs/pki-framework/tree/1.2.1" + "source": "https://github.com/symfony/clock/tree/v7.3.0" }, "funding": [ { - "url": "https://github.com/Spomky", + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", "type": "github" }, { - "url": "https://www.patreon.com/FlorentMorselli", - "type": "patreon" + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" } ], - "time": "2024-03-30T18:03:49+00:00" + "time": "2024-09-25T14:21:43+00:00" }, { "name": "symfony/config", - "version": "v6.4.8", + "version": "v7.3.0", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "12e7e52515ce37191b193cf3365903c4f3951e35" + "reference": "ba62ae565f1327c2f6366726312ed828c85853bc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/12e7e52515ce37191b193cf3365903c4f3951e35", - "reference": "12e7e52515ce37191b193cf3365903c4f3951e35", + "url": "https://api.github.com/repos/symfony/config/zipball/ba62ae565f1327c2f6366726312ed828c85853bc", + "reference": "ba62ae565f1327c2f6366726312ed828c85853bc", "shasum": "" }, "require": { - "php": ">=8.1", + "php": ">=8.2", "symfony/deprecation-contracts": "^2.5|^3", - "symfony/filesystem": "^5.4|^6.0|^7.0", + "symfony/filesystem": "^7.1", "symfony/polyfill-ctype": "~1.8" }, "conflict": { - "symfony/finder": "<5.4", + "symfony/finder": "<6.4", "symfony/service-contracts": "<2.5" }, "require-dev": { - "symfony/event-dispatcher": "^5.4|^6.0|^7.0", - "symfony/finder": "^5.4|^6.0|^7.0", - "symfony/messenger": "^5.4|^6.0|^7.0", + "symfony/event-dispatcher": "^6.4|^7.0", + "symfony/finder": "^6.4|^7.0", + "symfony/messenger": "^6.4|^7.0", "symfony/service-contracts": "^2.5|^3", - "symfony/yaml": "^5.4|^6.0|^7.0" + "symfony/yaml": "^6.4|^7.0" }, "type": "library", "autoload": { @@ -27215,7 +27902,7 @@ "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/config/tree/v6.4.8" + "source": "https://github.com/symfony/config/tree/v7.3.0" }, "funding": [ { @@ -27231,20 +27918,20 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:49:08+00:00" + "time": "2025-05-15T09:04:05+00:00" }, { "name": "symfony/console", - "version": "v6.4.12", + "version": "v6.4.22", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "72d080eb9edf80e36c19be61f72c98ed8273b765" + "reference": "7d29659bc3c9d8e9a34e2c3414ef9e9e003e6cf3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/72d080eb9edf80e36c19be61f72c98ed8273b765", - "reference": "72d080eb9edf80e36c19be61f72c98ed8273b765", + "url": "https://api.github.com/repos/symfony/console/zipball/7d29659bc3c9d8e9a34e2c3414ef9e9e003e6cf3", + "reference": "7d29659bc3c9d8e9a34e2c3414ef9e9e003e6cf3", "shasum": "" }, "require": { @@ -27309,7 +27996,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.4.12" + "source": "https://github.com/symfony/console/tree/v6.4.22" }, "funding": [ { @@ -27325,20 +28012,20 @@ "type": "tidelift" } ], - "time": "2024-09-20T08:15:52+00:00" + "time": "2025-05-07T07:05:04+00:00" }, { "name": "symfony/css-selector", - "version": "v7.1.1", + "version": "v7.3.0", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "1c7cee86c6f812896af54434f8ce29c8d94f9ff4" + "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/1c7cee86c6f812896af54434f8ce29c8d94f9ff4", - "reference": "1c7cee86c6f812896af54434f8ce29c8d94f9ff4", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/601a5ce9aaad7bf10797e3663faefce9e26c24e2", + "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2", "shasum": "" }, "require": { @@ -27374,7 +28061,7 @@ "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/css-selector/tree/v7.1.1" + "source": "https://github.com/symfony/css-selector/tree/v7.3.0" }, "funding": [ { @@ -27390,44 +28077,43 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:57:53+00:00" + "time": "2024-09-25T14:21:43+00:00" }, { "name": "symfony/dependency-injection", - "version": "v6.4.12", + "version": "v7.3.0", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "cfb9d34a1cdd4911bc737a5358fd1cf8ebfb536e" + "reference": "f64a8f3fa7d4ad5e85de1b128a0e03faed02b732" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/cfb9d34a1cdd4911bc737a5358fd1cf8ebfb536e", - "reference": "cfb9d34a1cdd4911bc737a5358fd1cf8ebfb536e", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/f64a8f3fa7d4ad5e85de1b128a0e03faed02b732", + "reference": "f64a8f3fa7d4ad5e85de1b128a0e03faed02b732", "shasum": "" }, "require": { - "php": ">=8.1", + "php": ">=8.2", "psr/container": "^1.1|^2.0", "symfony/deprecation-contracts": "^2.5|^3", - "symfony/service-contracts": "^2.5|^3.0", - "symfony/var-exporter": "^6.2.10|^7.0" + "symfony/service-contracts": "^3.5", + "symfony/var-exporter": "^6.4.20|^7.2.5" }, "conflict": { "ext-psr": "<1.1|>=2", - "symfony/config": "<6.1", - "symfony/finder": "<5.4", - "symfony/proxy-manager-bridge": "<6.3", - "symfony/yaml": "<5.4" + "symfony/config": "<6.4", + "symfony/finder": "<6.4", + "symfony/yaml": "<6.4" }, "provide": { "psr/container-implementation": "1.1|2.0", "symfony/service-implementation": "1.1|2.0|3.0" }, "require-dev": { - "symfony/config": "^6.1|^7.0", - "symfony/expression-language": "^5.4|^6.0|^7.0", - "symfony/yaml": "^5.4|^6.0|^7.0" + "symfony/config": "^6.4|^7.0", + "symfony/expression-language": "^6.4|^7.0", + "symfony/yaml": "^6.4|^7.0" }, "type": "library", "autoload": { @@ -27455,7 +28141,7 @@ "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v6.4.12" + "source": "https://github.com/symfony/dependency-injection/tree/v7.3.0" }, "funding": [ { @@ -27471,20 +28157,20 @@ "type": "tidelift" } ], - "time": "2024-09-20T08:18:25+00:00" + "time": "2025-05-19T13:28:56+00:00" }, { "name": "symfony/deprecation-contracts", - "version": "v3.5.0", + "version": "v3.6.0", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1" + "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", - "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62", + "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62", "shasum": "" }, "require": { @@ -27492,12 +28178,12 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "3.5-dev" - }, "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" + "url": "https://github.com/symfony/contracts", + "name": "symfony/contracts" + }, + "branch-alias": { + "dev-main": "3.6-dev" } }, "autoload": { @@ -27522,7 +28208,7 @@ "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0" + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0" }, "funding": [ { @@ -27538,20 +28224,20 @@ "type": "tidelift" } ], - "time": "2024-04-18T09:32:20+00:00" + "time": "2024-09-25T14:21:43+00:00" }, { "name": "symfony/error-handler", - "version": "v7.1.3", + "version": "v7.3.0", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "432bb369952795c61ca1def65e078c4a80dad13c" + "reference": "cf68d225bc43629de4ff54778029aee6dc191b83" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/432bb369952795c61ca1def65e078c4a80dad13c", - "reference": "432bb369952795c61ca1def65e078c4a80dad13c", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/cf68d225bc43629de4ff54778029aee6dc191b83", + "reference": "cf68d225bc43629de4ff54778029aee6dc191b83", "shasum": "" }, "require": { @@ -27564,9 +28250,11 @@ "symfony/http-kernel": "<6.4" }, "require-dev": { + "symfony/console": "^6.4|^7.0", "symfony/deprecation-contracts": "^2.5|^3", "symfony/http-kernel": "^6.4|^7.0", - "symfony/serializer": "^6.4|^7.0" + "symfony/serializer": "^6.4|^7.0", + "symfony/webpack-encore-bundle": "^1.0|^2.0" }, "bin": [ "Resources/bin/patch-type-declarations" @@ -27597,7 +28285,7 @@ "description": "Provides tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/error-handler/tree/v7.1.3" + "source": "https://github.com/symfony/error-handler/tree/v7.3.0" }, "funding": [ { @@ -27613,20 +28301,20 @@ "type": "tidelift" } ], - "time": "2024-07-26T13:02:51+00:00" + "time": "2025-05-29T07:19:49+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v7.1.1", + "version": "v7.3.0", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "9fa7f7a21beb22a39a8f3f28618b29e50d7a55a7" + "reference": "497f73ac996a598c92409b44ac43b6690c4f666d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9fa7f7a21beb22a39a8f3f28618b29e50d7a55a7", - "reference": "9fa7f7a21beb22a39a8f3f28618b29e50d7a55a7", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/497f73ac996a598c92409b44ac43b6690c4f666d", + "reference": "497f73ac996a598c92409b44ac43b6690c4f666d", "shasum": "" }, "require": { @@ -27677,7 +28365,7 @@ "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/event-dispatcher/tree/v7.1.1" + "source": "https://github.com/symfony/event-dispatcher/tree/v7.3.0" }, "funding": [ { @@ -27693,20 +28381,20 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:57:53+00:00" + "time": "2025-04-22T09:11:45+00:00" }, { "name": "symfony/event-dispatcher-contracts", - "version": "v3.5.0", + "version": "v3.6.0", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", - "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50" + "reference": "59eb412e93815df44f05f342958efa9f46b1e586" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/8f93aec25d41b72493c6ddff14e916177c9efc50", - "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/59eb412e93815df44f05f342958efa9f46b1e586", + "reference": "59eb412e93815df44f05f342958efa9f46b1e586", "shasum": "" }, "require": { @@ -27715,12 +28403,12 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "3.5-dev" - }, "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" + "url": "https://github.com/symfony/contracts", + "name": "symfony/contracts" + }, + "branch-alias": { + "dev-main": "3.6-dev" } }, "autoload": { @@ -27753,7 +28441,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.0" + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.6.0" }, "funding": [ { @@ -27769,20 +28457,20 @@ "type": "tidelift" } ], - "time": "2024-04-18T09:32:20+00:00" + "time": "2024-09-25T14:21:43+00:00" }, { "name": "symfony/filesystem", - "version": "v7.1.5", + "version": "v7.3.0", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "61fe0566189bf32e8cfee78335d8776f64a66f5a" + "reference": "b8dce482de9d7c9fe2891155035a7248ab5c7fdb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/61fe0566189bf32e8cfee78335d8776f64a66f5a", - "reference": "61fe0566189bf32e8cfee78335d8776f64a66f5a", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/b8dce482de9d7c9fe2891155035a7248ab5c7fdb", + "reference": "b8dce482de9d7c9fe2891155035a7248ab5c7fdb", "shasum": "" }, "require": { @@ -27819,7 +28507,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v7.1.5" + "source": "https://github.com/symfony/filesystem/tree/v7.3.0" }, "funding": [ { @@ -27835,20 +28523,20 @@ "type": "tidelift" } ], - "time": "2024-09-17T09:16:35+00:00" + "time": "2024-10-25T15:15:23+00:00" }, { "name": "symfony/finder", - "version": "v7.1.4", + "version": "v7.3.0", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "d95bbf319f7d052082fb7af147e0f835a695e823" + "reference": "ec2344cf77a48253bbca6939aa3d2477773ea63d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/d95bbf319f7d052082fb7af147e0f835a695e823", - "reference": "d95bbf319f7d052082fb7af147e0f835a695e823", + "url": "https://api.github.com/repos/symfony/finder/zipball/ec2344cf77a48253bbca6939aa3d2477773ea63d", + "reference": "ec2344cf77a48253bbca6939aa3d2477773ea63d", "shasum": "" }, "require": { @@ -27883,7 +28571,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v7.1.4" + "source": "https://github.com/symfony/finder/tree/v7.3.0" }, "funding": [ { @@ -27899,30 +28587,31 @@ "type": "tidelift" } ], - "time": "2024-08-13T14:28:19+00:00" + "time": "2024-12-30T19:00:26+00:00" }, { "name": "symfony/http-client", - "version": "v7.1.5", + "version": "v7.3.0", "source": { "type": "git", "url": "https://github.com/symfony/http-client.git", - "reference": "abca35865118edf35a23f2f24978a1784c831cb4" + "reference": "57e4fb86314015a695a750ace358d07a7e37b8a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client/zipball/abca35865118edf35a23f2f24978a1784c831cb4", - "reference": "abca35865118edf35a23f2f24978a1784c831cb4", + "url": "https://api.github.com/repos/symfony/http-client/zipball/57e4fb86314015a695a750ace358d07a7e37b8a9", + "reference": "57e4fb86314015a695a750ace358d07a7e37b8a9", "shasum": "" }, "require": { "php": ">=8.2", "psr/log": "^1|^2|^3", "symfony/deprecation-contracts": "^2.5|^3", - "symfony/http-client-contracts": "^3.4.1", + "symfony/http-client-contracts": "~3.4.4|^3.5.2", "symfony/service-contracts": "^2.5|^3" }, "conflict": { + "amphp/amp": "<2.5", "php-http/discovery": "<1.15", "symfony/http-foundation": "<6.4" }, @@ -27933,14 +28622,14 @@ "symfony/http-client-implementation": "3.0" }, "require-dev": { - "amphp/amp": "^2.5", - "amphp/http-client": "^4.2.1", - "amphp/http-tunnel": "^1.0", + "amphp/http-client": "^4.2.1|^5.0", + "amphp/http-tunnel": "^1.0|^2.0", "amphp/socket": "^1.1", "guzzlehttp/promises": "^1.4|^2.0", "nyholm/psr7": "^1.0", "php-http/httplug": "^1.0|^2.0", "psr/http-client": "^1.0", + "symfony/amphp-http-client-meta": "^1.0|^2.0", "symfony/dependency-injection": "^6.4|^7.0", "symfony/http-kernel": "^6.4|^7.0", "symfony/messenger": "^6.4|^7.0", @@ -27977,7 +28666,7 @@ "http" ], "support": { - "source": "https://github.com/symfony/http-client/tree/v7.1.5" + "source": "https://github.com/symfony/http-client/tree/v7.3.0" }, "funding": [ { @@ -27993,20 +28682,20 @@ "type": "tidelift" } ], - "time": "2024-09-20T13:35:23+00:00" + "time": "2025-05-02T08:23:16+00:00" }, { "name": "symfony/http-client-contracts", - "version": "v3.5.0", + "version": "v3.6.0", "source": { "type": "git", "url": "https://github.com/symfony/http-client-contracts.git", - "reference": "20414d96f391677bf80078aa55baece78b82647d" + "reference": "75d7043853a42837e68111812f4d964b01e5101c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/20414d96f391677bf80078aa55baece78b82647d", - "reference": "20414d96f391677bf80078aa55baece78b82647d", + "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/75d7043853a42837e68111812f4d964b01e5101c", + "reference": "75d7043853a42837e68111812f4d964b01e5101c", "shasum": "" }, "require": { @@ -28014,12 +28703,12 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "3.5-dev" - }, "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" + "url": "https://github.com/symfony/contracts", + "name": "symfony/contracts" + }, + "branch-alias": { + "dev-main": "3.6-dev" } }, "autoload": { @@ -28055,7 +28744,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/http-client-contracts/tree/v3.5.0" + "source": "https://github.com/symfony/http-client-contracts/tree/v3.6.0" }, "funding": [ { @@ -28071,35 +28760,37 @@ "type": "tidelift" } ], - "time": "2024-04-18T09:32:20+00:00" + "time": "2025-04-29T11:18:49+00:00" }, { "name": "symfony/http-foundation", - "version": "v7.1.5", + "version": "v7.3.0", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "e30ef73b1e44eea7eb37ba69600a354e553f694b" + "reference": "4236baf01609667d53b20371486228231eb135fd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e30ef73b1e44eea7eb37ba69600a354e553f694b", - "reference": "e30ef73b1e44eea7eb37ba69600a354e553f694b", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/4236baf01609667d53b20371486228231eb135fd", + "reference": "4236baf01609667d53b20371486228231eb135fd", "shasum": "" }, "require": { "php": ">=8.2", + "symfony/deprecation-contracts": "^2.5|^3.0", "symfony/polyfill-mbstring": "~1.1", "symfony/polyfill-php83": "^1.27" }, "conflict": { "doctrine/dbal": "<3.6", - "symfony/cache": "<6.4" + "symfony/cache": "<6.4.12|>=7.0,<7.1.5" }, "require-dev": { "doctrine/dbal": "^3.6|^4", "predis/predis": "^1.1|^2.0", - "symfony/cache": "^6.4|^7.0", + "symfony/cache": "^6.4.12|^7.1.5", + "symfony/clock": "^6.4|^7.0", "symfony/dependency-injection": "^6.4|^7.0", "symfony/expression-language": "^6.4|^7.0", "symfony/http-kernel": "^6.4|^7.0", @@ -28132,7 +28823,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v7.1.5" + "source": "https://github.com/symfony/http-foundation/tree/v7.3.0" }, "funding": [ { @@ -28148,20 +28839,20 @@ "type": "tidelift" } ], - "time": "2024-09-20T08:28:38+00:00" + "time": "2025-05-12T14:48:23+00:00" }, { "name": "symfony/http-kernel", - "version": "v7.1.5", + "version": "v7.3.0", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "44204d96150a9df1fc57601ec933d23fefc2d65b" + "reference": "ac7b8e163e8c83dce3abcc055a502d4486051a9f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/44204d96150a9df1fc57601ec933d23fefc2d65b", - "reference": "44204d96150a9df1fc57601ec933d23fefc2d65b", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/ac7b8e163e8c83dce3abcc055a502d4486051a9f", + "reference": "ac7b8e163e8c83dce3abcc055a502d4486051a9f", "shasum": "" }, "require": { @@ -28169,61 +28860,224 @@ "psr/log": "^1|^2|^3", "symfony/deprecation-contracts": "^2.5|^3", "symfony/error-handler": "^6.4|^7.0", - "symfony/event-dispatcher": "^6.4|^7.0", - "symfony/http-foundation": "^6.4|^7.0", + "symfony/event-dispatcher": "^7.3", + "symfony/http-foundation": "^7.3", "symfony/polyfill-ctype": "^1.8" }, "conflict": { - "symfony/browser-kit": "<6.4", - "symfony/cache": "<6.4", - "symfony/config": "<6.4", - "symfony/console": "<6.4", - "symfony/dependency-injection": "<6.4", - "symfony/doctrine-bridge": "<6.4", - "symfony/form": "<6.4", - "symfony/http-client": "<6.4", + "symfony/browser-kit": "<6.4", + "symfony/cache": "<6.4", + "symfony/config": "<6.4", + "symfony/console": "<6.4", + "symfony/dependency-injection": "<6.4", + "symfony/doctrine-bridge": "<6.4", + "symfony/form": "<6.4", + "symfony/http-client": "<6.4", + "symfony/http-client-contracts": "<2.5", + "symfony/mailer": "<6.4", + "symfony/messenger": "<6.4", + "symfony/translation": "<6.4", + "symfony/translation-contracts": "<2.5", + "symfony/twig-bridge": "<6.4", + "symfony/validator": "<6.4", + "symfony/var-dumper": "<6.4", + "twig/twig": "<3.12" + }, + "provide": { + "psr/log-implementation": "1.0|2.0|3.0" + }, + "require-dev": { + "psr/cache": "^1.0|^2.0|^3.0", + "symfony/browser-kit": "^6.4|^7.0", + "symfony/clock": "^6.4|^7.0", + "symfony/config": "^6.4|^7.0", + "symfony/console": "^6.4|^7.0", + "symfony/css-selector": "^6.4|^7.0", + "symfony/dependency-injection": "^6.4|^7.0", + "symfony/dom-crawler": "^6.4|^7.0", + "symfony/expression-language": "^6.4|^7.0", + "symfony/finder": "^6.4|^7.0", + "symfony/http-client-contracts": "^2.5|^3", + "symfony/process": "^6.4|^7.0", + "symfony/property-access": "^7.1", + "symfony/routing": "^6.4|^7.0", + "symfony/serializer": "^7.1", + "symfony/stopwatch": "^6.4|^7.0", + "symfony/translation": "^6.4|^7.0", + "symfony/translation-contracts": "^2.5|^3", + "symfony/uid": "^6.4|^7.0", + "symfony/validator": "^6.4|^7.0", + "symfony/var-dumper": "^6.4|^7.0", + "symfony/var-exporter": "^6.4|^7.0", + "twig/twig": "^3.12" + }, + "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/v7.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": "2025-05-29T07:47:32+00:00" + }, + { + "name": "symfony/intl", + "version": "v6.4.22", + "source": { + "type": "git", + "url": "https://github.com/symfony/intl.git", + "reference": "aaecb52f18a6f95766a239ca0a6cc0df983d92cc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/intl/zipball/aaecb52f18a6f95766a239ca0a6cc0df983d92cc", + "reference": "aaecb52f18a6f95766a239ca0a6cc0df983d92cc", + "shasum": "" + }, + "require": { + "php": ">=8.1" + }, + "require-dev": { + "symfony/filesystem": "^5.4|^6.0|^7.0", + "symfony/finder": "^5.4|^6.0|^7.0", + "symfony/var-exporter": "^5.4|^6.0|^7.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Intl\\": "" + }, + "exclude-from-classmap": [ + "/Tests/", + "/Resources/data/" + ] + }, + "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 access to the localization data of the ICU library", + "homepage": "https://symfony.com", + "keywords": [ + "i18n", + "icu", + "internationalization", + "intl", + "l10n", + "localization" + ], + "support": { + "source": "https://github.com/symfony/intl/tree/v6.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": "2025-05-04T12:02:38+00:00" + }, + { + "name": "symfony/mailer", + "version": "v6.4.21", + "source": { + "type": "git", + "url": "https://github.com/symfony/mailer.git", + "reference": "ada2809ccd4ec27aba9fc344e3efdaec624c6438" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/mailer/zipball/ada2809ccd4ec27aba9fc344e3efdaec624c6438", + "reference": "ada2809ccd4ec27aba9fc344e3efdaec624c6438", + "shasum": "" + }, + "require": { + "egulias/email-validator": "^2.1.10|^3|^4", + "php": ">=8.1", + "psr/event-dispatcher": "^1", + "psr/log": "^1|^2|^3", + "symfony/event-dispatcher": "^5.4|^6.0|^7.0", + "symfony/mime": "^6.2|^7.0", + "symfony/service-contracts": "^2.5|^3" + }, + "conflict": { "symfony/http-client-contracts": "<2.5", - "symfony/mailer": "<6.4", - "symfony/messenger": "<6.4", - "symfony/translation": "<6.4", - "symfony/translation-contracts": "<2.5", - "symfony/twig-bridge": "<6.4", - "symfony/validator": "<6.4", - "symfony/var-dumper": "<6.4", - "twig/twig": "<3.0.4" - }, - "provide": { - "psr/log-implementation": "1.0|2.0|3.0" + "symfony/http-kernel": "<5.4", + "symfony/messenger": "<6.2", + "symfony/mime": "<6.2", + "symfony/twig-bridge": "<6.2.1" }, "require-dev": { - "psr/cache": "^1.0|^2.0|^3.0", - "symfony/browser-kit": "^6.4|^7.0", - "symfony/clock": "^6.4|^7.0", - "symfony/config": "^6.4|^7.0", - "symfony/console": "^6.4|^7.0", - "symfony/css-selector": "^6.4|^7.0", - "symfony/dependency-injection": "^6.4|^7.0", - "symfony/dom-crawler": "^6.4|^7.0", - "symfony/expression-language": "^6.4|^7.0", - "symfony/finder": "^6.4|^7.0", - "symfony/http-client-contracts": "^2.5|^3", - "symfony/process": "^6.4|^7.0", - "symfony/property-access": "^7.1", - "symfony/routing": "^6.4|^7.0", - "symfony/serializer": "^7.1", - "symfony/stopwatch": "^6.4|^7.0", - "symfony/translation": "^6.4|^7.0", - "symfony/translation-contracts": "^2.5|^3", - "symfony/uid": "^6.4|^7.0", - "symfony/validator": "^6.4|^7.0", - "symfony/var-dumper": "^6.4|^7.0", - "symfony/var-exporter": "^6.4|^7.0", - "twig/twig": "^3.0.4" + "symfony/console": "^5.4|^6.0|^7.0", + "symfony/http-client": "^5.4|^6.0|^7.0", + "symfony/messenger": "^6.2|^7.0", + "symfony/twig-bridge": "^6.2|^7.0" }, "type": "library", "autoload": { "psr-4": { - "Symfony\\Component\\HttpKernel\\": "" + "Symfony\\Component\\Mailer\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -28243,10 +29097,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Provides a structured process for converting a Request into a Response", + "description": "Helps sending emails", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v7.1.5" + "source": "https://github.com/symfony/mailer/tree/v6.4.21" }, "funding": [ { @@ -28262,38 +29116,52 @@ "type": "tidelift" } ], - "time": "2024-09-21T06:09:21+00:00" + "time": "2025-04-26T23:47:35+00:00" }, { - "name": "symfony/intl", - "version": "v6.4.12", + "name": "symfony/mime", + "version": "v6.4.21", "source": { "type": "git", - "url": "https://github.com/symfony/intl.git", - "reference": "5f64d7218f4078492ca59da94747d7474a2a52c4" + "url": "https://github.com/symfony/mime.git", + "reference": "fec8aa5231f3904754955fad33c2db50594d22d1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/intl/zipball/5f64d7218f4078492ca59da94747d7474a2a52c4", - "reference": "5f64d7218f4078492ca59da94747d7474a2a52c4", + "url": "https://api.github.com/repos/symfony/mime/zipball/fec8aa5231f3904754955fad33c2db50594d22d1", + "reference": "fec8aa5231f3904754955fad33c2db50594d22d1", "shasum": "" }, "require": { - "php": ">=8.1" + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3", + "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": "<6.4.3|>7.0,<7.0.3" }, "require-dev": { - "symfony/filesystem": "^5.4|^6.0|^7.0", - "symfony/finder": "^5.4|^6.0|^7.0", - "symfony/var-exporter": "^5.4|^6.0|^7.0" + "egulias/email-validator": "^2.1.10|^3.1|^4", + "league/html-to-markdown": "^5.0", + "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", + "symfony/dependency-injection": "^5.4|^6.0|^7.0", + "symfony/process": "^5.4|^6.4|^7.0", + "symfony/property-access": "^5.4|^6.0|^7.0", + "symfony/property-info": "^5.4|^6.0|^7.0", + "symfony/serializer": "^6.4.3|^7.0.3" }, "type": "library", "autoload": { "psr-4": { - "Symfony\\Component\\Intl\\": "" + "Symfony\\Component\\Mime\\": "" }, "exclude-from-classmap": [ - "/Tests/", - "/Resources/data/" + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -28302,34 +29170,22 @@ ], "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": "Fabien Potencier", + "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Provides access to the localization data of the ICU library", + "description": "Allows manipulating MIME messages", "homepage": "https://symfony.com", "keywords": [ - "i18n", - "icu", - "internationalization", - "intl", - "l10n", - "localization" + "mime", + "mime-type" ], "support": { - "source": "https://github.com/symfony/intl/tree/v6.4.12" + "source": "https://github.com/symfony/mime/tree/v6.4.21" }, "funding": [ { @@ -28345,11 +29201,11 @@ "type": "tidelift" } ], - "time": "2024-09-20T08:16:53+00:00" + "time": "2025-04-27T13:27:38+00:00" }, { "name": "symfony/polyfill-ctype", - "version": "v1.31.0", + "version": "v1.32.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", @@ -28373,8 +29229,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -28408,7 +29264,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.32.0" }, "funding": [ { @@ -28428,7 +29284,7 @@ }, { "name": "symfony/polyfill-intl-grapheme", - "version": "v1.31.0", + "version": "v1.32.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", @@ -28449,8 +29305,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -28486,7 +29342,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.0" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.32.0" }, "funding": [ { @@ -28506,16 +29362,16 @@ }, { "name": "symfony/polyfill-intl-idn", - "version": "v1.31.0", + "version": "v1.32.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773" + "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c36586dcf89a12315939e00ec9b4474adcb1d773", - "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/9614ac4d8061dc257ecc64cba1b140873dce8ad3", + "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3", "shasum": "" }, "require": { @@ -28528,8 +29384,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -28569,7 +29425,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.31.0" + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.32.0" }, "funding": [ { @@ -28585,11 +29441,11 @@ "type": "tidelift" } ], - "time": "2024-09-09T11:45:10+00:00" + "time": "2024-09-10T14:38:51+00:00" }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.31.0", + "version": "v1.32.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", @@ -28610,8 +29466,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -28650,7 +29506,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.32.0" }, "funding": [ { @@ -28670,19 +29526,20 @@ }, { "name": "symfony/polyfill-mbstring", - "version": "v1.31.0", + "version": "v1.32.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341" + "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341", - "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493", + "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493", "shasum": "" }, "require": { + "ext-iconv": "*", "php": ">=7.2" }, "provide": { @@ -28694,8 +29551,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -28730,7 +29587,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.32.0" }, "funding": [ { @@ -28746,11 +29603,11 @@ "type": "tidelift" } ], - "time": "2024-09-09T11:45:10+00:00" + "time": "2024-12-23T08:48:59+00:00" }, { "name": "symfony/polyfill-php73", - "version": "v1.31.0", + "version": "v1.32.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", @@ -28768,8 +29625,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -28806,7 +29663,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php73/tree/v1.31.0" + "source": "https://github.com/symfony/polyfill-php73/tree/v1.32.0" }, "funding": [ { @@ -28826,16 +29683,16 @@ }, { "name": "symfony/polyfill-php80", - "version": "v1.31.0", + "version": "v1.32.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8" + "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", - "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608", + "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608", "shasum": "" }, "require": { @@ -28844,8 +29701,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -28886,7 +29743,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.32.0" }, "funding": [ { @@ -28902,11 +29759,11 @@ "type": "tidelift" } ], - "time": "2024-09-09T11:45:10+00:00" + "time": "2025-01-02T08:10:11+00:00" }, { "name": "symfony/polyfill-php81", - "version": "v1.31.0", + "version": "v1.32.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php81.git", @@ -28924,8 +29781,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -28962,7 +29819,83 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php81/tree/v1.31.0" + "source": "https://github.com/symfony/polyfill-php81/tree/v1.32.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": "2024-09-09T11:45:10+00:00" + }, + { + "name": "symfony/polyfill-php82", + "version": "v1.32.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php82.git", + "reference": "5d2ed36f7734637dacc025f179698031951b1692" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php82/zipball/5d2ed36f7734637dacc025f179698031951b1692", + "reference": "5d2ed36f7734637dacc025f179698031951b1692", + "shasum": "" + }, + "require": { + "php": ">=7.2" + }, + "type": "library", + "extra": { + "thanks": { + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php82\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "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 backporting some PHP 8.2+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php82/tree/v1.32.0" }, "funding": [ { @@ -28982,7 +29915,7 @@ }, { "name": "symfony/polyfill-php83", - "version": "v1.31.0", + "version": "v1.32.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php83.git", @@ -29000,8 +29933,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -29038,7 +29971,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php83/tree/v1.31.0" + "source": "https://github.com/symfony/polyfill-php83/tree/v1.32.0" }, "funding": [ { @@ -29058,16 +29991,16 @@ }, { "name": "symfony/process", - "version": "v6.4.12", + "version": "v6.4.20", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "3f94e5f13ff58df371a7ead461b6e8068900fbb3" + "reference": "e2a61c16af36c9a07e5c9906498b73e091949a20" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/3f94e5f13ff58df371a7ead461b6e8068900fbb3", - "reference": "3f94e5f13ff58df371a7ead461b6e8068900fbb3", + "url": "https://api.github.com/repos/symfony/process/zipball/e2a61c16af36c9a07e5c9906498b73e091949a20", + "reference": "e2a61c16af36c9a07e5c9906498b73e091949a20", "shasum": "" }, "require": { @@ -29099,7 +30032,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.4.12" + "source": "https://github.com/symfony/process/tree/v6.4.20" }, "funding": [ { @@ -29115,20 +30048,20 @@ "type": "tidelift" } ], - "time": "2024-09-17T12:47:12+00:00" + "time": "2025-03-10T17:11:00+00:00" }, { "name": "symfony/proxy-manager-bridge", - "version": "v6.4.8", + "version": "v6.4.13", "source": { "type": "git", "url": "https://github.com/symfony/proxy-manager-bridge.git", - "reference": "b8119e0b248ef0711c25cd09acc729102122621c" + "reference": "8932b572e147e80fb498045c580eb14215197529" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/b8119e0b248ef0711c25cd09acc729102122621c", - "reference": "b8119e0b248ef0711c25cd09acc729102122621c", + "url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/8932b572e147e80fb498045c580eb14215197529", + "reference": "8932b572e147e80fb498045c580eb14215197529", "shasum": "" }, "require": { @@ -29166,7 +30099,7 @@ "description": "Provides integration for ProxyManager with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/proxy-manager-bridge/tree/v6.4.8" + "source": "https://github.com/symfony/proxy-manager-bridge/tree/v6.4.13" }, "funding": [ { @@ -29182,61 +30115,61 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:49:08+00:00" + "time": "2024-09-25T14:18:03+00:00" }, { "name": "symfony/serializer", - "version": "v6.4.12", + "version": "v7.3.0", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "10ae9c1b90f4809ccb7277cc8fe8d80b3af4412c" + "reference": "2d86f81b1c506d7e1578789f93280dab4b8411bb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/10ae9c1b90f4809ccb7277cc8fe8d80b3af4412c", - "reference": "10ae9c1b90f4809ccb7277cc8fe8d80b3af4412c", + "url": "https://api.github.com/repos/symfony/serializer/zipball/2d86f81b1c506d7e1578789f93280dab4b8411bb", + "reference": "2d86f81b1c506d7e1578789f93280dab4b8411bb", "shasum": "" }, "require": { - "php": ">=8.1", + "php": ">=8.2", "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-ctype": "~1.8" }, "conflict": { - "doctrine/annotations": "<1.12", "phpdocumentor/reflection-docblock": "<3.2.2", "phpdocumentor/type-resolver": "<1.4.0", - "symfony/dependency-injection": "<5.4", - "symfony/property-access": "<5.4", - "symfony/property-info": "<5.4.24|>=6,<6.2.11", - "symfony/uid": "<5.4", + "symfony/dependency-injection": "<6.4", + "symfony/property-access": "<6.4", + "symfony/property-info": "<6.4", + "symfony/uid": "<6.4", "symfony/validator": "<6.4", - "symfony/yaml": "<5.4" + "symfony/yaml": "<6.4" }, "require-dev": { - "doctrine/annotations": "^1.12|^2", "phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0", + "phpstan/phpdoc-parser": "^1.0|^2.0", "seld/jsonlint": "^1.10", - "symfony/cache": "^5.4|^6.0|^7.0", - "symfony/config": "^5.4|^6.0|^7.0", - "symfony/console": "^5.4|^6.0|^7.0", - "symfony/dependency-injection": "^5.4|^6.0|^7.0", - "symfony/error-handler": "^5.4|^6.0|^7.0", - "symfony/filesystem": "^5.4|^6.0|^7.0", - "symfony/form": "^5.4|^6.0|^7.0", - "symfony/http-foundation": "^5.4|^6.0|^7.0", - "symfony/http-kernel": "^5.4|^6.0|^7.0", - "symfony/messenger": "^5.4|^6.0|^7.0", - "symfony/mime": "^5.4|^6.0|^7.0", - "symfony/property-access": "^5.4.26|^6.3|^7.0", - "symfony/property-info": "^5.4.24|^6.2.11|^7.0", + "symfony/cache": "^6.4|^7.0", + "symfony/config": "^6.4|^7.0", + "symfony/console": "^6.4|^7.0", + "symfony/dependency-injection": "^7.2", + "symfony/error-handler": "^6.4|^7.0", + "symfony/filesystem": "^6.4|^7.0", + "symfony/form": "^6.4|^7.0", + "symfony/http-foundation": "^6.4|^7.0", + "symfony/http-kernel": "^6.4|^7.0", + "symfony/messenger": "^6.4|^7.0", + "symfony/mime": "^6.4|^7.0", + "symfony/property-access": "^6.4|^7.0", + "symfony/property-info": "^6.4|^7.0", "symfony/translation-contracts": "^2.5|^3", - "symfony/uid": "^5.4|^6.0|^7.0", + "symfony/type-info": "^7.1", + "symfony/uid": "^6.4|^7.0", "symfony/validator": "^6.4|^7.0", - "symfony/var-dumper": "^5.4|^6.0|^7.0", - "symfony/var-exporter": "^5.4|^6.0|^7.0", - "symfony/yaml": "^5.4|^6.0|^7.0" + "symfony/var-dumper": "^6.4|^7.0", + "symfony/var-exporter": "^6.4|^7.0", + "symfony/yaml": "^6.4|^7.0" }, "type": "library", "autoload": { @@ -29264,7 +30197,7 @@ "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": { - "source": "https://github.com/symfony/serializer/tree/v6.4.12" + "source": "https://github.com/symfony/serializer/tree/v7.3.0" }, "funding": [ { @@ -29280,20 +30213,20 @@ "type": "tidelift" } ], - "time": "2024-09-20T08:15:52+00:00" + "time": "2025-05-12T14:48:23+00:00" }, { "name": "symfony/service-contracts", - "version": "v3.5.0", + "version": "v3.6.0", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f" + "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f", - "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f021b05a130d35510bd6b25fe9053c2a8a15d5d4", + "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4", "shasum": "" }, "require": { @@ -29306,12 +30239,12 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "3.5-dev" - }, "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" + "url": "https://github.com/symfony/contracts", + "name": "symfony/contracts" + }, + "branch-alias": { + "dev-main": "3.6-dev" } }, "autoload": { @@ -29347,7 +30280,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v3.5.0" + "source": "https://github.com/symfony/service-contracts/tree/v3.6.0" }, "funding": [ { @@ -29363,20 +30296,20 @@ "type": "tidelift" } ], - "time": "2024-04-18T09:32:20+00:00" + "time": "2025-04-25T09:37:31+00:00" }, { "name": "symfony/string", - "version": "v6.4.12", + "version": "v6.4.21", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "f8a1ccebd0997e16112dfecfd74220b78e5b284b" + "reference": "73e2c6966a5aef1d4892873ed5322245295370c6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/f8a1ccebd0997e16112dfecfd74220b78e5b284b", - "reference": "f8a1ccebd0997e16112dfecfd74220b78e5b284b", + "url": "https://api.github.com/repos/symfony/string/zipball/73e2c6966a5aef1d4892873ed5322245295370c6", + "reference": "73e2c6966a5aef1d4892873ed5322245295370c6", "shasum": "" }, "require": { @@ -29433,7 +30366,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.4.12" + "source": "https://github.com/symfony/string/tree/v6.4.21" }, "funding": [ { @@ -29449,55 +30382,56 @@ "type": "tidelift" } ], - "time": "2024-09-20T08:15:52+00:00" + "time": "2025-04-18T15:23:29+00:00" }, { "name": "symfony/translation", - "version": "v6.4.12", + "version": "v7.3.0", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "cf8360b8352b086be620fae8342c4d96e391a489" + "reference": "4aba29076a29a3aa667e09b791e5f868973a8667" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/cf8360b8352b086be620fae8342c4d96e391a489", - "reference": "cf8360b8352b086be620fae8342c4d96e391a489", + "url": "https://api.github.com/repos/symfony/translation/zipball/4aba29076a29a3aa667e09b791e5f868973a8667", + "reference": "4aba29076a29a3aa667e09b791e5f868973a8667", "shasum": "" }, "require": { - "php": ">=8.1", + "php": ">=8.2", "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-mbstring": "~1.0", "symfony/translation-contracts": "^2.5|^3.0" }, "conflict": { - "symfony/config": "<5.4", - "symfony/console": "<5.4", - "symfony/dependency-injection": "<5.4", + "nikic/php-parser": "<5.0", + "symfony/config": "<6.4", + "symfony/console": "<6.4", + "symfony/dependency-injection": "<6.4", "symfony/http-client-contracts": "<2.5", - "symfony/http-kernel": "<5.4", + "symfony/http-kernel": "<6.4", "symfony/service-contracts": "<2.5", - "symfony/twig-bundle": "<5.4", - "symfony/yaml": "<5.4" + "symfony/twig-bundle": "<6.4", + "symfony/yaml": "<6.4" }, "provide": { "symfony/translation-implementation": "2.3|3.0" }, "require-dev": { - "nikic/php-parser": "^4.18|^5.0", + "nikic/php-parser": "^5.0", "psr/log": "^1|^2|^3", - "symfony/config": "^5.4|^6.0|^7.0", - "symfony/console": "^5.4|^6.0|^7.0", - "symfony/dependency-injection": "^5.4|^6.0|^7.0", - "symfony/finder": "^5.4|^6.0|^7.0", + "symfony/config": "^6.4|^7.0", + "symfony/console": "^6.4|^7.0", + "symfony/dependency-injection": "^6.4|^7.0", + "symfony/finder": "^6.4|^7.0", "symfony/http-client-contracts": "^2.5|^3.0", - "symfony/http-kernel": "^5.4|^6.0|^7.0", - "symfony/intl": "^5.4|^6.0|^7.0", + "symfony/http-kernel": "^6.4|^7.0", + "symfony/intl": "^6.4|^7.0", "symfony/polyfill-intl-icu": "^1.21", - "symfony/routing": "^5.4|^6.0|^7.0", + "symfony/routing": "^6.4|^7.0", "symfony/service-contracts": "^2.5|^3", - "symfony/yaml": "^5.4|^6.0|^7.0" + "symfony/yaml": "^6.4|^7.0" }, "type": "library", "autoload": { @@ -29528,7 +30462,7 @@ "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/v6.4.12" + "source": "https://github.com/symfony/translation/tree/v7.3.0" }, "funding": [ { @@ -29544,20 +30478,20 @@ "type": "tidelift" } ], - "time": "2024-09-16T06:02:54+00:00" + "time": "2025-05-29T07:19:49+00:00" }, { "name": "symfony/translation-contracts", - "version": "v3.5.0", + "version": "v3.6.0", "source": { "type": "git", "url": "https://github.com/symfony/translation-contracts.git", - "reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a" + "reference": "df210c7a2573f1913b2d17cc95f90f53a73d8f7d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/b9d2189887bb6b2e0367a9fc7136c5239ab9b05a", - "reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/df210c7a2573f1913b2d17cc95f90f53a73d8f7d", + "reference": "df210c7a2573f1913b2d17cc95f90f53a73d8f7d", "shasum": "" }, "require": { @@ -29565,12 +30499,12 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "3.5-dev" - }, "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" + "url": "https://github.com/symfony/contracts", + "name": "symfony/contracts" + }, + "branch-alias": { + "dev-main": "3.6-dev" } }, "autoload": { @@ -29606,7 +30540,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/translation-contracts/tree/v3.5.0" + "source": "https://github.com/symfony/translation-contracts/tree/v3.6.0" }, "funding": [ { @@ -29622,24 +30556,25 @@ "type": "tidelift" } ], - "time": "2024-04-18T09:32:20+00:00" + "time": "2024-09-27T08:32:26+00:00" }, { "name": "symfony/var-dumper", - "version": "v7.1.5", + "version": "v7.3.0", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "e20e03889539fd4e4211e14d2179226c513c010d" + "reference": "548f6760c54197b1084e1e5c71f6d9d523f2f78e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/e20e03889539fd4e4211e14d2179226c513c010d", - "reference": "e20e03889539fd4e4211e14d2179226c513c010d", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/548f6760c54197b1084e1e5c71f6d9d523f2f78e", + "reference": "548f6760c54197b1084e1e5c71f6d9d523f2f78e", "shasum": "" }, "require": { "php": ">=8.2", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { @@ -29651,7 +30586,7 @@ "symfony/http-kernel": "^6.4|^7.0", "symfony/process": "^6.4|^7.0", "symfony/uid": "^6.4|^7.0", - "twig/twig": "^3.0.4" + "twig/twig": "^3.12" }, "bin": [ "Resources/bin/var-dump-server" @@ -29689,7 +30624,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v7.1.5" + "source": "https://github.com/symfony/var-dumper/tree/v7.3.0" }, "funding": [ { @@ -29705,24 +30640,25 @@ "type": "tidelift" } ], - "time": "2024-09-16T10:07:02+00:00" + "time": "2025-04-27T18:39:23+00:00" }, { "name": "symfony/var-exporter", - "version": "v7.1.2", + "version": "v7.3.0", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "b80a669a2264609f07f1667f891dbfca25eba44c" + "reference": "c9a1168891b5aaadfd6332ef44393330b3498c4c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/b80a669a2264609f07f1667f891dbfca25eba44c", - "reference": "b80a669a2264609f07f1667f891dbfca25eba44c", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/c9a1168891b5aaadfd6332ef44393330b3498c4c", + "reference": "c9a1168891b5aaadfd6332ef44393330b3498c4c", "shasum": "" }, "require": { - "php": ">=8.2" + "php": ">=8.2", + "symfony/deprecation-contracts": "^2.5|^3" }, "require-dev": { "symfony/property-access": "^6.4|^7.0", @@ -29765,7 +30701,7 @@ "serialize" ], "support": { - "source": "https://github.com/symfony/var-exporter/tree/v7.1.2" + "source": "https://github.com/symfony/var-exporter/tree/v7.3.0" }, "funding": [ { @@ -29781,32 +30717,32 @@ "type": "tidelift" } ], - "time": "2024-06-28T08:00:31+00:00" + "time": "2025-05-15T09:04:05+00:00" }, { "name": "symfony/yaml", - "version": "v6.4.12", + "version": "v7.3.0", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "762ee56b2649659380e0ef4d592d807bc17b7971" + "reference": "cea40a48279d58dc3efee8112634cb90141156c2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/762ee56b2649659380e0ef4d592d807bc17b7971", - "reference": "762ee56b2649659380e0ef4d592d807bc17b7971", + "url": "https://api.github.com/repos/symfony/yaml/zipball/cea40a48279d58dc3efee8112634cb90141156c2", + "reference": "cea40a48279d58dc3efee8112634cb90141156c2", "shasum": "" }, "require": { - "php": ">=8.1", - "symfony/deprecation-contracts": "^2.5|^3", + "php": ">=8.2", + "symfony/deprecation-contracts": "^2.5|^3.0", "symfony/polyfill-ctype": "^1.8" }, "conflict": { - "symfony/console": "<5.4" + "symfony/console": "<6.4" }, "require-dev": { - "symfony/console": "^5.4|^6.0|^7.0" + "symfony/console": "^6.4|^7.0" }, "bin": [ "Resources/bin/yaml-lint" @@ -29837,7 +30773,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v6.4.12" + "source": "https://github.com/symfony/yaml/tree/v7.3.0" }, "funding": [ { @@ -29853,7 +30789,7 @@ "type": "tidelift" } ], - "time": "2024-09-17T12:47:12+00:00" + "time": "2025-04-04T10:10:33+00:00" }, { "name": "tedivm/jshrink", @@ -29974,16 +30910,16 @@ }, { "name": "web-token/jwt-framework", - "version": "3.4.6", + "version": "3.4.8", "source": { "type": "git", "url": "https://github.com/web-token/jwt-framework.git", - "reference": "1e9f8bf0c3f5c60e65c11e096832dec7a2c70cde" + "reference": "788267095b0b0c3ba42559eb2ec955f416628ec0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/web-token/jwt-framework/zipball/1e9f8bf0c3f5c60e65c11e096832dec7a2c70cde", - "reference": "1e9f8bf0c3f5c60e65c11e096832dec7a2c70cde", + "url": "https://api.github.com/repos/web-token/jwt-framework/zipball/788267095b0b0c3ba42559eb2ec955f416628ec0", + "reference": "788267095b0b0c3ba42559eb2ec955f416628ec0", "shasum": "" }, "require": { @@ -29995,7 +30931,7 @@ "paragonie/constant_time_encoding": "^2.6|^3.0", "paragonie/sodium_compat": "^1.20|^2.0", "php": ">=8.1", - "psr/cache": "^3.0", + "psr/cache": "^2.0|^3.0", "psr/clock": "^1.0", "psr/event-dispatcher": "^1.0", "psr/http-client": "^1.0", @@ -30127,7 +31063,7 @@ ], "support": { "issues": "https://github.com/web-token/jwt-framework/issues", - "source": "https://github.com/web-token/jwt-framework/tree/3.4.6" + "source": "https://github.com/web-token/jwt-framework/tree/3.4.8" }, "funding": [ { @@ -30139,7 +31075,7 @@ "type": "patreon" } ], - "time": "2024-07-02T16:35:11+00:00" + "time": "2025-05-07T09:11:18+00:00" }, { "name": "webimpress/safe-writer", @@ -30200,76 +31136,18 @@ ], "time": "2021-04-19T16:34:45+00:00" }, - { - "name": "webmozart/assert", - "version": "1.11.0", - "source": { - "type": "git", - "url": "https://github.com/webmozarts/assert.git", - "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991", - "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991", - "shasum": "" - }, - "require": { - "ext-ctype": "*", - "php": "^7.2 || ^8.0" - }, - "conflict": { - "phpstan/phpstan": "<0.12.20", - "vimeo/psalm": "<4.6.1 || 4.6.2" - }, - "require-dev": { - "phpunit/phpunit": "^8.5.13" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.10-dev" - } - }, - "autoload": { - "psr-4": { - "Webmozart\\Assert\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" - } - ], - "description": "Assertions to validate method input/output with nice error messages.", - "keywords": [ - "assert", - "check", - "validate" - ], - "support": { - "issues": "https://github.com/webmozarts/assert/issues", - "source": "https://github.com/webmozarts/assert/tree/1.11.0" - }, - "time": "2022-06-03T18:03:27+00:00" - }, { "name": "webonyx/graphql-php", - "version": "v15.14.1", + "version": "v15.20.0", "source": { "type": "git", "url": "https://github.com/webonyx/graphql-php.git", - "reference": "73542661e3aeaba6b2c60481e82d6b9ea4196908" + "reference": "60feb7ad5023c0ef411efbdf9792d3df5812e28f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/73542661e3aeaba6b2c60481e82d6b9ea4196908", - "reference": "73542661e3aeaba6b2c60481e82d6b9ea4196908", + "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/60feb7ad5023c0ef411efbdf9792d3df5812e28f", + "reference": "60feb7ad5023c0ef411efbdf9792d3df5812e28f", "shasum": "" }, "require": { @@ -30282,22 +31160,22 @@ "amphp/http-server": "^2.1", "dms/phpunit-arraysubset-asserts": "dev-master", "ergebnis/composer-normalize": "^2.28", - "friendsofphp/php-cs-fixer": "3.64.0", - "mll-lab/php-cs-fixer-config": "^5.9.2", + "friendsofphp/php-cs-fixer": "3.73.1", + "mll-lab/php-cs-fixer-config": "5.11.0", "nyholm/psr7": "^1.5", "phpbench/phpbench": "^1.2", "phpstan/extension-installer": "^1.1", - "phpstan/phpstan": "1.12.3", - "phpstan/phpstan-phpunit": "1.4.0", - "phpstan/phpstan-strict-rules": "1.6.0", - "phpunit/phpunit": "^9.5 || ^10.5.21", + "phpstan/phpstan": "2.1.8", + "phpstan/phpstan-phpunit": "2.0.4", + "phpstan/phpstan-strict-rules": "2.0.4", + "phpunit/phpunit": "^9.5 || ^10.5.21 || ^11", "psr/http-message": "^1 || ^2", "react/http": "^1.6", "react/promise": "^2.0 || ^3.0", - "rector/rector": "^1.0", + "rector/rector": "^2.0", "symfony/polyfill-php81": "^1.23", "symfony/var-exporter": "^5 || ^6 || ^7", - "thecodingmachine/safe": "^1.3 || ^2" + "thecodingmachine/safe": "^1.3 || ^2 || ^3" }, "suggest": { "amphp/http-server": "To leverage async resolving with webserver on AMPHP platform", @@ -30322,7 +31200,7 @@ ], "support": { "issues": "https://github.com/webonyx/graphql-php/issues", - "source": "https://github.com/webonyx/graphql-php/tree/v15.14.1" + "source": "https://github.com/webonyx/graphql-php/tree/v15.20.0" }, "funding": [ { @@ -30330,32 +31208,32 @@ "type": "open_collective" } ], - "time": "2024-09-26T08:18:11+00:00" + "time": "2025-03-21T08:45:04+00:00" }, { "name": "wikimedia/less.php", - "version": "v3.2.1", + "version": "v5.3.1", "source": { "type": "git", "url": "https://github.com/wikimedia/less.php.git", - "reference": "0d5b30ba792bdbf8991a646fc9c30561b38a5559" + "reference": "fb0ed6296bb69cad225dd49b7e93765aab9ae88b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wikimedia/less.php/zipball/0d5b30ba792bdbf8991a646fc9c30561b38a5559", - "reference": "0d5b30ba792bdbf8991a646fc9c30561b38a5559", + "url": "https://api.github.com/repos/wikimedia/less.php/zipball/fb0ed6296bb69cad225dd49b7e93765aab9ae88b", + "reference": "fb0ed6296bb69cad225dd49b7e93765aab9ae88b", "shasum": "" }, "require": { - "php": ">=7.2.9" + "php": ">=7.4.3" }, "require-dev": { - "mediawiki/mediawiki-codesniffer": "40.0.1", - "mediawiki/mediawiki-phan-config": "0.12.0", - "mediawiki/minus-x": "1.1.1", + "mediawiki/mediawiki-codesniffer": "46.0.0", + "mediawiki/mediawiki-phan-config": "0.15.1", + "mediawiki/minus-x": "1.1.3", "php-parallel-lint/php-console-highlighter": "1.0.0", - "php-parallel-lint/php-parallel-lint": "1.3.2", - "phpunit/phpunit": "^8.5" + "php-parallel-lint/php-parallel-lint": "1.4.0", + "phpunit/phpunit": "9.6.21" }, "bin": [ "bin/lessc" @@ -30403,9 +31281,9 @@ ], "support": { "issues": "https://github.com/wikimedia/less.php/issues", - "source": "https://github.com/wikimedia/less.php/tree/v3.2.1" + "source": "https://github.com/wikimedia/less.php/tree/v5.3.1" }, - "time": "2023-02-03T06:43:41+00:00" + "time": "2025-04-16T22:21:45+00:00" }, { "name": "zordius/lightncandy", @@ -30467,10 +31345,10 @@ "packages-dev": [], "aliases": [], "minimum-stability": "alpha", - "stability-flags": [], + "stability-flags": {}, "prefer-stable": true, "prefer-lowest": false, - "platform": [], - "platform-dev": [], + "platform": {}, + "platform-dev": {}, "plugin-api-version": "2.6.0" }