{
    "name": "rappasoft/laravel-helpers",
    "description": "Laravel Helpers for Non-Laravel Projects",
    "license": "MIT",
    "keywords": ["laravel", "helpers", "string helpers", "array helpers"],
    "authors": [
        {
            "name": "Anthony Rappa",
            "email": "rappa819@gmail.com"
        }
    ],
    "require": {
        "php": "^7.3|^8.0"
    },
    "autoload": {
        "files": [
            "src/arrays.php",
            "src/classes.php",
            "src/helpers.php",
            "src/strings.php"
        ]
    },
    "minimum-stability": "stable"
}
