{
    "name": "bonzer/events",
    "description": "Responsible for implementing Event System in your application",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Paras Ralhan",
            "email": "ralhan.paras@gmail.com"
        }
    ],
    "minimum-stability": "dev",
    "prefer-stable" : true,
    "require": {
      "php": ">=5.4.0",
      "bonzer/exceptions": "v0.0.1"
    },
    "autoload": {
      "psr-4": {
        "Bonzer\\Events\\": "src/"
      }
    }
}
