Skip to content

Commit 1d01ede

Browse files
Merge pull request #293 from alexislefebvre/2.x-add-versions-to-README
README: add table about the different versions
2 parents 164f1fa + 173f0ef commit 1d01ede

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,19 @@
22
[![Latest Stable Version](https://poser.pugx.org/liip/test-fixtures-bundle/v/stable)](https://packagist.org/packages/liip/test-fixtures-bundle)
33
[![Latest Unstable Version](https://poser.pugx.org/liip/test-fixtures-bundle/v/unstable)](https://packagist.org/packages/liip/test-fixtures-bundle)
44

5-
Introduction
6-
============
5+
# Introduction
76

87
This Bundle provides base classes for functional tests to assist in setting up
98
test-databases and loading fixtures.
109

11-
Documentation
12-
------------
10+
# Versions
11+
| Version | Status | Requirements |
12+
|:-----------|:---------------------------------|:---------------------------|
13+
| [3.x][3.x] | Next version (released as alpha) | PHP >= 8.1, Symfony >= 5.4 |
14+
| [2.x][2.x] | Active support | PHP >= 7.4, Symfony >= 5.4 |
15+
16+
17+
# Documentation
1318

1419
* [Installation](doc/installation.md)
1520
* [Upgrade to version 2.x](UPGRADE-2.0.md)
@@ -21,3 +26,6 @@ Documentation
2126
* [Examples](doc/examples.md)
2227
* [Caveats](doc/caveats.md)
2328
* [Contributing](doc/contributing.md)
29+
30+
[3.x]: https://github.com/liip/LiipTestFixturesBundle/tree/3.x
31+
[2.x]: https://github.com/liip/LiipTestFixturesBundle/tree/2.x

0 commit comments

Comments
 (0)