1451 lines
50 KiB
JSON
1451 lines
50 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": "e7cbf8cfe22ea0e64510fe92ffbb4c00",
|
|
"packages": [
|
|
{
|
|
"name": "fig/http-message-util",
|
|
"version": "1.1.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/http-message-util.git",
|
|
"reference": "9d94dc0154230ac39e5bf89398b324a86f63f765"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/http-message-util/zipball/9d94dc0154230ac39e5bf89398b324a86f63f765",
|
|
"reference": "9d94dc0154230ac39e5bf89398b324a86f63f765",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.3 || ^7.0 || ^8.0"
|
|
},
|
|
"suggest": {
|
|
"psr/http-message": "The package containing the PSR-7 interfaces"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Fig\\Http\\Message\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "https://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Utility classes and constants for use with PSR-7 (psr/http-message)",
|
|
"keywords": [
|
|
"http",
|
|
"http-message",
|
|
"psr",
|
|
"psr-7",
|
|
"request",
|
|
"response"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/php-fig/http-message-util/issues",
|
|
"source": "https://github.com/php-fig/http-message-util/tree/1.1.5"
|
|
},
|
|
"time": "2020-11-24T22:02:12+00:00"
|
|
},
|
|
{
|
|
"name": "hassankhan/config",
|
|
"version": "3.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/hassankhan/config.git",
|
|
"reference": "82421bb17d21cb0c10b98b89ea54aa4027adfc3f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/hassankhan/config/zipball/82421bb17d21cb0c10b98b89ea54aa4027adfc3f",
|
|
"reference": "82421bb17d21cb0c10b98b89ea54aa4027adfc3f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.5.9"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.8.36 || ~5.7 || ~6.5 || ~7.5 || ~8.5",
|
|
"scrutinizer/ocular": "~1.1",
|
|
"squizlabs/php_codesniffer": "~2.2",
|
|
"symfony/yaml": "~3.4",
|
|
"yoast/phpunit-polyfills": "^1.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/yaml": "~3.4"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Noodlehaus\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Hassan Khan",
|
|
"homepage": "http://hassankhan.me/",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files",
|
|
"homepage": "http://hassankhan.me/config/",
|
|
"keywords": [
|
|
"config",
|
|
"configuration",
|
|
"ini",
|
|
"json",
|
|
"microphp",
|
|
"unframework",
|
|
"xml",
|
|
"yaml",
|
|
"yml"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/hassankhan/config/issues",
|
|
"source": "https://github.com/hassankhan/config/tree/3.0.1"
|
|
},
|
|
"time": "2022-03-26T19:37:50+00:00"
|
|
},
|
|
{
|
|
"name": "laravel/serializable-closure",
|
|
"version": "v1.2.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laravel/serializable-closure.git",
|
|
"reference": "47afb7fae28ed29057fdca37e16a84f90cc62fae"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laravel/serializable-closure/zipball/47afb7fae28ed29057fdca37e16a84f90cc62fae",
|
|
"reference": "47afb7fae28ed29057fdca37e16a84f90cc62fae",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.3|^8.0"
|
|
},
|
|
"require-dev": {
|
|
"nesbot/carbon": "^2.61",
|
|
"pestphp/pest": "^1.21.3",
|
|
"phpstan/phpstan": "^1.8.2",
|
|
"symfony/var-dumper": "^5.4.11"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Laravel\\SerializableClosure\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Taylor Otwell",
|
|
"email": "taylor@laravel.com"
|
|
},
|
|
{
|
|
"name": "Nuno Maduro",
|
|
"email": "nuno@laravel.com"
|
|
}
|
|
],
|
|
"description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
|
|
"keywords": [
|
|
"closure",
|
|
"laravel",
|
|
"serializable"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/laravel/serializable-closure/issues",
|
|
"source": "https://github.com/laravel/serializable-closure"
|
|
},
|
|
"time": "2022-09-08T13:45:54+00:00"
|
|
},
|
|
{
|
|
"name": "nikic/fast-route",
|
|
"version": "v1.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nikic/FastRoute.git",
|
|
"reference": "181d480e08d9476e61381e04a71b34dc0432e812"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
|
|
"reference": "181d480e08d9476e61381e04a71b34dc0432e812",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8.35|~5.7"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions.php"
|
|
],
|
|
"psr-4": {
|
|
"FastRoute\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nikita Popov",
|
|
"email": "nikic@php.net"
|
|
}
|
|
],
|
|
"description": "Fast request router for PHP",
|
|
"keywords": [
|
|
"router",
|
|
"routing"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/nikic/FastRoute/issues",
|
|
"source": "https://github.com/nikic/FastRoute/tree/master"
|
|
},
|
|
"time": "2018-02-13T20:26:39+00:00"
|
|
},
|
|
{
|
|
"name": "php-di/invoker",
|
|
"version": "2.3.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PHP-DI/Invoker.git",
|
|
"reference": "cd6d9f267d1a3474bdddf1be1da079f01b942786"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/cd6d9f267d1a3474bdddf1be1da079f01b942786",
|
|
"reference": "cd6d9f267d1a3474bdddf1be1da079f01b942786",
|
|
"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",
|
|
"source": "https://github.com/PHP-DI/Invoker/tree/2.3.3"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/mnapoli",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2021-12-13T09:22:56+00:00"
|
|
},
|
|
{
|
|
"name": "php-di/php-di",
|
|
"version": "6.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PHP-DI/PHP-DI.git",
|
|
"reference": "ae0f1b3b03d8b29dff81747063cbfd6276246cc4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/ae0f1b3b03d8b29dff81747063cbfd6276246cc4",
|
|
"reference": "ae0f1b3b03d8b29dff81747063cbfd6276246cc4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"laravel/serializable-closure": "^1.0",
|
|
"php": ">=7.4.0",
|
|
"php-di/invoker": "^2.0",
|
|
"php-di/phpdoc-reader": "^2.0.1",
|
|
"psr/container": "^1.0"
|
|
},
|
|
"provide": {
|
|
"psr/container-implementation": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/annotations": "~1.10",
|
|
"friendsofphp/php-cs-fixer": "^2.4",
|
|
"mnapoli/phpunit-easymock": "^1.2",
|
|
"ocramius/proxy-manager": "^2.11.2",
|
|
"phpstan/phpstan": "^0.12",
|
|
"phpunit/phpunit": "^9.5"
|
|
},
|
|
"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"
|
|
],
|
|
"psr-4": {
|
|
"DI\\": "src/"
|
|
}
|
|
},
|
|
"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",
|
|
"source": "https://github.com/PHP-DI/PHP-DI/tree/6.4.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/mnapoli",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/php-di/php-di",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-04-09T16:46:38+00: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": "psr/container",
|
|
"version": "1.1.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/container.git",
|
|
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
|
|
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.4.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Container\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "https://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common Container Interface (PHP FIG PSR-11)",
|
|
"homepage": "https://github.com/php-fig/container",
|
|
"keywords": [
|
|
"PSR-11",
|
|
"container",
|
|
"container-interface",
|
|
"container-interop",
|
|
"psr"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/php-fig/container/issues",
|
|
"source": "https://github.com/php-fig/container/tree/1.1.2"
|
|
},
|
|
"time": "2021-11-05T16:50:12+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",
|
|
"version": "3.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/log.git",
|
|
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
|
|
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=8.0.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Log\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "https://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for logging libraries",
|
|
"homepage": "https://github.com/php-fig/log",
|
|
"keywords": [
|
|
"log",
|
|
"psr",
|
|
"psr-3"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/php-fig/log/tree/3.0.0"
|
|
},
|
|
"time": "2021-07-14T16:46:02+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": "slim/psr7",
|
|
"version": "1.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/slimphp/Slim-Psr7.git",
|
|
"reference": "a47b43a8da7c0208b4c228af0cb29ea36080635a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/slimphp/Slim-Psr7/zipball/a47b43a8da7c0208b4c228af0cb29ea36080635a",
|
|
"reference": "a47b43a8da7c0208b4c228af0cb29ea36080635a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"fig/http-message-util": "^1.1.5",
|
|
"php": "^7.3 || ^8.0",
|
|
"psr/http-factory": "^1.0",
|
|
"psr/http-message": "^1.0",
|
|
"ralouphie/getallheaders": "^3.0",
|
|
"symfony/polyfill-php80": "^1.23"
|
|
},
|
|
"provide": {
|
|
"psr/http-factory-implementation": "1.0",
|
|
"psr/http-message-implementation": "1.0"
|
|
},
|
|
"require-dev": {
|
|
"adriansuter/php-autoload-override": "^1.2",
|
|
"ext-json": "*",
|
|
"http-interop/http-factory-tests": "^0.9.0",
|
|
"php-http/psr7-integration-tests": "dev-master",
|
|
"phpspec/prophecy": "^1.14",
|
|
"phpspec/prophecy-phpunit": "^2.0",
|
|
"phpstan/phpstan": "^0.12.99",
|
|
"phpunit/phpunit": "^9.5",
|
|
"squizlabs/php_codesniffer": "^3.6"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Slim\\Psr7\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Josh Lockhart",
|
|
"email": "hello@joshlockhart.com",
|
|
"homepage": "http://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"
|
|
}
|
|
],
|
|
"description": "Strict PSR-7 implementation",
|
|
"homepage": "https://www.slimframework.com",
|
|
"keywords": [
|
|
"http",
|
|
"psr-7",
|
|
"psr7"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/slimphp/Slim-Psr7/issues",
|
|
"source": "https://github.com/slimphp/Slim-Psr7/tree/1.5"
|
|
},
|
|
"time": "2021-09-22T04:33:00+00:00"
|
|
},
|
|
{
|
|
"name": "slim/slim",
|
|
"version": "4.10.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/slimphp/Slim.git",
|
|
"reference": "0dfc7d2fdf2553b361d864d51af3fe8a6ad168b0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/slimphp/Slim/zipball/0dfc7d2fdf2553b361d864d51af3fe8a6ad168b0",
|
|
"reference": "0dfc7d2fdf2553b361d864d51af3fe8a6ad168b0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"nikic/fast-route": "^1.3",
|
|
"php": "^7.4 || ^8.0",
|
|
"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",
|
|
"psr/log": "^1.1 || ^2.0 || ^3.0"
|
|
},
|
|
"require-dev": {
|
|
"adriansuter/php-autoload-override": "^1.2",
|
|
"ext-simplexml": "*",
|
|
"guzzlehttp/psr7": "^2.1",
|
|
"httpsoft/http-message": "^1.0",
|
|
"httpsoft/http-server-request": "^1.0",
|
|
"laminas/laminas-diactoros": "^2.8",
|
|
"nyholm/psr7": "^1.5",
|
|
"nyholm/psr7-server": "^1.0",
|
|
"phpspec/prophecy": "^1.15",
|
|
"phpspec/prophecy-phpunit": "^2.0",
|
|
"phpstan/phpstan": "^1.4",
|
|
"phpunit/phpunit": "^9.5",
|
|
"slim/http": "^1.2",
|
|
"slim/psr7": "^1.5",
|
|
"squizlabs/php_codesniffer": "^3.6"
|
|
},
|
|
"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"
|
|
}
|
|
],
|
|
"time": "2022-03-14T14:18:23+00:00"
|
|
},
|
|
{
|
|
"name": "slim/twig-view",
|
|
"version": "3.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/slimphp/Twig-View.git",
|
|
"reference": "df6dd6af6bbe28041be49c9fb8470c2e9b70cd98"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/slimphp/Twig-View/zipball/df6dd6af6bbe28041be49c9fb8470c2e9b70cd98",
|
|
"reference": "df6dd6af6bbe28041be49c9fb8470c2e9b70cd98",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.4 || ^8.0",
|
|
"psr/http-message": "^1.0",
|
|
"slim/slim": "^4.9",
|
|
"symfony/polyfill-php81": "^1.23",
|
|
"twig/twig": "^3.3"
|
|
},
|
|
"require-dev": {
|
|
"phpspec/prophecy-phpunit": "^2.0",
|
|
"phpstan/phpstan": "^1.3.0",
|
|
"phpunit/phpunit": "^9.5",
|
|
"psr/http-factory": "^1.0",
|
|
"squizlabs/php_codesniffer": "^3.6"
|
|
},
|
|
"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",
|
|
"source": "https://github.com/slimphp/Twig-View/tree/3.3.0"
|
|
},
|
|
"time": "2022-01-02T05:14:45+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-ctype",
|
|
"version": "v1.26.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
|
"reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
|
|
"reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"provide": {
|
|
"ext-ctype": "*"
|
|
},
|
|
"suggest": {
|
|
"ext-ctype": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.26-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Ctype\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Gert de Pagter",
|
|
"email": "BackEndTea@gmail.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for ctype functions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"ctype",
|
|
"polyfill",
|
|
"portable"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.26.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-05-24T11:49:31+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-mbstring",
|
|
"version": "v1.26.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
|
|
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"provide": {
|
|
"ext-mbstring": "*"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.26-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for the Mbstring extension",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"mbstring",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-05-24T11:49:31+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-php80",
|
|
"version": "v1.26.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php80.git",
|
|
"reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace",
|
|
"reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.26-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Php80\\": ""
|
|
},
|
|
"classmap": [
|
|
"Resources/stubs"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ion Bazan",
|
|
"email": "ion.bazan@gmail.com"
|
|
},
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-05-10T07:21:04+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-php81",
|
|
"version": "v1.26.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php81.git",
|
|
"reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/13f6d1271c663dc5ae9fb843a8f16521db7687a1",
|
|
"reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.26-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Php81\\": ""
|
|
},
|
|
"classmap": [
|
|
"Resources/stubs"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-php81/tree/v1.26.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-05-24T11:49:31+00:00"
|
|
},
|
|
{
|
|
"name": "twig/twig",
|
|
"version": "v3.4.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/twigphp/Twig.git",
|
|
"reference": "e07cdd3d430cd7e453c31b36eb5ad6c0c5e43077"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/twigphp/Twig/zipball/e07cdd3d430cd7e453c31b36eb5ad6c0c5e43077",
|
|
"reference": "e07cdd3d430cd7e453c31b36eb5ad6c0c5e43077",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/polyfill-ctype": "^1.8",
|
|
"symfony/polyfill-mbstring": "^1.3"
|
|
},
|
|
"require-dev": {
|
|
"psr/container": "^1.0",
|
|
"symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.4-dev"
|
|
}
|
|
},
|
|
"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",
|
|
"source": "https://github.com/twigphp/Twig/tree/v3.4.2"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-08-12T06:47:24+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": [],
|
|
"platform-dev": [],
|
|
"plugin-api-version": "2.2.0"
|
|
}
|