wishthis/composer.lock

1567 lines
55 KiB
Text
Raw Normal View History

2021-11-12 15:23:48 +00:00
{
"_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"
],
2022-08-05 07:36:23 +00:00
"content-hash": "4a0fc9594c8e709451751e1abfb0288b",
2021-11-15 13:09:31 +00:00
"packages": [
{
"name": "composer/ca-bundle",
2022-08-05 07:36:23 +00:00
"version": "1.3.3",
2021-11-15 13:09:31 +00:00
"source": {
"type": "git",
"url": "https://github.com/composer/ca-bundle.git",
2022-08-05 07:36:23 +00:00
"reference": "30897edbfb15e784fe55587b4f73ceefd3c4d98c"
2021-11-15 13:09:31 +00:00
},
"dist": {
"type": "zip",
2022-08-05 07:36:23 +00:00
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/30897edbfb15e784fe55587b4f73ceefd3c4d98c",
"reference": "30897edbfb15e784fe55587b4f73ceefd3c4d98c",
2021-11-15 13:09:31 +00:00
"shasum": ""
},
"require": {
"ext-openssl": "*",
"ext-pcre": "*",
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
"phpstan/phpstan": "^0.12.55",
"psr/log": "^1.0",
"symfony/phpunit-bridge": "^4.2 || ^5",
"symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.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",
2022-08-05 07:36:23 +00:00
"source": "https://github.com/composer/ca-bundle/tree/1.3.3"
2021-11-15 13:09:31 +00:00
},
"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"
}
],
2022-08-05 07:36:23 +00:00
"time": "2022-07-20T07:14:26+00:00"
2021-11-15 13:09:31 +00:00
},
{
"name": "embed/embed",
2022-05-29 09:13:06 +00:00
"version": "v4.4.4",
2021-11-15 13:09:31 +00:00
"source": {
"type": "git",
"url": "https://github.com/oscarotero/Embed.git",
2022-05-29 09:13:06 +00:00
"reference": "52c2d77f58672868346ae09b0fa1eecc818bdf42"
2021-11-15 13:09:31 +00:00
},
"dist": {
"type": "zip",
2022-05-29 09:13:06 +00:00
"url": "https://api.github.com/repos/oscarotero/Embed/zipball/52c2d77f58672868346ae09b0fa1eecc818bdf42",
"reference": "52c2d77f58672868346ae09b0fa1eecc818bdf42",
2021-11-15 13:09:31 +00:00
"shasum": ""
},
"require": {
"composer/ca-bundle": "^1.0",
"ext-curl": "*",
"ext-dom": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ml/json-ld": "^1.1",
"oscarotero/html-parser": "^0.1.4",
"php": "^7.4|^8",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0"
},
"require-dev": {
"brick/varexporter": "^0.3.1",
"friendsofphp/php-cs-fixer": "^2.0",
"nyholm/psr7": "^1.2",
"oscarotero/php-cs-fixer-config": "^1.0",
"phpunit/phpunit": "^9.0",
"symfony/css-selector": "^5.0"
},
"suggest": {
"symfony/css-selector": "If you want to get elements using css selectors"
},
"type": "library",
"autoload": {
"files": [
"src/functions.php"
2022-02-07 14:48:46 +00:00
],
"psr-4": {
"Embed\\": "src"
}
2021-11-15 13:09:31 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Oscar Otero",
"email": "oom@oscarotero.com",
"homepage": "http://oscarotero.com",
"role": "Developer"
}
],
"description": "PHP library to retrieve page info using oembed, opengraph, etc",
"homepage": "https://github.com/oscarotero/Embed",
"keywords": [
"embed",
"embedly",
"oembed",
"opengraph",
"twitter cards"
],
"support": {
"email": "oom@oscarotero.com",
"issues": "https://github.com/oscarotero/Embed/issues",
2022-05-29 09:13:06 +00:00
"source": "https://github.com/oscarotero/Embed/tree/v4.4.4"
2021-11-15 13:09:31 +00:00
},
2022-02-23 16:41:13 +00:00
"funding": [
{
"url": "https://paypal.me/oscarotero",
"type": "custom"
},
{
"url": "https://github.com/oscarotero",
"type": "github"
},
{
"url": "https://www.patreon.com/misteroom",
"type": "patreon"
}
],
2022-05-29 09:13:06 +00:00
"time": "2022-04-13T18:22:11+00:00"
2021-11-15 13:09:31 +00:00
},
2022-03-22 07:41:26 +00:00
{
"name": "gettext/gettext",
2022-08-05 07:36:23 +00:00
"version": "v5.7.0",
2022-03-22 07:41:26 +00:00
"source": {
"type": "git",
"url": "https://github.com/php-gettext/Gettext.git",
2022-08-05 07:36:23 +00:00
"reference": "8657e580747bb3baacccdcebe69cac094661e404"
2022-03-22 07:41:26 +00:00
},
"dist": {
"type": "zip",
2022-08-05 07:36:23 +00:00
"url": "https://api.github.com/repos/php-gettext/Gettext/zipball/8657e580747bb3baacccdcebe69cac094661e404",
"reference": "8657e580747bb3baacccdcebe69cac094661e404",
2022-03-22 07:41:26 +00:00
"shasum": ""
},
"require": {
"gettext/languages": "^2.3",
"php": "^7.2|^8.0"
},
"require-dev": {
"brick/varexporter": "^0.3.5",
"friendsofphp/php-cs-fixer": "^3.2",
"oscarotero/php-cs-fixer-config": "^2.0",
"phpunit/phpunit": "^8.0|^9.0",
"squizlabs/php_codesniffer": "^3.0"
},
"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/php-gettext/Gettext",
"keywords": [
"JS",
"gettext",
"i18n",
"mo",
"po",
"translation"
],
"support": {
"email": "oom@oscarotero.com",
"issues": "https://github.com/php-gettext/Gettext/issues",
2022-08-05 07:36:23 +00:00
"source": "https://github.com/php-gettext/Gettext/tree/v5.7.0"
2022-03-22 07:41:26 +00:00
},
"funding": [
{
"url": "https://paypal.me/oscarotero",
"type": "custom"
},
{
"url": "https://github.com/oscarotero",
"type": "github"
},
{
"url": "https://www.patreon.com/misteroom",
"type": "patreon"
}
],
2022-08-05 07:36:23 +00:00
"time": "2022-07-27T19:54:55+00:00"
2022-03-22 07:41:26 +00:00
},
{
"name": "gettext/languages",
"version": "2.9.0",
"source": {
"type": "git",
"url": "https://github.com/php-gettext/Languages.git",
"reference": "ed56dd2c7f4024cc953ed180d25f02f2640e3ffa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-gettext/Languages/zipball/ed56dd2c7f4024cc953ed180d25f02f2640e3ffa",
"reference": "ed56dd2c7f4024cc953ed180d25f02f2640e3ffa",
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"require-dev": {
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4"
},
"bin": [
"bin/export-plural-rules"
],
"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.9.0"
},
"funding": [
{
"url": "https://paypal.me/mlocati",
"type": "custom"
},
{
"url": "https://github.com/mlocati",
"type": "github"
}
],
"time": "2021-11-11T17:30:39+00:00"
},
2022-06-08 10:26:34 +00:00
{
"name": "gettext/translator",
"version": "v1.1.1",
"source": {
"type": "git",
"url": "https://github.com/php-gettext/Translator.git",
"reference": "b18ff33e8203de623854561f5e47e992fc5c50bb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-gettext/Translator/zipball/b18ff33e8203de623854561f5e47e992fc5c50bb",
"reference": "b18ff33e8203de623854561f5e47e992fc5c50bb",
"shasum": ""
},
"require": {
"php": "^7.2|^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.15",
"gettext/gettext": "^5.0.0",
"oscarotero/php-cs-fixer-config": "^1.0",
"phpunit/phpunit": "^8.0",
"squizlabs/php_codesniffer": "^3.0"
},
"suggest": {
"gettext/gettext": "Is necessary to load and generate array files used by the translator"
},
"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": "Gettext translator functions",
"homepage": "https://github.com/php-gettext/Translator",
"keywords": [
"gettext",
"i18n",
"php",
"translator"
],
"support": {
"email": "oom@oscarotero.com",
"issues": "https://github.com/php-gettext/Translator/issues",
"source": "https://github.com/php-gettext/Translator/tree/v1.1.1"
},
"funding": [
{
"url": "https://paypal.me/oscarotero",
"type": "custom"
},
{
"url": "https://github.com/oscarotero",
"type": "github"
},
{
"url": "https://www.patreon.com/misteroom",
"type": "patreon"
}
],
"time": "2022-02-23T20:29:40+00:00"
},
2021-12-12 10:22:40 +00:00
{
"name": "grandel/include-directory",
"version": "v0.2.2",
"source": {
"type": "git",
"url": "https://github.com/grandeljay/include-directory.git",
"reference": "a5c830e8f1527c818b521ab18f2accecb02f9919"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/grandeljay/include-directory/zipball/a5c830e8f1527c818b521ab18f2accecb02f9919",
"reference": "a5c830e8f1527c818b521ab18f2accecb02f9919",
"shasum": ""
},
"require": {
"php": ">=7.4"
},
"type": "library",
"autoload": {
"psr-4": {
"Grandel\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"AGPL-3.0-or-later"
],
"authors": [
{
"name": "Jay Trees",
"email": "github.jay@grandel.anonaddy.me"
}
],
"description": "Automatically include all files in a given directory.",
"support": {
"issues": "https://github.com/grandeljay/include-directory/issues",
"source": "https://github.com/grandeljay/include-directory/tree/v0.2.2"
},
"time": "2021-12-01T14:10:17+00:00"
},
2021-11-15 13:21:18 +00:00
{
2022-01-21 08:23:52 +00:00
"name": "guzzlehttp/guzzle",
2022-06-21 16:04:22 +00:00
"version": "7.4.5",
2021-11-15 13:21:18 +00:00
"source": {
"type": "git",
2022-01-21 08:23:52 +00:00
"url": "https://github.com/guzzle/guzzle.git",
2022-06-21 16:04:22 +00:00
"reference": "1dd98b0564cb3f6bd16ce683cb755f94c10fbd82"
2021-11-15 13:21:18 +00:00
},
"dist": {
"type": "zip",
2022-06-21 16:04:22 +00:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/1dd98b0564cb3f6bd16ce683cb755f94c10fbd82",
"reference": "1dd98b0564cb3f6bd16ce683cb755f94c10fbd82",
2021-11-15 13:21:18 +00:00
"shasum": ""
},
"require": {
2022-01-21 08:23:52 +00:00
"ext-json": "*",
2022-01-24 08:08:35 +00:00
"guzzlehttp/promises": "^1.5",
2022-06-21 16:04:22 +00:00
"guzzlehttp/psr7": "^1.9 || ^2.4",
2022-01-24 08:08:35 +00:00
"php": "^7.2.5 || ^8.0",
"psr/http-client": "^1.0",
"symfony/deprecation-contracts": "^2.2 || ^3.0"
2021-11-15 13:21:18 +00:00
},
"provide": {
2022-01-21 08:23:52 +00:00
"psr/http-client-implementation": "1.0"
2021-11-15 13:21:18 +00:00
},
"require-dev": {
2022-01-24 08:08:35 +00:00
"bamarni/composer-bin-plugin": "^1.4.1",
2021-11-15 13:21:18 +00:00
"ext-curl": "*",
2022-01-24 08:08:35 +00:00
"php-http/client-integration-tests": "^3.0",
"phpunit/phpunit": "^8.5.5 || ^9.3.5",
"psr/log": "^1.1 || ^2.0 || ^3.0"
2022-01-21 08:23:52 +00:00
},
"suggest": {
"ext-curl": "Required for CURL handler support",
"ext-intl": "Required for Internationalized Domain Name (IDN) support",
"psr/log": "Required for using the Log middleware"
2021-11-15 13:21:18 +00:00
},
"type": "library",
"extra": {
2022-01-21 08:23:52 +00:00
"branch-alias": {
2022-01-24 08:08:35 +00:00
"dev-master": "7.4-dev"
2021-11-15 13:21:18 +00:00
}
},
"autoload": {
2022-01-21 08:23:52 +00:00
"files": [
"src/functions_include.php"
2022-02-23 16:41:13 +00:00
],
"psr-4": {
"GuzzleHttp\\": "src/"
}
2021-11-15 13:21:18 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2022-01-21 08:23:52 +00:00
"MIT"
2021-11-15 13:21:18 +00:00
],
2022-01-21 08:23:52 +00:00
"authors": [
2022-01-24 08:08:35 +00:00
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
2022-01-21 08:23:52 +00:00
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
2022-01-24 08:08:35 +00:00
{
"name": "Jeremy Lindblom",
"email": "jeremeamia@gmail.com",
"homepage": "https://github.com/jeremeamia"
},
{
"name": "George Mponos",
"email": "gmponos@gmail.com",
"homepage": "https://github.com/gmponos"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
2022-01-21 08:23:52 +00:00
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
2022-01-24 08:08:35 +00:00
"homepage": "https://github.com/sagikazarmark"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
2022-01-21 08:23:52 +00:00
}
],
"description": "Guzzle is a PHP HTTP client library",
2021-11-15 13:21:18 +00:00
"keywords": [
2022-01-21 08:23:52 +00:00
"client",
"curl",
"framework",
2021-11-15 13:21:18 +00:00
"http",
2022-01-21 08:23:52 +00:00
"http client",
"psr-18",
"psr-7",
"rest",
"web service"
2021-11-15 13:21:18 +00:00
],
"support": {
2022-01-21 08:23:52 +00:00
"issues": "https://github.com/guzzle/guzzle/issues",
2022-06-21 16:04:22 +00:00
"source": "https://github.com/guzzle/guzzle/tree/7.4.5"
2021-11-15 13:21:18 +00:00
},
2022-01-24 08:08:35 +00:00
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
"type": "tidelift"
}
],
2022-06-21 16:04:22 +00:00
"time": "2022-06-20T22:16:13+00:00"
2021-11-15 13:21:18 +00:00
},
2021-11-15 13:09:31 +00:00
{
2022-01-21 08:23:52 +00:00
"name": "guzzlehttp/promises",
"version": "1.5.1",
2021-11-15 13:09:31 +00:00
"source": {
"type": "git",
2022-01-21 08:23:52 +00:00
"url": "https://github.com/guzzle/promises.git",
"reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
2021-11-15 13:09:31 +00:00
},
"dist": {
"type": "zip",
2022-01-21 08:23:52 +00:00
"url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
"reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
2021-11-15 13:09:31 +00:00
"shasum": ""
},
"require": {
2022-01-21 08:23:52 +00:00
"php": ">=5.5"
},
"require-dev": {
"symfony/phpunit-bridge": "^4.4 || ^5.1"
2021-11-15 13:09:31 +00:00
},
"type": "library",
2022-01-21 08:23:52 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.5-dev"
2021-11-15 13:09:31 +00:00
}
},
2022-01-21 08:23:52 +00:00
"autoload": {
"files": [
"src/functions_include.php"
2022-02-23 16:41:13 +00:00
],
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
}
2022-01-21 08:23:52 +00:00
},
2021-11-15 13:09:31 +00:00
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2022-01-21 08:23:52 +00:00
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
2021-11-15 13:09:31 +00:00
}
],
2022-01-21 08:23:52 +00:00
"description": "Guzzle promises library",
2021-11-15 13:09:31 +00:00
"keywords": [
2022-01-21 08:23:52 +00:00
"promise"
2021-11-15 13:09:31 +00:00
],
"support": {
2022-01-21 08:23:52 +00:00
"issues": "https://github.com/guzzle/promises/issues",
"source": "https://github.com/guzzle/promises/tree/1.5.1"
2021-11-15 13:09:31 +00:00
},
2022-01-21 08:23:52 +00:00
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
"type": "tidelift"
}
],
"time": "2021-10-22T20:56:57+00:00"
2021-11-15 13:09:31 +00:00
},
{
2022-01-21 08:23:52 +00:00
"name": "guzzlehttp/psr7",
2022-06-21 16:04:22 +00:00
"version": "2.4.0",
2021-11-15 13:09:31 +00:00
"source": {
"type": "git",
2022-01-21 08:23:52 +00:00
"url": "https://github.com/guzzle/psr7.git",
2022-06-21 16:04:22 +00:00
"reference": "13388f00956b1503577598873fffb5ae994b5737"
2021-11-15 13:09:31 +00:00
},
"dist": {
"type": "zip",
2022-06-21 16:04:22 +00:00
"url": "https://api.github.com/repos/guzzle/psr7/zipball/13388f00956b1503577598873fffb5ae994b5737",
"reference": "13388f00956b1503577598873fffb5ae994b5737",
2021-11-15 13:09:31 +00:00
"shasum": ""
},
"require": {
2022-01-24 08:08:35 +00:00
"php": "^7.2.5 || ^8.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"ralouphie/getallheaders": "^3.0"
2022-01-21 08:23:52 +00:00
},
"provide": {
2022-01-24 08:08:35 +00:00
"psr/http-factory-implementation": "1.0",
2022-01-21 08:23:52 +00:00
"psr/http-message-implementation": "1.0"
2021-11-15 13:09:31 +00:00
},
"require-dev": {
2022-01-24 08:08:35 +00:00
"bamarni/composer-bin-plugin": "^1.4.1",
"http-interop/http-factory-tests": "^0.9",
"phpunit/phpunit": "^8.5.8 || ^9.3.10"
2022-01-21 08:23:52 +00:00
},
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
2021-11-15 13:09:31 +00:00
},
"type": "library",
2022-01-21 08:23:52 +00:00
"extra": {
"branch-alias": {
2022-06-21 16:04:22 +00:00
"dev-master": "2.4-dev"
2022-01-21 08:23:52 +00:00
}
},
2021-11-15 13:09:31 +00:00
"autoload": {
"psr-4": {
2022-01-21 08:23:52 +00:00
"GuzzleHttp\\Psr7\\": "src/"
2022-01-24 08:08:35 +00:00
}
2021-11-15 13:09:31 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2022-01-21 08:23:52 +00:00
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "George Mponos",
"email": "gmponos@gmail.com",
"homepage": "https://github.com/gmponos"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://github.com/sagikazarmark"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
2022-01-24 08:08:35 +00:00
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://sagikazarmark.hu"
2021-11-15 13:09:31 +00:00
}
],
2022-01-21 08:23:52 +00:00
"description": "PSR-7 message implementation that also provides common utility methods",
2021-11-15 13:09:31 +00:00
"keywords": [
2022-01-21 08:23:52 +00:00
"http",
"message",
"psr-7",
"request",
"response",
"stream",
"uri",
"url"
2021-11-15 13:09:31 +00:00
],
"support": {
2022-01-21 08:23:52 +00:00
"issues": "https://github.com/guzzle/psr7/issues",
2022-06-21 16:04:22 +00:00
"source": "https://github.com/guzzle/psr7/tree/2.4.0"
2021-11-15 13:09:31 +00:00
},
2022-01-21 08:23:52 +00:00
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
"type": "tidelift"
}
],
2022-06-21 16:04:22 +00:00
"time": "2022-06-20T21:43:11+00:00"
2021-11-15 13:09:31 +00:00
},
2022-01-21 08:23:52 +00:00
{
"name": "ml/iri",
"version": "1.1.4",
"target-dir": "ML/IRI",
"source": {
"type": "git",
"url": "https://github.com/lanthaler/IRI.git",
"reference": "cbd44fa913e00ea624241b38cefaa99da8d71341"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/lanthaler/IRI/zipball/cbd44fa913e00ea624241b38cefaa99da8d71341",
"reference": "cbd44fa913e00ea624241b38cefaa99da8d71341",
"shasum": ""
},
"require": {
"lib-pcre": ">=4.0",
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"psr-0": {
"ML\\IRI": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Markus Lanthaler",
"email": "mail@markus-lanthaler.com",
"homepage": "http://www.markus-lanthaler.com",
"role": "Developer"
}
],
"description": "IRI handling for PHP",
"homepage": "http://www.markus-lanthaler.com",
"keywords": [
"URN",
"iri",
"uri",
"url"
],
"support": {
"issues": "https://github.com/lanthaler/IRI/issues",
"source": "https://github.com/lanthaler/IRI/tree/master"
},
"time": "2014-01-21T13:43:39+00:00"
},
{
"name": "ml/json-ld",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/lanthaler/JsonLD.git",
"reference": "c74a1aed5979ed1cfb1be35a55a305fd30e30b93"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/lanthaler/JsonLD/zipball/c74a1aed5979ed1cfb1be35a55a305fd30e30b93",
"reference": "c74a1aed5979ed1cfb1be35a55a305fd30e30b93",
"shasum": ""
},
"require": {
"ext-json": "*",
"ml/iri": "^1.1.1",
"php": ">=5.3.0"
},
"require-dev": {
"json-ld/tests": "1.0",
"phpunit/phpunit": "^4"
},
"type": "library",
"autoload": {
"psr-4": {
"ML\\JsonLD\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Markus Lanthaler",
"email": "mail@markus-lanthaler.com",
"homepage": "http://www.markus-lanthaler.com",
"role": "Developer"
}
],
"description": "JSON-LD Processor for PHP",
"homepage": "http://www.markus-lanthaler.com",
"keywords": [
"JSON-LD",
"jsonld"
],
"support": {
"issues": "https://github.com/lanthaler/JsonLD/issues",
"source": "https://github.com/lanthaler/JsonLD/tree/1.2.0"
},
"time": "2020-06-16T17:45:06+00:00"
},
{
"name": "oscarotero/html-parser",
"version": "v0.1.6",
"source": {
"type": "git",
"url": "https://github.com/oscarotero/html-parser.git",
2021-11-15 13:09:31 +00:00
"reference": "b61e92f634d0dc184339d24630a6968d3ac64ded"
},
"dist": {
"type": "zip",
2022-01-21 08:23:52 +00:00
"url": "https://api.github.com/repos/oscarotero/html-parser/zipball/b61e92f634d0dc184339d24630a6968d3ac64ded",
"reference": "b61e92f634d0dc184339d24630a6968d3ac64ded",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.11",
"phpunit/phpunit": "^8.0"
},
"type": "library",
"autoload": {
"psr-4": {
"HtmlParser\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Oscar Otero",
"email": "oom@oscarotero.com",
"homepage": "http://oscarotero.com",
"role": "Developer"
}
],
"description": "Parse html strings to DOMDocument",
"homepage": "https://github.com/oscarotero/html-parser",
"keywords": [
"dom",
"html",
"parser"
],
"support": {
"email": "oom@oscarotero.com",
"issues": "https://github.com/oscarotero/html-parser/issues",
"source": "https://github.com/oscarotero/html-parser/tree/v0.1.6"
},
"time": "2020-11-19T17:43:46+00:00"
},
2021-11-15 13:09:31 +00:00
{
"name": "psr/http-client",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-client.git",
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
"shasum": ""
},
"require": {
"php": "^7.0 || ^8.0",
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Client\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP clients",
"homepage": "https://github.com/php-fig/http-client",
"keywords": [
"http",
"http-client",
"psr",
"psr-18"
],
"support": {
"source": "https://github.com/php-fig/http-client/tree/master"
},
"time": "2020-06-29T06:28:15+00:00"
},
{
"name": "psr/http-factory",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-factory.git",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
"shasum": ""
},
"require": {
"php": ">=7.0.0",
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for PSR-7 HTTP message factories",
"keywords": [
"factory",
"http",
"message",
"psr",
"psr-17",
"psr-7",
"request",
"response"
],
"support": {
"source": "https://github.com/php-fig/http-factory/tree/master"
},
"time": "2019-04-30T12:38:16+00:00"
},
{
"name": "psr/http-message",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
"support": {
"source": "https://github.com/php-fig/http-message/tree/master"
},
"time": "2016-08-06T14:39:51+00:00"
2022-01-21 08:23:52 +00:00
},
2022-02-28 14:16:41 +00:00
{
"name": "qferr/mjml-php",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/qferr/mjml-php.git",
"reference": "c6ea36c190e304e399a957f7e03b5a378faf41b9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/qferr/mjml-php/zipball/c6ea36c190e304e399a957f7e03b5a378faf41b9",
"reference": "c6ea36c190e304e399a957f7e03b5a378faf41b9",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "~6.0|~7.0",
"php": ">=7.2",
"symfony/process": "~4.0|~5.0"
},
"require-dev": {
"phpunit/phpunit": "~7.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Qferrer\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"authors": [
{
"name": "Quentin",
"email": "qferrer@outook.com"
}
],
"support": {
"issues": "https://github.com/qferr/mjml-php/issues",
"source": "https://github.com/qferr/mjml-php/tree/1.1.0"
},
"time": "2021-03-19T19:03:44+00:00"
},
2022-01-21 08:23:52 +00:00
{
"name": "ralouphie/getallheaders",
"version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/ralouphie/getallheaders.git",
"reference": "120b605dfeb996808c31b6477290a714d356e822"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
"reference": "120b605dfeb996808c31b6477290a714d356e822",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^5 || ^6.5"
},
"type": "library",
"autoload": {
"files": [
"src/getallheaders.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ralph Khattar",
"email": "ralph.khattar@gmail.com"
}
],
"description": "A polyfill for getallheaders.",
"support": {
"issues": "https://github.com/ralouphie/getallheaders/issues",
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
},
"time": "2019-03-08T08:55:37+00:00"
},
{
"name": "symfony/deprecation-contracts",
2022-08-05 07:36:23 +00:00
"version": "v3.1.1",
2022-01-21 08:23:52 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
2022-06-21 16:04:22 +00:00
"reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918"
2022-01-21 08:23:52 +00:00
},
"dist": {
"type": "zip",
2022-06-21 16:04:22 +00:00
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918",
"reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918",
2022-01-21 08:23:52 +00:00
"shasum": ""
},
"require": {
2022-06-21 16:04:22 +00:00
"php": ">=8.1"
2022-01-21 08:23:52 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-06-21 16:04:22 +00:00
"dev-main": "3.1-dev"
2022-01-21 08:23:52 +00:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"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": {
2022-08-05 07:36:23 +00:00
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.1.1"
2022-01-21 08:23:52 +00:00
},
"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"
}
],
2022-06-21 16:04:22 +00:00
"time": "2022-02-25T11:15:52+00:00"
2022-01-21 08:23:52 +00:00
},
{
"name": "symfony/polyfill-php80",
"version": "v1.26.0",
2022-01-21 08:23:52 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
"reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace"
2022-01-21 08:23:52 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace",
"reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace",
2022-01-21 08:23:52 +00:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.26-dev"
2022-01-21 08:23:52 +00:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
2022-02-07 14:48:46 +00:00
"psr-4": {
"Symfony\\Polyfill\\Php80\\": ""
},
2022-01-21 08:23:52 +00:00
"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.26.0"
2022-01-21 08:23:52 +00:00
},
"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": "2022-05-10T07:21:04+00:00"
2022-02-28 14:16:41 +00:00
},
{
"name": "symfony/process",
2022-08-05 07:36:23 +00:00
"version": "v5.4.11",
2022-02-28 14:16:41 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
2022-08-05 07:36:23 +00:00
"reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1"
2022-02-28 14:16:41 +00:00
},
"dist": {
"type": "zip",
2022-08-05 07:36:23 +00:00
"url": "https://api.github.com/repos/symfony/process/zipball/6e75fe6874cbc7e4773d049616ab450eff537bf1",
"reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1",
2022-02-28 14:16:41 +00:00
"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": {
2022-08-05 07:36:23 +00:00
"source": "https://github.com/symfony/process/tree/v5.4.11"
2022-02-28 14:16:41 +00:00
},
"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"
}
],
2022-08-05 07:36:23 +00:00
"time": "2022-06-27T16:58:25+00:00"
2021-11-15 13:09:31 +00:00
}
],
2021-11-12 15:23:48 +00:00
"packages-dev": [
{
"name": "dealerdirect/phpcodesniffer-composer-installer",
2022-02-07 14:48:46 +00:00
"version": "v0.7.2",
2021-11-12 15:23:48 +00:00
"source": {
"type": "git",
"url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
2022-02-07 14:48:46 +00:00
"reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db"
2021-11-12 15:23:48 +00:00
},
"dist": {
"type": "zip",
2022-02-07 14:48:46 +00:00
"url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db",
"reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db",
2021-11-12 15:23:48 +00:00
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0 || ^2.0",
"php": ">=5.3",
2022-02-07 14:48:46 +00:00
"squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0"
2021-11-12 15:23:48 +00:00
},
"require-dev": {
"composer/composer": "*",
2022-02-07 14:48:46 +00:00
"php-parallel-lint/php-parallel-lint": "^1.3.1",
"phpcompatibility/php-compatibility": "^9.0"
2021-11-12 15:23:48 +00:00
},
"type": "composer-plugin",
"extra": {
"class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
},
"autoload": {
"psr-4": {
"Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Franck Nijhof",
"email": "franck.nijhof@dealerdirect.com",
"homepage": "http://www.frenck.nl",
"role": "Developer / IT Manager"
2022-02-07 14:48:46 +00:00
},
{
"name": "Contributors",
"homepage": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer/graphs/contributors"
2021-11-12 15:23:48 +00:00
}
],
"description": "PHP_CodeSniffer Standards Composer Installer Plugin",
"homepage": "http://www.dealerdirect.com",
"keywords": [
"PHPCodeSniffer",
"PHP_CodeSniffer",
"code quality",
"codesniffer",
"composer",
"installer",
2022-02-07 14:48:46 +00:00
"phpcbf",
2021-11-12 15:23:48 +00:00
"phpcs",
"plugin",
"qa",
"quality",
"standard",
"standards",
"style guide",
"stylecheck",
"tests"
],
"support": {
"issues": "https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues",
"source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer"
},
2022-02-07 14:48:46 +00:00
"time": "2022-02-04T12:51:07+00:00"
2021-11-12 15:23:48 +00:00
},
{
"name": "squizlabs/php_codesniffer",
2022-06-21 16:04:22 +00:00
"version": "3.7.1",
2021-11-12 15:23:48 +00:00
"source": {
"type": "git",
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2022-06-21 16:04:22 +00:00
"reference": "1359e176e9307e906dc3d890bcc9603ff6d90619"
2021-11-12 15:23:48 +00:00
},
"dist": {
"type": "zip",
2022-06-21 16:04:22 +00:00
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/1359e176e9307e906dc3d890bcc9603ff6d90619",
"reference": "1359e176e9307e906dc3d890bcc9603ff6d90619",
2021-11-12 15:23:48 +00:00
"shasum": ""
},
"require": {
"ext-simplexml": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
},
"bin": [
"bin/phpcs",
"bin/phpcbf"
],
"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": "lead"
}
],
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
"homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
"keywords": [
"phpcs",
"standards"
],
"support": {
"issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
"source": "https://github.com/squizlabs/PHP_CodeSniffer",
"wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
},
2022-06-21 16:04:22 +00:00
"time": "2022-06-18T07:21:10+00:00"
},
{
"name": "wp-coding-standards/wpcs",
"version": "2.3.0",
"source": {
"type": "git",
"url": "https://github.com/WordPress/WordPress-Coding-Standards.git",
"reference": "7da1894633f168fe244afc6de00d141f27517b62"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/7da1894633f168fe244afc6de00d141f27517b62",
"reference": "7da1894633f168fe244afc6de00d141f27517b62",
"shasum": ""
},
"require": {
"php": ">=5.4",
"squizlabs/php_codesniffer": "^3.3.1"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.5 || ^0.6",
"phpcompatibility/php-compatibility": "^9.0",
"phpcsstandards/phpcsdevtools": "^1.0",
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
},
"suggest": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.6 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically."
},
"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",
"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"
},
"time": "2020-05-13T23:57:56+00:00"
2021-11-12 15:23:48 +00:00
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
2022-06-21 16:04:22 +00:00
"plugin-api-version": "2.0.0"
2021-11-12 15:23:48 +00:00
}