WebComponent/composer.json

28 lines
553 B
JSON
Raw Normal View History

2019-02-03 23:10:18 +00:00
{
"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",
2019-09-21 18:28:03 +00:00
"fuzeworks/mvcr": "~1.2.0",
"fuzeworks/core": "~1.2.0"
2019-02-03 23:10:18 +00:00
},
"require-dev": {
"phpunit/phpunit": "^7"
2019-02-03 23:10:18 +00:00
},
"autoload": {
"psr-4": {
"FuzeWorks\\": "src/FuzeWorks/"
}
}
}