1391 lines
48 KiB
JSON
1391 lines
48 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": "95b279b3d80afe5a3510611c3f13a8be",
|
|
"packages": [
|
|
{
|
|
"name": "composer/ca-bundle",
|
|
"version": "1.3.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/composer/ca-bundle.git",
|
|
"reference": "30897edbfb15e784fe55587b4f73ceefd3c4d98c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/30897edbfb15e784fe55587b4f73ceefd3c4d98c",
|
|
"reference": "30897edbfb15e784fe55587b4f73ceefd3c4d98c",
|
|
"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",
|
|
"source": "https://github.com/composer/ca-bundle/tree/1.3.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": "2022-07-20T07:14:26+00:00"
|
|
},
|
|
{
|
|
"name": "embed/embed",
|
|
"version": "v4.4.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/oscarotero/Embed.git",
|
|
"reference": "9cb2dff5c82201bbf653b7396d533d1914ff4517"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/oscarotero/Embed/zipball/9cb2dff5c82201bbf653b7396d533d1914ff4517",
|
|
"reference": "9cb2dff5c82201bbf653b7396d533d1914ff4517",
|
|
"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"
|
|
],
|
|
"psr-4": {
|
|
"Embed\\": "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 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",
|
|
"source": "https://github.com/oscarotero/Embed/tree/v4.4.6"
|
|
},
|
|
"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-10-02T15:13:01+00:00"
|
|
},
|
|
{
|
|
"name": "gettext/gettext",
|
|
"version": "v5.7.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-gettext/Gettext.git",
|
|
"reference": "8657e580747bb3baacccdcebe69cac094661e404"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-gettext/Gettext/zipball/8657e580747bb3baacccdcebe69cac094661e404",
|
|
"reference": "8657e580747bb3baacccdcebe69cac094661e404",
|
|
"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",
|
|
"source": "https://github.com/php-gettext/Gettext/tree/v5.7.0"
|
|
},
|
|
"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-07-27T19:54:55+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"
|
|
},
|
|
{
|
|
"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"
|
|
},
|
|
{
|
|
"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"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/guzzle",
|
|
"version": "7.5.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/guzzle.git",
|
|
"reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/b50a2a1251152e43f6a37f0fa053e730a67d25ba",
|
|
"reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"guzzlehttp/promises": "^1.5",
|
|
"guzzlehttp/psr7": "^1.9 || ^2.4",
|
|
"php": "^7.2.5 || ^8.0",
|
|
"psr/http-client": "^1.0",
|
|
"symfony/deprecation-contracts": "^2.2 || ^3.0"
|
|
},
|
|
"provide": {
|
|
"psr/http-client-implementation": "1.0"
|
|
},
|
|
"require-dev": {
|
|
"bamarni/composer-bin-plugin": "^1.8.1",
|
|
"ext-curl": "*",
|
|
"php-http/client-integration-tests": "^3.0",
|
|
"phpunit/phpunit": "^8.5.29 || ^9.5.23",
|
|
"psr/log": "^1.1 || ^2.0 || ^3.0"
|
|
},
|
|
"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"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"bamarni-bin": {
|
|
"bin-links": true,
|
|
"forward-command": false
|
|
},
|
|
"branch-alias": {
|
|
"dev-master": "7.5-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions_include.php"
|
|
],
|
|
"psr-4": {
|
|
"GuzzleHttp\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"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": "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"
|
|
},
|
|
{
|
|
"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"
|
|
}
|
|
],
|
|
"description": "Guzzle is a PHP HTTP client library",
|
|
"keywords": [
|
|
"client",
|
|
"curl",
|
|
"framework",
|
|
"http",
|
|
"http client",
|
|
"psr-18",
|
|
"psr-7",
|
|
"rest",
|
|
"web service"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/guzzle/guzzle/issues",
|
|
"source": "https://github.com/guzzle/guzzle/tree/7.5.0"
|
|
},
|
|
"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"
|
|
}
|
|
],
|
|
"time": "2022-08-28T15:39:27+00:00"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/promises",
|
|
"version": "1.5.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/promises.git",
|
|
"reference": "b94b2807d85443f9719887892882d0329d1e2598"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598",
|
|
"reference": "b94b2807d85443f9719887892882d0329d1e2598",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.5"
|
|
},
|
|
"require-dev": {
|
|
"symfony/phpunit-bridge": "^4.4 || ^5.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.5-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions_include.php"
|
|
],
|
|
"psr-4": {
|
|
"GuzzleHttp\\Promise\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"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"
|
|
}
|
|
],
|
|
"description": "Guzzle promises library",
|
|
"keywords": [
|
|
"promise"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/guzzle/promises/issues",
|
|
"source": "https://github.com/guzzle/promises/tree/1.5.2"
|
|
},
|
|
"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": "2022-08-28T14:55:35+00:00"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/psr7",
|
|
"version": "2.4.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/psr7.git",
|
|
"reference": "69568e4293f4fa993f3b0e51c9723e1e17c41379"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/69568e4293f4fa993f3b0e51c9723e1e17c41379",
|
|
"reference": "69568e4293f4fa993f3b0e51c9723e1e17c41379",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2.5 || ^8.0",
|
|
"psr/http-factory": "^1.0",
|
|
"psr/http-message": "^1.0",
|
|
"ralouphie/getallheaders": "^3.0"
|
|
},
|
|
"provide": {
|
|
"psr/http-factory-implementation": "1.0",
|
|
"psr/http-message-implementation": "1.0"
|
|
},
|
|
"require-dev": {
|
|
"bamarni/composer-bin-plugin": "^1.8.1",
|
|
"http-interop/http-factory-tests": "^0.9",
|
|
"phpunit/phpunit": "^8.5.29 || ^9.5.23"
|
|
},
|
|
"suggest": {
|
|
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"bamarni-bin": {
|
|
"bin-links": true,
|
|
"forward-command": false
|
|
},
|
|
"branch-alias": {
|
|
"dev-master": "2.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GuzzleHttp\\Psr7\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"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"
|
|
},
|
|
{
|
|
"name": "Márk Sági-Kazár",
|
|
"email": "mark.sagikazar@gmail.com",
|
|
"homepage": "https://sagikazarmark.hu"
|
|
}
|
|
],
|
|
"description": "PSR-7 message implementation that also provides common utility methods",
|
|
"keywords": [
|
|
"http",
|
|
"message",
|
|
"psr-7",
|
|
"request",
|
|
"response",
|
|
"stream",
|
|
"uri",
|
|
"url"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/guzzle/psr7/issues",
|
|
"source": "https://github.com/guzzle/psr7/tree/2.4.1"
|
|
},
|
|
"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"
|
|
}
|
|
],
|
|
"time": "2022-08-28T14:45:39+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.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/lanthaler/JsonLD.git",
|
|
"reference": "537e68e87a6bce23e57c575cd5dcac1f67ce25d8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/lanthaler/JsonLD/zipball/537e68e87a6bce23e57c575cd5dcac1f67ce25d8",
|
|
"reference": "537e68e87a6bce23e57c575cd5dcac1f67ce25d8",
|
|
"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.1"
|
|
},
|
|
"time": "2022-09-29T08:45:17+00:00"
|
|
},
|
|
{
|
|
"name": "oscarotero/html-parser",
|
|
"version": "v0.1.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/oscarotero/html-parser.git",
|
|
"reference": "b61e92f634d0dc184339d24630a6968d3ac64ded"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"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"
|
|
},
|
|
{
|
|
"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"
|
|
},
|
|
{
|
|
"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"
|
|
},
|
|
{
|
|
"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",
|
|
"version": "v3.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/deprecation-contracts.git",
|
|
"reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918",
|
|
"reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=8.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "3.1-dev"
|
|
},
|
|
"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": {
|
|
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.1.1"
|
|
},
|
|
"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-02-25T11:15:52+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-php80",
|
|
"version": "v1.26.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php80.git",
|
|
"reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace",
|
|
"reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.26-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/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.26.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": "2022-05-10T07:21:04+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/process",
|
|
"version": "v5.4.11",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/process.git",
|
|
"reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/process/zipball/6e75fe6874cbc7e4773d049616ab450eff537bf1",
|
|
"reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1",
|
|
"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.11"
|
|
},
|
|
"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-06-27T16:58:25+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": [],
|
|
"platform-dev": [],
|
|
"plugin-api-version": "2.3.0"
|
|
}
|