You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
527 B
JSON
26 lines
527 B
JSON
{
|
|
"name": "fuzeworks/webcomponent",
|
|
"description": "FuzeWorks WebComponent",
|
|
"license": ["MIT"],
|
|
"authors": [
|
|
{
|
|
"name": "Abel Hoogeveen",
|
|
"homepage": "https://i15.nl"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=8.1.0",
|
|
"fuzeworks/core": "~1.3.0",
|
|
"fuzeworks/mvcr": "~1.3.0",
|
|
"fuzeworks/objectstorage": "~1.3.0"
|
|
},
|
|
"require-dev": {
|
|
"fuzeworks/layout": "~1.3.0",
|
|
"fuzeworks/tracycomponent": "~1.3.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"FuzeWorks\\": "src/FuzeWorks/"
|
|
}
|
|
}
|
|
} |