Layout/composer.json

30 lines
661 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": "Abel Hoogeveen",
"homepage": "https://i15.nl"
2018-12-02 22:09:28 +00:00
}
],
"require": {
"php": ">=7.4.0",
"fuzeworks/core": "~1.3.0"
2018-12-02 22:09:28 +00:00
},
"require-dev": {
"ext-json": "*",
"latte/latte": "~2.5",
"phpunit/phpunit": "^9",
"mikey179/vfsstream": "~1.6.0"
2018-12-02 22:09:28 +00:00
},
"suggest": {
"ext-json": "For usage with the JSON template engine",
2018-12-02 22:09:28 +00:00
"latte/latte": "Template Engine that is natively supported by FuzeWorks"
},
"autoload": {
"psr-4": {
"FuzeWorks\\": "src/FuzeWorks/"
}
}
}