2018-06-16 16:41:58 +02:00
|
|
|
{
|
|
|
|
"_readme": [
|
|
|
|
"This file locks the dependencies of your project to a known state",
|
2018-07-06 22:10:00 +02:00
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
2018-06-16 16:41:58 +02:00
|
|
|
"This file is @generated automatically"
|
|
|
|
],
|
2019-12-31 15:30:51 +01:00
|
|
|
"content-hash": "f544ddae7f9941cec9aa54ab3ab8f218",
|
2018-06-16 16:41:58 +02:00
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"name": "erusev/parsedown",
|
2019-12-31 15:30:51 +01:00
|
|
|
"version": "1.7.4",
|
2018-06-16 16:41:58 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/erusev/parsedown.git",
|
2019-12-31 15:30:51 +01:00
|
|
|
"reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
|
2018-06-16 16:41:58 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-12-31 15:30:51 +01:00
|
|
|
"url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
|
|
|
|
"reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
|
2018-06-16 16:41:58 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
"php": ">=5.3.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^4.8.35"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Parsedown": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Emanuil Rusev",
|
|
|
|
"email": "hello@erusev.com",
|
|
|
|
"homepage": "http://erusev.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Parser for Markdown.",
|
|
|
|
"homepage": "http://parsedown.org",
|
|
|
|
"keywords": [
|
|
|
|
"markdown",
|
|
|
|
"parser"
|
|
|
|
],
|
2019-12-31 15:30:51 +01:00
|
|
|
"time": "2019-12-30T22:54:17+00:00"
|
2018-06-16 16:41:58 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "erusev/parsedown-extra",
|
2019-12-31 15:30:51 +01:00
|
|
|
"version": "0.8.1",
|
2018-06-16 16:41:58 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/erusev/parsedown-extra.git",
|
2019-12-31 15:30:51 +01:00
|
|
|
"reference": "91ac3ff98f0cea243bdccc688df43810f044dcef"
|
2018-06-16 16:41:58 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-12-31 15:30:51 +01:00
|
|
|
"url": "https://api.github.com/repos/erusev/parsedown-extra/zipball/91ac3ff98f0cea243bdccc688df43810f044dcef",
|
|
|
|
"reference": "91ac3ff98f0cea243bdccc688df43810f044dcef",
|
2018-06-16 16:41:58 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2019-12-31 15:30:51 +01:00
|
|
|
"erusev/parsedown": "^1.7.4"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^4.8.35"
|
2018-06-16 16:41:58 +02:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"ParsedownExtra": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Emanuil Rusev",
|
|
|
|
"email": "hello@erusev.com",
|
|
|
|
"homepage": "http://erusev.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "An extension of Parsedown that adds support for Markdown Extra.",
|
|
|
|
"homepage": "https://github.com/erusev/parsedown-extra",
|
|
|
|
"keywords": [
|
|
|
|
"markdown",
|
|
|
|
"markdown extra",
|
|
|
|
"parsedown",
|
|
|
|
"parser"
|
|
|
|
],
|
2019-12-31 15:30:51 +01:00
|
|
|
"time": "2019-12-30T23:20:37+00:00"
|
2018-06-16 16:41:58 +02:00
|
|
|
},
|
|
|
|
{
|
2019-04-08 14:23:24 +02:00
|
|
|
"name": "symfony/polyfill-ctype",
|
2020-02-14 15:04:20 +01:00
|
|
|
"version": "v1.14.0",
|
2018-06-16 16:41:58 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2019-04-08 14:23:24 +02:00
|
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
2020-02-14 15:04:20 +01:00
|
|
|
"reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38"
|
2018-06-16 16:41:58 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-02-14 15:04:20 +01:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/fbdeaec0df06cf3d51c93de80c7eb76e271f5a38",
|
|
|
|
"reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38",
|
2018-06-16 16:41:58 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2019-04-08 14:23:24 +02:00
|
|
|
"php": ">=5.3.3"
|
2018-06-16 16:41:58 +02:00
|
|
|
},
|
2019-04-08 14:23:24 +02:00
|
|
|
"suggest": {
|
|
|
|
"ext-ctype": "For best performance"
|
2018-06-16 16:41:58 +02:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2020-02-14 15:04:20 +01:00
|
|
|
"dev-master": "1.14-dev"
|
2018-06-16 16:41:58 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2019-04-08 14:23:24 +02:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Ctype\\": ""
|
|
|
|
},
|
2018-06-16 16:41:58 +02:00
|
|
|
"files": [
|
2019-04-08 14:23:24 +02:00
|
|
|
"bootstrap.php"
|
2018-06-16 16:41:58 +02:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
2019-04-08 14:23:24 +02:00
|
|
|
{
|
|
|
|
"name": "Gert de Pagter",
|
2019-06-26 17:11:19 +02:00
|
|
|
"email": "BackEndTea@gmail.com"
|
2019-09-20 11:37:38 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2018-06-16 16:41:58 +02:00
|
|
|
}
|
|
|
|
],
|
2019-04-08 14:23:24 +02:00
|
|
|
"description": "Symfony polyfill for ctype functions",
|
|
|
|
"homepage": "https://symfony.com",
|
2018-06-16 16:41:58 +02:00
|
|
|
"keywords": [
|
2019-04-08 14:23:24 +02:00
|
|
|
"compatibility",
|
|
|
|
"ctype",
|
|
|
|
"polyfill",
|
|
|
|
"portable"
|
|
|
|
],
|
2020-02-14 15:04:20 +01:00
|
|
|
"time": "2020-01-13T11:15:53+00:00"
|
2019-04-08 14:23:24 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/yaml",
|
2020-02-14 15:04:20 +01:00
|
|
|
"version": "v4.4.4",
|
2019-04-08 14:23:24 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/yaml.git",
|
2020-02-14 15:04:20 +01:00
|
|
|
"reference": "cd014e425b3668220adb865f53bff64b3ad21767"
|
2019-04-08 14:23:24 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-02-14 15:04:20 +01:00
|
|
|
"url": "https://api.github.com/repos/symfony/yaml/zipball/cd014e425b3668220adb865f53bff64b3ad21767",
|
|
|
|
"reference": "cd014e425b3668220adb865f53bff64b3ad21767",
|
2019-04-08 14:23:24 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2019-05-25 21:55:58 +02:00
|
|
|
"php": "^7.1.3",
|
2019-04-08 14:23:24 +02:00
|
|
|
"symfony/polyfill-ctype": "~1.8"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"symfony/console": "<3.4"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2019-11-28 21:54:26 +01:00
|
|
|
"symfony/console": "^3.4|^4.0|^5.0"
|
2019-04-08 14:23:24 +02:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/console": "For validating YAML files using the lint command"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-11-28 21:54:26 +01:00
|
|
|
"dev-master": "4.4-dev"
|
2019-04-08 14:23:24 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
2018-06-16 16:41:58 +02:00
|
|
|
],
|
2019-04-08 14:23:24 +02:00
|
|
|
"description": "Symfony Yaml Component",
|
|
|
|
"homepage": "https://symfony.com",
|
2020-02-14 15:04:20 +01:00
|
|
|
"time": "2020-01-21T11:12:16+00:00"
|
2018-06-16 16:41:58 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"packages-dev": [],
|
|
|
|
"aliases": [],
|
|
|
|
"minimum-stability": "stable",
|
|
|
|
"stability-flags": [],
|
|
|
|
"prefer-stable": false,
|
|
|
|
"prefer-lowest": false,
|
|
|
|
"platform": {
|
2019-05-25 19:22:40 +02:00
|
|
|
"php": ">=7.1.3",
|
2018-10-08 21:58:55 +02:00
|
|
|
"ext-zip": "*",
|
|
|
|
"ext-gd": "*"
|
2018-06-16 16:41:58 +02:00
|
|
|
},
|
|
|
|
"platform-dev": []
|
|
|
|
}
|