Skip to content

Commit

Permalink
Fixed rollbar/rollbar version
Browse files Browse the repository at this point in the history
  • Loading branch information
baibaratsky committed Apr 17, 2015
1 parent f6ebf3b commit b42e23f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Rollbar Yii Extension is free software. It is released under
the terms of the following BSD License.

Copyright © 2013-2014 by Andrei Baibaratsky, Kir Shatrov, Serge
Copyright © 2013-2015 by Andrei Baibaratsky, Kir Shatrov, Serge
Bezborodov, Alexander Makarov. All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Rollbar Yii Component
=====================
[![GitHub release](https://img.shields.io/github/release/baibaratsky/yii-rollbar.svg)](https://github.com/baibaratsky/yii-rollbar/releases)
[![Dependency Status](https://www.versioneye.com/user/projects/55315cb410e7141211000fc8/badge.svg?style=flat)](https://www.versioneye.com/user/projects/55315cb410e7141211000fc8)
[![Packagist](https://img.shields.io/packagist/v/baibaratsky/yii-rollbar.svg)](https://packagist.org/packages/baibaratsky/yii-rollbar)
[![Packagist](https://img.shields.io/packagist/dt/baibaratsky/yii-rollbar.svg)](https://packagist.org/packages/baibaratsky/yii-rollbar)

Rollbar Yii Component is the way to integrate [Rollbar](http://rollbar.com/) service with your Yii application.
Rollbar aggregates and analyzes your application errors and deploys.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
],
"require": {
"php": ">=5.3",
"rollbar/rollbar": "dev-master"
"rollbar/rollbar": "0.11.0"
}
}

0 comments on commit b42e23f

Please sign in to comment.