Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
"dev-master": "1.8-dev"
},
"symfony": {
"allow-contrib": true,
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down