mirror of
https://ghproxy.net/https://github.com/wp-cli/wp-cli-bundle.git
synced 2025-10-04 01:57:07 +08:00
9118 lines
347 KiB
JSON
9118 lines
347 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": "322813f04aae26030dd869146aa38f3a",
|
|
"packages": [
|
|
{
|
|
"name": "composer/ca-bundle",
|
|
"version": "1.5.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/composer/ca-bundle.git",
|
|
"reference": "f65c239c970e7f072f067ab78646e9f0b2935175"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/f65c239c970e7f072f067ab78646e9f0b2935175",
|
|
"reference": "f65c239c970e7f072f067ab78646e9f0b2935175",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-openssl": "*",
|
|
"ext-pcre": "*",
|
|
"php": "^7.2 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^1.10",
|
|
"phpunit/phpunit": "^8 || ^9",
|
|
"psr/log": "^1.0 || ^2.0 || ^3.0",
|
|
"symfony/process": "^4.0 || ^5.0 || ^6.0 || ^7.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Composer\\CaBundle\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jordi Boggiano",
|
|
"email": "j.boggiano@seld.be",
|
|
"homepage": "http://seld.be"
|
|
}
|
|
],
|
|
"description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
|
|
"keywords": [
|
|
"cabundle",
|
|
"cacert",
|
|
"certificate",
|
|
"ssl",
|
|
"tls"
|
|
],
|
|
"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.6"
|
|
},
|
|
"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": "2025-03-06T14:30:56+00:00"
|
|
},
|
|
{
|
|
"name": "composer/class-map-generator",
|
|
"version": "1.6.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/composer/class-map-generator.git",
|
|
"reference": "134b705ddb0025d397d8318a75825fe3c9d1da34"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/composer/class-map-generator/zipball/134b705ddb0025d397d8318a75825fe3c9d1da34",
|
|
"reference": "134b705ddb0025d397d8318a75825fe3c9d1da34",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer/pcre": "^2.1 || ^3.1",
|
|
"php": "^7.2 || ^8.0",
|
|
"symfony/finder": "^4.4 || ^5.3 || ^6 || ^7"
|
|
},
|
|
"require-dev": {
|
|
"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"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Composer\\ClassMapGenerator\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jordi Boggiano",
|
|
"email": "j.boggiano@seld.be",
|
|
"homepage": "https://seld.be"
|
|
}
|
|
],
|
|
"description": "Utilities to scan PHP code and generate class maps.",
|
|
"keywords": [
|
|
"classmap"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/composer/class-map-generator/issues",
|
|
"source": "https://github.com/composer/class-map-generator/tree/1.6.1"
|
|
},
|
|
"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": "2025-03-24T13:50:44+00:00"
|
|
},
|
|
{
|
|
"name": "composer/composer",
|
|
"version": "2.8.9",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/composer/composer.git",
|
|
"reference": "b4e6bff2db7ce756ddb77ecee958a0f41f42bd9d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/composer/composer/zipball/b4e6bff2db7ce756ddb77ecee958a0f41f42bd9d",
|
|
"reference": "b4e6bff2db7ce756ddb77ecee958a0f41f42bd9d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer/ca-bundle": "^1.5",
|
|
"composer/class-map-generator": "^1.4.0",
|
|
"composer/metadata-minifier": "^1.0",
|
|
"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": "^6.3.1",
|
|
"php": "^7.2.5 || ^8.0",
|
|
"psr/log": "^1.0 || ^2.0 || ^3.0",
|
|
"react/promise": "^2.11 || ^3.2",
|
|
"seld/jsonlint": "^1.4",
|
|
"seld/phar-utils": "^1.2",
|
|
"seld/signal-handler": "^2.0",
|
|
"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.35 || ^6.3.12 || ^7.0.3"
|
|
},
|
|
"require-dev": {
|
|
"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.3 || ^7.0.1"
|
|
},
|
|
"suggest": {
|
|
"ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
|
|
"ext-zip": "Enabling the zip extension allows you to unzip archives",
|
|
"ext-zlib": "Allow gzip compression of HTTP requests"
|
|
},
|
|
"bin": [
|
|
"bin/composer"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"phpstan": {
|
|
"includes": [
|
|
"phpstan/rules.neon"
|
|
]
|
|
},
|
|
"branch-alias": {
|
|
"dev-main": "2.8-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Composer\\": "src/Composer/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nils Adermann",
|
|
"email": "naderman@naderman.de",
|
|
"homepage": "https://www.naderman.de"
|
|
},
|
|
{
|
|
"name": "Jordi Boggiano",
|
|
"email": "j.boggiano@seld.be",
|
|
"homepage": "https://seld.be"
|
|
}
|
|
],
|
|
"description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
|
|
"homepage": "https://getcomposer.org/",
|
|
"keywords": [
|
|
"autoload",
|
|
"dependency",
|
|
"package"
|
|
],
|
|
"support": {
|
|
"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.8.9"
|
|
},
|
|
"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": "2025-05-13T12:01:37+00:00"
|
|
},
|
|
{
|
|
"name": "composer/metadata-minifier",
|
|
"version": "1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/composer/metadata-minifier.git",
|
|
"reference": "c549d23829536f0d0e984aaabbf02af91f443207"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/composer/metadata-minifier/zipball/c549d23829536f0d0e984aaabbf02af91f443207",
|
|
"reference": "c549d23829536f0d0e984aaabbf02af91f443207",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.3.2 || ^7.0 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"composer/composer": "^2",
|
|
"phpstan/phpstan": "^0.12.55",
|
|
"symfony/phpunit-bridge": "^4.2 || ^5"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Composer\\MetadataMinifier\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jordi Boggiano",
|
|
"email": "j.boggiano@seld.be",
|
|
"homepage": "http://seld.be"
|
|
}
|
|
],
|
|
"description": "Small utility library that handles metadata minification and expansion.",
|
|
"keywords": [
|
|
"composer",
|
|
"compression"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/composer/metadata-minifier/issues",
|
|
"source": "https://github.com/composer/metadata-minifier/tree/1.0.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-04-07T13:37:33+00:00"
|
|
},
|
|
{
|
|
"name": "composer/pcre",
|
|
"version": "2.3.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/composer/pcre.git",
|
|
"reference": "ebb81df8f52b40172d14062ae96a06939d80a069"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/composer/pcre/zipball/ebb81df8f52b40172d14062ae96a06939d80a069",
|
|
"reference": "ebb81df8f52b40172d14062ae96a06939d80a069",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2 || ^8.0"
|
|
},
|
|
"conflict": {
|
|
"phpstan/phpstan": "<1.11.10"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^1.12 || ^2",
|
|
"phpstan/phpstan-strict-rules": "^1 || ^2",
|
|
"phpunit/phpunit": "^8 || ^9"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"phpstan": {
|
|
"includes": [
|
|
"extension.neon"
|
|
]
|
|
},
|
|
"branch-alias": {
|
|
"dev-main": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Composer\\Pcre\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jordi Boggiano",
|
|
"email": "j.boggiano@seld.be",
|
|
"homepage": "http://seld.be"
|
|
}
|
|
],
|
|
"description": "PCRE wrapping library that offers type-safe preg_* replacements.",
|
|
"keywords": [
|
|
"PCRE",
|
|
"preg",
|
|
"regex",
|
|
"regular expression"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/composer/pcre/issues",
|
|
"source": "https://github.com/composer/pcre/tree/2.3.2"
|
|
},
|
|
"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": "2024-11-12T16:24:47+00:00"
|
|
},
|
|
{
|
|
"name": "composer/semver",
|
|
"version": "3.4.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/composer/semver.git",
|
|
"reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/composer/semver/zipball/4313d26ada5e0c4edfbd1dc481a92ff7bff91f12",
|
|
"reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.3.2 || ^7.0 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^1.11",
|
|
"symfony/phpunit-bridge": "^3 || ^7"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Composer\\Semver\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nils Adermann",
|
|
"email": "naderman@naderman.de",
|
|
"homepage": "http://www.naderman.de"
|
|
},
|
|
{
|
|
"name": "Jordi Boggiano",
|
|
"email": "j.boggiano@seld.be",
|
|
"homepage": "http://seld.be"
|
|
},
|
|
{
|
|
"name": "Rob Bast",
|
|
"email": "rob.bast@gmail.com",
|
|
"homepage": "http://robbast.nl"
|
|
}
|
|
],
|
|
"description": "Semver library that offers utilities, version constraint parsing and validation.",
|
|
"keywords": [
|
|
"semantic",
|
|
"semver",
|
|
"validation",
|
|
"versioning"
|
|
],
|
|
"support": {
|
|
"irc": "ircs://irc.libera.chat:6697/composer",
|
|
"issues": "https://github.com/composer/semver/issues",
|
|
"source": "https://github.com/composer/semver/tree/3.4.3"
|
|
},
|
|
"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": "2024-09-19T14:15:21+00:00"
|
|
},
|
|
{
|
|
"name": "composer/spdx-licenses",
|
|
"version": "1.5.9",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/composer/spdx-licenses.git",
|
|
"reference": "edf364cefe8c43501e21e88110aac10b284c3c9f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"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": "^1.11",
|
|
"symfony/phpunit-bridge": "^3 || ^7"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Composer\\Spdx\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nils Adermann",
|
|
"email": "naderman@naderman.de",
|
|
"homepage": "http://www.naderman.de"
|
|
},
|
|
{
|
|
"name": "Jordi Boggiano",
|
|
"email": "j.boggiano@seld.be",
|
|
"homepage": "http://seld.be"
|
|
},
|
|
{
|
|
"name": "Rob Bast",
|
|
"email": "rob.bast@gmail.com",
|
|
"homepage": "http://robbast.nl"
|
|
}
|
|
],
|
|
"description": "SPDX licenses list and validation library.",
|
|
"keywords": [
|
|
"license",
|
|
"spdx",
|
|
"validator"
|
|
],
|
|
"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.9"
|
|
},
|
|
"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": "2025-05-12T21:07:07+00:00"
|
|
},
|
|
{
|
|
"name": "composer/xdebug-handler",
|
|
"version": "3.0.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/composer/xdebug-handler.git",
|
|
"reference": "6c1925561632e83d60a44492e0b344cf48ab85ef"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/6c1925561632e83d60a44492e0b344cf48ab85ef",
|
|
"reference": "6c1925561632e83d60a44492e0b344cf48ab85ef",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer/pcre": "^1 || ^2 || ^3",
|
|
"php": "^7.2.5 || ^8.0",
|
|
"psr/log": "^1 || ^2 || ^3"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^1.0",
|
|
"phpstan/phpstan-strict-rules": "^1.1",
|
|
"phpunit/phpunit": "^8.5 || ^9.6 || ^10.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Composer\\XdebugHandler\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "John Stevenson",
|
|
"email": "john-stevenson@blueyonder.co.uk"
|
|
}
|
|
],
|
|
"description": "Restarts a process without Xdebug.",
|
|
"keywords": [
|
|
"Xdebug",
|
|
"performance"
|
|
],
|
|
"support": {
|
|
"irc": "ircs://irc.libera.chat:6697/composer",
|
|
"issues": "https://github.com/composer/xdebug-handler/issues",
|
|
"source": "https://github.com/composer/xdebug-handler/tree/3.0.5"
|
|
},
|
|
"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": "2024-05-06T16:37:16+00:00"
|
|
},
|
|
{
|
|
"name": "eftec/bladeone",
|
|
"version": "3.52",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/EFTEC/BladeOne.git",
|
|
"reference": "a19bf66917de0b29836983db87a455a4f6e32148"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/EFTEC/BladeOne/zipball/a19bf66917de0b29836983db87a455a4f6e32148",
|
|
"reference": "a19bf66917de0b29836983db87a455a4f6e32148",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"php": ">=5.6"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^2.16.1",
|
|
"phpunit/phpunit": "^5.7",
|
|
"squizlabs/php_codesniffer": "^3.5.4"
|
|
},
|
|
"suggest": {
|
|
"eftec/bladeonehtml": "Extension to create forms",
|
|
"ext-mbstring": "This extension is used if it's active"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"eftec\\bladeone\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jorge Patricio Castro Castillo",
|
|
"email": "jcastro@eftec.cl"
|
|
}
|
|
],
|
|
"description": "The standalone version Blade Template Engine from Laravel in a single php file",
|
|
"homepage": "https://github.com/EFTEC/BladeOne",
|
|
"keywords": [
|
|
"blade",
|
|
"php",
|
|
"template",
|
|
"templating",
|
|
"view"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/EFTEC/BladeOne/issues",
|
|
"source": "https://github.com/EFTEC/BladeOne/tree/3.52"
|
|
},
|
|
"time": "2021-04-17T13:49:01+00:00"
|
|
},
|
|
{
|
|
"name": "gettext/gettext",
|
|
"version": "v4.8.12",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-gettext/Gettext.git",
|
|
"reference": "11af89ee6c087db3cf09ce2111a150bca5c46e12"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-gettext/Gettext/zipball/11af89ee6c087db3cf09ce2111a150bca5c46e12",
|
|
"reference": "11af89ee6c087db3cf09ce2111a150bca5c46e12",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"gettext/languages": "^2.3",
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"illuminate/view": "^5.0.x-dev",
|
|
"phpunit/phpunit": "^4.8|^5.7|^6.5",
|
|
"squizlabs/php_codesniffer": "^3.0",
|
|
"symfony/yaml": "~2",
|
|
"twig/extensions": "*",
|
|
"twig/twig": "^1.31|^2.0"
|
|
},
|
|
"suggest": {
|
|
"illuminate/view": "Is necessary if you want to use the Blade extractor",
|
|
"symfony/yaml": "Is necessary if you want to use the Yaml extractor/generator",
|
|
"twig/extensions": "Is necessary if you want to use the Twig extractor",
|
|
"twig/twig": "Is necessary if you want to use the Twig extractor"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Gettext\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Oscar Otero",
|
|
"email": "oom@oscarotero.com",
|
|
"homepage": "http://oscarotero.com",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "PHP gettext manager",
|
|
"homepage": "https://github.com/oscarotero/Gettext",
|
|
"keywords": [
|
|
"JS",
|
|
"gettext",
|
|
"i18n",
|
|
"mo",
|
|
"po",
|
|
"translation"
|
|
],
|
|
"support": {
|
|
"email": "oom@oscarotero.com",
|
|
"issues": "https://github.com/oscarotero/Gettext/issues",
|
|
"source": "https://github.com/php-gettext/Gettext/tree/v4.8.12"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://paypal.me/oscarotero",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/oscarotero",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://www.patreon.com/misteroom",
|
|
"type": "patreon"
|
|
}
|
|
],
|
|
"time": "2024-05-18T10:25:07+00:00"
|
|
},
|
|
{
|
|
"name": "gettext/languages",
|
|
"version": "2.12.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-gettext/Languages.git",
|
|
"reference": "0b0b0851c55168e1dfb14305735c64019732b5f1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-gettext/Languages/zipball/0b0b0851c55168e1dfb14305735c64019732b5f1",
|
|
"reference": "0b0b0851c55168e1dfb14305735c64019732b5f1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4"
|
|
},
|
|
"bin": [
|
|
"bin/export-plural-rules",
|
|
"bin/import-cldr-data"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Gettext\\Languages\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michele Locati",
|
|
"email": "mlocati@gmail.com",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "gettext languages with plural rules",
|
|
"homepage": "https://github.com/php-gettext/Languages",
|
|
"keywords": [
|
|
"cldr",
|
|
"i18n",
|
|
"internationalization",
|
|
"l10n",
|
|
"language",
|
|
"languages",
|
|
"localization",
|
|
"php",
|
|
"plural",
|
|
"plural rules",
|
|
"plurals",
|
|
"translate",
|
|
"translations",
|
|
"unicode"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/php-gettext/Languages/issues",
|
|
"source": "https://github.com/php-gettext/Languages/tree/2.12.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://paypal.me/mlocati",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/mlocati",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2025-03-19T11:14:02+00:00"
|
|
},
|
|
{
|
|
"name": "justinrainbow/json-schema",
|
|
"version": "6.4.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/jsonrainbow/json-schema.git",
|
|
"reference": "35d262c94959571e8736db1e5c9bc36ab94ae900"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/35d262c94959571e8736db1e5c9bc36ab94ae900",
|
|
"reference": "35d262c94959571e8736db1e5c9bc36ab94ae900",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"marc-mabe/php-enum": "^4.0",
|
|
"php": "^7.2 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "3.3.0",
|
|
"json-schema/json-schema-test-suite": "1.2.0",
|
|
"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/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Bruno Prieto Reis",
|
|
"email": "bruno.p.reis@gmail.com"
|
|
},
|
|
{
|
|
"name": "Justin Rainbow",
|
|
"email": "justin.rainbow@gmail.com"
|
|
},
|
|
{
|
|
"name": "Igor Wiedler",
|
|
"email": "igor@wiedler.ch"
|
|
},
|
|
{
|
|
"name": "Robert Schönthal",
|
|
"email": "seroscho@googlemail.com"
|
|
}
|
|
],
|
|
"description": "A library to validate a 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/6.4.1"
|
|
},
|
|
"time": "2025-04-04T13:08:07+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": "2024-11-28T04:54:44+00:00"
|
|
},
|
|
{
|
|
"name": "mck89/peast",
|
|
"version": "v1.17.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/mck89/peast.git",
|
|
"reference": "3a752d39bd7d8dc1e19bcf424f3d5ac1a1ca6ad5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/mck89/peast/zipball/3a752d39bd7d8dc1e19bcf424f3d5ac1a1ca6ad5",
|
|
"reference": "3a752d39bd7d8dc1e19bcf424f3d5ac1a1ca6ad5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-mbstring": "*",
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.17.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Peast\\": "lib/Peast/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Marco Marchiò",
|
|
"email": "marco.mm89@gmail.com"
|
|
}
|
|
],
|
|
"description": "Peast is PHP library that generates AST for JavaScript code",
|
|
"support": {
|
|
"issues": "https://github.com/mck89/peast/issues",
|
|
"source": "https://github.com/mck89/peast/tree/v1.17.0"
|
|
},
|
|
"time": "2025-03-07T19:44:14+00:00"
|
|
},
|
|
{
|
|
"name": "mustache/mustache",
|
|
"version": "v3.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/bobthecow/mustache.php.git",
|
|
"reference": "176b6b21d68516dd5107a63ab71b0050e518b7a4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/176b6b21d68516dd5107a63ab71b0050e518b7a4",
|
|
"reference": "176b6b21d68516dd5107a63ab71b0050e518b7a4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "~2.19.3",
|
|
"yoast/phpunit-polyfills": "^2.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Mustache\\": "src/"
|
|
},
|
|
"classmap": [
|
|
"src/compat.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Justin Hileman",
|
|
"email": "justin@justinhileman.info",
|
|
"homepage": "http://justinhileman.com"
|
|
}
|
|
],
|
|
"description": "A Mustache implementation in PHP.",
|
|
"homepage": "https://github.com/bobthecow/mustache.php",
|
|
"keywords": [
|
|
"mustache",
|
|
"templating"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/bobthecow/mustache.php/issues",
|
|
"source": "https://github.com/bobthecow/mustache.php/tree/v3.0.0"
|
|
},
|
|
"time": "2025-06-28T18:28:20+00:00"
|
|
},
|
|
{
|
|
"name": "nb/oxymel",
|
|
"version": "v0.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nb/oxymel.git",
|
|
"reference": "cbe626ef55d5c4cc9b5e6e3904b395861ea76e3c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nb/oxymel/zipball/cbe626ef55d5c4cc9b5e6e3904b395861ea76e3c",
|
|
"reference": "cbe626ef55d5c4cc9b5e6e3904b395861ea76e3c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.2.4"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Oxymel": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nikolay Bachiyski",
|
|
"email": "nb@nikolay.bg",
|
|
"homepage": "http://extrapolate.me/"
|
|
}
|
|
],
|
|
"description": "A sweet XML builder",
|
|
"homepage": "https://github.com/nb/oxymel",
|
|
"keywords": [
|
|
"xml"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/nb/oxymel/issues",
|
|
"source": "https://github.com/nb/oxymel/tree/master"
|
|
},
|
|
"time": "2013-02-24T15:01:54+00:00"
|
|
},
|
|
{
|
|
"name": "psr/container",
|
|
"version": "1.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/container.git",
|
|
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
|
|
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Container\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "https://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common Container Interface (PHP FIG PSR-11)",
|
|
"homepage": "https://github.com/php-fig/container",
|
|
"keywords": [
|
|
"PSR-11",
|
|
"container",
|
|
"container-interface",
|
|
"container-interop",
|
|
"psr"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/php-fig/container/issues",
|
|
"source": "https://github.com/php-fig/container/tree/1.1.1"
|
|
},
|
|
"time": "2021-03-05T17:36:06+00:00"
|
|
},
|
|
{
|
|
"name": "psr/log",
|
|
"version": "1.1.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/log.git",
|
|
"reference": "d49695b909c3b7628b6289db5479a1c204601f11"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
|
|
"reference": "d49695b909c3b7628b6289db5479a1c204601f11",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Log\\": "Psr/Log/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "https://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for logging libraries",
|
|
"homepage": "https://github.com/php-fig/log",
|
|
"keywords": [
|
|
"log",
|
|
"psr",
|
|
"psr-3"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/php-fig/log/tree/1.1.4"
|
|
},
|
|
"time": "2021-05-03T11:20:27+00:00"
|
|
},
|
|
{
|
|
"name": "react/promise",
|
|
"version": "v3.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/reactphp/promise.git",
|
|
"reference": "8a164643313c71354582dc850b42b33fa12a4b63"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/reactphp/promise/zipball/8a164643313c71354582dc850b42b33fa12a4b63",
|
|
"reference": "8a164643313c71354582dc850b42b33fa12a4b63",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1.0"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "1.10.39 || 1.4.10",
|
|
"phpunit/phpunit": "^9.6 || ^7.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions_include.php"
|
|
],
|
|
"psr-4": {
|
|
"React\\Promise\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jan Sorgalla",
|
|
"email": "jsorgalla@gmail.com",
|
|
"homepage": "https://sorgalla.com/"
|
|
},
|
|
{
|
|
"name": "Christian Lück",
|
|
"email": "christian@clue.engineering",
|
|
"homepage": "https://clue.engineering/"
|
|
},
|
|
{
|
|
"name": "Cees-Jan Kiewiet",
|
|
"email": "reactphp@ceesjankiewiet.nl",
|
|
"homepage": "https://wyrihaximus.net/"
|
|
},
|
|
{
|
|
"name": "Chris Boden",
|
|
"email": "cboden@gmail.com",
|
|
"homepage": "https://cboden.dev/"
|
|
}
|
|
],
|
|
"description": "A lightweight implementation of CommonJS Promises/A for PHP",
|
|
"keywords": [
|
|
"promise",
|
|
"promises"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/reactphp/promise/issues",
|
|
"source": "https://github.com/reactphp/promise/tree/v3.2.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://opencollective.com/reactphp",
|
|
"type": "open_collective"
|
|
}
|
|
],
|
|
"time": "2024-05-24T10:39:05+00:00"
|
|
},
|
|
{
|
|
"name": "seld/jsonlint",
|
|
"version": "1.11.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Seldaek/jsonlint.git",
|
|
"reference": "1748aaf847fc731cfad7725aec413ee46f0cc3a2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/1748aaf847fc731cfad7725aec413ee46f0cc3a2",
|
|
"reference": "1748aaf847fc731cfad7725aec413ee46f0cc3a2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.3 || ^7.0 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^1.11",
|
|
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^8.5.13"
|
|
},
|
|
"bin": [
|
|
"bin/jsonlint"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Seld\\JsonLint\\": "src/Seld/JsonLint/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jordi Boggiano",
|
|
"email": "j.boggiano@seld.be",
|
|
"homepage": "https://seld.be"
|
|
}
|
|
],
|
|
"description": "JSON Linter",
|
|
"keywords": [
|
|
"json",
|
|
"linter",
|
|
"parser",
|
|
"validator"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/Seldaek/jsonlint/issues",
|
|
"source": "https://github.com/Seldaek/jsonlint/tree/1.11.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/Seldaek",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2024-07-11T14:55:45+00:00"
|
|
},
|
|
{
|
|
"name": "seld/phar-utils",
|
|
"version": "1.2.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Seldaek/phar-utils.git",
|
|
"reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/ea2f4014f163c1be4c601b9b7bd6af81ba8d701c",
|
|
"reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Seld\\PharUtils\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jordi Boggiano",
|
|
"email": "j.boggiano@seld.be"
|
|
}
|
|
],
|
|
"description": "PHAR file format utilities, for when PHP phars you up",
|
|
"keywords": [
|
|
"phar"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/Seldaek/phar-utils/issues",
|
|
"source": "https://github.com/Seldaek/phar-utils/tree/1.2.1"
|
|
},
|
|
"time": "2022-08-31T10:31:18+00:00"
|
|
},
|
|
{
|
|
"name": "seld/signal-handler",
|
|
"version": "2.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Seldaek/signal-handler.git",
|
|
"reference": "04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Seldaek/signal-handler/zipball/04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98",
|
|
"reference": "04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.0"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^1",
|
|
"phpstan/phpstan-deprecation-rules": "^1.0",
|
|
"phpstan/phpstan-phpunit": "^1",
|
|
"phpstan/phpstan-strict-rules": "^1.3",
|
|
"phpunit/phpunit": "^7.5.20 || ^8.5.23",
|
|
"psr/log": "^1 || ^2 || ^3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Seld\\Signal\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jordi Boggiano",
|
|
"email": "j.boggiano@seld.be",
|
|
"homepage": "http://seld.be"
|
|
}
|
|
],
|
|
"description": "Simple unix signal handler that silently fails where signals are not supported for easy cross-platform development",
|
|
"keywords": [
|
|
"posix",
|
|
"sigint",
|
|
"signal",
|
|
"sigterm",
|
|
"unix"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/Seldaek/signal-handler/issues",
|
|
"source": "https://github.com/Seldaek/signal-handler/tree/2.0.2"
|
|
},
|
|
"time": "2023-09-03T09:24:00+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/console",
|
|
"version": "v5.4.47",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/console.git",
|
|
"reference": "c4ba980ca61a9eb18ee6bcc73f28e475852bb1ed"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/console/zipball/c4ba980ca61a9eb18ee6bcc73f28e475852bb1ed",
|
|
"reference": "c4ba980ca61a9eb18ee6bcc73f28e475852bb1ed",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/deprecation-contracts": "^2.1|^3",
|
|
"symfony/polyfill-mbstring": "~1.0",
|
|
"symfony/polyfill-php73": "^1.9",
|
|
"symfony/polyfill-php80": "^1.16",
|
|
"symfony/service-contracts": "^1.1|^2|^3",
|
|
"symfony/string": "^5.1|^6.0"
|
|
},
|
|
"conflict": {
|
|
"psr/log": ">=3",
|
|
"symfony/dependency-injection": "<4.4",
|
|
"symfony/dotenv": "<5.1",
|
|
"symfony/event-dispatcher": "<4.4",
|
|
"symfony/lock": "<4.4",
|
|
"symfony/process": "<4.4"
|
|
},
|
|
"provide": {
|
|
"psr/log-implementation": "1.0|2.0"
|
|
},
|
|
"require-dev": {
|
|
"psr/log": "^1|^2",
|
|
"symfony/config": "^4.4|^5.0|^6.0",
|
|
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
|
|
"symfony/event-dispatcher": "^4.4|^5.0|^6.0",
|
|
"symfony/lock": "^4.4|^5.0|^6.0",
|
|
"symfony/process": "^4.4|^5.0|^6.0",
|
|
"symfony/var-dumper": "^4.4|^5.0|^6.0"
|
|
},
|
|
"suggest": {
|
|
"psr/log": "For using the console logger",
|
|
"symfony/event-dispatcher": "",
|
|
"symfony/lock": "",
|
|
"symfony/process": ""
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Console\\": ""
|
|
},
|
|
"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": "Eases the creation of beautiful and testable command line interfaces",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"cli",
|
|
"command-line",
|
|
"console",
|
|
"terminal"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/console/tree/v5.4.47"
|
|
},
|
|
"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-11-06T11:30:55+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/deprecation-contracts",
|
|
"version": "v2.5.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/deprecation-contracts.git",
|
|
"reference": "605389f2a7e5625f273b53960dc46aeaf9c62918"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/605389f2a7e5625f273b53960dc46aeaf9c62918",
|
|
"reference": "605389f2a7e5625f273b53960dc46aeaf9c62918",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"thanks": {
|
|
"url": "https://github.com/symfony/contracts",
|
|
"name": "symfony/contracts"
|
|
},
|
|
"branch-alias": {
|
|
"dev-main": "2.5-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"function.php"
|
|
]
|
|
},
|
|
"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 generic function and convention to trigger deprecation notices",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.4"
|
|
},
|
|
"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-25T14:11:13+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/filesystem",
|
|
"version": "v5.4.45",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/filesystem.git",
|
|
"reference": "57c8294ed37d4a055b77057827c67f9558c95c54"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/filesystem/zipball/57c8294ed37d4a055b77057827c67f9558c95c54",
|
|
"reference": "57c8294ed37d4a055b77057827c67f9558c95c54",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/polyfill-ctype": "~1.8",
|
|
"symfony/polyfill-mbstring": "~1.8",
|
|
"symfony/polyfill-php80": "^1.16"
|
|
},
|
|
"require-dev": {
|
|
"symfony/process": "^5.4|^6.4"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Filesystem\\": ""
|
|
},
|
|
"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 basic utilities for the filesystem",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/filesystem/tree/v5.4.45"
|
|
},
|
|
"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-10-22T13:05:35+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/finder",
|
|
"version": "v5.4.45",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/finder.git",
|
|
"reference": "63741784cd7b9967975eec610b256eed3ede022b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/finder/zipball/63741784cd7b9967975eec610b256eed3ede022b",
|
|
"reference": "63741784cd7b9967975eec610b256eed3ede022b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/deprecation-contracts": "^2.1|^3",
|
|
"symfony/polyfill-php80": "^1.16"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Finder\\": ""
|
|
},
|
|
"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": "Finds files and directories via an intuitive fluent interface",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/finder/tree/v5.4.45"
|
|
},
|
|
"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-28T13:32:08+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": "symfony/polyfill-intl-grapheme",
|
|
"version": "v1.32.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
|
|
"reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
|
|
"reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2"
|
|
},
|
|
"suggest": {
|
|
"ext-intl": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"thanks": {
|
|
"url": "https://github.com/symfony/polyfill",
|
|
"name": "symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for intl's grapheme_* functions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"grapheme",
|
|
"intl",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-intl-grapheme/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-intl-normalizer",
|
|
"version": "v1.32.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
|
"reference": "3833d7255cc303546435cb650316bff708a1c75c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
|
|
"reference": "3833d7255cc303546435cb650316bff708a1c75c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2"
|
|
},
|
|
"suggest": {
|
|
"ext-intl": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"thanks": {
|
|
"url": "https://github.com/symfony/polyfill",
|
|
"name": "symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
|
|
},
|
|
"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 for intl's Normalizer class and related functions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"intl",
|
|
"normalizer",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-intl-normalizer/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-mbstring",
|
|
"version": "v1.32.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
"reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493",
|
|
"reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-iconv": "*",
|
|
"php": ">=7.2"
|
|
},
|
|
"provide": {
|
|
"ext-mbstring": "*"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"thanks": {
|
|
"url": "https://github.com/symfony/polyfill",
|
|
"name": "symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for the Mbstring extension",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"mbstring",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-mbstring/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-12-23T08:48:59+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-php73",
|
|
"version": "v1.32.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php73.git",
|
|
"reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f68c03565dcaaf25a890667542e8bd75fe7e5bb",
|
|
"reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb",
|
|
"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\\Php73\\": ""
|
|
},
|
|
"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 7.3+ features to lower PHP versions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-php73/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-php80",
|
|
"version": "v1.32.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php80.git",
|
|
"reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
|
|
"reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
|
|
"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\\Php80\\": ""
|
|
},
|
|
"classmap": [
|
|
"Resources/stubs"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ion Bazan",
|
|
"email": "ion.bazan@gmail.com"
|
|
},
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-php80/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": "2025-01-02T08:10:11+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-php81",
|
|
"version": "v1.32.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php81.git",
|
|
"reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
|
|
"reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
|
|
"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\\Php81\\": ""
|
|
},
|
|
"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.1+ features to lower PHP versions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"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/process",
|
|
"version": "v5.4.47",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/process.git",
|
|
"reference": "5d1662fb32ebc94f17ddb8d635454a776066733d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/process/zipball/5d1662fb32ebc94f17ddb8d635454a776066733d",
|
|
"reference": "5d1662fb32ebc94f17ddb8d635454a776066733d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/polyfill-php80": "^1.16"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Process\\": ""
|
|
},
|
|
"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": "Executes commands in sub-processes",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/process/tree/v5.4.47"
|
|
},
|
|
"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-11-06T11:36:42+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/service-contracts",
|
|
"version": "v2.5.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/service-contracts.git",
|
|
"reference": "f37b419f7aea2e9abf10abd261832cace12e3300"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/f37b419f7aea2e9abf10abd261832cace12e3300",
|
|
"reference": "f37b419f7aea2e9abf10abd261832cace12e3300",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"psr/container": "^1.1",
|
|
"symfony/deprecation-contracts": "^2.1|^3"
|
|
},
|
|
"conflict": {
|
|
"ext-psr": "<1.1|>=2"
|
|
},
|
|
"suggest": {
|
|
"symfony/service-implementation": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"thanks": {
|
|
"url": "https://github.com/symfony/contracts",
|
|
"name": "symfony/contracts"
|
|
},
|
|
"branch-alias": {
|
|
"dev-main": "2.5-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Contracts\\Service\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Generic abstractions related to writing services",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"abstractions",
|
|
"contracts",
|
|
"decoupling",
|
|
"interfaces",
|
|
"interoperability",
|
|
"standards"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/service-contracts/tree/v2.5.4"
|
|
},
|
|
"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-25T14:11:13+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/string",
|
|
"version": "v5.4.47",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/string.git",
|
|
"reference": "136ca7d72f72b599f2631aca474a4f8e26719799"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/string/zipball/136ca7d72f72b599f2631aca474a4f8e26719799",
|
|
"reference": "136ca7d72f72b599f2631aca474a4f8e26719799",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/polyfill-ctype": "~1.8",
|
|
"symfony/polyfill-intl-grapheme": "~1.0",
|
|
"symfony/polyfill-intl-normalizer": "~1.0",
|
|
"symfony/polyfill-mbstring": "~1.0",
|
|
"symfony/polyfill-php80": "~1.15"
|
|
},
|
|
"conflict": {
|
|
"symfony/translation-contracts": ">=3.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/error-handler": "^4.4|^5.0|^6.0",
|
|
"symfony/http-client": "^4.4|^5.0|^6.0",
|
|
"symfony/translation-contracts": "^1.1|^2",
|
|
"symfony/var-exporter": "^4.4|^5.0|^6.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"Resources/functions.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Component\\String\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"grapheme",
|
|
"i18n",
|
|
"string",
|
|
"unicode",
|
|
"utf-8",
|
|
"utf8"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/string/tree/v5.4.47"
|
|
},
|
|
"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-11-10T20:33:58+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/cache-command",
|
|
"version": "v2.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/cache-command.git",
|
|
"reference": "14f76b0bc8f9fa0a680e9c70e18fcf627774d055"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/cache-command/zipball/14f76b0bc8f9fa0a680e9c70e18fcf627774d055",
|
|
"reference": "14f76b0bc8f9fa0a680e9c70e18fcf627774d055",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"wp-cli/wp-cli": "^2.12"
|
|
},
|
|
"require-dev": {
|
|
"wp-cli/entity-command": "^1.3 || ^2",
|
|
"wp-cli/wp-cli-tests": "^4"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"bundled": true,
|
|
"commands": [
|
|
"cache",
|
|
"cache add",
|
|
"cache decr",
|
|
"cache delete",
|
|
"cache flush",
|
|
"cache flush-group",
|
|
"cache get",
|
|
"cache incr",
|
|
"cache patch",
|
|
"cache pluck",
|
|
"cache replace",
|
|
"cache set",
|
|
"cache supports",
|
|
"cache type",
|
|
"transient",
|
|
"transient delete",
|
|
"transient get",
|
|
"transient list",
|
|
"transient patch",
|
|
"transient pluck",
|
|
"transient set",
|
|
"transient type"
|
|
],
|
|
"branch-alias": {
|
|
"dev-main": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"cache-command.php"
|
|
],
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Daniel Bachhuber",
|
|
"email": "daniel@runcommand.io",
|
|
"homepage": "https://runcommand.io"
|
|
}
|
|
],
|
|
"description": "Manages object and transient caches.",
|
|
"homepage": "https://github.com/wp-cli/cache-command",
|
|
"support": {
|
|
"issues": "https://github.com/wp-cli/cache-command/issues",
|
|
"source": "https://github.com/wp-cli/cache-command/tree/v2.2.0"
|
|
},
|
|
"time": "2025-05-06T01:43:20+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/checksum-command",
|
|
"version": "v2.3.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/checksum-command.git",
|
|
"reference": "39992dbd66835f8d5c2cc5bfeacf9d2c450cbafe"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/checksum-command/zipball/39992dbd66835f8d5c2cc5bfeacf9d2c450cbafe",
|
|
"reference": "39992dbd66835f8d5c2cc5bfeacf9d2c450cbafe",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"wp-cli/wp-cli": "^2.12"
|
|
},
|
|
"require-dev": {
|
|
"wp-cli/extension-command": "^1.2 || ^2",
|
|
"wp-cli/wp-cli-tests": "^4"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"bundled": true,
|
|
"commands": [
|
|
"core verify-checksums",
|
|
"plugin verify-checksums"
|
|
],
|
|
"branch-alias": {
|
|
"dev-main": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"checksum-command.php"
|
|
],
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Daniel Bachhuber",
|
|
"email": "daniel@runcommand.io",
|
|
"homepage": "https://runcommand.io"
|
|
}
|
|
],
|
|
"description": "Verifies file integrity by comparing to published checksums.",
|
|
"homepage": "https://github.com/wp-cli/checksum-command",
|
|
"support": {
|
|
"issues": "https://github.com/wp-cli/checksum-command/issues",
|
|
"source": "https://github.com/wp-cli/checksum-command/tree/v2.3.1"
|
|
},
|
|
"time": "2025-04-10T11:02:20+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/config-command",
|
|
"version": "v2.3.8",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/config-command.git",
|
|
"reference": "994b3dc9e8284fc978366920d5c5ae0dde3a004e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/config-command/zipball/994b3dc9e8284fc978366920d5c5ae0dde3a004e",
|
|
"reference": "994b3dc9e8284fc978366920d5c5ae0dde3a004e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"wp-cli/wp-cli": "^2.12",
|
|
"wp-cli/wp-config-transformer": "^1.4.0"
|
|
},
|
|
"require-dev": {
|
|
"wp-cli/db-command": "^1.3 || ^2",
|
|
"wp-cli/wp-cli-tests": "^4.2.8"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"bundled": true,
|
|
"commands": [
|
|
"config",
|
|
"config edit",
|
|
"config delete",
|
|
"config create",
|
|
"config get",
|
|
"config has",
|
|
"config is-true",
|
|
"config list",
|
|
"config path",
|
|
"config set",
|
|
"config shuffle-salts"
|
|
],
|
|
"branch-alias": {
|
|
"dev-main": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"config-command.php"
|
|
],
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Daniel Bachhuber",
|
|
"email": "daniel@runcommand.io",
|
|
"homepage": "https://runcommand.io"
|
|
},
|
|
{
|
|
"name": "Alain Schlesser",
|
|
"email": "alain.schlesser@gmail.com",
|
|
"homepage": "https://www.alainschlesser.com"
|
|
}
|
|
],
|
|
"description": "Generates and reads the wp-config.php file.",
|
|
"homepage": "https://github.com/wp-cli/config-command",
|
|
"support": {
|
|
"issues": "https://github.com/wp-cli/config-command/issues",
|
|
"source": "https://github.com/wp-cli/config-command/tree/v2.3.8"
|
|
},
|
|
"time": "2025-04-11T09:37:43+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/core-command",
|
|
"version": "v2.1.21",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/core-command.git",
|
|
"reference": "f157fb37dae1d13fe7318452f932917161e83e53"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/core-command/zipball/f157fb37dae1d13fe7318452f932917161e83e53",
|
|
"reference": "f157fb37dae1d13fe7318452f932917161e83e53",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer/semver": "^1.4 || ^2 || ^3",
|
|
"wp-cli/wp-cli": "^2.12"
|
|
},
|
|
"require-dev": {
|
|
"wp-cli/checksum-command": "^1 || ^2",
|
|
"wp-cli/db-command": "^1.3 || ^2",
|
|
"wp-cli/entity-command": "^1.3 || ^2",
|
|
"wp-cli/extension-command": "^1.2 || ^2",
|
|
"wp-cli/wp-cli-tests": "^5"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"bundled": true,
|
|
"commands": [
|
|
"core",
|
|
"core check-update",
|
|
"core download",
|
|
"core install",
|
|
"core is-installed",
|
|
"core multisite-convert",
|
|
"core multisite-install",
|
|
"core update",
|
|
"core update-db",
|
|
"core version"
|
|
],
|
|
"branch-alias": {
|
|
"dev-main": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"core-command.php"
|
|
],
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Daniel Bachhuber",
|
|
"email": "daniel@runcommand.io",
|
|
"homepage": "https://runcommand.io"
|
|
}
|
|
],
|
|
"description": "Downloads, installs, updates, and manages a WordPress installation.",
|
|
"homepage": "https://github.com/wp-cli/core-command",
|
|
"support": {
|
|
"issues": "https://github.com/wp-cli/core-command/issues",
|
|
"source": "https://github.com/wp-cli/core-command/tree/v2.1.21"
|
|
},
|
|
"time": "2025-07-08T17:31:39+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/cron-command",
|
|
"version": "v2.3.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/cron-command.git",
|
|
"reference": "6f450028a75ebd275f12cad62959a0709bf3e7c1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/cron-command/zipball/6f450028a75ebd275f12cad62959a0709bf3e7c1",
|
|
"reference": "6f450028a75ebd275f12cad62959a0709bf3e7c1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"wp-cli/wp-cli": "^2.12"
|
|
},
|
|
"require-dev": {
|
|
"wp-cli/entity-command": "^1.3 || ^2",
|
|
"wp-cli/eval-command": "^2.0",
|
|
"wp-cli/server-command": "^2.0",
|
|
"wp-cli/wp-cli-tests": "^4"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"bundled": true,
|
|
"commands": [
|
|
"cron",
|
|
"cron test",
|
|
"cron event",
|
|
"cron event delete",
|
|
"cron event list",
|
|
"cron event run",
|
|
"cron event schedule",
|
|
"cron schedule",
|
|
"cron schedule list",
|
|
"cron event unschedule"
|
|
],
|
|
"branch-alias": {
|
|
"dev-main": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"cron-command.php"
|
|
],
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Daniel Bachhuber",
|
|
"email": "daniel@runcommand.io",
|
|
"homepage": "https://runcommand.io"
|
|
}
|
|
],
|
|
"description": "Tests, runs, and deletes WP-Cron events; manages WP-Cron schedules.",
|
|
"homepage": "https://github.com/wp-cli/cron-command",
|
|
"support": {
|
|
"issues": "https://github.com/wp-cli/cron-command/issues",
|
|
"source": "https://github.com/wp-cli/cron-command/tree/v2.3.2"
|
|
},
|
|
"time": "2025-04-02T11:55:20+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/db-command",
|
|
"version": "v2.1.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/db-command.git",
|
|
"reference": "f857c91454d7092fa672bc388512a51752d9264a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/db-command/zipball/f857c91454d7092fa672bc388512a51752d9264a",
|
|
"reference": "f857c91454d7092fa672bc388512a51752d9264a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"wp-cli/wp-cli": "^2.12"
|
|
},
|
|
"require-dev": {
|
|
"wp-cli/entity-command": "^1.3 || ^2",
|
|
"wp-cli/wp-cli-tests": "^4"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"bundled": true,
|
|
"commands": [
|
|
"db",
|
|
"db clean",
|
|
"db create",
|
|
"db drop",
|
|
"db reset",
|
|
"db check",
|
|
"db optimize",
|
|
"db prefix",
|
|
"db repair",
|
|
"db cli",
|
|
"db query",
|
|
"db export",
|
|
"db import",
|
|
"db search",
|
|
"db tables",
|
|
"db size",
|
|
"db columns"
|
|
],
|
|
"branch-alias": {
|
|
"dev-main": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"db-command.php"
|
|
],
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Daniel Bachhuber",
|
|
"email": "daniel@runcommand.io",
|
|
"homepage": "https://runcommand.io"
|
|
}
|
|
],
|
|
"description": "Performs basic database operations using credentials stored in wp-config.php.",
|
|
"homepage": "https://github.com/wp-cli/db-command",
|
|
"support": {
|
|
"issues": "https://github.com/wp-cli/db-command/issues",
|
|
"source": "https://github.com/wp-cli/db-command/tree/v2.1.3"
|
|
},
|
|
"time": "2025-04-10T11:02:04+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/embed-command",
|
|
"version": "v2.0.18",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/embed-command.git",
|
|
"reference": "52f59a1dacf1d4a1c68fd685f27909e1f493816b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/embed-command/zipball/52f59a1dacf1d4a1c68fd685f27909e1f493816b",
|
|
"reference": "52f59a1dacf1d4a1c68fd685f27909e1f493816b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"wp-cli/wp-cli": "^2.12"
|
|
},
|
|
"require-dev": {
|
|
"wp-cli/entity-command": "^1.3 || ^2",
|
|
"wp-cli/wp-cli-tests": "^4"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"bundled": true,
|
|
"commands": [
|
|
"embed",
|
|
"embed fetch",
|
|
"embed provider",
|
|
"embed provider list",
|
|
"embed provider match",
|
|
"embed handler",
|
|
"embed handler list",
|
|
"embed cache",
|
|
"embed cache clear",
|
|
"embed cache find",
|
|
"embed cache trigger"
|
|
],
|
|
"branch-alias": {
|
|
"dev-main": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"embed-command.php"
|
|
],
|
|
"psr-4": {
|
|
"WP_CLI\\Embeds\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Pascal Birchler",
|
|
"homepage": "https://pascalbirchler.com/"
|
|
}
|
|
],
|
|
"description": "Inspects oEmbed providers, clears embed cache, and more.",
|
|
"homepage": "https://github.com/wp-cli/embed-command",
|
|
"support": {
|
|
"issues": "https://github.com/wp-cli/embed-command/issues",
|
|
"source": "https://github.com/wp-cli/embed-command/tree/v2.0.18"
|
|
},
|
|
"time": "2025-04-10T11:01:32+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/entity-command",
|
|
"version": "v2.8.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/entity-command.git",
|
|
"reference": "213611f8ab619ca137d983e9b987f7fbf1ac21d4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/entity-command/zipball/213611f8ab619ca137d983e9b987f7fbf1ac21d4",
|
|
"reference": "213611f8ab619ca137d983e9b987f7fbf1ac21d4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"wp-cli/wp-cli": "^2.12"
|
|
},
|
|
"require-dev": {
|
|
"wp-cli/cache-command": "^1 || ^2",
|
|
"wp-cli/db-command": "^1.3 || ^2",
|
|
"wp-cli/extension-command": "^1.2 || ^2",
|
|
"wp-cli/media-command": "^1.1 || ^2",
|
|
"wp-cli/super-admin-command": "^1 || ^2",
|
|
"wp-cli/wp-cli-tests": "^4"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"bundled": true,
|
|
"commands": [
|
|
"comment",
|
|
"comment approve",
|
|
"comment count",
|
|
"comment create",
|
|
"comment delete",
|
|
"comment exists",
|
|
"comment generate",
|
|
"comment get",
|
|
"comment list",
|
|
"comment meta",
|
|
"comment meta add",
|
|
"comment meta delete",
|
|
"comment meta get",
|
|
"comment meta list",
|
|
"comment meta patch",
|
|
"comment meta pluck",
|
|
"comment meta update",
|
|
"comment recount",
|
|
"comment spam",
|
|
"comment status",
|
|
"comment trash",
|
|
"comment unapprove",
|
|
"comment unspam",
|
|
"comment untrash",
|
|
"comment update",
|
|
"menu",
|
|
"menu create",
|
|
"menu delete",
|
|
"menu item",
|
|
"menu item add-custom",
|
|
"menu item add-post",
|
|
"menu item add-term",
|
|
"menu item delete",
|
|
"menu item list",
|
|
"menu item update",
|
|
"menu list",
|
|
"menu location",
|
|
"menu location assign",
|
|
"menu location list",
|
|
"menu location remove",
|
|
"network meta",
|
|
"network meta add",
|
|
"network meta delete",
|
|
"network meta get",
|
|
"network meta list",
|
|
"network meta patch",
|
|
"network meta pluck",
|
|
"network meta update",
|
|
"option",
|
|
"option add",
|
|
"option delete",
|
|
"option get",
|
|
"option list",
|
|
"option patch",
|
|
"option pluck",
|
|
"option update",
|
|
"option set-autoload",
|
|
"option get-autoload",
|
|
"post",
|
|
"post create",
|
|
"post delete",
|
|
"post edit",
|
|
"post exists",
|
|
"post generate",
|
|
"post get",
|
|
"post list",
|
|
"post meta",
|
|
"post meta add",
|
|
"post meta clean-duplicates",
|
|
"post meta delete",
|
|
"post meta get",
|
|
"post meta list",
|
|
"post meta patch",
|
|
"post meta pluck",
|
|
"post meta update",
|
|
"post term",
|
|
"post term add",
|
|
"post term list",
|
|
"post term remove",
|
|
"post term set",
|
|
"post update",
|
|
"post url-to-id",
|
|
"post-type",
|
|
"post-type get",
|
|
"post-type list",
|
|
"site",
|
|
"site activate",
|
|
"site archive",
|
|
"site create",
|
|
"site generate",
|
|
"site deactivate",
|
|
"site delete",
|
|
"site empty",
|
|
"site list",
|
|
"site mature",
|
|
"site meta",
|
|
"site meta add",
|
|
"site meta delete",
|
|
"site meta get",
|
|
"site meta list",
|
|
"site meta patch",
|
|
"site meta pluck",
|
|
"site meta update",
|
|
"site option",
|
|
"site private",
|
|
"site public",
|
|
"site spam",
|
|
"site unarchive",
|
|
"site unmature",
|
|
"site unspam",
|
|
"taxonomy",
|
|
"taxonomy get",
|
|
"taxonomy list",
|
|
"term",
|
|
"term create",
|
|
"term delete",
|
|
"term generate",
|
|
"term get",
|
|
"term list",
|
|
"term meta",
|
|
"term meta add",
|
|
"term meta delete",
|
|
"term meta get",
|
|
"term meta list",
|
|
"term meta patch",
|
|
"term meta pluck",
|
|
"term meta update",
|
|
"term recount",
|
|
"term update",
|
|
"user",
|
|
"user add-cap",
|
|
"user add-role",
|
|
"user application-password",
|
|
"user application-password create",
|
|
"user application-password delete",
|
|
"user application-password exists",
|
|
"user application-password get",
|
|
"user application-password list",
|
|
"user application-password record-usage",
|
|
"user application-password update",
|
|
"user create",
|
|
"user delete",
|
|
"user exists",
|
|
"user generate",
|
|
"user get",
|
|
"user import-csv",
|
|
"user list",
|
|
"user list-caps",
|
|
"user meta",
|
|
"user meta add",
|
|
"user meta delete",
|
|
"user meta get",
|
|
"user meta list",
|
|
"user meta patch",
|
|
"user meta pluck",
|
|
"user meta update",
|
|
"user remove-cap",
|
|
"user remove-role",
|
|
"user reset-password",
|
|
"user session",
|
|
"user session destroy",
|
|
"user session list",
|
|
"user set-role",
|
|
"user signup",
|
|
"user signup activate",
|
|
"user signup delete",
|
|
"user signup get",
|
|
"user signup list",
|
|
"user spam",
|
|
"user term",
|
|
"user term add",
|
|
"user term list",
|
|
"user term remove",
|
|
"user term set",
|
|
"user unspam",
|
|
"user update"
|
|
],
|
|
"branch-alias": {
|
|
"dev-main": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"entity-command.php"
|
|
],
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Daniel Bachhuber",
|
|
"email": "daniel@runcommand.io",
|
|
"homepage": "https://runcommand.io"
|
|
}
|
|
],
|
|
"description": "Manage WordPress comments, menus, options, posts, sites, terms, and users.",
|
|
"homepage": "https://github.com/wp-cli/entity-command",
|
|
"support": {
|
|
"issues": "https://github.com/wp-cli/entity-command/issues",
|
|
"source": "https://github.com/wp-cli/entity-command/tree/v2.8.4"
|
|
},
|
|
"time": "2025-05-06T16:12:49+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/eval-command",
|
|
"version": "v2.2.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/eval-command.git",
|
|
"reference": "20ec428a7b9bc604fab0bd33ee8fa20662650455"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/eval-command/zipball/20ec428a7b9bc604fab0bd33ee8fa20662650455",
|
|
"reference": "20ec428a7b9bc604fab0bd33ee8fa20662650455",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"wp-cli/wp-cli": "^2.12"
|
|
},
|
|
"require-dev": {
|
|
"wp-cli/wp-cli-tests": "^4"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"bundled": true,
|
|
"commands": [
|
|
"eval",
|
|
"eval-file"
|
|
],
|
|
"branch-alias": {
|
|
"dev-main": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"eval-command.php"
|
|
],
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Daniel Bachhuber",
|
|
"email": "daniel@runcommand.io",
|
|
"homepage": "https://runcommand.io"
|
|
}
|
|
],
|
|
"description": "Executes arbitrary PHP code or files.",
|
|
"homepage": "https://github.com/wp-cli/eval-command",
|
|
"support": {
|
|
"issues": "https://github.com/wp-cli/eval-command/issues",
|
|
"source": "https://github.com/wp-cli/eval-command/tree/v2.2.6"
|
|
},
|
|
"time": "2024-11-24T17:28:06+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/export-command",
|
|
"version": "v2.1.14",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/export-command.git",
|
|
"reference": "2af32bf12c1bccd6561a215dbbafc2f272647ee8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/export-command/zipball/2af32bf12c1bccd6561a215dbbafc2f272647ee8",
|
|
"reference": "2af32bf12c1bccd6561a215dbbafc2f272647ee8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"nb/oxymel": "~0.1.0",
|
|
"wp-cli/wp-cli": "^2.12"
|
|
},
|
|
"require-dev": {
|
|
"wp-cli/db-command": "^1.3 || ^2",
|
|
"wp-cli/entity-command": "^1.3 || ^2",
|
|
"wp-cli/extension-command": "^1.2 || ^2",
|
|
"wp-cli/import-command": "^1 || ^2",
|
|
"wp-cli/media-command": "^1 || ^2",
|
|
"wp-cli/wp-cli-tests": "^4"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"bundled": true,
|
|
"commands": [
|
|
"export"
|
|
],
|
|
"branch-alias": {
|
|
"dev-main": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"export-command.php"
|
|
],
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Daniel Bachhuber",
|
|
"email": "daniel@runcommand.io",
|
|
"homepage": "https://runcommand.io"
|
|
}
|
|
],
|
|
"description": "Exports WordPress content to a WXR file.",
|
|
"homepage": "https://github.com/wp-cli/export-command",
|
|
"support": {
|
|
"issues": "https://github.com/wp-cli/export-command/issues",
|
|
"source": "https://github.com/wp-cli/export-command/tree/v2.1.14"
|
|
},
|
|
"time": "2025-04-02T15:29:08+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/extension-command",
|
|
"version": "v2.1.24",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/extension-command.git",
|
|
"reference": "d21a2f504ac43a86b6b08697669b5b0844748133"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/extension-command/zipball/d21a2f504ac43a86b6b08697669b5b0844748133",
|
|
"reference": "d21a2f504ac43a86b6b08697669b5b0844748133",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer/semver": "^1.4 || ^2 || ^3",
|
|
"wp-cli/wp-cli": "^2.12"
|
|
},
|
|
"require-dev": {
|
|
"wp-cli/cache-command": "^2.0",
|
|
"wp-cli/entity-command": "^1.3 || ^2",
|
|
"wp-cli/language-command": "^2.0",
|
|
"wp-cli/scaffold-command": "^1.2 || ^2",
|
|
"wp-cli/wp-cli-tests": "^4.3.7"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"bundled": true,
|
|
"commands": [
|
|
"plugin",
|
|
"plugin activate",
|
|
"plugin deactivate",
|
|
"plugin delete",
|
|
"plugin get",
|
|
"plugin install",
|
|
"plugin is-installed",
|
|
"plugin list",
|
|
"plugin path",
|
|
"plugin search",
|
|
"plugin status",
|
|
"plugin toggle",
|
|
"plugin uninstall",
|
|
"plugin update",
|
|
"theme",
|
|
"theme activate",
|
|
"theme delete",
|
|
"theme disable",
|
|
"theme enable",
|
|
"theme get",
|
|
"theme install",
|
|
"theme is-installed",
|
|
"theme list",
|
|
"theme mod",
|
|
"theme mod get",
|
|
"theme mod set",
|
|
"theme mod remove",
|
|
"theme path",
|
|
"theme search",
|
|
"theme status",
|
|
"theme update",
|
|
"theme mod list"
|
|
],
|
|
"branch-alias": {
|
|
"dev-main": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"extension-command.php"
|
|
],
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Daniel Bachhuber",
|
|
"email": "daniel@runcommand.io",
|
|
"homepage": "https://runcommand.io"
|
|
},
|
|
{
|
|
"name": "Alain Schlesser",
|
|
"email": "alain.schlesser@gmail.com",
|
|
"homepage": "https://www.alainschlesser.com"
|
|
}
|
|
],
|
|
"description": "Manages plugins and themes, including installs, activations, and updates.",
|
|
"homepage": "https://github.com/wp-cli/extension-command",
|
|
"support": {
|
|
"issues": "https://github.com/wp-cli/extension-command/issues",
|
|
"source": "https://github.com/wp-cli/extension-command/tree/v2.1.24"
|
|
},
|
|
"time": "2025-05-06T19:17:53+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/i18n-command",
|
|
"version": "v2.6.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/i18n-command.git",
|
|
"reference": "5e73d417398993625331a9f69f6c2ef60f234070"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/i18n-command/zipball/5e73d417398993625331a9f69f6c2ef60f234070",
|
|
"reference": "5e73d417398993625331a9f69f6c2ef60f234070",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"eftec/bladeone": "3.52",
|
|
"gettext/gettext": "^4.8",
|
|
"mck89/peast": "^1.13.11",
|
|
"wp-cli/wp-cli": "^2.12"
|
|
},
|
|
"require-dev": {
|
|
"wp-cli/scaffold-command": "^1.2 || ^2",
|
|
"wp-cli/wp-cli-tests": "^4.3.9"
|
|
},
|
|
"suggest": {
|
|
"ext-json": "Used for reading and generating JSON translation files",
|
|
"ext-mbstring": "Used for calculating include/exclude matches in code extraction"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"bundled": true,
|
|
"commands": [
|
|
"i18n",
|
|
"i18n make-pot",
|
|
"i18n make-json",
|
|
"i18n make-mo",
|
|
"i18n make-php",
|
|
"i18n update-po"
|
|
],
|
|
"branch-alias": {
|
|
"dev-main": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"i18n-command.php"
|
|
],
|
|
"psr-4": {
|
|
"WP_CLI\\I18n\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Pascal Birchler",
|
|
"homepage": "https://pascalbirchler.com/"
|
|
}
|
|
],
|
|
"description": "Provides internationalization tools for WordPress projects.",
|
|
"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.5"
|
|
},
|
|
"time": "2025-04-25T21:49:29+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/import-command",
|
|
"version": "v2.0.14",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/import-command.git",
|
|
"reference": "b2c48f3e51683e825738df62bf8ccc7004c5f0f9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/import-command/zipball/b2c48f3e51683e825738df62bf8ccc7004c5f0f9",
|
|
"reference": "b2c48f3e51683e825738df62bf8ccc7004c5f0f9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"wp-cli/wp-cli": "^2.12"
|
|
},
|
|
"require-dev": {
|
|
"wp-cli/entity-command": "^1.3 || ^2",
|
|
"wp-cli/export-command": "^1 || ^2",
|
|
"wp-cli/extension-command": "^1.2 || ^2",
|
|
"wp-cli/wp-cli-tests": "^4"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"bundled": true,
|
|
"commands": [
|
|
"import"
|
|
],
|
|
"branch-alias": {
|
|
"dev-main": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"import-command.php"
|
|
],
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Daniel Bachhuber",
|
|
"email": "daniel@runcommand.io",
|
|
"homepage": "https://runcommand.io"
|
|
}
|
|
],
|
|
"description": "Imports content from a given WXR file.",
|
|
"homepage": "https://github.com/wp-cli/import-command",
|
|
"support": {
|
|
"issues": "https://github.com/wp-cli/import-command/issues",
|
|
"source": "https://github.com/wp-cli/import-command/tree/v2.0.14"
|
|
},
|
|
"time": "2025-04-02T16:47:25+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/language-command",
|
|
"version": "v2.0.24",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/language-command.git",
|
|
"reference": "1f1ca0ce3ee6cc46edfe06ee093cf3a57a131a18"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/language-command/zipball/1f1ca0ce3ee6cc46edfe06ee093cf3a57a131a18",
|
|
"reference": "1f1ca0ce3ee6cc46edfe06ee093cf3a57a131a18",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"wp-cli/wp-cli": "^2.12"
|
|
},
|
|
"require-dev": {
|
|
"wp-cli/db-command": "^1.3 || ^2",
|
|
"wp-cli/entity-command": "^1.3 || ^2",
|
|
"wp-cli/extension-command": "^1.2 || ^2",
|
|
"wp-cli/wp-cli-tests": "^5"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"bundled": true,
|
|
"commands": [
|
|
"language",
|
|
"language core",
|
|
"language core activate",
|
|
"language core is-installed",
|
|
"language core install",
|
|
"language core list",
|
|
"language core uninstall",
|
|
"language core update",
|
|
"language plugin",
|
|
"language plugin is-installed",
|
|
"language plugin install",
|
|
"language plugin list",
|
|
"language plugin uninstall",
|
|
"language plugin update",
|
|
"language theme",
|
|
"language theme is-installed",
|
|
"language theme install",
|
|
"language theme list",
|
|
"language theme uninstall",
|
|
"language theme update",
|
|
"site switch-language"
|
|
],
|
|
"branch-alias": {
|
|
"dev-main": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"language-command.php"
|
|
],
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Daniel Bachhuber",
|
|
"email": "daniel@runcommand.io",
|
|
"homepage": "https://runcommand.io"
|
|
}
|
|
],
|
|
"description": "Installs, activates, and manages language packs.",
|
|
"homepage": "https://github.com/wp-cli/language-command",
|
|
"support": {
|
|
"issues": "https://github.com/wp-cli/language-command/issues",
|
|
"source": "https://github.com/wp-cli/language-command/tree/v2.0.24"
|
|
},
|
|
"time": "2025-07-08T17:50:14+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/maintenance-mode-command",
|
|
"version": "v2.1.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/maintenance-mode-command.git",
|
|
"reference": "b947e094e00b7b68c6376ec9bd03303515864062"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/maintenance-mode-command/zipball/b947e094e00b7b68c6376ec9bd03303515864062",
|
|
"reference": "b947e094e00b7b68c6376ec9bd03303515864062",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"wp-cli/wp-cli": "^2.12"
|
|
},
|
|
"require-dev": {
|
|
"wp-cli/wp-cli-tests": "^4"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"bundled": true,
|
|
"commands": [
|
|
"maintenance-mode",
|
|
"maintenance-mode activate",
|
|
"maintenance-mode deactivate",
|
|
"maintenance-mode status",
|
|
"maintenance-mode is-active"
|
|
],
|
|
"branch-alias": {
|
|
"dev-main": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"maintenance-mode-command.php"
|
|
],
|
|
"psr-4": {
|
|
"WP_CLI\\MaintenanceMode\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Thrijith Thankachan",
|
|
"email": "thrijith13@gmail.com",
|
|
"homepage": "https://thrijith.com"
|
|
}
|
|
],
|
|
"description": "Activates, deactivates or checks the status of the maintenance mode of a site.",
|
|
"homepage": "https://github.com/wp-cli/maintenance-mode-command",
|
|
"support": {
|
|
"issues": "https://github.com/wp-cli/maintenance-mode-command/issues",
|
|
"source": "https://github.com/wp-cli/maintenance-mode-command/tree/v2.1.3"
|
|
},
|
|
"time": "2024-11-24T17:26:30+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/media-command",
|
|
"version": "v2.2.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/media-command.git",
|
|
"reference": "a810ea0e68473fce6a234e67c6c5f19bb820a753"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/media-command/zipball/a810ea0e68473fce6a234e67c6c5f19bb820a753",
|
|
"reference": "a810ea0e68473fce6a234e67c6c5f19bb820a753",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"wp-cli/wp-cli": "^2.12"
|
|
},
|
|
"require-dev": {
|
|
"wp-cli/entity-command": "^1.3 || ^2",
|
|
"wp-cli/extension-command": "^2.0",
|
|
"wp-cli/wp-cli-tests": "^4"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"bundled": true,
|
|
"commands": [
|
|
"media",
|
|
"media import",
|
|
"media regenerate",
|
|
"media image-size"
|
|
],
|
|
"branch-alias": {
|
|
"dev-main": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"media-command.php"
|
|
],
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Daniel Bachhuber",
|
|
"email": "daniel@runcommand.io",
|
|
"homepage": "https://runcommand.io"
|
|
}
|
|
],
|
|
"description": "Imports files as attachments, regenerates thumbnails, or lists registered image sizes.",
|
|
"homepage": "https://github.com/wp-cli/media-command",
|
|
"support": {
|
|
"issues": "https://github.com/wp-cli/media-command/issues",
|
|
"source": "https://github.com/wp-cli/media-command/tree/v2.2.2"
|
|
},
|
|
"time": "2025-04-11T09:28:29+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/mustangostang-spyc",
|
|
"version": "0.6.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/spyc.git",
|
|
"reference": "6aa0b4da69ce9e9a2c8402dab8d43cf32c581cc7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/spyc/zipball/6aa0b4da69ce9e9a2c8402dab8d43cf32c581cc7",
|
|
"reference": "6aa0b4da69ce9e9a2c8402dab8d43cf32c581cc7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.3.*@dev"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.5.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"includes/functions.php"
|
|
],
|
|
"psr-4": {
|
|
"Mustangostang\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "mustangostang",
|
|
"email": "vlad.andersen@gmail.com"
|
|
}
|
|
],
|
|
"description": "A simple YAML loader/dumper class for PHP (WP-CLI fork)",
|
|
"homepage": "https://github.com/mustangostang/spyc/",
|
|
"support": {
|
|
"source": "https://github.com/wp-cli/spyc/tree/autoload"
|
|
},
|
|
"time": "2017-04-25T11:26:20+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/package-command",
|
|
"version": "v2.6.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/package-command.git",
|
|
"reference": "682d8c6bb30c782c3b09c015478c7cbe1cc727a9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/package-command/zipball/682d8c6bb30c782c3b09c015478c7cbe1cc727a9",
|
|
"reference": "682d8c6bb30c782c3b09c015478c7cbe1cc727a9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer/composer": "^2.2.25",
|
|
"ext-json": "*",
|
|
"wp-cli/wp-cli": "^2.12"
|
|
},
|
|
"require-dev": {
|
|
"wp-cli/scaffold-command": "^1 || ^2",
|
|
"wp-cli/wp-cli-tests": "^4"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"bundled": true,
|
|
"commands": [
|
|
"package",
|
|
"package browse",
|
|
"package install",
|
|
"package list",
|
|
"package update",
|
|
"package uninstall"
|
|
],
|
|
"branch-alias": {
|
|
"dev-main": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"package-command.php"
|
|
],
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Daniel Bachhuber",
|
|
"email": "daniel@runcommand.io",
|
|
"homepage": "https://runcommand.io"
|
|
}
|
|
],
|
|
"description": "Lists, installs, and removes WP-CLI packages.",
|
|
"homepage": "https://github.com/wp-cli/package-command",
|
|
"support": {
|
|
"issues": "https://github.com/wp-cli/package-command/issues",
|
|
"source": "https://github.com/wp-cli/package-command/tree/v2.6.0"
|
|
},
|
|
"time": "2025-04-11T09:28:45+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/php-cli-tools",
|
|
"version": "v0.12.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/php-cli-tools.git",
|
|
"reference": "34b83b4f700df8a4ec3fd17bf7e7e7d8ca5f28da"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/php-cli-tools/zipball/34b83b4f700df8a4ec3fd17bf7e7e7d8ca5f28da",
|
|
"reference": "34b83b4f700df8a4ec3fd17bf7e7e7d8ca5f28da",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">= 5.6.0"
|
|
},
|
|
"require-dev": {
|
|
"roave/security-advisories": "dev-latest",
|
|
"wp-cli/wp-cli-tests": "^4"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.11.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"lib/cli/cli.php"
|
|
],
|
|
"psr-0": {
|
|
"cli": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Daniel Bachhuber",
|
|
"email": "daniel@handbuilt.co",
|
|
"role": "Maintainer"
|
|
},
|
|
{
|
|
"name": "James Logsdon",
|
|
"email": "jlogsdon@php.net",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Console utilities for PHP",
|
|
"homepage": "http://github.com/wp-cli/php-cli-tools",
|
|
"keywords": [
|
|
"cli",
|
|
"console"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/wp-cli/php-cli-tools/issues",
|
|
"source": "https://github.com/wp-cli/php-cli-tools/tree/v0.12.5"
|
|
},
|
|
"time": "2025-03-26T16:13:46+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/rewrite-command",
|
|
"version": "v2.0.15",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/rewrite-command.git",
|
|
"reference": "277ec689b7c268680ff429f52558508622c9b34c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/rewrite-command/zipball/277ec689b7c268680ff429f52558508622c9b34c",
|
|
"reference": "277ec689b7c268680ff429f52558508622c9b34c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"wp-cli/wp-cli": "^2.12"
|
|
},
|
|
"require-dev": {
|
|
"wp-cli/entity-command": "^1.3 || ^2",
|
|
"wp-cli/wp-cli-tests": "^4"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"bundled": true,
|
|
"commands": [
|
|
"rewrite",
|
|
"rewrite flush",
|
|
"rewrite list",
|
|
"rewrite structure"
|
|
],
|
|
"branch-alias": {
|
|
"dev-main": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"rewrite-command.php"
|
|
],
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Daniel Bachhuber",
|
|
"email": "daniel@runcommand.io",
|
|
"homepage": "https://runcommand.io"
|
|
}
|
|
],
|
|
"description": "Lists or flushes the site's rewrite rules, updates the permalink structure.",
|
|
"homepage": "https://github.com/wp-cli/rewrite-command",
|
|
"support": {
|
|
"issues": "https://github.com/wp-cli/rewrite-command/issues",
|
|
"source": "https://github.com/wp-cli/rewrite-command/tree/v2.0.15"
|
|
},
|
|
"time": "2025-04-02T12:09:09+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/role-command",
|
|
"version": "v2.0.16",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/role-command.git",
|
|
"reference": "ed57fb5436b4d47954b07e56c734d19deb4fc491"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/role-command/zipball/ed57fb5436b4d47954b07e56c734d19deb4fc491",
|
|
"reference": "ed57fb5436b4d47954b07e56c734d19deb4fc491",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"wp-cli/wp-cli": "^2.12"
|
|
},
|
|
"require-dev": {
|
|
"wp-cli/wp-cli-tests": "^4"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"bundled": true,
|
|
"commands": [
|
|
"role",
|
|
"role create",
|
|
"role delete",
|
|
"role exists",
|
|
"role list",
|
|
"role reset",
|
|
"cap",
|
|
"cap add",
|
|
"cap list",
|
|
"cap remove"
|
|
],
|
|
"branch-alias": {
|
|
"dev-main": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"role-command.php"
|
|
],
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Daniel Bachhuber",
|
|
"email": "daniel@runcommand.io",
|
|
"homepage": "https://runcommand.io"
|
|
}
|
|
],
|
|
"description": "Adds, removes, lists, and resets roles and capabilities.",
|
|
"homepage": "https://github.com/wp-cli/role-command",
|
|
"support": {
|
|
"issues": "https://github.com/wp-cli/role-command/issues",
|
|
"source": "https://github.com/wp-cli/role-command/tree/v2.0.16"
|
|
},
|
|
"time": "2025-04-02T12:24:15+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/scaffold-command",
|
|
"version": "v2.5.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/scaffold-command.git",
|
|
"reference": "b4238ea12e768b3f15d10339a53a8642f82e1d2b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/scaffold-command/zipball/b4238ea12e768b3f15d10339a53a8642f82e1d2b",
|
|
"reference": "b4238ea12e768b3f15d10339a53a8642f82e1d2b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"wp-cli/wp-cli": "^2.12"
|
|
},
|
|
"require-dev": {
|
|
"wp-cli/extension-command": "^1.2 || ^2",
|
|
"wp-cli/wp-cli-tests": "^4"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"bundled": true,
|
|
"commands": [
|
|
"scaffold",
|
|
"scaffold underscores",
|
|
"scaffold block",
|
|
"scaffold child-theme",
|
|
"scaffold plugin",
|
|
"scaffold plugin-tests",
|
|
"scaffold post-type",
|
|
"scaffold taxonomy",
|
|
"scaffold theme-tests"
|
|
],
|
|
"branch-alias": {
|
|
"dev-main": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"scaffold-command.php"
|
|
],
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Daniel Bachhuber",
|
|
"email": "daniel@runcommand.io",
|
|
"homepage": "https://runcommand.io"
|
|
}
|
|
],
|
|
"description": "Generates code for post types, taxonomies, blocks, plugins, child themes, etc.",
|
|
"homepage": "https://github.com/wp-cli/scaffold-command",
|
|
"support": {
|
|
"issues": "https://github.com/wp-cli/scaffold-command/issues",
|
|
"source": "https://github.com/wp-cli/scaffold-command/tree/v2.5.0"
|
|
},
|
|
"time": "2025-04-11T09:29:34+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/search-replace-command",
|
|
"version": "v2.1.8",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/search-replace-command.git",
|
|
"reference": "65397a7bfdd5ba2cff26f3ab03ef0bcb916c0057"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/search-replace-command/zipball/65397a7bfdd5ba2cff26f3ab03ef0bcb916c0057",
|
|
"reference": "65397a7bfdd5ba2cff26f3ab03ef0bcb916c0057",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"wp-cli/wp-cli": "^2.12"
|
|
},
|
|
"require-dev": {
|
|
"wp-cli/db-command": "^1.3 || ^2",
|
|
"wp-cli/entity-command": "^1.3 || ^2",
|
|
"wp-cli/extension-command": "^1.2 || ^2",
|
|
"wp-cli/wp-cli-tests": "^4"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"bundled": true,
|
|
"commands": [
|
|
"search-replace"
|
|
],
|
|
"branch-alias": {
|
|
"dev-main": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"search-replace-command.php"
|
|
],
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Daniel Bachhuber",
|
|
"email": "daniel@runcommand.io",
|
|
"homepage": "https://runcommand.io"
|
|
}
|
|
],
|
|
"description": "Searches/replaces strings in the database.",
|
|
"homepage": "https://github.com/wp-cli/search-replace-command",
|
|
"support": {
|
|
"issues": "https://github.com/wp-cli/search-replace-command/issues",
|
|
"source": "https://github.com/wp-cli/search-replace-command/tree/v2.1.8"
|
|
},
|
|
"time": "2025-04-02T13:07:50+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/server-command",
|
|
"version": "v2.0.15",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/server-command.git",
|
|
"reference": "80a9243f94e0ac073f9bfdb516d2ac7e1fa01a71"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/server-command/zipball/80a9243f94e0ac073f9bfdb516d2ac7e1fa01a71",
|
|
"reference": "80a9243f94e0ac073f9bfdb516d2ac7e1fa01a71",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"wp-cli/wp-cli": "^2.12"
|
|
},
|
|
"require-dev": {
|
|
"wp-cli/entity-command": "^2",
|
|
"wp-cli/wp-cli-tests": "^4"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"bundled": true,
|
|
"commands": [
|
|
"server"
|
|
],
|
|
"branch-alias": {
|
|
"dev-main": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"server-command.php"
|
|
],
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Daniel Bachhuber",
|
|
"email": "daniel@runcommand.io",
|
|
"homepage": "https://runcommand.io"
|
|
}
|
|
],
|
|
"description": "Launches PHP's built-in web server for a specific WordPress installation.",
|
|
"homepage": "https://github.com/wp-cli/server-command",
|
|
"support": {
|
|
"issues": "https://github.com/wp-cli/server-command/issues",
|
|
"source": "https://github.com/wp-cli/server-command/tree/v2.0.15"
|
|
},
|
|
"time": "2025-04-10T11:03:13+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/shell-command",
|
|
"version": "v2.0.16",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/shell-command.git",
|
|
"reference": "3af53a9f4b240e03e77e815b2ee10f229f1aa591"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/shell-command/zipball/3af53a9f4b240e03e77e815b2ee10f229f1aa591",
|
|
"reference": "3af53a9f4b240e03e77e815b2ee10f229f1aa591",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"wp-cli/wp-cli": "^2.12"
|
|
},
|
|
"require-dev": {
|
|
"wp-cli/wp-cli-tests": "^4"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"bundled": true,
|
|
"commands": [
|
|
"shell"
|
|
],
|
|
"branch-alias": {
|
|
"dev-main": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"shell-command.php"
|
|
],
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Daniel Bachhuber",
|
|
"email": "daniel@runcommand.io",
|
|
"homepage": "https://runcommand.io"
|
|
}
|
|
],
|
|
"description": "Opens an interactive PHP console for running and testing PHP code.",
|
|
"homepage": "https://github.com/wp-cli/shell-command",
|
|
"support": {
|
|
"issues": "https://github.com/wp-cli/shell-command/issues",
|
|
"source": "https://github.com/wp-cli/shell-command/tree/v2.0.16"
|
|
},
|
|
"time": "2025-04-11T09:39:33+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/super-admin-command",
|
|
"version": "v2.0.16",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/super-admin-command.git",
|
|
"reference": "54ac063c384743ee414806d42cb8c61c6aa1fa8e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/super-admin-command/zipball/54ac063c384743ee414806d42cb8c61c6aa1fa8e",
|
|
"reference": "54ac063c384743ee414806d42cb8c61c6aa1fa8e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"wp-cli/wp-cli": "^2.12"
|
|
},
|
|
"require-dev": {
|
|
"wp-cli/entity-command": "^1.3 || ^2",
|
|
"wp-cli/wp-cli-tests": "^4"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"bundled": true,
|
|
"commands": [
|
|
"super-admin",
|
|
"super-admin add",
|
|
"super-admin list",
|
|
"super-admin remove"
|
|
],
|
|
"branch-alias": {
|
|
"dev-main": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"super-admin-command.php"
|
|
],
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Daniel Bachhuber",
|
|
"email": "daniel@runcommand.io",
|
|
"homepage": "https://runcommand.io"
|
|
}
|
|
],
|
|
"description": "Lists, adds, or removes super admin users on a multisite installation.",
|
|
"homepage": "https://github.com/wp-cli/super-admin-command",
|
|
"support": {
|
|
"issues": "https://github.com/wp-cli/super-admin-command/issues",
|
|
"source": "https://github.com/wp-cli/super-admin-command/tree/v2.0.16"
|
|
},
|
|
"time": "2025-04-02T13:07:32+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/widget-command",
|
|
"version": "v2.1.12",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/widget-command.git",
|
|
"reference": "73084053f7b32d92583e44d870b81f287beea6a9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/widget-command/zipball/73084053f7b32d92583e44d870b81f287beea6a9",
|
|
"reference": "73084053f7b32d92583e44d870b81f287beea6a9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"wp-cli/wp-cli": "^2.12"
|
|
},
|
|
"require-dev": {
|
|
"wp-cli/extension-command": "^1.2 || ^2",
|
|
"wp-cli/wp-cli-tests": "^4"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"bundled": true,
|
|
"commands": [
|
|
"widget",
|
|
"widget add",
|
|
"widget deactivate",
|
|
"widget delete",
|
|
"widget list",
|
|
"widget move",
|
|
"widget reset",
|
|
"widget update",
|
|
"sidebar",
|
|
"sidebar list"
|
|
],
|
|
"branch-alias": {
|
|
"dev-main": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"widget-command.php"
|
|
],
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Daniel Bachhuber",
|
|
"email": "daniel@runcommand.io",
|
|
"homepage": "https://runcommand.io"
|
|
}
|
|
],
|
|
"description": "Adds, moves, and removes widgets; lists sidebars.",
|
|
"homepage": "https://github.com/wp-cli/widget-command",
|
|
"support": {
|
|
"issues": "https://github.com/wp-cli/widget-command/issues",
|
|
"source": "https://github.com/wp-cli/widget-command/tree/v2.1.12"
|
|
},
|
|
"time": "2025-04-11T09:29:37+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/wp-cli",
|
|
"version": "dev-main",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/wp-cli.git",
|
|
"reference": "dfae1c11476ee5ba33aff4adf0fccbccf2d50c73"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/dfae1c11476ee5ba33aff4adf0fccbccf2d50c73",
|
|
"reference": "dfae1c11476ee5ba33aff4adf0fccbccf2d50c73",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-curl": "*",
|
|
"mustache/mustache": "^3.0.0",
|
|
"php": ">=7.2.24 || ^8.0",
|
|
"symfony/finder": ">2.7",
|
|
"wp-cli/mustangostang-spyc": "^0.6.3",
|
|
"wp-cli/php-cli-tools": "~0.12.4"
|
|
},
|
|
"require-dev": {
|
|
"roave/security-advisories": "dev-latest",
|
|
"wp-cli/db-command": "^1.3 || ^2",
|
|
"wp-cli/entity-command": "^1.2 || ^2",
|
|
"wp-cli/extension-command": "^1.1 || ^2",
|
|
"wp-cli/package-command": "^1 || ^2",
|
|
"wp-cli/wp-cli-tests": "dev-add/phpstan-enhancements"
|
|
},
|
|
"suggest": {
|
|
"ext-readline": "Include for a better --prompt implementation",
|
|
"ext-zip": "Needed to support extraction of ZIP archives when doing downloads or updates"
|
|
},
|
|
"default-branch": true,
|
|
"bin": [
|
|
"bin/wp",
|
|
"bin/wp.bat"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "2.13.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"WP_CLI\\": "php/"
|
|
},
|
|
"classmap": [
|
|
"php/class-wp-cli.php",
|
|
"php/class-wp-cli-command.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "WP-CLI framework",
|
|
"homepage": "https://wp-cli.org",
|
|
"keywords": [
|
|
"cli",
|
|
"wordpress"
|
|
],
|
|
"support": {
|
|
"docs": "https://make.wordpress.org/cli/handbook/",
|
|
"issues": "https://github.com/wp-cli/wp-cli/issues",
|
|
"source": "https://github.com/wp-cli/wp-cli"
|
|
},
|
|
"time": "2025-07-03T15:24:50+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/wp-config-transformer",
|
|
"version": "v1.4.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/wp-config-transformer.git",
|
|
"reference": "b78cab1159b43eb5ee097e2cfafe5eab573d2a8a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/wp-config-transformer/zipball/b78cab1159b43eb5ee097e2cfafe5eab573d2a8a",
|
|
"reference": "b78cab1159b43eb5ee097e2cfafe5eab573d2a8a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.6 || ^7.0 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"wp-cli/wp-cli-tests": "^4.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"src/WPConfigTransformer.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Frankie Jarrett",
|
|
"email": "fjarrett@gmail.com"
|
|
}
|
|
],
|
|
"description": "Programmatically edit a wp-config.php file.",
|
|
"homepage": "https://github.com/wp-cli/wp-config-transformer",
|
|
"support": {
|
|
"issues": "https://github.com/wp-cli/wp-config-transformer/issues",
|
|
"source": "https://github.com/wp-cli/wp-config-transformer/tree/v1.4.2"
|
|
},
|
|
"time": "2025-03-31T08:37:05+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [
|
|
{
|
|
"name": "behat/behat",
|
|
"version": "v3.15.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Behat/Behat.git",
|
|
"reference": "132e32fdad69340f503b103a5ccaf5dd72ce7d83"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Behat/Behat/zipball/132e32fdad69340f503b103a5ccaf5dd72ce7d83",
|
|
"reference": "132e32fdad69340f503b103a5ccaf5dd72ce7d83",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"behat/gherkin": "^4.10.0",
|
|
"behat/transliterator": "^1.2",
|
|
"ext-mbstring": "*",
|
|
"php": "^7.2 || ^8.0",
|
|
"psr/container": "^1.0 || ^2.0",
|
|
"symfony/config": "^4.4 || ^5.0 || ^6.0 || ^7.0",
|
|
"symfony/console": "^4.4 || ^5.0 || ^6.0 || ^7.0",
|
|
"symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0 || ^7.0",
|
|
"symfony/event-dispatcher": "^4.4 || ^5.0 || ^6.0 || ^7.0",
|
|
"symfony/translation": "^4.4 || ^5.0 || ^6.0 || ^7.0",
|
|
"symfony/yaml": "^4.4 || ^5.0 || ^6.0 || ^7.0"
|
|
},
|
|
"require-dev": {
|
|
"herrera-io/box": "~1.6.1",
|
|
"phpunit/phpunit": "^8.5 || ^9.0",
|
|
"symfony/process": "^4.4 || ^5.0 || ^6.0 || ^7.0",
|
|
"vimeo/psalm": "^4.8"
|
|
},
|
|
"suggest": {
|
|
"ext-dom": "Needed to output test results in JUnit format."
|
|
},
|
|
"bin": [
|
|
"bin/behat"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Behat\\Hook\\": "src/Behat/Hook/",
|
|
"Behat\\Step\\": "src/Behat/Step/",
|
|
"Behat\\Behat\\": "src/Behat/Behat/",
|
|
"Behat\\Testwork\\": "src/Behat/Testwork/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Konstantin Kudryashov",
|
|
"email": "ever.zet@gmail.com",
|
|
"homepage": "http://everzet.com"
|
|
}
|
|
],
|
|
"description": "Scenario-oriented BDD framework for PHP",
|
|
"homepage": "https://behat.org/",
|
|
"keywords": [
|
|
"Agile",
|
|
"BDD",
|
|
"ScenarioBDD",
|
|
"Scrum",
|
|
"StoryBDD",
|
|
"User story",
|
|
"business",
|
|
"development",
|
|
"documentation",
|
|
"examples",
|
|
"symfony",
|
|
"testing"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/Behat/Behat/issues",
|
|
"source": "https://github.com/Behat/Behat/tree/v3.15.0"
|
|
},
|
|
"time": "2024-10-30T07:54:51+00:00"
|
|
},
|
|
{
|
|
"name": "behat/gherkin",
|
|
"version": "v4.10.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Behat/Gherkin.git",
|
|
"reference": "cbb83c4c435dd8d05a161f2a5ae322e61b2f4db6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Behat/Gherkin/zipball/cbb83c4c435dd8d05a161f2a5ae322e61b2f4db6",
|
|
"reference": "cbb83c4c435dd8d05a161f2a5ae322e61b2f4db6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "~7.2|~8.0"
|
|
},
|
|
"require-dev": {
|
|
"cucumber/cucumber": "dev-gherkin-24.1.0",
|
|
"phpunit/phpunit": "~8|~9",
|
|
"symfony/yaml": "~3|~4|~5|~6|~7"
|
|
},
|
|
"suggest": {
|
|
"symfony/yaml": "If you want to parse features, represented in YAML files"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Behat\\Gherkin": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Konstantin Kudryashov",
|
|
"email": "ever.zet@gmail.com",
|
|
"homepage": "http://everzet.com"
|
|
}
|
|
],
|
|
"description": "Gherkin DSL parser for PHP",
|
|
"homepage": "http://behat.org/",
|
|
"keywords": [
|
|
"BDD",
|
|
"Behat",
|
|
"Cucumber",
|
|
"DSL",
|
|
"gherkin",
|
|
"parser"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/Behat/Gherkin/issues",
|
|
"source": "https://github.com/Behat/Gherkin/tree/v4.10.0"
|
|
},
|
|
"time": "2024-10-19T14:46:06+00:00"
|
|
},
|
|
{
|
|
"name": "behat/transliterator",
|
|
"version": "v1.5.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Behat/Transliterator.git",
|
|
"reference": "baac5873bac3749887d28ab68e2f74db3a4408af"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Behat/Transliterator/zipball/baac5873bac3749887d28ab68e2f74db3a4408af",
|
|
"reference": "baac5873bac3749887d28ab68e2f74db3a4408af",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2"
|
|
},
|
|
"require-dev": {
|
|
"chuyskywalker/rolling-curl": "^3.1",
|
|
"php-yaoi/php-yaoi": "^1.0",
|
|
"phpunit/phpunit": "^8.5.25 || ^9.5.19"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Behat\\Transliterator\\": "src/Behat/Transliterator"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Artistic-1.0"
|
|
],
|
|
"description": "String transliterator",
|
|
"keywords": [
|
|
"i18n",
|
|
"slug",
|
|
"transliterator"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/Behat/Transliterator/issues",
|
|
"source": "https://github.com/Behat/Transliterator/tree/v1.5.0"
|
|
},
|
|
"abandoned": true,
|
|
"time": "2022-03-30T09:27:43+00:00"
|
|
},
|
|
{
|
|
"name": "dealerdirect/phpcodesniffer-composer-installer",
|
|
"version": "v1.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PHPCSStandards/composer-installer.git",
|
|
"reference": "6e0fa428497bf560152ee73ffbb8af5c6a56b0dd"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/6e0fa428497bf560152ee73ffbb8af5c6a56b0dd",
|
|
"reference": "6e0fa428497bf560152ee73ffbb8af5c6a56b0dd",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer-plugin-api": "^2.2",
|
|
"php": ">=5.4",
|
|
"squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0"
|
|
},
|
|
"require-dev": {
|
|
"composer/composer": "^2.2",
|
|
"ext-json": "*",
|
|
"ext-zip": "*",
|
|
"php-parallel-lint/php-parallel-lint": "^1.4.0",
|
|
"phpcompatibility/php-compatibility": "^9.0",
|
|
"yoast/phpunit-polyfills": "^1.0"
|
|
},
|
|
"type": "composer-plugin",
|
|
"extra": {
|
|
"class": "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Franck Nijhof",
|
|
"email": "opensource@frenck.dev",
|
|
"homepage": "https://frenck.dev",
|
|
"role": "Open source developer"
|
|
},
|
|
{
|
|
"name": "Contributors",
|
|
"homepage": "https://github.com/PHPCSStandards/composer-installer/graphs/contributors"
|
|
}
|
|
],
|
|
"description": "PHP_CodeSniffer Standards Composer Installer Plugin",
|
|
"keywords": [
|
|
"PHPCodeSniffer",
|
|
"PHP_CodeSniffer",
|
|
"code quality",
|
|
"codesniffer",
|
|
"composer",
|
|
"installer",
|
|
"phpcbf",
|
|
"phpcs",
|
|
"plugin",
|
|
"qa",
|
|
"quality",
|
|
"standard",
|
|
"standards",
|
|
"style guide",
|
|
"stylecheck",
|
|
"tests"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/PHPCSStandards/composer-installer/issues",
|
|
"security": "https://github.com/PHPCSStandards/composer-installer/security/policy",
|
|
"source": "https://github.com/PHPCSStandards/composer-installer"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/PHPCSStandards",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://github.com/jrfnl",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://opencollective.com/php_codesniffer",
|
|
"type": "open_collective"
|
|
},
|
|
{
|
|
"url": "https://thanks.dev/u/gh/phpcsstandards",
|
|
"type": "thanks_dev"
|
|
}
|
|
],
|
|
"time": "2025-06-27T17:24:01+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/instantiator",
|
|
"version": "1.5.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/instantiator.git",
|
|
"reference": "0a0fa9780f5d4e507415a065172d26a98d02047b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b",
|
|
"reference": "0a0fa9780f5d4e507415a065172d26a98d02047b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/coding-standard": "^9 || ^11",
|
|
"ext-pdo": "*",
|
|
"ext-phar": "*",
|
|
"phpbench/phpbench": "^0.16 || ^1",
|
|
"phpstan/phpstan": "^1.4",
|
|
"phpstan/phpstan-phpunit": "^1",
|
|
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
|
|
"vimeo/psalm": "^4.30 || ^5.4"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Marco Pivetta",
|
|
"email": "ocramius@gmail.com",
|
|
"homepage": "https://ocramius.github.io/"
|
|
}
|
|
],
|
|
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
|
|
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
|
|
"keywords": [
|
|
"constructor",
|
|
"instantiate"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/doctrine/instantiator/issues",
|
|
"source": "https://github.com/doctrine/instantiator/tree/1.5.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://www.doctrine-project.org/sponsorship.html",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://www.patreon.com/phpdoctrine",
|
|
"type": "patreon"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-12-30T00:15:36+00:00"
|
|
},
|
|
{
|
|
"name": "myclabs/deep-copy",
|
|
"version": "1.13.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/myclabs/DeepCopy.git",
|
|
"reference": "1720ddd719e16cf0db4eb1c6eca108031636d46c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/1720ddd719e16cf0db4eb1c6eca108031636d46c",
|
|
"reference": "1720ddd719e16cf0db4eb1c6eca108031636d46c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1 || ^8.0"
|
|
},
|
|
"conflict": {
|
|
"doctrine/collections": "<1.6.8",
|
|
"doctrine/common": "<2.13.3 || >=3 <3.2.2"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/collections": "^1.6.8",
|
|
"doctrine/common": "^2.13.3 || ^3.2.2",
|
|
"phpspec/prophecy": "^1.10",
|
|
"phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/DeepCopy/deep_copy.php"
|
|
],
|
|
"psr-4": {
|
|
"DeepCopy\\": "src/DeepCopy/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Create deep copies (clones) of your objects",
|
|
"keywords": [
|
|
"clone",
|
|
"copy",
|
|
"duplicate",
|
|
"object",
|
|
"object graph"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/myclabs/DeepCopy/issues",
|
|
"source": "https://github.com/myclabs/DeepCopy/tree/1.13.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2025-04-29T12:36:36+00:00"
|
|
},
|
|
{
|
|
"name": "phar-io/manifest",
|
|
"version": "2.0.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phar-io/manifest.git",
|
|
"reference": "54750ef60c58e43759730615a392c31c80e23176"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
|
|
"reference": "54750ef60c58e43759730615a392c31c80e23176",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"ext-libxml": "*",
|
|
"ext-phar": "*",
|
|
"ext-xmlwriter": "*",
|
|
"phar-io/version": "^3.0.1",
|
|
"php": "^7.2 || ^8.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Arne Blankerts",
|
|
"email": "arne@blankerts.de",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Sebastian Heuer",
|
|
"email": "sebastian@phpeople.de",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
|
|
"support": {
|
|
"issues": "https://github.com/phar-io/manifest/issues",
|
|
"source": "https://github.com/phar-io/manifest/tree/2.0.4"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/theseer",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-03-03T12:33:53+00:00"
|
|
},
|
|
{
|
|
"name": "phar-io/version",
|
|
"version": "3.2.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phar-io/version.git",
|
|
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
|
|
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2 || ^8.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Arne Blankerts",
|
|
"email": "arne@blankerts.de",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Sebastian Heuer",
|
|
"email": "sebastian@phpeople.de",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Library for handling version information and constraints",
|
|
"support": {
|
|
"issues": "https://github.com/phar-io/version/issues",
|
|
"source": "https://github.com/phar-io/version/tree/3.2.1"
|
|
},
|
|
"time": "2022-02-21T01:04:05+00:00"
|
|
},
|
|
{
|
|
"name": "php-parallel-lint/php-console-color",
|
|
"version": "v1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-parallel-lint/PHP-Console-Color.git",
|
|
"reference": "7adfefd530aa2d7570ba87100a99e2483a543b88"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-parallel-lint/PHP-Console-Color/zipball/7adfefd530aa2d7570ba87100a99e2483a543b88",
|
|
"reference": "7adfefd530aa2d7570ba87100a99e2483a543b88",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"replace": {
|
|
"jakub-onderka/php-console-color": "*"
|
|
},
|
|
"require-dev": {
|
|
"php-parallel-lint/php-code-style": "^2.0",
|
|
"php-parallel-lint/php-parallel-lint": "^1.0",
|
|
"php-parallel-lint/php-var-dump-check": "0.*",
|
|
"phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PHP_Parallel_Lint\\PhpConsoleColor\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-2-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jakub Onderka",
|
|
"email": "jakub.onderka@gmail.com"
|
|
}
|
|
],
|
|
"description": "Simple library for creating colored console ouput.",
|
|
"support": {
|
|
"issues": "https://github.com/php-parallel-lint/PHP-Console-Color/issues",
|
|
"source": "https://github.com/php-parallel-lint/PHP-Console-Color/tree/v1.0.1"
|
|
},
|
|
"time": "2021-12-25T06:49:29+00:00"
|
|
},
|
|
{
|
|
"name": "php-parallel-lint/php-console-highlighter",
|
|
"version": "v1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-parallel-lint/PHP-Console-Highlighter.git",
|
|
"reference": "5b4803384d3303cf8e84141039ef56c8a123138d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-parallel-lint/PHP-Console-Highlighter/zipball/5b4803384d3303cf8e84141039ef56c8a123138d",
|
|
"reference": "5b4803384d3303cf8e84141039ef56c8a123138d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-tokenizer": "*",
|
|
"php": ">=5.3.2",
|
|
"php-parallel-lint/php-console-color": "^1.0.1"
|
|
},
|
|
"replace": {
|
|
"jakub-onderka/php-console-highlighter": "*"
|
|
},
|
|
"require-dev": {
|
|
"php-parallel-lint/php-code-style": "^2.0",
|
|
"php-parallel-lint/php-parallel-lint": "^1.0",
|
|
"php-parallel-lint/php-var-dump-check": "0.*",
|
|
"phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PHP_Parallel_Lint\\PhpConsoleHighlighter\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jakub Onderka",
|
|
"email": "acci@acci.cz",
|
|
"homepage": "http://www.acci.cz/"
|
|
}
|
|
],
|
|
"description": "Highlight PHP code in terminal",
|
|
"support": {
|
|
"issues": "https://github.com/php-parallel-lint/PHP-Console-Highlighter/issues",
|
|
"source": "https://github.com/php-parallel-lint/PHP-Console-Highlighter/tree/v1.0.0"
|
|
},
|
|
"time": "2022-02-18T08:23:19+00:00"
|
|
},
|
|
{
|
|
"name": "php-parallel-lint/php-parallel-lint",
|
|
"version": "v1.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-parallel-lint/PHP-Parallel-Lint.git",
|
|
"reference": "6db563514f27e19595a19f45a4bf757b6401194e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-parallel-lint/PHP-Parallel-Lint/zipball/6db563514f27e19595a19f45a4bf757b6401194e",
|
|
"reference": "6db563514f27e19595a19f45a4bf757b6401194e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"replace": {
|
|
"grogy/php-parallel-lint": "*",
|
|
"jakub-onderka/php-parallel-lint": "*"
|
|
},
|
|
"require-dev": {
|
|
"nette/tester": "^1.3 || ^2.0",
|
|
"php-parallel-lint/php-console-highlighter": "0.* || ^1.0",
|
|
"squizlabs/php_codesniffer": "^3.6"
|
|
},
|
|
"suggest": {
|
|
"php-parallel-lint/php-console-highlighter": "Highlight syntax in code snippet"
|
|
},
|
|
"bin": [
|
|
"parallel-lint"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"./src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-2-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jakub Onderka",
|
|
"email": "ahoj@jakubonderka.cz"
|
|
}
|
|
],
|
|
"description": "This tool checks the syntax of PHP files about 20x faster than serial check.",
|
|
"homepage": "https://github.com/php-parallel-lint/PHP-Parallel-Lint",
|
|
"keywords": [
|
|
"lint",
|
|
"static analysis"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/php-parallel-lint/PHP-Parallel-Lint/issues",
|
|
"source": "https://github.com/php-parallel-lint/PHP-Parallel-Lint/tree/v1.4.0"
|
|
},
|
|
"time": "2024-03-27T12:14:49+00:00"
|
|
},
|
|
{
|
|
"name": "php-stubs/wordpress-stubs",
|
|
"version": "v6.8.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-stubs/wordpress-stubs.git",
|
|
"reference": "92e444847d94f7c30f88c60004648f507688acd5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-stubs/wordpress-stubs/zipball/92e444847d94f7c30f88c60004648f507688acd5",
|
|
"reference": "92e444847d94f7c30f88c60004648f507688acd5",
|
|
"shasum": ""
|
|
},
|
|
"conflict": {
|
|
"phpdocumentor/reflection-docblock": "5.6.1"
|
|
},
|
|
"require-dev": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
|
|
"nikic/php-parser": "^5.4",
|
|
"php": "^7.4 || ^8.0",
|
|
"php-stubs/generator": "^0.8.3",
|
|
"phpdocumentor/reflection-docblock": "^5.4.1",
|
|
"phpstan/phpstan": "^2.1",
|
|
"phpunit/phpunit": "^9.5",
|
|
"szepeviktor/phpcs-psr-12-neutron-hybrid-ruleset": "^1.1.1",
|
|
"wp-coding-standards/wpcs": "3.1.0 as 2.3.0"
|
|
},
|
|
"suggest": {
|
|
"paragonie/sodium_compat": "Pure PHP implementation of libsodium",
|
|
"symfony/polyfill-php80": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
|
|
"szepeviktor/phpstan-wordpress": "WordPress extensions for PHPStan"
|
|
},
|
|
"type": "library",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "WordPress function and class declaration stubs for static analysis.",
|
|
"homepage": "https://github.com/php-stubs/wordpress-stubs",
|
|
"keywords": [
|
|
"PHPStan",
|
|
"static analysis",
|
|
"wordpress"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/php-stubs/wordpress-stubs/issues",
|
|
"source": "https://github.com/php-stubs/wordpress-stubs/tree/v6.8.1"
|
|
},
|
|
"time": "2025-05-02T12:33:34+00:00"
|
|
},
|
|
{
|
|
"name": "phpcompatibility/php-compatibility",
|
|
"version": "dev-develop",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PHPCompatibility/PHPCompatibility.git",
|
|
"reference": "9013cd039fe5740953f9fdeebd19d901b80e26f2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9013cd039fe5740953f9fdeebd19d901b80e26f2",
|
|
"reference": "9013cd039fe5740953f9fdeebd19d901b80e26f2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4",
|
|
"phpcsstandards/phpcsutils": "^1.0.12",
|
|
"squizlabs/php_codesniffer": "^3.10.0"
|
|
},
|
|
"replace": {
|
|
"wimg/php-compatibility": "*"
|
|
},
|
|
"require-dev": {
|
|
"php-parallel-lint/php-console-highlighter": "^1.0.0",
|
|
"php-parallel-lint/php-parallel-lint": "^1.4.0",
|
|
"phpcsstandards/phpcsdevcs": "^1.1.3",
|
|
"phpcsstandards/phpcsdevtools": "^1.2.0",
|
|
"phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4 || ^10.1.0",
|
|
"yoast/phpunit-polyfills": "^1.0.5 || ^2.0.0"
|
|
},
|
|
"suggest": {
|
|
"roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
|
|
},
|
|
"default-branch": true,
|
|
"type": "phpcodesniffer-standard",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "9.x-dev",
|
|
"dev-develop": "10.x-dev"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Wim Godden",
|
|
"homepage": "https://github.com/wimg",
|
|
"role": "lead"
|
|
},
|
|
{
|
|
"name": "Juliette Reinders Folmer",
|
|
"homepage": "https://github.com/jrfnl",
|
|
"role": "lead"
|
|
},
|
|
{
|
|
"name": "Contributors",
|
|
"homepage": "https://github.com/PHPCompatibility/PHPCompatibility/graphs/contributors"
|
|
}
|
|
],
|
|
"description": "A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.",
|
|
"homepage": "http://techblog.wimgodden.be/tag/codesniffer/",
|
|
"keywords": [
|
|
"compatibility",
|
|
"phpcs",
|
|
"standards",
|
|
"static analysis"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/PHPCompatibility/PHPCompatibility/issues",
|
|
"security": "https://github.com/PHPCompatibility/PHPCompatibility/security/policy",
|
|
"source": "https://github.com/PHPCompatibility/PHPCompatibility"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/PHPCompatibility",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://github.com/jrfnl",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://opencollective.com/php_codesniffer",
|
|
"type": "open_collective"
|
|
},
|
|
{
|
|
"url": "https://thanks.dev/u/gh/phpcompatibility",
|
|
"type": "thanks_dev"
|
|
}
|
|
],
|
|
"time": "2025-01-20T20:06:48+00:00"
|
|
},
|
|
{
|
|
"name": "phpcsstandards/phpcsextra",
|
|
"version": "1.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PHPCSStandards/PHPCSExtra.git",
|
|
"reference": "fa4b8d051e278072928e32d817456a7fdb57b6ca"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PHPCSStandards/PHPCSExtra/zipball/fa4b8d051e278072928e32d817456a7fdb57b6ca",
|
|
"reference": "fa4b8d051e278072928e32d817456a7fdb57b6ca",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4",
|
|
"phpcsstandards/phpcsutils": "^1.1.0",
|
|
"squizlabs/php_codesniffer": "^3.13.0 || ^4.0"
|
|
},
|
|
"require-dev": {
|
|
"php-parallel-lint/php-console-highlighter": "^1.0",
|
|
"php-parallel-lint/php-parallel-lint": "^1.4.0",
|
|
"phpcsstandards/phpcsdevcs": "^1.1.6",
|
|
"phpcsstandards/phpcsdevtools": "^1.2.1",
|
|
"phpunit/phpunit": "^4.5 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
|
|
},
|
|
"type": "phpcodesniffer-standard",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-stable": "1.x-dev",
|
|
"dev-develop": "1.x-dev"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Juliette Reinders Folmer",
|
|
"homepage": "https://github.com/jrfnl",
|
|
"role": "lead"
|
|
},
|
|
{
|
|
"name": "Contributors",
|
|
"homepage": "https://github.com/PHPCSStandards/PHPCSExtra/graphs/contributors"
|
|
}
|
|
],
|
|
"description": "A collection of sniffs and standards for use with PHP_CodeSniffer.",
|
|
"keywords": [
|
|
"PHP_CodeSniffer",
|
|
"phpcbf",
|
|
"phpcodesniffer-standard",
|
|
"phpcs",
|
|
"standards",
|
|
"static analysis"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/PHPCSStandards/PHPCSExtra/issues",
|
|
"security": "https://github.com/PHPCSStandards/PHPCSExtra/security/policy",
|
|
"source": "https://github.com/PHPCSStandards/PHPCSExtra"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/PHPCSStandards",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://github.com/jrfnl",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://opencollective.com/php_codesniffer",
|
|
"type": "open_collective"
|
|
},
|
|
{
|
|
"url": "https://thanks.dev/u/gh/phpcsstandards",
|
|
"type": "thanks_dev"
|
|
}
|
|
],
|
|
"time": "2025-06-14T07:40:39+00:00"
|
|
},
|
|
{
|
|
"name": "phpcsstandards/phpcsutils",
|
|
"version": "1.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PHPCSStandards/PHPCSUtils.git",
|
|
"reference": "65355670ac17c34cd235cf9d3ceae1b9252c4dad"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/65355670ac17c34cd235cf9d3ceae1b9252c4dad",
|
|
"reference": "65355670ac17c34cd235cf9d3ceae1b9252c4dad",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.1 || ^0.5 || ^0.6.2 || ^0.7 || ^1.0",
|
|
"php": ">=5.4",
|
|
"squizlabs/php_codesniffer": "^3.13.0 || ^4.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-filter": "*",
|
|
"php-parallel-lint/php-console-highlighter": "^1.0",
|
|
"php-parallel-lint/php-parallel-lint": "^1.4.0",
|
|
"phpcsstandards/phpcsdevcs": "^1.1.6",
|
|
"yoast/phpunit-polyfills": "^1.1.0 || ^2.0.0 || ^3.0.0"
|
|
},
|
|
"type": "phpcodesniffer-standard",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-stable": "1.x-dev",
|
|
"dev-develop": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"PHPCSUtils/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Juliette Reinders Folmer",
|
|
"homepage": "https://github.com/jrfnl",
|
|
"role": "lead"
|
|
},
|
|
{
|
|
"name": "Contributors",
|
|
"homepage": "https://github.com/PHPCSStandards/PHPCSUtils/graphs/contributors"
|
|
}
|
|
],
|
|
"description": "A suite of utility functions for use with PHP_CodeSniffer",
|
|
"homepage": "https://phpcsutils.com/",
|
|
"keywords": [
|
|
"PHP_CodeSniffer",
|
|
"phpcbf",
|
|
"phpcodesniffer-standard",
|
|
"phpcs",
|
|
"phpcs3",
|
|
"phpcs4",
|
|
"standards",
|
|
"static analysis",
|
|
"tokens",
|
|
"utility"
|
|
],
|
|
"support": {
|
|
"docs": "https://phpcsutils.com/",
|
|
"issues": "https://github.com/PHPCSStandards/PHPCSUtils/issues",
|
|
"security": "https://github.com/PHPCSStandards/PHPCSUtils/security/policy",
|
|
"source": "https://github.com/PHPCSStandards/PHPCSUtils"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/PHPCSStandards",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://github.com/jrfnl",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://opencollective.com/php_codesniffer",
|
|
"type": "open_collective"
|
|
},
|
|
{
|
|
"url": "https://thanks.dev/u/gh/phpcsstandards",
|
|
"type": "thanks_dev"
|
|
}
|
|
],
|
|
"time": "2025-06-12T04:32:33+00:00"
|
|
},
|
|
{
|
|
"name": "phpstan/extension-installer",
|
|
"version": "1.4.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpstan/extension-installer.git",
|
|
"reference": "85e90b3942d06b2326fba0403ec24fe912372936"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpstan/extension-installer/zipball/85e90b3942d06b2326fba0403ec24fe912372936",
|
|
"reference": "85e90b3942d06b2326fba0403ec24fe912372936",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer-plugin-api": "^2.0",
|
|
"php": "^7.2 || ^8.0",
|
|
"phpstan/phpstan": "^1.9.0 || ^2.0"
|
|
},
|
|
"require-dev": {
|
|
"composer/composer": "^2.0",
|
|
"php-parallel-lint/php-parallel-lint": "^1.2.0",
|
|
"phpstan/phpstan-strict-rules": "^0.11 || ^0.12 || ^1.0"
|
|
},
|
|
"type": "composer-plugin",
|
|
"extra": {
|
|
"class": "PHPStan\\ExtensionInstaller\\Plugin"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PHPStan\\ExtensionInstaller\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Composer plugin for automatic installation of PHPStan extensions",
|
|
"keywords": [
|
|
"dev",
|
|
"static analysis"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/phpstan/extension-installer/issues",
|
|
"source": "https://github.com/phpstan/extension-installer/tree/1.4.3"
|
|
},
|
|
"time": "2024-09-04T20:21:43+00:00"
|
|
},
|
|
{
|
|
"name": "phpstan/phpstan",
|
|
"version": "1.12.27",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpstan/phpstan.git",
|
|
"reference": "3a6e423c076ab39dfedc307e2ac627ef579db162"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/3a6e423c076ab39dfedc307e2ac627ef579db162",
|
|
"reference": "3a6e423c076ab39dfedc307e2ac627ef579db162",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2|^8.0"
|
|
},
|
|
"conflict": {
|
|
"phpstan/phpstan-shim": "*"
|
|
},
|
|
"bin": [
|
|
"phpstan",
|
|
"phpstan.phar"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "PHPStan - PHP Static Analysis Tool",
|
|
"keywords": [
|
|
"dev",
|
|
"static analysis"
|
|
],
|
|
"support": {
|
|
"docs": "https://phpstan.org/user-guide/getting-started",
|
|
"forum": "https://github.com/phpstan/phpstan/discussions",
|
|
"issues": "https://github.com/phpstan/phpstan/issues",
|
|
"security": "https://github.com/phpstan/phpstan/security/policy",
|
|
"source": "https://github.com/phpstan/phpstan-src"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/ondrejmirtes",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://github.com/phpstan",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2025-05-21T20:51:45+00:00"
|
|
},
|
|
{
|
|
"name": "phpstan/phpstan-deprecation-rules",
|
|
"version": "1.2.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpstan/phpstan-deprecation-rules.git",
|
|
"reference": "f94d246cc143ec5a23da868f8f7e1393b50eaa82"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/f94d246cc143ec5a23da868f8f7e1393b50eaa82",
|
|
"reference": "f94d246cc143ec5a23da868f8f7e1393b50eaa82",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2 || ^8.0",
|
|
"phpstan/phpstan": "^1.12"
|
|
},
|
|
"require-dev": {
|
|
"php-parallel-lint/php-parallel-lint": "^1.2",
|
|
"phpstan/phpstan-phpunit": "^1.0",
|
|
"phpunit/phpunit": "^9.5"
|
|
},
|
|
"type": "phpstan-extension",
|
|
"extra": {
|
|
"phpstan": {
|
|
"includes": [
|
|
"rules.neon"
|
|
]
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PHPStan\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.",
|
|
"support": {
|
|
"issues": "https://github.com/phpstan/phpstan-deprecation-rules/issues",
|
|
"source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/1.2.1"
|
|
},
|
|
"time": "2024-09-11T15:52:35+00:00"
|
|
},
|
|
{
|
|
"name": "phpstan/phpstan-phpunit",
|
|
"version": "1.4.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpstan/phpstan-phpunit.git",
|
|
"reference": "72a6721c9b64b3e4c9db55abbc38f790b318267e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/72a6721c9b64b3e4c9db55abbc38f790b318267e",
|
|
"reference": "72a6721c9b64b3e4c9db55abbc38f790b318267e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2 || ^8.0",
|
|
"phpstan/phpstan": "^1.12"
|
|
},
|
|
"conflict": {
|
|
"phpunit/phpunit": "<7.0"
|
|
},
|
|
"require-dev": {
|
|
"nikic/php-parser": "^4.13.0",
|
|
"php-parallel-lint/php-parallel-lint": "^1.2",
|
|
"phpstan/phpstan-strict-rules": "^1.5.1",
|
|
"phpunit/phpunit": "^9.5"
|
|
},
|
|
"type": "phpstan-extension",
|
|
"extra": {
|
|
"phpstan": {
|
|
"includes": [
|
|
"extension.neon",
|
|
"rules.neon"
|
|
]
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PHPStan\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "PHPUnit extensions and rules for PHPStan",
|
|
"support": {
|
|
"issues": "https://github.com/phpstan/phpstan-phpunit/issues",
|
|
"source": "https://github.com/phpstan/phpstan-phpunit/tree/1.4.2"
|
|
},
|
|
"time": "2024-12-17T17:20:49+00:00"
|
|
},
|
|
{
|
|
"name": "phpstan/phpstan-strict-rules",
|
|
"version": "1.6.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpstan/phpstan-strict-rules.git",
|
|
"reference": "b564ca479e7e735f750aaac4935af965572a7845"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/b564ca479e7e735f750aaac4935af965572a7845",
|
|
"reference": "b564ca479e7e735f750aaac4935af965572a7845",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2 || ^8.0",
|
|
"phpstan/phpstan": "^1.12.4"
|
|
},
|
|
"require-dev": {
|
|
"nikic/php-parser": "^4.13.0",
|
|
"php-parallel-lint/php-parallel-lint": "^1.2",
|
|
"phpstan/phpstan-deprecation-rules": "^1.1",
|
|
"phpstan/phpstan-phpunit": "^1.0",
|
|
"phpunit/phpunit": "^9.5"
|
|
},
|
|
"type": "phpstan-extension",
|
|
"extra": {
|
|
"phpstan": {
|
|
"includes": [
|
|
"rules.neon"
|
|
]
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PHPStan\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Extra strict and opinionated rules for PHPStan",
|
|
"support": {
|
|
"issues": "https://github.com/phpstan/phpstan-strict-rules/issues",
|
|
"source": "https://github.com/phpstan/phpstan-strict-rules/tree/1.6.2"
|
|
},
|
|
"time": "2025-01-19T13:02:24+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/php-code-coverage",
|
|
"version": "7.0.17",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
|
"reference": "40a4ed114a4aea5afd6df8d0f0c9cd3033097f66"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/40a4ed114a4aea5afd6df8d0f0c9cd3033097f66",
|
|
"reference": "40a4ed114a4aea5afd6df8d0f0c9cd3033097f66",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"ext-xmlwriter": "*",
|
|
"php": ">=7.2",
|
|
"phpunit/php-file-iterator": "^2.0.2",
|
|
"phpunit/php-text-template": "^1.2.1",
|
|
"phpunit/php-token-stream": "^3.1.3 || ^4.0",
|
|
"sebastian/code-unit-reverse-lookup": "^1.0.1",
|
|
"sebastian/environment": "^4.2.2",
|
|
"sebastian/version": "^2.0.1",
|
|
"theseer/tokenizer": "^1.1.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8.2.2"
|
|
},
|
|
"suggest": {
|
|
"ext-xdebug": "^2.7.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "7.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
|
|
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
|
|
"keywords": [
|
|
"coverage",
|
|
"testing",
|
|
"xunit"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
|
|
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/7.0.17"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/sebastianbergmann",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-03-02T06:09:37+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/php-file-iterator",
|
|
"version": "2.0.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
|
"reference": "69deeb8664f611f156a924154985fbd4911eb36b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/69deeb8664f611f156a924154985fbd4911eb36b",
|
|
"reference": "69deeb8664f611f156a924154985fbd4911eb36b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8.5"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
|
|
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
|
|
"keywords": [
|
|
"filesystem",
|
|
"iterator"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
|
|
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/2.0.6"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/sebastianbergmann",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-03-01T13:39:50+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/php-text-template",
|
|
"version": "1.2.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-text-template.git",
|
|
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
|
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Simple template engine.",
|
|
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
|
|
"keywords": [
|
|
"template"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/sebastianbergmann/php-text-template/issues",
|
|
"source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1"
|
|
},
|
|
"time": "2015-06-21T13:50:34+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/php-timer",
|
|
"version": "2.1.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-timer.git",
|
|
"reference": "a691211e94ff39a34811abd521c31bd5b305b0bb"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/a691211e94ff39a34811abd521c31bd5b305b0bb",
|
|
"reference": "a691211e94ff39a34811abd521c31bd5b305b0bb",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8.5"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Utility class for timing",
|
|
"homepage": "https://github.com/sebastianbergmann/php-timer/",
|
|
"keywords": [
|
|
"timer"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/sebastianbergmann/php-timer/issues",
|
|
"source": "https://github.com/sebastianbergmann/php-timer/tree/2.1.4"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/sebastianbergmann",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-03-01T13:42:41+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/php-token-stream",
|
|
"version": "3.1.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
|
|
"reference": "9c1da83261628cb24b6a6df371b6e312b3954768"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9c1da83261628cb24b6a6df371b6e312b3954768",
|
|
"reference": "9c1da83261628cb24b6a6df371b6e312b3954768",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-tokenizer": "*",
|
|
"php": ">=7.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Wrapper around PHP's tokenizer extension.",
|
|
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
|
|
"keywords": [
|
|
"tokenizer"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
|
|
"source": "https://github.com/sebastianbergmann/php-token-stream/tree/3.1.3"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/sebastianbergmann",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"abandoned": true,
|
|
"time": "2021-07-26T12:15:06+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/phpunit",
|
|
"version": "8.5.42",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
|
"reference": "3a68a70824da546d26ac08ca4fced67341f4158f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3a68a70824da546d26ac08ca4fced67341f4158f",
|
|
"reference": "3a68a70824da546d26ac08ca4fced67341f4158f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/instantiator": "^1.5.0",
|
|
"ext-dom": "*",
|
|
"ext-json": "*",
|
|
"ext-libxml": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-xml": "*",
|
|
"ext-xmlwriter": "*",
|
|
"myclabs/deep-copy": "^1.13.1",
|
|
"phar-io/manifest": "^2.0.4",
|
|
"phar-io/version": "^3.2.1",
|
|
"php": ">=7.2",
|
|
"phpunit/php-code-coverage": "^7.0.17",
|
|
"phpunit/php-file-iterator": "^2.0.6",
|
|
"phpunit/php-text-template": "^1.2.1",
|
|
"phpunit/php-timer": "^2.1.4",
|
|
"sebastian/comparator": "^3.0.5",
|
|
"sebastian/diff": "^3.0.6",
|
|
"sebastian/environment": "^4.2.5",
|
|
"sebastian/exporter": "^3.1.6",
|
|
"sebastian/global-state": "^3.0.5",
|
|
"sebastian/object-enumerator": "^3.0.5",
|
|
"sebastian/resource-operations": "^2.0.3",
|
|
"sebastian/type": "^1.1.5",
|
|
"sebastian/version": "^2.0.1"
|
|
},
|
|
"suggest": {
|
|
"ext-soap": "To be able to generate mocks based on WSDL files",
|
|
"ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage",
|
|
"phpunit/php-invoker": "To allow enforcing time limits"
|
|
},
|
|
"bin": [
|
|
"phpunit"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "8.5-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "The PHP Unit Testing framework.",
|
|
"homepage": "https://phpunit.de/",
|
|
"keywords": [
|
|
"phpunit",
|
|
"testing",
|
|
"xunit"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
|
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
|
|
"source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.42"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://phpunit.de/sponsors.html",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/sebastianbergmann",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://liberapay.com/sebastianbergmann",
|
|
"type": "liberapay"
|
|
},
|
|
{
|
|
"url": "https://thanks.dev/u/gh/sebastianbergmann",
|
|
"type": "thanks_dev"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2025-05-02T06:33:00+00:00"
|
|
},
|
|
{
|
|
"name": "psr/event-dispatcher",
|
|
"version": "1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/event-dispatcher.git",
|
|
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
|
|
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\EventDispatcher\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Standard interfaces for event handling.",
|
|
"keywords": [
|
|
"events",
|
|
"psr",
|
|
"psr-14"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/php-fig/event-dispatcher/issues",
|
|
"source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
|
|
},
|
|
"time": "2019-01-08T18:20:26+00:00"
|
|
},
|
|
{
|
|
"name": "roave/security-advisories",
|
|
"version": "dev-latest",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Roave/SecurityAdvisories.git",
|
|
"reference": "0cc529f6cf08a858fcb7a2c5617780fcdc20d1fe"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/0cc529f6cf08a858fcb7a2c5617780fcdc20d1fe",
|
|
"reference": "0cc529f6cf08a858fcb7a2c5617780fcdc20d1fe",
|
|
"shasum": ""
|
|
},
|
|
"conflict": {
|
|
"3f/pygmentize": "<1.2",
|
|
"adaptcms/adaptcms": "<=1.3",
|
|
"admidio/admidio": "<4.3.12",
|
|
"adodb/adodb-php": "<=5.22.8",
|
|
"aheinze/cockpit": "<2.2",
|
|
"aimeos/ai-admin-graphql": ">=2022.04.1,<2022.10.10|>=2023.04.1,<2023.10.6|>=2024.04.1,<2024.07.2",
|
|
"aimeos/ai-admin-jsonadm": "<2020.10.13|>=2021.04.1,<2021.10.6|>=2022.04.1,<2022.10.3|>=2023.04.1,<2023.10.4|==2024.04.1",
|
|
"aimeos/ai-client-html": ">=2020.04.1,<2020.10.27|>=2021.04.1,<2021.10.22|>=2022.04.1,<2022.10.13|>=2023.04.1,<2023.10.15|>=2024.04.1,<2024.04.7",
|
|
"aimeos/ai-controller-frontend": "<2020.10.15|>=2021.04.1,<2021.10.8|>=2022.04.1,<2022.10.8|>=2023.04.1,<2023.10.9|==2024.04.1",
|
|
"aimeos/aimeos-core": ">=2022.04.1,<2022.10.17|>=2023.04.1,<2023.10.17|>=2024.04.1,<2024.04.7",
|
|
"aimeos/aimeos-typo3": "<19.10.12|>=20,<20.10.5",
|
|
"airesvsg/acf-to-rest-api": "<=3.1",
|
|
"akaunting/akaunting": "<2.1.13",
|
|
"akeneo/pim-community-dev": "<5.0.119|>=6,<6.0.53",
|
|
"alextselegidis/easyappointments": "<=1.5.1",
|
|
"alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1",
|
|
"amazing/media2click": ">=1,<1.3.3",
|
|
"ameos/ameos_tarteaucitron": "<1.2.23",
|
|
"amphp/artax": "<1.0.6|>=2,<2.0.6",
|
|
"amphp/http": "<=1.7.2|>=2,<=2.1",
|
|
"amphp/http-client": ">=4,<4.4",
|
|
"anchorcms/anchor-cms": "<=0.12.7",
|
|
"andreapollastri/cipi": "<=3.1.15",
|
|
"andrewhaine/silverstripe-form-capture": ">=0.2,<=0.2.3|>=1,<1.0.2|>=2,<2.2.5",
|
|
"aoe/restler": "<1.7.1",
|
|
"apache-solr-for-typo3/solr": "<2.8.3",
|
|
"apereo/phpcas": "<1.6",
|
|
"api-platform/core": "<3.4.17|>=4.0.0.0-alpha1,<4.0.22",
|
|
"api-platform/graphql": "<3.4.17|>=4.0.0.0-alpha1,<4.0.22",
|
|
"appwrite/server-ce": "<=1.2.1",
|
|
"arc/web": "<3",
|
|
"area17/twill": "<1.2.5|>=2,<2.5.3",
|
|
"artesaos/seotools": "<0.17.2",
|
|
"asymmetricrypt/asymmetricrypt": "<9.9.99",
|
|
"athlon1600/php-proxy": "<=5.1",
|
|
"athlon1600/php-proxy-app": "<=3",
|
|
"athlon1600/youtube-downloader": "<=4",
|
|
"austintoddj/canvas": "<=3.4.2",
|
|
"auth0/auth0-php": ">=8.0.0.0-beta1,<8.14",
|
|
"auth0/login": "<7.17",
|
|
"auth0/symfony": "<5.4",
|
|
"auth0/wordpress": "<5.3",
|
|
"automad/automad": "<2.0.0.0-alpha5",
|
|
"automattic/jetpack": "<9.8",
|
|
"awesome-support/awesome-support": "<=6.0.7",
|
|
"aws/aws-sdk-php": "<3.288.1",
|
|
"azuracast/azuracast": "<0.18.3",
|
|
"b13/seo_basics": "<0.8.2",
|
|
"backdrop/backdrop": "<1.27.3|>=1.28,<1.28.2",
|
|
"backpack/crud": "<3.4.9",
|
|
"backpack/filemanager": "<2.0.2|>=3,<3.0.9",
|
|
"bacula-web/bacula-web": "<8.0.0.0-RC2-dev",
|
|
"badaso/core": "<2.7",
|
|
"bagisto/bagisto": "<2.1",
|
|
"barrelstrength/sprout-base-email": "<1.2.7",
|
|
"barrelstrength/sprout-forms": "<3.9",
|
|
"barryvdh/laravel-translation-manager": "<0.6.2",
|
|
"barzahlen/barzahlen-php": "<2.0.1",
|
|
"baserproject/basercms": "<=5.1.1",
|
|
"bassjobsen/bootstrap-3-typeahead": ">4.0.2",
|
|
"bbpress/bbpress": "<2.6.5",
|
|
"bcosca/fatfree": "<3.7.2",
|
|
"bedita/bedita": "<4",
|
|
"bednee/cooluri": "<1.0.30",
|
|
"bigfork/silverstripe-form-capture": ">=3,<3.1.1",
|
|
"billz/raspap-webgui": "<=3.1.4",
|
|
"bk2k/bootstrap-package": ">=7.1,<7.1.2|>=8,<8.0.8|>=9,<9.0.4|>=9.1,<9.1.3|>=10,<10.0.10|>=11,<11.0.3",
|
|
"blueimp/jquery-file-upload": "==6.4.4",
|
|
"bmarshall511/wordpress_zero_spam": "<5.2.13",
|
|
"bolt/bolt": "<3.7.2",
|
|
"bolt/core": "<=4.2",
|
|
"born05/craft-twofactorauthentication": "<3.3.4",
|
|
"bottelet/flarepoint": "<2.2.1",
|
|
"bref/bref": "<2.1.17",
|
|
"brightlocal/phpwhois": "<=4.2.5",
|
|
"brotkrueml/codehighlight": "<2.7",
|
|
"brotkrueml/schema": "<1.13.1|>=2,<2.5.1",
|
|
"brotkrueml/typo3-matomo-integration": "<1.3.2",
|
|
"buddypress/buddypress": "<7.2.1",
|
|
"bugsnag/bugsnag-laravel": ">=2,<2.0.2",
|
|
"bvbmedia/multishop": "<2.0.39",
|
|
"bytefury/crater": "<6.0.2",
|
|
"cachethq/cachet": "<2.5.1",
|
|
"cakephp/cakephp": "<3.10.3|>=4,<4.0.10|>=4.1,<4.1.4|>=4.2,<4.2.12|>=4.3,<4.3.11|>=4.4,<4.4.10",
|
|
"cakephp/database": ">=4.2,<4.2.12|>=4.3,<4.3.11|>=4.4,<4.4.10",
|
|
"cardgate/magento2": "<2.0.33",
|
|
"cardgate/woocommerce": "<=3.1.15",
|
|
"cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
|
|
"cart2quote/module-quotation-encoded": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
|
|
"cartalyst/sentry": "<=2.1.6",
|
|
"catfan/medoo": "<1.7.5",
|
|
"causal/oidc": "<4",
|
|
"cecil/cecil": "<7.47.1",
|
|
"centreon/centreon": "<22.10.15",
|
|
"cesnet/simplesamlphp-module-proxystatistics": "<3.1",
|
|
"chriskacerguis/codeigniter-restserver": "<=2.7.1",
|
|
"civicrm/civicrm-core": ">=4.2,<4.2.9|>=4.3,<4.3.3",
|
|
"ckeditor/ckeditor": "<4.25",
|
|
"clickstorm/cs-seo": ">=6,<6.7|>=7,<7.4|>=8,<8.3|>=9,<9.2",
|
|
"co-stack/fal_sftp": "<0.2.6",
|
|
"cockpit-hq/cockpit": "<2.7|==2.7",
|
|
"codeception/codeception": "<3.1.3|>=4,<4.1.22",
|
|
"codeigniter/framework": "<3.1.9",
|
|
"codeigniter4/framework": "<4.5.8",
|
|
"codeigniter4/shield": "<1.0.0.0-beta8",
|
|
"codiad/codiad": "<=2.8.4",
|
|
"codingms/additional-tca": ">=1.7,<1.15.17|>=1.16,<1.16.9",
|
|
"commerceteam/commerce": ">=0.9.6,<0.9.9",
|
|
"components/jquery": ">=1.0.3,<3.5",
|
|
"composer/composer": "<1.10.27|>=2,<2.2.24|>=2.3,<2.7.7",
|
|
"concrete5/concrete5": "<9.4.0.0-RC2-dev",
|
|
"concrete5/core": "<8.5.8|>=9,<9.1",
|
|
"contao-components/mediaelement": ">=2.14.2,<2.21.1",
|
|
"contao/comments-bundle": ">=2,<4.13.40|>=5.0.0.0-RC1-dev,<5.3.4",
|
|
"contao/contao": ">=3,<3.5.37|>=4,<4.4.56|>=4.5,<4.9.40|>=4.10,<4.11.7|>=4.13,<4.13.21|>=5.1,<5.1.4",
|
|
"contao/core": "<3.5.39",
|
|
"contao/core-bundle": "<4.13.54|>=5,<5.3.30|>=5.4,<5.5.6",
|
|
"contao/listing-bundle": ">=3,<=3.5.30|>=4,<4.4.8",
|
|
"contao/managed-edition": "<=1.5",
|
|
"corveda/phpsandbox": "<1.3.5",
|
|
"cosenary/instagram": "<=2.3",
|
|
"craftcms/cms": "<4.15.3|>=5,<5.7.5",
|
|
"croogo/croogo": "<4",
|
|
"cuyz/valinor": "<0.12",
|
|
"czim/file-handling": "<1.5|>=2,<2.3",
|
|
"czproject/git-php": "<4.0.3",
|
|
"damienharper/auditor-bundle": "<5.2.6",
|
|
"dapphp/securimage": "<3.6.6",
|
|
"darylldoyle/safe-svg": "<1.9.10",
|
|
"datadog/dd-trace": ">=0.30,<0.30.2",
|
|
"datatables/datatables": "<1.10.10",
|
|
"david-garcia/phpwhois": "<=4.3.1",
|
|
"dbrisinajumi/d2files": "<1",
|
|
"dcat/laravel-admin": "<=2.1.3|==2.2.0.0-beta|==2.2.2.0-beta",
|
|
"derhansen/fe_change_pwd": "<2.0.5|>=3,<3.0.3",
|
|
"derhansen/sf_event_mgt": "<4.3.1|>=5,<5.1.1|>=7,<7.4",
|
|
"desperado/xml-bundle": "<=0.1.7",
|
|
"dev-lancer/minecraft-motd-parser": "<=1.0.5",
|
|
"devgroup/dotplant": "<2020.09.14-dev",
|
|
"digimix/wp-svg-upload": "<=1",
|
|
"directmailteam/direct-mail": "<6.0.3|>=7,<7.0.3|>=8,<9.5.2",
|
|
"dl/yag": "<3.0.1",
|
|
"dmk/webkitpdf": "<1.1.4",
|
|
"dnadesign/silverstripe-elemental": "<5.3.12",
|
|
"doctrine/annotations": "<1.2.7",
|
|
"doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
|
|
"doctrine/common": "<2.4.3|>=2.5,<2.5.1",
|
|
"doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2|>=3,<3.1.4",
|
|
"doctrine/doctrine-bundle": "<1.5.2",
|
|
"doctrine/doctrine-module": "<0.7.2",
|
|
"doctrine/mongodb-odm": "<1.0.2",
|
|
"doctrine/mongodb-odm-bundle": "<3.0.1",
|
|
"doctrine/orm": ">=1,<1.2.4|>=2,<2.4.8|>=2.5,<2.5.1|>=2.8.3,<2.8.4",
|
|
"dolibarr/dolibarr": "<19.0.2|==21.0.0.0-beta",
|
|
"dompdf/dompdf": "<2.0.4",
|
|
"doublethreedigital/guest-entries": "<3.1.2",
|
|
"drupal/ai": "<1.0.5",
|
|
"drupal/alogin": "<2.0.6",
|
|
"drupal/cache_utility": "<1.2.1",
|
|
"drupal/config_split": "<1.10|>=2,<2.0.2",
|
|
"drupal/core": ">=6,<6.38|>=7,<7.102|>=8,<10.3.14|>=10.4,<10.4.5|>=11,<11.0.13|>=11.1,<11.1.5",
|
|
"drupal/core-recommended": ">=7,<7.102|>=8,<10.2.11|>=10.3,<10.3.9|>=11,<11.0.8",
|
|
"drupal/drupal": ">=5,<5.11|>=6,<6.38|>=7,<7.102|>=8,<10.2.11|>=10.3,<10.3.9|>=11,<11.0.8",
|
|
"drupal/formatter_suite": "<2.1",
|
|
"drupal/gdpr": "<3.0.1|>=3.1,<3.1.2",
|
|
"drupal/google_tag": "<1.8|>=2,<2.0.8",
|
|
"drupal/ignition": "<1.0.4",
|
|
"drupal/link_field_display_mode_formatter": "<1.6",
|
|
"drupal/matomo": "<1.24",
|
|
"drupal/oauth2_client": "<4.1.3",
|
|
"drupal/oauth2_server": "<2.1",
|
|
"drupal/obfuscate": "<2.0.1",
|
|
"drupal/rapidoc_elements_field_formatter": "<1.0.1",
|
|
"drupal/spamspan": "<3.2.1",
|
|
"drupal/tfa": "<1.10",
|
|
"duncanmcclean/guest-entries": "<3.1.2",
|
|
"dweeves/magmi": "<=0.7.24",
|
|
"ec-cube/ec-cube": "<2.4.4|>=2.11,<=2.17.1|>=3,<=3.0.18.0-patch4|>=4,<=4.1.2",
|
|
"ecodev/newsletter": "<=4",
|
|
"ectouch/ectouch": "<=2.7.2",
|
|
"egroupware/egroupware": "<23.1.20240624",
|
|
"elefant/cms": "<2.0.7",
|
|
"elgg/elgg": "<3.3.24|>=4,<4.0.5",
|
|
"elijaa/phpmemcacheadmin": "<=1.3",
|
|
"encore/laravel-admin": "<=1.8.19",
|
|
"endroid/qr-code-bundle": "<3.4.2",
|
|
"enhavo/enhavo-app": "<=0.13.1",
|
|
"enshrined/svg-sanitize": "<0.15",
|
|
"erusev/parsedown": "<1.7.2",
|
|
"ether/logs": "<3.0.4",
|
|
"evolutioncms/evolution": "<=3.2.3",
|
|
"exceedone/exment": "<4.4.3|>=5,<5.0.3",
|
|
"exceedone/laravel-admin": "<2.2.3|==3",
|
|
"ezsystems/demobundle": ">=5.4,<5.4.6.1-dev",
|
|
"ezsystems/ez-support-tools": ">=2.2,<2.2.3",
|
|
"ezsystems/ezdemo-ls-extension": ">=5.4,<5.4.2.1-dev",
|
|
"ezsystems/ezfind-ls": ">=5.3,<5.3.6.1-dev|>=5.4,<5.4.11.1-dev|>=2017.12,<2017.12.0.1-dev",
|
|
"ezsystems/ezplatform": "<=1.13.6|>=2,<=2.5.24",
|
|
"ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6|>=1.5,<1.5.29|>=2.3,<2.3.26|>=3.3,<3.3.39",
|
|
"ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2.1|>=5,<5.0.1|>=5.1,<5.1.1",
|
|
"ezsystems/ezplatform-graphql": ">=1.0.0.0-RC1-dev,<1.0.13|>=2.0.0.0-beta1,<2.3.12",
|
|
"ezsystems/ezplatform-http-cache": "<2.3.16",
|
|
"ezsystems/ezplatform-kernel": "<1.2.5.1-dev|>=1.3,<1.3.35",
|
|
"ezsystems/ezplatform-rest": ">=1.2,<=1.2.2|>=1.3,<1.3.8",
|
|
"ezsystems/ezplatform-richtext": ">=2.3,<2.3.26|>=3.3,<3.3.40",
|
|
"ezsystems/ezplatform-solr-search-engine": ">=1.7,<1.7.12|>=2,<2.0.2|>=3.3,<3.3.15",
|
|
"ezsystems/ezplatform-user": ">=1,<1.0.1",
|
|
"ezsystems/ezpublish-kernel": "<6.13.8.2-dev|>=7,<7.5.31",
|
|
"ezsystems/ezpublish-legacy": "<=2017.12.7.3|>=2018.6,<=2019.03.5.1",
|
|
"ezsystems/platform-ui-assets-bundle": ">=4.2,<4.2.3",
|
|
"ezsystems/repository-forms": ">=2.3,<2.3.2.1-dev|>=2.5,<2.5.15",
|
|
"ezyang/htmlpurifier": "<=4.2",
|
|
"facade/ignition": "<1.16.15|>=2,<2.4.2|>=2.5,<2.5.2",
|
|
"facturascripts/facturascripts": "<=2022.08",
|
|
"fastly/magento2": "<1.2.26",
|
|
"feehi/cms": "<=2.1.1",
|
|
"feehi/feehicms": "<=2.1.1",
|
|
"fenom/fenom": "<=2.12.1",
|
|
"filament/actions": ">=3.2,<3.2.123",
|
|
"filament/infolists": ">=3,<3.2.115",
|
|
"filament/tables": ">=3,<3.2.115",
|
|
"filegator/filegator": "<7.8",
|
|
"filp/whoops": "<2.1.13",
|
|
"fineuploader/php-traditional-server": "<=1.2.2",
|
|
"firebase/php-jwt": "<6",
|
|
"fisharebest/webtrees": "<=2.1.18",
|
|
"fixpunkt/fp-masterquiz": "<2.2.1|>=3,<3.5.2",
|
|
"fixpunkt/fp-newsletter": "<1.1.1|>=1.2,<2.1.2|>=2.2,<3.2.6",
|
|
"flarum/core": "<1.8.10",
|
|
"flarum/flarum": "<0.1.0.0-beta8",
|
|
"flarum/framework": "<1.8.10",
|
|
"flarum/mentions": "<1.6.3",
|
|
"flarum/sticky": ">=0.1.0.0-beta14,<=0.1.0.0-beta15",
|
|
"flarum/tags": "<=0.1.0.0-beta13",
|
|
"floriangaerber/magnesium": "<0.3.1",
|
|
"fluidtypo3/vhs": "<5.1.1",
|
|
"fof/byobu": ">=0.3.0.0-beta2,<1.1.7",
|
|
"fof/upload": "<1.2.3",
|
|
"foodcoopshop/foodcoopshop": ">=3.2,<3.6.1",
|
|
"fooman/tcpdf": "<6.2.22",
|
|
"forkcms/forkcms": "<5.11.1",
|
|
"fossar/tcpdf-parser": "<6.2.22",
|
|
"francoisjacquet/rosariosis": "<=11.5.1",
|
|
"frappant/frp-form-answers": "<3.1.2|>=4,<4.0.2",
|
|
"friendsofsymfony/oauth2-php": "<1.3",
|
|
"friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
|
|
"friendsofsymfony/user-bundle": ">=1,<1.3.5",
|
|
"friendsofsymfony1/swiftmailer": ">=4,<5.4.13|>=6,<6.2.5",
|
|
"friendsofsymfony1/symfony1": ">=1.1,<1.5.19",
|
|
"friendsoftypo3/mediace": ">=7.6.2,<7.6.5",
|
|
"friendsoftypo3/openid": ">=4.5,<4.5.31|>=4.7,<4.7.16|>=6,<6.0.11|>=6.1,<6.1.6",
|
|
"froala/wysiwyg-editor": "<=4.3",
|
|
"froxlor/froxlor": "<=2.2.5",
|
|
"frozennode/administrator": "<=5.0.12",
|
|
"fuel/core": "<1.8.1",
|
|
"funadmin/funadmin": "<=5.0.2",
|
|
"gaoming13/wechat-php-sdk": "<=1.10.2",
|
|
"genix/cms": "<=1.1.11",
|
|
"georgringer/news": "<1.3.3",
|
|
"geshi/geshi": "<1.0.8.11-dev",
|
|
"getformwork/formwork": "<1.13.1|>=2.0.0.0-beta1,<2.0.0.0-beta4",
|
|
"getgrav/grav": "<1.7.46",
|
|
"getkirby/cms": "<3.9.8.3-dev|>=3.10,<3.10.1.2-dev|>=4,<4.7.1",
|
|
"getkirby/kirby": "<3.9.8.3-dev|>=3.10,<3.10.1.2-dev|>=4,<4.7.1",
|
|
"getkirby/panel": "<2.5.14",
|
|
"getkirby/starterkit": "<=3.7.0.2",
|
|
"gilacms/gila": "<=1.15.4",
|
|
"gleez/cms": "<=1.3|==2",
|
|
"globalpayments/php-sdk": "<2",
|
|
"goalgorilla/open_social": "<12.3.11|>=12.4,<12.4.10|>=13.0.0.0-alpha1,<13.0.0.0-alpha11",
|
|
"gogentooss/samlbase": "<1.2.7",
|
|
"google/protobuf": "<3.15",
|
|
"gos/web-socket-bundle": "<1.10.4|>=2,<2.6.1|>=3,<3.3",
|
|
"gree/jose": "<2.2.1",
|
|
"gregwar/rst": "<1.0.3",
|
|
"grumpydictator/firefly-iii": "<6.1.17",
|
|
"gugoan/economizzer": "<=0.9.0.0-beta1",
|
|
"guzzlehttp/guzzle": "<6.5.8|>=7,<7.4.5",
|
|
"guzzlehttp/oauth-subscriber": "<0.8.1",
|
|
"guzzlehttp/psr7": "<1.9.1|>=2,<2.4.5",
|
|
"haffner/jh_captcha": "<=2.1.3|>=3,<=3.0.2",
|
|
"harvesthq/chosen": "<1.8.7",
|
|
"helloxz/imgurl": "<=2.31",
|
|
"hhxsv5/laravel-s": "<3.7.36",
|
|
"hillelcoren/invoice-ninja": "<5.3.35",
|
|
"himiklab/yii2-jqgrid-widget": "<1.0.8",
|
|
"hjue/justwriting": "<=1",
|
|
"hov/jobfair": "<1.0.13|>=2,<2.0.2",
|
|
"httpsoft/http-message": "<1.0.12",
|
|
"hyn/multi-tenant": ">=5.6,<5.7.2",
|
|
"ibexa/admin-ui": ">=4.2,<4.2.3|>=4.6,<4.6.14",
|
|
"ibexa/core": ">=4,<4.0.7|>=4.1,<4.1.4|>=4.2,<4.2.3|>=4.5,<4.5.6|>=4.6,<4.6.2",
|
|
"ibexa/fieldtype-richtext": ">=4.6,<4.6.19",
|
|
"ibexa/graphql": ">=2.5,<2.5.31|>=3.3,<3.3.28|>=4.2,<4.2.3",
|
|
"ibexa/http-cache": ">=4.6,<4.6.14",
|
|
"ibexa/post-install": "<1.0.16|>=4.6,<4.6.14",
|
|
"ibexa/solr": ">=4.5,<4.5.4",
|
|
"ibexa/user": ">=4,<4.4.3",
|
|
"icecoder/icecoder": "<=8.1",
|
|
"idno/known": "<=1.3.1",
|
|
"ilicmiljan/secure-props": ">=1.2,<1.2.2",
|
|
"illuminate/auth": "<5.5.10",
|
|
"illuminate/cookie": ">=4,<=4.0.11|>=4.1,<6.18.31|>=7,<7.22.4",
|
|
"illuminate/database": "<6.20.26|>=7,<7.30.5|>=8,<8.40",
|
|
"illuminate/encryption": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15",
|
|
"illuminate/view": "<6.20.42|>=7,<7.30.6|>=8,<8.75",
|
|
"imdbphp/imdbphp": "<=5.1.1",
|
|
"impresscms/impresscms": "<=1.4.5",
|
|
"impresspages/impresspages": "<1.0.13",
|
|
"in2code/femanager": "<5.5.3|>=6,<6.3.4|>=7,<7.2.3",
|
|
"in2code/ipandlanguageredirect": "<5.1.2",
|
|
"in2code/lux": "<17.6.1|>=18,<24.0.2",
|
|
"in2code/powermail": "<7.5.1|>=8,<8.5.1|>=9,<10.9.1|>=11,<12.4.1",
|
|
"innologi/typo3-appointments": "<2.0.6",
|
|
"intelliants/subrion": "<4.2.2",
|
|
"inter-mediator/inter-mediator": "==5.5",
|
|
"ipl/web": "<0.10.1",
|
|
"islandora/crayfish": "<4.1",
|
|
"islandora/islandora": ">=2,<2.4.1",
|
|
"ivankristianto/phpwhois": "<=4.3",
|
|
"jackalope/jackalope-doctrine-dbal": "<1.7.4",
|
|
"jambagecom/div2007": "<0.10.2",
|
|
"james-heinrich/getid3": "<1.9.21",
|
|
"james-heinrich/phpthumb": "<1.7.12",
|
|
"jasig/phpcas": "<1.3.3",
|
|
"jbartels/wec-map": "<3.0.3",
|
|
"jcbrand/converse.js": "<3.3.3",
|
|
"joelbutcher/socialstream": "<5.6|>=6,<6.2",
|
|
"johnbillion/wp-crontrol": "<1.16.2",
|
|
"joomla/application": "<1.0.13",
|
|
"joomla/archive": "<1.1.12|>=2,<2.0.1",
|
|
"joomla/database": ">=1,<2.2|>=3,<3.4",
|
|
"joomla/filesystem": "<1.6.2|>=2,<2.0.1",
|
|
"joomla/filter": "<1.4.4|>=2,<2.0.1",
|
|
"joomla/framework": "<1.5.7|>=2.5.4,<=3.8.12",
|
|
"joomla/input": ">=2,<2.0.2",
|
|
"joomla/joomla-cms": "<3.9.12|>=4,<4.4.13|>=5,<5.2.6",
|
|
"joomla/joomla-platform": "<1.5.4",
|
|
"joomla/session": "<1.3.1",
|
|
"joyqi/hyper-down": "<=2.4.27",
|
|
"jsdecena/laracom": "<2.0.9",
|
|
"jsmitty12/phpwhois": "<5.1",
|
|
"juzaweb/cms": "<=3.4",
|
|
"jweiland/events2": "<8.3.8|>=9,<9.0.6",
|
|
"jweiland/kk-downloader": "<1.2.2",
|
|
"kazist/phpwhois": "<=4.2.6",
|
|
"kelvinmo/simplexrd": "<3.1.1",
|
|
"kevinpapst/kimai2": "<1.16.7",
|
|
"khodakhah/nodcms": "<=3",
|
|
"kimai/kimai": "<=2.20.1",
|
|
"kitodo/presentation": "<3.2.3|>=3.3,<3.3.4",
|
|
"klaviyo/magento2-extension": ">=1,<3",
|
|
"knplabs/knp-snappy": "<=1.4.2",
|
|
"kohana/core": "<3.3.3",
|
|
"koillection/koillection": "<1.6.12",
|
|
"krayin/laravel-crm": "<=1.3",
|
|
"kreait/firebase-php": ">=3.2,<3.8.1",
|
|
"kumbiaphp/kumbiapp": "<=1.1.1",
|
|
"la-haute-societe/tcpdf": "<6.2.22",
|
|
"laminas/laminas-diactoros": "<2.18.1|==2.19|==2.20|==2.21|==2.22|==2.23|>=2.24,<2.24.2|>=2.25,<2.25.2",
|
|
"laminas/laminas-form": "<2.17.1|>=3,<3.0.2|>=3.1,<3.1.1",
|
|
"laminas/laminas-http": "<2.14.2",
|
|
"lara-zeus/artemis": ">=1,<=1.0.6",
|
|
"lara-zeus/dynamic-dashboard": ">=3,<=3.0.1",
|
|
"laravel/fortify": "<1.11.1",
|
|
"laravel/framework": "<10.48.29|>=11,<11.44.1|>=12,<12.1.1",
|
|
"laravel/laravel": ">=5.4,<5.4.22",
|
|
"laravel/pulse": "<1.3.1",
|
|
"laravel/reverb": "<1.4",
|
|
"laravel/socialite": ">=1,<2.0.10",
|
|
"latte/latte": "<2.10.8",
|
|
"lavalite/cms": "<=9|==10.1",
|
|
"lcobucci/jwt": ">=3.4,<3.4.6|>=4,<4.0.4|>=4.1,<4.1.5",
|
|
"league/commonmark": "<2.7",
|
|
"league/flysystem": "<1.1.4|>=2,<2.1.1",
|
|
"league/oauth2-server": ">=8.3.2,<8.4.2|>=8.5,<8.5.3",
|
|
"leantime/leantime": "<3.3",
|
|
"lexik/jwt-authentication-bundle": "<2.10.7|>=2.11,<2.11.3",
|
|
"libreform/libreform": ">=2,<=2.0.8",
|
|
"librenms/librenms": "<2017.08.18",
|
|
"liftkit/database": "<2.13.2",
|
|
"lightsaml/lightsaml": "<1.3.5",
|
|
"limesurvey/limesurvey": "<6.5.12",
|
|
"livehelperchat/livehelperchat": "<=3.91",
|
|
"livewire/livewire": "<2.12.7|>=3.0.0.0-beta1,<3.5.2",
|
|
"livewire/volt": "<1.7",
|
|
"lms/routes": "<2.1.1",
|
|
"localizationteam/l10nmgr": "<7.4|>=8,<8.7|>=9,<9.2",
|
|
"luracast/restler": "<3.1",
|
|
"luyadev/yii-helpers": "<1.2.1",
|
|
"macropay-solutions/laravel-crud-wizard-free": "<3.4.17",
|
|
"maestroerror/php-heic-to-jpg": "<1.0.5",
|
|
"magento/community-edition": "<2.4.5|==2.4.5|>=2.4.5.0-patch1,<2.4.5.0-patch12|==2.4.6|>=2.4.6.0-patch1,<2.4.6.0-patch10|>=2.4.7.0-beta1,<2.4.7.0-patch5|>=2.4.8.0-beta1,<2.4.8.0-beta2",
|
|
"magento/core": "<=1.9.4.5",
|
|
"magento/magento1ce": "<1.9.4.3-dev",
|
|
"magento/magento1ee": ">=1,<1.14.4.3-dev",
|
|
"magento/product-community-edition": "<2.4.4.0-patch9|>=2.4.5,<2.4.5.0-patch8|>=2.4.6,<2.4.6.0-patch6|>=2.4.7,<2.4.7.0-patch1",
|
|
"magento/project-community-edition": "<=2.0.2",
|
|
"magneto/core": "<1.9.4.4-dev",
|
|
"maikuolan/phpmussel": ">=1,<1.6",
|
|
"mainwp/mainwp": "<=4.4.3.3",
|
|
"mantisbt/mantisbt": "<=2.26.3",
|
|
"marcwillmann/turn": "<0.3.3",
|
|
"matomo/matomo": "<1.11",
|
|
"matyhtf/framework": "<3.0.6",
|
|
"mautic/core": "<5.2.3",
|
|
"mautic/core-lib": ">=1.0.0.0-beta,<4.4.13|>=5.0.0.0-alpha,<5.1.1",
|
|
"maximebf/debugbar": "<1.19",
|
|
"mdanter/ecc": "<2",
|
|
"mediawiki/abuse-filter": "<1.39.9|>=1.40,<1.41.3|>=1.42,<1.42.2",
|
|
"mediawiki/cargo": "<3.6.1",
|
|
"mediawiki/core": "<1.39.5|==1.40",
|
|
"mediawiki/data-transfer": ">=1.39,<1.39.11|>=1.41,<1.41.3|>=1.42,<1.42.2",
|
|
"mediawiki/matomo": "<2.4.3",
|
|
"mediawiki/semantic-media-wiki": "<4.0.2",
|
|
"mehrwert/phpmyadmin": "<3.2",
|
|
"melisplatform/melis-asset-manager": "<5.0.1",
|
|
"melisplatform/melis-cms": "<5.0.1",
|
|
"melisplatform/melis-front": "<5.0.1",
|
|
"mezzio/mezzio-swoole": "<3.7|>=4,<4.3",
|
|
"mgallegos/laravel-jqgrid": "<=1.3",
|
|
"microsoft/microsoft-graph": ">=1.16,<1.109.1|>=2,<2.0.1",
|
|
"microsoft/microsoft-graph-beta": "<2.0.1",
|
|
"microsoft/microsoft-graph-core": "<2.0.2",
|
|
"microweber/microweber": "<=2.0.16",
|
|
"mikehaertl/php-shellcommand": "<1.6.1",
|
|
"miniorange/miniorange-saml": "<1.4.3",
|
|
"mittwald/typo3_forum": "<1.2.1",
|
|
"mobiledetect/mobiledetectlib": "<2.8.32",
|
|
"modx/revolution": "<=3.1",
|
|
"mojo42/jirafeau": "<4.4",
|
|
"mongodb/mongodb": ">=1,<1.9.2",
|
|
"monolog/monolog": ">=1.8,<1.12",
|
|
"moodle/moodle": "<4.3.12|>=4.4,<4.4.8|>=4.5.0.0-beta,<4.5.4",
|
|
"mos/cimage": "<0.7.19",
|
|
"movim/moxl": ">=0.8,<=0.10",
|
|
"movingbytes/social-network": "<=1.2.1",
|
|
"mpdf/mpdf": "<=7.1.7",
|
|
"munkireport/comment": "<4.1",
|
|
"munkireport/managedinstalls": "<2.6",
|
|
"munkireport/munki_facts": "<1.5",
|
|
"munkireport/munkireport": ">=2.5.3,<5.6.3",
|
|
"munkireport/reportdata": "<3.5",
|
|
"munkireport/softwareupdate": "<1.6",
|
|
"mustache/mustache": ">=2,<2.14.1",
|
|
"mwdelaney/wp-enable-svg": "<=0.2",
|
|
"namshi/jose": "<2.2",
|
|
"nasirkhan/laravel-starter": "<11.11",
|
|
"nategood/httpful": "<1",
|
|
"neoan3-apps/template": "<1.1.1",
|
|
"neorazorx/facturascripts": "<2022.04",
|
|
"neos/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6",
|
|
"neos/form": ">=1.2,<4.3.3|>=5,<5.0.9|>=5.1,<5.1.3",
|
|
"neos/media-browser": "<7.3.19|>=8,<8.0.16|>=8.1,<8.1.11|>=8.2,<8.2.11|>=8.3,<8.3.9",
|
|
"neos/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<5.3.10|>=7,<7.0.9|>=7.1,<7.1.7|>=7.2,<7.2.6|>=7.3,<7.3.4|>=8,<8.0.2",
|
|
"neos/swiftmailer": "<5.4.5",
|
|
"nesbot/carbon": "<2.72.6|>=3,<3.8.4",
|
|
"netcarver/textile": "<=4.1.2",
|
|
"netgen/tagsbundle": ">=3.4,<3.4.11|>=4,<4.0.15",
|
|
"nette/application": ">=2,<2.0.19|>=2.1,<2.1.13|>=2.2,<2.2.10|>=2.3,<2.3.14|>=2.4,<2.4.16|>=3,<3.0.6",
|
|
"nette/nette": ">=2,<2.0.19|>=2.1,<2.1.13",
|
|
"nilsteampassnet/teampass": "<3.1.3.1-dev",
|
|
"nonfiction/nterchange": "<4.1.1",
|
|
"notrinos/notrinos-erp": "<=0.7",
|
|
"noumo/easyii": "<=0.9",
|
|
"novaksolutions/infusionsoft-php-sdk": "<1",
|
|
"nukeviet/nukeviet": "<4.5.02",
|
|
"nyholm/psr7": "<1.6.1",
|
|
"nystudio107/craft-seomatic": "<3.4.12",
|
|
"nzedb/nzedb": "<0.8",
|
|
"nzo/url-encryptor-bundle": ">=4,<4.3.2|>=5,<5.0.1",
|
|
"october/backend": "<1.1.2",
|
|
"october/cms": "<1.0.469|==1.0.469|==1.0.471|==1.1.1",
|
|
"october/october": "<3.7.5",
|
|
"october/rain": "<1.0.472|>=1.1,<1.1.2",
|
|
"october/system": "<3.7.5",
|
|
"oliverklee/phpunit": "<3.5.15",
|
|
"omeka/omeka-s": "<4.0.3",
|
|
"onelogin/php-saml": "<2.10.4",
|
|
"oneup/uploader-bundle": ">=1,<1.9.3|>=2,<2.1.5",
|
|
"open-web-analytics/open-web-analytics": "<1.7.4",
|
|
"opencart/opencart": ">=0",
|
|
"openid/php-openid": "<2.3",
|
|
"openmage/magento-lts": "<20.12.3",
|
|
"opensolutions/vimbadmin": "<=3.0.15",
|
|
"opensource-workshop/connect-cms": "<1.8.7|>=2,<2.4.7",
|
|
"orchid/platform": ">=8,<14.43",
|
|
"oro/calendar-bundle": ">=4.2,<=4.2.6|>=5,<=5.0.6|>=5.1,<5.1.1",
|
|
"oro/commerce": ">=4.1,<5.0.11|>=5.1,<5.1.1",
|
|
"oro/crm": ">=1.7,<1.7.4|>=3.1,<4.1.17|>=4.2,<4.2.7",
|
|
"oro/crm-call-bundle": ">=4.2,<=4.2.5|>=5,<5.0.4|>=5.1,<5.1.1",
|
|
"oro/customer-portal": ">=4.1,<=4.1.13|>=4.2,<=4.2.10|>=5,<=5.0.11|>=5.1,<=5.1.3",
|
|
"oro/platform": ">=1.7,<1.7.4|>=3.1,<3.1.29|>=4.1,<4.1.17|>=4.2,<=4.2.10|>=5,<=5.0.12|>=5.1,<=5.1.3",
|
|
"oveleon/contao-cookiebar": "<1.16.3|>=2,<2.1.3",
|
|
"oxid-esales/oxideshop-ce": "<=7.0.5",
|
|
"oxid-esales/paymorrow-module": ">=1,<1.0.2|>=2,<2.0.1",
|
|
"packbackbooks/lti-1-3-php-library": "<5",
|
|
"padraic/humbug_get_contents": "<1.1.2",
|
|
"pagarme/pagarme-php": "<3",
|
|
"pagekit/pagekit": "<=1.0.18",
|
|
"paragonie/ecc": "<2.0.1",
|
|
"paragonie/random_compat": "<2",
|
|
"passbolt/passbolt_api": "<4.6.2",
|
|
"paypal/adaptivepayments-sdk-php": "<=3.9.2",
|
|
"paypal/invoice-sdk-php": "<=3.9",
|
|
"paypal/merchant-sdk-php": "<3.12",
|
|
"paypal/permissions-sdk-php": "<=3.9.1",
|
|
"pear/archive_tar": "<1.4.14",
|
|
"pear/auth": "<1.2.4",
|
|
"pear/crypt_gpg": "<1.6.7",
|
|
"pear/http_request2": "<2.7",
|
|
"pear/pear": "<=1.10.1",
|
|
"pegasus/google-for-jobs": "<1.5.1|>=2,<2.1.1",
|
|
"personnummer/personnummer": "<3.0.2",
|
|
"phanan/koel": "<5.1.4",
|
|
"phenx/php-svg-lib": "<0.5.2",
|
|
"php-censor/php-censor": "<2.0.13|>=2.1,<2.1.5",
|
|
"php-mod/curl": "<2.3.2",
|
|
"phpbb/phpbb": "<3.3.11",
|
|
"phpems/phpems": ">=6,<=6.1.3",
|
|
"phpfastcache/phpfastcache": "<6.1.5|>=7,<7.1.2|>=8,<8.0.7",
|
|
"phpmailer/phpmailer": "<6.5",
|
|
"phpmussel/phpmussel": ">=1,<1.6",
|
|
"phpmyadmin/phpmyadmin": "<5.2.2",
|
|
"phpmyfaq/phpmyfaq": "<3.2.5|==3.2.5|>=3.2.10,<=4.0.1",
|
|
"phpoffice/common": "<0.2.9",
|
|
"phpoffice/phpexcel": "<=1.8.2",
|
|
"phpoffice/phpspreadsheet": "<1.29.9|>=2,<2.1.8|>=2.2,<2.3.7|>=3,<3.9",
|
|
"phpseclib/phpseclib": "<2.0.47|>=3,<3.0.36",
|
|
"phpservermon/phpservermon": "<3.6",
|
|
"phpsysinfo/phpsysinfo": "<3.4.3",
|
|
"phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3",
|
|
"phpwhois/phpwhois": "<=4.2.5",
|
|
"phpxmlrpc/extras": "<0.6.1",
|
|
"phpxmlrpc/phpxmlrpc": "<4.9.2",
|
|
"pi/pi": "<=2.5",
|
|
"pimcore/admin-ui-classic-bundle": "<1.7.6",
|
|
"pimcore/customer-management-framework-bundle": "<4.2.1",
|
|
"pimcore/data-hub": "<1.2.4",
|
|
"pimcore/data-importer": "<1.8.9|>=1.9,<1.9.3",
|
|
"pimcore/demo": "<10.3",
|
|
"pimcore/ecommerce-framework-bundle": "<1.0.10",
|
|
"pimcore/perspective-editor": "<1.5.1",
|
|
"pimcore/pimcore": "<11.5.4",
|
|
"piwik/piwik": "<1.11",
|
|
"pixelfed/pixelfed": "<0.12.5",
|
|
"plotly/plotly.js": "<2.25.2",
|
|
"pocketmine/bedrock-protocol": "<8.0.2",
|
|
"pocketmine/pocketmine-mp": "<5.25.2",
|
|
"pocketmine/raklib": ">=0.14,<0.14.6|>=0.15,<0.15.1",
|
|
"pressbooks/pressbooks": "<5.18",
|
|
"prestashop/autoupgrade": ">=4,<4.10.1",
|
|
"prestashop/blockreassurance": "<=5.1.3",
|
|
"prestashop/blockwishlist": ">=2,<2.1.1",
|
|
"prestashop/contactform": ">=1.0.1,<4.3",
|
|
"prestashop/gamification": "<2.3.2",
|
|
"prestashop/prestashop": "<8.1.6",
|
|
"prestashop/productcomments": "<5.0.2",
|
|
"prestashop/ps_contactinfo": "<=3.3.2",
|
|
"prestashop/ps_emailsubscription": "<2.6.1",
|
|
"prestashop/ps_facetedsearch": "<3.4.1",
|
|
"prestashop/ps_linklist": "<3.1",
|
|
"privatebin/privatebin": "<1.4|>=1.5,<1.7.4",
|
|
"processwire/processwire": "<=3.0.229",
|
|
"propel/propel": ">=2.0.0.0-alpha1,<=2.0.0.0-alpha7",
|
|
"propel/propel1": ">=1,<=1.7.1",
|
|
"pterodactyl/panel": "<1.11.8",
|
|
"ptheofan/yii2-statemachine": ">=2.0.0.0-RC1-dev,<=2",
|
|
"ptrofimov/beanstalk_console": "<1.7.14",
|
|
"pubnub/pubnub": "<6.1",
|
|
"punktde/pt_extbase": "<1.5.1",
|
|
"pusher/pusher-php-server": "<2.2.1",
|
|
"pwweb/laravel-core": "<=0.3.6.0-beta",
|
|
"pxlrbt/filament-excel": "<1.1.14|>=2.0.0.0-alpha,<2.3.3",
|
|
"pyrocms/pyrocms": "<=3.9.1",
|
|
"qcubed/qcubed": "<=3.1.1",
|
|
"quickapps/cms": "<=2.0.0.0-beta2",
|
|
"rainlab/blog-plugin": "<1.4.1",
|
|
"rainlab/debugbar-plugin": "<3.1",
|
|
"rainlab/user-plugin": "<=1.4.5",
|
|
"rankmath/seo-by-rank-math": "<=1.0.95",
|
|
"rap2hpoutre/laravel-log-viewer": "<0.13",
|
|
"react/http": ">=0.7,<1.9",
|
|
"really-simple-plugins/complianz-gdpr": "<6.4.2",
|
|
"redaxo/source": "<5.18.3",
|
|
"remdex/livehelperchat": "<4.29",
|
|
"reportico-web/reportico": "<=8.1",
|
|
"rhukster/dom-sanitizer": "<1.0.7",
|
|
"rmccue/requests": ">=1.6,<1.8",
|
|
"robrichards/xmlseclibs": ">=1,<3.0.4",
|
|
"roots/soil": "<4.1",
|
|
"rudloff/alltube": "<3.0.3",
|
|
"rudloff/rtmpdump-bin": "<=2.3.1",
|
|
"s-cart/core": "<6.9",
|
|
"s-cart/s-cart": "<6.9",
|
|
"sabberworm/php-css-parser": ">=1,<1.0.1|>=2,<2.0.1|>=3,<3.0.1|>=4,<4.0.1|>=5,<5.0.9|>=5.1,<5.1.3|>=5.2,<5.2.1|>=6,<6.0.2|>=7,<7.0.4|>=8,<8.0.1|>=8.1,<8.1.1|>=8.2,<8.2.1|>=8.3,<8.3.1",
|
|
"sabre/dav": ">=1.6,<1.7.11|>=1.8,<1.8.9",
|
|
"samwilson/unlinked-wikibase": "<1.42",
|
|
"scheb/two-factor-bundle": "<3.26|>=4,<4.11",
|
|
"sensiolabs/connect": "<4.2.3",
|
|
"serluck/phpwhois": "<=4.2.6",
|
|
"sfroemken/url_redirect": "<=1.2.1",
|
|
"sheng/yiicms": "<1.2.1",
|
|
"shopware/core": "<6.5.8.18-dev|>=6.6,<6.6.10.3-dev|>=6.7.0.0-RC1-dev,<6.7.0.0-RC2-dev",
|
|
"shopware/platform": "<6.5.8.18-dev|>=6.6,<6.6.10.3-dev|>=6.7.0.0-RC1-dev,<6.7.0.0-RC2-dev",
|
|
"shopware/production": "<=6.3.5.2",
|
|
"shopware/shopware": "<=5.7.17",
|
|
"shopware/storefront": "<=6.4.8.1|>=6.5.8,<6.5.8.7-dev",
|
|
"shopxo/shopxo": "<=6.4",
|
|
"showdoc/showdoc": "<2.10.4",
|
|
"shuchkin/simplexlsx": ">=1.0.12,<1.1.13",
|
|
"silverstripe-australia/advancedreports": ">=1,<=2",
|
|
"silverstripe/admin": "<1.13.19|>=2,<2.1.8",
|
|
"silverstripe/assets": ">=1,<1.11.1",
|
|
"silverstripe/cms": "<4.11.3",
|
|
"silverstripe/comments": ">=1.3,<3.1.1",
|
|
"silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
|
|
"silverstripe/framework": "<5.3.23",
|
|
"silverstripe/graphql": ">=2,<2.0.5|>=3,<3.8.2|>=4,<4.3.7|>=5,<5.1.3",
|
|
"silverstripe/hybridsessions": ">=1,<2.4.1|>=2.5,<2.5.1",
|
|
"silverstripe/recipe-cms": ">=4.5,<4.5.3",
|
|
"silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1",
|
|
"silverstripe/reports": "<5.2.3",
|
|
"silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4|>=2.1,<2.1.2",
|
|
"silverstripe/silverstripe-omnipay": "<2.5.2|>=3,<3.0.2|>=3.1,<3.1.4|>=3.2,<3.2.1",
|
|
"silverstripe/subsites": ">=2,<2.6.1",
|
|
"silverstripe/taxonomy": ">=1.3,<1.3.1|>=2,<2.0.1",
|
|
"silverstripe/userforms": "<3|>=5,<5.4.2",
|
|
"silverstripe/versioned-admin": ">=1,<1.11.1",
|
|
"simple-updates/phpwhois": "<=1",
|
|
"simplesamlphp/saml2": "<=4.16.15|>=5.0.0.0-alpha1,<=5.0.0.0-alpha19",
|
|
"simplesamlphp/saml2-legacy": "<=4.16.15",
|
|
"simplesamlphp/simplesamlphp": "<1.18.6",
|
|
"simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
|
|
"simplesamlphp/simplesamlphp-module-openid": "<1",
|
|
"simplesamlphp/simplesamlphp-module-openidprovider": "<0.9",
|
|
"simplesamlphp/xml-common": "<1.20",
|
|
"simplesamlphp/xml-security": "==1.6.11",
|
|
"simplito/elliptic-php": "<1.0.6",
|
|
"sitegeist/fluid-components": "<3.5",
|
|
"sjbr/sr-feuser-register": "<2.6.2",
|
|
"sjbr/sr-freecap": "<2.4.6|>=2.5,<2.5.3",
|
|
"sjbr/static-info-tables": "<2.3.1",
|
|
"slim/psr7": "<1.4.1|>=1.5,<1.5.1|>=1.6,<1.6.1",
|
|
"slim/slim": "<2.6",
|
|
"slub/slub-events": "<3.0.3",
|
|
"smarty/smarty": "<4.5.3|>=5,<5.1.1",
|
|
"snipe/snipe-it": "<8.1",
|
|
"socalnick/scn-social-auth": "<1.15.2",
|
|
"socialiteproviders/steam": "<1.1",
|
|
"spatie/browsershot": "<5.0.5",
|
|
"spatie/image-optimizer": "<1.7.3",
|
|
"spencer14420/sp-php-email-handler": "<1",
|
|
"spipu/html2pdf": "<5.2.8",
|
|
"spoon/library": "<1.4.1",
|
|
"spoonity/tcpdf": "<6.2.22",
|
|
"squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
|
|
"ssddanbrown/bookstack": "<24.05.1",
|
|
"starcitizentools/citizen-skin": ">=2.6.3,<2.31",
|
|
"starcitizentools/tabber-neue": ">=1.9.1,<2.7.2",
|
|
"statamic/cms": "<=5.16",
|
|
"stormpath/sdk": "<9.9.99",
|
|
"studio-42/elfinder": "<=2.1.64",
|
|
"studiomitte/friendlycaptcha": "<0.1.4",
|
|
"subhh/libconnect": "<7.0.8|>=8,<8.1",
|
|
"sukohi/surpass": "<1",
|
|
"sulu/form-bundle": ">=2,<2.5.3",
|
|
"sulu/sulu": "<1.6.44|>=2,<2.5.25|>=2.6,<2.6.9|>=3.0.0.0-alpha1,<3.0.0.0-alpha3",
|
|
"sumocoders/framework-user-bundle": "<1.4",
|
|
"superbig/craft-audit": "<3.0.2",
|
|
"svewap/a21glossary": "<=0.4.10",
|
|
"swag/paypal": "<5.4.4",
|
|
"swiftmailer/swiftmailer": "<6.2.5",
|
|
"swiftyedit/swiftyedit": "<1.2",
|
|
"sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
|
|
"sylius/grid": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1",
|
|
"sylius/grid-bundle": "<1.10.1",
|
|
"sylius/paypal-plugin": "<1.6.2|>=1.7,<1.7.2|>=2,<2.0.2",
|
|
"sylius/resource-bundle": ">=1,<1.3.14|>=1.4,<1.4.7|>=1.5,<1.5.2|>=1.6,<1.6.4",
|
|
"sylius/sylius": "<1.12.19|>=1.13.0.0-alpha1,<1.13.4",
|
|
"symbiote/silverstripe-multivaluefield": ">=3,<3.1",
|
|
"symbiote/silverstripe-queuedjobs": ">=3,<3.0.2|>=3.1,<3.1.4|>=4,<4.0.7|>=4.1,<4.1.2|>=4.2,<4.2.4|>=4.3,<4.3.3|>=4.4,<4.4.3|>=4.5,<4.5.1|>=4.6,<4.6.4",
|
|
"symbiote/silverstripe-seed": "<6.0.3",
|
|
"symbiote/silverstripe-versionedfiles": "<=2.0.3",
|
|
"symfont/process": ">=0",
|
|
"symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
|
|
"symfony/dependency-injection": ">=2,<2.0.17|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
|
|
"symfony/error-handler": ">=4.4,<4.4.4|>=5,<5.0.4",
|
|
"symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1",
|
|
"symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7|>=5.3.14,<5.3.15|>=5.4.3,<5.4.4|>=6.0.3,<6.0.4",
|
|
"symfony/http-client": ">=4.3,<5.4.47|>=6,<6.4.15|>=7,<7.1.8",
|
|
"symfony/http-foundation": "<5.4.46|>=6,<6.4.14|>=7,<7.1.7",
|
|
"symfony/http-kernel": ">=2,<4.4.50|>=5,<5.4.20|>=6,<6.0.20|>=6.1,<6.1.12|>=6.2,<6.2.6",
|
|
"symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
|
|
"symfony/maker-bundle": ">=1.27,<1.29.2|>=1.30,<1.31.1",
|
|
"symfony/mime": ">=4.3,<4.3.8",
|
|
"symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
|
|
"symfony/polyfill": ">=1,<1.10",
|
|
"symfony/polyfill-php55": ">=1,<1.10",
|
|
"symfony/process": "<5.4.46|>=6,<6.4.14|>=7,<7.1.7",
|
|
"symfony/proxy-manager-bridge": ">=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
|
|
"symfony/routing": ">=2,<2.0.19",
|
|
"symfony/runtime": ">=5.3,<5.4.46|>=6,<6.4.14|>=7,<7.1.7",
|
|
"symfony/security": ">=2,<2.7.51|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.8",
|
|
"symfony/security-bundle": ">=2,<4.4.50|>=5,<5.4.20|>=6,<6.0.20|>=6.1,<6.1.12|>=6.2,<6.4.10|>=7,<7.0.10|>=7.1,<7.1.3",
|
|
"symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.9",
|
|
"symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
|
|
"symfony/security-guard": ">=2.8,<3.4.48|>=4,<4.4.23|>=5,<5.2.8",
|
|
"symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7|>=5.1,<5.2.8|>=5.3,<5.4.47|>=6,<6.4.15|>=7,<7.1.8",
|
|
"symfony/serializer": ">=2,<2.0.11|>=4.1,<4.4.35|>=5,<5.3.12",
|
|
"symfony/symfony": "<5.4.47|>=6,<6.4.15|>=7,<7.1.8",
|
|
"symfony/translation": ">=2,<2.0.17",
|
|
"symfony/twig-bridge": ">=2,<4.4.51|>=5,<5.4.31|>=6,<6.3.8",
|
|
"symfony/ux-autocomplete": "<2.11.2",
|
|
"symfony/validator": "<5.4.43|>=6,<6.4.11|>=7,<7.1.4",
|
|
"symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8",
|
|
"symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
|
|
"symfony/webhook": ">=6.3,<6.3.8",
|
|
"symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7|>=2.2.0.0-beta1,<2.2.0.0-beta2",
|
|
"symphonycms/symphony-2": "<2.6.4",
|
|
"t3/dce": "<0.11.5|>=2.2,<2.6.2",
|
|
"t3g/svg-sanitizer": "<1.0.3",
|
|
"t3s/content-consent": "<1.0.3|>=2,<2.0.2",
|
|
"tastyigniter/tastyigniter": "<4",
|
|
"tcg/voyager": "<=1.8",
|
|
"tecnickcom/tc-lib-pdf-font": "<2.6.4",
|
|
"tecnickcom/tcpdf": "<6.8",
|
|
"terminal42/contao-tablelookupwizard": "<3.3.5",
|
|
"thelia/backoffice-default-template": ">=2.1,<2.1.2",
|
|
"thelia/thelia": ">=2.1,<2.1.3",
|
|
"theonedemon/phpwhois": "<=4.2.5",
|
|
"thinkcmf/thinkcmf": "<6.0.8",
|
|
"thorsten/phpmyfaq": "<=4.0.1",
|
|
"tikiwiki/tiki-manager": "<=17.1",
|
|
"timber/timber": ">=0.16.6,<1.23.1|>=1.24,<1.24.1|>=2,<2.1",
|
|
"tinymce/tinymce": "<7.2",
|
|
"tinymighty/wiki-seo": "<1.2.2",
|
|
"titon/framework": "<9.9.99",
|
|
"tltneon/lgsl": "<7",
|
|
"tobiasbg/tablepress": "<=2.0.0.0-RC1",
|
|
"topthink/framework": "<6.0.17|>=6.1,<=8.0.4",
|
|
"topthink/think": "<=6.1.1",
|
|
"topthink/thinkphp": "<=3.2.3|>=6.1.3,<=8.0.4",
|
|
"torrentpier/torrentpier": "<=2.4.3",
|
|
"tpwd/ke_search": "<4.0.3|>=4.1,<4.6.6|>=5,<5.0.2",
|
|
"tribalsystems/zenario": "<=9.7.61188",
|
|
"truckersmp/phpwhois": "<=4.3.1",
|
|
"ttskch/pagination-service-provider": "<1",
|
|
"twbs/bootstrap": "<=3.4.1|>=4,<=4.6.2",
|
|
"twig/twig": "<3.11.2|>=3.12,<3.14.1|>=3.16,<3.19",
|
|
"typo3/cms": "<9.5.29|>=10,<10.4.35|>=11,<11.5.23|>=12,<12.2",
|
|
"typo3/cms-backend": "<4.1.14|>=4.2,<4.2.15|>=4.3,<4.3.7|>=4.4,<4.4.4|>=7,<=7.6.50|>=8,<=8.7.39|>=9,<=9.5.24|>=10,<10.4.46|>=11,<11.5.40|>=12,<12.4.21|>=13,<13.3.1",
|
|
"typo3/cms-belog": ">=10,<=10.4.47|>=11,<=11.5.41|>=12,<=12.4.24|>=13,<=13.4.2",
|
|
"typo3/cms-beuser": ">=10,<=10.4.47|>=11,<=11.5.41|>=12,<=12.4.24|>=13,<=13.4.2",
|
|
"typo3/cms-core": "<=8.7.56|>=9,<=9.5.48|>=10,<=10.4.47|>=11,<=11.5.41|>=12,<=12.4.24|>=13,<=13.4.2",
|
|
"typo3/cms-dashboard": ">=10,<=10.4.47|>=11,<=11.5.41|>=12,<=12.4.24|>=13,<=13.4.2",
|
|
"typo3/cms-extbase": "<6.2.24|>=7,<7.6.8|==8.1.1",
|
|
"typo3/cms-extensionmanager": ">=10,<=10.4.47|>=11,<=11.5.41|>=12,<=12.4.24|>=13,<=13.4.2",
|
|
"typo3/cms-felogin": ">=4.2,<4.2.3",
|
|
"typo3/cms-fluid": "<4.3.4|>=4.4,<4.4.1",
|
|
"typo3/cms-form": ">=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.47|>=11,<=11.5.41|>=12,<=12.4.24|>=13,<=13.4.2",
|
|
"typo3/cms-frontend": "<4.3.9|>=4.4,<4.4.5",
|
|
"typo3/cms-indexed-search": ">=10,<=10.4.47|>=11,<=11.5.41|>=12,<=12.4.24|>=13,<=13.4.2",
|
|
"typo3/cms-install": "<4.1.14|>=4.2,<4.2.16|>=4.3,<4.3.9|>=4.4,<4.4.5|>=12.2,<12.4.8|==13.4.2",
|
|
"typo3/cms-lowlevel": ">=11,<=11.5.41",
|
|
"typo3/cms-rte-ckeditor": ">=9.5,<9.5.42|>=10,<10.4.39|>=11,<11.5.30",
|
|
"typo3/cms-scheduler": ">=11,<=11.5.41",
|
|
"typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6",
|
|
"typo3/html-sanitizer": ">=1,<=1.5.2|>=2,<=2.1.3",
|
|
"typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<2.3.99|>=3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<3.3.23|>=4,<4.0.17|>=4.1,<4.1.16|>=4.2,<4.2.12|>=4.3,<4.3.3",
|
|
"typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1",
|
|
"typo3/swiftmailer": ">=4.1,<4.1.99|>=5.4,<5.4.5",
|
|
"typo3fluid/fluid": ">=2,<2.0.8|>=2.1,<2.1.7|>=2.2,<2.2.4|>=2.3,<2.3.7|>=2.4,<2.4.4|>=2.5,<2.5.11|>=2.6,<2.6.10",
|
|
"ua-parser/uap-php": "<3.8",
|
|
"uasoft-indonesia/badaso": "<=2.9.7",
|
|
"unisharp/laravel-filemanager": "<2.9.1",
|
|
"unopim/unopim": "<0.1.5",
|
|
"userfrosting/userfrosting": ">=0.3.1,<4.6.3",
|
|
"usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2",
|
|
"uvdesk/community-skeleton": "<=1.1.1",
|
|
"uvdesk/core-framework": "<=1.1.1",
|
|
"vanilla/safecurl": "<0.9.2",
|
|
"verbb/comments": "<1.5.5",
|
|
"verbb/formie": "<=2.1.43",
|
|
"verbb/image-resizer": "<2.0.9",
|
|
"verbb/knock-knock": "<1.2.8",
|
|
"verot/class.upload.php": "<=2.1.6",
|
|
"vertexvaar/falsftp": "<0.2.6",
|
|
"villagedefrance/opencart-overclocked": "<=1.11.1",
|
|
"vova07/yii2-fileapi-widget": "<0.1.9",
|
|
"vrana/adminer": "<4.8.1",
|
|
"vufind/vufind": ">=2,<9.1.1",
|
|
"waldhacker/hcaptcha": "<2.1.2",
|
|
"wallabag/tcpdf": "<6.2.22",
|
|
"wallabag/wallabag": "<2.6.11",
|
|
"wanglelecc/laracms": "<=1.0.3",
|
|
"wapplersystems/a21glossary": "<=0.4.10",
|
|
"web-auth/webauthn-framework": ">=3.3,<3.3.4|>=4.5,<4.9",
|
|
"web-auth/webauthn-lib": ">=4.5,<4.9",
|
|
"web-feet/coastercms": "==5.5",
|
|
"web-tp3/wec_map": "<3.0.3",
|
|
"webbuilders-group/silverstripe-kapost-bridge": "<0.4",
|
|
"webcoast/deferred-image-processing": "<1.0.2",
|
|
"webklex/laravel-imap": "<5.3",
|
|
"webklex/php-imap": "<5.3",
|
|
"webpa/webpa": "<3.1.2",
|
|
"wikibase/wikibase": "<=1.39.3",
|
|
"wikimedia/parsoid": "<0.12.2",
|
|
"willdurand/js-translation-bundle": "<2.1.1",
|
|
"winter/wn-backend-module": "<1.2.4",
|
|
"winter/wn-cms-module": "<1.0.476|>=1.1,<1.1.11|>=1.2,<1.2.7",
|
|
"winter/wn-dusk-plugin": "<2.1",
|
|
"winter/wn-system-module": "<1.2.4",
|
|
"wintercms/winter": "<=1.2.3",
|
|
"wireui/wireui": "<1.19.3|>=2,<2.1.3",
|
|
"woocommerce/woocommerce": "<6.6|>=8.8,<8.8.5|>=8.9,<8.9.3",
|
|
"wp-cli/wp-cli": ">=0.12,<2.5",
|
|
"wp-graphql/wp-graphql": "<=1.14.5",
|
|
"wp-premium/gravityforms": "<2.4.21",
|
|
"wpanel/wpanel4-cms": "<=4.3.1",
|
|
"wpcloud/wp-stateless": "<3.2",
|
|
"wpglobus/wpglobus": "<=1.9.6",
|
|
"wwbn/avideo": "<14.3",
|
|
"xataface/xataface": "<3",
|
|
"xpressengine/xpressengine": "<3.0.15",
|
|
"yab/quarx": "<2.4.5",
|
|
"yeswiki/yeswiki": "<4.5.4",
|
|
"yetiforce/yetiforce-crm": "<6.5",
|
|
"yidashi/yii2cmf": "<=2",
|
|
"yii2mod/yii2-cms": "<1.9.2",
|
|
"yiisoft/yii": "<1.1.31",
|
|
"yiisoft/yii2": "<2.0.52",
|
|
"yiisoft/yii2-authclient": "<2.2.15",
|
|
"yiisoft/yii2-bootstrap": "<2.0.4",
|
|
"yiisoft/yii2-dev": "<=2.0.45",
|
|
"yiisoft/yii2-elasticsearch": "<2.0.5",
|
|
"yiisoft/yii2-gii": "<=2.2.4",
|
|
"yiisoft/yii2-jui": "<2.0.4",
|
|
"yiisoft/yii2-redis": "<2.0.8",
|
|
"yikesinc/yikes-inc-easy-mailchimp-extender": "<6.8.6",
|
|
"yoast-seo-for-typo3/yoast_seo": "<7.2.3",
|
|
"yourls/yourls": "<=1.8.2",
|
|
"yuan1994/tpadmin": "<=1.3.12",
|
|
"zencart/zencart": "<=1.5.7.0-beta",
|
|
"zendesk/zendesk_api_client_php": "<2.2.11",
|
|
"zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
|
|
"zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
|
|
"zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
|
|
"zendframework/zend-db": "<2.2.10|>=2.3,<2.3.5",
|
|
"zendframework/zend-developer-tools": ">=1.2.2,<1.2.3",
|
|
"zendframework/zend-diactoros": "<1.8.4",
|
|
"zendframework/zend-feed": "<2.10.3",
|
|
"zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
|
|
"zendframework/zend-http": "<2.8.1",
|
|
"zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
|
|
"zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
|
|
"zendframework/zend-mail": "<2.4.11|>=2.5,<2.7.2",
|
|
"zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
|
|
"zendframework/zend-session": ">=2,<2.2.9|>=2.3,<2.3.4",
|
|
"zendframework/zend-validator": ">=2.3,<2.3.6",
|
|
"zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
|
|
"zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
|
|
"zendframework/zendframework": "<=3",
|
|
"zendframework/zendframework1": "<1.12.20",
|
|
"zendframework/zendopenid": "<2.0.2",
|
|
"zendframework/zendrest": "<2.0.2",
|
|
"zendframework/zendservice-amazon": "<2.0.3",
|
|
"zendframework/zendservice-api": "<1",
|
|
"zendframework/zendservice-audioscrobbler": "<2.0.2",
|
|
"zendframework/zendservice-nirvanix": "<2.0.2",
|
|
"zendframework/zendservice-slideshare": "<2.0.2",
|
|
"zendframework/zendservice-technorati": "<2.0.2",
|
|
"zendframework/zendservice-windowsazure": "<2.0.2",
|
|
"zendframework/zendxml": ">=1,<1.0.1",
|
|
"zenstruck/collection": "<0.2.1",
|
|
"zetacomponents/mail": "<1.8.2",
|
|
"zf-commons/zfc-user": "<1.2.2",
|
|
"zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
|
|
"zfr/zfr-oauth2-server-module": "<0.1.2",
|
|
"zoujingli/thinkadmin": "<=6.1.53"
|
|
},
|
|
"default-branch": true,
|
|
"type": "metapackage",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Marco Pivetta",
|
|
"email": "ocramius@gmail.com",
|
|
"role": "maintainer"
|
|
},
|
|
{
|
|
"name": "Ilya Tribusean",
|
|
"email": "slash3b@gmail.com",
|
|
"role": "maintainer"
|
|
}
|
|
],
|
|
"description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
|
|
"keywords": [
|
|
"dev"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/Roave/SecurityAdvisories/issues",
|
|
"source": "https://github.com/Roave/SecurityAdvisories/tree/latest"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/Ocramius",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/roave/security-advisories",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2025-05-17T16:05:20+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/code-unit-reverse-lookup",
|
|
"version": "1.0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
|
|
"reference": "92a1a52e86d34cde6caa54f1b5ffa9fda18e5d54"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/92a1a52e86d34cde6caa54f1b5ffa9fda18e5d54",
|
|
"reference": "92a1a52e86d34cde6caa54f1b5ffa9fda18e5d54",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8.5"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Looks up which function or method a line of code belongs to",
|
|
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
|
|
"support": {
|
|
"issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
|
|
"source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.3"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/sebastianbergmann",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-03-01T13:45:45+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/comparator",
|
|
"version": "3.0.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/comparator.git",
|
|
"reference": "1dc7ceb4a24aede938c7af2a9ed1de09609ca770"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dc7ceb4a24aede938c7af2a9ed1de09609ca770",
|
|
"reference": "1dc7ceb4a24aede938c7af2a9ed1de09609ca770",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1",
|
|
"sebastian/diff": "^3.0",
|
|
"sebastian/exporter": "^3.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8.5"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
},
|
|
{
|
|
"name": "Jeff Welch",
|
|
"email": "whatthejeff@gmail.com"
|
|
},
|
|
{
|
|
"name": "Volker Dusch",
|
|
"email": "github@wallbash.com"
|
|
},
|
|
{
|
|
"name": "Bernhard Schussek",
|
|
"email": "bschussek@2bepublished.at"
|
|
}
|
|
],
|
|
"description": "Provides the functionality to compare PHP values for equality",
|
|
"homepage": "https://github.com/sebastianbergmann/comparator",
|
|
"keywords": [
|
|
"comparator",
|
|
"compare",
|
|
"equality"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/sebastianbergmann/comparator/issues",
|
|
"source": "https://github.com/sebastianbergmann/comparator/tree/3.0.5"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/sebastianbergmann",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2022-09-14T12:31:48+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/diff",
|
|
"version": "3.0.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/diff.git",
|
|
"reference": "98ff311ca519c3aa73ccd3de053bdb377171d7b6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/98ff311ca519c3aa73ccd3de053bdb377171d7b6",
|
|
"reference": "98ff311ca519c3aa73ccd3de053bdb377171d7b6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7.5 || ^8.0",
|
|
"symfony/process": "^2 || ^3.3 || ^4"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
},
|
|
{
|
|
"name": "Kore Nordmann",
|
|
"email": "mail@kore-nordmann.de"
|
|
}
|
|
],
|
|
"description": "Diff implementation",
|
|
"homepage": "https://github.com/sebastianbergmann/diff",
|
|
"keywords": [
|
|
"diff",
|
|
"udiff",
|
|
"unidiff",
|
|
"unified diff"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/sebastianbergmann/diff/issues",
|
|
"source": "https://github.com/sebastianbergmann/diff/tree/3.0.6"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/sebastianbergmann",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-03-02T06:16:36+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/environment",
|
|
"version": "4.2.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/environment.git",
|
|
"reference": "56932f6049a0482853056ffd617c91ffcc754205"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/56932f6049a0482853056ffd617c91ffcc754205",
|
|
"reference": "56932f6049a0482853056ffd617c91ffcc754205",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7.5"
|
|
},
|
|
"suggest": {
|
|
"ext-posix": "*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Provides functionality to handle HHVM/PHP environments",
|
|
"homepage": "http://www.github.com/sebastianbergmann/environment",
|
|
"keywords": [
|
|
"Xdebug",
|
|
"environment",
|
|
"hhvm"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/sebastianbergmann/environment/issues",
|
|
"source": "https://github.com/sebastianbergmann/environment/tree/4.2.5"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/sebastianbergmann",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-03-01T13:49:59+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/exporter",
|
|
"version": "3.1.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/exporter.git",
|
|
"reference": "1939bc8fd1d39adcfa88c5b35335910869214c56"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/1939bc8fd1d39adcfa88c5b35335910869214c56",
|
|
"reference": "1939bc8fd1d39adcfa88c5b35335910869214c56",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2",
|
|
"sebastian/recursion-context": "^3.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-mbstring": "*",
|
|
"phpunit/phpunit": "^8.5"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
},
|
|
{
|
|
"name": "Jeff Welch",
|
|
"email": "whatthejeff@gmail.com"
|
|
},
|
|
{
|
|
"name": "Volker Dusch",
|
|
"email": "github@wallbash.com"
|
|
},
|
|
{
|
|
"name": "Adam Harvey",
|
|
"email": "aharvey@php.net"
|
|
},
|
|
{
|
|
"name": "Bernhard Schussek",
|
|
"email": "bschussek@gmail.com"
|
|
}
|
|
],
|
|
"description": "Provides the functionality to export PHP variables for visualization",
|
|
"homepage": "http://www.github.com/sebastianbergmann/exporter",
|
|
"keywords": [
|
|
"export",
|
|
"exporter"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/sebastianbergmann/exporter/issues",
|
|
"source": "https://github.com/sebastianbergmann/exporter/tree/3.1.6"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/sebastianbergmann",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-03-02T06:21:38+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/global-state",
|
|
"version": "3.0.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/global-state.git",
|
|
"reference": "91c7c47047a971f02de57ed6f040087ef110c5d9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/91c7c47047a971f02de57ed6f040087ef110c5d9",
|
|
"reference": "91c7c47047a971f02de57ed6f040087ef110c5d9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2",
|
|
"sebastian/object-reflector": "^1.1.1",
|
|
"sebastian/recursion-context": "^3.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-dom": "*",
|
|
"phpunit/phpunit": "^8.0"
|
|
},
|
|
"suggest": {
|
|
"ext-uopz": "*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Snapshotting of global state",
|
|
"homepage": "http://www.github.com/sebastianbergmann/global-state",
|
|
"keywords": [
|
|
"global state"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/sebastianbergmann/global-state/issues",
|
|
"source": "https://github.com/sebastianbergmann/global-state/tree/3.0.5"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/sebastianbergmann",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-03-02T06:13:16+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/object-enumerator",
|
|
"version": "3.0.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
|
|
"reference": "ac5b293dba925751b808e02923399fb44ff0d541"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/ac5b293dba925751b808e02923399fb44ff0d541",
|
|
"reference": "ac5b293dba925751b808e02923399fb44ff0d541",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.0",
|
|
"sebastian/object-reflector": "^1.1.1",
|
|
"sebastian/recursion-context": "^3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
|
|
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
|
|
"support": {
|
|
"issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
|
|
"source": "https://github.com/sebastianbergmann/object-enumerator/tree/3.0.5"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/sebastianbergmann",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-03-01T13:54:02+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/object-reflector",
|
|
"version": "1.1.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/object-reflector.git",
|
|
"reference": "1d439c229e61f244ff1f211e5c99737f90c67def"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/1d439c229e61f244ff1f211e5c99737f90c67def",
|
|
"reference": "1d439c229e61f244ff1f211e5c99737f90c67def",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Allows reflection of object attributes, including inherited and non-public ones",
|
|
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
|
|
"support": {
|
|
"issues": "https://github.com/sebastianbergmann/object-reflector/issues",
|
|
"source": "https://github.com/sebastianbergmann/object-reflector/tree/1.1.3"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/sebastianbergmann",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-03-01T13:56:04+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/recursion-context",
|
|
"version": "3.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/recursion-context.git",
|
|
"reference": "9bfd3c6f1f08c026f542032dfb42813544f7d64c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/9bfd3c6f1f08c026f542032dfb42813544f7d64c",
|
|
"reference": "9bfd3c6f1f08c026f542032dfb42813544f7d64c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
},
|
|
{
|
|
"name": "Jeff Welch",
|
|
"email": "whatthejeff@gmail.com"
|
|
},
|
|
{
|
|
"name": "Adam Harvey",
|
|
"email": "aharvey@php.net"
|
|
}
|
|
],
|
|
"description": "Provides functionality to recursively process PHP variables",
|
|
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
|
|
"support": {
|
|
"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
|
|
"source": "https://github.com/sebastianbergmann/recursion-context/tree/3.0.2"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/sebastianbergmann",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-03-01T14:07:30+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/resource-operations",
|
|
"version": "2.0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/resource-operations.git",
|
|
"reference": "72a7f7674d053d548003b16ff5a106e7e0e06eee"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/72a7f7674d053d548003b16ff5a106e7e0e06eee",
|
|
"reference": "72a7f7674d053d548003b16ff5a106e7e0e06eee",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Provides a list of PHP built-in functions that operate on resources",
|
|
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
|
|
"support": {
|
|
"source": "https://github.com/sebastianbergmann/resource-operations/tree/2.0.3"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/sebastianbergmann",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-03-01T13:59:09+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/type",
|
|
"version": "1.1.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/type.git",
|
|
"reference": "18f071c3a29892b037d35e6b20ddf3ea39b42874"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/18f071c3a29892b037d35e6b20ddf3ea39b42874",
|
|
"reference": "18f071c3a29892b037d35e6b20ddf3ea39b42874",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Collection of value objects that represent the types of the PHP type system",
|
|
"homepage": "https://github.com/sebastianbergmann/type",
|
|
"support": {
|
|
"issues": "https://github.com/sebastianbergmann/type/issues",
|
|
"source": "https://github.com/sebastianbergmann/type/tree/1.1.5"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/sebastianbergmann",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-03-01T14:04:07+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/version",
|
|
"version": "2.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/version.git",
|
|
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
|
|
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
|
|
"homepage": "https://github.com/sebastianbergmann/version",
|
|
"support": {
|
|
"issues": "https://github.com/sebastianbergmann/version/issues",
|
|
"source": "https://github.com/sebastianbergmann/version/tree/master"
|
|
},
|
|
"time": "2016-10-03T07:35:21+00:00"
|
|
},
|
|
{
|
|
"name": "squizlabs/php_codesniffer",
|
|
"version": "3.13.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
|
|
"reference": "5b5e3821314f947dd040c70f7992a64eac89025c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/5b5e3821314f947dd040c70f7992a64eac89025c",
|
|
"reference": "5b5e3821314f947dd040c70f7992a64eac89025c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-simplexml": "*",
|
|
"ext-tokenizer": "*",
|
|
"ext-xmlwriter": "*",
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
|
|
},
|
|
"bin": [
|
|
"bin/phpcbf",
|
|
"bin/phpcs"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.x-dev"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Greg Sherwood",
|
|
"role": "Former lead"
|
|
},
|
|
{
|
|
"name": "Juliette Reinders Folmer",
|
|
"role": "Current lead"
|
|
},
|
|
{
|
|
"name": "Contributors",
|
|
"homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"
|
|
}
|
|
],
|
|
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
|
|
"homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
|
|
"keywords": [
|
|
"phpcs",
|
|
"standards",
|
|
"static analysis"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues",
|
|
"security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy",
|
|
"source": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
|
|
"wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/PHPCSStandards",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://github.com/jrfnl",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://opencollective.com/php_codesniffer",
|
|
"type": "open_collective"
|
|
},
|
|
{
|
|
"url": "https://thanks.dev/u/gh/phpcsstandards",
|
|
"type": "thanks_dev"
|
|
}
|
|
],
|
|
"time": "2025-06-17T22:17:01+00:00"
|
|
},
|
|
{
|
|
"name": "swissspidy/phpstan-no-private",
|
|
"version": "v0.2.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/swissspidy/phpstan-no-private.git",
|
|
"reference": "f7a1890e350c8d8bf26370426a971d7490ae4245"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/swissspidy/phpstan-no-private/zipball/f7a1890e350c8d8bf26370426a971d7490ae4245",
|
|
"reference": "f7a1890e350c8d8bf26370426a971d7490ae4245",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2 || ^8.0",
|
|
"phpstan/phpstan": "^1.10.3"
|
|
},
|
|
"require-dev": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
|
|
"php-parallel-lint/php-parallel-lint": "^1.2",
|
|
"phpstan/phpstan-php-parser": "^1.1",
|
|
"phpstan/phpstan-phpunit": "^1.0",
|
|
"phpunit/phpunit": "^9.5",
|
|
"slevomat/coding-standard": "^8.8.0",
|
|
"squizlabs/php_codesniffer": "^3.5.3"
|
|
},
|
|
"type": "phpstan-extension",
|
|
"extra": {
|
|
"phpstan": {
|
|
"includes": [
|
|
"rules.neon"
|
|
]
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Swissspidy\\PHPStan\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "PHPStan rules for detecting usage of pseudo-private functions, classes, and methods.",
|
|
"support": {
|
|
"issues": "https://github.com/swissspidy/phpstan-no-private/issues",
|
|
"source": "https://github.com/swissspidy/phpstan-no-private/tree/v0.2.1"
|
|
},
|
|
"time": "2024-06-05T10:03:17+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/config",
|
|
"version": "v5.4.46",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/config.git",
|
|
"reference": "977c88a02d7d3f16904a81907531b19666a08e78"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/config/zipball/977c88a02d7d3f16904a81907531b19666a08e78",
|
|
"reference": "977c88a02d7d3f16904a81907531b19666a08e78",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/deprecation-contracts": "^2.1|^3",
|
|
"symfony/filesystem": "^4.4|^5.0|^6.0",
|
|
"symfony/polyfill-ctype": "~1.8",
|
|
"symfony/polyfill-php80": "^1.16",
|
|
"symfony/polyfill-php81": "^1.22"
|
|
},
|
|
"conflict": {
|
|
"symfony/finder": "<4.4"
|
|
},
|
|
"require-dev": {
|
|
"symfony/event-dispatcher": "^4.4|^5.0|^6.0",
|
|
"symfony/finder": "^4.4|^5.0|^6.0",
|
|
"symfony/messenger": "^4.4|^5.0|^6.0",
|
|
"symfony/service-contracts": "^1.1|^2|^3",
|
|
"symfony/yaml": "^4.4|^5.0|^6.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/yaml": "To use the yaml reference dumper"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Config\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/config/tree/v5.4.46"
|
|
},
|
|
"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-10-30T07:58:02+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/dependency-injection",
|
|
"version": "v5.4.48",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/dependency-injection.git",
|
|
"reference": "e5ca16dee39ef7d63e552ff0bf0a2526a1142c92"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/e5ca16dee39ef7d63e552ff0bf0a2526a1142c92",
|
|
"reference": "e5ca16dee39ef7d63e552ff0bf0a2526a1142c92",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"psr/container": "^1.1.1",
|
|
"symfony/deprecation-contracts": "^2.1|^3",
|
|
"symfony/polyfill-php80": "^1.16",
|
|
"symfony/polyfill-php81": "^1.22",
|
|
"symfony/service-contracts": "^1.1.6|^2"
|
|
},
|
|
"conflict": {
|
|
"ext-psr": "<1.1|>=2",
|
|
"symfony/config": "<5.3",
|
|
"symfony/finder": "<4.4",
|
|
"symfony/proxy-manager-bridge": "<4.4",
|
|
"symfony/yaml": "<4.4.26"
|
|
},
|
|
"provide": {
|
|
"psr/container-implementation": "1.0",
|
|
"symfony/service-implementation": "1.0|2.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/config": "^5.3|^6.0",
|
|
"symfony/expression-language": "^4.4|^5.0|^6.0",
|
|
"symfony/yaml": "^4.4.26|^5.0|^6.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/config": "",
|
|
"symfony/expression-language": "For using expressions in service container configuration",
|
|
"symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
|
|
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
|
|
"symfony/yaml": ""
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\DependencyInjection\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Allows 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/v5.4.48"
|
|
},
|
|
"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-11-20T10:51:57+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/event-dispatcher",
|
|
"version": "v5.4.45",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/event-dispatcher.git",
|
|
"reference": "72982eb416f61003e9bb6e91f8b3213600dcf9e9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/72982eb416f61003e9bb6e91f8b3213600dcf9e9",
|
|
"reference": "72982eb416f61003e9bb6e91f8b3213600dcf9e9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/deprecation-contracts": "^2.1|^3",
|
|
"symfony/event-dispatcher-contracts": "^2|^3",
|
|
"symfony/polyfill-php80": "^1.16"
|
|
},
|
|
"conflict": {
|
|
"symfony/dependency-injection": "<4.4"
|
|
},
|
|
"provide": {
|
|
"psr/event-dispatcher-implementation": "1.0",
|
|
"symfony/event-dispatcher-implementation": "2.0"
|
|
},
|
|
"require-dev": {
|
|
"psr/log": "^1|^2|^3",
|
|
"symfony/config": "^4.4|^5.0|^6.0",
|
|
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
|
|
"symfony/error-handler": "^4.4|^5.0|^6.0",
|
|
"symfony/expression-language": "^4.4|^5.0|^6.0",
|
|
"symfony/http-foundation": "^4.4|^5.0|^6.0",
|
|
"symfony/service-contracts": "^1.1|^2|^3",
|
|
"symfony/stopwatch": "^4.4|^5.0|^6.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/dependency-injection": "",
|
|
"symfony/http-kernel": ""
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\EventDispatcher\\": ""
|
|
},
|
|
"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 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/v5.4.45"
|
|
},
|
|
"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-25T14:11:13+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/event-dispatcher-contracts",
|
|
"version": "v2.5.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
|
|
"reference": "e0fe3d79b516eb75126ac6fa4cbf19b79b08c99f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/e0fe3d79b516eb75126ac6fa4cbf19b79b08c99f",
|
|
"reference": "e0fe3d79b516eb75126ac6fa4cbf19b79b08c99f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"psr/event-dispatcher": "^1"
|
|
},
|
|
"suggest": {
|
|
"symfony/event-dispatcher-implementation": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"thanks": {
|
|
"url": "https://github.com/symfony/contracts",
|
|
"name": "symfony/contracts"
|
|
},
|
|
"branch-alias": {
|
|
"dev-main": "2.5-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Contracts\\EventDispatcher\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Generic abstractions related to dispatching event",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"abstractions",
|
|
"contracts",
|
|
"decoupling",
|
|
"interfaces",
|
|
"interoperability",
|
|
"standards"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.4"
|
|
},
|
|
"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-25T14:11:13+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/translation",
|
|
"version": "v5.4.45",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/translation.git",
|
|
"reference": "98f26acc99341ca4bab345fb14d7b1d7cb825bed"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/translation/zipball/98f26acc99341ca4bab345fb14d7b1d7cb825bed",
|
|
"reference": "98f26acc99341ca4bab345fb14d7b1d7cb825bed",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/deprecation-contracts": "^2.1|^3",
|
|
"symfony/polyfill-mbstring": "~1.0",
|
|
"symfony/polyfill-php80": "^1.16",
|
|
"symfony/translation-contracts": "^2.3"
|
|
},
|
|
"conflict": {
|
|
"symfony/config": "<4.4",
|
|
"symfony/console": "<5.3",
|
|
"symfony/dependency-injection": "<5.0",
|
|
"symfony/http-kernel": "<5.0",
|
|
"symfony/twig-bundle": "<5.0",
|
|
"symfony/yaml": "<4.4"
|
|
},
|
|
"provide": {
|
|
"symfony/translation-implementation": "2.3"
|
|
},
|
|
"require-dev": {
|
|
"psr/log": "^1|^2|^3",
|
|
"symfony/config": "^4.4|^5.0|^6.0",
|
|
"symfony/console": "^5.4|^6.0",
|
|
"symfony/dependency-injection": "^5.0|^6.0",
|
|
"symfony/finder": "^4.4|^5.0|^6.0",
|
|
"symfony/http-client-contracts": "^1.1|^2.0|^3.0",
|
|
"symfony/http-kernel": "^5.0|^6.0",
|
|
"symfony/intl": "^4.4|^5.0|^6.0",
|
|
"symfony/polyfill-intl-icu": "^1.21",
|
|
"symfony/service-contracts": "^1.1.2|^2|^3",
|
|
"symfony/yaml": "^4.4|^5.0|^6.0"
|
|
},
|
|
"suggest": {
|
|
"psr/log-implementation": "To use logging capability in translator",
|
|
"symfony/config": "",
|
|
"symfony/yaml": ""
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"Resources/functions.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Component\\Translation\\": ""
|
|
},
|
|
"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 tools to internationalize your application",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/translation/tree/v5.4.45"
|
|
},
|
|
"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-25T14:11:13+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/translation-contracts",
|
|
"version": "v2.5.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/translation-contracts.git",
|
|
"reference": "450d4172653f38818657022252f9d81be89ee9a8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/450d4172653f38818657022252f9d81be89ee9a8",
|
|
"reference": "450d4172653f38818657022252f9d81be89ee9a8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5"
|
|
},
|
|
"suggest": {
|
|
"symfony/translation-implementation": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"thanks": {
|
|
"url": "https://github.com/symfony/contracts",
|
|
"name": "symfony/contracts"
|
|
},
|
|
"branch-alias": {
|
|
"dev-main": "2.5-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Contracts\\Translation\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Generic abstractions related to translation",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"abstractions",
|
|
"contracts",
|
|
"decoupling",
|
|
"interfaces",
|
|
"interoperability",
|
|
"standards"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/translation-contracts/tree/v2.5.4"
|
|
},
|
|
"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-25T14:11:13+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/yaml",
|
|
"version": "v5.4.45",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/yaml.git",
|
|
"reference": "a454d47278cc16a5db371fe73ae66a78a633371e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/yaml/zipball/a454d47278cc16a5db371fe73ae66a78a633371e",
|
|
"reference": "a454d47278cc16a5db371fe73ae66a78a633371e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/deprecation-contracts": "^2.1|^3",
|
|
"symfony/polyfill-ctype": "^1.8"
|
|
},
|
|
"conflict": {
|
|
"symfony/console": "<5.3"
|
|
},
|
|
"require-dev": {
|
|
"symfony/console": "^5.3|^6.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/console": "For validating YAML files using the lint command"
|
|
},
|
|
"bin": [
|
|
"Resources/bin/yaml-lint"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Yaml\\": ""
|
|
},
|
|
"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": "Loads and dumps YAML files",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/yaml/tree/v5.4.45"
|
|
},
|
|
"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-25T14:11:13+00:00"
|
|
},
|
|
{
|
|
"name": "szepeviktor/phpstan-wordpress",
|
|
"version": "v1.3.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/szepeviktor/phpstan-wordpress.git",
|
|
"reference": "7f8cfe992faa96b6a33bbd75c7bace98864161e7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/szepeviktor/phpstan-wordpress/zipball/7f8cfe992faa96b6a33bbd75c7bace98864161e7",
|
|
"reference": "7f8cfe992faa96b6a33bbd75c7bace98864161e7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2 || ^8.0",
|
|
"php-stubs/wordpress-stubs": "^4.7 || ^5.0 || ^6.0",
|
|
"phpstan/phpstan": "^1.10.31",
|
|
"symfony/polyfill-php73": "^1.12.0"
|
|
},
|
|
"require-dev": {
|
|
"composer/composer": "^2.1.14",
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
|
|
"php-parallel-lint/php-parallel-lint": "^1.1",
|
|
"phpstan/phpstan-strict-rules": "^1.2",
|
|
"phpunit/phpunit": "^8.0 || ^9.0",
|
|
"szepeviktor/phpcs-psr-12-neutron-hybrid-ruleset": "^1.0",
|
|
"wp-coding-standards/wpcs": "3.1.0 as 2.3.0"
|
|
},
|
|
"suggest": {
|
|
"swissspidy/phpstan-no-private": "Detect usage of internal core functions, classes and methods"
|
|
},
|
|
"type": "phpstan-extension",
|
|
"extra": {
|
|
"phpstan": {
|
|
"includes": [
|
|
"extension.neon"
|
|
]
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SzepeViktor\\PHPStan\\WordPress\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "WordPress extensions for PHPStan",
|
|
"keywords": [
|
|
"PHPStan",
|
|
"code analyse",
|
|
"code analysis",
|
|
"static analysis",
|
|
"wordpress"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/szepeviktor/phpstan-wordpress/issues",
|
|
"source": "https://github.com/szepeviktor/phpstan-wordpress/tree/v1.3.5"
|
|
},
|
|
"time": "2024-06-28T22:27:19+00:00"
|
|
},
|
|
{
|
|
"name": "theseer/tokenizer",
|
|
"version": "1.2.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/theseer/tokenizer.git",
|
|
"reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
|
|
"reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"ext-tokenizer": "*",
|
|
"ext-xmlwriter": "*",
|
|
"php": "^7.2 || ^8.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Arne Blankerts",
|
|
"email": "arne@blankerts.de",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
|
|
"support": {
|
|
"issues": "https://github.com/theseer/tokenizer/issues",
|
|
"source": "https://github.com/theseer/tokenizer/tree/1.2.3"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/theseer",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-03-03T12:36:25+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/wp-cli-tests",
|
|
"version": "v5.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/wp-cli-tests.git",
|
|
"reference": "f6490e6397936fb1b6d48366b3cacd423e0fdc43"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/wp-cli-tests/zipball/f6490e6397936fb1b6d48366b3cacd423e0fdc43",
|
|
"reference": "f6490e6397936fb1b6d48366b3cacd423e0fdc43",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"behat/behat": "^3.7",
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3 || ^0.5 || ^0.6.2 || ^0.7.1 || ^1.0.0",
|
|
"php": ">=7.2.24",
|
|
"php-parallel-lint/php-console-highlighter": "^1.0",
|
|
"php-parallel-lint/php-parallel-lint": "^1.3.1",
|
|
"phpcompatibility/php-compatibility": "dev-develop",
|
|
"phpstan/extension-installer": "^1.4",
|
|
"phpstan/phpstan": "^1.12.26",
|
|
"phpstan/phpstan-deprecation-rules": "^1.2",
|
|
"phpstan/phpstan-phpunit": "^1.4",
|
|
"phpstan/phpstan-strict-rules": "^1.6",
|
|
"swissspidy/phpstan-no-private": "^0.2.1",
|
|
"szepeviktor/phpstan-wordpress": "^v1.3.5",
|
|
"wp-cli/config-command": "^1 || ^2",
|
|
"wp-cli/core-command": "^1 || ^2",
|
|
"wp-cli/eval-command": "^1 || ^2",
|
|
"wp-cli/wp-cli": "^2.12",
|
|
"wp-coding-standards/wpcs": "^3",
|
|
"yoast/phpunit-polyfills": "^4.0.0"
|
|
},
|
|
"require-dev": {
|
|
"roave/security-advisories": "dev-latest"
|
|
},
|
|
"bin": [
|
|
"bin/install-package-tests",
|
|
"bin/rerun-behat-tests",
|
|
"bin/run-behat-tests",
|
|
"bin/run-linter-tests",
|
|
"bin/run-php-unit-tests",
|
|
"bin/run-phpcs-tests",
|
|
"bin/run-phpcbf-cleanup",
|
|
"bin/run-phpstan-tests"
|
|
],
|
|
"type": "phpcodesniffer-standard",
|
|
"extra": {
|
|
"readme": {
|
|
"using": {
|
|
"body": ".readme-partials/USING.md"
|
|
},
|
|
"sections": [
|
|
"Using",
|
|
"Contributing",
|
|
"Support"
|
|
],
|
|
"show_powered_by": false
|
|
},
|
|
"phpstan": {
|
|
"includes": [
|
|
"extension.neon"
|
|
]
|
|
},
|
|
"branch-alias": {
|
|
"dev-main": "4.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"WP_CLI\\Tests\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "WP-CLI testing framework",
|
|
"homepage": "https://wp-cli.org",
|
|
"keywords": [
|
|
"cli",
|
|
"wordpress"
|
|
],
|
|
"support": {
|
|
"docs": "https://make.wordpress.org/cli/handbook/",
|
|
"issues": "https://github.com/wp-cli/wp-cli-tests/issues",
|
|
"source": "https://github.com/wp-cli/wp-cli-tests"
|
|
},
|
|
"time": "2025-07-03T12:15:05+00:00"
|
|
},
|
|
{
|
|
"name": "wp-coding-standards/wpcs",
|
|
"version": "3.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/WordPress/WordPress-Coding-Standards.git",
|
|
"reference": "9333efcbff231f10dfd9c56bb7b65818b4733ca7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/9333efcbff231f10dfd9c56bb7b65818b4733ca7",
|
|
"reference": "9333efcbff231f10dfd9c56bb7b65818b4733ca7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-filter": "*",
|
|
"ext-libxml": "*",
|
|
"ext-tokenizer": "*",
|
|
"ext-xmlreader": "*",
|
|
"php": ">=5.4",
|
|
"phpcsstandards/phpcsextra": "^1.2.1",
|
|
"phpcsstandards/phpcsutils": "^1.0.10",
|
|
"squizlabs/php_codesniffer": "^3.9.0"
|
|
},
|
|
"require-dev": {
|
|
"php-parallel-lint/php-console-highlighter": "^1.0.0",
|
|
"php-parallel-lint/php-parallel-lint": "^1.3.2",
|
|
"phpcompatibility/php-compatibility": "^9.0",
|
|
"phpcsstandards/phpcsdevtools": "^1.2.0",
|
|
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
|
|
},
|
|
"suggest": {
|
|
"ext-iconv": "For improved results",
|
|
"ext-mbstring": "For improved results"
|
|
},
|
|
"type": "phpcodesniffer-standard",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Contributors",
|
|
"homepage": "https://github.com/WordPress/WordPress-Coding-Standards/graphs/contributors"
|
|
}
|
|
],
|
|
"description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions",
|
|
"keywords": [
|
|
"phpcs",
|
|
"standards",
|
|
"static analysis",
|
|
"wordpress"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/WordPress/WordPress-Coding-Standards/issues",
|
|
"source": "https://github.com/WordPress/WordPress-Coding-Standards",
|
|
"wiki": "https://github.com/WordPress/WordPress-Coding-Standards/wiki"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://opencollective.com/php_codesniffer",
|
|
"type": "custom"
|
|
}
|
|
],
|
|
"time": "2024-03-25T16:39:00+00:00"
|
|
},
|
|
{
|
|
"name": "yoast/phpunit-polyfills",
|
|
"version": "4.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Yoast/PHPUnit-Polyfills.git",
|
|
"reference": "134921bfca9b02d8f374c48381451da1d98402f9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Yoast/PHPUnit-Polyfills/zipball/134921bfca9b02d8f374c48381451da1d98402f9",
|
|
"reference": "134921bfca9b02d8f374c48381451da1d98402f9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1",
|
|
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.0 || ^11.0 || ^12.0"
|
|
},
|
|
"require-dev": {
|
|
"php-parallel-lint/php-console-highlighter": "^1.0.0",
|
|
"php-parallel-lint/php-parallel-lint": "^1.4.0",
|
|
"yoast/yoastcs": "^3.1.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "4.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"phpunitpolyfills-autoload.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Team Yoast",
|
|
"email": "support@yoast.com",
|
|
"homepage": "https://yoast.com"
|
|
},
|
|
{
|
|
"name": "Contributors",
|
|
"homepage": "https://github.com/Yoast/PHPUnit-Polyfills/graphs/contributors"
|
|
}
|
|
],
|
|
"description": "Set of polyfills for changed PHPUnit functionality to allow for creating PHPUnit cross-version compatible tests",
|
|
"homepage": "https://github.com/Yoast/PHPUnit-Polyfills",
|
|
"keywords": [
|
|
"phpunit",
|
|
"polyfill",
|
|
"testing"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/Yoast/PHPUnit-Polyfills/issues",
|
|
"security": "https://github.com/Yoast/PHPUnit-Polyfills/security/policy",
|
|
"source": "https://github.com/Yoast/PHPUnit-Polyfills"
|
|
},
|
|
"time": "2025-02-09T18:58:54+00:00"
|
|
}
|
|
],
|
|
"aliases": [],
|
|
"minimum-stability": "dev",
|
|
"stability-flags": {
|
|
"roave/security-advisories": 20,
|
|
"wp-cli/wp-cli": 20
|
|
},
|
|
"prefer-stable": true,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"php": ">=7.2.24"
|
|
},
|
|
"platform-dev": {},
|
|
"platform-overrides": {
|
|
"php": "7.2.24"
|
|
},
|
|
"plugin-api-version": "2.6.0"
|
|
}
|