Preparation
Preparation
"autoload": {
"psr-4": {
"Ecotone\\SqsDemo\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Test\\Ecotone\\SqsDemo\\": [
"tests"
]
}
}Adding required composer package
Register Module Package
Last updated
Was this helpful?