======
en_US
Hello
Good morning my friends
A few months ago I followed the following tutorial
Https://mozg.com.br/magento1/instalando-magento1
Where at the time was the installation of Magento 1.9.3.0
We can see in
https://mozg.com.br/magento1/instalando-magento1
If I come to update the project via composer
Running the command
composer update
It notifies you of the new version of Magento 1.9.3.1
Magento update is done, but there is a problem
After the execution of the processes by the composer
Then I see that the file
composer.json is replaced by the following content
{
"name": "firegento/magento",
"type": "magento-core",
"license": ["OSL-3.0", "AFL-3.0"],
"description": "Magento CE"
}
AND
If I come to update the project via composer
Running the command
composer update
Removal of modules that were already installed is done
I need help to stop this error
Do you know anything that might help me?
======
pt_BR
Ola
Bom dia meus amigos
Em alguns meses atrás eu segui o seguinte tutorial
https://mozg.com.br/magento1/instalando-magento1
Onde na ocasião foi feito a instalação do Magento 1.9.3.0
Podemos ver em
http://loja.cerebrum.com.br/composer.json
Caso eu venha a atualizar o projeto via composer
Executando o comando
composer update
É informado sobre a nova versão do Magento 1.9.3.1
É feito a atualização do Magento, mas ocorre um problema
Após a execução dos processos pelo composer
Em seguida vejo que o arquivo
composer.json é substituido pelo seguinte conteudo
{
"name": "firegento/magento",
"type": "magento-core",
"license": ["OSL-3.0", "AFL-3.0"],
"description": "Magento CE"
}
E
Caso eu venha a atualizar o projeto via composer
Executando o comando
composer update
É feito a remoção dos módulos que já estava instalado
Preciso de ajuda para não ocorrer mais esse erro
Sabem de algo que possa me ajudar ?