mirror of
https://github.com/code-rhapsodie/ezmigrationbundle2.git
synced 2026-03-24 06:42:19 +01:00
53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
JSON
{
|
|
"name": "tanoconsulting/ezmigrationbundle2",
|
|
"type": "symfony-bundle",
|
|
"description": "The port of Kaliop eZ-Migration Bundle to eZPlatorm 3 aka Ibexa",
|
|
"keywords": ["migrations", "database", "ezplatform"],
|
|
"license": "GPL-2.0",
|
|
"authors": [
|
|
{
|
|
"name": "Gaetano Giunta",
|
|
"email": "ggiunta@tanoconsulting.com",
|
|
"role": "Lead Developer"
|
|
},
|
|
{
|
|
"name": "Peter Halasz",
|
|
"email": "peter.halasz@kaliop.co.uk",
|
|
"role": "Original author"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^7.3|^8.0",
|
|
"ext-ctype": "*",
|
|
"ext-json": "*",
|
|
"ext-pdo": "*",
|
|
"doctrine/dbal": "^2.11|^3.0",
|
|
"ezsystems/ezplatform-kernel": "^1.0",
|
|
"mtdowling/jmespath.php": "^2.0.0",
|
|
"nikic/php-parser": "^4.2.2",
|
|
"symfony/process": "*",
|
|
"symfony/swiftmailer-bundle": "*",
|
|
"symfony/validator": "*",
|
|
"symfony/var-dumper": "*"
|
|
},
|
|
"require-dev": {
|
|
"mikey179/vfsstream": "^2.0@dev",
|
|
"phpunit/phpunit": "^8.5.12"
|
|
},
|
|
"conflict": {
|
|
"kaliop/ezmigrationbundle": "*"
|
|
},
|
|
"suggest": {
|
|
"php-http/httplug-bundle": "Required for usage of HTTP/CALL migration steps"
|
|
},
|
|
"autoload": {
|
|
"psr-4": { "Kaliop\\eZMigrationBundle\\": "" }
|
|
},
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tanoconsulting"
|
|
}
|
|
]
|
|
}
|