Skip to content

Commit

Permalink
dev constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
inmanturbo committed Feb 24, 2024
1 parent ef67c26 commit 0c298a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ laravel new jetpass-app --stack=livewire --jet --dark --api --dev
Using Composer

```bash
composer require laravel/jetstream
composer require "laravel/jetstream:^5.x-dev"
```

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

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

1. Install this package:
2. Install this package:


```bash
composer require headerx/laravel-jetstream-passport
composer require "headerx/laravel-jetstream-passport:^1.0"
```

```bash
Expand Down

0 comments on commit 0c298a4

Please sign in to comment.