WP-Admin-Reference/composer.lock
2025-07-24 10:03:50 +00:00

777 lines
28 KiB
JSON

{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "3a299bc684ac32eb64c31f663cc6d304",
"packages": [
{
"name": "composer/installers",
"version": "v1.12.0",
"source": {
"type": "git",
"url": "https://github.com/composer/installers.git",
"reference": "d20a64ed3c94748397ff5973488761b22f6d3f19"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/installers/zipball/d20a64ed3c94748397ff5973488761b22f6d3f19",
"reference": "d20a64ed3c94748397ff5973488761b22f6d3f19",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0 || ^2.0"
},
"replace": {
"roundcube/plugin-installer": "*",
"shama/baton": "*"
},
"require-dev": {
"composer/composer": "1.6.* || ^2.0",
"composer/semver": "^1 || ^3",
"phpstan/phpstan": "^0.12.55",
"phpstan/phpstan-phpunit": "^0.12.16",
"symfony/phpunit-bridge": "^4.2 || ^5",
"symfony/process": "^2.3"
},
"type": "composer-plugin",
"extra": {
"class": "Composer\\Installers\\Plugin",
"branch-alias": {
"dev-main": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Installers\\": "src/Composer/Installers"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kyle Robinson Young",
"email": "kyle@dontkry.com",
"homepage": "https://github.com/shama"
}
],
"description": "A multi-framework Composer library installer",
"homepage": "https://composer.github.io/installers/",
"keywords": [
"Craft",
"Dolibarr",
"Eliasis",
"Hurad",
"ImageCMS",
"Kanboard",
"Lan Management System",
"MODX Evo",
"MantisBT",
"Mautic",
"Maya",
"OXID",
"Plentymarkets",
"Porto",
"RadPHP",
"SMF",
"Starbug",
"Thelia",
"Whmcs",
"WolfCMS",
"agl",
"aimeos",
"annotatecms",
"attogram",
"bitrix",
"cakephp",
"chef",
"cockpit",
"codeigniter",
"concrete5",
"croogo",
"dokuwiki",
"drupal",
"eZ Platform",
"elgg",
"expressionengine",
"fuelphp",
"grav",
"installer",
"itop",
"joomla",
"known",
"kohana",
"laravel",
"lavalite",
"lithium",
"magento",
"majima",
"mako",
"mediawiki",
"miaoxing",
"modulework",
"modx",
"moodle",
"osclass",
"pantheon",
"phpbb",
"piwik",
"ppi",
"processwire",
"puppet",
"pxcms",
"reindex",
"roundcube",
"shopware",
"silverstripe",
"sydes",
"sylius",
"symfony",
"tastyigniter",
"typo3",
"wordpress",
"yawik",
"zend",
"zikula"
],
"support": {
"issues": "https://github.com/composer/installers/issues",
"source": "https://github.com/composer/installers/tree/v1.12.0"
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2021-09-13T08:19:44+00:00"
},
{
"name": "oscarotero/env",
"version": "v1.2.0",
"source": {
"type": "git",
"url": "https://github.com/oscarotero/env.git",
"reference": "4ab45ce5c1f2c62549208426bfa20a3d5fa008c6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/oscarotero/env/zipball/4ab45ce5c1f2c62549208426bfa20a3d5fa008c6",
"reference": "4ab45ce5c1f2c62549208426bfa20a3d5fa008c6",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"php": ">=5.2"
},
"type": "library",
"autoload": {
"psr-0": {
"Env": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Oscar Otero",
"email": "oom@oscarotero.com",
"homepage": "http://oscarotero.com",
"role": "Developer"
}
],
"description": "Simple library to consume environment variables",
"homepage": "https://github.com/oscarotero/env",
"keywords": [
"env"
],
"support": {
"email": "oom@oscarotero.com",
"issues": "https://github.com/oscarotero/env/issues",
"source": "https://github.com/oscarotero/env/tree/v1.2.0"
},
"time": "2019-04-03T18:28:43+00:00"
},
{
"name": "phpoption/phpoption",
"version": "1.9.3",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/php-option.git",
"reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/e3fac8b24f56113f7cb96af14958c0dd16330f54",
"reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54",
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2",
"phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
},
"type": "library",
"extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": false
},
"branch-alias": {
"dev-master": "1.9-dev"
}
},
"autoload": {
"psr-4": {
"PhpOption\\": "src/PhpOption/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Johannes M. Schmitt",
"email": "schmittjoh@gmail.com",
"homepage": "https://github.com/schmittjoh"
},
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
}
],
"description": "Option Type for PHP",
"keywords": [
"language",
"option",
"php",
"type"
],
"support": {
"issues": "https://github.com/schmittjoh/php-option/issues",
"source": "https://github.com/schmittjoh/php-option/tree/1.9.3"
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
"type": "tidelift"
}
],
"time": "2024-07-20T21:41:07+00:00"
},
{
"name": "roots/wordpress",
"version": "6.8.2",
"source": {
"type": "git",
"url": "https://github.com/roots/wordpress.git",
"reference": "29e4eb49b2f4c591e39d4eb6705a27cf1ea40e45"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/roots/wordpress/zipball/29e4eb49b2f4c591e39d4eb6705a27cf1ea40e45",
"reference": "29e4eb49b2f4c591e39d4eb6705a27cf1ea40e45",
"shasum": ""
},
"require": {
"roots/wordpress-core-installer": "^3.0",
"roots/wordpress-no-content": "self.version"
},
"type": "metapackage",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT",
"GPL-2.0-or-later"
],
"description": "WordPress is open source software you can use to create a beautiful website, blog, or app.",
"homepage": "https://wordpress.org/",
"keywords": [
"blog",
"cms",
"wordpress"
],
"support": {
"issues": "https://github.com/roots/wordpress/issues",
"source": "https://github.com/roots/wordpress/tree/6.8.2"
},
"funding": [
{
"url": "https://github.com/roots",
"type": "github"
}
],
"time": "2025-05-23T18:54:22+00:00"
},
{
"name": "roots/wordpress-core-installer",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/roots/wordpress-core-installer.git",
"reference": "714d2e2a9e523f6e7bde4810d5a04aedf0ec217f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/roots/wordpress-core-installer/zipball/714d2e2a9e523f6e7bde4810d5a04aedf0ec217f",
"reference": "714d2e2a9e523f6e7bde4810d5a04aedf0ec217f",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0 || ^2.0",
"php": ">=7.2.24"
},
"conflict": {
"composer/installers": "<1.0.6"
},
"replace": {
"johnpbloch/wordpress-core-installer": "*"
},
"require-dev": {
"composer/composer": "^1.0 || ^2.0",
"phpunit/phpunit": "^8.5"
},
"type": "composer-plugin",
"extra": {
"class": "Roots\\Composer\\WordPressCorePlugin"
},
"autoload": {
"psr-4": {
"Roots\\Composer\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "John P. Bloch",
"email": "me@johnpbloch.com"
},
{
"name": "Roots",
"email": "team@roots.io"
}
],
"description": "A Composer custom installer to handle installing WordPress as a dependency",
"keywords": [
"wordpress"
],
"support": {
"issues": "https://github.com/roots/wordpress-core-installer/issues",
"source": "https://github.com/roots/wordpress-core-installer/tree/3.0.0"
},
"funding": [
{
"url": "https://github.com/roots",
"type": "github"
}
],
"time": "2025-05-23T18:47:25+00:00"
},
{
"name": "roots/wordpress-no-content",
"version": "6.8.2",
"source": {
"type": "git",
"url": "https://github.com/WordPress/WordPress.git",
"reference": "6.8.2"
},
"dist": {
"type": "zip",
"url": "https://downloads.wordpress.org/release/wordpress-6.8.2-no-content.zip",
"reference": "6.8.2",
"shasum": "7d8dcb839f4754e331d93b86f9adc8c171d81e97"
},
"require": {
"php": ">= 7.2.24"
},
"provide": {
"wordpress/core-implementation": "6.8.2"
},
"suggest": {
"ext-curl": "Performs remote request operations.",
"ext-dom": "Used to validate Text Widget content and to automatically configuring IIS7+.",
"ext-exif": "Works with metadata stored in images.",
"ext-fileinfo": "Used to detect mimetype of file uploads.",
"ext-hash": "Used for hashing, including passwords and update packages.",
"ext-imagick": "Provides better image quality for media uploads.",
"ext-json": "Used for communications with other servers.",
"ext-libsodium": "Validates Signatures and provides securely random bytes.",
"ext-mbstring": "Used to properly handle UTF8 text.",
"ext-mysqli": "Connects to MySQL for database interactions.",
"ext-openssl": "Permits SSL-based connections to other hosts.",
"ext-pcre": "Increases performance of pattern matching in code searches.",
"ext-xml": "Used for XML parsing, such as from a third-party site.",
"ext-zip": "Used for decompressing Plugins, Themes, and WordPress update packages."
},
"type": "wordpress-core",
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "WordPress Community",
"homepage": "https://wordpress.org/about/"
}
],
"description": "WordPress is open source software you can use to create a beautiful website, blog, or app.",
"homepage": "https://wordpress.org/",
"keywords": [
"blog",
"cms",
"wordpress"
],
"support": {
"docs": "https://developer.wordpress.org/",
"forum": "https://wordpress.org/support/",
"irc": "irc://irc.freenode.net/wordpress",
"issues": "https://core.trac.wordpress.org/",
"rss": "https://wordpress.org/news/feed/",
"source": "https://core.trac.wordpress.org/browser",
"wiki": "https://codex.wordpress.org/"
},
"funding": [
{
"url": "https://wordpressfoundation.org/donate/",
"type": "other"
}
],
"time": "2025-07-15T15:29:08+00:00"
},
{
"name": "roots/wp-config",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/roots/wp-config.git",
"reference": "37c38230796119fb487fa03346ab0706ce6d4962"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/roots/wp-config/zipball/37c38230796119fb487fa03346ab0706ce6d4962",
"reference": "37c38230796119fb487fa03346ab0706ce6d4962",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^5.7",
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "^3.3"
},
"type": "library",
"autoload": {
"psr-4": {
"Roots\\WPConfig\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Austin Pray",
"email": "austin@austinpray.com"
}
],
"description": "Collect configuration values and safely define() them",
"support": {
"issues": "https://github.com/roots/wp-config/issues",
"source": "https://github.com/roots/wp-config/tree/master"
},
"time": "2018-08-10T14:18:38+00:00"
},
{
"name": "roots/wp-password-bcrypt",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/roots/wp-password-bcrypt.git",
"reference": "5cecd2e98ccc3193443cc5c5db9b3bc7abed5ffa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/roots/wp-password-bcrypt/zipball/5cecd2e98ccc3193443cc5c5db9b3bc7abed5ffa",
"reference": "5cecd2e98ccc3193443cc5c5db9b3bc7abed5ffa",
"shasum": ""
},
"require": {
"composer/installers": "~1.0",
"php": ">=5.5.0"
},
"require-dev": {
"brain/monkey": "^1.3.1",
"mockery/mockery": "^0.9.4",
"phpunit/phpunit": "^4.8.23|^5.2.9",
"squizlabs/php_codesniffer": "^2.5.1"
},
"type": "library",
"autoload": {
"files": [
"wp-password-bcrypt.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Scott Walkinshaw",
"email": "scott.walkinshaw@gmail.com",
"homepage": "https://github.com/swalkinshaw"
},
{
"name": "qwp6t",
"homepage": "https://github.com/qwp6t"
},
{
"name": "Jan Pingel",
"email": "jpingel@bitpiston.com",
"homepage": "http://janpingel.com"
}
],
"description": "WordPress plugin which replaces wp_hash_password and wp_check_password's phpass hasher with PHP 5.5's password_hash and password_verify using bcrypt.",
"homepage": "https://roots.io/plugins/wp-password-bcrypt",
"keywords": [
"wordpress wp bcrypt password"
],
"support": {
"forum": "https://discourse.roots.io/",
"issues": "https://github.com/roots/wp-password-bcrypt/issues",
"source": "https://github.com/roots/wp-password-bcrypt/tree/master"
},
"abandoned": "roots/wp-password-bcrypt",
"time": "2016-03-01T16:27:06+00:00"
},
{
"name": "symfony/polyfill-ctype",
"version": "v1.32.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
"shasum": ""
},
"require": {
"php": ">=7.2"
},
"provide": {
"ext-ctype": "*"
},
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"thanks": {
"url": "https://github.com/symfony/polyfill",
"name": "symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
"support": {
"source": "https://github.com/symfony/polyfill-ctype/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": "vlucas/phpdotenv",
"version": "v3.6.10",
"source": {
"type": "git",
"url": "https://github.com/vlucas/phpdotenv.git",
"reference": "5b547cdb25825f10251370f57ba5d9d924e6f68e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/5b547cdb25825f10251370f57ba5d9d924e6f68e",
"reference": "5b547cdb25825f10251370f57ba5d9d924e6f68e",
"shasum": ""
},
"require": {
"php": "^5.4 || ^7.0 || ^8.0",
"phpoption/phpoption": "^1.5.2",
"symfony/polyfill-ctype": "^1.17"
},
"require-dev": {
"ext-filter": "*",
"ext-pcre": "*",
"phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.21"
},
"suggest": {
"ext-filter": "Required to use the boolean validator.",
"ext-pcre": "Required to use most of the library."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.6-dev"
}
},
"autoload": {
"psr-4": {
"Dotenv\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Vance Lucas",
"email": "vance@vancelucas.com",
"homepage": "https://github.com/vlucas"
}
],
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
"keywords": [
"dotenv",
"env",
"environment"
],
"support": {
"issues": "https://github.com/vlucas/phpdotenv/issues",
"source": "https://github.com/vlucas/phpdotenv/tree/v3.6.10"
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
"type": "tidelift"
}
],
"time": "2021-12-12T23:02:06+00:00"
},
{
"name": "wpackagist-plugin/spinupwp",
"version": "1.8.0",
"source": {
"type": "svn",
"url": "https://plugins.svn.wordpress.org/spinupwp/",
"reference": "tags/1.8.0"
},
"dist": {
"type": "zip",
"url": "https://downloads.wordpress.org/plugin/spinupwp.1.8.0.zip"
},
"require": {
"composer/installers": "^1.0 || ^2.0"
},
"type": "wordpress-plugin",
"homepage": "https://wordpress.org/plugins/spinupwp/"
},
{
"name": "wpackagist-plugin/super-progressive-web-apps",
"version": "2.2.37",
"source": {
"type": "svn",
"url": "https://plugins.svn.wordpress.org/super-progressive-web-apps/",
"reference": "tags/2.2.37"
},
"dist": {
"type": "zip",
"url": "https://downloads.wordpress.org/plugin/super-progressive-web-apps.2.2.37.zip"
},
"require": {
"composer/installers": "^1.0 || ^2.0"
},
"type": "wordpress-plugin",
"homepage": "https://wordpress.org/plugins/super-progressive-web-apps/"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=7.1"
},
"platform-dev": {},
"plugin-api-version": "2.6.0"
}