2231 lines
79 KiB
JSON
2231 lines
79 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": "25846fd23f7252ccce4ba4832e5697ad",
|
|
"packages": [
|
|
{
|
|
"name": "clue/stream-filter",
|
|
"version": "v1.6.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/clue/stream-filter.git",
|
|
"reference": "d6169430c7731d8509da7aecd0af756a5747b78e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/clue/stream-filter/zipball/d6169430c7731d8509da7aecd0af756a5747b78e",
|
|
"reference": "d6169430c7731d8509da7aecd0af756a5747b78e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions_include.php"
|
|
],
|
|
"psr-4": {
|
|
"Clue\\StreamFilter\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Christian Lück",
|
|
"email": "christian@clue.engineering"
|
|
}
|
|
],
|
|
"description": "A simple and modern approach to stream filtering in PHP",
|
|
"homepage": "https://github.com/clue/php-stream-filter",
|
|
"keywords": [
|
|
"bucket brigade",
|
|
"callback",
|
|
"filter",
|
|
"php_user_filter",
|
|
"stream",
|
|
"stream_filter_append",
|
|
"stream_filter_register"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/clue/stream-filter/issues",
|
|
"source": "https://github.com/clue/stream-filter/tree/v1.6.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://clue.engineering/support",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/clue",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2022-02-21T13:15:14+00:00"
|
|
},
|
|
{
|
|
"name": "composer/ca-bundle",
|
|
"version": "1.3.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/composer/ca-bundle.git",
|
|
"reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b",
|
|
"reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b",
|
|
"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.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": "2021-10-28T20:44:15+00:00"
|
|
},
|
|
{
|
|
"name": "embed/embed",
|
|
"version": "v4.4.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/oscarotero/Embed.git",
|
|
"reference": "2ac32581a8617c3bbe593e3d7799ca9db6974471"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/oscarotero/Embed/zipball/2ac32581a8617c3bbe593e3d7799ca9db6974471",
|
|
"reference": "2ac32581a8617c3bbe593e3d7799ca9db6974471",
|
|
"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.3"
|
|
},
|
|
"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-03-13T01:27:51+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.4.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/guzzle.git",
|
|
"reference": "ee0a041b1760e6a53d2a39c8c34115adc2af2c79"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/ee0a041b1760e6a53d2a39c8c34115adc2af2c79",
|
|
"reference": "ee0a041b1760e6a53d2a39c8c34115adc2af2c79",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"guzzlehttp/promises": "^1.5",
|
|
"guzzlehttp/psr7": "^1.8.3 || ^2.1",
|
|
"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.4.1",
|
|
"ext-curl": "*",
|
|
"php-http/client-integration-tests": "^3.0",
|
|
"phpunit/phpunit": "^8.5.5 || ^9.3.5",
|
|
"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": {
|
|
"branch-alias": {
|
|
"dev-master": "7.4-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.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/guzzle",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2021-12-06T18:43:05+00:00"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/promises",
|
|
"version": "1.5.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/promises.git",
|
|
"reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
|
|
"reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
|
|
"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.1"
|
|
},
|
|
"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"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/psr7",
|
|
"version": "2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/psr7.git",
|
|
"reference": "089edd38f5b8abba6cb01567c2a8aaa47cec4c72"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/089edd38f5b8abba6cb01567c2a8aaa47cec4c72",
|
|
"reference": "089edd38f5b8abba6cb01567c2a8aaa47cec4c72",
|
|
"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.4.1",
|
|
"http-interop/http-factory-tests": "^0.9",
|
|
"phpunit/phpunit": "^8.5.8 || ^9.3.10"
|
|
},
|
|
"suggest": {
|
|
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.1-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.1.0"
|
|
},
|
|
"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": "2021-10-06T17:43:30+00:00"
|
|
},
|
|
{
|
|
"name": "http-interop/http-factory-guzzle",
|
|
"version": "1.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/http-interop/http-factory-guzzle.git",
|
|
"reference": "8f06e92b95405216b237521cc64c804dd44c4a81"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/http-interop/http-factory-guzzle/zipball/8f06e92b95405216b237521cc64c804dd44c4a81",
|
|
"reference": "8f06e92b95405216b237521cc64c804dd44c4a81",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"guzzlehttp/psr7": "^1.7||^2.0",
|
|
"php": ">=7.3",
|
|
"psr/http-factory": "^1.0"
|
|
},
|
|
"provide": {
|
|
"psr/http-factory-implementation": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"http-interop/http-factory-tests": "^0.9",
|
|
"phpunit/phpunit": "^9.5"
|
|
},
|
|
"suggest": {
|
|
"guzzlehttp/psr7": "Includes an HTTP factory starting in version 2.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Http\\Factory\\Guzzle\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "An HTTP Factory using Guzzle PSR7",
|
|
"keywords": [
|
|
"factory",
|
|
"http",
|
|
"psr-17",
|
|
"psr-7"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/http-interop/http-factory-guzzle/issues",
|
|
"source": "https://github.com/http-interop/http-factory-guzzle/tree/1.2.0"
|
|
},
|
|
"time": "2021-07-21T13:50:14+00:00"
|
|
},
|
|
{
|
|
"name": "knplabs/github-api",
|
|
"version": "v3.5.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/KnpLabs/php-github-api.git",
|
|
"reference": "37b167998e8e1f318b3d99633675cfa007540565"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/KnpLabs/php-github-api/zipball/37b167998e8e1f318b3d99633675cfa007540565",
|
|
"reference": "37b167998e8e1f318b3d99633675cfa007540565",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"php": "^7.2.5 || ^8.0",
|
|
"php-http/cache-plugin": "^1.7.1",
|
|
"php-http/client-common": "^2.3",
|
|
"php-http/discovery": "^1.12",
|
|
"php-http/httplug": "^2.2",
|
|
"php-http/multipart-stream-builder": "^1.1.2",
|
|
"psr/cache": "^1.0|^2.0|^3.0",
|
|
"psr/http-client-implementation": "^1.0",
|
|
"psr/http-factory-implementation": "^1.0",
|
|
"psr/http-message": "^1.0",
|
|
"symfony/deprecation-contracts": "^2.2|^3.0",
|
|
"symfony/polyfill-php80": "^1.17"
|
|
},
|
|
"require-dev": {
|
|
"guzzlehttp/guzzle": "^7.2",
|
|
"guzzlehttp/psr7": "^1.7",
|
|
"http-interop/http-factory-guzzle": "^1.0",
|
|
"php-http/mock-client": "^1.4.1",
|
|
"phpstan/extension-installer": "^1.0.5",
|
|
"phpstan/phpstan": "^0.12.57",
|
|
"phpstan/phpstan-deprecation-rules": "^0.12.5",
|
|
"phpunit/phpunit": "^8.5 || ^9.4",
|
|
"symfony/cache": "^5.1.8",
|
|
"symfony/phpunit-bridge": "^5.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-2.x": "2.20.x-dev",
|
|
"dev-master": "3.4.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Github\\": "lib/Github/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "KnpLabs Team",
|
|
"homepage": "http://knplabs.com"
|
|
},
|
|
{
|
|
"name": "Thibault Duplessis",
|
|
"email": "thibault.duplessis@gmail.com",
|
|
"homepage": "http://ornicar.github.com"
|
|
}
|
|
],
|
|
"description": "GitHub API v3 client",
|
|
"homepage": "https://github.com/KnpLabs/php-github-api",
|
|
"keywords": [
|
|
"api",
|
|
"gh",
|
|
"gist",
|
|
"github"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/KnpLabs/php-github-api/issues",
|
|
"source": "https://github.com/KnpLabs/php-github-api/tree/v3.5.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/acrobat",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2022-02-19T11:15:46+00:00"
|
|
},
|
|
{
|
|
"name": "laminas/laminas-diactoros",
|
|
"version": "2.8.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laminas/laminas-diactoros.git",
|
|
"reference": "0c26ef1d95b6d7e6e3943a243ba3dc0797227199"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/0c26ef1d95b6d7e6e3943a243ba3dc0797227199",
|
|
"reference": "0c26ef1d95b6d7e6e3943a243ba3dc0797227199",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.3 || ~8.0.0 || ~8.1.0",
|
|
"psr/http-factory": "^1.0",
|
|
"psr/http-message": "^1.0"
|
|
},
|
|
"conflict": {
|
|
"phpspec/prophecy": "<1.9.0",
|
|
"zendframework/zend-diactoros": "*"
|
|
},
|
|
"provide": {
|
|
"psr/http-factory-implementation": "1.0",
|
|
"psr/http-message-implementation": "1.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-curl": "*",
|
|
"ext-dom": "*",
|
|
"ext-gd": "*",
|
|
"ext-libxml": "*",
|
|
"http-interop/http-factory-tests": "^0.8.0",
|
|
"laminas/laminas-coding-standard": "~1.0.0",
|
|
"php-http/psr7-integration-tests": "^1.1",
|
|
"phpspec/prophecy-phpunit": "^2.0",
|
|
"phpunit/phpunit": "^9.1",
|
|
"psalm/plugin-phpunit": "^0.14.0",
|
|
"vimeo/psalm": "^4.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"laminas": {
|
|
"config-provider": "Laminas\\Diactoros\\ConfigProvider",
|
|
"module": "Laminas\\Diactoros"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions/create_uploaded_file.php",
|
|
"src/functions/marshal_headers_from_sapi.php",
|
|
"src/functions/marshal_method_from_sapi.php",
|
|
"src/functions/marshal_protocol_version_from_sapi.php",
|
|
"src/functions/marshal_uri_from_sapi.php",
|
|
"src/functions/normalize_server.php",
|
|
"src/functions/normalize_uploaded_files.php",
|
|
"src/functions/parse_cookie_header.php",
|
|
"src/functions/create_uploaded_file.legacy.php",
|
|
"src/functions/marshal_headers_from_sapi.legacy.php",
|
|
"src/functions/marshal_method_from_sapi.legacy.php",
|
|
"src/functions/marshal_protocol_version_from_sapi.legacy.php",
|
|
"src/functions/marshal_uri_from_sapi.legacy.php",
|
|
"src/functions/normalize_server.legacy.php",
|
|
"src/functions/normalize_uploaded_files.legacy.php",
|
|
"src/functions/parse_cookie_header.legacy.php"
|
|
],
|
|
"psr-4": {
|
|
"Laminas\\Diactoros\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "PSR HTTP Message implementations",
|
|
"homepage": "https://laminas.dev",
|
|
"keywords": [
|
|
"http",
|
|
"laminas",
|
|
"psr",
|
|
"psr-17",
|
|
"psr-7"
|
|
],
|
|
"support": {
|
|
"chat": "https://laminas.dev/chat",
|
|
"docs": "https://docs.laminas.dev/laminas-diactoros/",
|
|
"forum": "https://discourse.laminas.dev",
|
|
"issues": "https://github.com/laminas/laminas-diactoros/issues",
|
|
"rss": "https://github.com/laminas/laminas-diactoros/releases.atom",
|
|
"source": "https://github.com/laminas/laminas-diactoros"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://funding.communitybridge.org/projects/laminas-project",
|
|
"type": "community_bridge"
|
|
}
|
|
],
|
|
"time": "2021-09-22T03:54:36+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",
|
|
"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": "php-http/cache-plugin",
|
|
"version": "1.7.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-http/cache-plugin.git",
|
|
"reference": "63bc3f7242825c9a817db8f78e4c9703b0c471e2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-http/cache-plugin/zipball/63bc3f7242825c9a817db8f78e4c9703b0c471e2",
|
|
"reference": "63bc3f7242825c9a817db8f78e4c9703b0c471e2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1 || ^8.0",
|
|
"php-http/client-common": "^1.9 || ^2.0",
|
|
"php-http/message-factory": "^1.0",
|
|
"psr/cache": "^1.0 || ^2.0 || ^3.0",
|
|
"symfony/options-resolver": "^2.6 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
|
|
},
|
|
"require-dev": {
|
|
"phpspec/phpspec": "^5.1 || ^6.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.6-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Http\\Client\\Common\\Plugin\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Márk Sági-Kazár",
|
|
"email": "mark.sagikazar@gmail.com"
|
|
}
|
|
],
|
|
"description": "PSR-6 Cache plugin for HTTPlug",
|
|
"homepage": "http://httplug.io",
|
|
"keywords": [
|
|
"cache",
|
|
"http",
|
|
"httplug",
|
|
"plugin"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/php-http/cache-plugin/issues",
|
|
"source": "https://github.com/php-http/cache-plugin/tree/1.7.5"
|
|
},
|
|
"time": "2022-01-18T12:24:56+00:00"
|
|
},
|
|
{
|
|
"name": "php-http/client-common",
|
|
"version": "2.5.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-http/client-common.git",
|
|
"reference": "d135751167d57e27c74de674d6a30cef2dc8e054"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-http/client-common/zipball/d135751167d57e27c74de674d6a30cef2dc8e054",
|
|
"reference": "d135751167d57e27c74de674d6a30cef2dc8e054",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1 || ^8.0",
|
|
"php-http/httplug": "^2.0",
|
|
"php-http/message": "^1.6",
|
|
"php-http/message-factory": "^1.0",
|
|
"psr/http-client": "^1.0",
|
|
"psr/http-factory": "^1.0",
|
|
"psr/http-message": "^1.0",
|
|
"symfony/options-resolver": "~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0 || ^6.0",
|
|
"symfony/polyfill-php80": "^1.17"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/instantiator": "^1.1",
|
|
"guzzlehttp/psr7": "^1.4",
|
|
"nyholm/psr7": "^1.2",
|
|
"phpspec/phpspec": "^5.1 || ^6.3 || ^7.1",
|
|
"phpspec/prophecy": "^1.10.2",
|
|
"phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.3"
|
|
},
|
|
"suggest": {
|
|
"ext-json": "To detect JSON responses with the ContentTypePlugin",
|
|
"ext-libxml": "To detect XML responses with the ContentTypePlugin",
|
|
"php-http/cache-plugin": "PSR-6 Cache plugin",
|
|
"php-http/logger-plugin": "PSR-3 Logger plugin",
|
|
"php-http/stopwatch-plugin": "Symfony Stopwatch plugin"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Http\\Client\\Common\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Márk Sági-Kazár",
|
|
"email": "mark.sagikazar@gmail.com"
|
|
}
|
|
],
|
|
"description": "Common HTTP Client implementations and tools for HTTPlug",
|
|
"homepage": "http://httplug.io",
|
|
"keywords": [
|
|
"client",
|
|
"common",
|
|
"http",
|
|
"httplug"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/php-http/client-common/issues",
|
|
"source": "https://github.com/php-http/client-common/tree/2.5.0"
|
|
},
|
|
"time": "2021-11-26T15:01:24+00:00"
|
|
},
|
|
{
|
|
"name": "php-http/discovery",
|
|
"version": "1.14.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-http/discovery.git",
|
|
"reference": "de90ab2b41d7d61609f504e031339776bc8c7223"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-http/discovery/zipball/de90ab2b41d7d61609f504e031339776bc8c7223",
|
|
"reference": "de90ab2b41d7d61609f504e031339776bc8c7223",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1 || ^8.0"
|
|
},
|
|
"conflict": {
|
|
"nyholm/psr7": "<1.0"
|
|
},
|
|
"require-dev": {
|
|
"graham-campbell/phpspec-skip-example-extension": "^5.0",
|
|
"php-http/httplug": "^1.0 || ^2.0",
|
|
"php-http/message-factory": "^1.0",
|
|
"phpspec/phpspec": "^5.1 || ^6.1",
|
|
"puli/composer-plugin": "1.0.0-beta10"
|
|
},
|
|
"suggest": {
|
|
"php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.9-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Http\\Discovery\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Márk Sági-Kazár",
|
|
"email": "mark.sagikazar@gmail.com"
|
|
}
|
|
],
|
|
"description": "Finds installed HTTPlug implementations and PSR-7 message factories",
|
|
"homepage": "http://php-http.org",
|
|
"keywords": [
|
|
"adapter",
|
|
"client",
|
|
"discovery",
|
|
"factory",
|
|
"http",
|
|
"message",
|
|
"psr7"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/php-http/discovery/issues",
|
|
"source": "https://github.com/php-http/discovery/tree/1.14.1"
|
|
},
|
|
"time": "2021-09-18T07:57:46+00:00"
|
|
},
|
|
{
|
|
"name": "php-http/httplug",
|
|
"version": "2.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-http/httplug.git",
|
|
"reference": "f640739f80dfa1152533976e3c112477f69274eb"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-http/httplug/zipball/f640739f80dfa1152533976e3c112477f69274eb",
|
|
"reference": "f640739f80dfa1152533976e3c112477f69274eb",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1 || ^8.0",
|
|
"php-http/promise": "^1.1",
|
|
"psr/http-client": "^1.0",
|
|
"psr/http-message": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"friends-of-phpspec/phpspec-code-coverage": "^4.1",
|
|
"phpspec/phpspec": "^5.1 || ^6.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Http\\Client\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Eric GELOEN",
|
|
"email": "geloen.eric@gmail.com"
|
|
},
|
|
{
|
|
"name": "Márk Sági-Kazár",
|
|
"email": "mark.sagikazar@gmail.com",
|
|
"homepage": "https://sagikazarmark.hu"
|
|
}
|
|
],
|
|
"description": "HTTPlug, the HTTP client abstraction for PHP",
|
|
"homepage": "http://httplug.io",
|
|
"keywords": [
|
|
"client",
|
|
"http"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/php-http/httplug/issues",
|
|
"source": "https://github.com/php-http/httplug/tree/2.3.0"
|
|
},
|
|
"time": "2022-02-21T09:52:22+00:00"
|
|
},
|
|
{
|
|
"name": "php-http/message",
|
|
"version": "1.13.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-http/message.git",
|
|
"reference": "7886e647a30a966a1a8d1dad1845b71ca8678361"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-http/message/zipball/7886e647a30a966a1a8d1dad1845b71ca8678361",
|
|
"reference": "7886e647a30a966a1a8d1dad1845b71ca8678361",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"clue/stream-filter": "^1.5",
|
|
"php": "^7.1 || ^8.0",
|
|
"php-http/message-factory": "^1.0.2",
|
|
"psr/http-message": "^1.0"
|
|
},
|
|
"provide": {
|
|
"php-http/message-factory-implementation": "1.0"
|
|
},
|
|
"require-dev": {
|
|
"ergebnis/composer-normalize": "^2.6",
|
|
"ext-zlib": "*",
|
|
"guzzlehttp/psr7": "^1.0",
|
|
"laminas/laminas-diactoros": "^2.0",
|
|
"phpspec/phpspec": "^5.1 || ^6.3 || ^7.1",
|
|
"slim/slim": "^3.0"
|
|
},
|
|
"suggest": {
|
|
"ext-zlib": "Used with compressor/decompressor streams",
|
|
"guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
|
|
"laminas/laminas-diactoros": "Used with Diactoros Factories",
|
|
"slim/slim": "Used with Slim Framework PSR-7 implementation"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.10-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"src/filters.php"
|
|
],
|
|
"psr-4": {
|
|
"Http\\Message\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Márk Sági-Kazár",
|
|
"email": "mark.sagikazar@gmail.com"
|
|
}
|
|
],
|
|
"description": "HTTP Message related tools",
|
|
"homepage": "http://php-http.org",
|
|
"keywords": [
|
|
"http",
|
|
"message",
|
|
"psr-7"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/php-http/message/issues",
|
|
"source": "https://github.com/php-http/message/tree/1.13.0"
|
|
},
|
|
"time": "2022-02-11T13:41:14+00:00"
|
|
},
|
|
{
|
|
"name": "php-http/message-factory",
|
|
"version": "v1.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-http/message-factory.git",
|
|
"reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
|
|
"reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4",
|
|
"psr/http-message": "^1.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Http\\Message\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Márk Sági-Kazár",
|
|
"email": "mark.sagikazar@gmail.com"
|
|
}
|
|
],
|
|
"description": "Factory interfaces for PSR-7 HTTP Message",
|
|
"homepage": "http://php-http.org",
|
|
"keywords": [
|
|
"factory",
|
|
"http",
|
|
"message",
|
|
"stream",
|
|
"uri"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/php-http/message-factory/issues",
|
|
"source": "https://github.com/php-http/message-factory/tree/master"
|
|
},
|
|
"time": "2015-12-19T14:08:53+00:00"
|
|
},
|
|
{
|
|
"name": "php-http/multipart-stream-builder",
|
|
"version": "1.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-http/multipart-stream-builder.git",
|
|
"reference": "11c1d31f72e01c738bbce9e27649a7cca829c30e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-http/multipart-stream-builder/zipball/11c1d31f72e01c738bbce9e27649a7cca829c30e",
|
|
"reference": "11c1d31f72e01c738bbce9e27649a7cca829c30e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1 || ^8.0",
|
|
"php-http/discovery": "^1.7",
|
|
"php-http/message-factory": "^1.0.2",
|
|
"psr/http-factory": "^1.0",
|
|
"psr/http-message": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"nyholm/psr7": "^1.0",
|
|
"php-http/message": "^1.5",
|
|
"phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Http\\Message\\MultipartStream\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Tobias Nyholm",
|
|
"email": "tobias.nyholm@gmail.com"
|
|
}
|
|
],
|
|
"description": "A builder class that help you create a multipart stream",
|
|
"homepage": "http://php-http.org",
|
|
"keywords": [
|
|
"factory",
|
|
"http",
|
|
"message",
|
|
"multipart stream",
|
|
"stream"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/php-http/multipart-stream-builder/issues",
|
|
"source": "https://github.com/php-http/multipart-stream-builder/tree/1.2.0"
|
|
},
|
|
"time": "2021-05-21T08:32:01+00:00"
|
|
},
|
|
{
|
|
"name": "php-http/promise",
|
|
"version": "1.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-http/promise.git",
|
|
"reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-http/promise/zipball/4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
|
|
"reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"friends-of-phpspec/phpspec-code-coverage": "^4.3.2",
|
|
"phpspec/phpspec": "^5.1.2 || ^6.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Http\\Promise\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Joel Wurtz",
|
|
"email": "joel.wurtz@gmail.com"
|
|
},
|
|
{
|
|
"name": "Márk Sági-Kazár",
|
|
"email": "mark.sagikazar@gmail.com"
|
|
}
|
|
],
|
|
"description": "Promise used for asynchronous HTTP requests",
|
|
"homepage": "http://httplug.io",
|
|
"keywords": [
|
|
"promise"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/php-http/promise/issues",
|
|
"source": "https://github.com/php-http/promise/tree/1.1.0"
|
|
},
|
|
"time": "2020-07-07T09:29:14+00:00"
|
|
},
|
|
{
|
|
"name": "psr/cache",
|
|
"version": "3.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/cache.git",
|
|
"reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
|
|
"reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=8.0.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Cache\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "https://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for caching libraries",
|
|
"keywords": [
|
|
"cache",
|
|
"psr",
|
|
"psr-6"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/php-fig/cache/tree/3.0.0"
|
|
},
|
|
"time": "2021-02-03T23:26:27+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.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/deprecation-contracts.git",
|
|
"reference": "c726b64c1ccfe2896cb7df2e1331c357ad1c8ced"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/c726b64c1ccfe2896cb7df2e1331c357ad1c8ced",
|
|
"reference": "c726b64c1ccfe2896cb7df2e1331c357ad1c8ced",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=8.0.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "3.0-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.0.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": "2021-11-01T23:48:49+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/options-resolver",
|
|
"version": "v6.0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/options-resolver.git",
|
|
"reference": "51f7006670febe4cbcbae177cbffe93ff833250d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/51f7006670febe4cbcbae177cbffe93ff833250d",
|
|
"reference": "51f7006670febe4cbcbae177cbffe93ff833250d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=8.0.2",
|
|
"symfony/deprecation-contracts": "^2.1|^3"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\OptionsResolver\\": ""
|
|
},
|
|
"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 an improved replacement for the array_replace PHP function",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"config",
|
|
"configuration",
|
|
"options"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/options-resolver/tree/v6.0.3"
|
|
},
|
|
"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-01-02T09:55:41+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-php80",
|
|
"version": "v1.25.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php80.git",
|
|
"reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4407588e0d3f1f52efb65fbe92babe41f37fe50c",
|
|
"reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.23-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.25.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-03-04T08:16:47+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/process",
|
|
"version": "v5.4.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/process.git",
|
|
"reference": "95440409896f90a5f85db07a32b517ecec17fa4c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/process/zipball/95440409896f90a5f85db07a32b517ecec17fa4c",
|
|
"reference": "95440409896f90a5f85db07a32b517ecec17fa4c",
|
|
"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.5"
|
|
},
|
|
"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-01-30T18:16:22+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [
|
|
{
|
|
"name": "dealerdirect/phpcodesniffer-composer-installer",
|
|
"version": "v0.7.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
|
|
"reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db",
|
|
"reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer-plugin-api": "^1.0 || ^2.0",
|
|
"php": ">=5.3",
|
|
"squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0"
|
|
},
|
|
"require-dev": {
|
|
"composer/composer": "*",
|
|
"php-parallel-lint/php-parallel-lint": "^1.3.1",
|
|
"phpcompatibility/php-compatibility": "^9.0"
|
|
},
|
|
"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"
|
|
},
|
|
{
|
|
"name": "Contributors",
|
|
"homepage": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer/graphs/contributors"
|
|
}
|
|
],
|
|
"description": "PHP_CodeSniffer Standards Composer Installer Plugin",
|
|
"homepage": "http://www.dealerdirect.com",
|
|
"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/dealerdirect/phpcodesniffer-composer-installer/issues",
|
|
"source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer"
|
|
},
|
|
"time": "2022-02-04T12:51:07+00:00"
|
|
},
|
|
{
|
|
"name": "squizlabs/php_codesniffer",
|
|
"version": "3.6.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
|
|
"reference": "5e4e71592f69da17871dba6e80dd51bce74a351a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/5e4e71592f69da17871dba6e80dd51bce74a351a",
|
|
"reference": "5e4e71592f69da17871dba6e80dd51bce74a351a",
|
|
"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"
|
|
},
|
|
"time": "2021-12-12T21:44:58+00:00"
|
|
}
|
|
],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": [],
|
|
"platform-dev": [],
|
|
"plugin-api-version": "2.2.0"
|
|
}
|