blackbirdchess-service-import/composer.json

43 lines
1.0 KiB
JSON

{
"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",
"ext-iconv": "*",
"blackbirdchess/blackbirdchess-service-results": "dev-main"
},
"require-dev": {
"phpunit/phpunit": "^9"
},
"autoload": {
"psr-4": {
"Blackbirdchess\\Service\\Import\\": "src/"
}
},
"config": {
"platform": {
"php": "8.1"
},
"sort-packages": true
},
"repositories": [{
"type": "composer",
"url": "https://repo.blackbirdchess.app"
}]
}