Added external repositories

This commit is contained in:
Jeroen De Meerleer 2023-01-13 12:25:04 +01:00
parent 15e2b094b9
commit 57e96b78e7
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"name": "blakcbirdchess/blackbirdchess-service-results",
"name": "blackbirdchess/blackbirdchess-service-results",
"type": "library",
"description": "Service to calculate results for blackbird chess",
"keywords": [
@ -18,7 +18,8 @@
],
"require": {
"php": "^8.1",
"ext-iconv": "*"
"ext-iconv": "*",
"blackbirdchess/blackbirdchess-service-results": "*"
},
"require-dev": {
},