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

[BUG] Required PHP modules are missing #258

Open
eliashaeussler opened this issue Jul 11, 2023 · 0 comments
Open

[BUG] Required PHP modules are missing #258

eliashaeussler opened this issue Jul 11, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@eliashaeussler
Copy link
Member

PHP version

not relevant

Composer version

not relevant

Package version

latest

Operating system

Ubuntu

Current behavior

When running composer create-project cpsit/project-builder on Ubuntu, I get an exception because the following PHP module requirements cannot be satisified:

  • ext-mbstring
  • ext-simplexml

We should check whether these dependencies are actually required. In addition, we should verify that these are not installed by default with apt install php.

Expected behavior

The command succeeds on all operating systems.

Steps to reproduce

No response

Additional context

No response

@eliashaeussler eliashaeussler added the bug Something isn't working label Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant