Skip to content

Commit 0c298a4

Browse files
committed
dev constraints
1 parent ef67c26 commit 0c298a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ laravel new jetpass-app --stack=livewire --jet --dark --api --dev
1818
Using Composer
1919

2020
```bash
21-
composer require laravel/jetstream
21+
composer require "laravel/jetstream:^5.x-dev"
2222
```
2323

2424
```bash
@@ -27,11 +27,11 @@ php artisan jetstream:install livewire --api --dark --pest
2727

2828
See [Docs](https://jetstream.laravel.com/installation.html) for more info.
2929

30-
1. Install this package:
30+
2. Install this package:
3131

3232

3333
```bash
34-
composer require headerx/laravel-jetstream-passport
34+
composer require "headerx/laravel-jetstream-passport:^1.0"
3535
```
3636

3737
```bash

0 commit comments

Comments
 (0)