1{
2    "name": "rappasoft/laravel-helpers",
3    "description": "Laravel Helpers for Non-Laravel Projects",
4    "license": "MIT",
5    "keywords": ["laravel", "helpers"],
6    "authors": [
7        {
8            "name": "Anthony Rappa",
9            "email": "rappa819@gmail.com"
10        }
11    ],
12    "require": {
13    	"php": ">=5.4.0"
14    },
15    "autoload": {
16        "files": [
17            "src/helpers.php"
18        ]
19    },
20    "minimum-stability": "stable"
21}