DigiComp.AttachmentViewUtility/composer.json

40 lines
978 B
JSON
Raw Permalink Normal View History

2023-10-17 18:49:19 +02:00
{
"name": "digicomp/attachment-view-utility",
"type": "neos-package",
"description": "",
"require": {
"cardinalby/content-disposition": "^1.1",
2024-07-19 11:08:58 +02:00
"neos/eel": "^6.3 | ^7.3 | ^8.3",
"neos/flow": "^6.3 | ^7.3 | ^8.3",
"php": "^7.4 | ^8.0"
2023-10-17 18:49:19 +02:00
},
"autoload": {
"psr-4": {
"DigiComp\\AttachmentViewUtility\\": "Classes"
}
},
"extra": {
"branch-alias": {
"dev-develop": "1.0.x-dev"
},
"applied-flow-migrations": [
]
},
"authors": [
{
"name": "Ferdinand Kuhl",
"email": "f.kuhl@digital-competence.de",
"homepage": "https://www.digital-competence.de",
"role": "Developer"
}
],
"license": "MIT",
"homepage": "https://git.digital-competence.de/Packages/DigiComp.AttachmentViewUtility",
"keywords": [
"Neos",
"Flow",
"view",
"mvc"
]
}