Added external repositories

This commit is contained in:
Jeroen De Meerleer 2023-01-13 12:24:41 +01:00
parent 66305a6c4d
commit 754e070cd7
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6

View File

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