mirror of
https://github.com/extism/extism.git
synced 2026-04-23 03:00:11 -04:00
22 lines
396 B
JSON
22 lines
396 B
JSON
{
|
|
"name": "extism/example",
|
|
"description": "Example running the Extism PHP Host SDK",
|
|
"license": "BSD-3-Clause",
|
|
"type": "project",
|
|
"authors": [
|
|
{
|
|
"name": "The Extism Authors",
|
|
"email": "oss@extism.org"
|
|
}
|
|
],
|
|
"require": {
|
|
"extism/extism": "*"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "path",
|
|
"url": "../../"
|
|
}
|
|
],
|
|
"minimum-stability": "dev"
|
|
} |