mirror of
https://github.com/code-rhapsodie/ibexa-dataflow-bundle.git
synced 2026-03-24 06:32:07 +01:00
75 lines
2.0 KiB
JSON
75 lines
2.0 KiB
JSON
{
|
|
"name": "code-rhapsodie/ibexa-dataflow-bundle",
|
|
"replace": {
|
|
"code-rhapsodie/ezdataflow-bundle": "*"
|
|
},
|
|
"description": "Import / export bundle for Ibexa Content based on Code Rhapsodie Dataflow framework",
|
|
"type": "symfony-bundle",
|
|
"keywords": ["dataflow", "import", "export", "data processing", "ibexa"],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Jérémy J.",
|
|
"email": "jeremy@code-rhapsodie.fr",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Jean-Baptiste Nahan",
|
|
"email": "jean-baptiste@code-rhapsodie.fr",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Manuel Farrica",
|
|
"email": "manuel@code-rhapsodie.fr",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Code Rhapsodie",
|
|
"homepage": "https://www.code-rhapsodie.fr/"
|
|
},
|
|
{
|
|
"name": "Other contributors",
|
|
"homepage": "https://github.com/code-rhapsodie/ibexa-dataflow-bundle/graphs/contributors"
|
|
}
|
|
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"CodeRhapsodie\\IbexaDataflowBundle\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"CodeRhapsodie\\IbexaDataflowBundle\\Tests\\": "tests/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": "^8.1",
|
|
"ext-json": "*",
|
|
"code-rhapsodie/dataflow-bundle": "^3.0||^4.0",
|
|
"http-interop/http-factory-guzzle": "^1.2",
|
|
"ibexa/admin-ui": "^4.6",
|
|
"ibexa/core": "^4.6"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/dbal": "^2.0|^3.0",
|
|
"phpunit/phpunit": "^7||^8||^9",
|
|
"rector/rector": "^2.0"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"config": {
|
|
"sort-packages": true,
|
|
"allow-plugins": {
|
|
"php-http/discovery": true
|
|
}
|
|
},
|
|
"bin": ["bin/ibexa-dataflow-namespace-changer.phar"],
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-v4.x": "4.x-dev",
|
|
"dev-v5.x": "5.x-dev"
|
|
}
|
|
}
|
|
}
|