| Current Path : /srv/web/sites/trentinoplant.it/httpdocs/vendor1/phpgt/propfunc/ |
| Current File : /srv/web/sites/trentinoplant.it/httpdocs/vendor1/phpgt/propfunc/composer.json |
{
"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": "greg.bowler@g105b.com",
"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"
}
]
}