2023-01-06 04:01:00 +00:00
|
|
|
{
|
|
|
|
"_readme": [
|
|
|
|
"This file locks the dependencies of your project to a known state",
|
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
|
"This file is @generated automatically"
|
|
|
|
],
|
2023-01-07 02:25:28 +00:00
|
|
|
"content-hash": "067bc4256a432b52ef1ab88b7708353e",
|
2023-01-06 04:01:00 +00:00
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"name": "michelf/php-markdown",
|
|
|
|
"version": "2.0.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/michelf/php-markdown.git",
|
|
|
|
"reference": "eb176f173fbac58a045aff78e55f833264b34e71"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/michelf/php-markdown/zipball/eb176f173fbac58a045aff78e55f833264b34e71",
|
|
|
|
"reference": "eb176f173fbac58a045aff78e55f833264b34e71",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.4"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"friendsofphp/php-cs-fixer": "^3.0",
|
|
|
|
"phpstan/phpstan": ">=1.0",
|
|
|
|
"phpstan/phpstan-phpunit": ">=1.0",
|
|
|
|
"phpunit/phpunit": "^9.5"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Michelf\\": "Michelf/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Michel Fortin",
|
|
|
|
"email": "michel.fortin@michelf.ca",
|
|
|
|
"homepage": "https://michelf.ca/",
|
|
|
|
"role": "Developer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "John Gruber",
|
|
|
|
"homepage": "https://daringfireball.net/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "PHP Markdown",
|
|
|
|
"homepage": "https://michelf.ca/projects/php-markdown/",
|
|
|
|
"keywords": [
|
|
|
|
"markdown"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/michelf/php-markdown/issues",
|
|
|
|
"source": "https://github.com/michelf/php-markdown/tree/2.0.0"
|
|
|
|
},
|
|
|
|
"time": "2022-09-26T12:21:08+00:00"
|
2023-01-06 21:40:02 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-ctype",
|
|
|
|
"version": "v1.27.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
|
|
|
"reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
|
|
|
|
"reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.1"
|
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"ext-ctype": "*"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-ctype": "For best performance"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-main": "1.27-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.27.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-11-03T14:55:06+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/yaml",
|
2023-01-07 02:25:28 +00:00
|
|
|
"version": "v6.0.17",
|
2023-01-06 21:40:02 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/yaml.git",
|
2023-01-07 02:25:28 +00:00
|
|
|
"reference": "76c08913ea1c50541503a4563b2172710189fa29"
|
2023-01-06 21:40:02 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-01-07 02:25:28 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/yaml/zipball/76c08913ea1c50541503a4563b2172710189fa29",
|
|
|
|
"reference": "76c08913ea1c50541503a4563b2172710189fa29",
|
2023-01-06 21:40:02 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-01-07 02:25:28 +00:00
|
|
|
"php": ">=8.0.2",
|
2023-01-06 21:40:02 +00:00
|
|
|
"symfony/polyfill-ctype": "^1.8"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"symfony/console": "<5.4"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"symfony/console": "^5.4|^6.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/console": "For validating YAML files using the lint command"
|
|
|
|
},
|
|
|
|
"bin": [
|
|
|
|
"Resources/bin/yaml-lint"
|
|
|
|
],
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Yaml\\": ""
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Loads and dumps YAML files",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"support": {
|
2023-01-07 02:25:28 +00:00
|
|
|
"source": "https://github.com/symfony/yaml/tree/v6.0.17"
|
2023-01-06 21:40:02 +00:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2023-01-07 02:25:28 +00:00
|
|
|
"time": "2022-12-14T15:52:41+00:00"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"packages-dev": [
|
|
|
|
{
|
|
|
|
"name": "phpstan/phpstan",
|
2023-01-09 02:35:47 +00:00
|
|
|
"version": "1.9.8",
|
2023-01-07 02:25:28 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/phpstan/phpstan.git",
|
2023-01-09 02:35:47 +00:00
|
|
|
"reference": "45411d15bf85a33b4a8ee9b75a6e82998c9adb97"
|
2023-01-07 02:25:28 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-01-09 02:35:47 +00:00
|
|
|
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/45411d15bf85a33b4a8ee9b75a6e82998c9adb97",
|
|
|
|
"reference": "45411d15bf85a33b4a8ee9b75a6e82998c9adb97",
|
2023-01-07 02:25:28 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": "^7.2|^8.0"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"phpstan/phpstan-shim": "*"
|
|
|
|
},
|
|
|
|
"bin": [
|
|
|
|
"phpstan",
|
|
|
|
"phpstan.phar"
|
|
|
|
],
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"description": "PHPStan - PHP Static Analysis Tool",
|
|
|
|
"keywords": [
|
|
|
|
"dev",
|
|
|
|
"static analysis"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/phpstan/phpstan/issues",
|
2023-01-09 02:35:47 +00:00
|
|
|
"source": "https://github.com/phpstan/phpstan/tree/1.9.8"
|
2023-01-07 02:25:28 +00:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/ondrejmirtes",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/phpstan",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2023-01-09 02:35:47 +00:00
|
|
|
"time": "2023-01-08T21:26:18+00:00"
|
2023-01-06 04:01:00 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"aliases": [],
|
|
|
|
"minimum-stability": "stable",
|
|
|
|
"stability-flags": [],
|
|
|
|
"prefer-stable": false,
|
|
|
|
"prefer-lowest": false,
|
2023-01-07 00:16:11 +00:00
|
|
|
"platform": {
|
|
|
|
"php": ">=7.4"
|
|
|
|
},
|
2023-01-06 04:01:00 +00:00
|
|
|
"platform-dev": [],
|
|
|
|
"plugin-api-version": "2.3.0"
|
|
|
|
}
|