{ "name": "noccylabs/dataset", "description": "Static datasets distributed as dependencies", "type": "library", "license": "GPL-3.0-or-later", "autoload": { "psr-4": { "NoccyLabs\\Dataset\\": "src/" } }, "authors": [ { "name": "Christopher Vagnetoft", "email": "cvagnetoft@gmail.com" } ], "bin": [ "bin/dataset-info" ], "require": { "php": "^7.4|^8.0", "ext-simplexml": "*", "ext-json": "*" }, "require-dev": { "phpunit/phpunit": "^9.5", "phpstan/phpstan": "^1.8" } }