-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
84 lines (84 loc) · 2.69 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
{
"_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": "a6f68a6d48853bbc7c304b25b135edc4",
"packages": [
{
"name": "colinodell/json5",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/colinodell/json5.git",
"reference": "86136a74726d48ec60285d5b8585d62e0645b56c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/colinodell/json5/zipball/86136a74726d48ec60285d5b8585d62e0645b56c",
"reference": "86136a74726d48ec60285d5b8585d62e0645b56c",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-mbstring": "*",
"php": "^5.6|^7.0"
},
"require-dev": {
"mikehaertl/php-shellcommand": "^1.2.5",
"phpunit/phpunit": "^4.8.36|^7.3",
"squizlabs/php_codesniffer": "^2.3",
"symfony/finder": "^2.8|^3.4|^4.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": "[email protected]",
"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"
],
"time": "2019-03-28T18:28:32+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"colinodell/json5": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}