Ferdinand Kuhl
0de901d45c
Some checks failed
ci/woodpecker/push/code-style Pipeline was successful
ci/woodpecker/push/functional-tests/1 Pipeline failed
ci/woodpecker/push/functional-tests/2 Pipeline failed
ci/woodpecker/push/functional-tests/3 Pipeline failed
ci/woodpecker/push/functional-tests/4 Pipeline failed
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "digicomp/fluid-render-functions",
|
|
"description": "Adapter for datatables",
|
|
"type": "neos-package",
|
|
"require": {
|
|
"neos/flow": "^6.3.5 | ^7.3 | ^8.3",
|
|
"php": ">=7.4"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~8.5"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"DigiComp\\FluidRenderFunctions\\": "Classes/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"DigiComp\\FluidRenderFunctions\\Tests\\": "Tests/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"neos": {
|
|
"package-key": "DigiComp.FluidRenderFunctions"
|
|
},
|
|
"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.FluidRenderFunctions",
|
|
"keywords": [
|
|
"Neos",
|
|
"Flow",
|
|
"fluid"
|
|
]
|
|
}
|