Skip to content

Commit c3a8222

Browse files
committed
Merge 2.0.2
1 parent a123675 commit c3a8222

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

README.md

+7-15
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Baum v2
22

3-
[![Build Status](https://travis-ci.org/gazsp/baum.svg?branch=2.0.2)](https://travis-ci.org/gazsp/baum)
4-
[![Coverage Status](https://coveralls.io/repos/github/gazsp/baum/badge.svg?branch=2.0.2)](https://coveralls.io/github/gazsp/baum?branch=2.0.2)
5-
[![StyleCI](https://github.styleci.io/repos/47506280/shield?branch=2.0.2&style=flat)](https://github.styleci.io/repos/47506280)
3+
[![Build Status](https://travis-ci.org/gazsp/baum.svg?branch=master)](https://travis-ci.org/gazsp/baum)
4+
[![Coverage Status](https://coveralls.io/repos/github/gazsp/baum/badge.svg?branch=master)](https://coveralls.io/github/gazsp/baum?branch=master)
5+
[![StyleCI](https://github.styleci.io/repos/47506280/shield?branch=master&style=flat)](https://github.styleci.io/repos/47506280)
66

77
## Nested Set implementation for Laravel
88

@@ -111,18 +111,10 @@ ordinary trees are suddenly quite fast. Nifty, isn't it?
111111
<a name="installation"></a>
112112
## Installation
113113

114-
Baum works with Laravel 5.5 (and PHP 7) and above. You can add it to your `composer.json` file
115-
with:
116-
117-
"gazsp/baum": "2.0"
118-
119-
Run `composer install` to install it.
120-
121-
As with most Laravel 5 packages you'll then need to register the Baum
122-
*service provider*. To do that, head over your `config/app.php` file and add
123-
the following line into the `providers` array:
124-
125-
'Baum\Providers\BaumServiceProvider',
114+
Baum works with Laravel 5.8 (and PHP 7.2) and above. You can add it to your project with:
115+
```
116+
composer require gazsp/baum:2.*
117+
```
126118

127119
<a name="getting-started"></a>
128120
## Getting started

0 commit comments

Comments
 (0)