32 lines
676 B
JSON
32 lines
676 B
JSON
{
|
|
"name": "fuzeworks/database",
|
|
"description": "FuzeWorks Framework Database Component",
|
|
"homepage": "https://techfuze.net/fuzeworks",
|
|
"license": ["MIT"],
|
|
"authors": [
|
|
{
|
|
"name": "TechFuze",
|
|
"homepage": "https://techfuze.net"
|
|
},
|
|
{
|
|
"name": "FuzeWorks Community",
|
|
"homepage": "https://techfuze.net/fuzeworks/contributors"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.4.0",
|
|
"fuzeworks/core": "~1.2.6",
|
|
"fuzeworks/mvcr": "~1.3.1",
|
|
"ext-pdo": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9",
|
|
"fuzeworks/tracycomponent": "~1.2.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"FuzeWorks\\": "src/FuzeWorks/"
|
|
}
|
|
}
|
|
}
|