diff --git a/composer.json b/composer.json index bafd140..daa27d8 100644 --- a/composer.json +++ b/composer.json @@ -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": { },