Skip to content

Commit

Permalink
docs: suggest installing without dev dependencies by default
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Sims <[email protected]>
  • Loading branch information
evansims committed Jun 10, 2024
1 parent cc7abb9 commit 318fca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ We also have tailored SDKs for [Laravel](https://github.com/auth0/laravel-auth0)
Ensure you have [the necessary dependencies](#requirements) installed, then add the SDK to your application using [Composer](https://getcomposer.org/):

```
composer require auth0/auth0-php
composer require auth0/auth0-php --no-dev
```

### Configure Auth0
Expand Down

0 comments on commit 318fca1

Please sign in to comment.