diff --git a/composer.json b/composer.json index 7fa8539..7ae7952 100644 --- a/composer.json +++ b/composer.json @@ -4,5 +4,8 @@ "description": "Syntax Highlighting Plugin for Herbie", "keywords": ["herbie", "plugin", "highlight", "highlightjs"], "type": "herbie-plugin", - "license": "BSD-3-Clause" + "license": "BSD-3-Clause", + "require": { + "getherbie/herbie": "^1.0.0" + } }