{
    "name": "nyholm/nsa",
    "description": "See everything and do whatever you want. No privacy rule will stop us. Used in tests, debugging and fixtures to access properties and methods.",
    "license": "MIT",
    "keywords": ["reflection", "test", "debug", "fixture"],
    "homepage": "http://tnyholm.se",
    "authors": [
        {
            "name": "Tobias Nyholm",
            "email": "tobias.nyholm@gmail.com"
        }
    ],
    "require": {
        "php": ">=7.1",
        "webmozart/assert": "^1.1.0"
    },
    "require-dev": {
        "symfony/phpunit-bridge": "^4.4 || ^5.1"
    },
    "autoload": {
        "psr-4": {
            "Nyholm\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Nyholm\\NSA\\Tests\\": "tests/"
        }
    },
    "scripts": {
        "test": "vendor/bin/phpunit",
        "test-ci": "vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml"
    }
}
