{
    "name": "php-ds/ext-ds",
    "description": "An extension providing efficient internal data structures as an alternative to arrays",
    "type": "php-ext",
    "license": "MIT",
    "keywords": [],
    "authors": [
        {
            "name": "Rudi Theunissen",
            "email": "rudolf.theunissen@gmail.com"
        }
    ],
    "minimum-stability": "dev",
    "require": {
        "php": ">= 8.2.0"
    },
    "require-dev": {
        "php-ds/tests": "^2.0"
    },
    "scripts": {
        "test"   : "php test.php",
        "memtest": "USE_ZEND_ALLOC=0 ZEND_DONT_UNLOAD_MODULES=1 valgrind php test.php"
    },
    "php-ext": {
        "extension-name": "ds"
    }
}
