WebApp-Component/composer.json

27 lines
571 B
JSON
Raw Permalink Normal View History

2019-02-27 12:05:01 +00:00
{
"name": "fuzeworks/webappcomponent",
"description": "FuzeWorks WebAppComponent",
"license": ["MIT"],
"authors": [
{
"name": "Abel Hoogeveen",
"homepage": "https://i15.nl"
2019-02-27 12:05:01 +00:00
}
],
"require": {
2023-03-27 14:48:07 +00:00
"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",
2023-03-27 14:48:07 +00:00
"latte/latte": "~3.0",
2019-02-27 12:05:01 +00:00
"ext-json": "*"
},
"autoload": {
"psr-4": {
"FuzeWorks\\": "src/FuzeWorks/"
}
}
}