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

add options for composer and php binaries #48

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 26, 2016

  1. add options for composer and php binaries

    Added `:composer_bin` and `:composer_php` options for better control of
    which binaries to use.
    When not explicitly set, the existence of the `composer` and `php`
    executables is now validated before the tasks are run.
    
    Also Composer is now always invoked through php. For this the path to
    the `composer` executable is expanded by calling `which composer` on
    the remote host.
    
    When `:composer_bin` is set to `:local`, `composer:install_executable`
    is automatically invoked on deployment. So no more manual hooking of
    additional tasks in the deploy configuration.
    koenpunt committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    21929e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c03a4b View commit details
    Browse the repository at this point in the history
  3. consistent indentation

    koenpunt committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    11efec0 View commit details
    Browse the repository at this point in the history