This repository was archived by the owner on Jul 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.lock
More file actions
73 lines (73 loc) · 2.21 KB
/
composer.lock
File metadata and controls
73 lines (73 loc) · 2.21 KB
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
{
"_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": "5aafa0e4c2ccdcf85eefb58680dfc6a8",
"packages": [
{
"name": "dallgoot/yaml",
"version": "v0.3.2",
"source": {
"type": "git",
"url": "https://github.com/dallgoot/yaml.git",
"reference": "505ce0f23b40767d3016ea16e1f101085f3a63c0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dallgoot/yaml/zipball/505ce0f23b40767d3016ea16e1f101085f3a63c0",
"reference": "505ce0f23b40767d3016ea16e1f101085f3a63c0",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-pcre": "*",
"ext-spl": "*",
"lib-pcre": "*",
"php": ">=7.1.10"
},
"require-dev": {
"composer/xdebug-handler": "^1.3",
"ext-reflection": "*",
"paulthebaud/phpunit-generator": "^2.1",
"phan/phan": "^1.3",
"phploc/phploc": "^4.0",
"phpmetrics/phpmetrics": "^2.4",
"phpunit/phpunit": "^7",
"roave/better-reflection": "dev-master#c87d856"
},
"type": "library",
"autoload": {
"classmap": ["sources"]
},
"notification-url": "https://packagist.org/downloads/",
"license": ["Apache-2.0"],
"authors": [
{
"name": "dallgoot",
"email": "stephane.rebai@gmail.com"
}
],
"description": "Provides loader, dumper and an API for YAML content. Loader builds to equivalent data types in PHP 7.x",
"homepage": "https://github.com/dallgoot/yaml",
"keywords": ["parser", "yaml"],
"support": {
"issues": "https://github.com/dallgoot/yaml/issues",
"source": "https://github.com/dallgoot/yaml/tree/v0.3.2"
},
"time": "2020-01-08T19:03:03+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=7.2"
},
"platform-dev": [],
"plugin-api-version": "2.3.0"
}