mindteam/phpci-symfony2-plugin

PHPCI plugin for using Symfony2 commands

Installs: 48

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 1

Open Issues: 0

pkg:composer/mindteam/phpci-symfony2-plugin

dev-master 2015-11-12 17:40 UTC

This package is not auto-updated.

Last update: 2025-12-24 16:46:09 UTC


README

PHPCI plugin for using symfony2 commands.

Configuration:

setup:
    composer:
        action: "install"
        prefer_dist: true
    symfony_commands:
        commands:
            -  doctrine:database:drop --force
            -  doctrine:database:create
            -  doctrine:schema:update --force
            -  doctrine:fixtures:load