blackbirdchess-service-import/composer.json

43 lines
1.0 KiB
JSON
Raw Permalink 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": {
2023-01-14 15:37:01 +01:00
"phpunit/phpunit": "^9"
},
"autoload": {
"psr-4": {
"Blackbirdchess\\Service\\Import\\": "src/"
}
},
"config": {
"platform": {
2023-01-14 15:37:01 +01:00
"php": "8.1"
},
"sort-packages": true
2023-01-14 15:37:01 +01:00
},
"repositories": [{
"type": "composer",
"url": "https://repo.blackbirdchess.app"
}]
}