summaryrefslogtreecommitdiff
path: root/composer.lock
blob: a76a510a7663a4c0077c2346a9e392cba514ab59 (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
{
    "_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": "5402a4c52a05baa8de485a52ec6532cc",
    "packages": [
        {
            "name": "dweipert/gemini-foundation",
            "version": "dev-main",
            "source": {
                "type": "git",
                "url": "https://git.dweipert.de/gemini-foundation",
                "reference": "10a7516603d50a7b094ae5ff0102d018b11d7c5f"
            },
            "default-branch": true,
            "type": "library",
            "autoload": {
                "psr-4": {
                    "GeminiFoundation\\": "src/"
                },
                "files": [
                    "src/functions.php"
                ]
            },
            "authors": [
                {
                    "name": "Daniel Weipert",
                    "email": "code@drogueronin.de"
                }
            ],
            "time": "2023-11-22T16:51:25+00:00"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "dev",
    "stability-flags": {
        "dweipert/gemini-foundation": 20
    },
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": [],
    "plugin-api-version": "2.6.0"
}