2023-08-05 15:49:46 +02:00
|
|
|
{
|
|
|
|
"name": "digicomp/flow-translation-endpoint",
|
|
|
|
"description": "A simple endpoint providing XLIFF translations as string",
|
|
|
|
"type": "neos-package",
|
2024-10-11 14:38:39 +02:00
|
|
|
"keywords": [
|
|
|
|
"Neos",
|
|
|
|
"Flow",
|
|
|
|
"translation",
|
|
|
|
"xliff",
|
|
|
|
"json"
|
|
|
|
],
|
|
|
|
"homepage": "https://git.digital-competence.de/Packages/DigiComp.FlowTranslationEndpoint",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Ferdinand Kuhl",
|
|
|
|
"email": "f.kuhl@digital-competence.de",
|
|
|
|
"homepage": "https://www.digital-competence.de",
|
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
2023-08-05 15:49:46 +02:00
|
|
|
"require": {
|
2024-10-11 14:38:39 +02:00
|
|
|
"php": ">=7.4.0",
|
2023-08-05 15:49:46 +02:00
|
|
|
"ext-json": "*",
|
2024-10-11 14:38:39 +02:00
|
|
|
"neos/flow": "^6.3.0 || ^7.0 || ^8.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"mikey179/vfsstream": "^1.6.1",
|
|
|
|
"neos/buildessentials": "^7.0.0",
|
|
|
|
"phpunit/phpunit": "~8.5",
|
|
|
|
"vimeo/psalm": "~4.22.0"
|
2023-08-05 15:49:46 +02:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"DigiComp\\FlowTranslationEndpoint\\": "Classes/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
|
|
|
"DigiComp\\FlowTranslationEndpoint\\Tests\\": "Tests/"
|
|
|
|
}
|
|
|
|
},
|
2024-10-11 14:38:39 +02:00
|
|
|
"config": {
|
|
|
|
"sort-packages": true,
|
|
|
|
"platform-check": true
|
|
|
|
},
|
2023-08-05 15:49:46 +02:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-develop": "1.0.x-dev"
|
2024-10-11 14:38:39 +02:00
|
|
|
},
|
|
|
|
"neos": {
|
|
|
|
"package-key": "DigiComp.FlowTranslationEndpoint"
|
2023-08-05 15:49:46 +02:00
|
|
|
}
|
2024-10-11 14:38:39 +02:00
|
|
|
}
|
2023-08-05 15:49:46 +02:00
|
|
|
}
|