Skip to content

Instantly share code, notes, and snippets.

View Migweld's full-sized avatar

Craig Thompson Migweld

View GitHub Profile
@Migweld
Migweld / README.md
Last active December 3, 2015 12:39
PSR-2 Build System using Sublime Text

PSR-2 Build System using Sublime Text

Installation

Open a new terminal and install Composer:

curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer

Once that has finished installing and moved, install the PHP-CS-Fixer Composer package globally: