xref: /plugin/commonmark/composer.lock (revision 8ec9a8f2fa8d03e80395a040a2626880092b4ddf)
1{
2    "_readme": [
3        "This file locks the dependencies of your project to a known state",
4        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5        "This file is @generated automatically"
6    ],
7    "content-hash": "22905d54330b576e8e7a4669a47cd670",
8    "packages": [
9        {
10            "name": "league/commonmark",
11            "version": "1.6.5",
12            "source": {
13                "type": "git",
14                "url": "https://github.com/thephpleague/commonmark.git",
15                "reference": "44ffd8d3c4a9133e4bd0548622b09c55af39db5f"
16            },
17            "dist": {
18                "type": "zip",
19                "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/44ffd8d3c4a9133e4bd0548622b09c55af39db5f",
20                "reference": "44ffd8d3c4a9133e4bd0548622b09c55af39db5f",
21                "shasum": ""
22            },
23            "require": {
24                "ext-mbstring": "*",
25                "php": "^7.1 || ^8.0"
26            },
27            "conflict": {
28                "scrutinizer/ocular": "1.7.*"
29            },
30            "require-dev": {
31                "cebe/markdown": "~1.0",
32                "commonmark/commonmark.js": "0.29.2",
33                "erusev/parsedown": "~1.0",
34                "ext-json": "*",
35                "github/gfm": "0.29.0",
36                "michelf/php-markdown": "~1.4",
37                "mikehaertl/php-shellcommand": "^1.4",
38                "phpstan/phpstan": "^0.12.90",
39                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.2",
40                "scrutinizer/ocular": "^1.5",
41                "symfony/finder": "^4.2"
42            },
43            "bin": [
44                "bin/commonmark"
45            ],
46            "type": "library",
47            "autoload": {
48                "psr-4": {
49                    "League\\CommonMark\\": "src"
50                }
51            },
52            "notification-url": "https://packagist.org/downloads/",
53            "license": [
54                "BSD-3-Clause"
55            ],
56            "authors": [
57                {
58                    "name": "Colin O'Dell",
59                    "email": "colinodell@gmail.com",
60                    "homepage": "https://www.colinodell.com",
61                    "role": "Lead Developer"
62                }
63            ],
64            "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and Github-Flavored Markdown (GFM)",
65            "homepage": "https://commonmark.thephpleague.com",
66            "keywords": [
67                "commonmark",
68                "flavored",
69                "gfm",
70                "github",
71                "github-flavored",
72                "markdown",
73                "md",
74                "parser"
75            ],
76            "support": {
77                "docs": "https://commonmark.thephpleague.com/",
78                "issues": "https://github.com/thephpleague/commonmark/issues",
79                "rss": "https://github.com/thephpleague/commonmark/releases.atom",
80                "source": "https://github.com/thephpleague/commonmark"
81            },
82            "funding": [
83                {
84                    "url": "https://enjoy.gitstore.app/repositories/thephpleague/commonmark",
85                    "type": "custom"
86                },
87                {
88                    "url": "https://www.colinodell.com/sponsor",
89                    "type": "custom"
90                },
91                {
92                    "url": "https://www.paypal.me/colinpodell/10.00",
93                    "type": "custom"
94                },
95                {
96                    "url": "https://github.com/colinodell",
97                    "type": "github"
98                },
99                {
100                    "url": "https://www.patreon.com/colinodell",
101                    "type": "patreon"
102                },
103                {
104                    "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
105                    "type": "tidelift"
106                }
107            ],
108            "time": "2021-06-26T11:57:13+00:00"
109        }
110    ],
111    "packages-dev": [],
112    "aliases": [],
113    "minimum-stability": "stable",
114    "stability-flags": [],
115    "prefer-stable": false,
116    "prefer-lowest": false,
117    "platform": [],
118    "platform-dev": [],
119    "plugin-api-version": "2.1.0"
120}
121