DigiComp.FlowTranslationEnd.../composer.json
Ferdinand Kuhl 5a073ce6b9
All checks were successful
ci/woodpecker/push/code-style Pipeline was successful
ci/woodpecker/push/functional-tests Pipeline was successful
First version, extracted and tested
2023-08-05 15:58:50 +02:00

45 lines
1.1 KiB
JSON

{
"name": "digicomp/flow-translation-endpoint",
"description": "A simple endpoint providing XLIFF translations as string",
"type": "neos-package",
"require": {
"ext-json": "*",
"neos/flow": "^6.3.0 | ^7.0 | ^8.0",
"php": ">=7.4"
},
"autoload": {
"psr-4": {
"DigiComp\\FlowTranslationEndpoint\\": "Classes/"
}
},
"autoload-dev": {
"psr-4": {
"DigiComp\\FlowTranslationEndpoint\\Tests\\": "Tests/"
}
},
"extra": {
"neos": {
"package-key": "DigiComp.FlowTranslationEndpoint"
},
"branch-alias": {
"dev-develop": "1.0.x-dev"
}
},
"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.FlowTranslationEndpoint",
"keywords": [
"Neos",
"Flow",
"translation",
"xliff",
"json"
]
}