blackbirdchess-service-import/composer.json

38 lines
888 B
JSON
Raw Normal View History

{
2023-01-13 12:24:41 +01:00
"name": "blackbirdchess/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",
2023-01-13 12:24:41 +01:00
"ext-iconv": "*",
"blackbirdchess/blackbirdchess-service-results": "dev-main"
},
"require-dev": {
},
"autoload": {
"psr-4": {
"Blackbirdchess\\Service\\Import\\": "src/"
}
},
"config": {
"platform": {
"php": "7.1"
},
"sort-packages": true
}
}