mindteam/phpci-symfony2-plugin

PHPCI plugin for using Symfony2 commands

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

This package is not auto-updated.

Last update: 2025-07-09 14:07:28 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