matchplay-utils/composer.json

22 lines
461 B
JSON

{
"name": "benharri/matchplay-utils",
"description": "scripts to export data from matchplay",
"type": "project",
"license": "MIT",
"autoload": {
"psr-4": {
"Benharri\\MatchplayUtils\\": "src/"
}
},
"authors": [
{
"name": "Ben Harris",
"email": "ben@tilde.team"
}
],
"require": {
"guzzlehttp/guzzle": "^7.8",
"symfony/dotenv": "^6.3"
}
}