aboutsummaryrefslogtreecommitdiff
path: root/composer.lock
blob: 7e40506fbb43690a9b710842f25d3a237a64681f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
    "_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": "b24fa722b1b134feabc31603beda3933",
    "packages": [
        {
            "name": "michelf/php-markdown",
            "version": "1.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/michelf/php-markdown.git",
                "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/michelf/php-markdown/zipball/c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
                "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": ">=4.3 <5.8"
            },
            "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"
            ],
            "time": "2019-12-02T02:32:27+00:00"
        },
        {
            "name": "r7r/ste",
            "version": "2.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/silvasur/ste.git",
                "reference": "698d87d578dfe5d2a794f75003ded834081ca738"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/silvasur/ste/zipball/698d87d578dfe5d2a794f75003ded834081ca738",
                "reference": "698d87d578dfe5d2a794f75003ded834081ca738",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3.0"
            },
            "require-dev": {
                "phpdocumentor/phpdocumentor": "^2.9",
                "phpunit/phpunit": "^9"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "r7r\\ste\\": "src/ste"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Laria Carolin Chabowski",
                    "email": "laria@laria.me",
                    "homepage": "http://hi-im.laria.me",
                    "role": "Developer"
                }
            ],
            "description": "A compiling template engine with an XML-ish syntax",
            "homepage": "http://github.com/silvasur/ste",
            "keywords": [
                "templating"
            ],
            "time": "2020-09-22T20:09:51+00:00"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": [],
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": {
        "php": ">=7.3"
    },
    "platform-dev": [],
    "plugin-api-version": "1.1.0"
}