Skip to content

Commit eda3c22

Browse files
author
Markus
authored
Update README.md
1 parent e769674 commit eda3c22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ Scrutizier analysis: [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/c
44

55
ZendSentry is released under the New BSD License.
66

7-
The current version of ZendSentry for ZF2 is `2.2.1`. It supports Zend Framework >= 2.5.3. For older versions see the legacy branch and tags in the `1.*` series. For ZF3 compatible versions, please install releases in the `3.*` branch.
7+
The current version of ZendSentry for ZF2 is `2.3.0`. It supports Zend Framework >= 2.5.3. For older versions see the legacy branch and tags in the `1.*` series. For ZF3 compatible versions, please install releases in the `3.*` branch.
88

99
#Latest Changes
10+
- Possibility to add extra context to simple logs
1011
- Add ZF3 compatible branch
1112
- Switch Raven dependency to new official sentry/sentry repository
12-
- Update ravenjs to latest version
1313
- Fix problem introduced by ZF BC break in ZF version 2.5.3 and branch of legacy branch
1414

1515
#Important Changes
@@ -51,7 +51,7 @@ In your project's `composer.json` use:
5151

5252
{
5353
"require": {
54-
"cloud-solutions/zend-sentry": "3.0.1"
54+
"cloud-solutions/zend-sentry": "2.3.0"
5555
}
5656

5757
Run `php composer.phar update` to download it into your vendor folder and setup autoloading.

0 commit comments

Comments
 (0)