# Conversions

## Installation

In the project's `composer.json` file, add the following settings:

```
"require": {
    ...
    "vitalhikescotland/conversions": "master"
},
"repositories": [
    ...
    {
        "type": "vcs",
        "url": "git@bitbucket.org:vitalhikescotland/conversions.git"
    }
]
```
