From 18c1a988106aa8c276035b060593872331bf4a3f Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Wed, 12 Jun 2024 09:44:53 +0200 Subject: [PATCH] Update composer.lock --- composer.lock | 289 +++++++++++++++++++++++++++++++++----------------- 1 file changed, 194 insertions(+), 95 deletions(-) diff --git a/composer.lock b/composer.lock index 66892f0..944bea1 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "4d382c7246db2b93443487cd8060fe32", + "content-hash": "6ada39eefb2861e70b6af3f6e5964237", "packages": [ { "name": "automattic/jetpack-autoloader", - "version": "v3.0.7", + "version": "v3.0.8", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-autoloader.git", - "reference": "2a3ab8c22cefdb7a48f1c704696c821d1e9a5ebb" + "reference": "1e1e4a6d2757f3ecbb9d98dcdd817a6c7c02a67d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/2a3ab8c22cefdb7a48f1c704696c821d1e9a5ebb", - "reference": "2a3ab8c22cefdb7a48f1c704696c821d1e9a5ebb", + "url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/1e1e4a6d2757f3ecbb9d98dcdd817a6c7c02a67d", + "reference": "1e1e4a6d2757f3ecbb9d98dcdd817a6c7c02a67d", "shasum": "" }, "require": { @@ -25,7 +25,7 @@ "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.3", + "automattic/jetpack-changelogger": "^4.2.4", "composer/composer": "^1.1 || ^2.0", "yoast/phpunit-polyfills": "1.1.0" }, @@ -66,9 +66,9 @@ "wordpress" ], "support": { - "source": "https://github.com/Automattic/jetpack-autoloader/tree/v3.0.7" + "source": "https://github.com/Automattic/jetpack-autoloader/tree/v3.0.8" }, - "time": "2024-05-06T17:33:09+00:00" + "time": "2024-05-29T09:45:26+00:00" }, { "name": "composer/installers", @@ -285,6 +285,53 @@ }, "time": "2023-09-26T02:20:38+00:00" }, + { + "name": "pronamic/ideal-issuers", + "version": "v1.1.0", + "source": { + "type": "git", + "url": "https://github.com/pronamic/ideal-issuers.git", + "reference": "97308288279d669ea2a6578b5f5be6a65f62b127" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pronamic/ideal-issuers/zipball/97308288279d669ea2a6578b5f5be6a65f62b127", + "reference": "97308288279d669ea2a6578b5f5be6a65f62b127", + "shasum": "" + }, + "require": { + "php": ">=8.1" + }, + "require-dev": { + "phpstan/phpstan": "^1.11", + "pronamic/wp-coding-standards": "^2.2", + "pronamic/wp-pay-logos": "dev-main" + }, + "suggest": { + "pronamic/wp-pay-logos": "Add images to the iDEAL issuers" + }, + "type": "library", + "autoload": { + "psr-4": { + "Pronamic\\IDealIssuers\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Pronamic", + "email": "info@pronamic.nl" + } + ], + "support": { + "issues": "https://github.com/pronamic/ideal-issuers/issues", + "source": "https://github.com/pronamic/ideal-issuers/tree/v1.1.0" + }, + "time": "2024-06-07T09:27:23+00:00" + }, { "name": "pronamic/wp-datetime", "version": "v2.1.7", @@ -570,16 +617,16 @@ }, { "name": "pronamic/wp-number", - "version": "v1.3.1", + "version": "v1.3.2", "source": { "type": "git", "url": "https://github.com/pronamic/wp-number.git", - "reference": "1fff96bfbc872ef8a6196bb79055ae46a77ddbed" + "reference": "82b5af7c20391ca654d2c7ab8d03574088b97e79" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pronamic/wp-number/zipball/1fff96bfbc872ef8a6196bb79055ae46a77ddbed", - "reference": "1fff96bfbc872ef8a6196bb79055ae46a77ddbed", + "url": "https://api.github.com/repos/pronamic/wp-number/zipball/82b5af7c20391ca654d2c7ab8d03574088b97e79", + "reference": "82b5af7c20391ca654d2c7ab8d03574088b97e79", "shasum": "" }, "require": { @@ -593,9 +640,12 @@ "overtrue/phplint": "^4.5", "php-coveralls/php-coveralls": "^2.5", "phpmd/phpmd": "^2.13", + "phpstan/phpstan": "^1.11", "pronamic/pronamic-cli": "^1.1", "pronamic/wp-coding-standards": "^2.2", "roots/wordpress": "^6.0", + "szepeviktor/phpstan-wordpress": "^1.3", + "vimeo/psalm": "^5.24", "wp-phpunit/wp-phpunit": "^6.1", "yoast/phpunit-polyfills": "^1.0" }, @@ -635,9 +685,53 @@ ], "support": { "issues": "https://github.com/pronamic/wp-number/issues", - "source": "https://github.com/pronamic/wp-number/tree/v1.3.1" + "source": "https://github.com/pronamic/wp-number/tree/v1.3.2" }, - "time": "2024-05-15T13:35:29+00:00" + "time": "2024-06-07T11:50:05+00:00" + }, + { + "name": "pronamic/wp-pay-logos", + "version": "v2.2.0", + "source": { + "type": "git", + "url": "https://github.com/pronamic/wp-pay-logos.git", + "reference": "7d8e6fc9420b6054c423458734db6d612cd0c2ce" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pronamic/wp-pay-logos/zipball/7d8e6fc9420b6054c423458734db6d612cd0c2ce", + "reference": "7d8e6fc9420b6054c423458734db6d612cd0c2ce", + "shasum": "" + }, + "require": { + "php": ">=8.1" + }, + "require-dev": { + "symfony/console": "^5.1", + "symfony/filesystem": "^5.1", + "symfony/finder": "^5.1" + }, + "type": "library", + "autoload": { + "psr-4": { + "Pronamic\\WpPayLogos\\": "php/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Pronamic", + "email": "info@pronamic.nl" + } + ], + "support": { + "issues": "https://github.com/pronamic/wp-pay-logos/issues", + "source": "https://github.com/pronamic/wp-pay-logos/tree/v2.2.0" + }, + "time": "2024-06-06T13:32:28+00:00" }, { "name": "viison/address-splitter", @@ -727,29 +821,30 @@ }, { "name": "wp-pay-extensions/gravityforms", - "version": "v4.7.0", + "version": "v4.8.0", "source": { "type": "git", "url": "https://github.com/pronamic/wp-pronamic-pay-gravityforms.git", - "reference": "878dd882e7c6a055e147eb253d9dff239c0b6a1b" + "reference": "2200b1e0d275f3207326e3fcbb925a5c2b16bc1d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pronamic/wp-pronamic-pay-gravityforms/zipball/878dd882e7c6a055e147eb253d9dff239c0b6a1b", - "reference": "878dd882e7c6a055e147eb253d9dff239c0b6a1b", + "url": "https://api.github.com/repos/pronamic/wp-pronamic-pay-gravityforms/zipball/2200b1e0d275f3207326e3fcbb925a5c2b16bc1d", + "reference": "2200b1e0d275f3207326e3fcbb925a5c2b16bc1d", "shasum": "" }, "require": { "automattic/jetpack-autoloader": "^3.0", "composer/installers": "^2.2", - "php": ">=8.0", + "php": ">=8.1", + "pronamic/ideal-issuers": "^1.1", "pronamic/wp-datetime": "^2.1", "pronamic/wp-gravityforms-nl": "^3.0", "pronamic/wp-money": "^2.4", "pronamic/wp-number": "^1.3", + "pronamic/wp-pay-logos": "^2.2", "woocommerce/action-scheduler": "^3.7", - "wp-pay-gateways/mollie": "^4.10", - "wp-pay/core": "^4.17" + "wp-pay/core": "^4.19" }, "require-dev": { "php-coveralls/php-coveralls": "^2.7", @@ -763,6 +858,7 @@ "roots/wordpress": "^6.0", "szepeviktor/phpstan-wordpress": "^1.3", "vimeo/psalm": "^5.24", + "wp-pay-gateways/mollie": "^4.12", "wp-phpunit/wp-phpunit": "^6.4", "yoast/phpunit-polyfills": "^2.0" }, @@ -822,20 +918,20 @@ "issues": "https://github.com/wp-pay-extensions/gravityforms/issues", "source": "https://github.com/wp-pay-extensions/gravityforms" }, - "time": "2024-05-15T10:21:52+00:00" + "time": "2024-06-07T12:19:35+00:00" }, { "name": "wp-pay-gateways/mollie", - "version": "v4.11.0", + "version": "v4.12.0", "source": { "type": "git", "url": "https://github.com/pronamic/wp-pronamic-pay-mollie.git", - "reference": "79e5f5ee5706d00e0b37b242be625a16c8f70889" + "reference": "8c5e8d449da4dcd0ffe08c72c62131f8f660c80f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pronamic/wp-pronamic-pay-mollie/zipball/79e5f5ee5706d00e0b37b242be625a16c8f70889", - "reference": "79e5f5ee5706d00e0b37b242be625a16c8f70889", + "url": "https://api.github.com/repos/pronamic/wp-pronamic-pay-mollie/zipball/8c5e8d449da4dcd0ffe08c72c62131f8f660c80f", + "reference": "8c5e8d449da4dcd0ffe08c72c62131f8f660c80f", "shasum": "" }, "require": { @@ -905,20 +1001,20 @@ "issues": "https://github.com/wp-pay-gateways/mollie/issues", "source": "https://github.com/wp-pay-gateways/mollie" }, - "time": "2024-05-27T12:10:25+00:00" + "time": "2024-06-07T12:08:11+00:00" }, { "name": "wp-pay/core", - "version": "v4.18.0", + "version": "v4.19.0", "source": { "type": "git", "url": "https://github.com/pronamic/wp-pay-core.git", - "reference": "23d3a8df8beef9413bc6543c5606b26e421e9d20" + "reference": "4b06ee22be1f64de67ff7fee97ba68c48f279122" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pronamic/wp-pay-core/zipball/23d3a8df8beef9413bc6543c5606b26e421e9d20", - "reference": "23d3a8df8beef9413bc6543c5606b26e421e9d20", + "url": "https://api.github.com/repos/pronamic/wp-pay-core/zipball/4b06ee22be1f64de67ff7fee97ba68c48f279122", + "reference": "4b06ee22be1f64de67ff7fee97ba68c48f279122", "shasum": "" }, "require": { @@ -932,6 +1028,7 @@ "pronamic/wp-http": "^1.2", "pronamic/wp-money": "^2.3", "pronamic/wp-number": "^1.3", + "pronamic/wp-pay-logos": "^2.2", "viison/address-splitter": "^0.3.4", "woocommerce/action-scheduler": "^3.8" }, @@ -996,7 +1093,7 @@ "issues": "https://github.com/wp-pay/core/issues", "source": "https://github.com/wp-pay/core" }, - "time": "2024-05-27T12:01:51+00:00" + "time": "2024-06-07T12:04:12+00:00" } ], "packages-dev": [ @@ -1132,16 +1229,16 @@ }, { "name": "composer/class-map-generator", - "version": "1.1.1", + "version": "1.3.3", "source": { "type": "git", "url": "https://github.com/composer/class-map-generator.git", - "reference": "8286a62d243312ed99b3eee20d5005c961adb311" + "reference": "61804f9973685ec7bead0fb7fe022825e3cd418e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/class-map-generator/zipball/8286a62d243312ed99b3eee20d5005c961adb311", - "reference": "8286a62d243312ed99b3eee20d5005c961adb311", + "url": "https://api.github.com/repos/composer/class-map-generator/zipball/61804f9973685ec7bead0fb7fe022825e3cd418e", + "reference": "61804f9973685ec7bead0fb7fe022825e3cd418e", "shasum": "" }, "require": { @@ -1185,7 +1282,7 @@ ], "support": { "issues": "https://github.com/composer/class-map-generator/issues", - "source": "https://github.com/composer/class-map-generator/tree/1.1.1" + "source": "https://github.com/composer/class-map-generator/tree/1.3.3" }, "funding": [ { @@ -1201,28 +1298,28 @@ "type": "tidelift" } ], - "time": "2024-03-15T12:53:41+00:00" + "time": "2024-06-10T11:53:54+00:00" }, { "name": "composer/composer", - "version": "2.7.6", + "version": "2.7.7", "source": { "type": "git", "url": "https://github.com/composer/composer.git", - "reference": "fabd995783b633829fd4280e272284b39b6ae702" + "reference": "291942978f39435cf904d33739f98d7d4eca7b23" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/composer/zipball/fabd995783b633829fd4280e272284b39b6ae702", - "reference": "fabd995783b633829fd4280e272284b39b6ae702", + "url": "https://api.github.com/repos/composer/composer/zipball/291942978f39435cf904d33739f98d7d4eca7b23", + "reference": "291942978f39435cf904d33739f98d7d4eca7b23", "shasum": "" }, "require": { "composer/ca-bundle": "^1.0", - "composer/class-map-generator": "^1.0", + "composer/class-map-generator": "^1.3.3", "composer/metadata-minifier": "^1.0", "composer/pcre": "^2.1 || ^3.1", - "composer/semver": "^3.2.5", + "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", @@ -1241,11 +1338,11 @@ "symfony/process": "^5.4 || ^6.0 || ^7" }, "require-dev": { - "phpstan/phpstan": "^1.9.3", - "phpstan/phpstan-deprecation-rules": "^1", - "phpstan/phpstan-phpunit": "^1.0", - "phpstan/phpstan-strict-rules": "^1", - "phpstan/phpstan-symfony": "^1.2.10", + "phpstan/phpstan": "^1.11.0", + "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" }, "suggest": { @@ -1299,7 +1396,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.6" + "source": "https://github.com/composer/composer/tree/2.7.7" }, "funding": [ { @@ -1315,7 +1412,7 @@ "type": "tidelift" } ], - "time": "2024-05-04T21:03:15+00:00" + "time": "2024-06-10T20:11:12+00:00" }, { "name": "composer/metadata-minifier", @@ -1388,16 +1485,16 @@ }, { "name": "composer/pcre", - "version": "3.1.3", + "version": "3.1.4", "source": { "type": "git", "url": "https://github.com/composer/pcre.git", - "reference": "5b16e25a5355f1f3afdfc2f954a0a80aec4826a8" + "reference": "04229f163664973f68f38f6f73d917799168ef24" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/pcre/zipball/5b16e25a5355f1f3afdfc2f954a0a80aec4826a8", - "reference": "5b16e25a5355f1f3afdfc2f954a0a80aec4826a8", + "url": "https://api.github.com/repos/composer/pcre/zipball/04229f163664973f68f38f6f73d917799168ef24", + "reference": "04229f163664973f68f38f6f73d917799168ef24", "shasum": "" }, "require": { @@ -1439,7 +1536,7 @@ ], "support": { "issues": "https://github.com/composer/pcre/issues", - "source": "https://github.com/composer/pcre/tree/3.1.3" + "source": "https://github.com/composer/pcre/tree/3.1.4" }, "funding": [ { @@ -1455,7 +1552,7 @@ "type": "tidelift" } ], - "time": "2024-03-19T10:26:25+00:00" + "time": "2024-05-27T13:40:54+00:00" }, { "name": "composer/semver", @@ -2771,22 +2868,22 @@ }, { "name": "roots/wordpress-no-content", - "version": "6.5.3", + "version": "6.5.4", "source": { "type": "git", "url": "https://github.com/WordPress/WordPress.git", - "reference": "6.5.3" + "reference": "6.5.4" }, "dist": { "type": "zip", - "url": "https://downloads.wordpress.org/release/wordpress-6.5.3-no-content.zip", - "shasum": "adeffdc339d34eab4209e88b17966d8917e36e91" + "url": "https://downloads.wordpress.org/release/wordpress-6.5.4-no-content.zip", + "shasum": "bb4d48b2f6f47f4c06061460c83f8453e9809af5" }, "require": { "php": ">= 7.0.0" }, "provide": { - "wordpress/core-implementation": "6.5.3" + "wordpress/core-implementation": "6.5.4" }, "suggest": { "ext-curl": "Performs remote request operations.", @@ -2837,7 +2934,7 @@ "type": "other" } ], - "time": "2024-05-07T16:02:20+00:00" + "time": "2024-06-06T12:30:39+00:00" }, { "name": "seld/jsonlint", @@ -3152,16 +3249,16 @@ }, { "name": "symfony/console", - "version": "v6.4.7", + "version": "v6.4.8", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "a170e64ae10d00ba89e2acbb590dc2e54da8ad8f" + "reference": "be5854cee0e8c7b110f00d695d11debdfa1a2a91" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/a170e64ae10d00ba89e2acbb590dc2e54da8ad8f", - "reference": "a170e64ae10d00ba89e2acbb590dc2e54da8ad8f", + "url": "https://api.github.com/repos/symfony/console/zipball/be5854cee0e8c7b110f00d695d11debdfa1a2a91", + "reference": "be5854cee0e8c7b110f00d695d11debdfa1a2a91", "shasum": "" }, "require": { @@ -3226,7 +3323,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.4.7" + "source": "https://github.com/symfony/console/tree/v6.4.8" }, "funding": [ { @@ -3242,7 +3339,7 @@ "type": "tidelift" } ], - "time": "2024-04-18T09:22:46+00:00" + "time": "2024-05-31T14:49:08+00:00" }, { "name": "symfony/deprecation-contracts", @@ -3313,23 +3410,25 @@ }, { "name": "symfony/filesystem", - "version": "v6.4.7", + "version": "v6.4.8", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "78dde75f8f6dbbca4ec436a4b0087f7af02076d4" + "reference": "4d37529150e7081c51b3c5d5718c55a04a9503f3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/78dde75f8f6dbbca4ec436a4b0087f7af02076d4", - "reference": "78dde75f8f6dbbca4ec436a4b0087f7af02076d4", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/4d37529150e7081c51b3c5d5718c55a04a9503f3", + "reference": "4d37529150e7081c51b3c5d5718c55a04a9503f3", "shasum": "" }, "require": { "php": ">=8.1", "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-mbstring": "~1.8", - "symfony/process": "^5.4|^6.4" + "symfony/polyfill-mbstring": "~1.8" + }, + "require-dev": { + "symfony/process": "^5.4|^6.4|^7.0" }, "type": "library", "autoload": { @@ -3357,7 +3456,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v6.4.7" + "source": "https://github.com/symfony/filesystem/tree/v6.4.8" }, "funding": [ { @@ -3373,20 +3472,20 @@ "type": "tidelift" } ], - "time": "2024-04-18T09:22:46+00:00" + "time": "2024-05-31T14:49:08+00:00" }, { "name": "symfony/finder", - "version": "v6.4.7", + "version": "v6.4.8", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "511c48990be17358c23bf45c5d71ab85d40fb764" + "reference": "3ef977a43883215d560a2cecb82ec8e62131471c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/511c48990be17358c23bf45c5d71ab85d40fb764", - "reference": "511c48990be17358c23bf45c5d71ab85d40fb764", + "url": "https://api.github.com/repos/symfony/finder/zipball/3ef977a43883215d560a2cecb82ec8e62131471c", + "reference": "3ef977a43883215d560a2cecb82ec8e62131471c", "shasum": "" }, "require": { @@ -3421,7 +3520,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v6.4.7" + "source": "https://github.com/symfony/finder/tree/v6.4.8" }, "funding": [ { @@ -3437,7 +3536,7 @@ "type": "tidelift" } ], - "time": "2024-04-23T10:36:43+00:00" + "time": "2024-05-31T14:49:08+00:00" }, { "name": "symfony/polyfill-ctype", @@ -3991,16 +4090,16 @@ }, { "name": "symfony/process", - "version": "v6.4.7", + "version": "v6.4.8", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "cdb1c81c145fd5aa9b0038bab694035020943381" + "reference": "8d92dd79149f29e89ee0f480254db595f6a6a2c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/cdb1c81c145fd5aa9b0038bab694035020943381", - "reference": "cdb1c81c145fd5aa9b0038bab694035020943381", + "url": "https://api.github.com/repos/symfony/process/zipball/8d92dd79149f29e89ee0f480254db595f6a6a2c5", + "reference": "8d92dd79149f29e89ee0f480254db595f6a6a2c5", "shasum": "" }, "require": { @@ -4032,7 +4131,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.4.7" + "source": "https://github.com/symfony/process/tree/v6.4.8" }, "funding": [ { @@ -4048,7 +4147,7 @@ "type": "tidelift" } ], - "time": "2024-04-18T09:22:46+00:00" + "time": "2024-05-31T14:49:08+00:00" }, { "name": "symfony/service-contracts", @@ -4135,16 +4234,16 @@ }, { "name": "symfony/string", - "version": "v6.4.7", + "version": "v6.4.8", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "ffeb9591c61f65a68d47f77d12b83fa530227a69" + "reference": "a147c0f826c4a1f3afb763ab8e009e37c877a44d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/ffeb9591c61f65a68d47f77d12b83fa530227a69", - "reference": "ffeb9591c61f65a68d47f77d12b83fa530227a69", + "url": "https://api.github.com/repos/symfony/string/zipball/a147c0f826c4a1f3afb763ab8e009e37c877a44d", + "reference": "a147c0f826c4a1f3afb763ab8e009e37c877a44d", "shasum": "" }, "require": { @@ -4201,7 +4300,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.4.7" + "source": "https://github.com/symfony/string/tree/v6.4.8" }, "funding": [ { @@ -4217,7 +4316,7 @@ "type": "tidelift" } ], - "time": "2024-04-18T09:22:46+00:00" + "time": "2024-05-31T14:49:08+00:00" }, { "name": "wp-cli/cache-command",