mindteam/phpci-symfony2-plugin

PHPCI plugin for using Symfony2 commands

Maintainers

Package info

github.com/mindteam/phpci-symfony2-plugin

pkg:composer/mindteam/phpci-symfony2-plugin

Statistics

Installs: 48

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-04-29 18:28:49 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