blackbirdchess-service-import/composer.json

37 lines
819 B
JSON

{
"name": "blakcbirdchess/blackbirdchess-service-import",
"type": "library",
"description": "Service to import other apps files into blackbird chess",
"keywords": [
"chess",
"pairing",
"blackbirdchess"
],
"license": "AGPL-3.0-or-later",
"authors": [
{
"name": "Jeroen De Meerleer",
"email": "schaak@jeroened.be",
"homepage": "https://www.jeroened.be",
"role": "Developer"
}
],
"require": {
"php": "^8.1",
"ext-iconv": "*"
},
"require-dev": {
},
"autoload": {
"psr-4": {
"Blackbirdchess\\Service\\Import\\": "src/"
}
},
"config": {
"platform": {
"php": "7.1"
},
"sort-packages": true
}
}