From 851428e1e1050d624cac37994456174f70381c02 Mon Sep 17 00:00:00 2001 From: Juri Ehret Date: Sun, 17 May 2026 11:53:21 +0200 Subject: [PATCH] chore(deps): bump bigins/imanager 2.2.0 -> 2.2.1 Pulls in the fts:rebuild + optimize auto-migrate hotfix. After this lands, the live + Hetzner upgrade step is a single command: vendor/bin/imanager fts:rebuild --db=data/imanager.db (2.2.1 applies any pending schema migrations first, then rebuilds.) Smoked: frontend 200, editor 200, search 200. --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 7a9c118..4330133 100644 --- a/composer.lock +++ b/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "bigins/imanager", - "version": "2.2.0", + "version": "2.2.1", "source": { "type": "git", "url": "https://github.com/bigin/imanager.git", - "reference": "421aabb38bf252743bc8e4f2847e6be1abbca790" + "reference": "958025e9cc7b832f837424abef40462b1d9599cd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bigin/imanager/zipball/421aabb38bf252743bc8e4f2847e6be1abbca790", - "reference": "421aabb38bf252743bc8e4f2847e6be1abbca790", + "url": "https://api.github.com/repos/bigin/imanager/zipball/958025e9cc7b832f837424abef40462b1d9599cd", + "reference": "958025e9cc7b832f837424abef40462b1d9599cd", "shasum": "" }, "require": { @@ -83,9 +83,9 @@ ], "support": { "issues": "https://github.com/bigin/imanager/issues", - "source": "https://github.com/bigin/imanager/tree/2.2.0" + "source": "https://github.com/bigin/imanager/tree/2.2.1" }, - "time": "2026-05-17T09:35:29+00:00" + "time": "2026-05-17T09:50:01+00:00" }, { "name": "erusev/parsedown",