| {
    "name": "asherwunk/phabstractic",
    "type": "library",
    "description": "Pure PHP Abstract Data Types, Algorithms, and Features",
    "keywords": ["abstract","abstract data types","algorithms"],
    "homepage": "http://github.com/asherwunk/phabstractic",
    "license": "MIT",
    "authors": [
        {
            "name": "Asher Wolfstein",
            "email": "[email protected] ",
            "homepage": "http://wunk.me",
            "role": "Developer"
        }
    ],
    "require": {
        "php"         : ">=7.0",
    },
    "require-dev": {
        "phpunit/phpunit": "~4.0",
    },
    "autoload": {
        "psr-4": {
            "Phabstractic\\": "src/Phabstractic"
        }
    }
}
 |