-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.lock
69 lines (69 loc) · 2.1 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
{
"_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": "5a29b9200e3cb080913581f7f76c429d",
"packages": [
{
"name": "extism/extism",
"version": "dev-feat/update-ffi",
"dist": {
"type": "path",
"url": "..",
"reference": "1648699bab5ebf14d5388579b172b1ff41ad7f84"
},
"require": {
"php": "^7.4 || ^8"
},
"type": "library",
"autoload": {
"psr-4": {
"Extism\\": "src/"
},
"files": [
"src/Manifest.php",
"src/Plugin.php"
]
},
"autoload-dev": {
"psr-4": []
},
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "The Extism Authors",
"email": "[email protected]",
"homepage": "https://extism.org"
},
{
"name": "Dylibso, Inc.",
"email": "[email protected]",
"homepage": "https://dylib.so"
}
],
"description": "Make your software programmable. Run WebAssembly extensions in your app using the first off-the-shelf, universal plug-in system.",
"keywords": [
"WebAssembly",
"plug-in",
"plugin-system",
"runtime"
],
"transport-options": {
"relative": true
}
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.6.0"
}