From c92b34c3a9eea0eaecfb7cff98cc7f9e3417f504 Mon Sep 17 00:00:00 2001 From: tbreuss Date: Mon, 2 Jan 2023 12:35:53 +0100 Subject: [PATCH] feat: v2.x compatibility --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 34f2501..78a8ea7 100644 --- a/composer.json +++ b/composer.json @@ -1,11 +1,11 @@ { "name": "getherbie/plugin-simplecontact", - "homepage": "https://www.getherbie.org", + "homepage": "https://github.com/getherbie", "description": "SimpleContact Plugin for Herbie.", "keywords": ["herbie", "plugin", "contact", "mailform"], "type": "herbie-plugin", "license": "BSD-3-Clause", "require-dev": { - "getherbie/herbie": "dev-2.x-develop" + "getherbie/herbie": "^2.0" } }