{ "name": "mpociot/captainhook", "license": "MIT", "description": "Add webhooks to your Laravel app.", "keywords": [ "events", "hook", "laravel", "webhook", "webhooks" ], "homepage": "http://github.com/mpociot/captainhook", "authors": [ { "name": "Marcel Pociot", "email": "m.pociot@gmail.com" } ], "support": { "issues": "https://github.com/mpociot/captainhook/issues", "source": "https://github.com/mpociot/captainhook" }, "require": { "php": ">=5.4.0", "illuminate/support": "~5.0", "guzzlehttp/guzzle": "~6.0" }, "require-dev": { "illuminate/database": "~5.0", "illuminate/events": "~5.0", "mockery/mockery": "~0.9", "orchestra/testbench": "~3.0", "phpunit/phpunit": "~4.7 || ~5.0" }, "autoload": { "psr-0": { "Mpociot\\CaptainHook": "src/" } } }