Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gordalina committed Jun 6, 2022
1 parent 124d8d1 commit e4aea20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

### Breaking Changes

- Dropped support for PHP `<8.0`
- Dropped support for Symfony `<5.4`
- Dropped support for PHP `<8.0` & Symfony `<5.4` [#30](https://github.com/gordalina/GordalinaMixpanelBundle/pull/30)

## [v4.0.0](https://github.com/gordalina/GordalinaMixpanelBundle/releases/tag/4.0.0)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Installation
Require [`gordalina/mixpanel-bundle`](https://packagist.org/packages/gordalina/mixpanel-bundle) using composer

```sh
$ php composer.phar require gordalina/mixpanel-bundle:~3.0
$ php composer.phar require gordalina/mixpanel-bundle:~5.0
```

Or require
Expand All @@ -38,7 +38,7 @@ to your `composer.json` file:
```json
{
"require": {
"gordalina/mixpanel-bundle": "~3.0"
"gordalina/mixpanel-bundle": "~5.0"
}
}
```
Expand Down

0 comments on commit e4aea20

Please sign in to comment.