From 48be4a8f7122c7a5c01cced5def4cd422d025e16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Xavier=20de=20Guillebon?= Date: Tue, 6 Oct 2020 12:21:53 +0200 Subject: [PATCH] Add versions dependencies details in README (#1260) * Add versions in README * Remove BRANCHES.md --- BRANCHES.md | 23 ----------------------- README.md | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 23 deletions(-) delete mode 100644 BRANCHES.md diff --git a/BRANCHES.md b/BRANCHES.md deleted file mode 100644 index d47dc3ab6..000000000 --- a/BRANCHES.md +++ /dev/null @@ -1,23 +0,0 @@ -MopaBootstrapBundle Branches -============================ - -Bootstrap 3: - -- master: Using Symfony >=2.3 with Bootstrap >=3.x - This is the current dev-branch - -Bootstrap 2: - -- v2.3.x: Using Symfony ~2.3.x with Bootstrap 2.x - This is the current branch for 2.x - -These will only get critical fixes: - -- v2.2.x: Using Symfony ~2.2.x with Bootstrap 2.x -- v2.1.x: Using Symfony ~2.1.x with Bootstrap 2.x - - -No Longer Maintained: -- v2.0.x: Using Symfony ~2.0.x with Bootstrap 2.x -- v1.x: Using Symfony ~2.0.x with Bootstrap 1.x - diff --git a/README.md b/README.md index d4c5d39d2..679c90284 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,21 @@ MopaBootstrapBundle is a collection of code to integrate twitter's bootstrap To use MopaBootstrapBundle and Twitter's Bootstrap 3 in your project add it via [composer](Resources/doc/install/1-getting-started.md) +Versions and dependencies +------------------------- + +| MopaBootstrapBundle | Bootstrap | Symfony | +| --------------------------------------------------------------------------------------- | --------- | ------------------------ | +| [**3.3**] (**master**) | ^3.0 | ^2.3 \|\| ^3.0 \|\| ^4.0 | +| [**3.2**] (*unmaintained*) | ^3.0 | ^2.3 \|\| ^3.0 | +| [**3.1**] (*unmaintained*) | ^3.0 | ^2.3 \|\| ^3.0 | +| [**3.0**] (*unmaintained*) | ^3.0 | ^2.3 \|\| ^3.0 | +| [**2.3**] (*unmaintained*) | ^2.0 | ^2.3 | +| [**2.2**] (*unmaintained*) | ^2.0 | >=2.1,<2.4 | +| [**2.1**] (*unmaintained*) | ^2.0 | ~2.1.0 | +| [**2.0**] (*unmaintained*) | ^2.0 | ~2.0.0 | +| [**1.x**] (*unmaintained*) | ^1.0 | ^2.0 | + Updates -------