From e4937b9fac900dc3b7f885aac72cfe5c27f49a1e Mon Sep 17 00:00:00 2001 From: Marcus Date: Thu, 18 Apr 2024 10:52:15 +0200 Subject: [PATCH] chore(deps): craft 5 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index ddb7751..169f5d8 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "everyday/craft-incremental-static-regeneration", - "version": "1.2.1", + "version": "1.3.0", "description": "A plugin that watches your entry changes and pings a URL of your choice", "type": "craft-plugin", "keywords": ["incremental", "static", "regeneration", "nextjs"], @@ -22,7 +22,7 @@ } }, "require": { - "craftcms/cms": "^4.0" + "craftcms/cms": "^5.0" }, "require-dev": { "vlucas/phpdotenv": "^3.0"