-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
81 lines (81 loc) · 2.72 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
{
"_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": "d8ca63a31e819bbd59962d3eb38434d1",
"packages": [
{
"name": "flux-eco/json-schema-document",
"version": "0.2.0",
"source": {
"type": "git",
"url": "https://github.com/flux-eco/json-schema-document.git",
"reference": "0e6d197d44cfd45e5884f999c32864b10f8da5e9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/flux-eco/json-schema-document/zipball/0e6d197d44cfd45e5884f999c32864b10f8da5e9",
"reference": "0e6d197d44cfd45e5884f999c32864b10f8da5e9",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"ext-yaml": "*",
"php": ">=8.0"
},
"require-dev": {
"swoole/ide-helper": ">=4.6"
},
"type": "flux-app",
"autoload": {
"psr-4": {
"FluxEco\\JsonSchemaDocument\\": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0-only"
],
"authors": [
{
"name": "fluxlabs ag",
"email": "[email protected]",
"homepage": "https://fluxlabs.ch",
"role": "Maintainer, Developer"
}
],
"description": "Component for flux-capacitor apps developed by fluxlabs",
"homepage": "https://fluxlabs.ch",
"keywords": [
"flux-eco",
"fluxlabs",
"json-schema-document"
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/flux-eco/json-schema-document/issues",
"source": "https://github.com/flux-eco/json-schema-document/tree/v0.2.0"
},
"time": "2022-04-03T01:02:15+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=8.0",
"ext-curl": "*",
"ext-json": "*",
"ext-yaml": "*"
},
"platform-dev": [],
"plugin-api-version": "2.3.0"
}