# WordPress Plugin Framework

Supports PHP >= 5.6.
For contribution environment setup, it uses Composer 2.X

## Installation Add below code snippet in `composer.json`, then run `composer install`. ```json { "repositories": [ { "type": "vcs", "url": "git@github.com:awesomemotive/sb-common.git" } ], "require": { "smashballoon/framework": "dev-master" } } ```