From af86105d5a14afe5efba2f728851f2c5ec834e29 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 b916938..dba83dc 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/pusher", "forum": "https://discuss.flarum.org" }, @@ -19,7 +19,7 @@ } ], "require": { - "flarum/core": "^1.3", + "flarum/core": "^1.4", "pusher/pusher-php-server": "^2.2" }, "require-dev": {