aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.lock
blob: aa5573199f76e3f05b79659bea0e77a6d15cc679 (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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
    "_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": "d05f7d22367afaf3265f5c2cde9e022e",
    "packages": [
        {
            "name": "netresearch/jsonmapper",
            "version": "v5.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/cweiske/jsonmapper.git",
                "reference": "8c64d8d444a5d764c641ebe97e0e3bc72b25bf6c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/8c64d8d444a5d764c641ebe97e0e3bc72b25bf6c",
                "reference": "8c64d8d444a5d764c641ebe97e0e3bc72b25bf6c",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-pcre": "*",
                "ext-reflection": "*",
                "ext-spl": "*",
                "php": ">=7.1"
            },
            "require-dev": {
                "phpunit/phpunit": "~7.5 || ~8.0 || ~9.0 || ~10.0",
                "squizlabs/php_codesniffer": "~3.5"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "JsonMapper": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "OSL-3.0"
            ],
            "authors": [
                {
                    "name": "Christian Weiske",
                    "email": "cweiske@cweiske.de",
                    "homepage": "http://github.com/cweiske/jsonmapper/",
                    "role": "Developer"
                }
            ],
            "description": "Map nested JSON structures onto PHP classes",
            "support": {
                "email": "cweiske@cweiske.de",
                "issues": "https://github.com/cweiske/jsonmapper/issues",
                "source": "https://github.com/cweiske/jsonmapper/tree/v5.0.0"
            },
            "time": "2024-09-08T10:20:00+00:00"
        },
        {
            "name": "pda/pheanstalk",
            "version": "v5.0.7",
            "source": {
                "type": "git",
                "url": "https://github.com/pheanstalk/pheanstalk.git",
                "reference": "f02f69d568e5558325516ec335f21711466bfe7c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pheanstalk/pheanstalk/zipball/f02f69d568e5558325516ec335f21711466bfe7c",
                "reference": "f02f69d568e5558325516ec335f21711466bfe7c",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": ">=8.1.0"
            },
            "require-dev": {
                "captainhook/plugin-composer": "^5.3",
                "phpstan/extension-installer": "^1.1",
                "phpstan/phpstan": "^1",
                "phpstan/phpstan-phpunit": "^1.0",
                "phpstan/phpstan-strict-rules": "^1.1",
                "phpunit/phpunit": "^10",
                "ramsey/conventional-commits": "^1.2",
                "symplify/easy-coding-standard": "^11",
                "vimeo/psalm": "^5"
            },
            "suggest": {
                "ext-sockets": "Socket implementation works best for long running processes"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Pheanstalk\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Paul Annesley",
                    "email": "paul@annesley.cc",
                    "homepage": "http://paul.annesley.cc/",
                    "role": "Developer"
                },
                {
                    "name": "Sam Mousa",
                    "email": "sam@mousa.nl",
                    "role": "Maintainer"
                }
            ],
            "description": "PHP client for beanstalkd queue",
            "homepage": "https://github.com/pheanstalk/pheanstalk",
            "keywords": [
                "beanstalkd"
            ],
            "support": {
                "issues": "https://github.com/pheanstalk/pheanstalk/issues",
                "source": "https://github.com/pheanstalk/pheanstalk/tree/v5.0.7"
            },
            "time": "2024-10-04T13:56:46+00:00"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": {},
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": {},
    "platform-dev": {},
    "plugin-api-version": "2.6.0"
}