formwork/composer.lock

230 lines
7.5 KiB
Plaintext
Raw Normal View History

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"
],
"content-hash": "8eb6c004f4ea388e10b581a96e3d9054",
2018-06-16 16:41:58 +02:00
"packages": [
{
"name": "erusev/parsedown",
2019-04-07 20:02:40 +02:00
"version": "1.7.3",
2018-06-16 16:41:58 +02:00
"source": {
"type": "git",
"url": "https://github.com/erusev/parsedown.git",
2019-04-07 20:02:40 +02:00
"reference": "6d893938171a817f4e9bc9e86f2da1e370b7bcd7"
2018-06-16 16:41:58 +02:00
},
"dist": {
"type": "zip",
2019-04-07 20:02:40 +02:00
"url": "https://api.github.com/repos/erusev/parsedown/zipball/6d893938171a817f4e9bc9e86f2da1e370b7bcd7",
"reference": "6d893938171a817f4e9bc9e86f2da1e370b7bcd7",
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-04-07 20:02:40 +02:00
"time": "2019-03-17T18:48:37+00:00"
2018-06-16 16:41:58 +02:00
},
{
"name": "erusev/parsedown-extra",
"version": "0.7.1",
"source": {
"type": "git",
"url": "https://github.com/erusev/parsedown-extra.git",
"reference": "0db5cce7354e4b76f155d092ab5eb3981c21258c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/erusev/parsedown-extra/zipball/0db5cce7354e4b76f155d092ab5eb3981c21258c",
"reference": "0db5cce7354e4b76f155d092ab5eb3981c21258c",
"shasum": ""
},
"require": {
"erusev/parsedown": "~1.4"
},
"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"
],
"time": "2015-11-01T10:19:22+00:00"
},
{
2019-04-08 14:23:24 +02:00
"name": "symfony/polyfill-ctype",
"version": "v1.11.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",
"reference": "82ebae02209c21113908c229e9883c419720738a"
2018-06-16 16:41:58 +02:00
},
"dist": {
"type": "zip",
2019-04-08 14:23:24 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
"reference": "82ebae02209c21113908c229e9883c419720738a",
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": {
2019-04-08 14:23:24 +02:00
"dev-master": "1.11-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": "Symfony Community",
"homepage": "https://symfony.com/contributors"
},
{
"name": "Gert de Pagter",
"email": "backendtea@gmail.com"
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"
],
"time": "2019-02-06T07:57:58+00:00"
},
{
"name": "symfony/yaml",
2019-04-21 20:40:29 +02:00
"version": "v3.4.26",
2019-04-08 14:23:24 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "212a27b731e5bfb735679d1ffaac82bd6a1dc996"
2019-04-08 14:23:24 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/212a27b731e5bfb735679d1ffaac82bd6a1dc996",
"reference": "212a27b731e5bfb735679d1ffaac82bd6a1dc996",
2019-04-08 14:23:24 +02:00
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
2019-04-08 14:23:24 +02:00
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
"symfony/console": "<3.4"
},
"require-dev": {
"symfony/console": "~3.4|~4.0"
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.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",
"time": "2019-03-25T07:48:46+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": {
"php": ">=5.6.0",
"ext-zip": "*",
"ext-gd": "*"
2018-06-16 16:41:58 +02:00
},
"platform-dev": []
}