WebComponent/composer.json

26 lines
527 B
JSON
Raw Normal View History

2019-02-03 23:10:18 +00:00
{
"name": "fuzeworks/webcomponent",
"description": "FuzeWorks WebComponent",
"license": ["MIT"],
"authors": [
{
"name": "Abel Hoogeveen",
"homepage": "https://i15.nl"
2019-02-03 23:10:18 +00:00
}
],
"require": {
"php": ">=8.1.0",
"fuzeworks/core": "~1.3.0",
"fuzeworks/mvcr": "~1.3.0",
"fuzeworks/objectstorage": "~1.3.0"
2019-02-03 23:10:18 +00:00
},
"require-dev": {
"fuzeworks/layout": "~1.3.0",
"fuzeworks/tracycomponent": "~1.3.0"
2019-02-03 23:10:18 +00:00
},
"autoload": {
"psr-4": {
"FuzeWorks\\": "src/FuzeWorks/"
}
}
}