Layout/composer.json

36 lines
828 B
JSON
Raw Normal View History

2018-12-02 22:09:28 +00:00
{
"name": "fuzeworks/layout",
"description": "FuzeWorks Framework Layout Template System",
"license": ["MIT"],
"authors": [
{
"name": "TechFuze",
"homepage": "https://techfuze.net"
},
{
"name": "FuzeWorks Community",
"homepage": "https://techfuze.net/fuzeworks/contributors"
}
],
"require": {
2019-02-17 14:49:35 +00:00
"php": ">=7.1.0",
2019-09-21 17:53:37 +00:00
"fuzeworks/core": "~1.2.0"
2018-12-02 22:09:28 +00:00
},
"require-dev": {
"ext-json": "*",
"smarty/smarty": "3.1.*",
"latte/latte": "2.5.*",
2018-12-02 22:09:28 +00:00
"phpunit/phpunit": "^7",
2019-09-21 17:53:37 +00:00
"mikey179/vfsstream": "1.6.5"
2018-12-02 22:09:28 +00:00
},
"suggest": {
"smarty/smarty": "Template Engine that is natively supported by FuzeWorks.",
"latte/latte": "Template Engine that is natively supported by FuzeWorks"
},
"autoload": {
"psr-4": {
"FuzeWorks\\": "src/FuzeWorks/"
}
}
}