From 87baf076624d23703acbc4a1c858fe429471ac3a Mon Sep 17 00:00:00 2001 From: Ton Sharp <66ton99@gmail.com> Date: Fri, 21 Aug 2026 17:27:46 +0300 Subject: [PATCH] docs: announce that development moves to Svaroh/JsFormValidatorBundle Active development continues at Svaroh/JsFormValidatorBundle under the new svaroh/jsformvalidator-bundle package. That is a new package with its own version history starting at 1.0, not a 2.0 of this one. This repository stays the home of the 1.x line and of fp/jsformvalidator-bundle. Also correct the master dev version from 2.0-dev to 1.8-dev, in both the Composer branch alias and COMPOSER_ROOT_VERSION. With no 2.0 planned here, 2.0-dev resolved dev-master to a version this repository will not publish. Co-Authored-By: Claude Opus 5 --- README.md | 17 +++++++++++++++++ composer.json | 2 +- docker-compose.yml | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a15bd80..3f69b1f5 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,23 @@ FpJsFormValidatorBundle converts Symfony form validation metadata into JavaScript validation rules and attaches client-side validators to rendered forms. +## Development Moves To Svaroh/JsFormValidatorBundle + +Active development continues at +[Svaroh/JsFormValidatorBundle](https://github.com/Svaroh/JsFormValidatorBundle), +maintained by Svaroh, under the new Composer package +`svaroh/jsformvalidator-bundle`. That is a new package with its own version +history starting at `1.0`, not a `2.0` of this one, and it renames the project's +identifiers from `Fp`/`fp` to `Svaroh`/`svaroh`, so switching over requires +changes in your application. + +**1.x stays here.** This repository remains the home of the 1.x line and of the +`fp/jsformvalidator-bundle` package, and `1.8.0` stays available. With +development moved to Svaroh, 1.x receives no further fixes from the maintainers. +Pull requests against 1.x are still welcome here and will be merged. + +Existing 1.x installations keep working and need no changes. + ## Status This branch has been revived for the current PHP/Symfony baseline: diff --git a/composer.json b/composer.json index c89c73eb..ec7839c0 100644 --- a/composer.json +++ b/composer.json @@ -69,7 +69,7 @@ "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-master": "1.8-dev" }, "symfony": { "allow-contrib": true, diff --git a/docker-compose.yml b/docker-compose.yml index a5010d66..2e95a1ba 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,7 +15,7 @@ services: environment: COMPOSER_HOME: /application/.cache/composer COMPOSER_ALLOW_SUPERUSER: "1" - COMPOSER_ROOT_VERSION: 2.0-dev + COMPOSER_ROOT_VERSION: 1.8-dev NPM_CONFIG_CACHE: /application/.cache/npm CYPRESS_CACHE_FOLDER: /application/.cache/Cypress volumes: