Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: update installation guide #307

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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