TheDMSGroup / mautic-eb

Mautic + Elastic Beanstalk = Scalable marketing automation
https://www.mautic.org
GNU General Public License v3.0
105 stars 27 forks source link

Problem composer install-path #93

Closed zero-one-devteam closed 5 years ago

zero-one-devteam commented 5 years ago

What type of report is this:

Q A
Bug report? Y
Feature request?
Enhancement?

Description:

The installation of the repositoriy thedmsgroup/mautic-eb-custom into the custom installer path does not work for me. I used exactly the composer.custom that is delivered with your repo. There is nor error, but the directory mautic_custom is empty after deployment. I recognized this when trying it with my own customization repo for Mautic. After reading the docs everything seems to be OK, we need mnsami/composer-custom-directory-installer which is already required. I could not find any error. Do you have the composer.custom in use?

If a bug:

Q A
Mautic version 2.15.0
PHP version 7.2

Steps to reproduce:

  1. Rename composer.custom.dev to composer.custom
  2. composer update
  3. Directory mautic_custom is empty

Log errors:

No errors

zero-one-devteam commented 5 years ago

self-healing ... After several tries removing the composer.lock file and running composer update again and again it now works. Basically when running composer update it should:

So, something was weired on my side. In fact, it's working now.