Remove the :3.x-dev suffix in the quick start tutorial (#59)

This commit is contained in:
Odunayo Ogungbure 2020-07-04 15:49:11 +01:00 committed by GitHub
parent ffc406bff1
commit 4d88c4bc0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,11 +15,9 @@ We recommend following this tutorial just **to get things working** so that you
First, require the package using composer: First, require the package using composer:
```php ```php
composer require stancl/tenancy:3.x-dev composer require stancl/tenancy
``` ```
After stable 3.x is released, update your version constraint by running `composer require stancl/tenancy:^3.0`
Then, run the `tenancy:install` command: Then, run the `tenancy:install` command:
```php ```php