| {
    "name": "hashemi/fireworks",
    "description": "A simple trait that will help to fire property wise event on your laravel model. Using laravel model events, to create hooks.",
    "type": "library",
    "license": "MIT",
    "keywords": [
        "model-events",
        "eloquent",
        "laravel",
        "column-wise-events"
    ],
    "authors": [
        {
            "name": "Hashemi Rafsan",
            "email": "[email protected] "
        }
    ],
    "minimum-stability": "dev",
    "require": {
        "php": ">=7.1",
        "illuminate/database": "^6.0|^7.0|^8.0",
        "illuminate/support": "^6.0|^7.0|^8.0"
    },
    "autoload": {
        "psr-4": {
            "Hashemi\\Fireworks\\": "src/"
        }
    }
}
 |