{
    "name": "ghanuz/eloquent-relations",
    "version": "3.0.1",
    "description": "To create a Eloquent relationships with comma separated foreign key or using a FIND_IN_SET mysql function.",
    "keywords": ["laravel", "eloquent", "relationship", "comma-separate", "find_in_set"],
    "authors": [
        {
            "name": "Ghanu Z",
            "email": "ghanshyamashra@gmail.com"
        }
    ],
    "type": "library",
    "license": "MIT",
    "minimum-stability": "dev",
    "prefer-stable": true,
    "autoload": {
        "psr-4": {
            "GhanuZ\\": "ghanuz/Relations/src/"
        }
    },
    "require": {
        "php": ">=5.6.4",
        "laravel/framework" : "5.3|5.4|5.6|5.7|5.8|^6.0.0|^7.0.0|8.*|9.x|10.x"
    }
}
