2021-11-30 18:20:42 +08: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-12-24 00:05:36 +08:00
|
|
|
"content-hash": "7a318338d9e074d6f02e1fba5b3dda24",
|
2021-11-30 18:20:42 +08:00
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"name": "guzzlehttp/guzzle",
|
2022-09-05 20:19:49 +08:00
|
|
|
"version": "7.5.0",
|
2021-11-30 18:20:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/guzzle/guzzle.git",
|
2022-09-05 20:19:49 +08:00
|
|
|
"reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-09-05 20:19:49 +08:00
|
|
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/b50a2a1251152e43f6a37f0fa053e730a67d25ba",
|
|
|
|
"reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba",
|
2021-11-30 18:20:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-json": "*",
|
2022-01-28 20:12:28 +08:00
|
|
|
"guzzlehttp/promises": "^1.5",
|
2022-06-21 20:18:55 +08:00
|
|
|
"guzzlehttp/psr7": "^1.9 || ^2.4",
|
2021-11-30 18:20:42 +08:00
|
|
|
"php": "^7.2.5 || ^8.0",
|
2022-01-28 20:12:28 +08:00
|
|
|
"psr/http-client": "^1.0",
|
|
|
|
"symfony/deprecation-contracts": "^2.2 || ^3.0"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"psr/http-client-implementation": "1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2022-09-05 20:19:49 +08:00
|
|
|
"bamarni/composer-bin-plugin": "^1.8.1",
|
2021-11-30 18:20:42 +08:00
|
|
|
"ext-curl": "*",
|
|
|
|
"php-http/client-integration-tests": "^3.0",
|
2022-09-05 20:19:49 +08:00
|
|
|
"phpunit/phpunit": "^8.5.29 || ^9.5.23",
|
2022-01-28 20:12:28 +08:00
|
|
|
"psr/log": "^1.1 || ^2.0 || ^3.0"
|
2021-11-30 18:20:42 +08: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"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
2022-09-05 20:19:49 +08:00
|
|
|
"bamarni-bin": {
|
|
|
|
"bin-links": true,
|
|
|
|
"forward-command": false
|
|
|
|
},
|
2021-11-30 18:20:42 +08:00
|
|
|
"branch-alias": {
|
2022-09-05 20:19:49 +08:00
|
|
|
"dev-master": "7.5-dev"
|
2021-11-30 18:20:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"src/functions_include.php"
|
2022-02-16 20:13:04 +08:00
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"GuzzleHttp\\": "src/"
|
|
|
|
}
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
2022-01-28 20:12:28 +08:00
|
|
|
{
|
|
|
|
"name": "Graham Campbell",
|
|
|
|
"email": "hello@gjcampbell.co.uk",
|
|
|
|
"homepage": "https://github.com/GrahamCampbell"
|
|
|
|
},
|
2021-11-30 18:20:42 +08:00
|
|
|
{
|
|
|
|
"name": "Michael Dowling",
|
|
|
|
"email": "mtdowling@gmail.com",
|
|
|
|
"homepage": "https://github.com/mtdowling"
|
|
|
|
},
|
2022-01-28 20:12:28 +08: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"
|
|
|
|
},
|
2021-11-30 18:20:42 +08:00
|
|
|
{
|
|
|
|
"name": "Márk Sági-Kazár",
|
|
|
|
"email": "mark.sagikazar@gmail.com",
|
2022-01-28 20:12:28 +08:00
|
|
|
"homepage": "https://github.com/sagikazarmark"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Tobias Schultze",
|
|
|
|
"email": "webmaster@tubo-world.de",
|
|
|
|
"homepage": "https://github.com/Tobion"
|
2021-11-30 18:20:42 +08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"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",
|
2022-09-05 20:19:49 +08:00
|
|
|
"source": "https://github.com/guzzle/guzzle/tree/7.5.0"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/GrahamCampbell",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/Nyholm",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
2022-01-28 20:12:28 +08:00
|
|
|
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
|
|
|
|
"type": "tidelift"
|
2021-11-30 18:20:42 +08:00
|
|
|
}
|
|
|
|
],
|
2022-09-05 20:19:49 +08:00
|
|
|
"time": "2022-08-28T15:39:27+00:00"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "guzzlehttp/promises",
|
2022-09-05 20:19:49 +08:00
|
|
|
"version": "1.5.2",
|
2021-11-30 18:20:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/guzzle/promises.git",
|
2022-09-05 20:19:49 +08:00
|
|
|
"reference": "b94b2807d85443f9719887892882d0329d1e2598"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-09-05 20:19:49 +08:00
|
|
|
"url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598",
|
|
|
|
"reference": "b94b2807d85443f9719887892882d0329d1e2598",
|
2021-11-30 18:20:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.5"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"symfony/phpunit-bridge": "^4.4 || ^5.1"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2022-01-28 20:12:28 +08:00
|
|
|
"dev-master": "1.5-dev"
|
2021-11-30 18:20:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"src/functions_include.php"
|
2022-02-23 20:16:38 +08:00
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"GuzzleHttp\\Promise\\": "src/"
|
|
|
|
}
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
2022-01-28 20:12:28 +08:00
|
|
|
{
|
|
|
|
"name": "Graham Campbell",
|
|
|
|
"email": "hello@gjcampbell.co.uk",
|
|
|
|
"homepage": "https://github.com/GrahamCampbell"
|
|
|
|
},
|
2021-11-30 18:20:42 +08:00
|
|
|
{
|
|
|
|
"name": "Michael Dowling",
|
|
|
|
"email": "mtdowling@gmail.com",
|
|
|
|
"homepage": "https://github.com/mtdowling"
|
2022-01-28 20:12:28 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"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-30 18:20:42 +08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Guzzle promises library",
|
|
|
|
"keywords": [
|
|
|
|
"promise"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/guzzle/promises/issues",
|
2022-09-05 20:19:49 +08:00
|
|
|
"source": "https://github.com/guzzle/promises/tree/1.5.2"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
2022-01-28 20:12:28 +08: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"
|
|
|
|
}
|
|
|
|
],
|
2022-09-05 20:19:49 +08:00
|
|
|
"time": "2022-08-28T14:55:35+00:00"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "guzzlehttp/psr7",
|
2022-10-27 20:23:27 +08:00
|
|
|
"version": "2.4.3",
|
2021-11-30 18:20:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/guzzle/psr7.git",
|
2022-10-27 20:23:27 +08:00
|
|
|
"reference": "67c26b443f348a51926030c83481b85718457d3d"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-10-27 20:23:27 +08:00
|
|
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/67c26b443f348a51926030c83481b85718457d3d",
|
|
|
|
"reference": "67c26b443f348a51926030c83481b85718457d3d",
|
2021-11-30 18:20:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-01-28 20:12:28 +08:00
|
|
|
"php": "^7.2.5 || ^8.0",
|
|
|
|
"psr/http-factory": "^1.0",
|
|
|
|
"psr/http-message": "^1.0",
|
|
|
|
"ralouphie/getallheaders": "^3.0"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"provide": {
|
2022-01-28 20:12:28 +08:00
|
|
|
"psr/http-factory-implementation": "1.0",
|
2021-11-30 18:20:42 +08:00
|
|
|
"psr/http-message-implementation": "1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2022-09-05 20:19:49 +08:00
|
|
|
"bamarni/composer-bin-plugin": "^1.8.1",
|
2022-01-28 20:12:28 +08:00
|
|
|
"http-interop/http-factory-tests": "^0.9",
|
2022-09-05 20:19:49 +08:00
|
|
|
"phpunit/phpunit": "^8.5.29 || ^9.5.23"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
2022-09-05 20:19:49 +08:00
|
|
|
"bamarni-bin": {
|
|
|
|
"bin-links": true,
|
|
|
|
"forward-command": false
|
|
|
|
},
|
2021-11-30 18:20:42 +08:00
|
|
|
"branch-alias": {
|
2022-06-21 20:18:55 +08:00
|
|
|
"dev-master": "2.4-dev"
|
2021-11-30 18:20:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"GuzzleHttp\\Psr7\\": "src/"
|
2022-01-28 20:12:28 +08:00
|
|
|
}
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
2022-01-28 20:12:28 +08:00
|
|
|
{
|
|
|
|
"name": "Graham Campbell",
|
|
|
|
"email": "hello@gjcampbell.co.uk",
|
|
|
|
"homepage": "https://github.com/GrahamCampbell"
|
|
|
|
},
|
2021-11-30 18:20:42 +08:00
|
|
|
{
|
|
|
|
"name": "Michael Dowling",
|
|
|
|
"email": "mtdowling@gmail.com",
|
|
|
|
"homepage": "https://github.com/mtdowling"
|
|
|
|
},
|
2022-01-28 20:12:28 +08:00
|
|
|
{
|
|
|
|
"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"
|
|
|
|
},
|
2021-11-30 18:20:42 +08:00
|
|
|
{
|
|
|
|
"name": "Tobias Schultze",
|
2022-01-28 20:12:28 +08:00
|
|
|
"email": "webmaster@tubo-world.de",
|
2021-11-30 18:20:42 +08:00
|
|
|
"homepage": "https://github.com/Tobion"
|
2022-01-28 20:12:28 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Márk Sági-Kazár",
|
|
|
|
"email": "mark.sagikazar@gmail.com",
|
|
|
|
"homepage": "https://sagikazarmark.hu"
|
2021-11-30 18:20:42 +08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"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",
|
2022-10-27 20:23:27 +08:00
|
|
|
"source": "https://github.com/guzzle/psr7/tree/2.4.3"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
2022-01-28 20:12:28 +08: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-10-27 20:23:27 +08:00
|
|
|
"time": "2022-10-26T14:07:24+00:00"
|
2021-11-30 18:20:42 +08: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"
|
|
|
|
},
|
|
|
|
{
|
2022-04-10 20:14:47 +08:00
|
|
|
"name": "laravel/serializable-closure",
|
2022-09-19 20:24:35 +08:00
|
|
|
"version": "v1.2.2",
|
2021-11-30 18:20:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2022-04-10 20:14:47 +08:00
|
|
|
"url": "https://github.com/laravel/serializable-closure.git",
|
2022-09-19 20:24:35 +08:00
|
|
|
"reference": "47afb7fae28ed29057fdca37e16a84f90cc62fae"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-09-19 20:24:35 +08:00
|
|
|
"url": "https://api.github.com/repos/laravel/serializable-closure/zipball/47afb7fae28ed29057fdca37e16a84f90cc62fae",
|
|
|
|
"reference": "47afb7fae28ed29057fdca37e16a84f90cc62fae",
|
2021-11-30 18:20:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-04-10 20:14:47 +08:00
|
|
|
"php": "^7.3|^8.0"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2022-09-05 20:19:49 +08:00
|
|
|
"nesbot/carbon": "^2.61",
|
|
|
|
"pestphp/pest": "^1.21.3",
|
|
|
|
"phpstan/phpstan": "^1.8.2",
|
|
|
|
"symfony/var-dumper": "^5.4.11"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"type": "library",
|
2022-04-10 20:14:47 +08:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.x-dev"
|
|
|
|
}
|
|
|
|
},
|
2021-11-30 18:20:42 +08:00
|
|
|
"autoload": {
|
2022-02-05 20:10:03 +08:00
|
|
|
"psr-4": {
|
2022-04-10 20:14:47 +08:00
|
|
|
"Laravel\\SerializableClosure\\": "src/"
|
2022-02-05 20:10:03 +08:00
|
|
|
}
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2022-04-10 20:14:47 +08:00
|
|
|
"MIT"
|
2021-11-30 18:20:42 +08:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2022-04-10 20:14:47 +08:00
|
|
|
"name": "Taylor Otwell",
|
|
|
|
"email": "taylor@laravel.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Nuno Maduro",
|
|
|
|
"email": "nuno@laravel.com"
|
2021-11-30 18:20:42 +08:00
|
|
|
}
|
|
|
|
],
|
2022-04-10 20:14:47 +08:00
|
|
|
"description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
|
2021-11-30 18:20:42 +08:00
|
|
|
"keywords": [
|
2022-04-10 20:14:47 +08:00
|
|
|
"closure",
|
|
|
|
"laravel",
|
|
|
|
"serializable"
|
2021-11-30 18:20:42 +08:00
|
|
|
],
|
|
|
|
"support": {
|
2022-04-10 20:14:47 +08:00
|
|
|
"issues": "https://github.com/laravel/serializable-closure/issues",
|
|
|
|
"source": "https://github.com/laravel/serializable-closure"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
2022-09-19 20:24:35 +08:00
|
|
|
"time": "2022-09-08T13:45:54+00:00"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
{
|
2022-04-10 20:14:47 +08:00
|
|
|
"name": "nikic/fast-route",
|
|
|
|
"version": "v1.3.0",
|
2021-11-30 18:20:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2022-04-10 20:14:47 +08:00
|
|
|
"url": "https://github.com/nikic/FastRoute.git",
|
|
|
|
"reference": "181d480e08d9476e61381e04a71b34dc0432e812"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-04-10 20:14:47 +08:00
|
|
|
"url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
|
|
|
|
"reference": "181d480e08d9476e61381e04a71b34dc0432e812",
|
2021-11-30 18:20:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-04-10 20:14:47 +08:00
|
|
|
"php": ">=5.4.0"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2022-04-10 20:14:47 +08:00
|
|
|
"phpunit/phpunit": "^4.8.35|~5.7"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
2022-04-10 20:14:47 +08:00
|
|
|
"src/functions.php"
|
2022-02-27 20:15:24 +08:00
|
|
|
],
|
|
|
|
"psr-4": {
|
2022-04-10 20:14:47 +08:00
|
|
|
"FastRoute\\": "src/"
|
2022-02-27 20:15:24 +08:00
|
|
|
}
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2022-04-10 20:14:47 +08:00
|
|
|
"BSD-3-Clause"
|
2021-11-30 18:20:42 +08:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2022-04-10 20:14:47 +08:00
|
|
|
"name": "Nikita Popov",
|
|
|
|
"email": "nikic@php.net"
|
2021-11-30 18:20:42 +08:00
|
|
|
}
|
|
|
|
],
|
2022-04-10 20:14:47 +08:00
|
|
|
"description": "Fast request router for PHP",
|
2021-11-30 18:20:42 +08:00
|
|
|
"keywords": [
|
2022-04-10 20:14:47 +08:00
|
|
|
"router",
|
|
|
|
"routing"
|
2021-11-30 18:20:42 +08:00
|
|
|
],
|
|
|
|
"support": {
|
2022-04-10 20:14:47 +08:00
|
|
|
"issues": "https://github.com/nikic/FastRoute/issues",
|
|
|
|
"source": "https://github.com/nikic/FastRoute/tree/master"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
2022-04-10 20:14:47 +08:00
|
|
|
"time": "2018-02-13T20:26:39+00:00"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "php-di/invoker",
|
2022-01-28 20:12:28 +08:00
|
|
|
"version": "2.3.3",
|
2021-11-30 18:20:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/PHP-DI/Invoker.git",
|
2022-01-28 20:12:28 +08:00
|
|
|
"reference": "cd6d9f267d1a3474bdddf1be1da079f01b942786"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-01-28 20:12:28 +08:00
|
|
|
"url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/cd6d9f267d1a3474bdddf1be1da079f01b942786",
|
|
|
|
"reference": "cd6d9f267d1a3474bdddf1be1da079f01b942786",
|
2021-11-30 18:20:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.3",
|
|
|
|
"psr/container": "^1.0|^2.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"athletic/athletic": "~0.1.8",
|
|
|
|
"mnapoli/hard-mode": "~0.3.0",
|
|
|
|
"phpunit/phpunit": "^9.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Invoker\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"description": "Generic and extensible callable invoker",
|
|
|
|
"homepage": "https://github.com/PHP-DI/Invoker",
|
|
|
|
"keywords": [
|
|
|
|
"callable",
|
|
|
|
"dependency",
|
|
|
|
"dependency-injection",
|
|
|
|
"injection",
|
|
|
|
"invoke",
|
|
|
|
"invoker"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/PHP-DI/Invoker/issues",
|
2022-01-28 20:12:28 +08:00
|
|
|
"source": "https://github.com/PHP-DI/Invoker/tree/2.3.3"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/mnapoli",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
2022-01-28 20:12:28 +08:00
|
|
|
"time": "2021-12-13T09:22:56+00:00"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "php-di/php-di",
|
2022-04-10 20:14:47 +08:00
|
|
|
"version": "6.4.0",
|
2021-11-30 18:20:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/PHP-DI/PHP-DI.git",
|
2022-04-10 20:14:47 +08:00
|
|
|
"reference": "ae0f1b3b03d8b29dff81747063cbfd6276246cc4"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-04-10 20:14:47 +08:00
|
|
|
"url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/ae0f1b3b03d8b29dff81747063cbfd6276246cc4",
|
|
|
|
"reference": "ae0f1b3b03d8b29dff81747063cbfd6276246cc4",
|
2021-11-30 18:20:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-04-10 20:14:47 +08:00
|
|
|
"laravel/serializable-closure": "^1.0",
|
|
|
|
"php": ">=7.4.0",
|
2021-11-30 18:20:42 +08:00
|
|
|
"php-di/invoker": "^2.0",
|
|
|
|
"php-di/phpdoc-reader": "^2.0.1",
|
|
|
|
"psr/container": "^1.0"
|
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"psr/container-implementation": "^1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2022-04-10 20:14:47 +08:00
|
|
|
"doctrine/annotations": "~1.10",
|
2021-11-30 18:20:42 +08:00
|
|
|
"friendsofphp/php-cs-fixer": "^2.4",
|
|
|
|
"mnapoli/phpunit-easymock": "^1.2",
|
2022-04-10 20:14:47 +08:00
|
|
|
"ocramius/proxy-manager": "^2.11.2",
|
2021-11-30 18:20:42 +08:00
|
|
|
"phpstan/phpstan": "^0.12",
|
2022-04-10 20:14:47 +08:00
|
|
|
"phpunit/phpunit": "^9.5"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"doctrine/annotations": "Install it if you want to use annotations (version ~1.2)",
|
|
|
|
"ocramius/proxy-manager": "Install it if you want to use lazy injection (version ~2.0)"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"src/functions.php"
|
2022-02-16 20:13:04 +08:00
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"DI\\": "src/"
|
|
|
|
}
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"description": "The dependency injection container for humans",
|
|
|
|
"homepage": "https://php-di.org/",
|
|
|
|
"keywords": [
|
|
|
|
"PSR-11",
|
|
|
|
"container",
|
|
|
|
"container-interop",
|
|
|
|
"dependency injection",
|
|
|
|
"di",
|
|
|
|
"ioc",
|
|
|
|
"psr11"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/PHP-DI/PHP-DI/issues",
|
2022-04-10 20:14:47 +08:00
|
|
|
"source": "https://github.com/PHP-DI/PHP-DI/tree/6.4.0"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/mnapoli",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/php-di/php-di",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2022-04-10 20:14:47 +08:00
|
|
|
"time": "2022-04-09T16:46:38+00:00"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "php-di/phpdoc-reader",
|
|
|
|
"version": "2.2.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/PHP-DI/PhpDocReader.git",
|
|
|
|
"reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/PHP-DI/PhpDocReader/zipball/66daff34cbd2627740ffec9469ffbac9f8c8185c",
|
|
|
|
"reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.2.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"mnapoli/hard-mode": "~0.3.0",
|
|
|
|
"phpunit/phpunit": "^8.5|^9.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"PhpDocReader\\": "src/PhpDocReader"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"description": "PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)",
|
|
|
|
"keywords": [
|
|
|
|
"phpdoc",
|
|
|
|
"reflection"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/PHP-DI/PhpDocReader/issues",
|
|
|
|
"source": "https://github.com/PHP-DI/PhpDocReader/tree/2.2.1"
|
|
|
|
},
|
|
|
|
"time": "2020-10-12T12:39:22+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "php-di/slim-bridge",
|
2022-01-28 20:12:28 +08:00
|
|
|
"version": "3.2.0",
|
2021-11-30 18:20:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/PHP-DI/Slim-Bridge.git",
|
2022-01-28 20:12:28 +08:00
|
|
|
"reference": "1644a2f31079e92a14cebbf90c7f71ebcbe39ee6"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-01-28 20:12:28 +08:00
|
|
|
"url": "https://api.github.com/repos/PHP-DI/Slim-Bridge/zipball/1644a2f31079e92a14cebbf90c7f71ebcbe39ee6",
|
|
|
|
"reference": "1644a2f31079e92a14cebbf90c7f71ebcbe39ee6",
|
2021-11-30 18:20:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": "^7.1 || ^8.0",
|
|
|
|
"php-di/invoker": "^2.0.0",
|
|
|
|
"php-di/php-di": "^6.0.0",
|
|
|
|
"slim/slim": "^4.2.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"laminas/laminas-diactoros": "^2.1",
|
|
|
|
"phpunit/phpunit": ">= 7.0 < 10"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"DI\\Bridge\\Slim\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"description": "PHP-DI integration in Slim",
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/PHP-DI/Slim-Bridge/issues",
|
2022-01-28 20:12:28 +08:00
|
|
|
"source": "https://github.com/PHP-DI/Slim-Bridge/tree/3.2.0"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
2022-01-28 20:12:28 +08:00
|
|
|
"time": "2021-11-01T16:14:12+00:00"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "psr/container",
|
2022-01-28 20:12:28 +08:00
|
|
|
"version": "1.1.2",
|
2021-11-30 18:20:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/container.git",
|
2022-01-28 20:12:28 +08:00
|
|
|
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-01-28 20:12:28 +08:00
|
|
|
"url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
|
|
|
|
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
|
2021-11-30 18:20:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-01-28 20:12:28 +08:00
|
|
|
"php": ">=7.4.0"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Psr\\Container\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "PHP-FIG",
|
|
|
|
"homepage": "https://www.php-fig.org/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common Container Interface (PHP FIG PSR-11)",
|
|
|
|
"homepage": "https://github.com/php-fig/container",
|
|
|
|
"keywords": [
|
|
|
|
"PSR-11",
|
|
|
|
"container",
|
|
|
|
"container-interface",
|
|
|
|
"container-interop",
|
|
|
|
"psr"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/php-fig/container/issues",
|
2022-01-28 20:12:28 +08:00
|
|
|
"source": "https://github.com/php-fig/container/tree/1.1.2"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
2022-01-28 20:12:28 +08:00
|
|
|
"time": "2021-11-05T16:50:12+00:00"
|
2021-11-30 18:20:42 +08: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": "psr/http-server-handler",
|
|
|
|
"version": "1.0.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/http-server-handler.git",
|
|
|
|
"reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
|
|
|
|
"reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.0",
|
|
|
|
"psr/http-message": "^1.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Psr\\Http\\Server\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "PHP-FIG",
|
|
|
|
"homepage": "http://www.php-fig.org/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common interface for HTTP server-side request handler",
|
|
|
|
"keywords": [
|
|
|
|
"handler",
|
|
|
|
"http",
|
|
|
|
"http-interop",
|
|
|
|
"psr",
|
|
|
|
"psr-15",
|
|
|
|
"psr-7",
|
|
|
|
"request",
|
|
|
|
"response",
|
|
|
|
"server"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/php-fig/http-server-handler/issues",
|
|
|
|
"source": "https://github.com/php-fig/http-server-handler/tree/master"
|
|
|
|
},
|
|
|
|
"time": "2018-10-30T16:46:14+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "psr/http-server-middleware",
|
|
|
|
"version": "1.0.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/http-server-middleware.git",
|
|
|
|
"reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/2296f45510945530b9dceb8bcedb5cb84d40c5f5",
|
|
|
|
"reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.0",
|
|
|
|
"psr/http-message": "^1.0",
|
|
|
|
"psr/http-server-handler": "^1.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Psr\\Http\\Server\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "PHP-FIG",
|
|
|
|
"homepage": "http://www.php-fig.org/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common interface for HTTP server-side middleware",
|
|
|
|
"keywords": [
|
|
|
|
"http",
|
|
|
|
"http-interop",
|
|
|
|
"middleware",
|
|
|
|
"psr",
|
|
|
|
"psr-15",
|
|
|
|
"psr-7",
|
|
|
|
"request",
|
|
|
|
"response"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/php-fig/http-server-middleware/issues",
|
|
|
|
"source": "https://github.com/php-fig/http-server-middleware/tree/master"
|
|
|
|
},
|
|
|
|
"time": "2018-10-30T17:12:04+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "psr/log",
|
2022-01-28 20:12:28 +08:00
|
|
|
"version": "3.0.0",
|
2021-11-30 18:20:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/log.git",
|
2022-01-28 20:12:28 +08:00
|
|
|
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-01-28 20:12:28 +08:00
|
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
|
|
|
|
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
|
2021-11-30 18:20:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-01-28 20:12:28 +08:00
|
|
|
"php": ">=8.0.0"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2022-01-28 20:12:28 +08:00
|
|
|
"dev-master": "3.x-dev"
|
2021-11-30 18:20:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2022-01-28 20:12:28 +08:00
|
|
|
"Psr\\Log\\": "src"
|
2021-11-30 18:20:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "PHP-FIG",
|
|
|
|
"homepage": "https://www.php-fig.org/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common interface for logging libraries",
|
|
|
|
"homepage": "https://github.com/php-fig/log",
|
|
|
|
"keywords": [
|
|
|
|
"log",
|
|
|
|
"psr",
|
|
|
|
"psr-3"
|
|
|
|
],
|
|
|
|
"support": {
|
2022-01-28 20:12:28 +08:00
|
|
|
"source": "https://github.com/php-fig/log/tree/3.0.0"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
2022-01-28 20:12:28 +08:00
|
|
|
"time": "2021-07-14T16:46:02+00:00"
|
2021-11-30 18:20:42 +08: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": "slim/csrf",
|
2022-11-09 20:24:54 +08:00
|
|
|
"version": "1.3.0",
|
2021-11-30 18:20:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/slimphp/Slim-Csrf.git",
|
2022-11-09 20:24:54 +08:00
|
|
|
"reference": "ebaaf295fd6d7224078d8ae3bba45329b31798c7"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-11-09 20:24:54 +08:00
|
|
|
"url": "https://api.github.com/repos/slimphp/Slim-Csrf/zipball/ebaaf295fd6d7224078d8ae3bba45329b31798c7",
|
|
|
|
"reference": "ebaaf295fd6d7224078d8ae3bba45329b31798c7",
|
2021-11-30 18:20:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-11-09 20:24:54 +08:00
|
|
|
"php": "^7.4 || ^8.0",
|
2021-11-30 18:20:42 +08:00
|
|
|
"psr/http-factory": "^1.0",
|
|
|
|
"psr/http-message": "^1.0",
|
|
|
|
"psr/http-server-handler": "^1.0",
|
|
|
|
"psr/http-server-middleware": "^1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2022-11-09 20:24:54 +08:00
|
|
|
"phpspec/prophecy": "^1.15",
|
2021-11-30 18:20:42 +08:00
|
|
|
"phpspec/prophecy-phpunit": "^2.0",
|
|
|
|
"phpunit/phpunit": "^9.5",
|
2022-11-09 20:24:54 +08:00
|
|
|
"squizlabs/php_codesniffer": "^3.7"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Slim\\Csrf\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Josh Lockhart",
|
|
|
|
"email": "hello@joshlockhart.com",
|
|
|
|
"homepage": "http://joshlockhart.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Slim Framework 4 CSRF protection PSR-15 middleware",
|
2022-11-09 20:24:54 +08:00
|
|
|
"homepage": "https://www.slimframework.com",
|
2021-11-30 18:20:42 +08:00
|
|
|
"keywords": [
|
|
|
|
"csrf",
|
|
|
|
"framework",
|
|
|
|
"middleware",
|
|
|
|
"slim"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/slimphp/Slim-Csrf/issues",
|
2022-11-09 20:24:54 +08:00
|
|
|
"source": "https://github.com/slimphp/Slim-Csrf/tree/1.3.0"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
2022-11-09 20:24:54 +08:00
|
|
|
"time": "2022-11-05T19:27:53+00:00"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "slim/slim",
|
2022-11-09 20:24:54 +08:00
|
|
|
"version": "4.11.0",
|
2021-11-30 18:20:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/slimphp/Slim.git",
|
2022-11-09 20:24:54 +08:00
|
|
|
"reference": "b0f4ca393ea037be9ac7292ba7d0a34d18bac0c7"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-11-09 20:24:54 +08:00
|
|
|
"url": "https://api.github.com/repos/slimphp/Slim/zipball/b0f4ca393ea037be9ac7292ba7d0a34d18bac0c7",
|
|
|
|
"reference": "b0f4ca393ea037be9ac7292ba7d0a34d18bac0c7",
|
2021-11-30 18:20:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-json": "*",
|
|
|
|
"nikic/fast-route": "^1.3",
|
2022-03-15 20:14:50 +08:00
|
|
|
"php": "^7.4 || ^8.0",
|
2021-11-30 18:20:42 +08:00
|
|
|
"psr/container": "^1.0 || ^2.0",
|
|
|
|
"psr/http-factory": "^1.0",
|
|
|
|
"psr/http-message": "^1.0",
|
|
|
|
"psr/http-server-handler": "^1.0",
|
|
|
|
"psr/http-server-middleware": "^1.0",
|
2022-01-28 20:12:28 +08:00
|
|
|
"psr/log": "^1.1 || ^2.0 || ^3.0"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2022-11-09 20:24:54 +08:00
|
|
|
"adriansuter/php-autoload-override": "^1.3",
|
2021-11-30 18:20:42 +08:00
|
|
|
"ext-simplexml": "*",
|
2022-11-09 20:24:54 +08:00
|
|
|
"guzzlehttp/psr7": "^2.4",
|
2022-03-15 20:14:50 +08:00
|
|
|
"httpsoft/http-message": "^1.0",
|
|
|
|
"httpsoft/http-server-request": "^1.0",
|
2022-11-09 20:24:54 +08:00
|
|
|
"laminas/laminas-diactoros": "^2.17",
|
2022-03-15 20:14:50 +08:00
|
|
|
"nyholm/psr7": "^1.5",
|
2022-01-28 20:12:28 +08:00
|
|
|
"nyholm/psr7-server": "^1.0",
|
2022-03-15 20:14:50 +08:00
|
|
|
"phpspec/prophecy": "^1.15",
|
2022-01-28 20:12:28 +08:00
|
|
|
"phpspec/prophecy-phpunit": "^2.0",
|
2022-11-09 20:24:54 +08:00
|
|
|
"phpstan/phpstan": "^1.8",
|
2022-01-28 20:12:28 +08:00
|
|
|
"phpunit/phpunit": "^9.5",
|
2021-11-30 18:20:42 +08:00
|
|
|
"slim/http": "^1.2",
|
2022-01-28 20:12:28 +08:00
|
|
|
"slim/psr7": "^1.5",
|
2022-11-09 20:24:54 +08:00
|
|
|
"squizlabs/php_codesniffer": "^3.7"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-simplexml": "Needed to support XML format in BodyParsingMiddleware",
|
|
|
|
"ext-xml": "Needed to support XML format in BodyParsingMiddleware",
|
|
|
|
"php-di/php-di": "PHP-DI is the recommended container library to be used with Slim",
|
|
|
|
"slim/psr7": "Slim PSR-7 implementation. See https://www.slimframework.com/docs/v4/start/installation.html for more information."
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Slim\\": "Slim"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Josh Lockhart",
|
|
|
|
"email": "hello@joshlockhart.com",
|
|
|
|
"homepage": "https://joshlockhart.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Andrew Smith",
|
|
|
|
"email": "a.smith@silentworks.co.uk",
|
|
|
|
"homepage": "http://silentworks.co.uk"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Rob Allen",
|
|
|
|
"email": "rob@akrabat.com",
|
|
|
|
"homepage": "http://akrabat.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Pierre Berube",
|
|
|
|
"email": "pierre@lgse.com",
|
|
|
|
"homepage": "http://www.lgse.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Gabriel Manricks",
|
|
|
|
"email": "gmanricks@me.com",
|
|
|
|
"homepage": "http://gabrielmanricks.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
|
|
|
|
"homepage": "https://www.slimframework.com",
|
|
|
|
"keywords": [
|
|
|
|
"api",
|
|
|
|
"framework",
|
|
|
|
"micro",
|
|
|
|
"router"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"docs": "https://www.slimframework.com/docs/v4/",
|
|
|
|
"forum": "https://discourse.slimframework.com/",
|
|
|
|
"irc": "irc://irc.freenode.net:6667/slimphp",
|
|
|
|
"issues": "https://github.com/slimphp/Slim/issues",
|
|
|
|
"rss": "https://www.slimframework.com/blog/feed.rss",
|
|
|
|
"slack": "https://slimphp.slack.com/",
|
|
|
|
"source": "https://github.com/slimphp/Slim",
|
|
|
|
"wiki": "https://github.com/slimphp/Slim/wiki"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://opencollective.com/slimphp",
|
|
|
|
"type": "open_collective"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/slim/slim",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2022-11-09 20:24:54 +08:00
|
|
|
"time": "2022-11-06T16:33:39+00:00"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "slim/twig-view",
|
2022-01-28 20:12:28 +08:00
|
|
|
"version": "3.3.0",
|
2021-11-30 18:20:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/slimphp/Twig-View.git",
|
2022-01-28 20:12:28 +08:00
|
|
|
"reference": "df6dd6af6bbe28041be49c9fb8470c2e9b70cd98"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-01-28 20:12:28 +08:00
|
|
|
"url": "https://api.github.com/repos/slimphp/Twig-View/zipball/df6dd6af6bbe28041be49c9fb8470c2e9b70cd98",
|
|
|
|
"reference": "df6dd6af6bbe28041be49c9fb8470c2e9b70cd98",
|
2021-11-30 18:20:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-01-28 20:12:28 +08:00
|
|
|
"php": "^7.4 || ^8.0",
|
2021-11-30 18:20:42 +08:00
|
|
|
"psr/http-message": "^1.0",
|
2022-01-28 20:12:28 +08:00
|
|
|
"slim/slim": "^4.9",
|
|
|
|
"symfony/polyfill-php81": "^1.23",
|
|
|
|
"twig/twig": "^3.3"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2022-01-28 20:12:28 +08:00
|
|
|
"phpspec/prophecy-phpunit": "^2.0",
|
|
|
|
"phpstan/phpstan": "^1.3.0",
|
|
|
|
"phpunit/phpunit": "^9.5",
|
2021-11-30 18:20:42 +08:00
|
|
|
"psr/http-factory": "^1.0",
|
2022-01-28 20:12:28 +08:00
|
|
|
"squizlabs/php_codesniffer": "^3.6"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Slim\\Views\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Josh Lockhart",
|
|
|
|
"email": "hello@joshlockhart.com",
|
|
|
|
"homepage": "http://joshlockhart.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Pierre Berube",
|
|
|
|
"email": "pierre@lgse.com",
|
|
|
|
"homepage": "http://www.lgse.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Slim Framework 4 view helper built on top of the Twig 3 templating component",
|
|
|
|
"homepage": "https://www.slimframework.com",
|
|
|
|
"keywords": [
|
|
|
|
"framework",
|
|
|
|
"slim",
|
|
|
|
"template",
|
|
|
|
"twig",
|
|
|
|
"view"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/slimphp/Twig-View/issues",
|
2022-01-28 20:12:28 +08:00
|
|
|
"source": "https://github.com/slimphp/Twig-View/tree/3.3.0"
|
|
|
|
},
|
|
|
|
"time": "2022-01-02T05:14:45+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/deprecation-contracts",
|
2022-12-24 00:05:36 +08:00
|
|
|
"version": "v3.2.0",
|
2022-01-28 20:12:28 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/deprecation-contracts.git",
|
2022-12-24 00:05:36 +08:00
|
|
|
"reference": "1ee04c65529dea5d8744774d474e7cbd2f1206d3"
|
2022-01-28 20:12:28 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-12-24 00:05:36 +08:00
|
|
|
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/1ee04c65529dea5d8744774d474e7cbd2f1206d3",
|
|
|
|
"reference": "1ee04c65529dea5d8744774d474e7cbd2f1206d3",
|
2022-01-28 20:12:28 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-12-24 00:05:36 +08:00
|
|
|
"php": ">=8.1"
|
2022-01-28 20:12:28 +08:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2022-12-24 00:05:36 +08:00
|
|
|
"dev-main": "3.3-dev"
|
2022-01-28 20:12:28 +08: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-12-24 00:05:36 +08:00
|
|
|
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.2.0"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
2022-01-28 20:12:28 +08: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-12-24 00:05:36 +08:00
|
|
|
"time": "2022-11-25T10:21:52+00:00"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-ctype",
|
2022-11-10 20:26:29 +08:00
|
|
|
"version": "v1.27.0",
|
2021-11-30 18:20:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
2022-11-10 20:26:29 +08:00
|
|
|
"reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-11-10 20:26:29 +08:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
|
|
|
|
"reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
|
2021-11-30 18:20:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.1"
|
|
|
|
},
|
2022-01-28 20:12:28 +08:00
|
|
|
"provide": {
|
|
|
|
"ext-ctype": "*"
|
|
|
|
},
|
2021-11-30 18:20:42 +08:00
|
|
|
"suggest": {
|
|
|
|
"ext-ctype": "For best performance"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2022-11-10 20:26:29 +08:00
|
|
|
"dev-main": "1.27-dev"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
2022-02-27 20:15:24 +08:00
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Ctype\\": ""
|
|
|
|
}
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Gert de Pagter",
|
|
|
|
"email": "BackEndTea@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony polyfill for ctype functions",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"ctype",
|
|
|
|
"polyfill",
|
|
|
|
"portable"
|
|
|
|
],
|
|
|
|
"support": {
|
2022-11-10 20:26:29 +08:00
|
|
|
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
|
2021-11-30 18:20:42 +08: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-11-10 20:26:29 +08:00
|
|
|
"time": "2022-11-03T14:55:06+00:00"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-mbstring",
|
2022-11-10 20:26:29 +08:00
|
|
|
"version": "v1.27.0",
|
2021-11-30 18:20:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
2022-11-10 20:26:29 +08:00
|
|
|
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-11-10 20:26:29 +08:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
|
|
|
|
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
|
2021-11-30 18:20:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.1"
|
|
|
|
},
|
2022-01-28 20:12:28 +08:00
|
|
|
"provide": {
|
|
|
|
"ext-mbstring": "*"
|
|
|
|
},
|
2021-11-30 18:20:42 +08:00
|
|
|
"suggest": {
|
|
|
|
"ext-mbstring": "For best performance"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2022-11-10 20:26:29 +08:00
|
|
|
"dev-main": "1.27-dev"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
2022-02-13 20:11:36 +08:00
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
|
|
|
}
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony polyfill for the Mbstring extension",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"mbstring",
|
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
|
|
|
"support": {
|
2022-11-10 20:26:29 +08:00
|
|
|
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
|
2022-01-28 20:12:28 +08: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-11-10 20:26:29 +08:00
|
|
|
"time": "2022-11-03T14:55:06+00:00"
|
2022-01-28 20:12:28 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-php81",
|
2022-11-10 20:26:29 +08:00
|
|
|
"version": "v1.27.0",
|
2022-01-28 20:12:28 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-php81.git",
|
2022-11-10 20:26:29 +08:00
|
|
|
"reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a"
|
2022-01-28 20:12:28 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-11-10 20:26:29 +08:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/707403074c8ea6e2edaf8794b0157a0bfa52157a",
|
|
|
|
"reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a",
|
2022-01-28 20:12:28 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.1"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2022-11-10 20:26:29 +08:00
|
|
|
"dev-main": "1.27-dev"
|
2022-01-28 20:12:28 +08:00
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
],
|
2022-02-05 20:10:03 +08:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Php81\\": ""
|
|
|
|
},
|
2022-01-28 20:12:28 +08:00
|
|
|
"classmap": [
|
|
|
|
"Resources/stubs"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
|
|
|
"support": {
|
2022-11-10 20:26:29 +08:00
|
|
|
"source": "https://github.com/symfony/polyfill-php81/tree/v1.27.0"
|
2021-11-30 18:20:42 +08: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-11-10 20:26:29 +08:00
|
|
|
"time": "2022-11-03T14:55:06+00:00"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "twig/twig",
|
2022-12-29 20:15:09 +08:00
|
|
|
"version": "v3.5.0",
|
2021-11-30 18:20:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/twigphp/Twig.git",
|
2022-12-29 20:15:09 +08:00
|
|
|
"reference": "3ffcf4b7d890770466da3b2666f82ac054e7ec72"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-12-29 20:15:09 +08:00
|
|
|
"url": "https://api.github.com/repos/twigphp/Twig/zipball/3ffcf4b7d890770466da3b2666f82ac054e7ec72",
|
|
|
|
"reference": "3ffcf4b7d890770466da3b2666f82ac054e7ec72",
|
2021-11-30 18:20:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.2.5",
|
|
|
|
"symfony/polyfill-ctype": "^1.8",
|
|
|
|
"symfony/polyfill-mbstring": "^1.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"psr/container": "^1.0",
|
2022-01-28 20:12:28 +08:00
|
|
|
"symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2022-12-29 20:15:09 +08:00
|
|
|
"dev-master": "3.5-dev"
|
2021-11-30 18:20:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Twig\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com",
|
|
|
|
"homepage": "http://fabien.potencier.org",
|
|
|
|
"role": "Lead Developer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Twig Team",
|
|
|
|
"role": "Contributors"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Armin Ronacher",
|
|
|
|
"email": "armin.ronacher@active-4.com",
|
|
|
|
"role": "Project Founder"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Twig, the flexible, fast, and secure template language for PHP",
|
|
|
|
"homepage": "https://twig.symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"templating"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/twigphp/Twig/issues",
|
2022-12-29 20:15:09 +08:00
|
|
|
"source": "https://github.com/twigphp/Twig/tree/v3.5.0"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2022-12-29 20:15:09 +08:00
|
|
|
"time": "2022-12-27T12:28:18+00:00"
|
2021-11-30 18:20:42 +08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"packages-dev": [],
|
|
|
|
"aliases": [],
|
|
|
|
"minimum-stability": "stable",
|
|
|
|
"stability-flags": [],
|
|
|
|
"prefer-stable": false,
|
|
|
|
"prefer-lowest": false,
|
|
|
|
"platform": {
|
2022-12-24 00:05:36 +08:00
|
|
|
"php": "^8.1",
|
2021-11-30 18:20:42 +08:00
|
|
|
"ext-json": "*",
|
2022-01-28 20:12:28 +08:00
|
|
|
"ext-sodium": "*",
|
|
|
|
"ext-curl": "*",
|
|
|
|
"ext-apcu": "*"
|
2021-11-30 18:20:42 +08:00
|
|
|
},
|
|
|
|
"platform-dev": [],
|
2022-03-30 20:21:43 +08:00
|
|
|
"plugin-api-version": "2.3.0"
|
2021-11-30 18:20:42 +08:00
|
|
|
}
|