2017 © Pedro Peláez
 

library phpci-bower-plugin

PHPCI plugin for Bower integration

image

thijskok/phpci-bower-plugin

PHPCI plugin for Bower integration

  • Friday, August 5, 2016
  • by thijskok
  • Repository
  • 1 Watchers
  • 2 Stars
  • 942 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Bower plugin for PHPCI

A plugin for PHPCI to download and install Bower packages required by your application., (*1)

Install the Plugin

  1. Navigate to your PHPCI root directory and run composer require thijskok/phpci-bower-plugin
  2. If you are using the PHPCI daemon, restart it
  3. Update your phpci.yml in the project you want to deploy with

Prerequisites

  1. Bower needs to be installed.

Plugin Options

  • force [boolean, optional] - Force latest version on conflict
  • production [boolean, optional] - Do not install project devDependencies

PHPCI Config

ThijsKok\PHPCI\Plugin\Bower:
    force: false
    production: true

example:, (*2)

setup:
    ThijsKok\PHPCI\Plugin\Bower:
        production: false

The Versions

05/08 2016

dev-master

9999999-dev

PHPCI plugin for Bower integration

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires