OXID-Deployer/composer.json

32 lignes
584 B
JSON
Brut Vue normale Historique

{
2024-10-30 14:46:31 +01:00
"name": "d3/oxid-deployer",
"description": "Deployer recipe for OXID eShop",
2024-11-03 20:26:53 +01:00
"keywords": [
"deployer",
"deployment",
"recipe",
"OXID",
"eShop",
"d3"
],
2024-10-30 14:46:31 +01:00
"type": "library",
"license": "MIT",
"homepage": "https://d3data.de/",
"authors": [
{
"name": "D3 Data Development (Inh. Thomas Dartsch)",
"email": "info@shopmodule.com",
"homepage": "https://www.d3data.de",
"role": "Owner"
}
2024-10-30 14:46:31 +01:00
],
"require": {
"deployer/deployer": "^7.4"
},
"autoload": {
"psr-4": {
"D3\\OxidDeployer\\": "."
}
}
}