2015-07-28 10:08:35 +00:00
|
|
|
{
|
2016-07-07 11:47:53 +00:00
|
|
|
"name": "fuzeworks/core",
|
|
|
|
"description": "FuzeWorks Framework Core",
|
|
|
|
"homepage": "https://techfuze.net/fuzeworks",
|
|
|
|
"license": ["GPL-3.0"],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Abel Hoogeveen",
|
|
|
|
"homepage": "https://myfuze.net"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "FuzeWorks Community",
|
|
|
|
"homepage": "https://techfuze.net/fuzeworks/contributors"
|
|
|
|
}
|
|
|
|
],
|
2015-07-28 10:08:35 +00:00
|
|
|
"require": {
|
2017-12-21 21:18:23 +00:00
|
|
|
"php": ">=7.0.0",
|
2015-08-29 15:33:06 +00:00
|
|
|
"ext-curl": "*",
|
2016-07-07 11:47:53 +00:00
|
|
|
"ext-json": "*"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"smarty/smarty": "Allows using Smarty in templates",
|
2016-07-19 14:31:06 +00:00
|
|
|
"latte/latte": "Allows using Latte in templates",
|
|
|
|
"tracy/tracy": "Allows for extensive debugging"
|
2016-07-07 11:47:53 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2017-07-14 14:11:35 +00:00
|
|
|
"phpunit/phpunit": "6.2.*",
|
2016-07-07 11:47:53 +00:00
|
|
|
"mikey179/vfsStream": "1.1.*",
|
2017-07-14 14:11:35 +00:00
|
|
|
"smarty/smarty": "3.1.*",
|
|
|
|
"latte/latte": "2.4.*",
|
|
|
|
"tracy/tracy": "2.4.*"
|
2015-07-28 10:08:35 +00:00
|
|
|
},
|
2016-07-07 11:47:53 +00:00
|
|
|
"autoload": {
|
2016-07-11 10:44:13 +00:00
|
|
|
"psr-4": {
|
|
|
|
"FuzeWorks\\": "src/FuzeWorks/"
|
|
|
|
}
|
2016-07-07 11:47:53 +00:00
|
|
|
}
|
|
|
|
}
|