diff --git a/composer.json b/composer.json index 79598a0..fb1fb86 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "blakcbirdchess/blackbirdchess-service-import", + "name": "blackbirdchess/blackbirdchess-service-import", "type": "library", "description": "Service to import other apps files into blackbird chess", "keywords": [ @@ -18,7 +18,8 @@ ], "require": { "php": "^8.1", - "ext-iconv": "*" + "ext-iconv": "*", + "blackbirdchess/blackbirdchess-service-results": "*" }, "require-dev": { }, @@ -27,6 +28,12 @@ "Blackbirdchess\\Service\\Import\\": "src/" } }, + "repositories": [ + { + "type": "vcs", + "url": "https://git.jeroened.be/blackbirdchess/blackbirdchess-service-results.git" + } + ], "config": { "platform": { "php": "7.1"