WebApp-Component/composer.json

27 lines
571 B
JSON

{
"name": "fuzeworks/webappcomponent",
"description": "FuzeWorks WebAppComponent",
"license": ["MIT"],
"authors": [
{
"name": "Abel Hoogeveen",
"homepage": "https://i15.nl"
}
],
"require": {
"php": ">=7.4.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": "~2.5",
"ext-json": "*"
},
"autoload": {
"psr-4": {
"FuzeWorks\\": "src/FuzeWorks/"
}
}
}