mirror of
https://github.com/jbcr/ezmigrationbundle.git
synced 2026-03-24 08:52:08 +01:00
62 lines
1.7 KiB
JSON
62 lines
1.7 KiB
JSON
{
|
|
"name": "ezsystems/ezmigrationbundle",
|
|
"type": "symfony-bundle",
|
|
"description": "Kaliop eZ-Migration Bundle",
|
|
"keywords": ["migrations", "database", "ezpublish"],
|
|
"license": "GPL-2.0",
|
|
"authors": [
|
|
{
|
|
"name": "Gaetano Giunta",
|
|
"email": "ggiunta@kaliop.com",
|
|
"role": "Lead Developer"
|
|
},
|
|
{
|
|
"name": "Daniel Clements",
|
|
"email": "dclements@kaliop.com",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Peter Halasz",
|
|
"email": "peter.halasz@kaliop.co.uk",
|
|
"role": "Original author"
|
|
}
|
|
],
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"require": {
|
|
"php": "^7.3",
|
|
"ext-pdo": "*",
|
|
"ezsystems/ezplatform-kernel": "^2.0@dev",
|
|
"ezsystems/doctrine-dbal-schema": "^2.0@dev",
|
|
"mtdowling/jmespath.php": "2.*",
|
|
"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": "^7.5",
|
|
"roave/security-advisories": "dev-disablechecks as dev-master"
|
|
},
|
|
"suggest": {
|
|
"php-http/httplug-bundle": "Required for usage of HTTP/CALL migration steps"
|
|
},
|
|
"autoload": {
|
|
"psr-4": { "Kaliop\\eZMigrationBundle\\": "" }
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/kaliop-uk/SecurityAdvisoriesNoConflicts",
|
|
"no-api": true
|
|
}
|
|
]
|
|
}
|