{
    "name": "mistic100/php-hooks",
    "description": "A fork of the WordPress filters hook system rolled in to a class to be ported into any PHP-based system",
    "version": "0.4.0",
    "keywords": [
        "hooks",
        "actions",
        "filters"
    ],
    "homepage": "https://github.com/mistic100/PHP-Hooks/",
    "license": "GPL-3.0-or-later",
    "authors": [{
        "name": "Ohad Raz",
        "homepage": "http://en.bainternet.info/"
    },{
        "name": "Damien \"Mistic\" Sorel",
        "email": "contact@git.strangeplanet.fr",
        "homepage": "http://www.strangeplanet.fr/"
    }],
    "require-dev": {
        "phpunit/phpunit": "4.4.*",
        "vimeo/psalm" : "*"
    },
    "autoload": {
        "psr-4": {
            "Hooks\\": "src"
        }
    },
    "scripts": {
        "test": "@php vendor/bin/phpunit --bootstrap vendor/autoload.php tests",
        "psalm": "@php vendor/bin/psalm --show-info=false src"
    }
}
