Merge pull request #674 from wp-cli/dependabot/composer/wp-cli/i18n-command-2.6.4

Bump wp-cli/i18n-command from 2.6.3 to 2.6.4
This commit is contained in:
Pascal Birchler 2024-12-20 16:41:31 +01:00 committed by GitHub
commit 6a8af0c1fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

28
composer.lock generated
View file

@ -2652,23 +2652,23 @@
},
{
"name": "wp-cli/i18n-command",
"version": "v2.6.3",
"version": "v2.6.4",
"source": {
"type": "git",
"url": "https://github.com/wp-cli/i18n-command.git",
"reference": "065bb3758fcbff922f1b7a01ab702aab0da79803"
"reference": "bf6720f63b6d9fc00cc13d02ef85e1f343e47d3c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wp-cli/i18n-command/zipball/065bb3758fcbff922f1b7a01ab702aab0da79803",
"reference": "065bb3758fcbff922f1b7a01ab702aab0da79803",
"url": "https://api.github.com/repos/wp-cli/i18n-command/zipball/bf6720f63b6d9fc00cc13d02ef85e1f343e47d3c",
"reference": "bf6720f63b6d9fc00cc13d02ef85e1f343e47d3c",
"shasum": ""
},
"require": {
"eftec/bladeone": "3.52",
"gettext/gettext": "^4.8",
"mck89/peast": "^1.13.11",
"wp-cli/wp-cli": "^2.5"
"wp-cli/wp-cli": "^2.12"
},
"require-dev": {
"wp-cli/scaffold-command": "^1.2 || ^2",
@ -2680,9 +2680,6 @@
},
"type": "wp-cli-package",
"extra": {
"branch-alias": {
"dev-main": "2.x-dev"
},
"bundled": true,
"commands": [
"i18n",
@ -2691,7 +2688,10 @@
"i18n make-mo",
"i18n make-php",
"i18n update-po"
]
],
"branch-alias": {
"dev-main": "2.x-dev"
}
},
"autoload": {
"files": [
@ -2715,9 +2715,9 @@
"homepage": "https://github.com/wp-cli/i18n-command",
"support": {
"issues": "https://github.com/wp-cli/i18n-command/issues",
"source": "https://github.com/wp-cli/i18n-command/tree/v2.6.3"
"source": "https://github.com/wp-cli/i18n-command/tree/v2.6.4"
},
"time": "2024-10-01T11:16:25+00:00"
"time": "2024-12-20T12:34:36+00:00"
},
{
"name": "wp-cli/import-command",
@ -7418,15 +7418,15 @@
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"roave/security-advisories": 20,
"wp-cli/wp-cli": 20
"wp-cli/wp-cli": 20,
"roave/security-advisories": 20
},
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": ">=5.6"
},
"platform-dev": {},
"platform-dev": [],
"platform-overrides": {
"php": "5.6"
},