WebComponent/composer.json

30 lines
589 B
JSON

{
"name": "fuzeworks/webcomponent",
"description": "FuzeWorks WebComponent",
"license": ["MIT"],
"authors": [
{
"name": "TechFuze",
"homepage": "https://techfuze.net"
},
{
"name": "FuzeWorks Community",
"homepage": "https://techfuze.net/fuzeworks/contributors"
}
],
"require": {
"php": ">=7.1.0",
"fuzeworks/mvcr": "1.2.0-RC2",
"fuzeworks/core": "1.2.0-RC2"
},
"minimum-stability": "RC",
"require-dev": {
"phpunit/phpunit": "^7"
},
"autoload": {
"psr-4": {
"FuzeWorks\\": "src/FuzeWorks/"
}
}
}