#!/bin/bash

composer install --no-dev
.phive/box build

VERSION=$(php twigcs.phar --version)

printf "\n\n"

printf "Built $VERSION\n\n"

gpg -u tmaindron@gmail.com --detach-sign --output twigcs.phar.asc twigcs.phar

printf "Signed $VERSION\n\n"
