Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix composer install script #21

Merged
merged 1 commit into from
Jan 24, 2024
Merged

Conversation

dmohns
Copy link
Member

@dmohns dmohns commented Jan 23, 2024

Closes: #20

The Composer Docker container runs an arbitrary version of PHP which yields a lot of incompatible dependency conflicts and results in failing install.

Using --ignore-platform-reqs fixes this, see here. Even thought this option is consider "discouraged" I think it's the way to go here. We ship a full version of composer.phar along-side our code which can be used for more advanced composer operations, the Docker is just used to ensure an easy first time experience.

@InensusDev InensusDev merged commit cf28926 into main Jan 24, 2024
8 checks passed
@InensusDev InensusDev deleted the fix-composer-install-script branch January 24, 2024 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Composer install container fails
2 participants