WebApp-Component/composer.json

32 lines
677 B
JSON
Raw Normal View History

2019-02-27 12:05:01 +00:00
{
"name": "fuzeworks/webappcomponent",
"description": "FuzeWorks WebAppComponent",
"license": ["MIT"],
"authors": [
{
"name": "TechFuze",
"homepage": "https://techfuze.net"
},
{
"name": "FuzeWorks Community",
"homepage": "https://techfuze.net/fuzeworks/contributors"
}
],
"require": {
"php": ">=7.4.0",
"fuzeworks/webcomponent": "~1.2.7",
"fuzeworks/tracycomponent": "~1.2.1",
2019-09-21 21:47:43 +00:00
"fuzeworks/layout": "~1.2.0",
"fuzeworks/database": "~1.2.3",
2019-08-21 18:05:48 +00:00
"smarty/smarty": "3.1.*",
"latte/latte": "2.10.*",
2019-02-27 12:05:01 +00:00
"ext-json": "*"
},
"autoload": {
"psr-4": {
"FuzeWorks\\": "src/FuzeWorks/"
}
}
}