blackbirdchess-service-results/composer.json
Jeroen De Meerleer fd2f1e3cad
Initial commit
This commit:
- Creates the repository
- Forks libpairtwo
- Removes the unrelated files
- Moves the namespaces to a new namespace
- Uses native 8.1 enums instead of a thirdparty-library
2023-01-12 19:17:46 +01:00

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
}
}