WebComponent/composer.json

31 lines
614 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-17 22:21:03 +00:00
"fuzeworks/mvcr": "1.2.0-RC5",
"fuzeworks/core": "1.2.0-RC5"
2019-02-03 23:10:18 +00:00
},
"minimum-stability": "RC",
2019-03-05 10:23:52 +00:00
"prefer-stable": true,
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/"
}
}
}