From 8be67a1405a554c86d167b3472889929eb78573e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Klabbers?= Date: Tue, 12 Jul 2022 23:30:03 +0200 Subject: [PATCH] chore: update v1.4 constraints and update issues url --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0bf7ae3..8ef8d35 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ ], "license": "MIT", "support": { - "issues": "https://github.com/flarum/core/issues", + "issues": "https://github.com/flarum/framework/issues", "source": "https://github.com/flarum/sticky", "forum": "https://discuss.flarum.org" }, @@ -19,7 +19,7 @@ } ], "require": { - "flarum/core": "^1.3" + "flarum/core": "^1.4" }, "autoload": { "psr-4": {