-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.lock
110 lines (110 loc) · 3.63 KB
/
composer.lock
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
{
"_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": "b872ab979ddf52c45a4e63eb7aa0d9b8",
"packages": [
{
"name": "colinodell/json5",
"version": "v2.2.1",
"source": {
"type": "git",
"url": "https://github.com/colinodell/json5.git",
"reference": "361fd1bc9175432b789401b616cd3a7b0f862cde"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/colinodell/json5/zipball/361fd1bc9175432b789401b616cd3a7b0f862cde",
"reference": "361fd1bc9175432b789401b616cd3a7b0f862cde",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-mbstring": "*",
"php": "^7.1.3|^8.0"
},
"conflict": {
"scrutinizer/ocular": "1.7.*"
},
"require-dev": {
"mikehaertl/php-shellcommand": "^1.2.5",
"phpstan/phpstan": "^0.12.58",
"scrutinizer/ocular": "^1.6",
"squizlabs/php_codesniffer": "^2.3",
"symfony/finder": "^4.4|^5.2",
"symfony/phpunit-bridge": "^5.1"
},
"bin": [
"bin/json5"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"psr-4": {
"ColinODell\\Json5\\": "src"
},
"files": [
"src/global.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Colin O'Dell",
"email": "colinodell@gmail.com",
"homepage": "https://www.colinodell.com",
"role": "Developer"
}
],
"description": "UTF-8 compatible JSON5 parser for PHP",
"homepage": "https://github.com/colinodell/json5",
"keywords": [
"JSON5",
"json",
"json5_decode",
"json_decode"
],
"support": {
"issues": "https://github.com/colinodell/json5/issues",
"source": "https://github.com/colinodell/json5/tree/v2.2.1"
},
"funding": [
{
"url": "https://www.colinodell.com/sponsor",
"type": "custom"
},
{
"url": "https://www.paypal.me/colinpodell/10.00",
"type": "custom"
},
{
"url": "https://github.com/colinodell",
"type": "github"
},
{
"url": "https://www.patreon.com/colinodell",
"type": "patreon"
}
],
"time": "2021-11-06T05:25:47+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.1.0"
}