27 lines
571 B
JSON
27 lines
571 B
JSON
{
|
|
"name": "fuzeworks/webappcomponent",
|
|
"description": "FuzeWorks WebAppComponent",
|
|
"license": ["MIT"],
|
|
"authors": [
|
|
{
|
|
"name": "Abel Hoogeveen",
|
|
"homepage": "https://i15.nl"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=8.1.0",
|
|
"fuzeworks/webcomponent": "~1.3.0",
|
|
"fuzeworks/objectstorage": "~1.3.0",
|
|
"fuzeworks/tracycomponent": "~1.3.0",
|
|
"fuzeworks/layout": "~1.3.0",
|
|
"fuzeworks/database": "~1.3.0",
|
|
"latte/latte": "~3.0",
|
|
"ext-json": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"FuzeWorks\\": "src/FuzeWorks/"
|
|
}
|
|
}
|
|
}
|