From 173f0efde56a27cecf7af9cb218f9d27e8cdd775 Mon Sep 17 00:00:00 2001 From: Alexis Lefebvre Date: Sun, 24 Mar 2024 23:59:33 +0100 Subject: [PATCH] README: add table about the different versions --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a23edc9e..f05294bf 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,19 @@ [![Latest Stable Version](https://poser.pugx.org/liip/test-fixtures-bundle/v/stable)](https://packagist.org/packages/liip/test-fixtures-bundle) [![Latest Unstable Version](https://poser.pugx.org/liip/test-fixtures-bundle/v/unstable)](https://packagist.org/packages/liip/test-fixtures-bundle) -Introduction -============ +# Introduction This Bundle provides base classes for functional tests to assist in setting up test-databases and loading fixtures. -Documentation ------------- +# Versions +| Version | Status | Requirements | +|:-----------|:---------------------------------|:---------------------------| +| [3.x][3.x] | Next version (released as alpha) | PHP >= 8.1, Symfony >= 5.4 | +| [2.x][2.x] | Active support | PHP >= 7.4, Symfony >= 5.4 | + + +# Documentation * [Installation](doc/installation.md) * [Upgrade to version 2.x](UPGRADE-2.0.md) @@ -21,3 +26,6 @@ Documentation * [Examples](doc/examples.md) * [Caveats](doc/caveats.md) * [Contributing](doc/contributing.md) + + [3.x]: https://github.com/liip/LiipTestFixturesBundle/tree/3.x + [2.x]: https://github.com/liip/LiipTestFixturesBundle/tree/2.x