Skip to content
This repository was archived by the owner on Apr 13, 2022. It is now read-only.

Commit dbaeb61

Browse files
Update README.md
1 parent 4a3d802 commit dbaeb61

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,15 @@ An improved command bus for Laravel 5.
55

66
## Installation
77

8-
This version requires [PHP](https://php.net) 7, and supports Laravel 5.3, 5.4, or 5.5.
8+
This version requires [PHP](https://php.net) 7.1 or 7.2, and supports Laravel 5.5 or 5.6.
99

1010
To get the latest version, simply require the project using [Composer](https://getcomposer.org):
1111

1212
```bash
1313
$ composer require alt-three/bus
1414
```
1515

16-
Once installed, you need to remove the `Illuminate\Bus\BusServiceProvider` and replace it with the `AltThree\Bus\BusServiceProvider` service provider in your `config/app.php`.
17-
18-
*Note: This package WILL NOT be picked up by Laravel 5.5's automatic package discovery, because of it's non-standard requirement of replacing a service provider from the core.*
16+
This package **will not** be picked up by Laravel's automatic package discovery. Once installed, you need to **remove** the `Illuminate\Bus\BusServiceProvider` and **replace** it with the `AltThree\Bus\BusServiceProvider` service provider in your `config/app.php`.
1917

2018

2119
## Security

0 commit comments

Comments
 (0)