Skip to content

Commit 493507d

Browse files
authored
Merge branch '2.0' into updates
2 parents 63c0cdd + 28b44ea commit 493507d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This packages provides a full abstraction for Understand.io and provides extra f
1818
1. Add the package to your project
1919

2020
```
21-
composer require understand/understand-laravel5
21+
composer require understand/understand-laravel5:^2
2222
```
2323

2424
2. Add the ServiceProvider to the `providers` array in `config/app.php`
@@ -128,4 +128,4 @@ http://php.net/manual/en/function.json-encode.php
128128

129129
### License
130130

131-
The Laravel Understand.io service provider is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)
131+
The Laravel Understand.io service provider is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"component": "package",
2929
"frameworks": ["Laravel 5"],
3030
"branch-alias": {
31-
"dev-master": "0.0-dev"
31+
"dev-master": "2.0-dev"
3232
},
3333
"laravel": {
3434
"providers": [

0 commit comments

Comments
 (0)