Skip to content

Commit

Permalink
doc: fix version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
bpolaszek committed Oct 26, 2023
1 parent 9608d06 commit 356108d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[![Latest Unstable Version](http://poser.pugx.org/bentools/etl/v/unstable)](https://packagist.org/packages/bentools/etl)
[![Latest Stable Version](https://poser.pugx.org/bentools/etl/v/stable)](https://packagist.org/packages/bentools/etl)
[![License](https://poser.pugx.org/bentools/etl/license)](https://packagist.org/packages/bentools/etl)
[![CI Workflow](https://github.com/bpolaszek/bentools-etl/actions/workflows/ci.yml/badge.svg)](https://github.com/bpolaszek/bentools-etl/actions/workflows/ci.yml)
Expand All @@ -13,12 +14,12 @@ Installation
------------

```bash
composer require bentools/etl
composer require bentools/etl:^4.0@alpha
```

_Warning: version 3.1 is a complete rewrite and a involves important BC breaks._
_Warning: version 4.0 is a complete rewrite and a involves important BC breaks._

_Don't upgrade from `^2.0` unless you know what you're doing!_
_Don't upgrade from `^2.0` or `^3.0` unless you know what you're doing!_

Usage
-----
Expand Down

0 comments on commit 356108d

Please sign in to comment.