Skip to content

Commit

Permalink
Update README.md for new major release
Browse files Browse the repository at this point in the history
  • Loading branch information
xyNNN authored Mar 10, 2021
1 parent 2b2b35b commit 7113654
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,36 @@ The GoogleTagManagerBundle provides you an easy-to-use method to integrate the G
## Requirements

## 2.x

- [x] PHP 5.3 and higher
- [x] Symfony 2.8 and higher

## 3.x

- [x] PHP 5.6 and higher
- [x] Symfony 2.8 and higher

## Install

### Step 1: Download the Bundle

Open a command console, enter your project directory and execute the
following command to download the latest stable version of this bundle:

#### 2.x

```bash
$ composer require xynnn/google-tag-manager-bundle "~2.0"
```

#### 3.x


```bash
$ composer require xynnn/google-tag-manager-bundle "~3.0"
```

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 7113654

Please sign in to comment.