Skip to content

Commit

Permalink
Merge pull request #293 from alexislefebvre/2.x-add-versions-to-README
Browse files Browse the repository at this point in the history
README: add table about the different versions
  • Loading branch information
alexislefebvre authored Mar 24, 2024
2 parents 164f1fa + 173f0ef commit 1d01ede
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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

0 comments on commit 1d01ede

Please sign in to comment.