36 lines
739 B
JSON
36 lines
739 B
JSON
{
|
|
"name": "d3/decode_migrations",
|
|
"description": "Doctrine migration tasks for decoding database columns to be compatible with mySQL 8",
|
|
"type": "library",
|
|
"keywords": [
|
|
"oxid",
|
|
"modules",
|
|
"eShop",
|
|
"d3",
|
|
"database",
|
|
"doctrine",
|
|
"mysql",
|
|
"dev"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "D3 Data Development (Inh. Thomas Dartsch)",
|
|
"email": "info@shopmodule.com",
|
|
"homepage": "https://www.d3data.de",
|
|
"role": "Owner"
|
|
}
|
|
],
|
|
"support": {
|
|
"email": "support@shopmodule.com"
|
|
},
|
|
"homepage": "https://www.oxidmodule.com/",
|
|
"require": {
|
|
"oxid-esales/oxideshop-ce": "*"
|
|
},
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"D3\\DecodeMigrations\\": "."
|
|
}
|
|
}
|
|
} |