Skip to content

Commit

Permalink
Merge pull request #307 from alexislefebvre/3.x-doc-update-installati…
Browse files Browse the repository at this point in the history
…on-guide

doc: update installation guide
  • Loading branch information
alexislefebvre authored May 19, 2024
2 parents 6ddd3d5 + e0565a7 commit e5d7de2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ This Bundle provides base classes for functional tests to assist in setting up
test-databases and loading fixtures.

# 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 |

| Version | Status | Requirements |
|:-----------|:----------------------------------|:---------------------------|
| [3.x][3.x] | Current version, for new features | PHP >= 8.1, Symfony >= 5.4 |
| [2.x][2.x] | Previous version, no new features | PHP >= 7.4, Symfony >= 5.4 |

# Documentation

Expand Down
5 changes: 1 addition & 4 deletions doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@ Open a command console, enter your project directory and execute the
following command to download the latest stable version of this bundle:

```shell
composer require --dev liip/test-fixtures-bundle:^3.0.0-alpha3
composer require --dev liip/test-fixtures-bundle:^3.0.0
```

> [!TIP]
> The version will be `^3.0.0` once a stable release for the `3.x` branch will have been published.
This command requires you to have Composer installed globally, as explained
in the [installation chapter](https://getcomposer.org/doc/00-intro.md)
of the Composer documentation.
Expand Down

0 comments on commit e5d7de2

Please sign in to comment.