Questions tagged [composer]

Composer is a dependency manager for PHP.

Composer is a PHP dependency manager which is similar in concept to bundler or cpan. It can be used to install PHP packages and their dependencies on an as-needed basis.

32 questions
0
votes
2 answers

How to install zend framwork zend-soap on

I am trying to install a package using composer. It fails with the error message below. Problem 1 - zendframework/zend-soap 2.7.0 requires ext-soap * -> the requested PHP extension soap is missing from your system. -…
user1794918
  • 103
  • 5
-1
votes
1 answer

How to set smtp_password in GCP Cloud Composer for configuring third-party SMTP services

I can use only G Suit SMTP mail server due to company security policy. I want to configuring 3rd-party SMTP service for using G Suit mail service but I can't set "smtp smtp_password" config in AIRFLOW CONFIGURATION OVERRIDES tap of Cloud…
1 2
3