{
    "name": "ayesh/is_countable-polyfill",
    "description": "A trivial but working polyfill for PHP 7.3 is_countable function. Supports PHP versions >= 5.3",
    "type": "library",
    "keywords": ["polyfill", "shim", "compat", "compatibility", "portable", "port", "php73"],
    "require": {
        "php": ">=5.3"
    },
    "require-dev": {
        "phpunit/phpunit": "^4.8.36|5.*"
    },
    "license": "MIT and GPL-3.0+",
    "authors": [
        {
            "name": "Ayesh Karunaratne",
            "email": "ayesh@ayesh.me"
        }
    ],
    "autoload": {
        "files": [
            "src/is_countable.php"
        ]
    }
}
