aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/tests/fixtures/with_dev_deps/composer.lock
blob: d01e341bfe0f98e9c4211557b77f0f093b53b060 (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
{
    "_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": "ed17fac2f30232d69c31587151006a2f",
    "packages": [
        {
            "name": "psr/log",
            "version": "3.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
                "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Psr\\Log\\": "src"
                }
            },
            "license": [
                "MIT"
            ],
            "description": "Common interface for logging libraries",
            "time": "2024-09-11T13:17:53+00:00"
        }
    ],
    "packages-dev": [
        {
            "name": "phpunit/phpunit",
            "version": "11.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit.git",
                "reference": "fake000000000000000000000000000000000001"
            },
            "dist": {
                "type": "zip",
                "url": "https://fake.example.com/phpunit-11.0.0.zip",
                "reference": "fake000000000000000000000000000000000001",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "PHPUnit\\": "src/"
                }
            },
            "license": [
                "BSD-3-Clause"
            ],
            "description": "The PHP Unit Testing framework",
            "time": "2024-02-02T06:38:00+00:00"
        }
    ],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": {},
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": {
        "php": ">=8.1"
    },
    "platform-dev": {},
    "plugin-api-version": "2.6.0"
}