#!/usr/bin/env bash

if [[ "$PWD" =~ "ORM" ]]; then
	composer install;
fi;
