{ "name": "phpgt/propfunc", "description": "Property accessor and mutator functions.", "type": "library", "require": { "php": ">=8.0" }, "require-dev": { "phpunit/phpunit": ">=9.3", "phpstan/phpstan": ">=0.12" }, "license": "MIT", "authors": [ { "name": "Greg Bowler", "homepage": "https://www.g105b.com", "email": "[email protected]", "role": "Developer" } ], "autoload": { "psr-4": { "Gt\\PropFunc\\": "./src" } }, "autoload-dev": { "psr-4": { "Gt\\PropFunc\\Test\\": "./test/phpunit" } }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/PhpGt" } ] }