From b8a5b7da70d74ce18891133b8548ea2526144a2f Mon Sep 17 00:00:00 2001 From: Juri Ehret Date: Sat, 16 May 2026 08:57:07 +0200 Subject: [PATCH] chore(composer): drop "flat file" keyword, refresh description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Packagist indexes both fields. "flat file" stopped being true at 2.0 — storage is SQLite + FTS5 — and the description was a placeholder ("Scriptor CMS/CMF") that told prospective users nothing. Switch to a keyword set that reflects 2.0 (sqlite, markdown, microsite, blog, wiki) and a description that matches the GitHub About and README intro. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 44a939e..31bc395 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { "name": "bigins/scriptor", "type": "project", - "description": "Scriptor CMS/CMF", - "keywords": ["scriptor", "cms", "cmf", "flat file"], + "description": "Lightweight PHP CMS for microsites, blogs and wikis — SQLite + FTS5 search, Markdown, rich-text editing.", + "keywords": ["scriptor", "cms", "cmf", "php", "sqlite", "markdown", "microsite", "blog", "wiki"], "license": "MIT", "homepage": "https://scriptor-cms.dev", "authors": [